Today I learned of the existence of systemd-nspawn. Who needs Docker? 😉

📺 Everything is a Remix — Complete Updated 2023 Edition

Now you can watch the entire awesome thing in one go.

Watched Island of Lost Souls, which, of course, means that one must immediately listen to Oingo Boingo.

May developers of Nope.js packages that only distribute minimized code be cursed with unreliable debugging tools.

I love Hey Asshole by 1000 Homo DJs.

🎵 Like my boots? 🎵

Disappointed that :w3n creates a file named 3n in Vim.

Kirby Ferguson has done it again: www.youtube.com/watch

Sad that he couldn’t make it work financially.

Breed to Death by Dismantled just came up on shuffle.

The current “1Password for Safari” Mac app is such a pain in the ass. It won’t stay unlocked if you use “Clear History” in Safari and does not directly communicate with the desktop app.

It is easier to just drag things into the browser from the desktop app than use this thing.

Yesterday I learned that not-very-old versions of Bash, when set -o nounset is in effect, treat empty arrays as being unset. 😞

Dear 1Password, your password policies suck.

1Password account setup screen that refuses to allow passwords to start or end with space characters.

This is evil: github.com/golang/go…

Of course the company that does all the click-tracking wants to put more tracking out there.

Hooray for BirdsiteLIVE! I can now keep up to date with @cta.

For other Twitter accounts, I can use my feed reader’s Twitter support. The problem with the CTA is that the tweets are only useful for a short period; I’m not interested in anything older than an hour or so.

Today’s Tweetbot drama and Hockenberry’s resignation at the general situation make me sad, on top of everything else that has happened with Twitter since Thursday evening.

* sigh *

Bought Re: Toot for use with iMessage, not for quote posting.

Would be nice if Mastodon HTML included the headers that iMessage looks for.

RISC V is fragmenting, but it does not matter.

I wonder what the king of processor transitions, Apple, will do with it if Arm falters.

No third-party clients, no Twitter for me.

Parsing command line options by hand in Bash because I need array-valued options. getopt(1) won’t work for my case.

JavaScript’s .sort() (without any parameters) always casts elements to strings. Whee.