Blog 
Barely-coherent ramblings about engineering projects, software, hardware, and other things.
[Atom feed] [RSS feed]
2026-03-10(17 min read)
Engineering a Remote-Controlled Electric Snow Plow
Designing, building, and programming a remote-controlled snow plow to push snow and salt pavement. Long-overdue writeup on a project that's been in the works since 2018.
Read2023-12-07(21 min read)
GPU-Accelerated Fractal Explorer
Using OpenGL's compute shaders to dispatch fractal computation to the GPU and render in realtime.
Read2023-03-18(11 min read)
Patching Python's regex AST for confusable homoglyphs
Exploiting the re module's parsing and compiling methods to check for "confusable homoglyphs" and create a better automoderator.
Read