Algorithms
Stop Using Sliding Windows When You Just Need a Smooth Signal
I review a lot of code, and I keep seeing the same mistake over and over. Someone needs to smooth out a noisy signal (maybe sensor data, maybe user …
Using the Gray Code to Optimize One-out-of-Many Proofs
I recently discovered an optimization to the One-out-of-Many (OOM) proof protocol, and wanted to explain it in a less formal setting. In this work, I …