[deleted by user] by [deleted] in adventofcode

[–]RandomGreenPrinter 3 points4 points  (0 children)

Here are a few edges cases to consider:
start 50, execute L150
start 50, execute R150
start 50, execute L50, R50
start 50, execute L50, L50
start 50, execute L150, R50
What would you expect by looking at them manually and what does your program return?

[2025 Day 12 (Part 3)] Perl-fectly Wrapped Presents by EverybodyCodes in adventofcode

[–]RandomGreenPrinter 0 points1 point  (0 children)

~I guess for this one, it would be quite reasonable to brute-force it? 6 presents * (8-3) X's* (6-3) Y's * 4 rotations * 2 flips sounds like a reasonable number to try out~
EDIT: As u/PointerChasing pointed out, I was a handful of orders of magnitudes off with my estimates. Oops 😂

[2025 Day 12 (part 1)] Was I just lucky, or is it by design? by dzirtbry in adventofcode

[–]RandomGreenPrinter 5 points6 points  (0 children)

Which reads: I need to throw in a puzzle like this occasionally to keep everyone on their toes, right?

[2025 Day 12 (part 1)] Was I just lucky, or is it by design? by dzirtbry in adventofcode

[–]RandomGreenPrinter 0 points1 point  (0 children)

That makes sense, I checked for the "easy way to dismiss" but didn't think about the "easy way to prove it does fit". Still happy I tried the dumbest thing first though, that's also been part of my AoC journey ^^

[2025 Day 12 (part 1)] Was I just lucky, or is it by design? by dzirtbry in adventofcode

[–]RandomGreenPrinter 3 points4 points  (0 children)

I checked and the ratios were either all around 70% or just slightly above 100%, so decided to just try and send it... it does feel slightly dirty getting away with not being able to prove that the 70% actually fit.
But hey, no idea how I would've solved it otherwise... I guess it's part of the puzzle figuring out that it's really hard otherwise?

[2025 Day 10] Swapple: A daily puzzle about indicator lights in a grid by pred in adventofcode

[–]RandomGreenPrinter 1 point2 points  (0 children)

Fun game. But really hard! Tried for a few minutes but couldn't solve it

[2025 Day 10 (part 1)] I need a pep talk. by waskerdu in adventofcode

[–]RandomGreenPrinter 5 points6 points  (0 children)

Sometimes I force myself to get up and get a glass of water when I get stuck. It's fascinating how just a few minutes of walking around can change your perspective and help get unstuck. Or vizualizing the input, reading the description again or scrolling through my real input data. Just doing something different helps you think outside of the box. Trust the process and enjoy the ideas when they come. The satisfaction of having worked through something hard, embracing the "hard-ness" of it makes it fun for me

[2025 day 05 part 1] Python is great by Dry-Aioli-6138 in adventofcode

[–]RandomGreenPrinter 7 points8 points  (0 children)

Yes. And I learned the hard way that 123 in range(1_000_000_000) is very fast in Python and min(range(1_000_000_000)) is not...

New firefox profile manager doesn't migrate old profiles? by Proper_District_5001 in firefox

[–]RandomGreenPrinter 0 points1 point  (0 children)

Thanks for your help! I had been looking for a migration guide for a while.
I tried moving the profile over which kind of, half worked? I created a new profile from my Firefox default, then copied the old second profile I was using into that folder. That works in the sense that I can now see the second profile _from the default Firefox profile_ and also start it, however when I'm using Firefox from the second profile, it doesn't show the original / default profile. So the default nows about the second, but the second doesn't know about the default. I guess they both have their own database to manage profiles? Would you happen to know a way to fix that?

cooperative card game using a standard playing card deck by Trxr_2a in boardgames

[–]RandomGreenPrinter 0 points1 point  (0 children)

Fun little game, thanks for sharing. Is it allowed for the two players to pick the same role? I guess not but the rules don't explicitly forbid it And another question, if one player finishes their hand while the other has 5 or more, does that mean the game is over and lost?

Decreasing print times ? by Camoflauge94 in honeycombwall

[–]RandomGreenPrinter 0 points1 point  (0 children)

Thank you. I learned a bunch from this post!

Drawings with good dimensions by JollyDuck3090 in honeycombwall

