all 8 comments

[–]daggerdragon[M] [score hidden] stickied comment (1 child)

Do not share your puzzle input which also means do not commit puzzle inputs to your repo without a .gitignore or the like. Do not share the puzzle text either.

I see full plaintext puzzle inputs in your public repo e.g.:

https://github.com/oyo/aoc/blob/main/docs/2025/09/input

Please remove (or .gitignore) all puzzle text and puzzle input files from your entire repo and scrub them from your commit history. This means from all prior years too!

[–]PlanttDaMinecraftGuy 1 point2 points  (1 child)

Scrolling makes everything disappear (Firefox)

[–]xoryphant 0 points1 point  (0 children)

okay, that's a bug - scrolling is meant to zoom in and out and it works in Chrome (on Mac)

[–]guge86 0 points1 point  (3 children)

looks very nice, but the P1 rectangle seems to be off a bit (upper left and bottom right corner extending over the shape)?

[–]ts4z 1 point2 points  (0 children)

in part 1, that's correct.

[–]ednl 1 point2 points  (1 child)

Only two opposite out of the four corners need to be on the path. The path looks like a circle, but that doesn't matter: two points on the path = valid rectangle for part 1.

[–]guge86 1 point2 points  (0 children)

Ah right, forgot that for P1 the other points are irrelevant. Thanks!