I agreed to four hours. Four hours to help hunt down and kill a bug. A terrible malicious bug that was eating away at this project, wreaking havoc upon the foundations of a critical feature, and draining time randomly from…
Blog
List of Well Known C++ namespaces
I recently (Nov 2018) googled this blog title's and was surprised by the lack search results with a simple clear list of C++ commonly used namespaces. Obviously there could be millions of namespaces in use, but this page will attempt…
How to Write A Great Bug Report
A well written and descriptive bug report can save your team time and reduce confusion. Find out how in this p
Why I love C++11 for Embedded Software and Firmware (or C++14, or…)
In the firmware and embedded software engineering domains, engineers overwhelmingly choose C as their language of choice. Evidence of this may be seen in the following screen-grab of a presentation by Dan Saks at CppCon2016. I would recommend the entire presentation, which…
Read More Why I love C++11 for Embedded Software and Firmware (or C++14, or…)
Coffee, Empathy, and User Experience
Every now and then I find myself inspired by the smallest of changes and improvements to a product, changes which create a real impact on product usability and quality of life for all concerned. These product improvements are inevitably found…