Toast OSAt some point, I decided to write a UNIX-ish ""Operating System"" in Javascript. In this post, I talk about its design, its various subsystems, and the silly little apps contained within.
Deno ChessThis Typescript chess library is bizarrely fast owing to its novel algorithms, and the inner Uint8Array representation.
MathFmtI like using ASCIIMath for writing math equations, but the official library is a pain to use, and MathJax is both bloated and slow. So I wrote my own ASCIIMath rendering library.
TunnelTanksWay back in the 2010, back when I was a fresh CS graduate during a global recession, I decided to spend my time porting a 1991 DOS game that I liked as a kid to C + SDL.
UglierThe prettier library aims to format JS code to look _okay_. Uglier does the _opposite_. It's a joke project that I created to protest my objection to how prettier styled callback-heavy JS code.