Writing
Notes and essays.
Working notes across embedded systems, tooling, software practice, and whatever else is earning a margin note.
- Exponential Smoothing in Foundry VTTHow EZGlide went from a one-off smooth-zoom macro to a published Foundry VTT module: the exponential-smoothing formula, a competitor found while hunting for a name, the pan/zoom cancellation problem, and a v2 refactor that made module and macro share one camera runtime.
- Modernizing SFMT-19937 for ZigA development note on moving SFMT-19937 from a C-shaped port to Zig vector code, and why the useful benchmark only appeared in ReleaseFast.