A database abstraction layer around DynamoDB for Python. boto3 is a little messy, and I don't care for the ergonomics of PynamoDB after using it for the last several years.<p>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.<p>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 monitor about a hundred pages for changes in German law. This helps me keep my content up to date.<p>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.<p>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.<p>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.<p>All of that from a fairly short Python script.
As a follow-up to my custom track editor for the Donkey Konga games, I spent part of the holiday season working on a launcher to make playing custom tracks in the games easier and released a beta build just before Christmas: <a href="https://parham.itch.io/kongabeat/devlog/853452/konga-beat-101-and-konga-launcher-available-now" rel="nofollow">https://parham.itch.io/kongabeat/devlog/853452/konga-beat-10...</a><p>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'm going to finally build my beat-aware video player. (Along with a musical phrase-guessing game/training tool.)<p>I already built a quick POC (to see if the tech I want to use is viable): <a href="https://youloop.leftium.com/" rel="nofollow">https://youloop.leftium.com/</a><p>Several years ago, I built another POC that does beat-tracking. (However it's slightly broken and I accidentally deleted the source code): <a href="https://phrasier.leftium.com/" rel="nofollow">https://phrasier.leftium.com/</a>
I am planning to build a muon catalyzed fusion reactor. Currently studying the possibility of absorption of hydrogen isotopes into the crystal lattice of certain metals, such as palladium, which can trap and localize these atoms at very high densities. As I believe, that one of the showstoppers is to increase of the density of the target.
Finishing up yet another re-write of my current project:<p><a href="https://github.com/WillAdams/gcodepreview">https://github.com/WillAdams/gcodepreview</a><p>which I hope to then wrap up in a nice front-end using:<p><a href="https://github.com/derkork/openscad-graph-editor">https://github.com/derkork/openscad-graph-editor</a><p>(or maybe some other tool --- is there a stand-alone, desktop version of Blockly which is extensible?)<p>Hopefully I'll also figure out how to write up a LaTeX package for the Literate Programming technique used and maybe a _TUGboat_ article.