Hey what happened to our favorite lib? :O
Hey what happened to our favorite lib? :O
What do you think is the primary factor for "it's becoming easier to build software w/o funding"? Obvious answer would be AI but imho it's also the building blocks - many libraries/services make it easier to stitch together something as opposed to building it all from scratch.
www.latent.space?r=1x9r57
Have you listened to / read the Latent Space? A great place to catch up with what’s recent in AI
I just completed "Plutonian Pebbles" - Day 11 - Advent of Code 2024 #AdventOfCode adventofcode.com/2024/day/11
This one took forever to realize I can:
1. only count the stones, not build the whole lists
2. memoise the counts
It’s not something one thinks about often… Good point!
I just completed "Hoof It" - Day 10 - Advent of Code 2024 #AdventOfCode adventofcode.com/2024/day/10
DFS FTW
I just completed "Mull It Over" - Day 3 - Advent of Code 2024 #AdventOfCode adventofcode.com/2024/day/3
A naive scan with some lookahead seems to do the job.
I just completed "Red-Nosed Reports" - Day 2 - Advent of Code 2024 #AdventOfCode adventofcode.com/2024/day/2
I used sorting again, albeit not optimal for the second part.
Cool! Is this a custom-built terminal emulator? (I could probably just browse the source and see myself)
I just completed "Historian Hysteria" - Day 1 - Advent of Code 2024 #AdventOfCode adventofcode.com/2024/day/1