It was way too late for this old guy to stay up for, but the highlights from the Cubs-Dodgers game last night are pretty amazing. Sparkling defense from the Cubs and then some big hits to seal their 10th win in a row!

Hi, I'm Chris.

My most recent social media post is up top; you can find it and many others by following me on Bluesky or Mastodon. I've blogged here on topics that interest me for more than 20 years. Scroll down to see recent posts or visit the archive for a full list.

New from me: an updated book logging site to track my reading!

The last few weeks I have been working on a fun little side project to redo my book logging website. I have cataloged every book I’ve read since 2007, and the previous incarnation of the book logging site was static web pages (good) but completely generated via custom python (oof) that was fragile (double oof).

I started over on it using Astro as the website generator with a little help from Github Copilot. I’m very happy with the result! The Booklog is at books.chrishubbs.com. It’s being hosted on Github Pages, which makes site updates very easy. Now when I read a new book: run a quick script that looks up the book metadata online, creates the review file, and searches for cover art; manually write the review in that file; grab better cover art if the script struck out; commit the whole thing back to the Github repo. The site then auto-regenerates and voila! It’s not rocket science, but it makes me happy to have something that looks a little fresher and crisper.