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

Friday, April 25, 2025

Yeah, I’ve been distracted by a couple of new static blogging tools. I think both are interesting and worth a serious look by anyone looking for simple, local-first, Markdown-based blogging. I’ll try to write a bit more detail about them, but for now, check them out yourself. BSSG is a complete static site generator written in Bash. The only dependency is a markdown processor. Cmark is recommended and simple. I use Pandoc. It’s simple, fast enough, and has a refreshingly easy to use theming system with a ton of built-in themes. Then there’s LMNO.lol, which is even easier. Create a single Markdown file with all your posts, then just drag and drop the file into lmno.lol and boom! you have a blog. This one is a hosted service. Check them out! I did: linux.baty.net and baty.blog are BSSG blogs and lmno.lol/jbaty is at lmno.lol. ...

April 25, 2025 Ā· Jack Baty

Wednesday, April 23, 2025

I posted the same thing on three different blogs today, just for fun. here on baty.net on lmno.lol on baty.blog (BSSG) All three of them were fun to do, which is why I keep so many blogs going at once.

April 23, 2025 Ā· Jack Baty

Consolidating my email handling in Emacs

If I were to only have one computer, I’d use notmuch for email in Emacs. I might also import non-email stuff as notmuch messages so I can search everything in one place. But, I now have 3 computers; 2 running macOS and one running (Fedora) Linux. Notmuch takes too much of my energy to keep synced between machines. So what about Mu4e? Mu4e is probably the ā€œnicestā€ Emacs package for managing email, but it still requires a local synced copy of all my messages. This means configuring mbsync on all machines, etc. ...

April 23, 2025 Ā· Jack Baty

Tuesday, April 22, 2025

Merlin knows: The bummer is we miss so many great little things because it doesn’t conform to the implastic version of ourselves that lives in some blindingly lit menagerie where everything is just so. Where we store the notional version of ourselves that’s never existed. And who do we imagine all that certainty is impressing? Eventually, you can make up someone plausible, I suppose. But, more basic bitches like me and you are stuck trying to puzzle it all out in a world full of people who’ve decided we’re misunderstanding the world wrong. ...

April 22, 2025 Ā· Jack Baty

My Blot website: 2017-2025

I started using Blot for my blog in 2017. Blot is a really nice way to publish a blog from a folder full of Markdown files. Blot’s author, David, is exceptionally helpful. This morning I made an offline backup of everything and deleted all the content from Blot’s folder. Then I canceled my subscription. Five minutes later, I restarted my subscription. I’m grandfathered in to the original $20/year pricing, so I decided it’s so inexpensive that it’s worth twenty bucks just to have it available. Also, it supports a great project by a nice developer. ...

April 22, 2025 Ā· Jack Baty

More breaking changes in Hugo

Hugo is actively developed and still gets a lot of attention. This is fine. What’s not fine is that it seems like every third update introduces breaking changes. I updated to 0.146.5 and my site failed to build. This was a theme thing, and thankfully the theme maintainer was on it. Still annoying. I like using Hugo and I like my theme and I like having a static website. What I don’t like is not knowing if things are going to still work next week. ...

April 22, 2025 Ā· Jack Baty

Monday, April 21, 2025

I hope everyone had a relaxing weekend. I did, at least up until I tried setting up a new(ish) iPhone for my mom. She got a hand-me-down iPhone 12 to replace her, surprisingly still working, iPhone 6. Between Find My/anti-theft issues and forgotten passwords, it was much more frustrating than I’d hoped. Still, she has a new phone and that’s good. I’m typing this on the ThinkPad, even though my Mac is /right there/. It’s probably the novelty, but at least it’s happening. This is a first for me. here’s the latest. ...

April 21, 2025 Ā· Jack Baty

Saturday, April 19, 2025

Sometimes I create this daily entry without having anything to write about in mind. It seems necessary, but is it? Probably not, yet I keep doing it, anyway.

April 19, 2025 Ā· Jack Baty

Friday, April 18, 2025

I’m rarely in a hurry, so why do I spend so much time working on ways to do things faster? Working on the Linux laptop this week has made so many things slower. I don’t have a text expansion utility configured yet. I don’t have something like Raycast on the Mac. Still, I don’t feel like I’m doing less. In fact, my mind has been calmer. Writing on the ThinkPad feels more like using a typewriter. OK, that’s an exaggeration, but you see the point. There’s much less going on, here. I have the usual urge to ā€œimproveā€ things, but I may just wait a minute on that and see if I can settle in with something simpler.

April 18, 2025 Ā· Jack Baty

Thursday, April 17, 2025

