Skip to content

Blog

Don't miss a post! Subscribe to my blog's RSS feeds for created posts or for created or updated posts RSS Icon

Old blog (< 2022)

I occasionally restore old posts from previous variants of my blog from the Wayback Machine when I see that they're still being visited:

  • Xar (2018): a small post on how to use the Facebook XAR format for packaging Python projects
  • Terraform (2017): a post on Terraform best practices (outdated!)
  • Malloc (2017): a (flawed!) post on writing a custom malloc for C in Rust

New blog

Power of two random choices

Introducing this pragmatic load balancing algorithm and describing a real world use case


From Demucs to demucs.cpp

How I adapted the Demucs neural network PyTorch inference in C++ for WebAssembly, with a more complicated architecture than Open-Unmix


From Open-Unmix to umx.cpp

How I adapted the Open-Unmix neural network PyTorch inference in C++ for WebAssembly with a custom streaming LSTM, mixed-integer quantization, and Demucs waveform segmentation