All Projects
Some pointers on using GDB to analyze core dumps. Follow up article to Making Linux C++ Crashes Less Chaotic.
Fear the dreaded “Segmentation fault (core dumped)”? Here’s how I stopped worrying and learned to love the crash.
I wrote a library for connecting Pixel dice to the ESP32 mcu and published it for Arduino and PlatformIO.
I’ve had a few projects I’d done kicking around that didn’t really warrant their own articles.
Well the Pixels Dice KickStarter I supported like 3 years ago finally came in. I wanted to do something fun with them before I played my next TTRPG session, so...
For a work tool, I wanted to capture the last output from a process if it crashed. I ended up doing a deep dive into Linux data pipes to accomplish...