Live data from Hacker News

Advent of Code 2024

adventofcode.com

191–200 of 580 posts

Re: Advent of Code 2024

#191
post #176

I still haven't made my way through all of the 2015 problems yet. But I don't play the game correctly any way: instead of trying to solve the problems as fast as I can, I try to write well-documented easily maintained code which runs fast. Balancing 'easily maintained' and 'runs fast' takes a little more time than 'just solve it' _and_ I'm planning on working my way through the problems chronologically, so I doubt I'…

[flagged]

Is there really a wrong way to do it?

Re: Advent of Code 2024

#192
post #66
post #53

Earlier quoted context omitted.

Because competing against other people is the fun part for some people. Why not allow everyone to use stockfish at chess tournaments?

“For _some_ people” is at odds with “_completely_ worthless”, don’t you think?

To be fair, I read it as "_completely_ worthless for _some_ people"

Re: Advent of Code 2024

#193

Last year I got stuck on Day 12 for a full week, and thinking about how to solve it consumed my every waking moment. I think this year, I'm going to be kind to myself and not participate so I can really enjoy the winter break from work.

We run a private board for Advent of Code for the Carolina Code Conference. Eligibility for prizes starts after earning only 10 of 50 possible stars precisely for this reason.

Oh cool. I live in WNC and had just missed your last conference in August. Is it possible to join multiple private boards? I usually do one with my coworkers as well

Re: Advent of Code 2024

#194
post #176

I still haven't made my way through all of the 2015 problems yet. But I don't play the game correctly any way: instead of trying to solve the problems as fast as I can, I try to write well-documented easily maintained code which runs fast. Balancing 'easily maintained' and 'runs fast' takes a little more time than 'just solve it' _and_ I'm planning on working my way through the problems chronologically, so I doubt I'…

[flagged]

Why not?

It’s supposed to be fun. As long as you’re not cheating the global leader board - which this approach doesn’t - why not play however you want.

I like go to overboard writing parsers for each day.

Re: Advent of Code 2024

#195
post #119

[flagged]

This is already answered right on the about page[0]. AoC is meant to be an educational experience, feeding it directly into a LLM isn't that.

> The leaderboards are for human competitors; if you want to compare the speed of your AI solver with others, please do so elsewhere. (If you want to use AI to help you solve puzzles, I can't really stop you, but I feel like it's harder to get better at programming if you ask an AI to do the programming for you.)

[0] https://adventofcode.com/2024/about

Re: Advent of Code 2024

#196

Work on a side project this December instead of doing this. Solving advent of code just keeps you in your comfort zone. Creates a false sense of accomplishment. Redirect all the positive energy to something that will make you proud when you are old or help with an earlier retirement. This won't.

Or use it to practice a language that you just wanted to give a spin.

Re: Advent of Code 2024

#197

Work on a side project this December instead of doing this. Solving advent of code just keeps you in your comfort zone. Creates a false sense of accomplishment. Redirect all the positive energy to something that will make you proud when you are old or help with an earlier retirement. This won't.

Or use it to practice a language that you just wanted to give a spin.

[deleted]

Re: Advent of Code 2024

#199

Work on a side project this December instead of doing this. Solving advent of code just keeps you in your comfort zone. Creates a false sense of accomplishment. Redirect all the positive energy to something that will make you proud when you are old or help with an earlier retirement. This won't.

Advent of Code is fun, I like having fun! I have no shortage of challenges and things to be proud of, but when I’m old I don’t want to look back and realize I didn’t take the time to find little moments of joy along the way.

Everyone’s different, and it sounds like AoC isn’t for you, but remember not everyone is you :)

Re: Advent of Code 2024

#200
post #176

I still haven't made my way through all of the 2015 problems yet. But I don't play the game correctly any way: instead of trying to solve the problems as fast as I can, I try to write well-documented easily maintained code which runs fast. Balancing 'easily maintained' and 'runs fast' takes a little more time than 'just solve it' _and_ I'm planning on working my way through the problems chronologically, so I doubt I'…

I try to do everything in a single pure functional expression no matter how dumb and unreadable that makes the code look.
Post reply on HN