progress
by Gordon Weakliem
Should have a RSS feed thanks to Dzhavat Ushev. It surprised me that Github pages doesn’t ship with one out of the box considering that blogging is one of the primary use cases.
I wrote a little script to generate new posts: post.sh. I was writing my first post thinking “I’m going to screw this up real soon” which is the signal that I should write a script to automate it. The next signal is that the script is already got annoying bugs that I could probably fix by applying sed
or something dumb, but I should just rewrite it in Python.
TODOs:
- Self-updating Github Profile
- Linkblog. Simon Willison talks about his rationale, and John Gruber gave his own take. I think for my purposes, I could just create a separate category.
- I like Simon’s TILs too. I could also do those as a category. For example, TIL that you can use
uv
to build a single-file Python script that requires external depnedencies