#aoc2024 — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #aoc2024, aggregated by home.social.
-
During this week's Data Science team CPD session I realised that a bit of old R code I wrote could be streamlined, and the base R to Python Polars comparison continued.
https://jimgar.github.io/posts/cpd-jul-2025/post.html#section-1
-
Joe Marshall started a blog post series about solving the 2024 Advent of Code problems in Common Lisp. Why now? Some of his motivations:
"I wanted to take my time and focus on code quality rather than on how fast I can write it."
[...]
"I want to show how to effectively use the rich set of Common Lisp library functions to write concise, readable, and efficient code."
-
-
I didn’t manage to wrap up #AdventOfCode #AOC2024 before Christmas, so I’m filling in the gaps. With style. #clojure
-
Advent of Code with Deno is over!
Thanks to all who have participated. If we haven't contacted you about stickers, then please let us know (or email [email protected]).
Finally, one lucky winner will get the elite, special edition, hyper exclusive Deno sticker. (Here's Phil seeing it for the first time.)
️
More details 👇️
https://deno.com/blog/advent-of-code-2024#deno #AOC2024 #aoc #nodejs #javascript #typescript #webdevelopment
-
New Hacking the Grepson podcast episode is out!
Hacking the Grepson 084: AOC 2024, Day 8-14
Matt (@messerman) and Mike (@nebyoolae) tackle days 8 through 14 in the Advent of Code 2024.
Episode Link: https://www.podbean.com/eas/pb-3jy28-1791c88
Show Feed: https://feed.podbean.com/hackingthegrepson/feed.xml
Show Home: https://hackingthegrepson.com#HackingTheGrepson #podcast #programming #development #adventofcode #aoc #aoc2024
-
Finally got to doing 25th day of #AdventOfCode today and thus collected all 50 stars of this year. 🎉
Now I just need to get back to day 24 and write a proper solution (as I only did it partly in code, partly eye-balling and manually composing the answer; I used not-so-AI, I guess).
My Rusty solutions: https://gitlab.com/silmeth/advent-of-code-2024
-
CW: AOC 2024 day 24
I just completed "Crossed Wires" - Day 24 - Advent of Code 2024 #AdventOfCode https://adventofcode.com/2024/day/24
Got back to #AoC2024 yesterday after Christmas. Part 2 of day 24 took me quite a while… and I still don’t have the code that’d do it automatically. I have only code that detects which bit paths are wrong (so I know which outputs I need to check) and then I manually found the wires in said outputs…
Now off to doing day 25, and in the meantime I’ll think on how to automate 24.2.
-
There, 10 years of Advent of Code, done :D
-
There, I solved day 24 (https://github.com/Balise42/AoC2024/blob/main/day24.dart), including a non-zero part by hand, and I had solved day 25 (https://github.com/Balise42/AoC2024/blob/main/day25.dart) yesterday, so that's another year done, and 500 stars in total :)
-
On a nerdier note, my #adventofcode repo powers a GitHub Actions workflow which auto-updates my number of #AoC2024 stars in the README.md. 🤓
-
Some review/recap/stats on this year's #adventofcode #aoc2024
- Programming language: Rust
- Number of parts 1 completed on the day: 24/25
- Number of parts 2 completed on the day: 20/25
- Libraries used: regex, rayon, rustc-hash, itertools, num.
- Number of days where parallelisation was used: 9/25.
- Fastest solution: 7 us
- Slowest solution: 319 ms -
#AdventOfCode 2024 day 25, in #RustLang.
And that's a wrap! All of the #AOC2024 done! And I even finished on the 25th! This was a remarkably easy challenge for the final day. I never completed a full AOC while it was running, so this is pretty exciting. Looking forward to the future years!
https://github.com/teotwaki/aoc/blob/main/2024/25/src/lib.rs
-
#AdventOfCode 2024 day 24, in #RustLang.
This is the first time I solved an issue on paper alone, without writing code for it. Well, I wrote a lot of code for part 2, but none of it worked. Part 1 was trivial, though.
https://github.com/teotwaki/aoc/blob/main/2024/24/src/lib.rs
-
#AdventOfCode 2024 day 23, in #RustLang.
Seems I forgot to post about the last few days. Not my cleanest code, but I'm happy with the results.
https://github.com/teotwaki/aoc/blob/main/2024/23/src/lib.rs
-
I have solved my nemesis for this year, namely 21b: https://github.com/Balise42/AoC2024/blob/main/day21.dart
And my solution executes more or less instantly, which feels nice, considering the amount of "let's try and wait for 10 minutes and oh look it OOM'd" I got on this problem :D
But I kept trying and I kept progressing until I found the last insight and that actually feels good.
-
Day 23: https://github.com/Balise42/AoC2024/blob/main/day23.dart
my favorite kind of problem :D