Blog
Barely-coherent ramblings about engineering projects, software, hardware, and other things.
[Atom feed] [RSS feed]
2023-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.
Read2023-03-15(8 min read)
Introductory CS at UIUC
A list of grievances regarding the introductory Computer Science course at UIUC: CS 124.
Read