<?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>Indistinguishable from Jesse</title>
	<atom:link href="http://www.squarefree.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.squarefree.com</link>
	<description>Jesse Ruderman on Firefox, security, and more</description>
	<lastBuildDate>Sat, 06 Feb 2010 09:42:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Safety agency announces “Safety is our top priority”</title>
		<link>http://www.squarefree.com/2010/02/06/safety/</link>
		<comments>http://www.squarefree.com/2010/02/06/safety/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 09:40:42 +0000</pubDate>
		<dc:creator>Jesse Ruderman</dc:creator>
				<category><![CDATA[Transportation]]></category>

		<guid isPermaLink="false">http://www.squarefree.com/?p=559</guid>
		<description><![CDATA[This press release is the top item on nhtsa.gov right now:

WASHINGTON, D.C. – The National Highway Traffic Safety Administration (NHTSA) today announced that it is opening a formal investigation of the Toyota Prius Hybrid model year 2010 to look into allegations of momentary loss of braking capability while traveling over an uneven road surface, pothole [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.nhtsa.gov/portal/site/nhtsa/template.MAXIMIZE/menuitem.f2217bee37fb302f6d7c121046108a0c/?javax.portlet.tpst=1e51531b2220b0f8ea14201046108a0c_ws_MX&amp;javax.portlet.prp_1e51531b2220b0f8ea14201046108a0c_viewID=detail_view&amp;itemID=b01559c725096210VgnVCM1000002fd17898RCRD&amp;pressReleaseYearSelect=2010">This press release</a> is the top item on <a href="http://nhtsa.gov/">nhtsa.gov</a> right now:</p>

<blockquote><p>WASHINGTON, D.C. – The <strong>National Highway Traffic Safety Administration</strong> (NHTSA) today announced that it is opening a formal investigation of the Toyota Prius Hybrid model year 2010 to look into allegations of momentary loss of braking capability while traveling over an uneven road surface, pothole or bump.</p>

<p>The Office of Defects Investigation has received 124 reports from consumers, including four reports alleging that crashes occurred. Investigators have spoken with consumers and conducted pre-investigatory field work.</p>

<p><strong>“Safety is our top priority,”</strong> said Secretary Ray LaHood. “That is why in recent weeks NHTSA has also issued a consumer advisory on the recall of several models of Toyota vehicles and the Pontiac Vibe involving pedal entrapment and sticky accelerator pedals. We will continue to monitor these issues closely.”</p></blockquote>

<p>To be fair, Ray LaHood is the secretary of the Department of Transportation, of which the NHTSA is only a part.  Maybe he was speaking on behalf of the entire Department of Transportation, in which case he was just <a href="http://twitter.com/steveroy/status/8400831040">repeating a meaningless platitude</a>.  But that's hard to see from the press release.</p>]]></content:encoded>
			<wfw:commentRss>http://www.squarefree.com/2010/02/06/safety/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Downloadable debug builds</title>
		<link>http://www.squarefree.com/2010/01/14/downloadable-debug-builds/</link>
		<comments>http://www.squarefree.com/2010/01/14/downloadable-debug-builds/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 01:53:50 +0000</pubDate>
		<dc:creator>Jesse Ruderman</dc:creator>
				<category><![CDATA[Mozilla]]></category>

		<guid isPermaLink="false">http://www.squarefree.com/?p=554</guid>
		<description><![CDATA[Testers can now download debug builds of Firefox rather than going trough the complicated process of building Firefox themselves.

Debug builds have extra code called assertions to inform us when assumptions or surrounding code are incorrect.  For example, assertions can reliably tell us when third-party code makes common threading mistakes, even though the crashes from [...]]]></description>
			<content:encoded><![CDATA[<p>Testers can now <a href="https://ftp.mozilla.org/pub/mozilla.org/firefox/tinderbox-builds/">download debug builds of Firefox</a> rather than going trough the complicated process of <a href="https://developer.mozilla.org/en/Build_Documentation">building Firefox</a> themselves.</p>

<p>Debug builds have extra code called <a href="http://en.wikipedia.org/wiki/Assertion_%28computing%29">assertions</a> to inform us when assumptions or surrounding code are incorrect.  For example, assertions can reliably tell us when third-party code makes common <a href="http://en.wikipedia.org/wiki/Thread_%28computer_science%29">threading</a> mistakes, even though the <em>crashes</em> from those mistakes appear random.  I find about a third of my bugs by noticing assertion failures, and it usually isn't the assertion that's incorrect.</p>

<p>In several bug reports from users who were hitting frequent crashes at random, I suggested that the users <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=517223#c8">compile</a> <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=518505#c4">their</a> <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=507948#c24">own</a> debug builds, hoping that assertion failure messages would lead us to the cause of the crash.  Few of the users succeeded, since the compilation tools and instructions were written with programmers in mind.  Now that pre-made debug builds are available, we may be able to make more progress on these kinds of crash bug reports.</p>

<p>Big thanks to the release engineering team for making these builds available!</p>]]></content:encoded>
			<wfw:commentRss>http://www.squarefree.com/2010/01/14/downloadable-debug-builds/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Shorter URLs for bugzilla.mozilla.org</title>
		<link>http://www.squarefree.com/2010/01/14/shorter-urls-for-bugzilla-mozilla-org/</link>
		<comments>http://www.squarefree.com/2010/01/14/shorter-urls-for-bugzilla-mozilla-org/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 01:10:26 +0000</pubDate>
		<dc:creator>Jesse Ruderman</dc:creator>
				<category><![CDATA[Bug tracking]]></category>
		<category><![CDATA[Mozilla]]></category>

		<guid isPermaLink="false">http://www.squarefree.com/?p=551</guid>
		<description><![CDATA[Reed Loden set up bugzil.la as a redirect for Bugzilla bugs and searches. Examples:


http://bugzil.la/95849
http://bugzil.la/468562#c12
http://bugzil.la/firebug+crash
http://bugzil.la/ALL+flag:in-litmus?

]]></description>
			<content:encoded><![CDATA[<p>Reed Loden set up <strong>bugzil.la</strong> as a redirect for Bugzilla bugs and <a href="http://www.squarefree.com/bugzilla/quicksearch-help.html">searches</a>. Examples:</p>

<ul>
<li><a href="http://bugzil.la/95849">http://bugzil.la/95849</a></li>
<li><a href="http://bugzil.la/468562#c12">http://bugzil.la/468562#c12</a></li>
<li><a href="http://bugzil.la/firebug+crash">http://bugzil.la/firebug+crash</a></li>
<li><a href="http://bugzil.la/ALL+flag:in-litmus?">http://bugzil.la/ALL+flag:in-litmus?</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.squarefree.com/2010/01/14/shorter-urls-for-bugzilla-mozilla-org/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Fun with DOMMouseScroll</title>
		<link>http://www.squarefree.com/2009/11/06/fun-with-dommousescrol/</link>
		<comments>http://www.squarefree.com/2009/11/06/fun-with-dommousescrol/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 05:52:36 +0000</pubDate>
		<dc:creator>Jesse Ruderman</dc:creator>
				<category><![CDATA[Mozilla]]></category>

		<guid isPermaLink="false">http://www.squarefree.com/?p=548</guid>
		<description><![CDATA[I put together a demo of incrementing numbers in URLs by scrolling.

Hopefully it's not considered a bug that I can use rangeOffset for a text node "inside" a textbox ;)  Trying to access rangeParent throws a security exception.

This could be used by an extension like URL Flipper as a shortcut for changing specific numbers [...]]]></description>
			<content:encoded><![CDATA[<p>I put together a <a href="http://www.squarefree.com/dommousescroll-increment.html">demo of incrementing numbers in URLs by scrolling</a>.</p>

<p>Hopefully it's not considered a bug that I can use rangeOffset for a text node "inside" a textbox ;)  Trying to access rangeParent throws a security exception.</p>

<p>This could be used by an extension like <a href="https://addons.mozilla.org/en-US/firefox/addon/3572">URL Flipper</a> as a shortcut for changing specific numbers in URLs.</p>]]></content:encoded>
			<wfw:commentRss>http://www.squarefree.com/2009/11/06/fun-with-dommousescrol/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Replacing my weekly review</title>
		<link>http://www.squarefree.com/2009/11/02/replacing-my-weekly-review/</link>
		<comments>http://www.squarefree.com/2009/11/02/replacing-my-weekly-review/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 03:09:14 +0000</pubDate>
		<dc:creator>Jesse Ruderman</dc:creator>
				<category><![CDATA[GTD]]></category>
		<category><![CDATA[Mozilla]]></category>

		<guid isPermaLink="false">http://www.squarefree.com/?p=546</guid>
		<description><![CDATA[Getting Things Done recommends spending an hour or two on a "weekly review" every Friday afternoon.  This worked for me at first, but after a month, I found myself procrastinating more often than actually doing a weekly review.  Ironically, another concept from the same book helped me understand some of the reasons.

A major [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.amazon.com/Getting-Things-Done-Stress-Free-Productivity/dp/0142000280">Getting Things Done</a> recommends spending an hour or two on a "weekly review" every Friday afternoon.  This worked for me at first, but after a month, I found myself procrastinating more often than actually doing a weekly review.  Ironically, another concept from the same book helped me understand some of the reasons.</p>

<p>A major problem with my <a href="http://www.squarefree.com/gtd-2009-04-16/weekly-review-checklist.txt">old weekly review checklist</a> was that it included things I had to do in different contexts.  For example, I can only check snail mail at home, but I can only check voice mail when I'm <em>not</em> at home.  Worse, performing a weekly review seemed to require concentrating on one thing for an hour, and I'd rather spend that concentration on programming.</p>

<p>I decided to split my weekly review into a <a href="http://www.squarefree.com/gtd-2009-11-02/weekly.html">list of weekly sanity reminders</a>, with each reminder on appropriate day of the week.  I chose Monday for reviewing actions assigned to specific contexts, since the contexts "office" and "business-hours" usually become available on Monday.  But I review coding projects later in the week, when distractions have died down.</p>

<p>For many of the smaller parts of my old weekly review, such as making sure my iPhone's voicemail list is empty, I chose a day of the week on which a mid-day meeting <a href="http://www.paulgraham.com/makersschedule.html">breaks up my day</a>.</p>

<p>Splitting my weekly review into multiple <a href="http://culturedcode.com/things/">scheduled items</a> allowed me to put some reminders on the days when they do the most good, and others on the days when distractions do the least harm.</p>

<p>Like the author of GTD, I found that doing each of these things once a week helps me focus on the right projects and avoid some forms of procrastination.  They just don't all need to be done on the same day.</p>]]></content:encoded>
			<wfw:commentRss>http://www.squarefree.com/2009/11/02/replacing-my-weekly-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Subscribing to a file in hg</title>
		<link>http://www.squarefree.com/2009/10/16/subscribing-to-a-file-in-hg/</link>
		<comments>http://www.squarefree.com/2009/10/16/subscribing-to-a-file-in-hg/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 20:42:54 +0000</pubDate>
		<dc:creator>Jesse Ruderman</dc:creator>
				<category><![CDATA[Mozilla]]></category>

		<guid isPermaLink="false">http://www.squarefree.com/?p=535</guid>
		<description><![CDATA[Yesterday, I subscribed to the hg feed for reftest.js in Google Reader.  Today, Google Reader informed me of a change Mats made.  It works!]]></description>
			<content:encoded><![CDATA[<p>Yesterday, I subscribed to the <a href="http://hg.mozilla.org/mozilla-central/atom-log/default/layout/tools/reftest/reftest.js">hg feed for reftest.js</a> in <a href="http://www.google.com/reader">Google Reader</a>.  Today, Google Reader informed me of <a href="http://hg.mozilla.org/mozilla-central/rev/9603902c1e8f4687037292e1f5f421c4944342c4">a change Mats made</a>.  It works!</p>]]></content:encoded>
			<wfw:commentRss>http://www.squarefree.com/2009/10/16/subscribing-to-a-file-in-hg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
