<?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>Two Ideas</title>
	<atom:link href="http://www.twoideas.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.twoideas.org</link>
	<description>When I think something, sometimes I write it up.</description>
	<lastBuildDate>Thu, 02 Feb 2012 01:55:16 +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>Today&#8217;s Python funny: C style increment operator fails silently</title>
		<link>http://www.twoideas.org/2012/02/todays-python-funny-c-style-increment-operator-fails-silently/</link>
		<comments>http://www.twoideas.org/2012/02/todays-python-funny-c-style-increment-operator-fails-silently/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 01:55:16 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.twoideas.org/?p=454</guid>
		<description><![CDATA[Where I work, much of our product is coded in Python, which despite much griping I think is a great language. We've had a bug where an operation count was always reported as zero, even though the operation seemed to alter the filesystem. We've sort of shrugged, as it's an internal tool and it was [...]]]></description>
			<content:encoded><![CDATA[<p>Where I work, much of our product is coded in <a href="http://python.org/">Python</a>, which despite much griping I think is a great language.</p>
<p>We've had a bug where an operation count was always reported as zero, even though the operation seemed to alter the filesystem.  We've sort of shrugged, as it's an internal tool and it was doing what was required.</p>
<p>Today, a co-worker of mine found the bug: a piece of code was using a C-style <a href="http://en.wikipedia.org/wiki/Increment_and_decrement_operators">increment operator</a>.</p>
<p>Had the increment operator in question been <code>variable++</code>, this would have produced an error: Python doesn't support any increment operator; you write <code>variable = variable + 1</code>.  This error would have prevented the program from running at all, and the bug would have been obvious.</p>
<p>Instead, the increment operator was a prefix rather than a suffix: <code>++variable</code>.</p>
<p>In Python, a prepended plus is just a <a href="http://docs.python.org/reference/expressions.html">unary plus operator</a>. It does, basically nothing. (Yes, that's not technically true, but it's effectively true in most cases.)</p>
<p>But, oddly, you can have two unary plus operators, which does double nothing! And runs without an error message! And, as a bonus, it looks to a C programmer as though it would increment a number.</p>
<p>Which would result in an operation count always equal to zero, no matter how many items you count.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.twoideas.org/2012/02/todays-python-funny-c-style-increment-operator-fails-silently/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Amazon Fresh, It&#8217;s Just Not Working Out Between Us</title>
		<link>http://www.twoideas.org/2012/01/amazon-fresh-its-just-not-working-out-between-us/</link>
		<comments>http://www.twoideas.org/2012/01/amazon-fresh-its-just-not-working-out-between-us/#comments</comments>
		<pubDate>Sat, 14 Jan 2012 16:30:54 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.twoideas.org/?p=459</guid>
		<description><![CDATA[I wanted to love Amazon Fresh. I really wanted to love it. I figured that with Judah around, the best mix of value and convenience would be to buy everything we could at the Ballard Farmer's Market (which we pretty much do anyway), and get everything else we needed from Amazon Fresh, running out to [...]]]></description>
			<content:encoded><![CDATA[<p>I wanted to love <a href="http://fresh.amazon.com/">Amazon Fresh</a>. I <em>really</em> wanted to love it.</p>
<p>I figured that with Judah around, the best mix of value and convenience would be to buy everything we could at the <a href="http://ballardfarmersmarket.wordpress.com/">Ballard Farmer's Market</a> (which we pretty much do anyway), and get everything else we needed from Amazon Fresh, running out to other grocery stores only when unavoidable.</p>
<p>Sad to say, it didn't work out like that.</p>
<p>I'd presumed that Amazon Fresh had the same core value proposition as <a href="http://www.amazon.com/">Amazon</a>: enormous selection, good (if not predatory) prices, and a convenient online shopping experience. Sadly, Amazon Fresh ran 0 for 3 on that.</p>
<p>The selection was okay, but even excluding local products, not as extensive as the <a href="http://www.qfc.com/">QFC</a> in our neighborhood or <a href="http://www.townandcountrymarkets.com/ballard/location.html">Ballard Market</a>. I couldn't get the same kinds of juice; our first-choice toilet paper was unavailable, and any reasonable sizes for our second choice were out of stock. I searched extensively, but I couldn't find anything I really wanted that wasn't available at the other stores in our neighborhood.</p>
<p>The prices were the same story: all right, but not any better than the grocery store. The prices might have seemed better if we bought truly bulk sizes, but in an apples-to-apples price comparison, Amazon possessed no advantage &mdash; and possibly a disadvantage once I added in delivery fees (for orders of less than $100).</p>
<p>If selection and prices weren't ideal, the convenience still might have been sufficient for me to become a fan. Unfortunately, the online shopping experience was terrible.</p>
<p>The search section, at the top of each page, contains a search box, and below that three lists: Aisles, Brands, and Show Only. There's a bug (at least in my experience on Google Chrome on a Mac) where, if I press the button to clear the search box, and start typing my new search in, the three lists reset. When the lists reset, anything I've typed in the search box is cleared.</p>
<p>For example, let's say I had searched for 'toilet paper' and that was in the search box.  I press the little 'x' button to clear it, and start typing 'ice cream.' But about halfway through my typing, the aisles, brands, and show only boxes refresh &mdash; and I'm left with a search for 'ream'.</p>
<p>This is, needless to say, poor UI. Has the Amazon Fresh team considered copying the rest of the Amazon UI? It would be a significant improvement over what they have in place.</p>
<p>Even so, I might have put up with the site if not for the final insult: inconsistent, and frequently wrong, product information.</p>
<p>Laura is allergic to peanuts, and so tends to avoid granola bars, which frequently contain peanuts and peanut flour. But I have found several types of granola bars that don't, including the classic crunchy "oat and honey" flavors.</p>
<p>Looking at Amazon Fresh, you wouldn't know it. The <a href="http://fresh.amazon.com/product?asin=B000WCXVD4">oat and honey granola bars from Barbara's Bakery</a> don't have any ingredients listed. The <a href="http://fresh.amazon.com/product?asin=B000QJ7RTM">Nature Valley bars</a> list a whole bunch of ingredients that <em>aren't</em> in this particular flavor of bar, including peanut flour.</p>
<p>With missing and/or untrustworthy ingredient lists, I consider using Amazon Fresh risky at best. Given the impossible UI, unimpressive prices and selection, and often long waits for delivery, I just can't see myself continuing to use Amazon Fresh for groceries.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.twoideas.org/2012/01/amazon-fresh-its-just-not-working-out-between-us/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cracking the Sleep Code: Getting Judah to Sleep</title>
		<link>http://www.twoideas.org/2012/01/cracking-the-sleep-code-getting-judah-to-sleep/</link>
		<comments>http://www.twoideas.org/2012/01/cracking-the-sleep-code-getting-judah-to-sleep/#comments</comments>
		<pubDate>Fri, 13 Jan 2012 20:55:07 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.twoideas.org/?p=455</guid>
		<description><![CDATA[One common challenge of early parenting is getting a child to sleep. Judah is no exception. When he's crying, we can quiet him using Dr. Karp's "Cuddle Cure" described in The Happiest Baby on the Block: we swaddle him, hold him on his side, and jiggle him around while we shush him, and sometimes give [...]]]></description>
			<content:encoded><![CDATA[<p>One common challenge of early parenting is getting a child to sleep. Judah is no exception.</p>
<p>When he's crying, we can quiet him using Dr. Karp's "Cuddle Cure" described in <a href="http://www.amazon.com/Happiest-Baby-Block-Harvey-Karp/dp/0553381466/">The Happiest Baby on the Block</a>: we swaddle him, hold him on his side, and jiggle him around while we shush him, and sometimes give him a finger to suck on. (Based on my experience, I thoroughly endorse Dr. Karp's book: it just works.)</p>
<p>The problem has been that, once he's calm and we put him to bed, it takes about two minutes for him to start screaming again. This wasn't a problem for Judah's first three or four days &emdash; he was fine until he worked his way out of the swaddle, but we'd re-swaddle him and he'd quiet down again &mdash; but all of a sudden the problem appeared as if out of nowhere.</p>
<p>As of two days ago, I think we nailed this problem: we'd switched from a traditional swaddle to putting him in a onesie and a <a href="http://www.amazon.com/Summer-Infant-Cotton-Swaddleme-Green/dp/B003FPQKYW/">SwaddleMe</a>, this great velcro-sealed baby pouch that Judah can't wriggle out of.</p>
<p>Unfortunately, while Judah can't shimmy his arms out of the SwaddleMe, the fabric is much more stretchy. When I realized that the switch to the SwaddleMe coincided with our inability to get Judah to sleep, we swaddled him first in a normal swaddling cloth, and then used the SwaddleMe to keep him from being able to undo himself. (Several days later, we switched to a single larger flannel swaddling blanket that we can tuck more securely, as he seemed to be a bit warm from the multiple-layer solution.)</p>
<p>Using a "real" swaddle worked perfectly: now Judah will sleep through the night, even when we want to get him up for feeding. (That's a different problem, and another blog post... when we get an answer!)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.twoideas.org/2012/01/cracking-the-sleep-code-getting-judah-to-sleep/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome Judah Robert Lasser!</title>
		<link>http://www.twoideas.org/2011/12/welcome-judah-robert-lasser/</link>
		<comments>http://www.twoideas.org/2011/12/welcome-judah-robert-lasser/#comments</comments>
		<pubDate>Wed, 28 Dec 2011 19:33:40 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.twoideas.org/?p=450</guid>
		<description><![CDATA[Your mommy and I are delighted that you've joined us!]]></description>
			<content:encoded><![CDATA[<p>Your mommy and I are delighted that you've joined us!</p>
<p><a href="http://www.twoideas.org/wp-content/uploads/2011/12/20111228-113319.jpg"><img src="http://www.twoideas.org/wp-content/uploads/2011/12/20111228-113319.jpg" alt="20111228-113319.jpg" class="alignnone size-full" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.twoideas.org/2011/12/welcome-judah-robert-lasser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sleep Bank</title>
		<link>http://www.twoideas.org/2011/11/sleep-bank/</link>
		<comments>http://www.twoideas.org/2011/11/sleep-bank/#comments</comments>
		<pubDate>Tue, 08 Nov 2011 22:50:46 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[time management]]></category>

		<guid isPermaLink="false">http://www.twoideas.org/?p=445</guid>
		<description><![CDATA[Although Ezra's stillbirth two and a half years ago prevents me from counting chickens at this stage, Laura's impending due date in December has nudged me into a contemplative mood. One object of contemplation is time. I'm told that my free time is due to take a nosedive come December. I already feel like I'm [...]]]></description>
			<content:encoded><![CDATA[<p>Although Ezra's stillbirth two and a half years ago prevents me from counting chickens at this stage, Laura's impending due date in December has nudged me into a contemplative mood.</p>
<p>One object of contemplation is time. I'm told that my free time is due to take a nosedive come December. I already feel like I'm too short on time. Between a full-time job, my modest almost-weekly scuba diving (three or four hours when it happens), and standard issue home economics (money management, grocery shopping, cooking, and other household management), I have very little free time for projects (like blogging, and writing fiction) and a social life that I consider "important" but which are obviously secondary.</p>
<p>Hardly a day goes by where I don't marvel at someone else's ability to juggle a 50-60 hour a week job, creative projects, social relationships, and a media diet that far exceeds my own. Although I don't feel as though I'm wasting my time anywhere, I don't see how I can't have a minute to spare and others can accomplish so much more than I do.</p>
<p>I have identified two factors working against me: I truly need at least seven hours a night of sleep, if I'm to be mentally effective, and I tend to execute creative projects in time slots of 90 minutes or more. I imagine that most hypercreative busy people can use much shorter time slots, and operate on less sleep.</p>
<p>I'm reminded of several years ago, where many of my co-workers seemed to have endless money to go out, go to concerts, buy clothing, and generally consume broadly if not conspicuously. By contrast, I just didn't feel that I had the money to indulge in all of these things. Where was their money coming from? Sure, some of them were probably digging themselves deep holes of credit, but not all were. Later I realized that I was putting a full 10% of my salary into my 401K, and that perhaps in addition to credit, my colleagues weren't putting aside enough money for a rainy day.</p>
<p>Unfortunately, I'm not "banking" sleep, or if I am, I'm overtaken by inflation and bank fees.</p>
<p>Here's hoping that taking care of an infant will teach me how to be effective on less sleep and work in smaller time increments. (And here's hoping that all goes well enough that this is the problem I want to solve.)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.twoideas.org/2011/11/sleep-bank/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>First PNW scuba photos</title>
		<link>http://www.twoideas.org/2011/07/first-pnw-scuba-photos/</link>
		<comments>http://www.twoideas.org/2011/07/first-pnw-scuba-photos/#comments</comments>
		<pubDate>Sat, 23 Jul 2011 17:50:50 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Scuba]]></category>

		<guid isPermaLink="false">http://www.twoideas.org/?p=442</guid>
		<description><![CDATA[Last week I finally took my camera on a dive up here in Seattle. You can find my photos here. If I'm going to do any serious photography, I'll need better lights and more practice. But it was fun to get some photos of the sorts of things you see on a typical Seattle dive.]]></description>
			<content:encoded><![CDATA[<p>Last week I finally took my camera on a dive up here in Seattle. You can find my photos <a href="http://www.flickr.com/photos/disappearinjon/sets/72157627262457180/">here</a>.</p>
<p>If I'm going to do any serious photography, I'll need better lights and more practice.  But it was fun to get some photos of the sorts of things you see on a typical Seattle dive.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.twoideas.org/2011/07/first-pnw-scuba-photos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>They like me, they really like me!</title>
		<link>http://www.twoideas.org/2011/07/they-like-me-they-really-like-me/</link>
		<comments>http://www.twoideas.org/2011/07/they-like-me-they-really-like-me/#comments</comments>
		<pubDate>Sat, 16 Jul 2011 21:24:48 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.twoideas.org/?p=440</guid>
		<description><![CDATA[Newpages.com reviewed issue 6 of The Ampersand Review, in which a story of mine appeared. About my story, the reviewer says: Lasser has a phenomenal sense of poetic language and flow throughout his story, much like this wonderful opening paragraph. The sounds all relate and the reader can definitely hear them through this description. One [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.newpages.com/literary-magazine-reviews/2011-07-15/#Ampersand-Review-6-2011">Newpages.com reviewed</a> issue 6 of <a href="http://ampersand-books.com/ampersand-review/">The Ampersand Review</a>, in which <a href="http://www.twoideas.org/2011/03/new-fiction-published-every-girl-on-the-bus-ive-ever-looked-at-the-wrong-way-im-sorry/">a story of mine appeared</a>.</p>
<p>About my story, the reviewer says:<br />
<blockquote>Lasser has a phenomenal sense of poetic language and flow throughout his story, much like this wonderful opening paragraph. The sounds all relate and the reader can definitely hear them through this description.</p></blockquote>
<p>One of the challenges of writing is the sense of shouting down into a well and hearing only my own voice come back. So here's another voice.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.twoideas.org/2011/07/they-like-me-they-really-like-me/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Management Can&#8217;t Be Replaced By Computers</title>
		<link>http://www.twoideas.org/2011/03/why-management-cant-be-replaced-by-computers/</link>
		<comments>http://www.twoideas.org/2011/03/why-management-cant-be-replaced-by-computers/#comments</comments>
		<pubDate>Wed, 30 Mar 2011 22:45:55 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.twoideas.org/?p=438</guid>
		<description><![CDATA[I'm new at this management thing &#8212; I was promoted back in January &#8212; but I've figured out that it would be hard to program a computer to manage for the same reasons it's hard to program a computer to play Go: I have to spend a lot of time and energy figuring out what [...]]]></description>
			<content:encoded><![CDATA[<p>I'm new at this management thing &mdash; I was promoted back in January &mdash; but I've figured out that it would be hard to program a computer to manage for <a href="http://mechner.com/david/compgo/sciences/">the same reasons it's hard to program a computer to play Go</a>:</p>
<ul>
<li>I have to spend a lot of time and energy figuring out what to pay attention to. If I simply look at the most recent change, or the most active places, I'll always be reacting, and thus always on the defensive. You can't win at Go if you're only reactive, not proactive.</li>
<li>There's a frequent need to switch between close-in (tactical) and far-out (strategic) approaches. Ideally, I should be able to see both scopes simultaneously, but at best I can switch between them quickly. Each switch imposes a cost, however.</li>
</ul>
<p>Of course, I'm still figuring out this manager thing. And I'm even worse at Go than I am at managing. But those are my observations so far.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.twoideas.org/2011/03/why-management-cant-be-replaced-by-computers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Fiction published: Every Girl on the Bus I&#8217;ve Ever Looked at the Wrong Way, I&#8217;m Sorry</title>
		<link>http://www.twoideas.org/2011/03/new-fiction-published-every-girl-on-the-bus-ive-ever-looked-at-the-wrong-way-im-sorry/</link>
		<comments>http://www.twoideas.org/2011/03/new-fiction-published-every-girl-on-the-bus-ive-ever-looked-at-the-wrong-way-im-sorry/#comments</comments>
		<pubDate>Sat, 19 Mar 2011 16:28:05 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fiction]]></category>

		<guid isPermaLink="false">http://www.twoideas.org/?p=436</guid>
		<description><![CDATA[My short story, "Every Girl on the Bus I've Ever Looked at the Wrong Way, I'm Sorry" has been published by the Ampersand Review. You can read it online or, better yet, buy the magazine and keep a copy around to show your friends.]]></description>
			<content:encoded><![CDATA[<p>My short story, "Every Girl on the Bus I've Ever Looked at the Wrong Way, I'm Sorry" has been published by the Ampersand Review.</p>
<p>You can <a href="http://issuu.com/theampersand/docs/lasser?mode=embed&#038;layout=http%3A%2F%2Fskin.issuu.com%2Fv%2Flight%2Flayout.xml&#038;showFlipBtn=true">read it online</a> or, better yet, <a href="http://ampersand-books.com/ampersand-review/">buy the magazine</a> and keep a copy around to show your friends.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.twoideas.org/2011/03/new-fiction-published-every-girl-on-the-bus-ive-ever-looked-at-the-wrong-way-im-sorry/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Grandpa Joe</title>
		<link>http://www.twoideas.org/2011/01/grandpa-joe/</link>
		<comments>http://www.twoideas.org/2011/01/grandpa-joe/#comments</comments>
		<pubDate>Mon, 17 Jan 2011 22:53:25 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.twoideas.org/?p=433</guid>
		<description><![CDATA[My grandfather died today, after a six month struggle following a stroke &#8212; a struggle which, more often than not, he seemed to be winning. I could write a lot here (and in fact I started to) about what happened, and why, and what it meant not only for him but in the greater scheme [...]]]></description>
			<content:encoded><![CDATA[<p>My grandfather died today, after a six month struggle following a stroke &mdash; a struggle which, more often than not, he seemed to be winning.</p>
<p>I could write a lot here (and in fact I started to) about what happened, and why, and what it meant not only for him but in the greater scheme of things. Maybe I'll do that later.</p>
<p>Right now, I just want to say that he was my hero, and the man more than any other I try to emulate. He was an eternal optimist, a model of how to behave and how to treat other human beings even when you were in a position of relative strength, and how to gracefully appreciate your blessings, and share them with others.</p>
<p>He left the world in better shape than he found it, and spread joy along the way.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.twoideas.org/2011/01/grandpa-joe/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Welcome to Malcolm Gladwell&#8217;s America&#8230;</title>
		<link>http://www.twoideas.org/2010/11/welcome-to-malcolm-gladwells-america/</link>
		<comments>http://www.twoideas.org/2010/11/welcome-to-malcolm-gladwells-america/#comments</comments>
		<pubDate>Wed, 10 Nov 2010 01:27:50 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Culture]]></category>

		<guid isPermaLink="false">http://www.twoideas.org/2010/11/welcome-to-malcolm-gladwells-america/</guid>
		<description><![CDATA[Where everyone has to work all the time, where poets and writers should write as much as they can, until they collapse, until their fingers bleed. This should be obvious to everyone, but I somehow didn't notice until now that Gladwell's now-famous 10,000 hour rule is the Calvinist Work Ethic by another name: sure, putting [...]]]></description>
			<content:encoded><![CDATA[<p>Where everyone has to work all the time, where poets and writers <a href="http://www.newyorker.com/reporting/2008/10/20/081020fa_fact_gladwell">should write as much as they can</a>, until they collapse, until their fingers bleed.</p>
<p>This should be obvious to everyone, but I somehow didn't notice until now that Gladwell's now-famous <a href="http://www.victorantonio.com/malcolm_gladwell_10000_hour_rule">10,000 hour rule</a> is the Calvinist Work Ethic by another name: sure, <a href="http://www.associatedcontent.com/article/1425881/the_10000hour_lie_malcolm_gladwells.htm">putting in the time doesn't guarantee success</a>, but not putting in the time is a sign of moral, and likely practical, failure.</p>
<p>My Grandfather is fond of saying that the optimists always win. I don't think that's true, but I agree that everybody who wins <em>is</em> an optimist for reasons that parallel the <a href="http://www.anthropic-principle.com/primer.html">Anthropic Principle</a>. Still, because everyone who wins is an optimist, it pays to not be a pessimist. And I don't have to believe in the 10,000 hour rule to decide that it's better to work hard than to goof off. But accepting the notion that nobody can goof off and be a success seems somehow joyless and, well, Calvinist.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.twoideas.org/2010/11/welcome-to-malcolm-gladwells-america/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

