The message in a bottle
This is a catalog of an engineer’s side projects.
The kind of thing that’s not sure if it wants to be a portfollio or a rats nest of code.
It’s side quests. A garage lab. Mostly harmless. It’s Tools & mischief. Projects for no good reason. All unauthorized experiments. Probably a bad idea. Definitely a folder of problems. It seemed reasonable at the time.
Index of Regrets
Bubbles
- STATUS: private repo, like 70% done
- Scripts for autogenerating sandboxed WSL environments, preconfigured with my preferences
- Useful for testing out agentic systems in isolated environments, without setting up dedicated PCs
Falsify
- STATUS: private repo, like 70% done
- Finite-State-Machine Coding Agent
- Wraps Claude Code, Codex, or any other agentic coder and ensures code is always tested
GTDPP
- STATUS: private repo, like 40% done
- Get-things-done plus-plus
- Automated weekly review and reports of an obsidian vault
Voxsynth
- STATUS: private repo, like 50% done
- Audio-driven Computer Interface
Allure Report to PDF
- STATUS: private repo, like 90% done
- Transform allure reports into structured PDFs
- Useful for paper-first workflows
- Nice for those of us who like more traditional documentation styles
Code-Graphs
- STATUS: still just an idea
- Generate call-graphs of code bases
- Useful for visually inspecting code
Simulation Coherance
- STATUS: active in some project, not as a standalone thing yet
- contract wrappers for pytest
- uses a NASA-like structure for simulations
- key output: coherance matrix, allows comparison of multiple sim environemnts at-a-glance
Inverter-Lab
- STATUS: live.
- Example of Typhool HIL & CI / CD Stuff.
- Example repo, but not very interesting right now.
- Lots of potential if you think hard enough.