<?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 &#187; Uncategorized</title>
	<atom:link href="http://www.twoideas.org/category/uncategorized/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>The Task Manager of my Dreams (and how I get tasks done)</title>
		<link>http://www.twoideas.org/2010/10/the-task-manager-of-my-dreams-and-how-i-get-tasks-done/</link>
		<comments>http://www.twoideas.org/2010/10/the-task-manager-of-my-dreams-and-how-i-get-tasks-done/#comments</comments>
		<pubDate>Thu, 28 Oct 2010 17:59:11 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[getting things done]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[omnifocus]]></category>
		<category><![CDATA[organization]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[task management]]></category>
		<category><![CDATA[taskpaper]]></category>
		<category><![CDATA[things]]></category>
		<category><![CDATA[to-do-lists]]></category>
		<category><![CDATA[voodoopad]]></category>
		<category><![CDATA[wishlist]]></category>

		<guid isPermaLink="false">http://www.twoideas.org/?p=426</guid>
		<description><![CDATA[I've got a task management problem. It might be a bit different from most people's, which may be why I've looked at everything from OmniFocus to Things to TaskPaper and I can't find something that meets my needs. What I need &#8212; and what I can't figure out to do in any of these other [...]]]></description>
			<content:encoded><![CDATA[<p>I've got a task management problem. It might be a bit different from most people's, which may be why I've looked at everything from <a href="http://www.omnigroup.com/products/omnifocus/">OmniFocus</a> to <a href="http://culturedcode.com/things/">Things</a> to <a href="http://www.hogbaysoftware.com/products/taskpaper">TaskPaper</a> and I can't find something that meets my needs.</p>
<p>What I need &mdash; and what I can't figure out to do in any of these other applications in a reasonable fashion &mdash; is a daily log of what I've accomplished, from which I can cherry-pick and summarize into monthly reports, and then again into annual reports.</p>
<p>I can do this in my current system, which has worked pretty well for three years now. I rely on <a href="http://flyingmeat.com/voodoopad/">VoodooPad</a> to keep my to-do list. Every day I assemble tomorrow's to-do list on a page named with the next day's date. This consists of both uncompleted items from that day's to-do list, as well as scheduled calendar appointments.<br />
<span id="more-426"></span><br />
The next day, I review and update my to-do list with calendar changes and new tasks that have come up (listed in priority order, with scheduled appointments listed above unscheduled to-dos). As I work through the day, I move items down to the 'Done' section at the bottom, and also add tasks I've performed during the day that weren't on my to-do list at the start of the day. (Most of what I actually do wasn't scheduled, and is heavily interrupt-driven. I need to track that work too.) At the end of the day, I copy everything above the 'Done' section to a new page, and begin again.</p>
<p>The good news is that I maintain a list of completed actions, sorted by date, and in fact chronologically within a date. These are eminently useful to me in both producing my monthly and annual "what I've accomplished" reports, but also as a quickly-searchable index of what I've done, which helps me as an information retrieval system.</p>
<p>For example, let's say that someone starts asking me about Acme Widget Company. Perhaps they've got a new problem, or maybe they deny that we ever communicated problem resolution to them earlier. I can quickly search VoodooPad for "Acme Widget", sort the page results by date, and see when I last talked with them. Then I can go to my e-mail, sort the correct month's mail log by day, and find the day in question -- along with an approximate time, based on the position of the item in my log in relation to scheduled events. Typically within two or three minutes I can find the precise communication referenced, and forward it to the appropriate parties.</p>
<p>This kind of recall makes me look like a God, an omniscient God with a long memory. And it's something I can't figure out how to duplicate in any of the existing task management tools.</p>
<p>What's my problem, then? Three problems, one of which I believe will solve itself shortly.</p>
<p>The "solve itself shortly" problem is synchronization with my iPhone and iPad. But, rumor is that VoodooPad for iPad is coming, and that will help. In the meantime, I can track items on paper, or with <a href="https://simple-note.appspot.com/">SimpleNote</a>, and copy those items to my to-do list manually.</p>
<p>The second problem is that I spend a lot of time cut-and-pasting. I could probably come up with some AppleScripts to handle the daily copies for me, but even if I do that I can't figure out how to query Entourage so I'll still have to add my calendar appointments manually. (I'm stuck with Entourage for the moment, due to the unbearably old version of Exchange Server we're currently running at work. I have to coordinate with others, which unfortunately means Exchange's calendar. If we update our server soon, I can move to iCal, but I don't know anything that will change with regard to my core problem then.)</p>
<p>The third and final problem is that I've got no way to track events for specific future times, other than putting a calendar appointment on that date. That's fine, if I want to allocate a specific time for something, but if I just want an item to recur on my to-do list, that's trickier.</p>
<p>For example, every month I want to back up the previous month's e-mail, so I can do my magic searching tricks. But I don't want to put an appointment on my calendar for "the first of each month at 9 am" -- after all, I might have other appointments at that time, if the first of the month is even a weekday. What I really want is, every month, the new "to-do" to show up on my to-do list as an unscheduled item.  I can't figure out how to do that using my current system.</p>
<p>There's a variation on this, where I'd love to be able to note, when I send an e-mail, that I should follow up in N days if I haven't received a response. Those, too, could be unscheduled items. But I can't figure out how to integrate this -- even as a manual note -- since I'm really only maintaining one day's list at a time.</p>
<p>Is there a way I can jigger my current system to give me these recurring/future-unscheduled events, and maybe reduce my cut-and-paste time as well? Is there another tool that I could switch to, which would address my issues? Or am I stuck with the shortcomings of my current system?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.twoideas.org/2010/10/the-task-manager-of-my-dreams-and-how-i-get-tasks-done/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

