Another gripe about how Chromium browsers don’t have a “go back 30 seconds” button on their HTML 5 audio player. They do know that podcasts on a website are a thing, right? Vivaldi, here’s your time to shine. Once you’ve finished adding reminders or whatever you’re doing now…
Once in a while, I like to listen to old episodes of Hypercritical. They’re more than 10 years old now and yet they’re still a great listen. John Siracusa’s review of his (then) new TiVo is probably my favourite segment.
While reading the part about podcasting on Scripting News this morning, it got me thinking: has Apple’s foray into podcast subscriptions actually gone anywhere? I haven’t heard anything about it since its launch. It could be because I don’t use Apple’s podcast player app. But even so, I would have thought I’d heard something from others by now if it had some success.
It’s weird that when you join a second or third Slack workspace, all the onboarding stuff is shown to you again, as if you’ve never used Slack before. I’d thought Slack would be checking your email address against other workspaces to save you this hassle. 🤷
Working on recording that how-to video again this morning. Managed to get a take that I’m happy with. This is after maybe 35 recordings in total which didn’t work (wow, video is not easy). Now downloading the trial version of Final Cut Pro to try and edit the thing.

One thing I miss from using Gnome and Linux is the ability to pin any window to the top layer, so that it appears above all the others. I’m a little surprise that MacOS doesn’t support this at the OS level, and that apps need to offer it themselves. Of course, not every app does.
This week’s earworm: Hergest Ridge 🎵
Another Mike Oldfield album (surprise, surprise). I’ve only recently discovered this after my dad shared this YouTube video on prog. rock albums. I’m making my way through the list but I’ve naturally started from what I consider the best.
Ok, I’m all in on Obsidian for my note taking now. I’ve found myself using it at work every day this week. The editor they’ve got in the latest version is quite nice. And now that their mobile apps are out, it’s great that I can now access my notes on any device.
Useful thing to know about Go: you can do lookups on a nil
map:
var xs map[string]string = nil
x, hasX := xs["hello"]
The result will simply be the zero value of the particular type. In this case x
will be the empty string.
🔗 Who is ready for a fleet of cubesats flying over cities, displaying ads?
The well of bad ideas may not be bottomless, but it certainly is deep.
An Alternative To The Reply All Idea For Micro.blog
Just thinking about Micro.blog conversations and the discussion about having a way to reply all. I wonder if a better alternative is to be able to “follow” conversations, with new replies from anyone showing up in the timeline. This can be completely opt-in per conversation — including for posts that are made by you — so that those that want the old way to continue working as is don’t loose anything.
It has one other advantage: I’ve seen conversations in Micro.blog that I had no real interest in participating in (usually because I have nothing to add) but I was interested in following along. Usually these are people asking for recommendations, and others post theirs as replies. Being able to “subscribe to new replies” would allow me to get updates to these as they come in, rather than have me check-in on the conversation thread every hour or so.
Anyway, that’s the idea. Let me know what you think.
Tinkering around with some tools I use to help me at work. One, a CSV editor which runs in the terminal, has a command-line interface that is so wimpy I’m having trouble resisting the urge to rip it out and replace it with something like TCL. I don’t need another distraction.
The (Annoying) Way To Get the Current MacOS Appearance Scheme From the Command Line
Ok, here’s something bizarre.
I’m trying to get the current MacOS appearance scheme — either light or dark mode — from the terminal. The way to do this is by running this command (source):
defaults read -g AppleInterfaceStyle
If MacOS is in dark mode, this will print Dark
. But if MacOS is in light mode, the command will print… an error:
2022-10-04 09:15:18.058 defaults[35844:466643]
The domain/default pair of (kCFPreferencesAnyApplication, AppleInterfaceStyle) does not exist
Running defaults read -g
confirms what the error message says: the AppleInterfaceStyle
key is not set when MacOS is in light mode.
Why was this chosen as the way to do things? Now I need to capture and parse stderr just confirm that the reason an error occurred was because MacOS is in light mode; as oppose to some other, possibly legitimate, reason.
A tad annoying I must say.
There a so many good, high quality TV shows available at the moment. And yet I have little interest in watching any of them. They feel like such a time investment. Of course, the alternative is vegging out to YouTube, so where’s the real time-sink here?
New blog alert: lmika.day
Started a check-in blog, similar to manton.coffee. Having a record of places I’ve been to has been something I’ve been thinking of for a while, and I suspect all the travel this year, plus the recent talk about Meridian, nudged me to start keeping one.
Trying Obsidian for note-keeping at work again. I used it a lot in my last job, but I never really liked how the markdown was styled, so I stopped when I started working where I am now.
One other reason why I didn’t keep using Obsidian was that I always forgot to launch it. Out of sight is out of mind for me, and I never think of launching it when I need to write something down. This means that most of my notes usually end up in Tot or various untitled TextEdit windows.
Fortunately, the styling of the markdown editor is closer to my taste in the recent version, so I’ll give it another go. I’ve also added Obsidian as a login item so that it shows up as soon as I log in now.
Homeward bound.


Photos of Lake Tuggeranong
This morning I went to Tuggeranong, south of Canberra. After a cafe breakfast I took a walk around the lake. It was a lovely spring morning for it: cloudy, mild but slightly on the cool side. It was also quite a decent walk: probably took an hour and 20 minutes, and I didn’t even cover the entire lake. All in all, a nice way to begin the day.
🔗 Google suffers from a digital petro curse
Hearing the story about Stadia reminded me of this post by DHH. His thoughts on why Google can’t keep a new product around for more than a few years is insightful.
Google’s damaged reputation made the death of Stadia a self-fulfilling prophecy. No one buys Stadia games because they assume the service will be shut down, and Stadia is forced to shut down because no one buys games from it.
What’s there more to say? 🤷