Jun 11, 2023
#Bash
#Scripting
On the 10-year anniversary, I revisit my bash talk at SELF 2023
…
Sep 1, 2021
#C
#unit tests
#mocks
#regex
I recently finished editing the companion talk […] It begins with a brief story
…
Jul 20, 2021
#C
#OpenSource
#MQTT
#microcontrollers
Libraries capture a set of decisions about how the world should work. If you’re lucky
…
Jul 2, 2021
#C
#unit tests
#mocks
#make
#sed
I want an approach to unit testing with a near-zero learning curve that works practically everywhere, with no exotic dependencies and no performance penalties.
…
Apr 29, 2016
#C
#OpenSource
CCAN is a collection of open source C code libraries
…
Apr 2, 2016
#Bash
#Scripting
#video
Here’s a favorite talk I gave covering techniques for writing robust bash scripts.
…
Feb 20, 2016
#Visionaries
There are people who say to the masses, “You’re doing it wrong!”, and generously provide the
right way to do it. Which word gets chosen to describe them ultimately boils down to how many people they convince to see the light.
…
Feb 2, 2016
#C
#Assembly
I love those days when I come across a really good idea, something simple and helpful that I can use time and time again. Today, I read on stackoverflow a different approach to supplying a variable number of arguments to a function (a
varargs function or
variadic function) from Geo Carncross.
…