:wq


a catalog of stuff I happen to write down

Should you pad your FFT for performance?


Raytracing in Rust Part 1

I write a lot of Python, but I wanted to get back into practice with a lower-level language. I've done a decent amount of C and C++...


On Mocking

I'm generally aware that there is a debate about mocking in tests, but honestly I have not thoroughly researched the arguments. Here...


Total Variation Reconstruction

In my last post I demonstrated how to use Total Variation...


Total Variation Denoising with ADMM

Let's talk about nonlinear solvers, specifically the Alternating Directions Method of Multipliers (ADMM).

I've been reading...


Flask Deployment with Fabric

I've been playing around with Flask lately, and deployment became a major bottleneck in my...


Hello World