<?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>Nat Friedman</title>
	<atom:link href="http://nat.org/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://nat.org/blog</link>
	<description></description>
	<lastBuildDate>Wed, 07 Jul 2010 19:12:55 +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>safari.nat.org</title>
		<link>http://nat.org/blog/2010/07/safari-nat-org/</link>
		<comments>http://nat.org/blog/2010/07/safari-nat-org/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 19:12:55 +0000</pubDate>
		<dc:creator>Nat Friedman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nat.org/blog/?p=1603</guid>
		<description><![CDATA[I&#8217;ve started a travel blog on tumblr, where I&#8217;ll post pictures and other little snippets from the next 6-12 months of backpacking around the world. You can find it at safari.nat.org.
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve started a travel blog on tumblr, where I&#8217;ll post pictures and other little snippets from the next 6-12 months of backpacking around the world. You can find it at <a href="http://safari.nat.org">safari.nat.org</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://nat.org/blog/2010/07/safari-nat-org/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A full Gutmann</title>
		<link>http://nat.org/blog/2010/06/a-full-gutmann/</link>
		<comments>http://nat.org/blog/2010/06/a-full-gutmann/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 01:39:35 +0000</pubDate>
		<dc:creator>Nat Friedman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nat.org/blog/?p=1592</guid>
		<description><![CDATA[After a short delay for knee surgery, our move-out date in Munich is now less than a week away.
Since we&#8217;re planning to spend the next ~year traveling, this week I&#8217;m continuing to divest myself of things that won&#8217;t fit in a 55 liter backpack.
And that includes more than 20 hard drives I&#8217;ve used over the [...]]]></description>
			<content:encoded><![CDATA[<p>After a short delay for knee surgery, our move-out date in Munich is now less than a week away.</p>
<p>Since we&#8217;re planning to spend the next ~year traveling, this week I&#8217;m <a href="http://nat.org/blog/2009/05/murder-your-darlings/">continuing to divest myself of things</a> that won&#8217;t fit in a 55 liter backpack.</p>
<p>And that includes more than 20 hard drives I&#8217;ve used over the years: laptop, desktop, usb. With great effort, I&#8217;ve consolidated all their data onto one disk, which will be spending the next year somewhere safe and sound (it&#8217;s backed up, of course).</p>
<p>But what to do with all the drives? Well, some would say &#8211; smash them with a hammer and be done with them. But it would be nice if someone could make use of all these platters, would it not?  So I&#8217;m in the process of securely deleting them all so that I can give them away.</p>
<p>Unfortunately, securely deleting 20 drives is no easy matter. It&#8217;s not secure to just repartition and reformat &#8211; the data is still there, and may include passwords or facebook cookies or other things that could be used against me and my friends.</p>
<p>But, ah, you say, I&#8217;ll just zero out the drive, with a command like <tt>dd if=/dev/zero of=/dev/sdc bs=100M count=5000</tt>.</p>
<p>This, sadly, is quite slow, especially given that I&#8217;m erasing most of these drives with a USB/SATA adapter.</p>
<p>To make matters worse, writing zeroes is not good enough, <a href="http://www.cs.auckland.ac.nz/~pgut001/pubs/secure_del.html#Epilogue">according to a famous 1996 paper by Peter Gutmann</a>. He wrote:</p>
<blockquote><p>The problem lies in the fact that when data is written to the medium, the write head sets the polarity of most, but not all, of the magnetic domains. This is partially due to the inability of the writing device to write in exactly the same location each time, and partially due to the variations in media sensitivity and field strength over time and among devices.</p>
<p>In conventional terms, when a one is written to disk the media records a one, and when a zero is written the media records a zero. However the actual effect is closer to obtaining a 0.95 when a zero is overwritten with a one, and a 1.05 when a one is overwritten with a one. Normal disk circuitry is set up so that both these values are read as ones, but using specialised circuitry it is possible to work out what previous &#8220;layers&#8221; contained.</p></blockquote>
<p>So even after you&#8217;ve zero&#8217;d a drive, or even written random data to it, the old, overwritten value can be obtained through various techniques including magnetic force microscopy and scanning probe microscopy.</p>
<p>Gutmann developed a <a href="http://en.wikipedia.org/wiki/Gutmann_method">35-pass erasure algorithm</a>, known as the Gutmann method, to thwart these techniques and eradicate every trace of the old data from a drive.</p>
<p>And there&#8217;s even a handy Linux command, <a href="http://www.google.com/codesearch/p?hl=en#94zv5plnxyQ/coreutils-5.1.3/src/shred.c&amp;q=shred.c&amp;sa=N&amp;cd=1&amp;ct=rc">shred</a>, which implements the Gutmann algorithm and can be run against a file or a device node directly.</p>
<p>Now, Gutmann&#8217;s paper and the 35-pass erasure method are often cited, but are also at this point quite old. Hard drives have changed a lot since 1996. They&#8217;re much denser, of course. And the method by which they encode data on the disk has changed as well (PRML/EPRML vs MFM).</p>
<p>Plus the interesting data is now drowning in a sea of uninteresting data. My password database is a few lonely kilobytes amid gigabytes of binaries and libraries and web caches and so on. And, as several people pointed out to me just after I wrote this, <a href="http://www.springerlink.com/content/408263ql11460147/">recent research seems to indicate that on modern drives, one pass is enough</a>.</p>
<p>So it&#8217;s overkill to pull a &#8220;full Gutmann&#8221; on these drives before donating them to the local orphanage. And I don&#8217;t have the time for that anyway.</p>
<p>But nevertheless, I&#8217;d feel better doing at least one pass, right? Unfortunately /dev/urandom is pretty slow for this &#8211; far slower than /dev/zero or shred, which are already un-fast. And when you&#8217;re erasing 20 drives over USB and trying to stay ahead of the moving truck, speed matters.</p>
<p>Well, it turns out that the ATA command set has included a built-in &#8220;secure erase&#8221; command (ATA-SE) since 2001. This command performs the entire erasure <em>on the drive itself</em>. Since the computer doesn&#8217;t have to shuffle bits over the (in my case) USB bus to the disk, it&#8217;s quite a lot faster (though still by no means fast &#8211; I&#8217;m currently waiting 97 minutes for a 250GB USB drive to secure-erase). Also, it erases blocks that the hard disk had marked as &#8220;bad blocks&#8221; &#8211; so those aren&#8217;t recoverable either.</p>
<p>Check out these <a href="https://ata.wiki.kernel.org/index.php/ATA_Secure_Erase">instructions for using the secure erase command from Linux with hdparm</a>.</p>
<p>But unfortunately there is a sad ending to this story. The ATA spec also includes a command called &#8220;freeze lock.&#8221; This command tells the drive to disable the secure-erase command. And most BIOSes issue the command to all connected ATA drives on boot.</p>
<p>I think my friend <a href="http://off.net/diary/">Phil</a> summed this up pretty well:</p>
<blockquote>
<pre>phik: that's the kind of thing that makes you feel really professionally rewarded
phik: you tirelessly fight your boss to work on something, make a prototype
phik: push it through some god-awful standards body
phik: get everyone to adopt it
phik: and the bios vendors block it</pre>
</blockquote>
<p>(Luckily, on my thinkpad, ATA-SE is still an option. And it works on about half these USB drives. Hooray!)</p>
]]></content:encoded>
			<wfw:commentRss>http://nat.org/blog/2010/06/a-full-gutmann/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>SSN</title>
		<link>http://nat.org/blog/2010/06/ssn/</link>
		<comments>http://nat.org/blog/2010/06/ssn/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 23:57:35 +0000</pubDate>
		<dc:creator>Nat Friedman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nat.org/blog/2010/06/ssn/</guid>
		<description><![CDATA[I just googled my social security number.
Just to, you know, make sure.
No results.
Phew.
]]></description>
			<content:encoded><![CDATA[<p>I just googled my social security number.</p>
<p>Just to, you know, make sure.</p>
<p>No results.</p>
<p>Phew.</p>
]]></content:encoded>
			<wfw:commentRss>http://nat.org/blog/2010/06/ssn/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Zoo</title>
		<link>http://nat.org/blog/2010/05/zoo/</link>
		<comments>http://nat.org/blog/2010/05/zoo/#comments</comments>
		<pubDate>Fri, 28 May 2010 21:21:45 +0000</pubDate>
		<dc:creator>Nat Friedman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nat.org/blog/?p=1587</guid>
		<description><![CDATA[My sister is in town with her 17-month-old daughter, and today we went to the Munich zoo.
It&#8217;s a great zoo, but it&#8217;s still a zoo. The apes live indoors in a big room the size of a gymnasium. They&#8217;re locked in there for the amusement of the throngs of children who smack their palms on [...]]]></description>
			<content:encoded><![CDATA[<p>My sister is in town with her 17-month-old daughter, and today we went to the Munich zoo.</p>
<p>It&#8217;s a great zoo, but it&#8217;s still a zoo. The apes live indoors in a big room the size of a gymnasium. They&#8217;re locked in there for the amusement of the throngs of children who smack their palms on the inch-thick glass and squeal. And I&#8217;m not an expert on apes, but they don&#8217;t look psyched about it.</p>
<p>And so I was thinking: now that we have cheap HD video and the internet, we don&#8217;t need to do this anymore. Let&#8217;s just close all the zoos and use the money to establish a fabulous online library of animal videos, and massive wildlife preserves that you can visit on foot or via jeep safari. In the process, we&#8217;ll free up acres of prime urban real estate that can be sold as parkland and residential neighborhoods.</p>
<p>Ok, visiting youtube isn&#8217;t the same as going to the zoo, but we&#8217;ve moved our freaks from the fairground to the internet, so the idea is not without precedent.</p>
<p>As a vegetarian, I&#8217;m used to being in the minority on this kind of thing, but I thought I&#8217;d put it out there anyway.</p>
]]></content:encoded>
			<wfw:commentRss>http://nat.org/blog/2010/05/zoo/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
		<item>
		<title>Ten Travel Tips</title>
		<link>http://nat.org/blog/2010/04/ten-travel-tips/</link>
		<comments>http://nat.org/blog/2010/04/ten-travel-tips/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 00:24:03 +0000</pubDate>
		<dc:creator>Nat Friedman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nat.org/blog/?p=1577</guid>
		<description><![CDATA[I was recently in a thread about &#8220;travel hacks&#8221; (on quora). People seemed to like my tips, so here they are, for general consumption:

For packing the trick is BIT: buy it there. Pack the minimum you think you&#8217;ll need and if you forget something, buy it there. Often I don&#8217;t end up buying anything, but [...]]]></description>
			<content:encoded><![CDATA[<p>I was recently in a thread about &#8220;travel hacks&#8221; (on <a href="http://quora.com/">quora</a>). People seemed to like my tips, so here they are, for general consumption:</p>
<ol>
<li>For packing the trick is BIT: buy it there. Pack the minimum you think you&#8217;ll need and if you forget something, buy it there. Often I don&#8217;t end up buying anything, but making this a part of my trip planning helps me relax and pack light.</li>
<li>Passport, wallet, housekey, phone &amp; charger. That&#8217;s my checklist when I leave the house on the way to a flight. Anything else is a non vital item I figure I can take care of when I get there. You could buy a new phone charger there but this is such an oft-forgotten item that you want it on your checklist lest you find yourself drowning in $30 wall warts. If you take heart medication you might want to add that to your checklist.</li>
<li>They&#8217;re popular among frequent flyers, but I avoid the Bose noise-canceling headphones because they&#8217;re too big (and the travel case makes them even bigger). You can get a pair of in-ear noise-isolating headphones that are just as good, half the price, and 1/50th the volume (that&#8217;s volume in cm**3, not db). Slip them in your pocket and travel light. I use a pair from Shure and they&#8217;re fine.</li>
<li>Luggage with a lifetime guarantee is worth the slight premium in price. Briggs and Riley make a very sturdy bag that&#8217;s strong enough you can sit on it during a long pre-boarding wait, and with zippers that rarely break. And when they do &#8211; in 5 or 10 years &#8211; replacement is free.</li>
<li>If you&#8217;re tall or otherwise picky about airplane seats, use <a href="http://seatguru.com/" target="_blank">seatguru.com</a> to understand the seat layout of your flight. Seatguru will warn you about equipment boxes under the seat in front of you, cold seats, or seats with a lot of bathroom traffic.</li>
<li>From my wife, I learned to *always* ask for a better price or a free upgrade on hotel checkin. We stayed 10 nights in a $2400/night hotel room with an in-room infinity-edged swimming pool at Jade Mountain in St. Lucia (it&#8217;s amazing, check the website) for less than $300 a night because the lady who checked us in shrugged and said &#8220;sure&#8221; when we asked for a free upgrade. If they say no, no harm done. And you&#8217;ll be surprised how often things are negotiable (I was).</li>
<li>For overnight flights, don&#8217;t take the sleeping pill until the airplane is actually off the ground. I once had an 11pm redeye with a post-boarding, pre-takeoff equipment problem that was announced moments after I swallowed a pill.  Deboard, wait 3 hours, and finally reboard while fighting off the somnolence. Obviously doesn&#8217;t apply if you don&#8217;t take sleeping pills to fly (good for you).</li>
<li>Never drink on a redeye; you&#8217;ll be dessicated enough when you land without any help from alcohol or any other diuretic. I avoid caffeine for the same reason.</li>
<li>If you travel a lot internationally, it might be worth it to pay the $65/month for AT&amp;T&#8217;s international unlimited data plan. It really is unlimited, and as far as I know it&#8217;s unique in the world. People from other countries are incredibly jealous that this plan is available to Americans (or people with a US credit history and address).</li>
<li>Hotels make bank on the extras: room service, internet, parking, minibar, laundry. Make every effort to avoid these. If you&#8217;re traveling light and need laundry done, find a wash-dry-fold nearby; you can often pay them a rush fee for next-day service (sometimes it&#8217;s not advertised) and save a bundle. Take an airport express to share the internet cost with your spouse (or tether through your phone with unlimited international data). Grab a few snacks at a grocery store on the way from the airport to eliminate the risk of sating late-night hunger with $12 cashews.</li>
</ol>
<p>And here&#8217;s a selection of tips from others in the same thread:</p>
<ul>
<li>Firebug can make that C20 boarding pass be an A1 boarding pass. They&#8217;ll never know. (From <a href="http://bmaurer.blogspot.com/">Ben Maurer</a>) (Nota Bene: not TSA approved)</li>
<li>If you&#8217;re traveling with someone, and you&#8217;re on a flight with 3 seats across, book the aisle and window, leaving the middle seat empty.  That seat is much more likely to remain empty than if you leave the aisle or window empty, and if someone does happen to get placed there, chances are they&#8217;ll be ecstatic to switch seats with one of you. (from Stefanie Wauk)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://nat.org/blog/2010/04/ten-travel-tips/feed/</wfw:commentRss>
		<slash:comments>32</slash:comments>
		</item>
		<item>
		<title>Everyone dials in</title>
		<link>http://nat.org/blog/2010/04/everyone-dials-in/</link>
		<comments>http://nat.org/blog/2010/04/everyone-dials-in/#comments</comments>
		<pubDate>Sat, 24 Apr 2010 19:21:22 +0000</pubDate>
		<dc:creator>Nat Friedman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nat.org/blog/?p=867</guid>
		<description><![CDATA[I have a lot of experience running software team meetings with a lot of remote participants dialing in to a conference line.  When a big chunk of your team is distributed, it&#8217;s important to get on the phone sometimes and hear each other&#8217;s voices.  But these calls can be really hard to manage.
There&#8217;s nothing worse [...]]]></description>
			<content:encoded><![CDATA[<p>I have a lot of experience running software team meetings with a lot of remote participants dialing in to a conference line.  When a big chunk of your team is distributed, it&#8217;s important to get on the phone sometimes and hear each other&#8217;s voices.  But these calls can be really hard to manage.</p>
<p>There&#8217;s nothing worse than being the remote participant on a conference call and struggling to make out the murmured conversations taking place in the conference room thousands of miles away &#8212; where the &#8220;main&#8221; participants are all sitting together, suddenly laughing about something you didn&#8217;t hear or understand.  How is this a good use of your time?  You had to get up early for this because you&#8217;re in the &#8220;wrong&#8221; time zone, and now you&#8217;re listening to the teacher in Charlie Brown.</p>
<p>On the SUSE Studio team, we had a &#8220;level playing field&#8221; rule for our weekly meetings.  Even though a lot of us were clustered in Nürnberg, Germany, <strong>everyone dialed in</strong> to the meeting, putting every single person on an even footing.  There&#8217;s no &#8220;local&#8221; and &#8220;remote.&#8221;  Everyone has to speak clearly into the telephone.</p>
<p>When we instituted this rule, we noticed the &#8220;remote&#8221; participants joining in the conversation a lot more often, and the calls went a lot smoother.</p>
<p>This worked well for us. It might help you too. Let me know how it goes.</p>
]]></content:encoded>
			<wfw:commentRss>http://nat.org/blog/2010/04/everyone-dials-in/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Future Past</title>
		<link>http://nat.org/blog/2010/04/future-past/</link>
		<comments>http://nat.org/blog/2010/04/future-past/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 18:49:59 +0000</pubDate>
		<dc:creator>Nat Friedman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nat.org/blog/?p=1500</guid>
		<description><![CDATA[
Pictures of ordinary street life from long ago are fascinating. Look at this picture. It&#8217;s New York in the 1880s. Everyone is wearing hats. It probably smells god-awful. And part of you wants to enter that picture and walk the streets for a few hours. Not long enough to contract typhoid, but just for a [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter" title="New York in the 1880s" src="http://nat.org/images/ny1880s.jpg" alt="" width="560" height="421" /></p>
<p>Pictures of ordinary street life from long ago are fascinating. Look at this picture. It&#8217;s New York in the 1880s. Everyone is wearing hats. It probably smells god-awful. And part of you wants to enter that picture and walk the streets for a few hours. Not long enough to contract typhoid, but just for a little while, to see how people walk and talk and what they wear. Right?</p>
<p>This is the same impulse that creates period films and practices creative anachronism. I loved the Sherlock Holmes stories and read all 4 novels and 56 short stories. Same thing.</p>
<p>So sometimes when I&#8217;m walking down the street in 2010, I like to remember that I&#8217;m walking through a future past. My great grandson (not yet born) would love to switch places with me for a few hours and see what life was like back in 2010.</p>
<p>His interest is attenuated by the huge number of archived youtube videos from this period, but today&#8217;s video capture technology will look pathetic compared to what they&#8217;re recording in 100 years, and certainly won&#8217;t compare to being there. He&#8217;ll feel like he&#8217;s missing the full picture.</p>
<p>Sometimes it feels like we&#8217;re living in the future, so it&#8217;s nice to remember that we&#8217;re also walking through the past.</p>
]]></content:encoded>
			<wfw:commentRss>http://nat.org/blog/2010/04/future-past/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Idea: Comics for Congress</title>
		<link>http://nat.org/blog/2010/04/idea-comics-for-congress/</link>
		<comments>http://nat.org/blog/2010/04/idea-comics-for-congress/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 21:11:08 +0000</pubDate>
		<dc:creator>Nat Friedman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nat.org/blog/?p=1570</guid>
		<description><![CDATA[The idea is a weekly webcomic that explains some element of a bill that&#8217;s currently passing through congress.
Comics are a low-friction way to learn about stuff with which you are totally unfamiliar. A one-page weekly webcomic that teaches you something and is funny is the kind of thing I would subscribe to.
It could be done [...]]]></description>
			<content:encoded><![CDATA[<p>The idea is a weekly webcomic that explains some element of a bill that&#8217;s currently passing through congress.</p>
<p>Comics are a low-friction way to learn about stuff with which you are totally unfamiliar. A one-page weekly webcomic that teaches you something and is funny is the kind of thing I would subscribe to.</p>
<p>It could be done in the style of  <a href="http://www.amazon.com/Cartoon-Guide-Statistics-Larry-Gonick/dp/0062731025">The Cartoon Guide to Statistics</a> and similar books. And it would cover current events in a way that also teaches you about a general principle. For example, you could explain a rifle-shot provision in one particular bill, and readers would learn what rifle-shot provisions are in general.</p>
<p>(Rifle-shot provisions are clauses designed to apply to a single individual/organization without naming names. So they say, for example, this law applies to all hospitals incorporated on February 3rd, 1983.)</p>
<p>Any interested cartoonists want to open a <a href="http://kickstarter.com">kickstarter</a> project?</p>
]]></content:encoded>
			<wfw:commentRss>http://nat.org/blog/2010/04/idea-comics-for-congress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>We have an API</title>
		<link>http://nat.org/blog/2010/03/we-have-an-api/</link>
		<comments>http://nat.org/blog/2010/03/we-have-an-api/#comments</comments>
		<pubDate>Sun, 28 Mar 2010 18:33:44 +0000</pubDate>
		<dc:creator>Nat Friedman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nat.org/blog/?p=1565</guid>
		<description><![CDATA[It&#8217;s always nice when you find some valuable database is available online via an API.
An API means you don&#8217;t have to write grubby code to screen-scrape their web site, and you can get all the data you need.
For example, recently I was messing around with book information and found that the New York Times has [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s always nice when you find some valuable database is available online via an API.</p>
<p>An API means you don&#8217;t have to write grubby code to screen-scrape their web site, and you can get all the data you need.</p>
<p>For example, recently I was messing around with book information and found that the <a href="http://developer.nytimes.com/docs/best_sellers_api">New York Times has a best sellers API</a> you can use to access their bestseller lists going back several years. Cool, right?</p>
<p>Of course like many online APIs they rate-limit you to 5,000 queries per day. So if you want, say, all the bestseller data from the last ten years, you&#8217;d need about two days to grab all of that (assuming there are ~4 updates to the list per month, and you want to grab all 15 of their bestseller lists).</p>
<p>So here&#8217;s my proposal. Instead of making us run slow crawlers on your APIs to access historical data, just provide a <a href="http://www.sqlite.org/">sqlite</a> database we can download.  It&#8217;s easier for everyone.</p>
<p>The API is still useful, of course, for up-to-the-moment data.</p>
<p>Now, commercial websites like the New York Times might want to use the inconvenience of an online API as a way to limit access to their data or to enforce some terms and conditions. But I think in practice it just means that people have to run their crawlers a little longer. And maybe they implemented an API because they thought it&#8217;s what people wanted.</p>
<p>In the case of government APIs, this is especially important. All government &#8220;open data&#8221; web sites should be providing downloadable data sets. If they&#8217;re too big, chunk them.</p>
<p>So, keep calling for online APIs. But ask for downloadable datasets too.</p>
]]></content:encoded>
			<wfw:commentRss>http://nat.org/blog/2010/03/we-have-an-api/feed/</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
		<item>
		<title>Humans Only</title>
		<link>http://nat.org/blog/2010/03/humans-only/</link>
		<comments>http://nat.org/blog/2010/03/humans-only/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 14:10:34 +0000</pubDate>
		<dc:creator>Nat Friedman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nat.org/blog/?p=1562</guid>
		<description><![CDATA[Alex and I just released the fourth episode of Hacker Medley, called Humans Only.
It&#8217;s about CAPTCHA and it&#8217;s our first try at integrating interviews into the podcast. It&#8217;s also our first long podcast &#8211; weighing in at a hefty 50 minutes of documentary-style goodness.
Our format is inspired most heavily by shows like Planet Money and [...]]]></description>
			<content:encoded><![CDATA[<p>Alex and I just released the fourth episode of Hacker Medley, called <a href="http://hackermedley.org/humans-only">Humans Only</a>.</p>
<p>It&#8217;s about CAPTCHA and it&#8217;s our first try at integrating interviews into the podcast. It&#8217;s also our first long podcast &#8211; weighing in at a hefty 50 minutes of documentary-style goodness.</p>
<p>Our format is inspired most heavily by shows like <a href="http://npr.org/money">Planet Money</a> and <a href="http://thisamericanlife.org/">This American Life</a>. From Planet Money we took the style of weaving the interview clips into the narrative, and opening the show with a clip. From This American Life we took the musical transitions that break up the show into little set-pieces.</p>
<p>Let us know what you think!</p>
]]></content:encoded>
			<wfw:commentRss>http://nat.org/blog/2010/03/humans-only/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>The Cove</title>
		<link>http://nat.org/blog/2010/03/the-cove/</link>
		<comments>http://nat.org/blog/2010/03/the-cove/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 06:10:40 +0000</pubDate>
		<dc:creator>Nat Friedman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nat.org/blog/?p=1560</guid>
		<description><![CDATA[We just got back to San Francisco. We rented an apartment for a month, and I&#8217;m stealing wireless from a neighbor. And I just ordered Mexican food.
On the flight here I watched The Cove. This is a really well-made documentary about a town in Japan called Taiji where local fishermen secretly slaughter tens of thousands of [...]]]></description>
			<content:encoded><![CDATA[<p>We just got back to San Francisco. We rented an apartment for a month, and I&#8217;m stealing wireless from a neighbor. And I just ordered Mexican food.</p>
<p>On the flight here I watched <a href="http://www.thecovemovie.com/">The Cove</a>. This is a really well-made documentary about a town in Japan called Taiji where local fishermen secretly slaughter tens of thousands of dolphins every year.</p>
<p>The filmmakers smuggled in hidden cameras and hydrophones and managed to capture the killings on camera, despite being dogged by the local police.</p>
<p>Last summer when Stephanie and I were scuba diving in Rangiroa, a pod of wild dolphins swam into our group. They hung out with us for a couple of minutes, swimming around and under and above us in tight, playful loops. It was obvious they wanted to hang out and they came back several times during the dive. I could hear their clicking noises and knew they were imaging me with their sonar.</p>
<p>We saw a lot of life under the sea but when a wild dolphin swims up to you, you get this instant sense that you&#8217;re looking at something person-like. It&#8217;s like the feeling when someone smart and charismatic walks in the room. It&#8217;s nothing like looking at a fish.</p>
<p>So The Cove moved me. Check it out.</p>
]]></content:encoded>
			<wfw:commentRss>http://nat.org/blog/2010/03/the-cove/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Food: a reminder</title>
		<link>http://nat.org/blog/2010/03/food-a-reminder/</link>
		<comments>http://nat.org/blog/2010/03/food-a-reminder/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 18:28:04 +0000</pubDate>
		<dc:creator>Nat Friedman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nat.org/blog/?p=1543</guid>
		<description><![CDATA[There are a few new mobile apps that scan the barcodes on food products and automatically tally calories and nutrients and make pretty little graphs.

Which sounds amazing and convenient and health-conscious, until you realize that for this to be useful, you have to eat food with barcodes.
If what you&#8217;re eating has a barcode, it&#8217;s not [...]]]></description>
			<content:encoded><![CDATA[<p>There are a few new mobile apps that scan the barcodes on food products and automatically tally calories and nutrients and make pretty little graphs.<br />
<img class="aligncenter" title="Foodscanner" src="http://nat.org/x/6251a672.png " alt="" width="246" height="93" /></p>
<p>Which sounds amazing and convenient and health-conscious, until you realize that for this to be useful, you have to eat food with barcodes.</p>
<p>If what you&#8217;re eating has a barcode, it&#8217;s not food. It&#8217;s a food product.</p>
<p>So, yes, you registered for a website and installed an app on your iPhone, but you&#8217;re still eating processed crap. The only difference is, now you think it&#8217;s ok. Now you think you&#8217;ve finally started to get that whole nutrition thing under control.</p>
<p><a href="http://www.ted.com/talks/jamie_oliver.html">Jamie Oliver gave a talk at TED</a> that&#8217;s been going around recently. He showed a clip from his TV show when he brought various vegetables around an elementary school classroom, and the little kids couldn&#8217;t recognize tomatoes, potatoes, beets, etc.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="446" height="326" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="wmode" value="transparent" /><param name="bgColor" value="#ffffff" /><param name="flashvars" value="vu=http://video.ted.com/talks/dynamic/JamieOliver_2010-medium.mp4&amp;su=http://images.ted.com/images/ted/tedindex/embed-posters/JamieOliver-2010.embed_thumbnail.jpg&amp;vw=432&amp;vh=240&amp;ap=0&amp;ti=765&amp;introDuration=16500&amp;adDuration=4000&amp;postAdDuration=2000&amp;adKeys=talk=jamie_oliver;year=2010;theme=new_on_ted_com;theme=ted_prize_winners;theme=a_taste_of_ted2010;event=TED2010;&amp;preAdTag=tconf.ted/embed;tile=1;sz=512x288;" /><param name="src" value="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" /><param name="bgcolor" value="#ffffff" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="446" height="326" src="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" flashvars="vu=http://video.ted.com/talks/dynamic/JamieOliver_2010-medium.mp4&amp;su=http://images.ted.com/images/ted/tedindex/embed-posters/JamieOliver-2010.embed_thumbnail.jpg&amp;vw=432&amp;vh=240&amp;ap=0&amp;ti=765&amp;introDuration=16500&amp;adDuration=4000&amp;postAdDuration=2000&amp;adKeys=talk=jamie_oliver;year=2010;theme=new_on_ted_com;theme=ted_prize_winners;theme=a_taste_of_ted2010;event=TED2010;&amp;preAdTag=tconf.ted/embed;tile=1;sz=512x288;" bgcolor="#ffffff" wmode="transparent" allowfullscreen="true"></embed></object></p>
<p>Humans have cultivated food and changed food for thousands of years. And that&#8217;s ok. But we have to distinguish between the good food inventions and the bad ones. They&#8217;re not all good.</p>
<p>Domesticated corn: good.</p>
<p><a href="http://www.amazon.com/South-Beach-Chocolate-Replacement-1-76-Ounce/dp/B001FB5TX6/ref=acc_glance_gro_ai_-2_t_1">South Beach Living Chocolate Meal Replacement Bars</a>: not so much.</p>
<p style="text-align: center;"><a href="http://www.amazon.com/South-Beach-Chocolate-Replacement-1-76-Ounce/dp/B001FB5TX6/ref=acc_glance_gro_ai_-2_t_1"><img class="aligncenter" title="South Beach Living Chocolate Meal Replacement Bars" src="http://nat.org/x/5b1ecac6.png" alt="" width="309" height="324" /></a></p>
<p style="text-align: left;">You know what&#8217;s a nutritious way to satisfy hunger? Food!</p>
<p style="text-align: left;">As a little reminder, here is what food looks like:</p>
<p style="text-align: left;"><a href="http://www.flickr.com/photos/airforceone/2081763766/"><br />
<img class="aligncenter" title="Viktualienmarkt in Munich" src="http://farm3.static.flickr.com/2693/4090978632_218de63665.jpg" alt="" width="500" height="332" /></a></p>
<p style="text-align: left;">And for the meat eaters (not me but I don&#8217;t hold it against you):</p>
<p style="text-align: left;"><a href="http://www.flickr.com/photos/wm_archiv/3476278736/sizes/m/"><img class="aligncenter" title="Cow" src="http://farm4.static.flickr.com/3602/3476278736_b3d9647d6e.jpg" alt="" width="500" height="375" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://nat.org/blog/2010/03/food-a-reminder/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Hacker Medley #3</title>
		<link>http://nat.org/blog/2010/02/hacker-medley-3/</link>
		<comments>http://nat.org/blog/2010/02/hacker-medley-3/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 20:26:08 +0000</pubDate>
		<dc:creator>Nat Friedman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nat.org/blog/?p=1538</guid>
		<description><![CDATA[
Alex and I released the third episode of our podcast, Hacker Medley, a couple days ago. This one covers node.js, tornado and WebSockets. Check it out!
I&#8217;m really enjoying making a podcast so far. It&#8217;s nice to be at the very beginning of a totally new learning curve. Our model is Planet Money from NPR; a [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter" title="Node JS" src="http://hackermedley.org/images/nodejs.png" alt="" width="527" height="270" /></p>
<p><a href="http://beatniksoftware.com/">Alex</a> and I released the third episode of our podcast, <a href="http://beatniksoftware.com/">Hacker Medley</a>, a couple days ago. This one covers node.js, tornado and WebSockets. <a href="http://hackermedley.org/">Check it out</a>!</p>
<p>I&#8217;m really enjoying making a podcast so far. It&#8217;s nice to be at the very beginning of a totally new learning curve. Our model is <a href="http://npr.org/blogs/money">Planet Money from NPR</a>; a short, explanatory podcast that&#8217;s edifying and hopefully not too boring but also not packed with stupid in-jokes and gossip.</p>
<p>When I was a kid my dad always listened to All Things Considered in the car when he drove us to school. When I was commuting from Munich to Nuremberg every day on the train, I really started to appreciate podcasts and now I have a few favorites. I think podcasts are a commute-centered medium. Most people listen to the radio in the car, and I think with podcasts you can extend that to other forms of commuting like the subway and walking.  Those lucky people who don&#8217;t have a commute probably don&#8217;t listen to them very much.</p>
<p>Hacker Medley is just a start, and we have a lot of ways to improve, but that&#8217;s part of what makes it so much fun. There&#8217;s a great video from Ira Glass about the gap between your taste and your abilities that <a href="http://www.youtube.com/watch?v=-hidvElQ0xE">you should watch</a>.</p>
<p>We have a few cool episodes in the pipeline. We hope they&#8217;ll be worth your time. Feedback welcome!</p>
]]></content:encoded>
			<wfw:commentRss>http://nat.org/blog/2010/02/hacker-medley-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Physical Therapy</title>
		<link>http://nat.org/blog/2010/02/physical-therapy/</link>
		<comments>http://nat.org/blog/2010/02/physical-therapy/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 04:11:13 +0000</pubDate>
		<dc:creator>Nat Friedman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nat.org/blog/?p=1526</guid>
		<description><![CDATA[We&#8217;re in San Francisco for a month so that my wife Stephanie can get knee surgery from a really, really good surgeon.
Since I&#8217;m in his clinic every day, this morning I asked him to take a look at a nagging pain in my knees.
While he was examining my left knee, it made a &#8220;clunk&#8221; sound.
&#8220;Huh,&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re in San Francisco for a month so that my wife Stephanie can get knee surgery from a really, really good surgeon.</p>
<p>Since I&#8217;m in his clinic every day, this morning I asked him to take a look at a nagging pain in my knees.</p>
<p>While he was examining my left knee, it made a &#8220;clunk&#8221; sound.</p>
<p>&#8220;Huh,&#8221; he said.</p>
<p>&#8220;Yeah, it always does that,&#8221; I said, &#8220;what is that?&#8221;</p>
<p>&#8220;It&#8217;s a clunk.&#8221;</p>
<p>He then gave me a really good explanation of where the clunk comes from, which I had never understood in 20 years of clunking. (Apparently there&#8217;s a fat pad underneath the knee cap which the knee cap rolls over, and if the fat pad is too big, the knee cap makes a sound when it slips over the hump and clunks into place.)</p>
<p>And then he pulled out his medical recorder and started dictating. &#8220;Thirty-two year old male presenting with medial pain and clunk in left knee.&#8221;</p>
<p>I thought it was pretty funny, the way he kept saying &#8220;clunk,&#8221; but when I got home I googled and it turns out that <a href="http://www.google.com/search?q=%22patellar+clunk+syndrome%22">patellar clunk syndrome</a> is an actual medical term.</p>
<p>So then we go to see the physical therapist, and the surgeon tells him what&#8217;s up with my knees, and I lie on the table and wait for the therapist to get some supplies.</p>
<p>And after a few minutes he walks into the room with a plunger. Like this:</p>
<p><img class="aligncenter" title="Plunger" src="http://nat.org/images/plunger.jpg" alt="" width="280" height="280" />Which he situates over my knee so as to form a seal, and starts pumping up and down, as if to clear an American toilet (German toilets never clog. Seriously, I have never seen a plunger in a German bathroom).</p>
<p>So this whole knee-plunging frenzy, right on the heels of all that talk about clunking, was in my view pretty comical and I was enjoying it all as a piece of art well worth the physical therapy fee, as long as it didn&#8217;t do any actual damage.</p>
<p>That is, until the plunger succeeded in detaching the fat pad from underneath my patella and my knees suddenly felt better than they had felt in <em>years.</em></p>
<p>The clunk is still there, but I&#8217;m looking forward to my next therapy session with these crazy knee geniuses.</p>
<p>I took a plunger home with me, too.</p>
]]></content:encoded>
			<wfw:commentRss>http://nat.org/blog/2010/02/physical-therapy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some Recent Toys</title>
		<link>http://nat.org/blog/2010/01/toys/</link>
		<comments>http://nat.org/blog/2010/01/toys/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 00:25:37 +0000</pubDate>
		<dc:creator>Nat Friedman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nat.org/blog/?p=1515</guid>
		<description><![CDATA[A few recent toys.
Panasonic GF1. This is my new camera and it&#8217;s rekindled my love of photography. It&#8217;s small enough to fit in a jacket pocket but it takes phenomenal photos and HD video. Because it&#8217;s so portable, I carry it around almost all the time. So I&#8217;m actually using it, unlike my big SLR, [...]]]></description>
			<content:encoded><![CDATA[<p>A few recent toys.</p>
<p><a href="http://www.dpreview.com/reviews/PanasonicGF1/">Panasonic GF1</a>. This is my new camera and it&#8217;s rekindled my love of photography. It&#8217;s small enough to fit in a jacket pocket but it takes phenomenal photos and HD video. Because it&#8217;s so portable, I carry it around almost all the time. So I&#8217;m actually using it, unlike my big SLR, which sits on a shelf most of the time. And since I&#8217;m planning to spend a lot of time traveling in 2010, this is feeling like a brilliant purchase.</p>
<p><a href="http://www.flickr.com/photos/natfriedman/4234608579/sizes/m/in/set-72157623116551918/"><img class="aligncenter" title="Old Man" src="http://farm5.static.flickr.com/4001/4234608579_81d0e87897.jpg" alt="" width="500" height="375" /></a></p>
<p>Here are a <a href="http://www.flickr.com/photos/natfriedman/sets/72157623116551918/">few pictures I took with it</a>. I can&#8217;t do it justice so you should check out this <a href="http://craigmod.com/journal/gf1-fieldtest/">great review of using it in the Himalayas</a>.</p>
<p>Big thanks to <a href="http://linuxart.com">Garrett</a> for recommending this one.</p>
<p><a href="http://pinboard.in/">Pinboard</a>. This is an online bookmarking service. It has a pretty basic design but it&#8217;s easy and simple and it works. Their tagline is &#8220;antisocial bookmarking.&#8221; You can share your pinboard bookmarks with other people or you can set them private. I have my bookmarks set to private by default because my bookmark stream is a record of what I&#8217;ve been researching lately and I don&#8217;t always want to broadcast that to everyone.</p>
<p>Pinboard charges a small one-time fee to join, and I like that too. Paying for a web service that I use makes me feel like they&#8217;re not going to sell all my data to some advertising firm when they suddenly realize they don&#8217;t have a business model. And they&#8217;re not going to put ads in my face while I&#8217;m just trying to bookmark things. And I like what they do, so what&#8217;s $5, really? The price is based on the number of users they have so it&#8217;s gradually increasing. Neat huh?</p>
<p>They have an extra service where they save a snapshot of all your bookmarks (all the HTML, CSS, js, images) at the time you bookmark them so that you never have stale bookmarks. I haven&#8217;t signed up for that yet.</p>
<p><a href="http://www.lexwarelabs.com/sleepcycle/">Sleep Cycles</a>. This is an iPhone app that uses the iPhone accelerometer to track your sleep. You put it near your pillow and when you toss and turn at night it knows. You set a wake-up time and it rings an alarm to wake you up before your deadline when you&#8217;re in a period of light sleep, and will wake up more easily.</p>
<p>It also gives you a little graph in the morning, based on your movements. Here&#8217;s my graph from last night:</p>
<p><img class="aligncenter" title="Sleep Cycles Graph" src="http://nat.org/x/4eb4b92a.png" alt="" width="287" height="208" /></p>
<p>It&#8217;s a cute app and what&#8217;s funny is that it&#8217;s made me excited about going to sleep at night. Thanks to <a href="http://twitter.com/wiemann">Mat Wiemann</a> for the recommendation.</p>
<p><a href="http://rememberthemilk.com/">Remember the Milk</a>. Ok I&#8217;m late to the game on this one. RTM is the biggest todo list tool on the web. For a long time I&#8217;ve used a local text file to keep track of my TODOs. But with multiple computers and not carrying a laptop so often and wanting to be able to mark TODOs from my phone, I needed something new.</p>
<p>The great thing about using RTM has been making a completely comprehensive TODO list. Every time I think of something I should do, I put it in RTM, even if I&#8217;m not sure what the priority or deadline should be. This is really calming. On some level, I&#8217;ve already taken care of the thing, and I can relax about it.</p>
<p>I set RTM as the home page in my browser and whenever I open a new tab I see my TODO list. It&#8217;s a lot better than checking twitter all the time. I&#8217;ve already got a bunch of stuff done that was lingering for a while.</p>
]]></content:encoded>
			<wfw:commentRss>http://nat.org/blog/2010/01/toys/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Hitting the road</title>
		<link>http://nat.org/blog/2010/01/hitting-the-road/</link>
		<comments>http://nat.org/blog/2010/01/hitting-the-road/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 00:12:51 +0000</pubDate>
		<dc:creator>Nat Friedman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nat.org/blog/?p=1506</guid>
		<description><![CDATA[Today was my last day at Novell.
I joined in 2003 when Novell bought Ximian, the Linux startup I founded with my dear friend Miguel de Icaza ten years ago.
Novell gave me some incredible opportunities and the freedom to work on exciting projects, for which I am very grateful. I learned a lot, and had the chance [...]]]></description>
			<content:encoded><![CDATA[<p>Today was my last day at Novell.</p>
<p>I joined in 2003 when Novell bought Ximian, the Linux startup I founded with my dear friend <a href="http://tirania.org">Miguel de Icaza</a> ten years ago.</p>
<p>Novell gave me some incredible opportunities and the freedom to work on exciting projects, for which I am very grateful. I learned a lot, and had the chance to work with some wonderful people. It was a great ride.</p>
<p>Now, having just gotten married, and with my latest project, <a href="http://susestudio.com/">SUSE Studio</a>, out the door, it feels like a natural breaking point and time for something new.</p>
<p>So my freshly-minted wife Stephanie and I are seizing this chance to travel around the world in 2010. We don&#8217;t have a fixed itinerary or return date and we want to keep it that way as much as possible.</p>
<p>There&#8217;s a lot we want to see and we don&#8217;t know what we&#8217;ll be able to fit in. So we&#8217;re going to see where the wind takes us.</p>
<p>Along the way I hope to find some useful volunteer opportunities, and maybe hack on some just-for-fun projects on the side.</p>
<p>I&#8217;ve been working professionally with computers since I was 15 and I love being engrossed in work. But this trip can only really be described as a lifelong dream which we are incredibly grateful to have a chance to do.</p>
<p>We&#8217;ll stick around in Munich for a few months first, to deal with some administrivia, and to enjoy the mountains in the winter. After that, there&#8217;s no real plan.</p>
<p>It&#8217;s likely that when we&#8217;re done traveling my next move will be to start a company in the US. It&#8217;s hard to imagine myself doing something other than founding a startup. But you never know. I&#8217;m open to anything.</p>
<p>In the meantime, I&#8217;m looking forward to a break and to waking up tomorrow morning to a new adventure.</p>
<p>Also, I just started a podcast, <a href="http://hackermedley.org/">Hacker Medley</a>, which is pretty fun so far. Check it out <img src='http://nat.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> .</p>
]]></content:encoded>
			<wfw:commentRss>http://nat.org/blog/2010/01/hitting-the-road/feed/</wfw:commentRss>
		<slash:comments>60</slash:comments>
		</item>
		<item>
		<title>Internet Sabbath</title>
		<link>http://nat.org/blog/2009/12/internet-sabbath/</link>
		<comments>http://nat.org/blog/2009/12/internet-sabbath/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 23:54:37 +0000</pubDate>
		<dc:creator>Nat Friedman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nat.org/blog/?p=1501</guid>
		<description><![CDATA[Yesterday I decided to take 24 hours off from the Internet (and the phone).
The fact that this was a significant event that I am now blogging about pretty much says it all.
I&#8217;m an Internet addict. I check email, IRC, Twitter, Facebook and Hacker News throughout the day. A lot of my friends do too.
So yesterday [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I decided to take 24 hours off from the Internet (and the phone).</p>
<p>The fact that this was a significant event that I am now blogging about pretty much says it all.</p>
<p>I&#8217;m an Internet addict. I check email, IRC, Twitter, Facebook and Hacker News throughout the day. A lot of my friends do too.</p>
<p>So yesterday on a whim I decided to try a one-day pause and see what would happen.</p>
<p>After just a few minutes, it felt like a vacation.</p>
<p>Stephanie and I were in the Alps over Christmas, so we were, in fact, on vacation. But this was something else &#8212; being out of touch was a mental vacation. It felt exciting and remote. What a great feeling! Which I immediately felt like sharing on Twitter. Doh!</p>
<p>I have to admit that I didn&#8217;t pick a particularly difficult day to go Internet-free. We were skiing in beautiful mountains. But still, several times I had to suppress the urge to pull out my phone and see what was going on.</p>
<p>It was a little bit hard, but it was mostly great. Relieved of the moment-to-moment choice of being here or on the Internet, I never had to worry about whether I was making the right decision. When we got home, I enjoyed doing my laundry and cleaning the kitchen. What else was I going to do?</p>
<p>Aaron Swartz&#8217;s much more interesting and better-written <a href="http://www.aaronsw.com/weblog/offline2">post about taking a month offline</a> came to mind. One lovely detail I remember from that is that he spent a lot more time grooming, cleaning his nails.</p>
<p>The general idea that time offline is good for your mental health is not new or controversial. In fact, it&#8217;s amazing how uncontroversial it is, even among the <a href="http://twitter.com/timoreilly/status/7036152907">Internet elite</a>. Larry Lessig&#8217;s much-admired habit of taking a month offline every year is an extreme example, but I don&#8217;t know anyone in the software world who doesn&#8217;t admire or even envy a week or weekend spent offline. It&#8217;s universally recognized as a healthy thing to do.</p>
<p>We work so hard to build these always-on webs of interconnectivity, and then we sigh with relief when we manage to disengage from them.</p>
<p>The last time I was Internet-free for longer than 24 hours was in 2005 when I <a href="http://nat.org/blog/2006/01/the-buddha-was-a-brain-hacker/">stayed in a Buddhist monastery in California for a week</a>. That was a life-changing event for me. But not something you can do all the time.</p>
<p>Now I&#8217;m wondering about including a regular &#8220;Internet Sabbath&#8221; in my life. Maybe one day a week. Or on weekends, no Internet until evening.</p>
]]></content:encoded>
			<wfw:commentRss>http://nat.org/blog/2009/12/internet-sabbath/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Hiking</title>
		<link>http://nat.org/blog/2009/12/hiking/</link>
		<comments>http://nat.org/blog/2009/12/hiking/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 15:00:40 +0000</pubDate>
		<dc:creator>Nat Friedman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nat.org/blog/?p=1489</guid>
		<description><![CDATA[For the last couple of months I&#8217;ve had this urge to go hiking in the wilderness through the snow and I find myself reading survivalist websites and mountaineering books.
I&#8217;ve never done any hiking before and I&#8217;m not exactly sure where this is coming from.
So a few weeks ago I bought some boots and on Saturday [...]]]></description>
			<content:encoded><![CDATA[<p>For the last couple of months I&#8217;ve had this urge to go hiking in the wilderness through the snow and I find myself reading survivalist websites and mountaineering books.</p>
<p>I&#8217;ve never done any hiking before and I&#8217;m not exactly sure where this is coming from.</p>
<p>So a few weeks ago I bought some boots and on Saturday Stephanie drove me south into the <a href="http://en.wikipedia.org/wiki/Voralpen">Voralpen</a> to a mountain called the <a href="http://en.wikipedia.org/wiki/Herzogstand">Herzogstand</a> about 45 minutes south of Munich.</p>
<p>It was cold and snowy but the sky was blue and I expected to see a lot of people but for the first hour of climbing I didn&#8217;t see anyone. There were only 5 or 6 people on the whole mountain.</p>
<p style="text-align: center;"><a href="http://www.flickr.com/photos/natfriedman/4160767397/"><img class="aligncenter" title="Herzogstand" src="http://farm3.static.flickr.com/2568/4160767397_4d06d71889.jpg" alt="" width="500" height="375" /></a></p>
<p>I walked along a narrow and steep path all the way to the top, through increasing amounts of fluffy snow and incredibly beautiful landscapes. I&#8217;m skittish in the out of doors, and spent half the time worrying about mountain lions and bears, though I have no idea if they exist in the Bavarian alps.</p>
<p><a href="http://www.flickr.com/photos/natfriedman/4161525750/"><img class="aligncenter" title="steep and snowy" src="http://farm3.static.flickr.com/2564/4161525750_ac1f61cd30.jpg" alt="" width="500" height="375" /></a></p>
<p>It was much harder than I expected, which made the presence of the restaurant at the top of the mountain all the more insulting when I finally got there. At least it was closed.</p>
<p>On Sunday I was so sore I was limping a bit.</p>
<p>I spend a lot of time sitting in front of a computer, so maybe the urge to hike is some unconscious attempt to counterbalance that.</p>
<p>Saturday&#8217;s hike gave me a taste. The next step is to figure out how to sleep outside in the snow.</p>
<p>If you can suggest any good resources online or in the Munich area for the budding outdoorsman, please let me know.</p>
<p>Pictures are <a href="http://www.flickr.com/photos/natfriedman/sets/72157622943023662/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://nat.org/blog/2009/12/hiking/feed/</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
		<item>
		<title>No Waiting Room</title>
		<link>http://nat.org/blog/2009/12/no-waiting-room/</link>
		<comments>http://nat.org/blog/2009/12/no-waiting-room/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 01:24:40 +0000</pubDate>
		<dc:creator>Nat Friedman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nat.org/blog/?p=1479</guid>
		<description><![CDATA[I&#8217;m going to tell just this one story about my experience as an American expat with the health care system here in Germany.
One night a few months ago I had sharp stomach pains that got worse and worse and kept me from sleeping. This had never happened before, and it was a little scary.
At 3am, [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m going to tell just this one story about my experience as an American expat with the health care system here in Germany.</p>
<p>One night a few months ago I had sharp stomach pains that got worse and worse and kept me from sleeping. This had never happened before, and it was a little scary.</p>
<p>At 3am, after hemming and hawing, I finally gave in and took a taxi to the emergency room at one of the hospitals here in Munich.</p>
<p>At first I thought the place was closed, because there was just a receptionist on duty behind plexiglas. No one rushing around, and it was a bit dark. She was reading a novel.</p>
<p>I told her about my stomach, and she buzzed me into a room with three hospital beds and some nurses and doctors. An old woman was lying on the far bed near the window, her husband seated in the chair next to her. A nurse told me to take the bed nearest the door. The middle bed was empty. There were no other patients.</p>
<p>Two nurses hooked me up to an EKG immediately. One brought the printout to a doctor while the other took my blood. These are the admittance exams they give everyone who comes to the emergency room &#8212; it&#8217;s automatic.</p>
<p>Somewhere in the middle of this experience, I realized that I&#8217;d shown up at an emergency room in the middle of the night, and I&#8217;d been seen <em>immediately</em>.</p>
<p>I hadn&#8217;t been asked to sit in a waiting room for 8 hours like the time I had a concussion in Boston.</p>
<p>A few hours later, after my abdominal ultrasound was clear, I poked around the hallway near the main entrance just to confirm what I&#8217;d been wondering about.</p>
<p>There <em>was no waiting room.</em></p>
<p>There were a few chairs in the hallway &#8212; six or eight, all empty &#8212; but nothing like the hospital waiting rooms I knew from the US.</p>
<p>How was this possible?</p>
<p>A week later the bill for my ER visit arrived. I have no German health insurance so I pay all my health care costs out of pocket. In theory I can send these to my US insurer to get reimbursed but so far that hasn&#8217;t worked out very well.</p>
<p>I opened the envelope nervously, and there it was in black and white: 264 euros. The total cost of the best emergency room visit I&#8217;ve experienced in my life.</p>
<p>Health care in Germany is not a single-payer model. There&#8217;s a public insurance option which is more affordable for families and a private insurance option which offers better care. Some doctors only accept the private insurance because they make more money from it. Poor people get government subsidies to cover their health insurance and preventative care.</p>
<p>The result is that everyone has health coverage, and my uneducated guess is that this is why there was no waiting room at the hospital I visited. In the US the ER is a service provider of last resort for people who have no other option for routine care. And a lot of routine and preventative care is delayed until the issue becomes acute, triggering even more ER visits.</p>
<p>So another system is possible. And the people debating the health care system in the US who have never experienced another system don&#8217;t have the whole picture.</p>
<p>(By the way, the routine blood test they did during my admission picked up a previously undiagnosed Thyroid condition called Hashimoto&#8217;s Thyroiditis, which I am treating with a daily pill.)</p>
]]></content:encoded>
			<wfw:commentRss>http://nat.org/blog/2009/12/no-waiting-room/feed/</wfw:commentRss>
		<slash:comments>38</slash:comments>
		</item>
		<item>
		<title>Learn Italian in Thirty Minutes</title>
		<link>http://nat.org/blog/2009/12/learn-italian-in-thirty-minutes/</link>
		<comments>http://nat.org/blog/2009/12/learn-italian-in-thirty-minutes/#comments</comments>
		<pubDate>Sat, 05 Dec 2009 21:32:48 +0000</pubDate>
		<dc:creator>Nat Friedman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nat.org/blog/?p=1445</guid>
		<description><![CDATA[For our wedding in Florence this summer, we created an Italian language learning CD for all of our guests.

Our CD is only 30 minutes. That&#8217;s all it takes to achieve fluency, right? The CD teaches you the basics of Italian, and gives an overview of Italian coffee, culture, driving regulations, and history since 1920.
And we [...]]]></description>
			<content:encoded><![CDATA[<p>For our wedding in Florence this summer, we created an Italian language learning CD for all of our guests.</p>
<p><img class="aligncenter" title="Learn Italian" src="http://nat.org/images/learnitaliancd.png" alt="" width="500" height="248" /></p>
<p>Our CD is only 30 minutes. That&#8217;s all it takes to achieve fluency, right? The CD teaches you the basics of Italian, and gives an overview of Italian coffee, culture, driving regulations, and history since 1920.</p>
<p>And we threw in a few key phrases for attending weddings.</p>
<p>Anyway, it seemed a shame that our guests were the only ones to benefit from this highly concentrated language education resource, so you can listen to the CD here:</p>
<ol>
<li><a href="http://nat.org/learnitaliancd/01_Introduction.mp3">Introduction</a></li>
<li><a href="http://nat.org/learnitaliancd/02_Basic_Phrases.mp3">Basic Phrases</a></li>
<li><a href="http://nat.org/learnitaliancd/03_Ordering_in_a_Restaurant.mp3">Ordering in a Restaurant</a></li>
<li><a href="http://nat.org/learnitaliancd/04_Numbers.mp3">Numbers</a></li>
<li><a href="http://nat.org/learnitaliancd/05_Lightning_Round.mp3">Lightning Round</a></li>
<li><a href="http://nat.org/learnitaliancd/06_Wedding_Phrases.mp3">Wedding Phrases</a></li>
</ol>
<p>(Thanks to Flavio Castelli for his help with a few parts of the script.)</p>
]]></content:encoded>
			<wfw:commentRss>http://nat.org/blog/2009/12/learn-italian-in-thirty-minutes/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
<enclosure url="http://nat.org/learnitaliancd/01_Introduction.mp3" length="2298632" type="audio/mpeg" />
<enclosure url="http://nat.org/learnitaliancd/02_Basic_Phrases.mp3" length="6990716" type="audio/mpeg" />
<enclosure url="http://nat.org/learnitaliancd/03_Ordering_in_a_Restaurant.mp3" length="7597451" type="audio/mpeg" />
<enclosure url="http://nat.org/learnitaliancd/05_Lightning_Round.mp3" length="5144657" type="audio/mpeg" />
<enclosure url="http://nat.org/learnitaliancd/06_Wedding_Phrases.mp3" length="2867420" type="audio/mpeg" />
<enclosure url="http://nat.org/learnitaliancd/04_Numbers.mp3" length="4116335" type="audio/mpeg" />
		</item>
	</channel>
</rss>
