Projects
Open-Source Coding Projects
I still don't use AI for code generation. Consider all coding projects artisanal.
- An image renderer for images encoded on the Ethereum blockchain, focused on the Murall project. Currently being ported from Javascript to WebAssembly.
- A GUI payment manager written primarily in C. Uses GTK3, custom CSS, CSV persistence, and floating-point-safe currency arithmetic.
- A command-line tool to output MS-DOS file info, written in C. Uses pointer-to-void arrays for generic type erasure to iterate over mixed signed and unsigned struct members, sidestepping implementation-defined signed integer representation rules prior to C23.
- An English to Ubbi Dubbi translator written in C. Ubbi Dubbi is a silly language from the 1970s kids show Zoom. An exercise in secure C programming and, potentially, highly accurate algorithmic syllable detection without LLM weights.
- Contributor to old open-source X11 projects like XInvaders3D, helping them run smoothly on modern devices.
- A fork of Wikipedia's Vector skin with easier right-margin support and an inline-block main structure for faster rendering.
Encyc.org Articles
These are a few of my Encyc.org articles. Encyc.org is a general encyclopedia that is more friendly and laid back than Wikipedia.
- Programming explanation of a very old animation file format.
- A history of wikis and associated slang.
- A eulogy for the best 2D metaverse ever.
- An introduction to a new one.
- A technical history of bulletin board software.