<?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>Jeff Mather's Dispatches &#187; Book Notes</title>
	<atom:link href="http://jeffmatherphotography.com/dispatches/category/book-notes/feed/" rel="self" type="application/rss+xml" />
	<link>http://jeffmatherphotography.com/dispatches</link>
	<description>The 9 to 5 Life of an International Playboy</description>
	<lastBuildDate>Fri, 30 Jul 2010 18:48:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The Checklist Manifesto</title>
		<link>http://jeffmatherphotography.com/dispatches/2010/03/the-checklist-manifesto/</link>
		<comments>http://jeffmatherphotography.com/dispatches/2010/03/the-checklist-manifesto/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 12:28:26 +0000</pubDate>
		<dc:creator>Jeff Mather</dc:creator>
				<category><![CDATA[Book Notes]]></category>
		<category><![CDATA[From the Yellow Notepad]]></category>
		<category><![CDATA[Health Care]]></category>
		<category><![CDATA[Life Lessons]]></category>
		<category><![CDATA[Software Engineering]]></category>

		<guid isPermaLink="false">http://jeffmatherphotography.com/dispatches/?p=621</guid>
		<description><![CDATA[How can you prevent mistakes?  Some mistakes have extraordinary costs: airplane crashes, surgical infections, building collapses, nuclear power-plant explosions.  Even the mistakes that don&#8217;t kill people &#8212; like software defects and leaky roofs &#8212; can slow you down by adding waste to a process, forcing you go back and spend time (and money) [...]]]></description>
			<content:encoded><![CDATA[<p>How can you prevent mistakes?  Some mistakes have extraordinary costs: airplane crashes, surgical infections, building collapses, nuclear power-plant explosions.  Even the mistakes that don&#8217;t kill people &mdash; like software defects and leaky roofs &mdash; can slow you down by adding waste to a process, forcing you go back and spend time (and money) to fix a problem.  In either case, we don&#8217;t choose to make these mistakes.  So how do we prevent them?</p>
<p>Atul Gawande proposes a solution for all sorts of endeavors in his book <a href="http://www.amazon.com/Checklist-Manifesto-How-Things-Right/dp/0805091742" title="Amazon: The Checklist Manifesto"><i>The Checklist Manifesto: How to Get Things Right</i></a>.  It&#8217;s a short, engaging read, and I recommend it for anyone who has to apply knowledge to complete a task.  That&#8217;s most of us.</p>
<p>We use checklists and recipes in some of our software development processes, and I&#8217;m in the process of applying what I&#8217;ve learned to improve them.  I hope to share some of the results here in coming months &mdash; supposing that the final product isn&#8217;t too site-specific &mdash; but in the meantime, here are my more-or-less raw notes from Gawande&#8217;s book, which isn&#8217;t specific to any particular industry, although it was written from a surgeon&#8217;s perspective.</p>
<ul>
<li>Checklists are all about managing complexity, providing a &#8220;cognitive net&#8221; against &#8220;flaws of memory and attention and thoroughness.&#8221;  They are &#8220;forcing functions&nbsp;.&nbsp;.&nbsp;. straightforward solutions that force the necessary behavior.&#8221;  A good checklist should help its users &#8220;get the stupid stuff right.&#8221;</li>
<li>The project plan is a kind of checklist.  And the communication (submittal) schedule is a complexity manager.  The idea is to communicate what needs to happen when in a complicated process (like building a skyscraper, writing software, or operating on a patient) and having a process in place to ensure that all of the parties in the project have shared all of the information about changing requirements and problems available at specific times.</li>
<li>It&#8217;s possible/advisable to use tools to manage complexity, conflicts, and information integration.  Sometimes the result of using the tool looks like a checklist, but not always.  Sometimes it&#8217;s a <a href="http://www.ganttchart.com/Examples.html">Gantt chart</a> or a cook&#8217;s recipe.</li>
<li>The checklist steward: Anybody can change a checklist, but it has an owner who feeds and waters it.</li>
<li>Complex situations don&#8217;t (usually) require detailed instruction.  They do require high-level goals and lots of communication.  (Gawande gives the fascinating case study of <a href="http://www.washingtonpost.com/wp-dyn/content/article/2005/09/05/AR2005090501598.html">Wal-Mart&#8217;s response to hurricane Katrina in 2005</a>.)  Solutions should be simple, measurable, transmissible.  They should encourage team interaction and engagement.  Project owners should facilitate communication for complex tasks.</li>
<li>The team huddle helps coordination, and it can help with keeping commitments.  It&#8217;s important to communicate risks and issues early and often.</li>
<li>Communication should happen (at the very minimum) during specified &#8220;pause points&#8221; between transitions in the process.  In the operating room, these points might be just before administering the anesthesia, before closing up the patient, etc.  In an airplane cockpit, they are before starting the engines, before leaving the gate, before take-off, before landing, and so on.  (Figuring out what these are in a software development process is something I&#8217;ve already started considering.)</li>
<li>Aviation uses lots of small checklists.  A &#8220;normal situation&#8221; checklist should be very short.  An exceptional situation should be very brief, readable, and actionable, too.</li>
<li>Good checklists are made by practitioners, usable, available, put into use, about 5-9 items long, tested, and completable in about 60-90 seconds (or less).</li>
<li>Bad checklists are long, imprecise, vague, hard-to-use, or impractical.</li>
<li>Cockpit crew have created two categories of checklists: DO-CONFIRM and READ-DO.  &#8220;With a DO-CONFIRM checklist&nbsp;.&nbsp;.&nbsp;. team members perform their jobs from memory and experience, often separately.  But then they stop.  They pause to run the checklist and confirm that everything that was supposed to be done was done.  With a READ-DO checklist, on the other hand, people carry out the tasks as they check them off &mdash; it&#8217;s more like a recipe.&#8221;</li>
<li>Things that are &#8220;never&#8221; forgotten by a normal practitioner don&#8217;t need to be on a list.</li>
<li>After they&#8217;re put into use, checklists need continuous improvement.  They must be revisited and refined.  It&#8217;s a good idea to put a publication date on them.</li>
<li>Most people &mdash; doctors, financiers, software engineers, etc. &mdash; don&#8217;t like to use checklists.  They consider them neither fun nor in keeping with the &#8220;heroic&#8221; nature of their role.  They feel checklists are &#8220;beneath them.&#8221;</li>
<li>Ideally they should be usable and helpful for both novices and old-hands.</li>
<li>Checklists should not be rigid, creativity- or team-killing exercises.  They&#8217;re designed to &#8220;get the dumb stuff out of the way&#8221; and provide the leeway to be creative on the hard/sexy stuff.  They&#8217;re frameworks for self-discipline and productivity.</li>
</ul>
<p>Other people&#8217;s notes about the book:</p>
<ul>
<li><a href="http://whatconsumesme.com/2010/posts-ive-written/how-to-write-a-checklist/">How to write a checklist</a> (What Consumes Me)</li>
<li><a href="http://www.clutterdietblog.com/2010/02/checklists.html">A checklist for your checklists</a> (The Clutter Diet Blog)</li>
<li><a href="http://lumbertribe.wordpress.com/2010/02/21/checklist-manifesto/">Checklist Manifesto</a> (Lumber Tribe)</li>
<li><a href="http://gawande.com/the-checklist-manifesto">Official book website</a> (Atul Gawande)</li>
<li><a href="http://healthmanblog.com/category/healthreform/checklist/">Checking &mdash; 1, 2, 3</a> (Health Man Blog)</li>
<li><a href="http://www.charlierose.com/view/content/10792">Charlie Rose interview</a></li>
</ul>
<table style='font:11px arial; color:#333; background-color:#f5f5f5' cellpadding='0' cellspacing='0' width='360' height='353'>
<tbody>
<tr style='background-color:#e5e5e5' valign='middle'>
<td style='padding:2px 1px 0px 5px;'><a target='_blank' style='color:#333; text-decoration:none; font-weight:bold;' href='http://www.thedailyshow.com'>The Daily Show With Jon Stewart</a></td>
<td style='padding:2px 5px 0px 5px; text-align:right; font-weight:bold;'>Mon &#8211; Thurs 11p / 10c</td>
</tr>
<tr style='height:14px;' valign='middle'>
<td style='padding:2px 1px 0px 5px;' colspan='2'><a target='_blank' style='color:#333; text-decoration:none; font-weight:bold;' href='http://www.thedailyshow.com/watch/wed-february-3-2010/atul-gawande'>Atul Gawande</a></td>
</tr>
<tr style='height:14px; background-color:#353535' valign='middle'>
<td colspan='2' style='padding:2px 5px 0px 5px; width:360px; overflow:hidden; text-align:right'><a target='_blank' style='color:#96deff; text-decoration:none; font-weight:bold;' href='http://www.thedailyshow.com/'>www.thedailyshow.com</a></td>
</tr>
<tr valign='middle'>
<td style='padding:0px;' colspan='2'><embed style='display:block' src='http://media.mtvnservices.com/mgid:cms:item:comedycentral.com:263466' width='360' height='301' type='application/x-shockwave-flash' wmode='window' allowFullscreen='true' flashvars='autoPlay=false' allowscriptaccess='always' allownetworking='all' bgcolor='#000000'></embed></td>
</tr>
<tr style='height:18px;' valign='middle'>
<td style='padding:0px;' colspan='2'>
<table style='margin:0px; text-align:center' cellpadding='0' cellspacing='0' width='100%' height='100%'>
<tr valign='middle'>
<td style='padding:3px; width:33%;'><a target='_blank' style='font:10px arial; color:#333; text-decoration:none;' href='http://www.thedailyshow.com/full-episodes'>Daily Show Full Episodes</a></td>
<td style='padding:3px; width:33%;'><a target='_blank' style='font:10px arial; color:#333; text-decoration:none;' href='http://www.indecisionforever.com'>Political Humor</a></td>
<td style='padding:3px; width:33%;'><a target='_blank' style='font:10px arial; color:#333; text-decoration:none;' href='http://www.thedailyshow.com/videos/tag/health'>Health Care Reform</a></td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
<p>Do you use checklists?  How well do they work for you?  What do you like and dislike about them?  Feel free to leave your feedback in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://jeffmatherphotography.com/dispatches/2010/03/the-checklist-manifesto/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Australia Planning</title>
		<link>http://jeffmatherphotography.com/dispatches/2010/03/australia-planning/</link>
		<comments>http://jeffmatherphotography.com/dispatches/2010/03/australia-planning/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 03:17:31 +0000</pubDate>
		<dc:creator>Jeff Mather</dc:creator>
				<category><![CDATA[Australia]]></category>
		<category><![CDATA[Book Notes]]></category>
		<category><![CDATA[Life Lessons]]></category>
		<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://jeffmatherphotography.com/dispatches/?p=617</guid>
		<description><![CDATA[This weekend we did a lot of trip planning.  Preparing for an undertaking of this size &#8212; four weeks in three varied regions of a continent &#8212; is always a fine balance between ensuring that we have a place to sleep at night and leaving enough freedom to do whatever we want with a [...]]]></description>
			<content:encoded><![CDATA[<p>This weekend we did a lot of trip planning.  Preparing for an undertaking of this size &mdash; four weeks in three varied regions of a continent &mdash; is always a fine balance between ensuring that we have a place to sleep at night and leaving enough freedom to do whatever we want with a bit of spontaneity.  I think we&#8217;ve pretty much done what we need to do, and we can relax again for a while.</p>
<p>About six weeks ago we bought our tickets to Sydney after devising a rough, month-long plan.  And then we didn&#8217;t do much until a few days ago.</p>
<p>Well, that&#8217;s not exactly true.  We did get our tourist visas online.  I&#8217;m a little sad that we won&#8217;t get full page documents pasted into our passports like when we went to <a href="http://jeffmatherphotography.com/galleries/India.php">India</a>, but it was a lot less expensive and much more convenient than sending away our passports to the Australian consulate.  In fact, the whole process took less than five minutes for the both of us.</p>
<p>We also debated whether to get an RV for our trip through the Northern Territory or to hop between towns with a rental car.  In the end, we decided to go half/half: We&#8217;ll carry our home with us <strike>on our backs</strike> as go from Darwin to Alice Springs; and then we&#8217;ll drive point-to-point hitting up the desert parks in the &#8220;Red Centre.&#8221;  I have grand visions for this part of the adventure, at the same time that I&#8217;m a bit intimidated that the first vehicle I&#8217;ll be driving in Australia (on the left side of the road) will be a 22-foot, manual-transmission RV.</p>
<p>And it took us a while to figure out which part of the reef we wanted to visit.  I had great hopes that we&#8217;d be able to spend a few days on <a href="http://www.greenislandresort.com.au/rooms.html">a resort island on the reef itself</a>.  But, even though we&#8217;ve been saving for a couple years, neither of us could justify spending the same amount for one night on the island as for a full-week rental of a condo 20 yards from the beach.  Especially, when you consider that there&#8217;s a two night minimum.</p>
<p>But we eventually got the big things figured out.  So we bought all of our domestic airline tickets and booked all of our hotels over the last few days.  I discovered that the <a href="http://www.expedia.com.au/">Australian version of Expedia</a> had the same airline tickets at half the price of the US site, even with our credit card&#8217;s &#8220;foreign transaction fee&#8221; and the currently poor exchange rate.  Bonus!  Of course, this did end up triggering the credit card company&#8217;s fraud protection system, and I had to contact about it &nbsp;.&nbsp;.&nbsp;. twice.  But it was so worth it.  (<b>Update:</b> Also consider <a href='http://intransit.blogs.nytimes.com/2010/03/29/new-booking-site-for-down-under/'>Wotflight</a>.)</p>
<p>I&#8217;m glad <strike>all</strike> most of those decisions are made.  Picking hotels is hard.  Picking the right RV or rental car is hard.  Finding the right flights is hard.  I get wicked buyers&#8217; remorse on almost everything I do online.  In the back of my mind, I&#8217;m sure that I spent too much for not enough.  I&#8217;m slowly getting over that&nbsp;.&nbsp;.&nbsp;. slowly.</p>
<p>So what&#8217;s left?</p>
<p>Well, I still have to rent a car or two and an RV.  And I need to make sure that our health insurance will travel with us.</p>
<p>And I want to learn a little bit about Australia.  Just enough so that I have completely the wrong idea about the place.  So I think I&#8217;ll start with some fiction.  <a href="http://www.vqronline.org/articles/2008/summer/mcconigley-cowboys-indians/">My friend</a> recommended Peter Carey, Tim Winton, and Sally Morgan (especially her autobiography <i>My Place</i>, which probably isn&#8217;t fiction).</p>
<p>Better add another book to my never-ending list.</p>
]]></content:encoded>
			<wfw:commentRss>http://jeffmatherphotography.com/dispatches/2010/03/australia-planning/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Keystone Initiative: A Checklist Success</title>
		<link>http://jeffmatherphotography.com/dispatches/2010/02/the-keystone-initiative-a-checklist-success/</link>
		<comments>http://jeffmatherphotography.com/dispatches/2010/02/the-keystone-initiative-a-checklist-success/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 13:29:17 +0000</pubDate>
		<dc:creator>Jeff Mather</dc:creator>
				<category><![CDATA[Book Notes]]></category>
		<category><![CDATA[Health Care]]></category>
		<category><![CDATA[Life Lessons]]></category>

		<guid isPermaLink="false">http://jeffmatherphotography.com/dispatches/?p=571</guid>
		<description><![CDATA[From Atul Gawande&#8217;s The Checklist Manifesto: How to Get Things Right, p. 44:
In December 2006, the Keystone Initiative [which used checklists in the ICU and integrated executives to help remove roadblocks] published its findings in a landmark article in the New England Journal of Medicine.  Within the first three months of the project, the [...]]]></description>
			<content:encoded><![CDATA[<p>From Atul Gawande&#8217;s <a href="http://www.amazon.com/Checklist-Manifesto-How-Things-Right/dp/0805091742"><i>The Checklist Manifesto: How to Get Things Right</i></a>, p. 44:</p>
<blockquote><p>In December 2006, the <a href="http://www.mhakeystonecenter.org/icu_overview.htm">Keystone Initiative</a> [which used checklists in the ICU and integrated executives to help remove roadblocks] <a href="http://content.nejm.org/cgi/content/full/355/26/2725">published its findings</a> in a landmark article in the <i>New England Journal of Medicine</i>.  Within the first three months of the project, the central line infection rate in Michigan&#8217;s ICUs decreased by 66 percent.  Most ICUs &mdash; including the ones at [Detroit's troubled] Sinai-Grace Hospital &mdash; cut their quarterly infection rate to zero.  Michigan&#8217;s infection rates fell so low that its average ICU outperformed 90 percent of ICUs nationwide.  In the Keystone Initiative&#8217;s first eighteen months, the hospitals saved an estimated $175 million in costs and more than fifteen hundred lives.  The successes have been sustained for several years now &mdash; all because of a stupid little checklist.</p>
</blockquote>
<p>This is the kind of thing that has to happen in every department of every hospital if we&#8217;re going to have affordable, first-class healthcare everywhere in the US.  Unlike <a href="http://jeffmatherphotography.com/dispatches/2010/02/wtf-is-it-going-to-take/">some other changes</a> this one is relatively easy to implement and costs very little, with almost immediate payback.</p>
]]></content:encoded>
			<wfw:commentRss>http://jeffmatherphotography.com/dispatches/2010/02/the-keystone-initiative-a-checklist-success/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Checklists</title>
		<link>http://jeffmatherphotography.com/dispatches/2010/02/checklists/</link>
		<comments>http://jeffmatherphotography.com/dispatches/2010/02/checklists/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 20:36:43 +0000</pubDate>
		<dc:creator>Jeff Mather</dc:creator>
				<category><![CDATA[Book Notes]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[Life Lessons]]></category>
		<category><![CDATA[Software Engineering]]></category>

		<guid isPermaLink="false">http://jeffmatherphotography.com/dispatches/?p=551</guid>
		<description><![CDATA[We use checklists a lot at work.  They help us reduce waste and ensure a high quality product.  If we&#8217;ve run into a problem before, we&#8217;re likely to run into it again, so we might as well go down the checklist of &#8220;Did you think about this?&#8221; and &#8220;Did you do that?&#8221; items [...]]]></description>
			<content:encoded><![CDATA[<p>We use checklists a lot at work.  They help us reduce waste and ensure a high quality product.  If we&#8217;ve run into a problem before, we&#8217;re likely to run into it again, so we might as well go down the checklist of &#8220;Did you think about this?&#8221; and &#8220;Did you do that?&#8221; items before submitting code into the repository.</p>
<p>But our checklists have gotten a little long and messy, which raises the risk that people won&#8217;t use them at all.  Part of my job is to improve our team best practices and checklists, so I&#8217;m working out how to make all of those checklist-bound countermeasures fresher and more accessible.</p>
<p>So I&#8217;m very hopeful that Atul Gawande&#8217;s <a href="http://www.amazon.com/Checklist-Manifesto-How-Things-Right/dp/0805091742" title="Amazon: The Checklist Manifesto"><i>The Checklist Manifesto: How to Get Things Right</i></a>, which arrived on my desk today, will give me some in-the-trenches perspective.  I&#8217;ll keep y&#8217;all posted on what I learn.</p>
]]></content:encoded>
			<wfw:commentRss>http://jeffmatherphotography.com/dispatches/2010/02/checklists/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Implementing Lean Software Development &#8211; Part 1</title>
		<link>http://jeffmatherphotography.com/dispatches/2010/02/implementing-lean-software-development-part-1/</link>
		<comments>http://jeffmatherphotography.com/dispatches/2010/02/implementing-lean-software-development-part-1/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 15:06:54 +0000</pubDate>
		<dc:creator>Jeff Mather</dc:creator>
				<category><![CDATA[Book Notes]]></category>
		<category><![CDATA[From the Yellow Notepad]]></category>
		<category><![CDATA[Software Engineering]]></category>

		<guid isPermaLink="false">http://jeffmatherphotography.com/dispatches/2010/02/implementing-lean-software-development-part-1/</guid>
		<description><![CDATA[At midday yesterday my carpool buddy and I looked at the weather map, saw a scary blob of impending frozen doom, and decided to heed the Governor&#8217;s advice to go home.  But the snow that was forecast &#8212; the blizzard that was supposed to mess up the evening commute &#8212; never really materialized here [...]]]></description>
			<content:encoded><![CDATA[<p><i>At midday yesterday <a href="http://blogs.mathworks.com/steve/">my carpool buddy</a> and I looked at the weather map, saw a scary blob of impending frozen doom, and decided to heed the Governor&#8217;s advice to go home.  But the snow that was forecast &mdash; the blizzard that was supposed to mess up the evening commute &mdash; never really materialized here in the Commonwealth.  Oh well.  Only 1-2&#8243; to shovel.</i></p>
<p><i>While working away the afternoon at home, I started reading <a href="http://www.poppendieck.com/">Mary and Tom Poppendieck</a>&#8217;s </i><a href="http://www.amazon.com/Implementing-Lean-Software-Development-Concept/dp/0321437381/">Implementing Lean Software Development</a><i>.  I guess &#8220;rereading&#8221; would be more accurate, this time with an eye toward actually <b>implementing</b> the ideas.  Here are my notes from the first few chapters.</i></p>
<p><br clear="all" />What is Lean Production?</p>
<ul>
<li>Use just-in-time (JIT) flow of work products.</li>
<li>Stop the line to fix problems as soon as they are discovered.</li>
<li>Eliminate stockpiles of in-process inventory. Create small batches.</li>
<li>Make mistakes impossible from the beginning.</li>
</ul>
<p>Product development is knowledge creation via exploration of designs, experimentation with prototypes, and integration meetings that evaluate designs and make decisions.</p>
<p>Schedules have synchronization points, but let expert workers function autonomously between them.</p>
<p>Explore multiple options and make competing prototypes.  Defer the decision about which to actually build until the right time (usually later than you think).</p>
<p>Software should be easy to change.  Employ all of those <a href="http://jeffmatherphotography.com/dispatches/2008/11/surveying-quality-in-object-oriented-design/">high-quality best practices</a> and metrics during construction.</p>
<p>The <a href="http://www.shmula.com/344/the-toyota-product-development-system">Toyota Product Development System</a> &mdash; upon which the Poppendiecks base their book &mdash; is very empirical.  The final idea/design/product emerges during development.  At the outset, define the goals to meet, not the technology or architecture you&#8217;re going to use to satisfy it.</p>
<p><b>1: Eliminate Waste</b> &mdash; Minimize the time from request to fulfillment</p>
<ul>
<li>Waste is everything that doesn&#8217;t actually add value to a customer feature.  Focus on value.</li>
<li>Reduce the amount of partially done work (inventory).  [Basically, don't work on what you haven't been asked for, and complete what you start.  Get it written, tested, checked-in, and reviewed.]</li>
<li>Reduce the time between requirements, coding and testing.  This helps reduce requirements churn.  Use <a href="http://www.agiledata.org/essays/tdd.html">test-driven development</a> (TDD).  Shun &#8220;big bang&#8221; integration.</li>
<li>Avoid extra features and scope bloat.</li>
</ul>
<p><b>2: Build Quality In</b></p>
<ul>
<li>Control the conditions for creating quality components, preventing defects.</li>
<li>Write tests first.  Use TDD.</li>
<li><a href="http://martinfowler.com/articles/continuousIntegration.html">Continuously integrate</a>.  Integrate code and tests together.</li>
<li>Write less code.  Keep it clean and simple.  Don&#8217;t duplicate. Refactor.</li>
</ul>
<p><b>3: Create Knowledge</b></p>
<ul>
<li>Go from a sketch to detailed design during construction.</li>
<li>Release a minimal set of functionality to customer for feedback.</li>
<li>Create daily builds and get feedback (knowledge) from integration tests.</li>
<li>Have an experienced team. Pour learning back into the team.</li>
<li>Build a modular architecture that supports adding/changing features as you learn more.</li>
<li>Generate new knowledge through disciplined experimentation.  Codify that knowledge and make it available to the larger organization.  Build a knowledge base.  Encourage <a href="http://www.longnow.org/seminars/">long-term thinking</a>.</li>
<li>Continuously improve processes.</li>
</ul>
<p><b>4: Defer Commitment</b></p>
<ul>
<li>Try to make most design decisions reversible/undoable/nonbinding.</li>
<li>Schedule irreversible decisions for the last <strike>possible</strike> responsible moment.</li>
<li>Always move toward the concrete, and identify where change is likely to occur.</li>
<li>Experimentation reduces the risk of making the wrong decision.</li>
<li>Planning is an exercise, but plans are overrated.  Avoid &#8220;plan-driven methods.&#8221;</li>
</ul>
<p><b>5: Deliver Fast</b> &mdash; Compete on time</p>
<ul>
<li>Be faster than your customers&#8217; ability to change their minds.</li>
<li>Requires low defect rates, high quality processes, good understanding of the customer.</li>
</ul>
<p><b>6: Respect People</b></p>
<ul>
<li>Favor ownership at the worker level, not top-down.</li>
<li>An entrepreneurial leader should own the product and foster engagement.</li>
<li>Develop and nurture technical expertise as a competitive advantage.</li>
<li>Give general plans with reasonable goals. Then let the group self-organize to meet them.</li>
<li>There is no &#8220;one best way.&#8221;  There is continuous improvement, though.</li>
</ul>
<p><b>7: Optimize the Whole</b></p>
<ul>
<li>Optimize the whole value stream, that is, not just local processes.</li>
<li>Pay particular attention to where products,code and processes transition between departments, teams, organizations or physical locations.</li>
</ul>
<p>The product development timeline:</p>
<ul>
<li>Concept &mdash; What&#8217;s the unmet customer need or desire?</li>
<li>Feasibility &mdash; Test feasibility by experimentation.  Build stuff. Ship betas.  Design systems.  Investigate the major features of the business process, key hardware modules, interfaces, boundary behaviors, software architecture and constraints.  Can the product really be built?  Will it work?</li>
<li>Pilot &mdash; Work with your customers. Show off the product; collect data; iterate.  Let people choose from multiple options by playing and &#8220;voting with their attention.&#8221;  Run multiple pilots to refine the design.</li>
</ul>
<p>You have to go way beyond meeting basic expectations, even beyond adding new features or improving performance.  You have to identify needs customers don&#8217;t know they have and then delight them by meeting those needs.  This requires developing a deep understanding of the customers&#8217; world.</p>
<p><br clear="all" /><i>That&#8217;s all for now.  I&#8217;ll post more as I continue my way through the book &mdash; perhaps the next time it &#8220;snows.&#8221;</i></p>
]]></content:encoded>
			<wfw:commentRss>http://jeffmatherphotography.com/dispatches/2010/02/implementing-lean-software-development-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Different Kind of Reading</title>
		<link>http://jeffmatherphotography.com/dispatches/2009/11/a-different-kind-of-reading/</link>
		<comments>http://jeffmatherphotography.com/dispatches/2009/11/a-different-kind-of-reading/#comments</comments>
		<pubDate>Sun, 29 Nov 2009 04:55:57 +0000</pubDate>
		<dc:creator>Jeff Mather</dc:creator>
				<category><![CDATA[Book Notes]]></category>
		<category><![CDATA[NaBloPoMo]]></category>
		<category><![CDATA[Travel]]></category>
		<category><![CDATA[USA]]></category>
		<category><![CDATA[Western Adventure]]></category>

		<guid isPermaLink="false">http://jeffmatherphotography.com/dispatches/2009/11/a-different-kind-of-reading/</guid>
		<description><![CDATA[Lisa and I made it home from Wyoming to find the house still standing, the heat still working, and the kitty still happily away at his little resort until tomorrow afternoon.  We have completely unpacked, and Lisa even set out all of the Christmas decorations.  That&#8217;s a little easier to do this year, [...]]]></description>
			<content:encoded><![CDATA[<p>Lisa and I made it home from Wyoming to find the house still standing, the heat still working, and the kitty still happily away at his little resort until tomorrow afternoon.  We have completely unpacked, and Lisa even set out all of the Christmas decorations.  That&#8217;s a little easier to do this year, since we aren&#8217;t decorating a tree.  We love getting a Christmas tree, but it doesn&#8217;t make sense to put one up just to let it dry out while we&#8217;re spending the week around Christmas in Oregon.</p>
<p>I was a bit nervous about today&#8217;s journey.  Casper was forecast to have two inches of snow, starting right around the time this morning that we were to leave.  And somehow I got us a the Casper to Denver to Chicago to Boston itinerary with tight layovers of less than an hour at each stop.  But after the frustrating travel experiences we had last month on our way to and from Kansas, we had good travel karma today.  We even walked out the door at baggage claim just as the Logan Express to Framingham rounded the corner.  That never happens.</p>
<p>We very much enjoyed spending time with my mom and seeing friends in Wyoming, but it&#8217;s nice to be home.  Nice to be back to sea level.  To be back to my pile of reading.</p>
<p>While my <a href="http://jeffmatherphotography.com/dispatches/2009/11/reading_list_2/">two shelves of books</a> will persist into the new year, my periodicals stack won&#8217;t.  At the beginning of the year I set myself a goal of cleaning up the big shipping box full of various magazines and issues of the <i>New York Times Book Review</i> that I had amassed over the two and a half years that I was in grad school.  What I haven&#8217;t finished at the end of the year goes into the recycling.  &#8220;Out with the old&#8221; and all that.</p>
<p>Sadly, I haven&#8217;t made much progress throughout the year.  But I did manage to read a bunch of magazines on the flights last Sunday and today, so maybe there&#8217;s hope after all.  The <i>Runner&#8217;s World</i> article on 1980&#8217;s hurdling phenom Danny Harris, who destroyed his career with cocaine, and the <i>National Geographic Adventure</i> feature on a new <a href="http://adventure.nationalgeographic.com/2009/11/nepal/hiking-great-himalaya-trail-text">hiking trail across Nepal</a> were my favorites.  The <i>Scientific American</i> article from last year about how the Large Hadron Collider will likely reshape physics reminded me that when I was younger I wanted to be a particle physicist.  Oh well, something more to read about next year.</p>
]]></content:encoded>
			<wfw:commentRss>http://jeffmatherphotography.com/dispatches/2009/11/a-different-kind-of-reading/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>I Just Can&#8217;t Read 55</title>
		<link>http://jeffmatherphotography.com/dispatches/2009/11/reading_list_2/</link>
		<comments>http://jeffmatherphotography.com/dispatches/2009/11/reading_list_2/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 02:05:09 +0000</pubDate>
		<dc:creator>Jeff Mather</dc:creator>
				<category><![CDATA[Book Notes]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[NaBloPoMo]]></category>

		<guid isPermaLink="false">http://jeffmatherphotography.com/dispatches/2009/11/497/</guid>
		<description><![CDATA[I&#8217;m going to take a break from diabetes today &#8212; writing about it, at least.
I rearranged my reading list this morning, finally acknowledging the fact that it had spilled over onto another shelf and that it wasn&#8217;t shrinking nearly as quickly as I had hoped.
Fifty-five books. (Click for larger.&#160;.&#160;.)
There would be fifty-six, but this afternoon [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m going to take a break from diabetes today &mdash; writing about it, at least.</p>
<p>I rearranged my reading list this morning, finally acknowledging the fact that it had spilled over onto another shelf and that it wasn&#8217;t shrinking nearly as quickly as I had hoped.</p>
<p><a href="http://www.flickr.com/photos/jeff_mather/4084556778/"><img src="/images/_DSC3607.jpg" title="My reading list bookshelves" alt="Two full shelves of books to read" /></a><br clear="all" />Fifty-five books. (<a href="http://www.flickr.com/photos/jeff_mather/4084556778/">Click for larger.&nbsp;.&nbsp;.</a>)</p>
<p>There would be fifty-six, but this afternoon I finished a short book on the life and works of <a href="http://en.wikipedia.org/wiki/Gustave_Courbet">Gustave Courbet</a>, the nineteenth century Romantic/Realist French painter, bad boy, and Communard.  This continues a trend of reading about notable French painters: Eugène Delacroix, Jean-Auguste-Dominique Ingres, and Édouard Manet.  If you look closely, you can see Ross King&#8217;s <i>The Judgement of Paris</i> there on the shelf.  I&#8217;ve read about a third of the interesting &mdash; if somewhat passion-free &mdash; book about <a href="http://en.wikipedia.org/wiki/Jean-Louis-Ernest_Meissonier">Meissonier</a>, <a href="http://en.wikipedia.org/wiki/Édouard_Manet">Manet</a>, <a href="http://en.wikipedia.org/wiki/Claude_Monet">Monet</a>, the revolution in French painting, and the birth of Modernism and Impressionism.</p>
<p>The truly sad thing is that shortly after I finished reading the aforementioned book about Courbet, instead of picking up <i>The Judgement of Paris</i>, I went to Amazon to see what books I could find about <a href="http://en.wikipedia.org/wiki/Jacques-Louis_David">Jacques-Louis David</a>.  This, if nothing else, demonstrates that I&#8217;m a depth-first learner.  When I get interested in something &mdash; 19th century French painting, for example &mdash; I tend to get <b>really</b> into it.  But as you can see from my reading list that <b>spans two freakin&#8217; shelves</b>, I get distracted (or maybe &#8220;burned out&#8221; is a better phrase) and move on to something else.</p>
<p>(Fortunately, there really are very few books available about just J-L David.  So one day I&#8217;ll get myself over to the Newton Free Library and settle in for an evening of reading about a truly revolutionary figure.)</p>
<p>I&#8217;ve been thinking about this aspect of my personality recently.  I don&#8217;t have this &#8220;problem&#8221; of amassing too many books and then losing interest in subjects at work.  Well, not anymore.  Ever since I switched over to a leaner, &#8220;just in time&#8221; learning mindset a few years ago, I&#8217;ve been doing much better.  So why can&#8217;t I do that away from the office?  Why doesn&#8217;t that whole Getting Things Done &trade; mindset carry over at home?  Who knows?</p>
<p>Anyway, I feel like I should do something about my reading list &mdash; short of just shelving the books elsewhere in the library.  I don&#8217;t read quickly enough to <a href="http://www.nytimes.com/2009/10/12/nyregion/12towns.html">read a book a day</a>.  Reading one a week might be pushing it, but it seems like a worthy goal.</p>
<p>Ask me after Christmas how I&#8217;m doing.</p>
]]></content:encoded>
			<wfw:commentRss>http://jeffmatherphotography.com/dispatches/2009/11/reading_list_2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Book Recommendations</title>
		<link>http://jeffmatherphotography.com/dispatches/2008/04/book-recommendations/</link>
		<comments>http://jeffmatherphotography.com/dispatches/2008/04/book-recommendations/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 02:49:41 +0000</pubDate>
		<dc:creator>Jeff Mather</dc:creator>
				<category><![CDATA[Book Notes]]></category>
		<category><![CDATA[OPP]]></category>
		<category><![CDATA[This is who we are]]></category>

		<guid isPermaLink="false">http://jeffmatherphotography.com/dispatches/2008/04/book-recommendations/</guid>
		<description><![CDATA[I&#8217;ve been reading a lot.  That&#8217;s the benefit, I guess, of only having one class last semester.  And I want to share with you some recommendations.
But before that, here&#8217;s a simple request.  Currently I&#8217;m between books and having a hard time figuring out what to read next.  Classes don&#8217;t start for [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been reading a lot.  That&#8217;s the benefit, I guess, of only having one class last semester.  And I want to share with you some recommendations.</p>
<p>But before that, here&#8217;s a simple request.  Currently I&#8217;m between books and having a hard time figuring out what to read next.  Classes don&#8217;t start for another three weeks, and I have the ambition to read something on the longer side.  So maybe I should read that book that Leslie suggested: Michael Chabon&#8217;s <i><a href="http://www.amazon.com/Amazing-Adventures-Kavalier-Clay/dp/0312282990/">The Amazing Adventures of Kavalier &#038; Clay</a></i>.  Then again, I still have <i><a href="http://www.amazon.com/Plot-Against-America-Philip-Roth/dp/1400079497/">The Plot Against America</a></i> from the last time I went to the bookstore; and I&#8217;m trying to do better about reading what I buy.</p>
<p>What do you think?  What should I read next?</p>
<p><br clear="all" /></p>
<p><img src="http://ecx.images-amazon.com/images/I/31CTHNVN1ML._SL160_AA115_.jpg" align="left" />Okay, here are my recommendations.  Just be aware: I&#8217;m rubbish at giving short synopses that don&#8217;t totally suck the life out of whatever I&#8217;m recommending.</p>
<p><i><a href="http://www.amazon.com/Apex-Hides-Hurt-Colson-Whitehead/dp/1400031265/">Apex Hides the Hurt</a></i> by Colson Whitehead.  An enjoyable novella about names, branding, growth, change, race, and (ultimately) ourselves.  Tantalasia: &#8220;An emotional state, that muted area between desire and consummation.&#8221;</p>
<p><img src="http://ecx.images-amazon.com/images/I/417-o6d3R8L._SL160_AA115_.jpg" align="right" /><i><a href="http://www.amazon.com/Willing-Scott-Spencer/dp/006076015X/">Willing</a></i> by Scott Spencer.  You might think I&#8217;d be apprehensive about recommending a novel about a down-on-his-luck author who goes undercover to take a high-priced sex tour, since it makes <b>me</b> sound a bit bawdy and the description will likely drive all sorts of unexpected traffic to my site.  But I&#8217;m a sucker for a well-told, ambiguous morality tale that attempts to divine what our morals are in the Internet age. (p.s. &#8211; What&#8217;s up with not using quotation marks in fiction these days?)</p>
<p><img src="http://ecx.images-amazon.com/images/I/51yMGu4HA2L._SL160_AA115_.jpg" align="left" /><i><a href="http://www.amazon.com/Harry-Potter-Deathly-Hallows-Book/dp/0545010225/">Harry Potter and the Deathly Hallows</a></i> by J.K. Rowling.  I have to admit that I like <i>Harry Potter</i>.  I came to the party late &mdash; mostly because Lisa wanted to talk to me about book #5 &mdash; but I was very anxious for its release last year.  If I remember right, I read the whole thing in, like, 20 minutes.</p>
<p><img src="http://ecx.images-amazon.com/images/I/51WSFe98d9L._SL160_AA115_.jpg" align="right" /><i><a href="http://www.amazon.com/Worst-Hard-Time-Survived-American/dp/0618773479/ref=pd_bbs_sr_1?ie=UTF8&#038;s=books&#038;qid=1209518808&#038;sr=1-1">The Worst Hard Time: The Untold Story of Those Who Survived the Great American Dust Bowl</a></i>.  Timothy Egan wrote an amazing book about the plow that literally broke the prairie and the folks on the southern Great Plains who toughed out the Dust Bowl.  That period of American history is far, far worse than I had fathomed.</p>
<p><img src="http://ecx.images-amazon.com/images/I/51dAfa%2BaXCL._SL160_AA115_.jpg" align="left" /><i><a href="http://www.amazon.com/China-Road-Journey-Future-Rising/dp/1400064678/">China Road: A Journey into the Future of a Rising Power</a></i>.  Rob Gifford is my everyday hero: smart, self-deprecating, <a href="http://www.npr.org/templates/story/story.php?storyId=2100529">ruggedly handsome</a>.  All of these fine attributes come through in the travelogue of his cross-China trip.  Along the way he talks to politicians, dissidents, students, farmers, hermits, truckers, hookers, entrepreneurs, .&nbsp;.&nbsp;. everybody.  And as NPR&#8217;s long-time China correspondent, he draws from a deep, deep well of knowledge and cultural sensitivity.</p>
<p><img src="http://ecx.images-amazon.com/images/I/516yVCPHe5L._SL160_AA115_.jpg" align="right" /><i><a href="http://www.amazon.com/Terra-Nullius-Journey-Through-Ones/dp/1595580514/">Terra Nullius: A Journey Through No One&#8217;s Land</a></i> by Sven Lindqvist.  Perhaps there&#8217;s something that gets lost in the translation of this book; yet despite its imperfect execution, it is a very thought-provoking treatise on collective guilt, reparations, and the legal fictions Europeans used to justify taking other people&#8217;s land.  I was amazed to learn that Australians are just like Americans, only more so.</p>
<p><img src="http://ecx.images-amazon.com/images/I/51LSwCNTFBL._SL160_AA115_.jpg" align="left" /><i><a href="http://www.amazon.com/Foto-Modernity-Central-Europe-1918-1945/dp/0500543372/">Foto: Modernity in Central Europe, 1918-1945</a></i>.  It would have been hard for this thick catalogue from a <a href="http://www.nga.gov/exhibitions/fotoinfo.shtm">really wonderful exhibit</a> at the National Gallery of Art to disappoint.  But strange things happen in the world of art catalogues.  Sometimes the images from the exhibit aren&#8217;t in the books. Or there&#8217;s no text.  Or the text that does appear is hopeless art speak.  This book has none of those problems.  It&#8217;s as fresh as the Central European photographs it covers.</p>
]]></content:encoded>
			<wfw:commentRss>http://jeffmatherphotography.com/dispatches/2008/04/book-recommendations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Photobook Club</title>
		<link>http://jeffmatherphotography.com/dispatches/2007/08/photobook_club/</link>
		<comments>http://jeffmatherphotography.com/dispatches/2007/08/photobook_club/#comments</comments>
		<pubDate>Wed, 01 Aug 2007 05:02:45 +0000</pubDate>
		<dc:creator>Jeff Mather</dc:creator>
				<category><![CDATA[Book Notes]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[OPP]]></category>
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://jeffmatherphotography.com/dispatches_wp/2007/08/01/photobook-club/</guid>
		<description><![CDATA[I&#8217;m just throwing this proposal out there and hoping someone has an idea or two of how to achieve my goal.  So please reply.
I like photobooks.  Monographs, surveys, collections, criticism . . . it doesn&#8217;t matter.
I like reading and discussing books.  The latter usually happens with Lisa and our friends via book [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m just throwing this proposal out there and hoping someone has an idea or two of how to achieve my goal.  So please reply.</p>
<p>I like photobooks.  Monographs, surveys, collections, criticism . . . it doesn&#8217;t matter.</p>
<p>I like reading and discussing books.  The latter usually happens with Lisa and our friends via book club.  But photobooks aren&#8217;t really what they&#8217;re into.  (I can understand.)</p>
<p>Books of photography can be pretty expensive, and I try to respect copyrights.  So scanning large portions of books just to discuss them isn&#8217;t something I would really do.  Aggregating from the Internet is possibly a different matter.</p>
<p>Any suggestions about how to start (and sustain) a photobook club?  Either virtual or in-person.</p>
]]></content:encoded>
			<wfw:commentRss>http://jeffmatherphotography.com/dispatches/2007/08/photobook_club/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Color by Numbers</title>
		<link>http://jeffmatherphotography.com/dispatches/2007/02/color_by_number/</link>
		<comments>http://jeffmatherphotography.com/dispatches/2007/02/color_by_number/#comments</comments>
		<pubDate>Sat, 24 Feb 2007 03:39:09 +0000</pubDate>
		<dc:creator>Jeff Mather</dc:creator>
				<category><![CDATA[Book Notes]]></category>
		<category><![CDATA[Color and Vision]]></category>

		<guid isPermaLink="false">http://jeffmatherphotography.com/dispatches_wp/2007/02/23/color-by-numbers/</guid>
		<description><![CDATA[
At the recent medical imaging symposium I bought myself a copy of Daniel Malacara&#8217;s Color Vision and Colorimetry: Theory and Applications from the SPIE Press.  I managed to read the short monograph on the five hours of flights from sunny, warm San Diego to freezing New England.
It&#8217;s not exactly an elementary book, but it [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.amazon.com/Color-Vision-Colorimetry-Applications-Monograph/dp/0819442283/" title="Amazon: Color Vision and Colorimetry (Malacara)"><img src="http://images.amazon.com/images/P/0819442283.01._AA240_SCLZZZZZZZ_.jpg" align="left" /></a></p>
<p>At the recent medical imaging symposium I bought myself a copy of Daniel Malacara&#8217;s <i><a href="http://www.amazon.com/Color-Vision-Colorimetry-Applications-Monograph/dp/0819442283/" title="Amazon: Color Vision and Colorimetry (Malacara)">Color Vision and Colorimetry: Theory and Applications</a></i> from the SPIE Press.  I managed to read the short monograph on the five hours of flights from sunny, warm San Diego to freezing New England.</p>
<p>It&#8217;s not exactly an elementary book, but it covers the mathematical basis of colorimetry.  Unlike <a href="http://www.jeffmatherphotography.com/dispatches/archives/2006/10/colorful_annive.html">my article on color vision</a>, Malacara draws upon a lot of research and presents the essential equations of color science &mdash; at least those that relate to color measurement.</p>
<p>This is one of the rare books on color vision that leaves the human visual system to the end. In fact, the cone response functions are among the last topics discussed. Instead, this short work of about 150 pages takes a more or less chronological approach to colorimetry, starting with a few fundamentals on colorful light, progressing through basic trichromatic systems (like RGB, XYZ, and xyY) and uniform color systems (such as Munsell, CIELUV, and CIELAB) before ending at color mixing and measurement.</p>
<p>It&#8217;s quite a good book for those needing concise definitions and equations. Many diagrams and full-color images complement tables for color matching functions and color transformation equations. In a few places the text is overly terse, and my only wish is that Malacara would have provided a bit more context around some of the equations explaining where some &#8220;magical&#8221; values come from.</p>
<p>But, all things considered, it&#8217;s a work that belongs on the bookshelf of anyone who works with color as numbers.</p>
<p><br clear="all" /></p>
]]></content:encoded>
			<wfw:commentRss>http://jeffmatherphotography.com/dispatches/2007/02/color_by_number/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
