Advent of Code 2024
201–210 of 580 posts
Re: Advent of Code 2024
#202I can't explain why but doing AoC is always interesting, and doing LeetCode which is supposed to be similar is always very depressing. Wishing everyone a fun challenge. This year I will be practicing F# and hope some of you will give it a try too :) https://github.com/neon-sunset/AOC24/blob/master/day1.fsx
Re: Advent of Code 2024
#203Re: Advent of Code 2024
#204I 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'…
Re: Advent of Code 2024
#205Work 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
#206The tiny thin gray font on black background is impossible to read on a mobile device :(
Re: Advent of Code 2024
#207The tiny thin gray font on black background is impossible to read on a mobile device :(
On iOS you can switch to Reader view, and I imagine Android has something similar.
Re: Advent of Code 2024
#208Last 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.
Re: Advent of Code 2024
#209Re: Advent of Code 2024
#210This years challenge for me: write it in C without the standard library or an allocator. Has to be runnable on an STM32 with 32kb of SRAM. I tried doing it in Assembly two years ago, ended up spending hours and hours writing an Assembly standard library, then gave up and switched to Rust...
https://git.sr.ht/~q3cpma/aoc2024/tree/master/item/01
If you could post a repo link so I can look at some of the progress, I'd be grateful.