Live data from Hacker News

Advent of Code 2024

adventofcode.com

21–30 of 580 posts

Re: Advent of Code 2024

#21

Is there a way to override the CSS (on Chromium)? The body font and weight, Source Code Pro is far too thin and far too wide and gives me a headache (and has regularly turned me off AoC). I'd like to change it to `sans-serif`.

Self-response: Stylus is useful here[1]. There is a list of already more readable styles than the default that the community has prepared.

[1]: https://github.com/openstyles/stylus

Re: Advent of Code 2024

#22

It feels like AI will shape a lot of the submissions for these types of coding “traditions”. But, I guess that’s just the world we live in.

I'm actually pleasantly surprised by the results. I like to think that despite problem 1 being easily solvable by LLMs, just about everyone (sans qianxyz) read the FAQ, and decided that they would forego a leaderboard spot for the sake of this coding tradition.

Either that, or there were hundreds of people trying and none were able to get it working despite the basic problem. I like to imagine most people reading the rules and being a good sport.

Re: Advent of Code 2024

#23

It feels like AI will shape a lot of the submissions for these types of coding “traditions”. But, I guess that’s just the world we live in.

All the people I know already participate on private boards. AI enshitification will only speed up the process of moving there.

Re: Advent of Code 2024

#24

Earlier quoted context omitted.

AI coding assistants ruined the global leaderboard experience. AoC might as well nerf it by discarding the quickest x percent of submissions, or something...

They should check that LLMs can't solve the problems in 9 seconds and come up with appropriate problems. Or just allow AI assistants, they are now as much part of the programmer's toolkit as syntax highlighting or autocomplete or Stack Overflow, and pretending otherwise is not useful.

That's like going out for a run and taking an electrical scooter around the park instead. The point isn't finishing, the point is doing the activity.

Re: Advent of Code 2024

#25

Is there a way to override the CSS (on Chromium)? The body font and weight, Source Code Pro is far too thin and far too wide and gives me a headache (and has regularly turned me off AoC). I'd like to change it to `sans-serif`.

I have used Stylus for CSS tweaks: https://addons.mozilla.org/firefox/addon/styl-us/

Re: Advent of Code 2024

#26
post #2

9 seconds to get both stars is absolutely insane - there had to be some AI assistance here. Come to think of it, a pipeline that feeds the problem text into an LLM to generate a solution and automatically runs it on the input and attempts to submit the solution, doing this N times in parallel, could certainly solve the first few days' problem in 9 seconds.

For comparison, here's how long it took in past years: 2015 - 10:55 2016 - 7:01 2017 - 1:16 2018 - 1:48 2019 - 1:39 2020 - 7:11 2021 - 1:07 2022 - 0:53 2023 - 2:24 And this year's second place was 0:54.

Note that regarding the outliers, in 2015 and 2016 the puzzles weren't as widely known, and in 2020, AWS' load balancers crashed and the puzzle was unavailable to most people for 6 minutes, then solved in a few minutes. https://adventofcode.com/2020/leaderboard/day/1 -- postmortem: https://old.reddit.com/r/adventofcode/comments/k9lt09/postmo...

Re: Advent of Code 2024

#28

Nice to see that traditions are upheld, such as the unreadable font and colors.

And the timeless tradition of HN commentators cynicism

And the timeless tradition of criticising perfectly valid concerns. Not everyone wants to be a member of the dark mode lobby.
Post reply on HN