AWS CDK constructs to add common alerting patterns to Lambda/SQS/etc. CloudWatch is capable of a lot, and having some constructs with reasonable default strategies would be use for side projects and smaller start-ups that can't afford some of the providers or have the time to roll it themselves.
Finally getting nomnominees.com into a shape where I can encourage people to use it. Simple webapp that shows you James Beard nominees/winners and Great American Beer Festival winners in a given area. I use it myself when I'm traveling to find places to check out.
I am writing a page change monitor similar to urlwatch, but greatly simplified. Give it a URL and a CSS selector, get a weekly email diff of the changes. It will replace Wachete, for which I was paying 10€ a month.
This is worth it for me. I save 120€ per year (5x more if I want to watch more than 100 pages), the watched URLs come from source-controlled text files, and I can configure the delivery schedule of notification emails. It suits my workflow a lot better.
It can also tie into my static site generator. The list of legal texts to watch can be extracted from my website’s content, so that everything I mention is automatically watched.
All of that from a fairly short Python script.
My goal now is to ship the 1.0 release in the next month or two and post the source code on GitHub under the MIT license.
I already built a quick POC (to see if the tech I want to use is viable): https://youloop.leftium.com/
Several years ago, I built another POC that does beat-tracking. (However it's slightly broken and I accidentally deleted the source code): https://phrasier.leftium.com/
https://github.com/WillAdams/gcodepreview
which I hope to then wrap up in a nice front-end using:
https://github.com/derkork/openscad-graph-editor
(or maybe some other tool --- is there a stand-alone, desktop version of Blockly which is extensible?)
Hopefully I'll also figure out how to write up a LaTeX package for the Literate Programming technique used and maybe a _TUGboat_ article.