<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	>
<channel>
	<title>Comments on: Checking Your Assumptions</title>
	<atom:link href="http://www.tenthline.com/blog/2008/04/02/checking-your-assumptions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tenthline.com/blog/2008/04/02/checking-your-assumptions/</link>
	<description>Our thoughts on content, identity, and more</description>
	<pubDate>Wed, 07 Jan 2009 13:50:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Enrico</title>
		<link>http://www.tenthline.com/blog/2008/04/02/checking-your-assumptions/comment-page-1/#comment-13</link>
		<dc:creator>Enrico</dc:creator>
		<pubDate>Fri, 04 Apr 2008 20:42:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.tenthline.com/blog/2008/04/02/checking-your-assumptions/#comment-13</guid>
		<description>Really, it's a general statement on troubleshooting and solving problems in general.  Bad assumptions keep us away from the actual facts and &lt;em&gt;those&lt;/em&gt; are what we need to solve the problems we face.</description>
		<content:encoded><![CDATA[<p>Really, it&#8217;s a general statement on troubleshooting and solving problems in general.  Bad assumptions keep us away from the actual facts and <em>those</em> are what we need to solve the problems we face.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.tenthline.com/blog/2008/04/02/checking-your-assumptions/comment-page-1/#comment-11</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Fri, 04 Apr 2008 19:12:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.tenthline.com/blog/2008/04/02/checking-your-assumptions/#comment-11</guid>
		<description>It's not just programming, oh no.

In Windows, when you have Windows Explorer open, if you tap a key, it will take you to the first file starting with that key.  Tap it again, and it will iterate one down the line.

This behaviour does not exist on Macs.  In fact, I was continually annoyed when I would have my application window open and wanted to get to CocoaMySQL.  The first c would do what I expect, the second, to something entirely random (to me).

I was complaining about this to Enrico one late night when he pointed out that it was actually trying to match the entire string of letters I typed in a short bit of time.  That is, if I type "Sh" I'd find it matching "Shoes.app" instead of matching the first thing that started with h -- the default windows behaviour.

This is a much better way of doing things, but it confused me because, up until recently, I was using a different operating system.

Check your assumptions indeed.</description>
		<content:encoded><![CDATA[<p>It&#8217;s not just programming, oh no.</p>
<p>In Windows, when you have Windows Explorer open, if you tap a key, it will take you to the first file starting with that key.  Tap it again, and it will iterate one down the line.</p>
<p>This behaviour does not exist on Macs.  In fact, I was continually annoyed when I would have my application window open and wanted to get to CocoaMySQL.  The first c would do what I expect, the second, to something entirely random (to me).</p>
<p>I was complaining about this to Enrico one late night when he pointed out that it was actually trying to match the entire string of letters I typed in a short bit of time.  That is, if I type &#8220;Sh&#8221; I&#8217;d find it matching &#8220;Shoes.app&#8221; instead of matching the first thing that started with h &#8212; the default windows behaviour.</p>
<p>This is a much better way of doing things, but it confused me because, up until recently, I was using a different operating system.</p>
<p>Check your assumptions indeed.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
