See you over at baty.blog until further notice
Iāve been experimenting with Pure Blog and liked it so much that I made a new blog with it. Iāll be posting there for a spell, if youāre interested. ā baty.blog or subscribe to the RSS feed.
Iāve been experimenting with Pure Blog and liked it so much that I made a new blog with it. Iāll be posting there for a spell, if youāre interested. ā baty.blog or subscribe to the RSS feed.
Dāya ever grow weary of thinking about blogging and blogging software and blogging workflows and blogging culture? No? Me neither. Not normally, anyway, but itās happening now. Iāve been having a blast testing Kev Quirkās new blogging platform, Pure Blog. Heās done a great job of nailing the basics. Itās easy and fun to use. So fun, in fact, that Iāve been teetering on using it for this blog at baty.net. Sometimes I just want a CMS. ...
Remember when I said I wouldnāt change blogging platforms? Itās still (mostly) true. So far.

Iām giving the Feishin music player a go on Linux. Itās full-featured and very Roon-like, but streams from my Navidrome instance. Itās an Electron app, which some people canāt stomach, but it doesnāt bother me much. Itās a minor ick to suffer for a music player I might actually enjoy using. If it turns out to be too much, then there are dozens of other options. I learned about Feishin from the post, The state of Linux music players in 2026, which was linked to here which was linked to by Andreasā always interesting Link Dump.
I like being able to create new Org mode tasks from anywhere, via a simple keyboard shortcut. This probably doesnāt justify a whole post, but hereās how I did it. Create a script at ~/.local/bin/orgcapture.sh Hereās the script: #!/bin/bash emacsclient -c -F '((name . "capture") (width . 80) (height . 34))' -e '(progn (org-capture) (delete-other-windows))' In my Emacs config, I have a hook that tidies up the new frame: (defun my/org-capture-finalize-hook () "Close frame after org-capture if it was opened for capture." (when (and (> (length (frame-list)) 1) ; More than one frame (frame-parameter nil 'client)) ; Frame created by emacsclient (delete-frame))) (add-hook 'org-capture-after-finalize-hook 'my/org-capture-finalize-hook) In KDEās Settings, I added a new command in the Shortcuts settings that point to that script. I assigned it to F3. ...

I finally started to become comfortable in KDE, so I decided to try Gnome again.
AI bots have made site analytics less useful

Iām back to using a Leica Q2. The constraints are a relief. For now.
Iāve been alternating between Linux (Fedora/KDE) and macOS since the beginning of the year. Iād describe Linux and the software running on Linux like this: Less polish, more power. What I find challenging is that sometimes I want the power, other times I want the polish. Surprisingly, I am starting to prefer being in Linux than being in macOS. Linux feels like itās mine and I like that feeling. Everything in the OS makes me believe it was done with me mind. āMeā being āthe userā. Even when things are frustrating, I usually understand why. macOS used to feel this way, but has drifted from it. Itās not all Tahoeās fault, but it certainly hasnāt helped. ...
Using an SSG for building a blog isnāt complicated enough, so I added a layer of Org mode atop mine.

Iāve been running Navidrome on the NAS for a few weeks as a way to avoid figuring out how to use Roon on Linux. Navidrome is no Roon, but itās fast and simple and works well enough for my purposes. Navidromeās web UI is fine, but I thought Iād look for a ārealā (Linux) client for it. Navidromeās API is compatible with the OpenSubsonic API, which apparently is quite popular, so there are many options. Iāve started with Supersonic. ...
Our Algorithmic Grey-Beige World ā On my Om: Weāre living in the endgame. Algorithmic reality doesnāt just commodify interaction. It standardizes imagination. The algorithms squeeze creativity out of millions by showing them exactly what āworks.ā We donāt get unique. We get infinite variations of the same. I hate 90% of the internet, now. It makes me sad and angry.
Iāve been surprised to learn that I prefer KDE to Gnome

Fighting unwanted critters in my reef tank by introducing more critters into my reef tank.
I havenāt used Doom Emacs in a while. Thought Iād give it a spin. Besides, I still miss my vim bindings from back in the day. Evil mode to the rescue.
In How about some blogging stability for 2026? I wrote that I resolved to not change blogging platforms more than once a quarter. This would be an easy goal for most people. For me, though, itās a bit of a challenge. I was bored this morning, which is never a good sign. For something to do, instead of changing platforms, I decided to change Hugo themes instead. Totally within the boundaries, right? ...
Iām typing this in NeoVim on the Framework running Fedora/Gnome. Earlier today, I fired up the Mac Mini and thought, āMan, this is how I want to do computing.ā This, in direct opposition to how Iāve felt about it for the past few months. As part of the new year, Iād ādecidedā that I was putting the Linux experiment on hold indefinitely. Iād fired up Tinderbox for blogging at daily.baty.net as part of my new move back to macOS. ...
Over at Irreal, Blogging Platforms: For me, blogging is all about writing and sharing my discoveries. The last thing I want is to worry about is my blogging platform. I want it to be as transparent as possible so I donāt have to think about it. I just want to write my post in Org mode and push a button to publish it. Most days, this is what I dream of, too. Picking something and sticking with it would be good for me. So far, Iāve not been able to do that, even for a short time it seems. Maybe 2026 will be the year! :)
How about this for a resolution⦠Donāt change blogging platforms more than once a quarter. Ha! I sometimes wish playing with tools wasnāt so much fun. It would be better, I think, to write more, tinker less. Except that I mostly write about tinkering, so thatās sort of self-defeating, no? Letās recap. 2025 was comprised of Kirby, Ghost, WordPress, Hugo, Zola, Eleventy, Blot, Tinderbox, Emacs, and TiddlyWiki. That seems like a lot, even for me. ...
Sooo, I thought I wanted a new theme but that didnāt work out, so I changed my mind and decided to go back to my old PaperMod theme. Trouble is, that theme was made for Hugo1, so I also had to move things back to Hugo. Had to! š I like PaperMod well enough. Itās not the full-post-on-home-page I was looking for, but its excerpt handling is good enough for who itās for. ...