My favorite debug tool: println()

My favorite tool for debugging code over my 16 year career is println().Keep It Simple, Stupid!Back in graduate school, I worked on a real time control system that managed a hydraulic tractor wheel control. It was for testing tire performance. It used C code on the...

Software development today vs. 15 years ago

Ago, with that title, I’m either young or old amongst my peers. But a recent task I have been working on piqued my thoughts. What did you do 15 years ago when you were handed a task that was clearly outside your skill set? Your manager comes and asks you to code...

24×7 software is a whole ‘nother ball of wax

Today I was hacking away, and getting really annoyed at how slow my laptop had become. I check ‘top’ and saw that several copies of Google Chrome were running, one with over 92 hours of accrued CPU time. For those of you from the non-UNIX land, that is...