No solution yet. So far, just managed to open a file and parse it into tuples. The parsing abstraction is cool, never used anything like it before. My code so far for #adventofcode2024 is on github, not much yet: github.com/dsmiller95/k...
Latest posts tagged with #adventofcode2024 on Bluesky
No solution yet. So far, just managed to open a file and parse it into tuples. The parsing abstraction is cool, never used anything like it before. My code so far for #adventofcode2024 is on github, not much yet: github.com/dsmiller95/k...
La iba pisteando como un campeón hasta que me la puse con el B del día 11 #adventofcode2024
New podcast episode with video! Software engineers Juan Vazquez and Cameron Cunning rejoin the show to discuss the 2024 Advent of Code competition.
#elixir #prolog #go #golang #podcast #AdventOfCode #AdventOfCode2024
straypointers.com/e/s2e20.htm
The image is a three-panel meme using screenshots from the Netflix series "Narcos: Mexico," featuring actor Wagner Moura as Pablo Escobar. The top panel shows Escobar looking despondent on a swing, with the text "MORNING AFTER THE END OF AOC" overlayed. The two lower panels continue the theme of Escobar's dejection in different settings, a simple room and by an empty pool. The meme humorously uses Escobar's defeated demeanor to portray the empty feeling after AoC is over.
Just finished #AdventOfCode 2024! Let's just say my code saved Christmas but probably violated several environmental laws (just kidding).
Check out my solutions written in C#: github.com/Gmark2000/ad....
Thanks @was.tl for another amazing coding challenge! 🎅 #CSharp #Coding #AdventOfCode2024
All the test cases for #AdventOfCode2024 makes me want to extract them from the code and put them in relevant .toml files.
Then backport the changes to the previous day's solvers.
I'll revisit this later to figure out how to solve part 2 with code, but not right now. Now, it's time to enjoy Christmas with the family.
#AdventOfCode #AdventOfCode2024 #AoC
I am enjoying the final #AdventOfCode ASCII animation. How beautiful! Have to check out the Easter eggs now...
#AdventOfCode2024
#AoC
Screenshot Advent of Code 2024 se všemi 25 splněnými úlohami
It's over. It's done! Aneb drobné nerdské radosti života. 😁
#adventofcode #adventofcode2024
Advent of code 2024 complete in rust!
Solutions available on www.github.com/gralamin/Adv...
#adventofcode #rust #adventofcode2024
Day 24, Python
Part 2 doesn't solve it, it just tells you which bits are wrong. :D
#adventofcode #adventofcode2024
github.com/butakun/AoC2...
output from my code. :D God Jul and Merry Christmas everyone! #adventofcode #adventofcode2024
ok, so I spent all day skiing, giving up on Part 2, as I thought I needed some reading on logical circuits and the adder circuit. Now I'm coming back after a nap, looking at the graph I generated, I might be able to just work it out by hand? #adventofcode #adventofcode2024
I'm now live on #Twitch (for the first time ever) learning #Golang by doing #AdventOfCode www.twitch.tv/cobinja #AdventOfCode2024
Finally finished completely for #AdventOfCode2024 Day 15.
Ended up rewriting the original algo into something more generic.
Code has been pushed to my GitHub.
#PythonProgramming
#AdventOfCode
Hmmm... I'm so behind in my #AdventOfCode2024 progress.
Let's see if I can do 3 or 4 day's worth of progress today.
#PythonProgramming
#AdventOfCode
[Advent of code]
I wonder whether anyone of my followers has solved the second star of day 14 of #AdventOfCode2024. It's formulated in such an indefinite way, it's not my cup of tea.
Anyways, I took this year's problems as an opportunity to improve my Kotlin skills (apart from async […]
[Spoiler Day 21 / 2024]
As with other puzzles we had already this year, we only need the length of shortest key sequence and not the sequence itself.
#AdventOfCode
#AdventOfCode2024
#AoC
Day 21, Part 1, Python
#adventofcode #adventofcode2024
github.com/butakun/AoC2...
Day 21, Part 1
arrived at a hotel near Oslo Airport after 7.5 hours of driving from Copenhagen, and did Part 1, with 7-d state vector (3 keypad letters + 4-char target) searched by dijkstra. Part 2 seems astronomical and it's already 1am, calling it a day. #adventofcode #adventofcode2024
#AdventOfCode2024 stopped at day 5 for me, and I skipped day 4. I had neither strength nor time even to read the task, let alone to solve the puzzle. #AdventOfCode
Day 20, 2024
Python #adventofcode #adventofcode2024
github.com/butakun/AoC2...
Ok, I think I know how to finish #AdventOfCode2024 day 20, but I have stuff to do so I'll come back to it. Calculating the manhattan distance between two points should do it. 🤔
Day 20 completed 🎉
Tackling complex challenges with modern TypeScript has been a joy.
Love @deno.land 🥰
#AOC2024 #AdventOfCode2024 #day20
github.com/nesimer/adve...
Another map? I guess I'm getting a lot of practice writing BFS algorithms (I could write something generic, but I enjoy the practice tbh)
#AdventOfCode2024
Phew, not a context free grammar puzzle after all. Day 19 of #AdventOfCode2024 done in Go. A mix of Regex and memoized recursion this time.
Regex was probably overkill for part one and takes 200ms, but it was quick to write. The memoized recursive function for part two only takes an extra 40ms. 🤓
Aaargh, did not expect that my Solver for Day 15 Part 1 is rendered useless for Part 2 😖
But it's a good challenge 👍🏼
#AdventOfCode2024
#AdventOfCode
#PythonProgramming
day 19, 2024, python
I should learn to use functools some day.
#adventofcode #adventofcode2024
github.com/butakun/AoC2...