Jan. 12, 2025
The weekend after Thanksgiving I made a quick road trip through central Idaho, over Lolo Pass and down into Montana - spending the night in Butte. Butte is a fascinating city, built on the richest hill on earth, with the fancy buildings in uptown to show off its wealth. There are a lot of mining towns scattered throughout the west, but I think Butte is the biggest. I got up early in the morning to watch the sunrise from The Granite Mountain Speculator Mine Memorial. The pictures on this post are from that general location. If you ever spend any time in Butte, be sure to get a Pork Chop Sandwich at Pork Chop Johns.
Nov. 25, 2024
My earlier post on Podman Quadlet showed how to install Podman Quadlet, but included secrets as plain text in the container file. This isn’t exactly the best practice for handling secrets. Podman has a built in secrets management utility that integrates with the Quadlet containers.
Nov. 24, 2024
I have been working on a bot for the social network Bluesky. My initial effort was non-interactive. I used a Cloudflare Worker with a Cron trigger to post a random road sign picture every day. I wanted to learn how to make the bot respond to “@mentions” with various commands. This would mean having to host the bot in a slightly different way. Instead of it being a serverless application, I would want to either listen to a stream of events, or poll on a fairly regular caedance to check for updates. I will post details about the bot at a later date.