Fixing memif's poor performance in a VPP tutorial
A quick note how to fix poor memif performance in the Progressive VPP Tutorial setup
BEAMitude: What if GenServer.call times out?
In this article I deep dive into a simple question: what happens with a client mailbox when GenServer call times out (and client traps the exit). Spoiler alert: what Erlang/OTP version do you run?
Getting Erlang's observer working on Alpine Linux
A quick how to guide to get Erlang's observer correctly running on Alpine Linux via ssh X11 forwarding.
Rethinking number formatting
How does one design API for number formatting in an understandable way? Because sprintf() isn't it.
How to call renameat2 syscall in Ruby
Short post about the fascinating journey to discover how to call renameat2 syscall in Ruby in a somewhat portable way... and why one might want to do such a thing.