linuxusers.in is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.
This server runs the snac software and there is no automatic sign-up process.
When is a call stack not a call stack? ~ Chris Smith. https://cdsmithus.medium.com/when-is-a-call-stack-not-a-call-stack-f7f12d7aabbe #Haskell #FunctionalProgramming
I just completed "Mull It Over" - Day 3 - Advent of Code 2024 https://adventofcode.com/2024/day/3.
Check out my #Haskell solution at https://github.com/abhin4v/AoC24/blob/main/app/Day3.hs.
This one required me to reach out to regular expressions. I could have parsed by hand too, but regex is more convenient.