<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MightyOhm &#187; software</title>
	<atom:link href="http://mightyohm.com/blog/tag/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://mightyohm.com/blog</link>
	<description>Join the resistance.</description>
	<lastBuildDate>Tue, 07 Feb 2012 00:07:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Debugging (David Agans)</title>
		<link>http://mightyohm.com/blog/2010/01/debugging-david-agans/</link>
		<comments>http://mightyohm.com/blog/2010/01/debugging-david-agans/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 16:02:58 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Books and Resources]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[circuit design]]></category>
		<category><![CDATA[electrical engineering]]></category>
		<category><![CDATA[embedded systems]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://mightyohm.com/blog/?p=2715</guid>
		<description><![CDATA[I recently saw David Agans&#8217; book Debugging mentioned in one of the many trade journals I receive (I can&#8217;t remember which one).  After seeing how much praise it received on amazon.com, I decided to pick up a copy. Debugging really spoke to me because a large portion of my career has been devoted to finding [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.amazon.com/gp/product/0814474578?ie=UTF8&amp;tag=mightyohm-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0814474578"><img src="http://mightyohm.com/blog/wp-content/uploads/2009/12/debugging.jpg" alt="" title="Debugging by David Agans" width="348" height="500" class="alignnone size-full wp-image-2716" /></a></p>
<p>I recently saw David Agans&#8217; book <em><a href="http://www.amazon.com/gp/product/0814474578?ie=UTF8&amp;tag=mightyohm-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0814474578">Debugging</a></em><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=mightyohm-20&amp;l=as2&amp;o=1&amp;a=0814474578" border="0" alt="" width="1" height="1" /> mentioned in one of the many trade journals I receive (I can&#8217;t remember which one).  After seeing how much praise it received on amazon.com, I decided to pick up a copy.</p>
<p><em>Debugging</em> really spoke to me because a large portion of my career has been devoted to finding and fixing hardware bugs.  I finished it in just two or three evenings (it&#8217;s a quick, fun and engaging read).  The examples are particularly interesting and relevant to me because many involve issues with embedded systems.  Admittedly, perhaps most fascinating is the one about a living room lamp that turned on anytime the author vacuumed the room.</p>
<p>I highly recommend this book to anyone who regularly  troubleshoots issues with any kind of system, software or hardware, mechanical or electrical.  This includes engineers of all discplines, circuit designers, computer programmers, helpdesk operators, web developers, auto mechanics, etc.</p>
<p>David&#8217;s nine rules of debugging are (with my notes):</p>
<ol>
<li><strong>Understand the system</strong> &#8211; Knowing how your circuit, code, or widget is supposed to work will help you fix it.  Read the manual!</li>
<li><strong>Make it fail</strong> &#8211; Knowing how to reproduce the failure is critical to being able to fix it.  Also, stimulate the failure, don&#8217;t simulate it.</li>
<li><strong>Quit thinking and look</strong> &#8211; Don&#8217;t jump to conclusions and just fix what you think <strong>might</strong> be the problem.  This wastes time when you inevitably guess wrong.  Keep an open mind as to what the failure mechanisms could be.</li>
<li><strong>Divide and conquer</strong> -Eliminate what is definitely not part of the problem and focus on what&#8217;s left.</li>
<li><strong>Change one thing at a time</strong> &#8211; If you change ten things at once, how will you know which one actually solved the problem?</li>
<li><strong>Keep an audit trail</strong> &#8211; Being able to reproduce the fix is crucial.  Even if you don&#8217;t fix the problem, you might discover a pattern or something you overlooked by looking at your notes.</li>
<li><strong>Check the plug</strong> &#8211; When all else fails, check the obvious stuff that you probably should have looked at first.</li>
<li><strong>Get a fresh view</strong> &#8211; Someone else may have more experience with the problem than you do or might see the one thing you&#8217;re missing.</li>
<li><strong>If you didn&#8217;t fix it, it ain&#8217;t fixed.</strong> -  Don&#8217;t stop when the problem just disappears.  It will surely come back later at the most inconvenient time possible.  We&#8217;ve all been bitten by this one before.  Never again!</li>
</ol>
<p>There&#8217;s even a <a href="http://debuggingrules.com/Poster_download.html">free poster</a> available on <a href="http://debuggingrules.com/">the book&#8217;s website</a> to help you remember these rules during your next debugging crisis.</p>
]]></content:encoded>
			<wfw:commentRss>http://mightyohm.com/blog/2010/01/debugging-david-agans/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>mightyOhm.com T-Shirts!</title>
		<link>http://mightyohm.com/blog/2008/10/mightyohmcom-t-shirts/</link>
		<comments>http://mightyohm.com/blog/2008/10/mightyohmcom-t-shirts/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 06:50:21 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Embedded Linux]]></category>
		<category><![CDATA[Microcontrollers]]></category>
		<category><![CDATA[GIMP]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[interesting]]></category>
		<category><![CDATA[shirts]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[The MightyOhm Universe]]></category>
		<category><![CDATA[Zazzle]]></category>

		<guid isPermaLink="false">http://mightyohm.com/blog/?p=537</guid>
		<description><![CDATA[Today I decided to take Zazzle for a spin and created a fun t-shirt for the site. I used GIMP to create the design and remain impressed with this open source alternative to Photoshop. Like the design?  Great news! Thanks to Zazzle&#8217;s marketplace, you can get one for yourself! If you order before November 4th, [...]]]></description>
			<content:encoded><![CDATA[<p>Today I decided to take <a href="http://www.zazzle.com">Zazzle</a> for a spin and created a fun t-shirt for the site.</p>
<p>I used <a href="http://www.gimp.org/">GIMP</a> to create the design and remain impressed with this open source alternative to Photoshop.</p>
<p>Like the design?  Great news! Thanks to Zazzle&#8217;s marketplace, you can <a href="http://www.zazzle.com/hardware_guy_software_guy_shirt-235597068315347671?gl=mightyohm&amp;rf=238658622163138793">get one for yourself</a>!</p>
<p>If you order before November 4th, Zazzle will give you $3 off the price of the shirt.  Enter promotional code 3OFFZAZZLETS during checkout.</p>
<p><strong>Update:</strong> <a href="http://www.zazzle.com/hardware_girl_software_girl_shirt-235628131137586303?gl=mightyohm&amp;rf=238658622163138793">There is one for girls, too</a>.</p>
<p>Visit my <a href="http://www.zazzle.com/mightyohm*">Zazzle Gallery</a>.</p>
<blockquote><p>Are you as handy with Java as your are with a soldering iron? Do you code by day and flash micros at night? Does writing cycle accurate code turn you on? If you answered any one of these questions with a resounding yes, this stylish shirt is just for you.</p></blockquote>
<p><a href="http://www.zazzle.com/hardware_guy_software_guy_shirt-235597068315347671?gl=mightyohm&amp;rf=238658622163138793"><img class="alignnone" src="http://rlv.zcache.com/hardware_guy_software_guy_shirt-p235597068315347671ck0p_325.jpg" alt="front" width="325" height="325" /></a></p>
<p><a href="http://www.zazzle.com/hardware_guy_software_guy_shirt-235597068315347671?gl=mightyohm&amp;rf=238658622163138793"><img class="alignnone" src="http://rlv.zcache.com/hardware_guy_software_guy_shirt-p235597068315347671uwyn_325.jpg" alt="back" width="325" height="325" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://mightyohm.com/blog/2008/10/mightyohmcom-t-shirts/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

