sigmoid.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A social space for people researching, working with, or just interested in AI!

Server stats:

580
active users

#adventofcode2024

0 posts0 participants0 posts today

I'm late today because of some Christmas travel but it was super easy (save for a dumb parsing bug that sent me in circles for a while) so I was able to get it done before the end of the day. Between that and yesterday going back and doing the Part 2s I'd skipped, I’ve completed my #AdventOfCode2024 calendar.

This year had some really gnarly puzzles. :-D I’m looking forward to next year.

#AdventOfCode Day 25: Code Chronicle

It’s finally done! I’m so happy!!!

This is the first year I’ve been able to finish all the stars without needing hints or extra help - and actually made it in time!

I’m still pretty slow, though. Some puzzles took me the entire day (or night, like yesterday and Day 17!). But it’s such a rewarding feeling to have made it all the way through.

A high five to all my fellow Mastodonians
@jeff @andrewhoyer
@movq @whereistanya @winslowjosiah
@oloturia
@papajohn
@sol_hsa
@kewliomzx
@jochie @mina and many more, who played (and sometimes suffered) along with me. You all made this so much more fun! ✨

And, of course, an enormous thank you to @ericwastl and all the wonderful helpers who made this event possible. I can’t wait for next year! 🤩💫

#Rust code is here:
github.com/nharrer/AdventOfCod

Puzzle:
adventofcode.com/2024/day/25

Finally done with day 6 of #adventofcode2024
Here is my solution in #python .
I'm using Python's multiprocessing module for part 2, which then takes 2-3 seconds on my 8-core CPU, whereas it takes about 4 times as long if i compute it only with a single process.
So, this exercise helped me learning a bit about #multiprocessing in Python.

github.com/BugDevelopments/Adv

GitHubAdventOfCode/2024/python/day6.py at main · BugDevelopments/AdventOfCodeSolutions for the AdventOfCode Coding Contest on https://adventofcode.com/ - BugDevelopments/AdventOfCode