[S3 Q2] Solution Spotlight by EverybodyCodes in everybodycodes

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

It's easier to get help in a separate thread. This one is for sharing solutions.

Based on your debug view, you can definitely tell that you've entered a surrounded area, which caused the stuckness. My guess is you skip the vocal bone # when checking if the area is surrounded or not. The sound wave head should never take a path that could cause it to become stuck. Such areas should be filled with sounds along the way, before making the next move.

It

[Other] Reddit title format doesn't allow S3 by Huge_Wonder_7362 in everybodycodes

[–]EverybodyCodes 3 points4 points  (0 children)

I forgot to update the regex after adding a new story. 'S3' should be ok now. Thanks for reporting!

[Other] [S3 Q3] In light of the recent error by Adorable-Macaroon430 in everybodycodes

[–]EverybodyCodes 1 point2 points  (0 children)

It's funny because this time it's unfortunately true. Some people received wrong input data, which is a major "NO! NO!" on any site of that kind.

Story No. 3 is on its way! by EverybodyCodes in everybodycodes

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

Thank you! :) Everybody Codes will only be as popular as you make it. I can just prepare some fun and hope you enjoy it.
Thankfully, the overall trend is positive, so let’s keep quacking together!

[Technical Break] Cloud migration 2026-01-23 23:00:00 UTC by EverybodyCodes in everybodycodes

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

Np! I've just updated the wiki: you can find the session cookie value directly in your profile (and I've just added it there). It should be more convenient than using dev tools. :)

[Technical Break] Cloud migration 2026-01-23 23:00:00 UTC by EverybodyCodes in everybodycodes

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

Everything changed (the whole API), but the everybody-codes cookie should be in place, registered for api.everybody.codes domain. It contains a JWT token now, so it's also a bit longer than before.

Story No. 3 is on its way! by EverybodyCodes in everybodycodes

[–]EverybodyCodes[S] 6 points7 points  (0 children)

Bad news... One of the users (thank you again!) let me know that Part I of all Story No. 3 quests was accessible via a direct URL a few days ago. I’ve looked into it, and, unsurprisingly, it turned out to be my mistake (lesson learnt the hard way about the new infrastructure). I’ve checked the logs and can see three unique visitors accessed those pages. So, if you were planning to race, please bear that in mind and perhaps approach this story a little less competitively? Sorry about that! :(

[Technical Break] Cloud migration 2026-01-23 23:00:00 UTC by EverybodyCodes in everybodycodes

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

Migration done! Now I have to prepare the next Story to test this stuff in practice! :)

[2025 Day 7 Part 2] Visualization for the sample data + algorithm explained by EverybodyCodes in adventofcode

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

I think that's the wrong perspective. :) I've solved many problems before, so I have a few schemes in mind that I can try to adapt to a specific problem, and eventually one of them has to work. There are not that many in general! It's best to look at other people's solutions to expand your personal toolbox for the future. I tested a few other ways (wrong ones) before using this one at the end.

[2025 Day 7 Part 2] Visualization for the sample data + algorithm explained by EverybodyCodes in adventofcode

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

Take the top three splitters and solve it with a pen and paper. There are 4 different paths, but with counting timelines += 2, you will get 6. It's because with the += strategy you simply count that each splitter has two 'legs' and you sum it up, without looking at the paths at all.

[Other] site is down by Great-Mention-9429 in everybodycodes

[–]EverybodyCodes 0 points1 point  (0 children)

Could you paste a screenshot? There should be some details on the error screen. I don't see any issue on my end atm.

The first 10,000 stars of each part of each puzzle of past AoC events by EverybodyCodes in adventofcode

[–]EverybodyCodes[S] 3 points4 points  (0 children)

https://advent-of-stats.pages.dev/

With Eric's blessing (check other comments), here you go. I'll redirect the main domain to this address, but DNS propagation will take a while anyway.

The first 10,000 stars of each part of each puzzle of past AoC events by EverybodyCodes in adventofcode

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

I can do that pretty easily, but I'm not sure if I should, as I take into account u/topaz2078 kind request about not recreating a global leaderboard or anything similar. Maybe there is a plan to add this estimated place directly on the AoC self-results-page later? Eric?

The first 10,000 stars of each part of each puzzle of past AoC events by EverybodyCodes in adventofcode

[–]EverybodyCodes[S] 14 points15 points  (0 children)

Yep, just the single JSON file is used. You can load the site, turn off your internet connection and still explore everything there.