<?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>Occasional Intelligence</title>
	<atom:link href="http://blog.garyhewitt.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.garyhewitt.net</link>
	<description>Thoughts, speculation - and sometimes lies - about things that probably interest me, and may interest you too</description>
	<lastBuildDate>Tue, 25 Jan 2011 02:44:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>How Many Times Did You Wash That Dish?</title>
		<link>http://blog.garyhewitt.net/2011/01/how-many-times-did-you-wash-that-dish/</link>
		<comments>http://blog.garyhewitt.net/2011/01/how-many-times-did-you-wash-that-dish/#comments</comments>
		<pubDate>Mon, 24 Jan 2011 20:50:22 +0000</pubDate>
		<dc:creator>Gary</dc:creator>
				<category><![CDATA[Data Geekery]]></category>
		<category><![CDATA[Web Geekery]]></category>

		<guid isPermaLink="false">http://blog.garyhewitt.net/?p=141</guid>
		<description><![CDATA[form#inputs, div.modelcontainer, table#dishes {font-family: arial;} div.modelhead {font-size: 14pt; font-weight: bold;} td.dish {font-size: 11pt; font-weight: bold; color: #336699; width: 70px;} td.count {font-size: 11pt; color: #336699; width: 35px; border-left: solid 1px; #336699; padding-left: 6px;} div.washed {font-size: 12pt; color: #003366; font-weight: bold;} span.washes {font-weight: normal;} td.graph {border-left: solid 1px #999999;padding-left: 0px;} table#dishes thead td {font-weight: bold;} table#dishes {margin-top: [...]]]></description>
			<content:encoded><![CDATA[<p><script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js" type="text/javascript"></script><br />
<script type="text/javascript" src="/wp-content/uploads/2011/01/dishes.js"></script></p>
<style>
form#inputs, div.modelcontainer, table#dishes {font-family: arial;}
div.modelhead {font-size: 14pt; font-weight: bold;}
td.dish {font-size: 11pt; font-weight: bold; color: #336699; width: 70px;}
td.count {font-size: 11pt; color: #336699; width: 35px; border-left: solid 1px; #336699; padding-left: 6px;}
div.washed {font-size: 12pt; color: #003366; font-weight: bold;}
span.washes {font-weight: normal;}
td.graph {border-left: solid 1px #999999;padding-left: 0px;}
table#dishes thead td {font-weight: bold;}
table#dishes {margin-top: 10px;}
</style>
<p><b>Updated to compare the put clean dishes on bottom option!</b></p>
<p>I put dishes away a lot &#8211; every day, it seems. From time to time I wonder &#8211; should I put the clean dishes on the bottom, in order to make sure I use them evenly? Or does it really matter &#8211; I do use all of them from time to time, so maybe that mixes them up enough?</p>
<p>Since my math is far too poor to do this analytically, I built a simulation. And since my primary &#8220;language&#8221; appears to be web pages, I built it in javascript on a web page.</p>
<div class="modelcontainer" style="border: solid 1px #999999; padding: 12px; background-color: #EFEFEF;">
<p>This simulation models what happens when you use a random number of plates from the cupboard, wash them in your dishwasher, and put the clean ones back in the cupboard in random order. Do you end up using some more than others?</p>
<p>You can choose how many plates are in the stack, and determine whether the number of plates used each day is drawn from a uniform distribution (default), or from a normal distribution.</p>
<form id="inputs">
<p>
<input onclick="restart()" type="button" value="start" />
<input onclick="pause(this)" name="playpause" type="button" value="pause" /></p>
<table>
<tr>
<td width="40%" valign="top">
<input name="num" size="3" type="text" value="12" /> dishes in stack</td>
<td>
<input name="model" type="checkbox" value="normal" />Use normal distribution, with parameters: </p>
<input name="mean" size="3" type="text" value="5" /> mean,</p>
<input name="stdev" size="3" type="text" value="2" /> standard deviation</td>
</tr>
</table>
</form>
<p>The stack of dishes below represents the current stack in your cupboard, top to bottom, and the number represents the times the dish in that current position has been washed.</p>
<div id="washed">Times washed: <span id="washes"> </span></div>
<table id="dishes" cellspacing="0">
<thead>
<td></td>
<td colspan="2" align="right">CLEAN ON TOP</td>
<td colspan="2">CLEAN ON BOTTOM</td>
</thead>
<tbody>
<td></td>
<td></td>
<td></td>
<td></td>
</tbody>
<tfoot>
<td></td>
<td colspan="2" id="topfoot"></td>
<td colspan="2" id="bottomfoot"></td>
</tfoot>
</table>
<div style="font-size: 85%">Stdev is normalized</div>
</div>
<p>It appears from running a few variations of the parameters that you can end up with some relatively unused plates even after several years worth of wash cycles, especially if you model the dish usage on a normal distribution. Uniform distributions recycle things pretty efficiently after 100 days or so. As one would suspect, putting the clean ones on the bottom gives you almost perfect uniformity!</p>
<div class="fullcircle-social-links" style="display: block;"><div class="fullcircle-linkshare"><a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fblog.garyhewitt.net%2F2011%2F01%2Fhow-many-times-did-you-wash-that-dish%2F" class="fb_share_button"  target="_blank" style="text-decoration:none;">Facebook</a></div><div class="fullcircle-linkshare"><a href="http://twitter.com/home?status=How+Many+Times+Did+You+Wash+That+Dish%3F + http%3A%2F%2Fblog.garyhewitt.net%2F2011%2F01%2Fhow-many-times-did-you-wash-that-dish%2F" class="twitter"  target="_blank" style="text-decoration:none;">Twitter</a></div><div class="fullcircle-linkshare"><a href="http://digg.com/submit?phase=2&url=http%3A%2F%2Fblog.garyhewitt.net%2F2011%2F01%2Fhow-many-times-did-you-wash-that-dish%2F" class="digg">DiggIt</a></div><div class="fullcircle-linkshare"><a href="http://technorati.com/cosmos/search.html?url=http%3A%2F%2Fblog.garyhewitt.net%2F2011%2F01%2Fhow-many-times-did-you-wash-that-dish%2F" class="technorati">Technorati</a></div><div class="fullcircle-linkshare"><a href="http://del.icio.us/post?url=http%3A%2F%2Fblog.garyhewitt.net%2F2011%2F01%2Fhow-many-times-did-you-wash-that-dish%2F&title=How+Many+Times+Did+You+Wash+That+Dish%3F" class="delicious">Del.icio.us</a></div></div><div style="clear: both;"></div>]]></content:encoded>
			<wfw:commentRss>http://blog.garyhewitt.net/2011/01/how-many-times-did-you-wash-that-dish/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NYT lifestyle alert: potbellies?</title>
		<link>http://blog.garyhewitt.net/2009/08/nyt-lifestyle-alert-potbellies/</link>
		<comments>http://blog.garyhewitt.net/2009/08/nyt-lifestyle-alert-potbellies/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 12:58:17 +0000</pubDate>
		<dc:creator>Gary</dc:creator>
				<category><![CDATA[Financial]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.garyhewitt.net/?p=132</guid>
		<description><![CDATA[Usually I&#8217;d chalk this up as another one for the annoying Times lifestyle file, but it&#8217;s just too damn weird!!! THIS summer the unvarying male uniform in the precincts of Brooklyn cool has been a pair of shorts cut at knickers length, a V-neck Hanes T-shirt, a pair of generic slip-on sneakers and a straw [...]]]></description>
			<content:encoded><![CDATA[<p>Usually I&#8217;d chalk this up as another one for the annoying <i>Times </i>lifestyle file, but it&#8217;s just <u><i><b><a href="http://www.nytimes.com/2009/08/13/fashion/13POTBELLY.html" mce_href="http://www.nytimes.com/2009/08/13/fashion/13POTBELLY.html">too damn weird!!!</a></b></i></u></p>
<blockquote><p>THIS summer the unvarying male uniform in the precincts of Brooklyn cool has been a pair of shorts cut at knickers length, a V-neck Hanes T-shirt, a pair of generic slip-on sneakers and a straw fedora. Add a leather cuff bracelet if the coolster is gay.</p>
<p>In truth this get-up was pretty much the unvarying male uniform last summer also, but this year an unexpected element has been added to the look, and that is a burgeoning potbelly one might term the Ralph Kramden.</p>
</blockquote>
<p>And this &#8220;trend&#8221; &#8211; in men&#8217;s fashion, no less &#8211; no wait, men&#8217;s <i>casual </i>fashion &#8211; no wait, men&#8217;s <i>casual fashion with freakin&#8217; potbellies!</i> &#8211; somehow warranted 750 words.</p>
<p>via <a href="http://www.nytimes.com/2009/08/13/fashion/13POTBELLY.html" mce_href="http://www.nytimes.com/2009/08/13/fashion/13POTBELLY.html">Noticed &#8211; It’s Hip to Be Round &#8211; NYTimes.com</a>.</p>
<p>Slate&#8217;s callout: <a href="http://www.slate.com/id/2225301?nav=wp" mce_href="http://www.slate.com/id/2225301?nav=wp">The Bogus Trend Stories of Summer</a><br mce_bogus="1"></p>
<p>And for those looking for a more typical <i>Times</i> kind of lifestyle story, they&#8217;ll have to settle for the <i>Post</i>, which explores the recessionary suffering of Westchester in a 5-page (OK, that&#8217;s Post online pages) article &#8220;<a href="http://www.washingtonpost.com/wp-dyn/content/article/2009/08/15/AR2009081502957.html" mce_href="http://www.washingtonpost.com/wp-dyn/content/article/2009/08/15/AR2009081502957.html">Squeaking By on 300,000</a>&#8220;&nbsp; Can&#8217;t say I could drag myself to the end.</p>
<div class="fullcircle-social-links" style="display: block;"><div class="fullcircle-linkshare"><a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fblog.garyhewitt.net%2F2009%2F08%2Fnyt-lifestyle-alert-potbellies%2F" class="fb_share_button"  target="_blank" style="text-decoration:none;">Facebook</a></div><div class="fullcircle-linkshare"><a href="http://twitter.com/home?status=NYT+lifestyle+alert%3A+potbellies%3F + http%3A%2F%2Fblog.garyhewitt.net%2F2009%2F08%2Fnyt-lifestyle-alert-potbellies%2F" class="twitter"  target="_blank" style="text-decoration:none;">Twitter</a></div><div class="fullcircle-linkshare"><a href="http://digg.com/submit?phase=2&url=http%3A%2F%2Fblog.garyhewitt.net%2F2009%2F08%2Fnyt-lifestyle-alert-potbellies%2F" class="digg">DiggIt</a></div><div class="fullcircle-linkshare"><a href="http://technorati.com/cosmos/search.html?url=http%3A%2F%2Fblog.garyhewitt.net%2F2009%2F08%2Fnyt-lifestyle-alert-potbellies%2F" class="technorati">Technorati</a></div><div class="fullcircle-linkshare"><a href="http://del.icio.us/post?url=http%3A%2F%2Fblog.garyhewitt.net%2F2009%2F08%2Fnyt-lifestyle-alert-potbellies%2F&title=NYT+lifestyle+alert%3A+potbellies%3F" class="delicious">Del.icio.us</a></div></div><div style="clear: both;"></div>]]></content:encoded>
			<wfw:commentRss>http://blog.garyhewitt.net/2009/08/nyt-lifestyle-alert-potbellies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Before College, Costly Advice Just on Getting In &#8211; NYTimes.com</title>
		<link>http://blog.garyhewitt.net/2009/07/before-college-costly-advice-just-on-getting-in-nytimescom/</link>
		<comments>http://blog.garyhewitt.net/2009/07/before-college-costly-advice-just-on-getting-in-nytimescom/#comments</comments>
		<pubDate>Sun, 19 Jul 2009 12:30:15 +0000</pubDate>
		<dc:creator>Gary</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.garyhewitt.net/?p=126</guid>
		<description><![CDATA[I&#8217;m not sure if this is for the &#8220;annoying NY Times lifestyle&#8221; file or for the crime file (or, perhaps, for the fashion police file)&#8230; Yet the proposed “looks” — a young man in seersucker shorts, a young woman in a blue blazer over a low-cut blouse and short madras skirt — appeared better suited [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m not sure if this is for the &#8220;annoying NY Times lifestyle&#8221; file or for the crime file (or, perhaps, for the fashion police file)&#8230;</p>
<blockquote><p>Yet the proposed “looks” — a young man in seersucker shorts, a young woman in a blue blazer over a low-cut blouse and short madras skirt — appeared better suited for a nearby yacht club. After Jennifer Delahunty, dean of admissions at Kenyon College, was shown photos of those outfits, she rendered her review.</p>
<p>“I burst out laughing,” she said.</p></blockquote>
<p>via <a href="http://www.nytimes.com/2009/07/19/education/19counselor.html?em">Before College, Costly Advice Just on Getting In &#8211; NYTimes.com</a>.</p>
<div class="fullcircle-social-links" style="display: block;"><div class="fullcircle-linkshare"><a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fblog.garyhewitt.net%2F2009%2F07%2Fbefore-college-costly-advice-just-on-getting-in-nytimescom%2F" class="fb_share_button"  target="_blank" style="text-decoration:none;">Facebook</a></div><div class="fullcircle-linkshare"><a href="http://twitter.com/home?status=Before+College%2C+Costly+Advice+Just+on+Getting+In+%26%238211%3B+NYTimes.com + http%3A%2F%2Fblog.garyhewitt.net%2F2009%2F07%2Fbefore-college-costly-advice-just-on-getting-in-nytimescom%2F" class="twitter"  target="_blank" style="text-decoration:none;">Twitter</a></div><div class="fullcircle-linkshare"><a href="http://digg.com/submit?phase=2&url=http%3A%2F%2Fblog.garyhewitt.net%2F2009%2F07%2Fbefore-college-costly-advice-just-on-getting-in-nytimescom%2F" class="digg">DiggIt</a></div><div class="fullcircle-linkshare"><a href="http://technorati.com/cosmos/search.html?url=http%3A%2F%2Fblog.garyhewitt.net%2F2009%2F07%2Fbefore-college-costly-advice-just-on-getting-in-nytimescom%2F" class="technorati">Technorati</a></div><div class="fullcircle-linkshare"><a href="http://del.icio.us/post?url=http%3A%2F%2Fblog.garyhewitt.net%2F2009%2F07%2Fbefore-college-costly-advice-just-on-getting-in-nytimescom%2F&title=Before+College%2C+Costly+Advice+Just+on+Getting+In+%26%238211%3B+NYTimes.com" class="delicious">Del.icio.us</a></div></div><div style="clear: both;"></div>]]></content:encoded>
			<wfw:commentRss>http://blog.garyhewitt.net/2009/07/before-college-costly-advice-just-on-getting-in-nytimescom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cursing and Pain Relief</title>
		<link>http://blog.garyhewitt.net/2009/07/cursing-and-pain-relief/</link>
		<comments>http://blog.garyhewitt.net/2009/07/cursing-and-pain-relief/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 19:01:11 +0000</pubDate>
		<dc:creator>Gary</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.garyhewitt.net/?p=123</guid>
		<description><![CDATA[Damn right! I guess my kids must be going through a particularly painful period right now On average, people were able to withstand the pain for significantly longer if they cursed than if they did not. Swearing also increased heart rate and decreased subjective reports of pain. And before anyone criticizes me for Tierney&#8217;s politics, [...]]]></description>
			<content:encoded><![CDATA[<p>Damn right! I guess my kids must be going through a particularly painful period right now <img src='http://blog.garyhewitt.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<blockquote><p>On average, people were able to withstand the pain for significantly longer if they cursed than if they did not. Swearing also increased heart rate and decreased subjective reports of pain.</p></blockquote>
<p>And before anyone criticizes me for Tierney&#8217;s politics, he&#8217;s not the author of this post.</p>
<p>via <a href="http://tierneylab.blogs.nytimes.com/2009/07/13/cursing-and-pain-relief/?hp">Cursing and Pain Relief &#8211; TierneyLab Blog &#8211; NYTimes.com</a>.</p>
<div class="fullcircle-social-links" style="display: block;"><div class="fullcircle-linkshare"><a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fblog.garyhewitt.net%2F2009%2F07%2Fcursing-and-pain-relief%2F" class="fb_share_button"  target="_blank" style="text-decoration:none;">Facebook</a></div><div class="fullcircle-linkshare"><a href="http://twitter.com/home?status=Cursing+and+Pain+Relief + http%3A%2F%2Fblog.garyhewitt.net%2F2009%2F07%2Fcursing-and-pain-relief%2F" class="twitter"  target="_blank" style="text-decoration:none;">Twitter</a></div><div class="fullcircle-linkshare"><a href="http://digg.com/submit?phase=2&url=http%3A%2F%2Fblog.garyhewitt.net%2F2009%2F07%2Fcursing-and-pain-relief%2F" class="digg">DiggIt</a></div><div class="fullcircle-linkshare"><a href="http://technorati.com/cosmos/search.html?url=http%3A%2F%2Fblog.garyhewitt.net%2F2009%2F07%2Fcursing-and-pain-relief%2F" class="technorati">Technorati</a></div><div class="fullcircle-linkshare"><a href="http://del.icio.us/post?url=http%3A%2F%2Fblog.garyhewitt.net%2F2009%2F07%2Fcursing-and-pain-relief%2F&title=Cursing+and+Pain+Relief" class="delicious">Del.icio.us</a></div></div><div style="clear: both;"></div>]]></content:encoded>
			<wfw:commentRss>http://blog.garyhewitt.net/2009/07/cursing-and-pain-relief/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Are Southerners So Fat? &#8211; TIME</title>
		<link>http://blog.garyhewitt.net/2009/07/why-are-southerners-so-fat-time/</link>
		<comments>http://blog.garyhewitt.net/2009/07/why-are-southerners-so-fat-time/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 19:18:16 +0000</pubDate>
		<dc:creator>Gary</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.garyhewitt.net/?p=119</guid>
		<description><![CDATA[The headline definitely catches the eye. The article concludes: So there you have it. Southerners have little access to healthy food and limited means with which to purchase it. It&#8217;s hard for them to exercise outdoors, and even when they do have the opportunity, it&#8217;s so hot, they don&#8217;t want to. The image is kind [...]]]></description>
			<content:encoded><![CDATA[<p>The headline definitely catches the eye. The article concludes:</p>
<blockquote><p>So there you have it. Southerners have little access to healthy food and limited means with which to purchase it. It&#8217;s hard for them to exercise outdoors, and even when they do have the opportunity, it&#8217;s so hot, they don&#8217;t want to.</p></blockquote>
<p>The image is kind of alluring, too, at least in the foreground:</p>
<p style="text-align: center;"><a href="http://www.time.com/time/health/article/0,8599,1909406,00.html?xid=rss-mostpopular"><img src="http://img.timeinc.net/time/daily/2009/0907/southerners_chubby_0708.jpg" alt="French Fries" width="415" height="232" /></a></p>
<p>via <a href="http://www.time.com/time/health/article/0,8599,1909406,00.html?xid=rss-mostpopular">Why Are Southerners So Fat? &#8211; TIME</a>.</p>
<div class="fullcircle-social-links" style="display: block;"><div class="fullcircle-linkshare"><a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fblog.garyhewitt.net%2F2009%2F07%2Fwhy-are-southerners-so-fat-time%2F" class="fb_share_button"  target="_blank" style="text-decoration:none;">Facebook</a></div><div class="fullcircle-linkshare"><a href="http://twitter.com/home?status=Why+Are+Southerners+So+Fat%3F+%26%238211%3B+TIME + http%3A%2F%2Fblog.garyhewitt.net%2F2009%2F07%2Fwhy-are-southerners-so-fat-time%2F" class="twitter"  target="_blank" style="text-decoration:none;">Twitter</a></div><div class="fullcircle-linkshare"><a href="http://digg.com/submit?phase=2&url=http%3A%2F%2Fblog.garyhewitt.net%2F2009%2F07%2Fwhy-are-southerners-so-fat-time%2F" class="digg">DiggIt</a></div><div class="fullcircle-linkshare"><a href="http://technorati.com/cosmos/search.html?url=http%3A%2F%2Fblog.garyhewitt.net%2F2009%2F07%2Fwhy-are-southerners-so-fat-time%2F" class="technorati">Technorati</a></div><div class="fullcircle-linkshare"><a href="http://del.icio.us/post?url=http%3A%2F%2Fblog.garyhewitt.net%2F2009%2F07%2Fwhy-are-southerners-so-fat-time%2F&title=Why+Are+Southerners+So+Fat%3F+%26%238211%3B+TIME" class="delicious">Del.icio.us</a></div></div><div style="clear: both;"></div>]]></content:encoded>
			<wfw:commentRss>http://blog.garyhewitt.net/2009/07/why-are-southerners-so-fat-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Most Managers are Logical Sloths</title>
		<link>http://blog.garyhewitt.net/2009/07/most-managers-are-logical-sloths/</link>
		<comments>http://blog.garyhewitt.net/2009/07/most-managers-are-logical-sloths/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 19:59:45 +0000</pubDate>
		<dc:creator>Gary</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.garyhewitt.net/?p=115</guid>
		<description><![CDATA[OK, so this press release came in on a google alert (entirely unrelated to anything, but how often do you see the word &#8220;sloth&#8221; in PR? Most Managers are Logical Sloths, says New Rotman Research Strategic managers, lacking training in how to build their own situational models and reasoning strategies as opposed to &#8220;implementing&#8221; blueprints [...]]]></description>
			<content:encoded><![CDATA[<p>OK, so this press release came in on a google alert (entirely unrelated to anything, but how often do you see the word &#8220;sloth&#8221; in PR?</p>
<blockquote><p><em>Most Managers are Logical Sloths, says New Rotman Research</em></p>
<p>Strategic managers, lacking training in how to build their own situational models and reasoning strategies as opposed to &#8220;implementing&#8221; blueprints and recipes, tend to choose easy problems to make sense of their predicaments and use sub-optimally simplistic methods of framing complex problems, shows new research from the University of Toronto&#8217;s Rotman School of Management.</p></blockquote>
<blockquote><p>via <a href="http://newswire.ascribe.org/cgi-bin/behold.pl?ascribeid=20090708.084030&amp;time=09%2014%20PDT&amp;year=2009&amp;public=0">The Public Interest Newswire</a>.</p></blockquote>
<p>I think this sells most managers (including yours truly) short. We are sloths in many respects, not limited to our logical optimization. Not only do we see complexity and recourse to blueprints and recipes &#8211; we see hard work and call in sick, we avoid conflict, defer difficult decisions, punish the innocent and promote the undeserving, marshall evidence to support whatever we&#8217;ve already concluded, extrapolate from insufficient evidence, and miscommunicate efficiently so as to confuse everyone who takes part in a project.</p>
<p>I&#8217;m just getting started!</p>
<div class="fullcircle-social-links" style="display: block;"><div class="fullcircle-linkshare"><a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fblog.garyhewitt.net%2F2009%2F07%2Fmost-managers-are-logical-sloths%2F" class="fb_share_button"  target="_blank" style="text-decoration:none;">Facebook</a></div><div class="fullcircle-linkshare"><a href="http://twitter.com/home?status=Most+Managers+are+Logical+Sloths + http%3A%2F%2Fblog.garyhewitt.net%2F2009%2F07%2Fmost-managers-are-logical-sloths%2F" class="twitter"  target="_blank" style="text-decoration:none;">Twitter</a></div><div class="fullcircle-linkshare"><a href="http://digg.com/submit?phase=2&url=http%3A%2F%2Fblog.garyhewitt.net%2F2009%2F07%2Fmost-managers-are-logical-sloths%2F" class="digg">DiggIt</a></div><div class="fullcircle-linkshare"><a href="http://technorati.com/cosmos/search.html?url=http%3A%2F%2Fblog.garyhewitt.net%2F2009%2F07%2Fmost-managers-are-logical-sloths%2F" class="technorati">Technorati</a></div><div class="fullcircle-linkshare"><a href="http://del.icio.us/post?url=http%3A%2F%2Fblog.garyhewitt.net%2F2009%2F07%2Fmost-managers-are-logical-sloths%2F&title=Most+Managers+are+Logical+Sloths" class="delicious">Del.icio.us</a></div></div><div style="clear: both;"></div>]]></content:encoded>
			<wfw:commentRss>http://blog.garyhewitt.net/2009/07/most-managers-are-logical-sloths/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Marketing 201: Williams-Sonoma meets Billy Mays</title>
		<link>http://blog.garyhewitt.net/2009/06/marketing-201-williams-sonoma-meets-billy-mays/</link>
		<comments>http://blog.garyhewitt.net/2009/06/marketing-201-williams-sonoma-meets-billy-mays/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 12:30:21 +0000</pubDate>
		<dc:creator>Gary</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.garyhewitt.net/?p=112</guid>
		<description><![CDATA[So, here&#8217;s the puzzle. How do you turn this: into something thoroughly respectable, ideally in a melange of shiny stainless steel and earth tones? Well, here&#8217;s a hint: FacebookTwitterDiggItTechnoratiDel.icio.us]]></description>
			<content:encoded><![CDATA[<p>So, here&#8217;s the puzzle. How do you turn this:</p>
<p><object width="425" height="344" data="http://www.youtube.com/v/9KBXcpJfmj4&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/9KBXcpJfmj4&amp;hl=en&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /></object></p>
<p>into something thoroughly respectable, ideally in a melange of shiny stainless steel and earth tones? Well, here&#8217;s a hint:</p>
<div class="wp-caption alignnone" style="width: 410px"><a href="http://www.williams-sonoma.com/products/sku5383856/index.cfm?pkey=coutdoor-grill-tool-acc&amp;cm_src=hppromo"><img title="Respectable Sliders" src="http://www.williams-sonoma.com/wsimgs/ab/images/p2/products/200925/0006/img16m.jpg" alt="Respectable Sliders?" width="400" height="400" /></a><p class="wp-caption-text">Respectable Sliders?</p></div>
<div class="fullcircle-social-links" style="display: block;"><div class="fullcircle-linkshare"><a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fblog.garyhewitt.net%2F2009%2F06%2Fmarketing-201-williams-sonoma-meets-billy-mays%2F" class="fb_share_button"  target="_blank" style="text-decoration:none;">Facebook</a></div><div class="fullcircle-linkshare"><a href="http://twitter.com/home?status=Marketing+201%3A+Williams-Sonoma+meets+Billy+Mays + http%3A%2F%2Fblog.garyhewitt.net%2F2009%2F06%2Fmarketing-201-williams-sonoma-meets-billy-mays%2F" class="twitter"  target="_blank" style="text-decoration:none;">Twitter</a></div><div class="fullcircle-linkshare"><a href="http://digg.com/submit?phase=2&url=http%3A%2F%2Fblog.garyhewitt.net%2F2009%2F06%2Fmarketing-201-williams-sonoma-meets-billy-mays%2F" class="digg">DiggIt</a></div><div class="fullcircle-linkshare"><a href="http://technorati.com/cosmos/search.html?url=http%3A%2F%2Fblog.garyhewitt.net%2F2009%2F06%2Fmarketing-201-williams-sonoma-meets-billy-mays%2F" class="technorati">Technorati</a></div><div class="fullcircle-linkshare"><a href="http://del.icio.us/post?url=http%3A%2F%2Fblog.garyhewitt.net%2F2009%2F06%2Fmarketing-201-williams-sonoma-meets-billy-mays%2F&title=Marketing+201%3A+Williams-Sonoma+meets+Billy+Mays" class="delicious">Del.icio.us</a></div></div><div style="clear: both;"></div>]]></content:encoded>
			<wfw:commentRss>http://blog.garyhewitt.net/2009/06/marketing-201-williams-sonoma-meets-billy-mays/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thomas Jefferson &#8211; wow.</title>
		<link>http://blog.garyhewitt.net/2009/06/thomas-jefferson-wow/</link>
		<comments>http://blog.garyhewitt.net/2009/06/thomas-jefferson-wow/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 19:49:30 +0000</pubDate>
		<dc:creator>Gary</dc:creator>
				<category><![CDATA[Data Geekery]]></category>
		<category><![CDATA[History Geekery]]></category>

		<guid isPermaLink="false">http://blog.garyhewitt.net/?p=108</guid>
		<description><![CDATA[Maira Kalman pulls out a beautiful work, again, for us in the Times. Jefferson is one 0f a kind &#8211; this example just stuck out for me as evidence for his, well, uniqueness. This chart of vegetable availability in Washington, DC, was evidently based on Jefferson&#8217;s observations over the eight years that he was president. [...]]]></description>
			<content:encoded><![CDATA[<p>Maira Kalman pulls out a beautiful work, again, for us in the <em>Times</em>. Jefferson is one 0f a kind &#8211; this example just stuck out for me as evidence for his, well, uniqueness. This chart of vegetable availability in Washington, DC, was evidently based on Jefferson&#8217;s observations over the <span style="text-decoration: underline;">eight years that he was president</span>. Imagine any of our modern presidents monitoring Eastern Market&#8217;s wares!</p>
<p style="text-align: center;"><a href="http://kalman.blogs.nytimes.com/2009/06/25/time-wastes-too-fast/?em"><img src="http://graphics8.nytimes.com/images/blogs/kalman/2009/06/12k.jpg" alt="" width="567" height="896" /></a></p>
<p><a href="http://kalman.blogs.nytimes.com/2009/06/25/time-wastes-too-fast/?em">Time Wastes Too Fast &#8211; And the Pursuit of Happiness Blog &#8211; NYTimes.com</a>.</p>
<div class="fullcircle-social-links" style="display: block;"><div class="fullcircle-linkshare"><a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fblog.garyhewitt.net%2F2009%2F06%2Fthomas-jefferson-wow%2F" class="fb_share_button"  target="_blank" style="text-decoration:none;">Facebook</a></div><div class="fullcircle-linkshare"><a href="http://twitter.com/home?status=Thomas+Jefferson+%26%238211%3B+wow. + http%3A%2F%2Fblog.garyhewitt.net%2F2009%2F06%2Fthomas-jefferson-wow%2F" class="twitter"  target="_blank" style="text-decoration:none;">Twitter</a></div><div class="fullcircle-linkshare"><a href="http://digg.com/submit?phase=2&url=http%3A%2F%2Fblog.garyhewitt.net%2F2009%2F06%2Fthomas-jefferson-wow%2F" class="digg">DiggIt</a></div><div class="fullcircle-linkshare"><a href="http://technorati.com/cosmos/search.html?url=http%3A%2F%2Fblog.garyhewitt.net%2F2009%2F06%2Fthomas-jefferson-wow%2F" class="technorati">Technorati</a></div><div class="fullcircle-linkshare"><a href="http://del.icio.us/post?url=http%3A%2F%2Fblog.garyhewitt.net%2F2009%2F06%2Fthomas-jefferson-wow%2F&title=Thomas+Jefferson+%26%238211%3B+wow." class="delicious">Del.icio.us</a></div></div><div style="clear: both;"></div>]]></content:encoded>
			<wfw:commentRss>http://blog.garyhewitt.net/2009/06/thomas-jefferson-wow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>To fight deflation, abolish cash. Could Japan make reality of ‘science fiction’? &#8211; Times Online</title>
		<link>http://blog.garyhewitt.net/2009/06/to-fight-deflation-abolish-cash-could-japan-make-reality-of-%e2%80%98science-fiction%e2%80%99-times-online/</link>
		<comments>http://blog.garyhewitt.net/2009/06/to-fight-deflation-abolish-cash-could-japan-make-reality-of-%e2%80%98science-fiction%e2%80%99-times-online/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 00:38:32 +0000</pubDate>
		<dc:creator>Gary</dc:creator>
				<category><![CDATA[Financial]]></category>

		<guid isPermaLink="false">http://blog.garyhewitt.net/?p=105</guid>
		<description><![CDATA[This is a great idea &#8211; abolish cash entirely &#8211; I hope it comes to the U.S. too. Heck, I&#8217;d be happy if they just got rid of the penny and the dollar bill! With recovery elusive, a population doddering into old age and perhaps a decade of deflation in prospect, Japan may start mulling [...]]]></description>
			<content:encoded><![CDATA[<p>This is a great idea &#8211; abolish cash entirely &#8211; I hope it comes to the U.S. too. Heck, I&#8217;d be happy if they just got rid of the penny and the dollar bill!</p>
<blockquote><p>With recovery elusive, a population doddering into old age and perhaps a decade of deflation in prospect, Japan may start mulling the most radical monetary policy of all — the abolition of cash.</p></blockquote>
<p><a href="http://business.timesonline.co.uk/tol/business/economics/article6531299.ece">To fight deflation, abolish cash. Could Japan make reality of ‘science fiction’? &#8211; Times Online</a>.</p>
<div class="fullcircle-social-links" style="display: block;"><div class="fullcircle-linkshare"><a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fblog.garyhewitt.net%2F2009%2F06%2Fto-fight-deflation-abolish-cash-could-japan-make-reality-of-%25e2%2580%2598science-fiction%25e2%2580%2599-times-online%2F" class="fb_share_button"  target="_blank" style="text-decoration:none;">Facebook</a></div><div class="fullcircle-linkshare"><a href="http://twitter.com/home?status=To+fight+deflation%2C+abolish+cash.+Could+Japan+make+reality+of+%E2%80%98science+fiction%E2%80%99%3F+%26%238211%3B+Times+Online + http%3A%2F%2Fblog.garyhewitt.net%2F2009%2F06%2Fto-fight-deflation-abolish-cash-could-japan-make-reality-of-%25e2%2580%2598science-fiction%25e2%2580%2599-times-online%2F" class="twitter"  target="_blank" style="text-decoration:none;">Twitter</a></div><div class="fullcircle-linkshare"><a href="http://digg.com/submit?phase=2&url=http%3A%2F%2Fblog.garyhewitt.net%2F2009%2F06%2Fto-fight-deflation-abolish-cash-could-japan-make-reality-of-%25e2%2580%2598science-fiction%25e2%2580%2599-times-online%2F" class="digg">DiggIt</a></div><div class="fullcircle-linkshare"><a href="http://technorati.com/cosmos/search.html?url=http%3A%2F%2Fblog.garyhewitt.net%2F2009%2F06%2Fto-fight-deflation-abolish-cash-could-japan-make-reality-of-%25e2%2580%2598science-fiction%25e2%2580%2599-times-online%2F" class="technorati">Technorati</a></div><div class="fullcircle-linkshare"><a href="http://del.icio.us/post?url=http%3A%2F%2Fblog.garyhewitt.net%2F2009%2F06%2Fto-fight-deflation-abolish-cash-could-japan-make-reality-of-%25e2%2580%2598science-fiction%25e2%2580%2599-times-online%2F&title=To+fight+deflation%2C+abolish+cash.+Could+Japan+make+reality+of+%E2%80%98science+fiction%E2%80%99%3F+%26%238211%3B+Times+Online" class="delicious">Del.icio.us</a></div></div><div style="clear: both;"></div>]]></content:encoded>
			<wfw:commentRss>http://blog.garyhewitt.net/2009/06/to-fight-deflation-abolish-cash-could-japan-make-reality-of-%e2%80%98science-fiction%e2%80%99-times-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Protected: Videos from the show</title>
		<link>http://blog.garyhewitt.net/2009/06/ballet-videos/</link>
		<comments>http://blog.garyhewitt.net/2009/06/ballet-videos/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 16:49:05 +0000</pubDate>
		<dc:creator>Gary</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.garyhewitt.net/?p=100</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
			<content:encoded><![CDATA[<form action="http://blog.garyhewitt.net/wp-pass.php" method="post">
<p>This post is password protected. To view it please enter your password below:</p>
<p><label for="pwbox-100">Password:<br />
<input name="post_password" id="pwbox-100" type="password" size="20" /></label><br />
<input type="submit" name="Submit" value="Submit" /></p></form>
<div class="fullcircle-social-links" style="display: block;"><div class="fullcircle-linkshare"><a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fblog.garyhewitt.net%2F2009%2F06%2Fballet-videos%2F" class="fb_share_button"  target="_blank" style="text-decoration:none;">Facebook</a></div><div class="fullcircle-linkshare"><a href="http://twitter.com/home?status=Protected%3A+Videos+from+the+show + http%3A%2F%2Fblog.garyhewitt.net%2F2009%2F06%2Fballet-videos%2F" class="twitter"  target="_blank" style="text-decoration:none;">Twitter</a></div><div class="fullcircle-linkshare"><a href="http://digg.com/submit?phase=2&url=http%3A%2F%2Fblog.garyhewitt.net%2F2009%2F06%2Fballet-videos%2F" class="digg">DiggIt</a></div><div class="fullcircle-linkshare"><a href="http://technorati.com/cosmos/search.html?url=http%3A%2F%2Fblog.garyhewitt.net%2F2009%2F06%2Fballet-videos%2F" class="technorati">Technorati</a></div><div class="fullcircle-linkshare"><a href="http://del.icio.us/post?url=http%3A%2F%2Fblog.garyhewitt.net%2F2009%2F06%2Fballet-videos%2F&title=Protected%3A+Videos+from+the+show" class="delicious">Del.icio.us</a></div></div><div style="clear: both;"></div>]]></content:encoded>
			<wfw:commentRss>http://blog.garyhewitt.net/2009/06/ballet-videos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

