Itβs finally done and I love it. #mechkeyboard #mkb
Itβs finally done and I love it. #mechkeyboard #mkb
Nice! Onto the reading list it goes π
Day 11: Reactor,Blindness
#AdventOfCode
I just completed all 12 days of Advent of Code 2025! #AdventOfCode adventofcode.com Thanks @was.tl - it was a blast! It was also a huge pleasure attempting the puzzles together with @jvdl.me and @mphomafata.bsky.social this year!
Finally got around to reading yours now. Really nice, concise solution.
The Advent of Code Day 1 countdown showing 23:46:29 remaining until the first puzzle unlocks.
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
Hello, friends! After 10(!) years of #AdventOfCode, I've made some changes to preserve my sanity: there will be 12 days of puzzles each December (still starting Dec 1) and there is no longer a global leaderboard. Read more:
adventofcode.com/2025/about#f...
adventofcode.com/2025/about#f...
Chaining sudo on SSH to run PostgreSQL queries and dumps remotely
ivdl.co.za/2025/03/23/c...
Turns out you can enable vertical tabs in Firefox stable now - they work great, and you only need to change one flag in about:config.
ivdl.co.za/2025/02/19/f...
#firefox
It was fun to see you solving that one :D
I really like the premise of Day 7 - I'll continue working on it later today. I'll get back to Day 5 and 6 sometime.
Day 3 and 4 of #adventofcode done! Already two days behind but catching up since it's weekend!
Originally the default wallpaper of Microsoft's Windows XP, this photo shows green rolling hills with a vibrant blue sky and white clouds in the background. Charles O'Rear took the photo in California, USA.
We've always been a fan of blueskies.
Day 2 of #adventofcode2024 done! Not bad, although the classic Python copy by reference on list assignment does bite!
#adventofcode
Advent of code leaderboard screenshot
Day 1 of #adventofcode2024 done! Straightforward challenge to start things off with.
#adventofcode #python
You could write a little blog post to tell people if they see a mismatch between core count and hardware specs to check that setting :)
Increase your processing power by 50% with this one weird trick!
Curious about the PostgreSQL protocol? Part two of my series "Pretending to be PostgreSQL" is now live, which shows how to craft packets to respond to queries on the wire:
ivdl.co.za/2024/11/24/p...
#postgresql #postgres #sql #python
CloudNativePG allows you to run a three-node, replicated PostgreSQL cluster on your laptop with just a couple of commands. I wrote a quickstart guide for those running on Mac OS or Ubuntu:
ivdl.co.za/2024/11/21/a...
#postgresql #postgres #macos #ubuntu #kubernetes #cnpg #cloudnative
Ever wondered what happens if you switch an UNLOGGED PostgreSQL table to LOGGED while replication is active? Probably not, but now that you're here you might as well find out.
ivdl.co.za/2024/11/04/w...
#postgresql #postgres