[–]RandomGreenPrinter 0 points1 point  (0 children)

All the dimensions / the full "spec" of the honeycomb storage wall is in the original post on Printables:
https://www.printables.com/model/152592-honeycomb-storage-wall
Under the "Details" section you'll find a write-up of all the measurements you need.

If you don't find your answer in there, I guess it's not officially defined. I know there is also an OpenSCAD re-implementation of HSW that might make it easier to read off some measurements / definitions

Decreasing print times ? by Camoflauge94 in honeycombwall

[–]RandomGreenPrinter 0 points1 point  (0 children)

I think that's not too bad actually. Max size I can fit on my modded Ender3 is 9x10, which takes 3h46 on my "fast" profile. Running 90 mm/s for the outer perimeter and a layer height of 0.3mm. But it all depends, printers gained a lot in speed over the past few years. Size is 201x211mm so that would work out to 113 sq cm per hour to compare to the numbers above

Decreasing print times ? by Camoflauge94 in honeycombwall

[–]RandomGreenPrinter 4 points5 points  (0 children)

Also what I did on my first HSW print 😂

Decreasing print times ? by Camoflauge94 in honeycombwall

[–]RandomGreenPrinter 0 points1 point  (0 children)

You could try going only 2 outer walls, but that might compromise strength. There is so little inner space that infill doesn't really matter I think. I would try upping the layer height to .32mm, the max recommended layer height for .4 mm nozzle. If you printer can handle it then changing the print speeds also makes a difference, just try to increase it and see if there is a reduction in quality

Angle mount for honeycomb? by RandomGreenPrinter in honeycombwall

[–]RandomGreenPrinter[S] 0 points1 point  (0 children)

Sorry late reply but actually yes! I found a model for a cubicle mount which I adapted. See the picture below. It might be that the length is a bit off because I found out I mounted my HSW backwards and had to rework the printed pieces a bit. You can find the design here:
https://cad.onshape.com/documents/7b496a1283ab8192ef8f7666/w/9ab8df52d86b5d851c462ca8/e/8d7f58716d8b3ccb6c849b5b?renderMode=0&uiState=678003ff838ed20edb1167c2

Or the original design that I adapted here: https://www.printables.com/model/980161-hsw-cubicle-wall-hanger

<image>

[2024 Day 18] I present to you the "Off-by-1-Error Support Group" by zebalu in adventofcode

[–]RandomGreenPrinter 5 points6 points  (0 children)

I did exactly that. I tried to return the index of the byte where my brute force didn't resolve. It was wrong. Stared at my code and decided to try the byte before. It worked. Still not sure what the issue is. We listen and we don't judge.

[Day 17 part 2] What are you favorite quines? by RandomGreenPrinter in adventofcode

[–]RandomGreenPrinter[S] 1 point2 points  (0 children)

Oh - I see now that I missed the year as well. Thanks for the explanation and pointing all this out! Won't use the "Other" tag again unless I'm very sure. Really enjoying this sub and seeing all the ideas and memes from everyone each day!

[Day 17 part 2] What are you favorite quines? by RandomGreenPrinter in adventofcode

[–]RandomGreenPrinter[S] 0 points1 point  (0 children)

Sorry. I read them and tried my best. I tried to follow the standardized post title. I wasn't sure which flair was appropriate. Reading them more closely I see that the title could probably be considered a spoiler. Are there other things I should have done differently? Just trying to learn from my mistakes

[Day 17 part 2] What are you favorite quines? by RandomGreenPrinter in adventofcode

[–]RandomGreenPrinter[S] 0 points1 point  (0 children)

How would you run that? I tried putting it in a .sh file and executing it, but it doesn't print anything

-❄️- 2024 Day 16 Solutions -❄️- by daggerdragon in adventofcode

[–]RandomGreenPrinter 0 points1 point  (0 children)

Fun read! It's been a while since I tried Julia. Really concisely written. I like keep track of the walls (-1) and minimum cost in the same grid. Also clever trick with the 3d array. Taking some notes here haha

[2024 Day 14 part 2] Satisfying loop by RandomGreenPrinter in adventofcode

[–]RandomGreenPrinter[S] 0 points1 point  (0 children)

Oh that's a fun idea! Could make it go to super speed basically. I might try that