this post was submitted on 03 Dec 2024
34 points (100.0% liked)

Programming

13405 readers
123 users here now

All things programming and coding related. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

Anyone else doing it? I am doing the first 3 days today to catch up. Just finished the first one!

Doing it with Rust to get more familiar with it. If anyone wants to talk about specific puzzles, we can do it using spoiler tags!

top 8 comments
sorted by: hot top controversial new old
[–] [email protected] 4 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

There is a community for it here: https://programming.dev/c/advent_of_code

[email protected]

Has quite active solution threads etc.

I'm learning rust from scratch this year. Already two days behind due to being too busy though

[–] [email protected] 1 points 2 weeks ago

Thank you! Since we cannot guarantee regarding federation I created the thread for my Beehaw fellows

[–] [email protected] 3 points 2 weeks ago

I'm doing it in Python, thought about Go but I didn't get far last year with Rust so I decided to keep it simple. I'm through the first 3 days and cooking up an unorthodox approach to day 4

[–] [email protected] 3 points 2 weeks ago (1 children)

Yep also doing rust! I forgot to do the one for today woops.

Got my solutions at https://codeberg.org/PotatoesFall/aoc2024

[–] [email protected] 1 points 2 weeks ago

I got my solutions on Codeberg too! I am keeping it private until I finish it though

[–] [email protected] 1 points 2 weeks ago

Hey this is cool :) time to catch up!

[–] [email protected] 1 points 2 weeks ago

I'm doing it in python. I was going to do c# since I'm more used to it but python is better for small scripts like these. It's also my first year of doing it and yeah I really need to improve my coding style.

[–] [email protected] 1 points 2 weeks ago

Yup, I'm learning Rust this way over at https://github.com/brckd/advent-of-code-2024 using a handy template I found.

Regarding the puzzles, I was able to solve all of them so far using

these tools.regex, itertools and some bruteforce >:D

I already joined a private leaderboard, but if more people are interested, we could create one too.