Baty.net
  • Archive
  • Journal
  • Notes
  • About
  • Tags
  • Uses
  • šŸ”

A blog about everything, by Jack Baty

Director of Unspecified Services.
Amateur photographer, blogger, and curious nerd.
Large format black and white photo of a workbench vice

Tuesday, February 24, 2026

STATUS: Driving people around to appointments. Thinking about operating systems. TODO: I intend to do nothing on my list, today. Harumph! READING: Still working through ā€œDungeon Crawler Carlā€ Am I back? Not sure yet, but I think I’m a static-blog kind of fella. Pure Blog is awesome, and Kev’s done a great job with it. I like it a lot. And yet, there’s this nagging feeling about it running ā€œout thereā€ and needing PHP, etc. Pure Blog is super simple to host, but not as simple or portable as a static site. A CMS with a nice, simple UI is pretty great, but I’ve spent years honing my combination of Hugo and Emacs. Blogging is a ā€œsolvedā€ problem, right? :) Anyway, I’m going to try this again for a minute. I’ve migrated the ā€œregularā€ posts from there to here. I don’t think I’ll bother with the journal entries.t ...

February 24, 2026 Ā· 190 words Ā· Jack Baty

Doctorow on using AI (to help publish his blog)

The guy sure works hard at blogging. Using AI to help do that seems like a fine use case. He addresses the usual anti-AI backlash with a few choice quotes. Doctorow, Six Years of Pluralistic Purity culture is such an obvious trap, an artifact of the neoliberal ideology that insists that the solution to all our problems is to shop very carefully, thus reducing all politics to personal consumption choices ...

February 21, 2026 Ā· 73 words Ā· Jack Baty

My photography workflow is a disaster

I seem to have completely lost the thread when it comes to managing my photos. I blame Linux, but it’s totally my fault, and has been happening in some form for years. When living on macOS, I moved between Lightroom, Lightroom Classic, Capture One, and Bridge/Photoshop for editing and managing photos. That was bad enough, but now I’ve thrown Linux into the mix and all hell has broken loose. None of my usual tooling is available for Linux, so I dove into Darktable, which seems to be the top contender for dealing with RAW files. (RawTheraPee doesn’t attract me for some reason). Darktable is the oddest thing. It’s super powerful and flexible, but the UI and workflow are inscrutable. I could learn to live with it if I had to. ...

February 21, 2026 Ā· 319 words Ā· Jack Baty

Trying Current, a new RSS reader

There’s been talk lately about why RSS readers are designed like email clients and whether they should use unread count indicators This goes back to at least 2014. The latest discussion is around Phantom Obligations. I love seeing new approaches to things, so I bought Terry Godier’s new RSS app, Current, which is designed in a way meant to avoid the sense of obligation around unread articles. Current does some clever semi-algorithmic manipulation of feeds based on frequency, importance, type, etc. It’s quite clever and it looks nice. I have a few early thoughts about it. ...

February 19, 2026 Ā· 271 words Ā· Jack Baty

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.

February 15, 2026 Ā· 37 words Ā· Jack Baty

Testing Capture One on Linux via WinBoat

In order to use Linux full-time, I’ll need to find a feasible workflow for my photography hobby. Weeks working with Darktable hasn’t converted me. I still prefer both Lightroom (Classic) and Capture One for editing photos. I see people mentioning WinBoat as a possible option, so I installed it, along with Windows and Capture One. It works! Well, technically it works, but is it usable? See that app in the upper right? That’s Capture One, running in KDE via WinBoat ...

February 15, 2026 Ā· 219 words Ā· Jack Baty

The all-new baty.blog

Well, I did it. After days of tinkering with Pure Blog, I’ve used it for this site at baty.blog. I didn’t have the guts to replace my main blog at baty.net yet. Too much work. Baty.blog has been powered by Blot for a while now, but I had to put this one somewhere, so Blot had to go. Most of the Blot content has been archived at blot.baty.net. It feels nice to start fresh. Now, what should I use it for?

February 14, 2026 Ā· 81 words Ā· Jack Baty

Blog management fatigue

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. ...

February 13, 2026 Ā· 443 words Ā· Jack Baty

TILES, an(other) Emacs notetaking package

ā€œTILES is an Emacs package for taking quick, title-less notes.ā€ Well color me intrigued! Screenshot from the TILES Github page: I love trying different methods for taking notes. TILES is sort of a cross between Howm, Deft, and Denote. I think I’ll give it a go. (via Sacha Chua Emacs News)

February 10, 2026 Ā· 51 words Ā· Jack Baty

Pure Blog

Remember when I said I wouldn’t change blogging platforms? It’s still (mostly) true. So far.

February 9, 2026 Ā· 439 words Ā· Jack Baty

Testing content migration from Hugo, just in case

Just to be clear, I don’t have serious plans to migrate my main Baty.net (Hugo) blog to Pure Blog. That doesn’t mean I won’t explore the ā€œBut what if I converted baty.net to Pure Blog?ā€ scenario. Things will be wonky while I tinker. Probably don’t link to anything here, since I’m almost certain the links will break. Some things I’ve noticed: Date formats in YAML are inconsistent with different SSGs. For example, Hugo wants date: 2026-02-05 05:29:52 -0500 and Pure Blog uses date: 2026-02-07 16:25 which throws an error in Hugo. Adding seconds to the date fixes it. Quoted strings in YAML front matter are optional. Many of my Hugo posts do quote the title: attribute using either single or double quotes. Would need to be removed, because in Pure Blog, those quotes are included as part of the title, etc. Same goes for tags: [ā€œTag1ā€,ā€œTag2ā€] vs [Tag1,Tag2].

February 8, 2026 Ā· 148 words Ā· Jack Baty

Managing Pure Blog updates using just

This has been mostly superceded by the built-in upgrade mechanism introduced in version 1.5.0. Since everything in Pure Blog is all in one folder, I needed some way to back things up and deploy updates to the code, independent of the content. I use just with a few basic recipies. Available recipes: default - Lists recipies (e.g. just –list) backup-to-local - Pulls content, code, and custom config to a dated folder on my local machine serve - Run local PHP version of the site upgrade - Runs git pull locally deploy - Send just the source php to the server Here’s my justfile so far: ...

February 7, 2026 Ā· 208 words Ā· Jack Baty
Kids in river and on small dock

Saturday, February 07, 2026

A day with family

February 7, 2026 Ā· 130 words Ā· Jack Baty
Screenshot of the feishin music player

Feishin music player for Linux

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.

February 6, 2026 Ā· 96 words Ā· Jack Baty
Car with Don Martin character saying Hi drawn in snow

Friday, February 06, 2026

Posting to the photo blog.

February 6, 2026 Ā· 314 words Ā· Jack Baty
Black and white photo of two dogs.

Thursday, February 05, 2026

Why am I not making photos?

February 5, 2026 Ā· 231 words Ā· Jack Baty

Global org-capture shortcut in KDE

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. ...

February 5, 2026 Ā· 157 words Ā· Jack Baty
Black and white film photo of me sitting on the basement couch

Wednesday, February 04, 2026

Linux is nice so I’m using that today.

February 4, 2026 Ā· 96 words Ā· Jack Baty
Fastfetch screenshot

Installing Fedora Workstation on the laptop

I finally started to become comfortable in KDE, so I decided to try Gnome again.

February 3, 2026 Ā· 381 words Ā· Jack Baty
Two guys laying in the grass. Shot from ground-level.

Monday, February 02, 2026

One True Blog?

February 2, 2026 Ā· 168 words Ā· Jack Baty
Next  Ā»
Ā© Jack Baty | Ā· Powered by Hugo & PaperMod