I’ve been busy with my Linux experiment. I’m writing about it there, if you want to follow along. Today, I put a Framework laptop in my cart. This whole experiment only got rolling because I thought I might like Linux on my desktop, so why am I looking at laptops when I have a perfectly servicable (2015) ThinkPad X1 Carbon (that I’m typing on right now)? I can’t explain it. Most likely it’s because I have an Apple Studio Display and (I’m told) it’s quite challenging to use it with Linux. I’m not changing monitors for this, the Studio Display is too good (and expensive).

April 17, 2025 Ā· Jack Baty

FiiO CP13 Portable Cassette Player

Nostalgia is some powerful stuff, ain’t it? My old Nakamichi cassette deck stopped working a few years ago, and I never bothered to replace it. I’ve been into vinyl and still have a good CD transport, so I didn’t see a need for cassettes. Occasionally, though, I’ll spot a cassette somewhere and think I might like to bring mine out and play them. I didn’t want some ancient ā€œvintageā€ cassette deck, and I didn’t want to spend much. ...

April 15, 2025 Ā· Jack Baty

Monday, April 14, 2025

Linux is fun, but frustrating. I’m trying to stick with it long enough to blame Linux rather than my inexperience for my troubles. As a way to help remember the process, I’ve started a new blog at linux.baty.net1. The new blog is a journal of things I’m learning or struggling with. I’d normally be taking these notes locally but I thought it would be worthwhile to publish them. I must admit that this was also a fun excuse to play with BSSG.Ā ā†©ļøŽ ...

April 14, 2025 Ā· Jack Baty
My dog sniffing a branch

Saturday, April 12, 2025

So, yeah, I seem to have four blogs at the moment. It’s fun, but not sustainable. Anyway, good morning! I mean, maybe I’m meant to be the guy who has a bunch of different blogs and nobody wants to follow because he’s inconsistent and spread so thin. Is that so bad?

April 12, 2025 Ā· Jack Baty

BSSG (Bash Static Site Generator)

Today I learned about BSSG, a static site generator written using Bash. I’ve been chugging along with Hugo for a minute, but you just know I have to try every new thing I discover, so… bssg.baty.net How fun is that!? Written by Stefano Marinelli, BSSG is so simple and easy to use that I had a blog started in, I swear, two minutes. The only thing I had to do was change MARKDOWN_PROCESSOR to use pandoc, and I was off and running. Nice. ...

April 11, 2025 Ā· Jack Baty
My grandson walking away from me in yard

Friday, April 11, 2025

Dammit, now I’m posting journal posts in two places. I get bored doing things the same way every day, so I change things. I don’t know if this makes me interesting or if it’s a symptom of some deep-rooted mental issue. Read Mike’s Deft, Markdown, Marksman/Emacs LSP, iA Writer and then spent an hour playing with Marksman and I ended up getting nowhere and now I’m upset that I can’t get wikilink completion in random Markdown files. This is why I shouldn’t be using Emacs. ...

April 11, 2025 Ā· Jack Baty

Thursday, April 10, 2025

I had fun yesterday working with the Coping Mechanism blog and Ghost. If you ignore the upsell and ā€œplease subscribe!ā€ noise, Ghost is rather pleasant to work with. The problem is that I don’t want to migrate this blog to it, and I don’t want multiple blogs. This means that, while I still may tinker with Ghost, I shouldn’t use it for anything ā€œrealā€. So, what am I doing? ĀÆ_(惄)_/ĀÆ. I’m typing this in iA Writer for reasons I can’t explain. ...

April 10, 2025 Ā· Jack Baty
My mom and grandson playing piano

Wednesday, April 09, 2025

I’m supposed to be working on a new website for a family member. I’m 80% finished, but the final 80% is the uninteresting part and I don’t feel like doing it right now. Instead, I spent an hour this morning feeling like I should go back to using Lightroom Classic instead of Capture One, but I still prefer Capture One, so I’ll have to deal with the things I don’t like about it. ...

April 9, 2025 Ā· Jack Baty
Black and white photo of man cutting birthday cake

Roll 207 (Leica M3)

It’s my dad’s 84th birthday. I had the M3 with a roll of HP5.

April 8, 2025 Ā· Jack Baty

Tuesday, April 08, 2025

In a mood, evidenced by changing Denote’s default file format twice in ten minutes.

April 8, 2025 Ā· Jack Baty
Black and white photo of my dog

Monday, April 07, 2025

I don’t know what to write about today. I’m sitting here at my usual desk typing into a full-screen Emacs frame with a few of my usual buffers open. I did end up giving up on Doom again. It’s just more than I want, even though it does a lot of nice things without my help. And I miss having SPC as leader key. I’m not doing that general.el thing again, either. Oh well, I guess it’s back to C-c or C-x for everything. ...

April 7, 2025 Ā· Jack Baty
Ā« Prev  Next  Ā»
Ā© Jack Baty | Ā· Powered by Hugo & PaperMod