Added a tag in a CMS with a case that differs from the others. The tags are case-insensitive but also case-preserving, and given that I can’t just delete or rename the tag, I don’t know how I can fix it (I’ve tried a few things). I wonder if I could ask the developer to go into the DB for me? π€
It just occurred to me that the proverb “life is not all beer and skittles” is referencing the British pub game, not the hard-shell lollies.
Got praised for a help guide I wrote at work for how to use an admin panel. Shame that help guides tend to have a half-life shorter than software if they’re not kept up to date. All those UI redesigns (it’s an admin panel for a Google product so who knows how long this guide would last unmodified).
So weird seeing ads for podcasts and podcast player apps on public signs and billboards. I’ve been seeing them everywhere on my commute today. Curious to know why the sudden interest in pushing them.
Surprising how much of working with TLS certificates is just dealing with PEM files.

π Slop is Good
I agree with Craig Hockenberry here. The trust of any one site essentially depends on what is published there. And as more big-tech platforms embrace AI slop, the less you can trust those platforms to surface reliable information. It’s like that proverb of someone being only as good as their word. If one was to replace the concept of a person with a domain name, then I reckon you could say the same thing about websites.
Huge performance gains in a DB loading tool I am working on. What took around 2 hours last week now takes less than a minute. The secret: parallel go routines, a DB connection pool, and query batching. Nothing fancy, but definitely worth the work to add them.
Spent most of the day racking my brain as to why I couldn’t get this mutual TLS setup working. Was it that the server CA pool was wrong1? Was it that the client cert didn’t include the root CA? Should it? Turns out the root CA pool was expecting the certificates to be encoded as PEM data, and I was decoding the PEM first.
This is what happens when all your cryptography functions only work on byte slice. π
-
I did also get the client CA pool wrong. ↩︎
Whooping cough immunisation booked. Apparently the local chemist does it, which means no need to make a doctors appointment, which is great (the GP is a bit of a hike away). π
Unboxed my new vacuum cleaner. First, love how all the packaging material is cardboard and paper: only thing I needed to throw in the bin was a bit of tape. Second, love how this comes with a stand. I was actually wondering where I was going to stow this (it won’t be the living room π).

Been listening to The Truman Show soundtrack after watching it again on Friday. One of my absolute favourite soundtracks. So good. π΅
Amazing what you overhear in cafes. Guy a few metres from me is talking about the bridge repairs heβll be starting next week. Talk of floating barges up the Yarra, getting jacks and permits, deploying buoys. Facinating to hear.
Loading a bunch of data from my laptop to a database in the US just brings into sharp relief that as fast as the speed of light is, it would be nice if it was faster. Guess I shouldn’t hold my breath. π
I’ve never seen a “confirm cancel” box that seemed to have the right sort of copy. Here’s one from Google that feels like they missed the mark:

I wonder if it’s better to avoid arbitrary verbs, and use copy involving Yes or No:

I enjoyed reading Kev Quirk’s post about building a simple journal. I’m still using Day One, but I am still thinking of moving off it. So I was inspired to build a prototype similar to Kev’s, just to see if something similar works for me. Built using Go instead of PHP, but it also uses Simple CSS.

Big day today at work. Can’t say too much about it unfortunately, which is a shame. But one thing I did learn: there is a right and wrong way to plug in a fiber optic cable. Don’t get the orientation wrong. And don’t forget to plug it in all the way.
Reminded again why I enjoy the commute to South Melbourne more than Port Melbourne, despite being the same length: all-changeβ events at Flinders St. no longer affect me.
βThe irony is that I do have to go to Port Melbourne today, although not until the afternoon.
Got a large blog post written up lamenting my decisions about the project I’m working on (in short, I choose complexity when I had something simple that worked). Might leave it unpublished, as we ended the day at a good spot and I don’t feel half as bad as I did this morning.
My Home Computer Naming Scheme
I enjoyed Manton’s post about the naming scheme he uses for Micro.blog servers. I see these names pop up in the logs when I go to rebuild my blog, each with a Wikipedia link explaining the origins of the name (that’s a really nice touch).
Having a server or desktop naming scheme is one of those fun little things to do when working with computers. Growing up we named our home desktops after major characters of Lord of the Rings, such as Bilbo, or Frodo, but I never devised a scheme for myself when I started buying my own computers. I may have kept it up if we were doing likewise at work, but when AWS came onto the scene, the prevailing train of thought was to treat your servers like cattle rather than pets. Granted, it is probably the correct approach, especially when the lifecycle of a particular EC2 instance could be as short as a few minutes.
But a few years ago, after buying a new desktop and setting up the old one to be a home server, and finding that I need a way to name them, I figured now was the time for a naming scheme. Being a fan of A Game of Thrones, both the book and the TV series, I’ve came up with one based on the major houses of Westeros.
So, to date, here are the names I’ve chosen:
- Stark β the M2 Mac Mini that I use as my desktop
- Tully β the Intel Mac Mini that I use as my home server
- Crow β a very old laptop that I occasionally use when I travel (this one is a reference to the Night’s Watch)
I think at one point I had an Intel Nuc that was called Ghost, a reference to John Snow’s dire wolf, but I haven’t used that in a while so I may be misremembering things. I also don’t have a name for my work laptop: it’s simply called “work laptop.”
Coding Bits, the blog I keep to write down things I learnt while working with software, has now reached 17 posts. So, like Workpad, the time has come for a proper domain and an avatar. I’ve decided to rename it TIL Computer. I’ve also moved it to Pika, as I was interested in trying it out.