Feed Preview (source)

I was recently fixing up the feeds on my website and wanted to make sure a) that they render probably and b) that the filtered ones contain the correct entries, so I built this little tool to preview atom or rss feeds.

I was recently fixing up the feeds on my website and wanted to make sure a) that they render probably and b) that the filtered ones contain the correct entries, so I built this little tool to preview atom or rss feeds.

I finally got around to getting my website back up and running. Years ago now I started the process of re-building my website (yet again), this time as a link blog. I finally finished getting the machinery working and old content ported over, then of course had to bikeshed the UI for a few days. Anyway one thing I wanted was different colours for the different types of entries. But eyeballing them was leading to poor choices that were hard to read, so I built this tool to make it easier to find colours that still meet contrast requirements for readability on the web.

One of the main ways I work with AI since I had a baby 5 months ago is prompting genies from my phone while I'm naptrapped or breastfeeding (did you know newborns feed for ~5 hours per day?! I did not). It’s very sweet and cozy napping with a baby but eventually also boring.
Anyway it’s very cumbersome to review code when building things this way, but I decided that’s mostly fine since for a lot of little personal utilities I have it build I don't really care whether the code is particularly good or not (although I do find lately it writes perfectly passable Clojure, still my language of choice in this age of AI).
I always have it set up CI from the start so the project ships somewhere I can try it out from my phone and give feedback, but sometimes the tools are CLIs or other utilities I want for when I'm back at my desk. In those cases I have Claude write a book about how the project works for me, then I give feedback based on that about what needs to change (either in the project itself or just the prose). The result is that I understand the project and end with an edited book I can reference as documentation. This has been working great for me and has been resulting in many useful personal tools that I'm really enjoying building and using.
To make the process of giving feedback on books (or any other text) easier, I had the AI build itself this little annotation tool. It lets me paste a link in (to e.g. one of the deployed book chapters), then I can highlight particular passages and copy the feedback in a way that is easy for a genie to act on. You could use it for anything that requires taking notes on specific passages of a webpage though.