<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
>

<channel>
	<title>Specialization is for Insects, Seth says &#187; blog</title>
	<atom:link href="http://blogs.law.harvard.edu/seth/category/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.law.harvard.edu/seth</link>
	<description>A human being should be able to change a diaper, plan an invasion, butcher a hog, conn a ship, design a building, write a sonnet, balance accounts, build a wall, set a bone, comfort the dying, take orders, give orders, cooperate, act alone, solve equations, analyze a new problem, pitch manure, program a computer, cook a tasty meal, fight efficiently, die gallantly.</description>
	<lastBuildDate>Sun, 14 Dec 2008 21:16:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/us/</creativeCommons:license>
		<item>
		<title>Firefox 3.0 Speed Increases with explanation and documentation</title>
		<link>http://blogs.law.harvard.edu/seth/2008/07/13/firefox-30-speed-increases-with-explination-and-documentation/</link>
		<comments>http://blogs.law.harvard.edu/seth/2008/07/13/firefox-30-speed-increases-with-explination-and-documentation/#comments</comments>
		<pubDate>Sun, 13 Jul 2008 12:18:38 +0000</pubDate>
		<dc:creator>seth</dc:creator>
				<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://Specialization.IsForInsects.com/?p=46</guid>
		<description><![CDATA[I have at various times edited the about:config sections of my Mozilla Firefox.  I&#8217;ve generally done so willy-nilly and simply followed any instructions I came upon at lifehacker or elsewhere.  These days I&#8217;m much more familiar with Mozilla&#8217;s documentation on about:config entries so I will use this post to document:
1.) What entries I am changing [...]]]></description>
			<content:encoded><![CDATA[<p>I have at various times edited the about:config sections of my Mozilla Firefox.  I&#8217;ve generally done so willy-nilly and simply followed any instructions I came upon at lifehacker or elsewhere.  These days I&#8217;m much more familiar with Mozilla&#8217;s documentation on about:config entries so I will use this post to document:</p>
<p>1.) What entries I am changing in about:config</p>
<p>2.) What these changes are really doing</p>
<p><span id="more-46"></span></p>
<p>Step one: find some existing documentation on speading up FF via about:config: <a href="http://www.nirmaltv.com/2008/03/06/optimize-firefox-for-broadband/">Here&#8217;s one!</a></p>
<p>This recommends that I change the value <em>network.http.pipelining</em> .  But what does this do?  The <a href="http://kb.mozillazine.org/Network.http.pipelining">Mozilla wiki&#8217;s</a> documentation is pretty verbose on the subject:</p>
<blockquote><p>In HTTP 1.1, multiple requests can be sent before any responses are received. This is known as <a class="external text" title="http://en.wikipedia.org/wiki/HTTP_pipelining" rel="nofollow" href="http://en.wikipedia.org/wiki/HTTP_pipelining" title="http://en.wikipedia.org/wiki/HTTP_pipelining" class="external text">pipelining</a> . Pipelining reduces network load and can reduce page loading times over high-latency connections, but not all servers support it. Some servers may even behave incorrectly if they receive pipelined requests. If a proxy server is not configured, this preference controls whether to attempt to use pipelining.</p></blockquote>
<p>Excellent!  I rarely use a proxy so I am going to go ahead and change this setting to true and start using pipelining.</p>
<p>The next suggestion is to allow 15 simultaneous pipelines to a given webserver instead of the default 4.  <a href="http://kb.mozillazine.org/Network.http.pipelining.maxrequests">Networking.http.pipelining.maxrequests</a> states that this can be any number from 1 to 8 inclusive.  Glad I checked this one!  I am going to give 4 a shot and up it if nothing breaks.  Also <a href="http://kb.mozillazine.org/Network.http.pipelining.ssl">networking.http.pipelining.ssl</a> will turn on pipelining for secure websites only, which avoids some common proxy problems.</p>
<p>The <a href="http://www.blogsdna.com/372/21-aboutconfig-hackstweaks-for-firefox-3.htm">next article</a> suggests editing <a href="http://kb.mozillazine.org/Network.prefetch-next">Network.prefetch-next</a> .  This starts downloading websites before you click on them.  This gives a great speed boost to browsing, but it eats ram.  I am running on less ram than I would like, and am liberal with my tabs, so I am going to disable this setting. (wish me luck!)</p>
<p>I don&#8217;t spell very well.  So I would like my spellchecker to be enabled for single word or line forms as well as longer text boxes.  This is the layout.spellcheckDefault setting, I set it on 2 for every form.</p>
<p>This article covers several speed tweaks now:</p>
<blockquote><p><code>network.http.pipelining false to <strong>true</strong><br />
network.http.pipelining.maxrequests 30 to <strong>8</strong><br />
network.http.max-connections 30 to <strong>96</strong><br />
network.http.max-connections-per-server 15 to <strong>32</strong><br />
network.http.max-persistent-connections-per-server 6 to <strong>8</strong><br />
network.http.pipelining.ssl false to <strong>true</strong><br />
network.http.proxy.pipelining false to <strong>true</strong> </code></p></blockquote>
<p>Some of these are kind of bizarre.  The maxrequests uses the correct number (8), but thinks that it was set to 30 previously.  These instructions also set pipelining on, and then turn it on again for ssl connections, which isn&#8217;t necessary.  <a href="http://kb.mozillazine.org/Network.http.max-connections">Network.http.max-connections</a> seems to do exactly what it sounds like and enables you to have more active connections downloading at once.</p>
<p>Next on my list is <code>browser.sessionstore.max_tabs_undo.  This is the undo closed tab feature.  I've never needed to unclose more than 3 previous tabs.  I am going to set this to 5.  I hope that this will save some ram and I pray 'that god send me no need of thee'.</code></p>
<p><a href="http://kb.mozillazine.org/Inline_autocomplete">Browser.urlbar.autoFIll</a> is the next issue I want to fix.  Firefox 2.0 filled in URL&#8217;s as I type.  FF 3 doesn&#8217;t.  I&#8217;ve had two people in my office harrass me about this lack of feature in FF3.0.  Set this value to true and see the glory days of FF2.0 return!</p>
<p>Well that&#8217;s all for me tonight, I&#8217;m glad that I documented these and I hope that someone else gets some use out of them.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.law.harvard.edu/seth/2008/07/13/firefox-30-speed-increases-with-explination-and-documentation/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>MIGRAINE EATTING BRAIN!!!</title>
		<link>http://blogs.law.harvard.edu/seth/2008/06/27/migraine-eatting-brain/</link>
		<comments>http://blogs.law.harvard.edu/seth/2008/06/27/migraine-eatting-brain/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 21:55:23 +0000</pubDate>
		<dc:creator>seth</dc:creator>
				<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://Specialization.IsForInsects.com/?p=45</guid>
		<description><![CDATA[
I plan to eat my own head.  Details at 11&#8230;
]]></description>
			<content:encoded><![CDATA[<p><img style="border: 5px solid black;margin: 5px;vertical-align: middle" src="http://lies.isforinsects.com/nycphotos/dsc_6051.jpg" alt="GRAWR TANK" width="400" height="600" /></p>
<p>I plan to eat my own head.  Details at 11&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.law.harvard.edu/seth/2008/06/27/migraine-eatting-brain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>Some photos from the OLPC School-in-a-Box Jam</title>
		<link>http://blogs.law.harvard.edu/seth/2008/06/15/some-photos-from-the-olpc-school-in-a-box-jam/</link>
		<comments>http://blogs.law.harvard.edu/seth/2008/06/15/some-photos-from-the-olpc-school-in-a-box-jam/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 03:53:41 +0000</pubDate>
		<dc:creator>seth</dc:creator>
				<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://Specialization.IsForInsects.com/?p=44</guid>
		<description><![CDATA[

And many many many more photos (and videos) to come.  It was a great event and I look forward to visiting NYC again next weekend.
]]></description>
			<content:encoded><![CDATA[<p><img style="border: 5px solid black;margin: 5px;vertical-align: middle" src="http://hiptop.bedope.com/pics/12135416874B1370C-0.jpg" alt="Seth Soldering" width="640" height="480" /></p>
<p><img style="border: 5px solid black;margin: 5px;vertical-align: middle" src="http://hiptop.bedope.com/pics/12135416874B1370C-1.jpg" alt="Tinker Toy Antenna" width="640" height="480" /></p>
<p>And many many many more photos (and videos) to come.  It was a great event and I look forward to visiting NYC again next weekend.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.law.harvard.edu/seth/2008/06/15/some-photos-from-the-olpc-school-in-a-box-jam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>NYC Grassroots JAM</title>
		<link>http://blogs.law.harvard.edu/seth/2008/06/14/nyc-grassroots-jam/</link>
		<comments>http://blogs.law.harvard.edu/seth/2008/06/14/nyc-grassroots-jam/#comments</comments>
		<pubDate>Sat, 14 Jun 2008 11:59:36 +0000</pubDate>
		<dc:creator>seth</dc:creator>
				<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://Specialization.IsForInsects.com/?p=43</guid>
		<description><![CDATA[The amazing Mel Chua has wrangled together another Grassroots event .  This time I&#8217;m traveling to *her* event rather than the opposite.  I&#8217;m going to be at the Grassroots Jam working on community structures, facilitating any content volunteers and doing a little hardware hacking with the XO+Arduino .
]]></description>
			<content:encoded><![CDATA[<p>The amazing <a href="http://blog.melchua.com">Mel Chua</a> has wrangled together another <a href="http://wiki.laptop.org/go/Grassroots_Jam">Grassroots event</a> .  This time I&#8217;m traveling to *her* event rather than the opposite.  I&#8217;m going to be at the Grassroots Jam working on community structures, facilitating any content volunteers and doing a little hardware hacking with the <a href="http://dev-blog.hackzine.com/archive/2007/12/howto_run_arduino_on_the_xo_la.html">XO+Arduino</a> .</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.law.harvard.edu/seth/2008/06/14/nyc-grassroots-jam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>At 1cc, news to come</title>
		<link>http://blogs.law.harvard.edu/seth/2008/06/13/at-1cc-news-to-come/</link>
		<comments>http://blogs.law.harvard.edu/seth/2008/06/13/at-1cc-news-to-come/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 10:58:09 +0000</pubDate>
		<dc:creator>seth</dc:creator>
				<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://Specialization.IsForInsects.com/?p=40</guid>
		<description><![CDATA[I have arrived in Boston safely! I have been taking photos avidly and I&#8217;m working on processing them all and telling you all about how I&#8217;m doing :)  I having a lot of fun here!

]]></description>
			<content:encoded><![CDATA[<p>I have arrived in Boston safely! I have been taking photos avidly and I&#8217;m working on processing them all and telling you all about how I&#8217;m doing :)  I having a lot of fun here!</p>
<p><img class="alignright" style="border: 5px solid black;margin: 2px;float: right" src="http://blogs.law.harvard.edu/seth/files/2008/06/dsc_6010.jpg" alt="View from 1cc" width="300" height="200" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.law.harvard.edu/seth/2008/06/13/at-1cc-news-to-come/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>Christmas trees = Evil</title>
		<link>http://blogs.law.harvard.edu/seth/2008/06/05/christmas-trees-evil/</link>
		<comments>http://blogs.law.harvard.edu/seth/2008/06/05/christmas-trees-evil/#comments</comments>
		<pubDate>Fri, 06 Jun 2008 04:39:33 +0000</pubDate>
		<dc:creator>seth</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[christmas]]></category>
		<category><![CDATA[fail]]></category>
		<category><![CDATA[friends]]></category>
		<category><![CDATA[tree]]></category>

		<guid isPermaLink="false">http://Specialization.IsForInsects.com/?p=38</guid>
		<description><![CDATA[Does anyone remember that christmas tree that I ended up totaling my auto to avoid?  Well to all of you back seat drivers who told me I should have it the stupid tree:
&#160;http://failblog.org/2008/05/28/fail-jeep&#8230;

]]></description>
			<content:encoded><![CDATA[<p>Does anyone remember that christmas tree that I ended up totaling my auto to avoid?  Well to all of you back seat drivers who told me I should have it the stupid tree:<br />
&nbsp;<a href="http://failblog.org/2008/05/28/fail-jeep-fails-at-nature/" title="http://failblog.org/2008/05/28/fail-jeep-fails-at-nature/" target="_blank">http://failblog.org/2008/05/28/fail-jeep&#8230;</a></p>
<p><img style="border: 3px solid black;margin: 5px;vertical-align: middle" src="http://failblog.files.wordpress.com/2008/05/jeep-tree-penetration-fail.jpg?w=500&amp;h=702" alt="tree = fail" width="500" height="702" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.law.harvard.edu/seth/2008/06/05/christmas-trees-evil/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>Nightly Project: OLPC-wiki cleanup</title>
		<link>http://blogs.law.harvard.edu/seth/2008/05/28/np-olpc-wiki-cleanup/</link>
		<comments>http://blogs.law.harvard.edu/seth/2008/05/28/np-olpc-wiki-cleanup/#comments</comments>
		<pubDate>Wed, 28 May 2008 08:11:17 +0000</pubDate>
		<dc:creator>seth</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[coffee]]></category>
		<category><![CDATA[insomnia]]></category>
		<category><![CDATA[olpc]]></category>
		<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://Specialization.IsForInsects.com/?p=36</guid>
		<description><![CDATA[I&#8217;ve had a very screwed up sleeping schedule the past few nights.  And I doubt I&#8217;ll be sleeping much tonight due to coffee and (second-hand) nicotine.  So I&#8217;ve been working on my blog a little bit, making sure my avatar (and gravatar) is up to date on a few sites and thinking of a project [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had a very screwed up sleeping schedule the past few nights.  And I doubt I&#8217;ll be sleeping much tonight due to coffee and (second-hand) nicotine.  So I&#8217;ve been working on my blog a little bit, making sure my avatar (and gravatar) is up to date on a few sites and thinking of a project for the rest of the night.</p>
<p>A couple days ago I wrote a Community <a href="http://wiki.laptop.org/go/User:Sethwoodworth/MembershipDraft">Membership proposal</a> for OLPC.  This was merely a draft and I&#8217;ve gotten a few good responses from <a href="http://wiki.laptop.org/go/User:Mchua">Mel</a> and <a href="http://wiki.laptop.org/go/User:Cjl">Cjl</a> .  Tonight I am going to flesh out the proposal some more, and take their comments into account.  I will also be doing some work on <a href="http://wiki.laptop.org/go/Speex">speex-for-olpc</a> which is more complicated than it sounds.  I will make updates here and via twitter as they happen.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.law.harvard.edu/seth/2008/05/28/np-olpc-wiki-cleanup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>MU Wordpress, PHP issues</title>
		<link>http://blogs.law.harvard.edu/seth/2008/05/22/mu-wordpress-php-issues/</link>
		<comments>http://blogs.law.harvard.edu/seth/2008/05/22/mu-wordpress-php-issues/#comments</comments>
		<pubDate>Thu, 22 May 2008 13:09:15 +0000</pubDate>
		<dc:creator>seth</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[dreamhost love]]></category>
		<category><![CDATA[MUWP]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://Specialization.IsForInsects.com/?p=32</guid>
		<description><![CDATA[Multi user wordpress is an amazingly awesome and powerful package.  It lets you run a blog hosting service like&#160;wordpress.com on your own.  Pretty cool tool for a community.
I&#8217;ve run into only one error tonight when setting up MU wordpress.  When I try to login the domain tries to redirect me to &#34;cgi-system/wp-login.php&#34; when it should [...]]]></description>
			<content:encoded><![CDATA[<p>Multi user wordpress is an amazingly awesome and powerful package.  It lets you run a blog hosting service like&nbsp;<a href="http://wordpress.com" title="http://wordpress. " target="_blank">wordpress.com</a> on your own.  Pretty cool tool for a community.</p>
<p>I&#8217;ve run into only one error tonight when setting up MU wordpress.  When I try to login the domain tries to redirect me to &quot;cgi-system/wp-login.php&quot; when it should just be &quot;/wp-login.php&quot;.  Apparently this <a href="http://mu.wordpress.org/forums/topic.php?id=288">crops</a> <a href="http://mu.wordpress.org/forums/topic.php?id=7784">up</a> (at Dreamhost in all examples) when you&#8217;re running PHP4 instead of PHP5 like you should be.</p>
<p>Move over to PHP5 and you should be ok.</p>
<p>Also, I must mention again that Dreamhost is the coolest web hosting company on the planet.  It was something like 4 AM where I and they are located when I asked them for a wildcard DNS mask.  They replied and had everything setup in ~20 minutes.</p>
<p>They also have a kick-ass referall program where I could make bank if I were link you to them right now.  But I&#8217;m not.  I&#8217;m just honestly really really in love with Dreamhost.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.law.harvard.edu/seth/2008/05/22/mu-wordpress-php-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>OLPC: Three years this August</title>
		<link>http://blogs.law.harvard.edu/seth/2008/05/21/olpc-three-years-this-august/</link>
		<comments>http://blogs.law.harvard.edu/seth/2008/05/21/olpc-three-years-this-august/#comments</comments>
		<pubDate>Wed, 21 May 2008 22:53:53 +0000</pubDate>
		<dc:creator>seth</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[olpc]]></category>
		<category><![CDATA[Open Content]]></category>

		<guid isPermaLink="false">http://Specialization.IsForInsects.com/?p=31</guid>
		<description><![CDATA[I finally found an email I&#8217;ve been searching for.  This email marks my first interaction with OLPC and my first attempt to get involved with OLPC Content.

Hello,
I work with the &#60;snip&#62;; a non-profit organization that
does history presentations on the middle ages for schools, libraries
and museums in the Pacific Northwest.  We do demonstrations and
lectures on historical [...]]]></description>
			<content:encoded><![CDATA[<p>I finally found an email I&#8217;ve been searching for.  This email marks my first interaction with OLPC and my first attempt to get involved with OLPC Content.</p>
<blockquote>
<p>Hello,<br />
I work with the &lt;snip&gt;; a non-profit organization that<br />
does history presentations on the middle ages for schools, libraries<br />
and museums in the Pacific Northwest.  We do demonstrations and<br />
lectures on historical arms, armor and combat of the middle ages and<br />
renaissance (Western Martial Arts).</p>
<p>I have been hearing about the concept of a sub $200 laptop for<br />
education for quite a while (Ballmer among others) and I find if a<br />
fascinating concept.  So first of all kudos to your group at MIT.</p>
<p>I was wondering if you were planning on having any sort of educational<br />
materials already loaded on the laptops.  Our organization has in the<br />
past been asked to be part of educational materials, and we are<br />
working towards publishing classroom materials of our own in the next<br />
two years.</p>
<p>If your group were interested in a few sample history lessons as<br />
demonstrations of what your laptop could do; perhaps we could supply<br />
you with something both historical and visually interesting.</p>
<p>If you have some interest I can be contacted at &lt;snip&gt;</p></blockquote>
<p>According to the OLPC Timeline, this email dates to before the XO was announced with Nicholas Negreponte and <a href="http://en.wikipedia.org/wiki/Kofi_Annan" target="_blank">Kofi Annan</a> Unfortunately, OLPC didn&#8217;t have <a href="blogs.law.harvard.edu/sj/">Sj</a> yet, so their response was less than thrilling.</p>
<blockquote><p>Red Hat is our partner and is working on software. The participating<br />
countries will also provide their own software.</p>
<p>Best wishes,</p>
<p>&lt;snip (name removed)&gt;</p></blockquote>
<p>I could understand brushing me off at such an early phase in OLPC&#8217;s development.  But the reply was a bit silly all the same. :)</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.law.harvard.edu/seth/2008/05/21/olpc-three-years-this-august/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>the end of Rice Boy</title>
		<link>http://blogs.law.harvard.edu/seth/2008/05/21/the-end-of-rice-boy/</link>
		<comments>http://blogs.law.harvard.edu/seth/2008/05/21/the-end-of-rice-boy/#comments</comments>
		<pubDate>Wed, 21 May 2008 12:53:48 +0000</pubDate>
		<dc:creator>seth</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[webcomic]]></category>

		<guid isPermaLink="false">http://Specialization.IsForInsects.com/?p=30</guid>
		<description><![CDATA[
Rice Boy is a beautifully drawn webcomic about the adventure of it&#8217;s eponymous character, Rice-boy.  Or at least it was.  The final pages of this 411 page epic were posted last week.
Rice Boy is borderline childlike and simplistic, but it&#8217;s worthy all the same.  I will be buying the printed books when they are all [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" style="margin: 5px;float: left" src="http://riceboy.jho-tan.com/linkend.gif" alt="The end of rice boy" width="246" height="150" /></p>
<p>Rice Boy is a beautifully drawn webcomic about the adventure of it&#8217;s eponymous character, Rice-boy.  Or at least it was.  The final pages of this 411 page epic were posted last week.</p>
<p>Rice Boy is borderline childlike and simplistic, but it&#8217;s worthy all the same.  I will be buying the printed books when they are all available.</p>
<p>Goodbye Rice-boy, I&#8217;ve enjoyed your journey.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.law.harvard.edu/seth/2008/05/21/the-end-of-rice-boy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/us/</creativeCommons:license>
	</item>
	</channel>
</rss>
