A deep dive to find a nasty bug
blog.boundary.com
A deep dive to find a nasty bug
1–7 of 7 posts
Re: A deep dive to find a nasty bug
#2Re: A deep dive to find a nasty bug
#3Re: A deep dive to find a nasty bug
#4Re: A deep dive to find a nasty bug
#5CONCLUSION: It is a miracle computers work.
On a related note, it's always fun to demonstrate code's sensitivity to minor alterations to a non-technical person and see their reactions.
For example, just remove a semi-colon from a random PHP file that gets included in your web app and watch it completely die.
It's a decent way to impress upon people with little technical knowledge the importance of debugging.
(bonus points if you can create an impressive runtime bug that mangles the code's functionality in a flashy way, think mis-spelled variables in PHP)
Re: A deep dive to find a nasty bug
#6I first worked with Joe four years ago. He joined the team knowing no Ruby. What did he do his first week? Diagnose and patch a pretty big bug in MRI's threading implementation.
His blog is equally intense: http://timetobleed.com
Re: A deep dive to find a nasty bug
#7CONCLUSION: It is a miracle computers work.
No kidding! On a related note, it's always fun to demonstrate code's sensitivity to minor alterations to a non-technical person and see their reactions. For example, just remove a semi-colon from a random PHP file that gets included in your web app and watch it completely die. It's a decent way to impress upon people with little technical knowledge the importance of debugging. (bonus points if you can create an impre…