All writing
~/writing/tags
#python
2 posts
Audio
8 minPutting back the bass that was never recorded
I prepped a music set for a 1500-watt DIY rig and synthesized a missing sub-bass octave into tracks rolled off below 40 Hz. Measure first, fix only what the numbers justify, don't touch anything else.
#dsp#audio#ffmpeg#mastering
Systems debugging
5 minThe Python version worked. I rewrote it in Rust anyway.
Porting a working chain indexer from Python to Rust, where the easy parts get harder and the vague parts get found. Most of what the rewrite bought wasn't speed, it was bugs that stopped being possible to write.
#rust#python#ethereum#tokio