Subtle interactions in the embedded world - what bugs can teach us
Subtle interactions in the embedded world - what bugs can teach us
Posted Feb 23, 2012 7:39 UTC (Thu) by kleptog (subscriber, #1183)Parent article: Subtle interactions in the embedded world - what bugs can teach us
Thanks for the interesting article. This is a situation I think almost unique to embedded systems: you have an interface (the hardware) which is essentially well known but unchangeable. Most unchangeable interfaces are also opaque.
I must admit too that I like fixing bugs more than writing new code. I just wish the bugs wouldn't appear on a production system just before I was about to go home. You learn more from bugs, but it's generally true that you learn more from mistakes than successes.
