News

Simple SQL finite state machine for Postgres. This is some example code on how to store a simple state machine in SQL. There are two tables, fsm.machine and fsm.transition. The machine table has ...
A simple, single-file Python CLI app that reaches out to a generative model, requests an outline for a project folder structure, and creates those folders in a local directory. Configure the script by ...