<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Daniel Stutzbach</title>
	
	<link>http://www.barsoom.org</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 14 Jul 2010 23:19:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/DanielStutzbach" /><feedburner:info uri="danielstutzbach" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/3.0/</creativeCommons:license><feedburner:emailServiceId>DanielStutzbach</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>August 13th Movies</title>
		<link>http://feedproxy.google.com/~r/DanielStutzbach/~3/1IMI9FVTB9M/august-13th-movies</link>
		<comments>http://www.barsoom.org/august-13th-movies#comments</comments>
		<pubDate>Wed, 14 Jul 2010 19:16:01 +0000</pubDate>
		<dc:creator>Daniel Stutzbach</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[movie]]></category>

		<guid isPermaLink="false">http://www.barsoom.org/?p=901</guid>
		<description><![CDATA[<p>Michael Cere has a new film coming out in August: "Scott Pilgrim vs. The World".  The tagline is "An Epic of Epic Epicness".  It comes out the same day as "Eat, Pray, Love" (Julia Roberts) and "The Expendables" (Sylvester Stallone, Bruce Willis, Arnold Schwarzenegger, Jet Li, etc.), so we're going to have a <p style="font-family: serif;">Continue reading &#8220;<a href="http://www.barsoom.org/august-13th-movies">August 13th Movies</a>&#8221;</p>]]></description>
			<content:encoded><![CDATA[<p>Michael Cere has a new film coming out in August: "Scott Pilgrim vs. The World".  The tagline is "An Epic of Epic Epicness".  It comes out the same day as "Eat, Pray, Love" (Julia Roberts) and "The Expendables" (Sylvester Stallone, Bruce Willis, Arnold Schwarzenegger, Jet Li, etc.), so we're going to have a commercial showdown at the box office of girl movie versus guy movie versus geek movie.</p>
<p>Which do <strong>you</strong> plan to see?</p>
<p><object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/Dr91Y42MEsA&amp;hl=en_US&amp;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Dr91Y42MEsA&amp;hl=en_US&amp;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object></p>
<img src="http://feeds.feedburner.com/~r/DanielStutzbach/~4/1IMI9FVTB9M" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.barsoom.org/august-13th-movies/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.barsoom.org/august-13th-movies</feedburner:origLink></item>
		<item>
		<title>A Scriptable Equity Calculator</title>
		<link>http://feedproxy.google.com/~r/DanielStutzbach/~3/vQYFojT-u-s/scriptable-equity-calculator</link>
		<comments>http://www.barsoom.org/scriptable-equity-calculator#comments</comments>
		<pubDate>Thu, 24 Jun 2010 20:09:42 +0000</pubDate>
		<dc:creator>Daniel Stutzbach</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[poker]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.barsoom.org/?p=891</guid>
		<description><![CDATA[<p>For all of your programming poker players out there, yesterday I made the <a href="http://pokersleuth.com/">Poker Sleuth</a> <a href="http://pokersleuth.com/poker-equity-calculator.shtml">Equity Calculator</a> scriptable with <a href="http://pokersleuth.com/programmable-poker-calculator.shtml">bindings for C/C++, C#, and Python.</a></p>
<p>If you have easy_install or pip set up for Python, you can just do &#8220;easy_install pokersleuth&#8221;.  It requires a 32-bit version of Python for Windows.</p>
<p>As an example, <p style="font-family: serif;">Continue reading &#8220;<a href="http://www.barsoom.org/scriptable-equity-calculator">A Scriptable Equity Calculator</a>&#8221;</p>]]></description>
			<content:encoded><![CDATA[<p>For all of your programming poker players out there, yesterday I made the <a href="http://pokersleuth.com/">Poker Sleuth</a> <a href="http://pokersleuth.com/poker-equity-calculator.shtml">Equity Calculator</a> scriptable with <a href="http://pokersleuth.com/programmable-poker-calculator.shtml">bindings for C/C++, C#, and Python.</a></p>
<p>If you have easy_install or pip set up for Python, you can just do &ldquo;easy_install pokersleuth&rdquo;.  It requires a 32-bit version of Python for Windows.</p>
<p>As an example, to compute the odds of winning when you have a pair of Jacks, your opponent has the Ace and 5 of diamonds, and the board cards are the 3 of diamonds, 5 of clubs, and 9 of diamonds:</p>
<p><code>>>> import pokersleuth<br />
>>> pokersleuth.calculate_equity('3d5c9d', ('JJ', 'Ad5d')<br />
[0.48225, 0.51775]</code></p>
<p>The module can also be used directly from the command line:</p>
<p><code>C:\>python -m pokersleuth 3d5c9d JJ Ad5d<br />
[0.48225, 0.51775]</code></p>
<p>It supports up to 10 players and a quite extensive syntax for specifying hand ranges.  Accuracy is within one percentage point with at least 99.5% probability.</p>
<img src="http://feeds.feedburner.com/~r/DanielStutzbach/~4/vQYFojT-u-s" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.barsoom.org/scriptable-equity-calculator/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.barsoom.org/scriptable-equity-calculator</feedburner:origLink></item>
		<item>
		<title>New Dietary Guidelines for Americans from the USDA</title>
		<link>http://feedproxy.google.com/~r/DanielStutzbach/~3/BRY9Qy-5cyg/dietary-guidelines-americans-usda</link>
		<comments>http://www.barsoom.org/dietary-guidelines-americans-usda#comments</comments>
		<pubDate>Wed, 16 Jun 2010 01:41:28 +0000</pubDate>
		<dc:creator>Daniel Stutzbach</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[diet]]></category>
		<category><![CDATA[food]]></category>
		<category><![CDATA[health]]></category>
		<category><![CDATA[nutrition]]></category>
		<category><![CDATA[USDA]]></category>

		<guid isPermaLink="false">http://www.barsoom.org/?p=886</guid>
		<description><![CDATA[<p>The USDA released their <a href="http://www.cnpp.usda.gov/DGAs2010-DGACReport.htm">new nutritional guidelines</a> (updated every 5 years).  I thought it was interesting to read directly from the source, rather than filtered through the media.</p>
<p>For those with only a little time, you might just want to read the <a href="http://www.cnpp.usda.gov/Publications/DietaryGuidelines/2010/DGAC/Report/A-ExecSummary.pdf">executive summary</a>.  </p>
<p>The <a href="http://www.cnpp.usda.gov/DGAs2010-DGACReport.htm">full report</a> contains more detailed information, <p style="font-family: serif;">Continue reading &#8220;<a href="http://www.barsoom.org/dietary-guidelines-americans-usda">New Dietary Guidelines for Americans from the USDA</a>&#8221;</p>]]></description>
			<content:encoded><![CDATA[<p>The USDA released their <a href="http://www.cnpp.usda.gov/DGAs2010-DGACReport.htm">new nutritional guidelines</a> (updated every 5 years).  I thought it was interesting to read directly from the source, rather than filtered through the media.</p>
<p>For those with only a little time, you might just want to read the <a href="http://www.cnpp.usda.gov/Publications/DietaryGuidelines/2010/DGAC/Report/A-ExecSummary.pdf">executive summary</a>.  </p>
<p>The <a href="http://www.cnpp.usda.gov/DGAs2010-DGACReport.htm">full report</a> contains more detailed information, including their methodology and links to the supporting evidence used to formulate the guidelines, as well as information on particular food groups (protein, carbs, etc.).</p>
<p>A few things that I found interesting:</p>
<p>Potassium reduces the effect that salt has on blood pressure.  Go bananas!</p>
<p>Moderate alcohol consumption (1 drink/day for women; 1 to 2 drinks per day for men) significantly reduces the risk of developing diabetes, reduces the risk of having a stroke, and reduced the rate of cognitive decline with age.  However, all of the obvious qualifiers still apply.  Whoa!  Who knew that alcohol could be so good for you?  The obvious caveats still apply: Heavy alcohol consumption is still very bad. Alcohol should still be avoided if it will conflict with medications or for people with a variety of other medical conditions.  Alcohol is high in calories, etc.  See the <a href="http://www.cnpp.usda.gov/Publications/DietaryGuidelines/2010/DGAC/Report/D-7-Alcohol.pdf">Alcohol section</a> for more details.</p>
<p>Those concerned with gastrointestinal issues might be interested in the <a href="http://www.cnpp.usda.gov/Publications/DietaryGuidelines/2010/DGAC/Report/D-5-Carbohydrates.pdf">Carbohydrates section</a>, particularly Table D5.1, which describes the different types of carbohydrates and how they are (or aren't) digested.</p>
<p>If you find some other interesting tidbit in there, I'd love to hear about it.</p>
<img src="http://feeds.feedburner.com/~r/DanielStutzbach/~4/BRY9Qy-5cyg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.barsoom.org/dietary-guidelines-americans-usda/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.barsoom.org/dietary-guidelines-americans-usda</feedburner:origLink></item>
		<item>
		<title>A Lament for Palm; Praise for HiveMinder</title>
		<link>http://feedproxy.google.com/~r/DanielStutzbach/~3/EYMYgeM-988/lament-palm-praise-hiveminder</link>
		<comments>http://www.barsoom.org/lament-palm-praise-hiveminder#comments</comments>
		<pubDate>Fri, 07 May 2010 02:42:27 +0000</pubDate>
		<dc:creator>Daniel Stutzbach</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.barsoom.org/?p=859</guid>
		<description><![CDATA[<p>Many years ago now, I had a Palm IIIxe.  It's still the best handheld device I've ever owned.  Palm invested countless man-hours in making sure that every operation could be performed with a minimum number of clicks and that the Palm's user interface was always zippy.   No wading through layers of <p style="font-family: serif;">Continue reading &#8220;<a href="http://www.barsoom.org/lament-palm-praise-hiveminder">A Lament for Palm; Praise for HiveMinder</a>&#8221;</p>]]></description>
			<content:encoded><![CDATA[<p>Many years ago now, I had a Palm IIIxe.  It's still the best handheld device I've ever owned.  Palm invested countless man-hours in making sure that every operation could be performed with a minimum number of clicks and that the Palm's user interface was always zippy.   No wading through layers of menus, and no waiting for an application to load.  Palm understood that if a user perceived the device as a slow, they wouldn't bother to pull it out in order to take a quick note.</p>
<p><a href="http://www.barsoom.org/lament-palm-praise-hiveminder/holy-palm" rel="attachment wp-att-873"><img src="http://c0348292.cdn.cloudfiles.rackspacecloud.com/wp-content/uploads/2010/05/holy-palm.jpg" alt="Holy Palm" title="Holy Palm" width="330" height="168" class="aligncenter size-full wp-image-873" /></a></p>
<p>There were some excellent applications for the Palm III, many of which I have not seen replicated for other systems.  For example, Quicken (and Mint) have budget features.  It's a big part of why people use financial software.  However, they still can't distinguish between budgets that should accumulate money (rainy-day budgets like car repairs) and budgets where any savings should be swept into another account (if I save money on food, I don't need to eat more next month).  A dinky little shareware application that ran on a 160x160 display did it a decade ago.  Why can't modern companies get with the program?</p>
<p>The only reasonable explanation is Palm's market share was swallowed by a <a href=http://starwars.wikia.com/wiki/Sarlacc">sarlacc pit</a>, preventing Palm's competitors from borrowing the best ideas from the platform.  I certainly can't think of a more logical explanation.</p>
<p><a href="http://www.barsoom.org/lament-palm-praise-hiveminder/sarlacc" rel="attachment wp-att-861"><img src="http://c0348292.cdn.cloudfiles.rackspacecloud.com/wp-content/uploads/2010/05/sarlacc.jpg" alt="" title="sarlacc" width="320" height="262" class="aligncenter size-full wp-image-861" /></a></p>
<p>Of all the applications, the one I missed the most was the to-do list manager.  I had a neat little app that let me create links between items, so that I could prioritize and organize the dependencies between tasks.  Over the years, I've tried several other to-do list managers, but they all fell flat.  Most often, they simply didn't provide a good way for me to organize my mammoth supply of tasks.  When I finally retired my Palm, I felt like I had abruptly lost a cybernetic brain implant.  Ow.</p>
<p>That finally changed a few months ago when I found <a href="http://hiveminder.com/tour">HiveMinder</a>.  The killer feature here is the ability to specify that task B depends on task A.  Once that dependency has been set, task B won't show up in my to-do list until task A is done.  That lets me focus on the tasks that I can actually work on right now.  HiveMinder also lets me sets priorities and deadlines for tasks, and sorts them accordingly.  Web, email, Twitter, and IM interfaces make it easy to create and manipulate tasks from any phone that lets you type.</p>
<p><a href="http://hiveminder.com/tour/"><img src="http://hiveminder.com/static/images/tour/todolist.png" alt="HiveMinder screenshot" width="320" class="aligncenter"/></a></p>
<p>To top it all off, HiveMinder provides a complete API so I can write my own programs to interact with my task list.  All the data is sent in <a href="http://www.yaml.org/">YAML</a> (a superset of <a href="http://www.json.org/">JSON</a>), which is geek-tastic.</p>
<p>It's nice having an external brain organizer again!</p>
<img src="http://feeds.feedburner.com/~r/DanielStutzbach/~4/EYMYgeM-988" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.barsoom.org/lament-palm-praise-hiveminder/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.barsoom.org/lament-palm-praise-hiveminder</feedburner:origLink></item>
		<item>
		<title>OkCupid</title>
		<link>http://feedproxy.google.com/~r/DanielStutzbach/~3/rT-tSZ6NOEc/okcupid</link>
		<comments>http://www.barsoom.org/okcupid#comments</comments>
		<pubDate>Wed, 21 Apr 2010 20:25:13 +0000</pubDate>
		<dc:creator>Daniel Stutzbach</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[dating]]></category>
		<category><![CDATA[OkCupid]]></category>

		<guid isPermaLink="false">http://www.barsoom.org/?p=841</guid>
		<description><![CDATA[<p>Many of you know that I met my wife on <a href="http://www.okcupid.com">OkCupid</a> (and if you didn't know, you do now).  I picked OkCupid over other online dating sites for three reasons:</p>
<ol>
<li>It's free and I was penniless grad student.</li>
<li>Instead of the super-sanitized questions common on other sites, they use user-submitted questions, such as:
<ul>
<li>Have you ever <p style="font-family: serif;">Continue reading &#8220;<a href="http://www.barsoom.org/okcupid">OkCupid</a>&#8221;</p>]]></description>
			<content:encoded><![CDATA[<p>Many of you know that I met my wife on <a href="http://www.okcupid.com">OkCupid</a> (and if you didn't know, you do now).  I picked OkCupid over other online dating sites for three reasons:</p>
<ol>
<li>It's free and I was penniless grad student.</li>
<li>Instead of the super-sanitized questions common on other sites, they use user-submitted questions, such as:
<ul>
<li>Have you ever played Dungeons and Dragons?</li>
<li>How man books do you own?</li>
<li>Do humans and modern primates (apes, chimps, etc) share a common evolutionary ancestor?</li>
<li>Would you be willing to go shopping for sex toys?</li>
</ul>
<li>As a Computer Science grad student, I was impressed by their <a href="http://www.okcupid.com/faaaq">matching algorithm</a></li>
</ol>
<p>In a nutshell, here's how their matching algorithm works.  Each question is multiple choice.  In addition to choosing an answer, you select one or more answers that your ideal partner would make.  Also, you rate how important this question is to you.  For all of the questions that you've both answered, OkCupid computes the match percentage according to the following formula:</p>
<p><a href="http://www.barsoom.org/?attachment_id=844" rel="attachment wp-att-844"><img src="http://c0348292.cdn.cloudfiles.rackspacecloud.com/wp-content/uploads/2010/05/MatchEquation.png" alt="Match Equation" title="Match Equation" width="867" height="68" class="aligncenter size-full wp-image-844" /></a></p>
<p>On top of that, they apply confidence intervals so that people who have only answered a few questions cannot have artificially high scores.  (Why can't Amazon do this for their product ratings? &ndash; a rant for another time.)  My wife and I have a 94% match rating.</p>
<p>Anyway!</p>
<p>In the past year, OkCupid has started to generate a lot of buzz by mining their enormous database of quirky questions and writing about the results.  For example, they've examined <a href="http://blog.okcupid.com/index.php/2010/03/30/the-democrats-are-doomed-or-how-a-big-tent-can-be-too-big/">Why the Democrats have a hard time being as focused as the Republicans</a> and <a href="http://blog.okcupid.com/index.php/2009/10/05/your-race-affects-whether-people-write-you-back/">Racism in dating</a>.</p>
<p>This month, they decided to pummel their competition with an article titled &ldquo;<a href="http://blog.okcupid.com/index.php/2010/04/07/why-you-should-never-pay-for-online-dating/">Why you should never pay for online dating</a>&rdquo;.  They analyze publicly available data about eHarmony's and Match.com's to compute what fraction of their users are <b>not</b> paying users (96% and 93% at best, respectively).  The key problem here is that non-paying users cannot write you back, so you have a 90+% failure rate on top of the already challenging task of finding a good date.  Ouch.</p>
<p>I hope OkCupid makes a fortune.</p>
<img src="http://feeds.feedburner.com/~r/DanielStutzbach/~4/rT-tSZ6NOEc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.barsoom.org/okcupid/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.barsoom.org/okcupid</feedburner:origLink></item>
		<item>
		<title>Field Reports from Tatooine for @darthvader</title>
		<link>http://feedproxy.google.com/~r/DanielStutzbach/~3/Dy463SRgQgk/field-reports-from-tatooine</link>
		<comments>http://www.barsoom.org/field-reports-from-tatooine#comments</comments>
		<pubDate>Tue, 02 Feb 2010 18:58:50 +0000</pubDate>
		<dc:creator>Daniel Stutzbach</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[humor]]></category>
		<category><![CDATA[poker]]></category>
		<category><![CDATA[Star Wars]]></category>

		<guid isPermaLink="false">http://www.barsoom.org/?p=832</guid>
		<description><![CDATA[<p>I have to wonder how Darth Vader felt upon reading the field reports from the stormtroopers on Tatooine in Star Wars Episode IV: A New Hope.  Days 5 and 6 must have throw him for a loop.</p>
<p>Day 1: Located droid parts near an escape pod, and two sets of tracks leading away from the <p style="font-family: serif;">Continue reading &#8220;<a href="http://www.barsoom.org/field-reports-from-tatooine">Field Reports from Tatooine for @darthvader</a>&#8221;</p>]]></description>
			<content:encoded><![CDATA[<p>I have to wonder how Darth Vader felt upon reading the field reports from the stormtroopers on Tatooine in Star Wars Episode IV: A New Hope.  Days 5 and 6 must have throw him for a loop.</p>
<p>Day 1: Located droid parts near an escape pod, and two sets of tracks leading away from the pod.  The tracks appear to be from an astromech droid and a bipedal droid.  Based on the gait, the bipedal droid is likely a protocol droid.</p>
<p>Day 2: The tracks split up.  The astromech's tracks lead off into the wilderness, while the bipedal's head roughly for Mos Eisley.  A droid specializing in communications is more suited as a spy, so we're following its tracks first.  Probably the astromech has a loose wire.</p>
<p>Day 3: The bipedal's tracks intersect with a Jawa sandcrawler, then vanish.  It will be easy to catch up with the sandcrawler later, so we're backtracking to pursue the astromech's tracks before they fade beneath the shifting dunes.</p>
<p>Day 4: The astromech's tracks lead into rocky terrain, then vanish in an area covered with Jawa footprints.  Returning to pursue the sandcrawler.</p>
<p>Day 5: Located and stopped the sandcrawler.  Examination of the Jawas' financial records indicates they recently captured an astromech droid and a protocol droid wandering the desert with numbers R2D2 and C3PO, respectively.  The Jawas promptly sold the droids to a moisture farmer named Owen Lars.  Slaughtered the Jawa's and framed the indigenous Tusken raiders.  </p>
<p>Day 6: Raided the Lars homestead.  Under interrogation, Owen and Beru Lars revealed that after purchasing the droids, they learned that R2D2 claimed to be the property of an "Obi-wan Kenobi".  Under further interrogation, Owen revealed that "Obi-wan Kenobi" is another name for a local named "Old Ben Kenobi" who he alternately described as a "wizard" and "a crazy old man".  They sent their nephew, Luke Skywaker to Anchorhead to have the droids' memories erased.  Put Owen and Beru to death for dealing in stolen goods.</p>
<p>Day 7: Encountered a protocol droid and an astromech droid traveling with two men, one young and one old, but we're sure they were not the droids we're looking for.  Later, a bounty hunter spotted R2D2 and C3PO boarding a YT-1300 light freighter named the Millennium Falcon.  Dispatched a squad to seize the ship, but encountered heavy return fire and the ship was able to take off.</p>
<p><a href="http://www.barsoom.org/field-reports-from-tatooine/droids-hindsight-starwars-motivational1" rel="attachment wp-att-834"><img src="http://c0348292.cdn.cloudfiles.rackspacecloud.com/wp-content/uploads/2010/02/droids-hindsight-starwars-motivational1.jpg" alt="Hindsight: Those really were the droids you were looking for." title="droids-hindsight-starwars-motivational" width="500" height="366" class="aligncenter size-full wp-image-834" /></a></p>
<img src="http://feeds.feedburner.com/~r/DanielStutzbach/~4/Dy463SRgQgk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.barsoom.org/field-reports-from-tatooine/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.barsoom.org/field-reports-from-tatooine</feedburner:origLink></item>
		<item>
		<title>Review: Buffalo NAS</title>
		<link>http://feedproxy.google.com/~r/DanielStutzbach/~3/9KnvzVrJZ5c/review-buffalo-nas</link>
		<comments>http://www.barsoom.org/review-buffalo-nas#comments</comments>
		<pubDate>Thu, 12 Nov 2009 14:43:22 +0000</pubDate>
		<dc:creator>Daniel Stutzbach</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://www.barsoom.org/?p=822</guid>
		<description><![CDATA[<p>I've been meaning to blog about the Buffalo NAS that I purchased and have finally been spurred into action by a post from <a href="http://bouncingleaf.livejournal.com/392167.html">Leaf</a>:</p>
<blockquote><p>I'm thinking of buying an external drive for backups for my home pc. Reviews online don't even suggest clear leaders, let alone a winner.</p></blockquote>
<p>For a few years, I've been using external <p style="font-family: serif;">Continue reading &#8220;<a href="http://www.barsoom.org/review-buffalo-nas">Review: Buffalo NAS</a>&#8221;</p>]]></description>
			<content:encoded><![CDATA[<p>I've been meaning to blog about the Buffalo NAS that I purchased and have finally been spurred into action by a post from <a href="http://bouncingleaf.livejournal.com/392167.html">Leaf</a>:</p>
<blockquote><p>I'm thinking of buying an external drive for backups for my home pc. Reviews online don't even suggest clear leaders, let alone a winner.</p></blockquote>
<p>For a few years, I've been using external hard drives as a way of backing up main computer's data.  I create a fresh backup once a month and incremental backups for the rest of the month.  Since my main computer is a laptop, it's been pretty easy to get an external drive with much more capacity than the computer.  The extra space allows me to store a few months worth of backups.  I use an ancient version of <a href="http://www.amazon.com/gp/product/B002SRNS7A?ie=UTF8&#038;tag=agthorr&#038;linkCode=as2&#038;camp=1789&#038;creative=9325&#038;creativeASIN=B002SRNS7A">Norton Ghost</a><img src="http://www.assoc-amazon.com/e/ir?t=agthorr&#038;l=as2&#038;o=1&#038;a=B002SRNS7A" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important; padding:0px !important;" /> to perform the actual backups.  It works pretty well and I've configured it to send me an email every morning letting me know if the backup was successful or not.</p>
<p>I've gone through two Western Digital MyBook USB drives.  Each worked great for around a year and a half, then died.  Having all of your backups die simultaneously isn't really ideal in a backup solution, so I decided to search for a better option.</p>
<p>Based on the advice of my cousin Paul, I investigated&mdash;then invested in&mdash;a <a href="http://www.amazon.com/gp/product/B001696ZXA?ie=UTF8&#038;tag=agthorr&#038;linkCode=as2&#038;camp=1789&#038;creative=9325&#038;creativeASIN=B001696ZXA">Buffalo LinkStation Pro Duo</a><img src="http://www.assoc-amazon.com/e/ir?t=agthorr&#038;l=as2&#038;o=1&#038;a=B001696ZXA" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important; padding:0px !important;" />, which is a Network-Attached Storage (NAS) device.  It contains two hard drives and I configured the device to mirror them, so if one drive fails the other one still has all of my data.</p>
<p>I'm pretty pleased with the Buffalo.  The web-based configuration is quite flexible.  It's even possible to make some or all of my data accessible from elsewhere on the Internet, so I can access it while I'm traveling.  Very handy.  I also configured it to email me every morning to let me know the status of the drives and how much capacity remains.  That way, I have some warning when I'm running out of space and I'll know right away when one of the drives fail.</p>
<p>Under the hood, the Buffalo runs Linux and there's an active <a href="http://buffalo.nas-central.org/wiki/Main_Page">Buffalo NAS hacking community</a>.  Using their instructions, I was able to unlock ssh access into my Buffalo device.</p>
<img src="http://feeds.feedburner.com/~r/DanielStutzbach/~4/9KnvzVrJZ5c" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.barsoom.org/review-buffalo-nas/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.barsoom.org/review-buffalo-nas</feedburner:origLink></item>
		<item>
		<title>Wikipedia on Cats</title>
		<link>http://feedproxy.google.com/~r/DanielStutzbach/~3/YriDQ_3Laxk/wikipedia-cats</link>
		<comments>http://www.barsoom.org/wikipedia-cats#comments</comments>
		<pubDate>Mon, 26 Oct 2009 19:53:42 +0000</pubDate>
		<dc:creator>Daniel Stutzbach</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cats]]></category>
		<category><![CDATA[wikipedia]]></category>

		<guid isPermaLink="false">http://www.barsoom.org/?p=804</guid>
		<description><![CDATA[






<p>Yesterday I stumbled across the <a class="reference external" href="http://en.wikipedia.org/wiki/Cat">Wikipedia entry on cats</a>.  I'm convinced that a cat wrote most of the article.  Below are some choice excerpts, emphasis mine.  I'm going to taunt my cats now by showing off my opposable thumbs.</p>
<blockquote>
<p>The cat (Felis catus) … is currently <strong>the most popular pet <p style="font-family: serif;">Continue reading &#8220;<a href="http://www.barsoom.org/wikipedia-cats">Wikipedia on Cats</a>&#8221;</p>]]></description>
			<content:encoded><![CDATA[



<!-- -*- mode: rst -*- -->
<!-- This data file has been placed in the public domain. -->
<!-- Derived from the Unicode character mappings available from
<http://www.w3.org/2003/entities/xml/>.
Processed by unicode2rstsubs.py, part of Docutils:
<http://docutils.sourceforge.net>. -->
<p>Yesterday I stumbled across the <a class="reference external" href="http://en.wikipedia.org/wiki/Cat">Wikipedia entry on cats</a>.  I'm convinced that a cat wrote most of the article.  Below are some choice excerpts, emphasis mine.  I'm going to taunt my cats now by showing off my opposable thumbs.</p>
<blockquote>
<p>The cat (Felis catus) … is currently <strong>the most popular pet in the world</strong>.  A skilled predator, the cat is known to <strong>hunt over 1,000 species for food</strong>.</p>
<p>[The] female is called a &quot;molly&quot; or &quot;<strong>queen</strong>&quot;.</p>
<p>… their small size, social nature, obvious body language, love of play and relatively <strong>high intelligence</strong>.</p>
<p>Unlike human arms, cat forelimbs are attached to the shoulder by free-floating clavicle bones, which allows them to <strong>pass their body through any space into which they can fit their heads</strong>.</p>
<p>A cat delivers a lethal neck bite with its two long canine teeth that insert between two of the prey's vertebrae and sever its spinal cord, causing <strong>irreversible paralysis and death</strong>.</p>
<p>Cats have excellent night vision and can function at <strong>only one-sixth the light level required for human vision</strong>.</p>
<p>They can hear higher-pitched sounds than either dogs or humans … Cats' hearing is also extremely sensitive and is among <strong>the best of any mammal</strong></p>
<p>Cats have an acute sense of smell, which is due … to a large surface of olfactory mucosa … about <strong>twice that of humans</strong> and only 1.7-fold less than the average dog.</p>
<p>Humans start to feel uncomfortable when their skin temperature passes about 44.5 °C (112 °F), in contrast <strong>cats show no discomfort until their skin reaches around 52 °C (126 °F</strong>) ... Indeed, their kidneys are so efficient that cats … can even <strong>rehydrate by drinking seawater</strong>.</p>
<p>Anthropologist and animal scientist Desmond Morris … suggests that when cats bring home mice or birds, they are teaching their human to hunt, or <strong>helping their human as if feeding &quot;an elderly cat, or an inept kitten&quot;.</strong></p>
</blockquote>

<img src="http://feeds.feedburner.com/~r/DanielStutzbach/~4/YriDQ_3Laxk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.barsoom.org/wikipedia-cats/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.barsoom.org/wikipedia-cats</feedburner:origLink></item>
		<item>
		<title>Star Wars Uncut</title>
		<link>http://feedproxy.google.com/~r/DanielStutzbach/~3/TdWZOb-ZTFo/star-wars-uncut</link>
		<comments>http://www.barsoom.org/star-wars-uncut#comments</comments>
		<pubDate>Thu, 01 Oct 2009 22:45:16 +0000</pubDate>
		<dc:creator>Daniel Stutzbach</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[movie]]></category>
		<category><![CDATA[Star Wars]]></category>

		<guid isPermaLink="false">http://www.barsoom.org/?p=785</guid>
		<description><![CDATA[<p>The people over at <a href="http://starwarsuncut.com">Star Wars: Uncut</a> have cut up the original Star Wars film into 15 second clips and setup a web site where fans can re-film each clip in the manner of their choosing.  Once all of 15 second increments have been re-filmed and uploaded, they will stitch them all together <p style="font-family: serif;">Continue reading &#8220;<a href="http://www.barsoom.org/star-wars-uncut">Star Wars Uncut</a>&#8221;</p>]]></description>
			<content:encoded><![CDATA[<p>The people over at <a href="http://starwarsuncut.com">Star Wars: Uncut</a> have cut up the original Star Wars film into 15 second clips and setup a web site where fans can re-film each clip in the manner of their choosing.  Once all of 15 second increments have been re-filmed and uploaded, they will stitch them all together into one zany, geek-tastic movie.  They have 50% of the film done already and have a trailer (below).</p>
<p>I wonder if this will turn into the newest Internet craze, with many movies being remade by fans (at least until the MPAA throws a hissy fit).</p>
<p><object width="600" height="450"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=6788001&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=10d1f2&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=6788001&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=10d1f2&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="600" height="450"></embed></object></p>
<img src="http://feeds.feedburner.com/~r/DanielStutzbach/~4/TdWZOb-ZTFo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.barsoom.org/star-wars-uncut/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.barsoom.org/star-wars-uncut</feedburner:origLink></item>
		<item>
		<title>Health and Fitness</title>
		<link>http://feedproxy.google.com/~r/DanielStutzbach/~3/ULPl1RQIYOI/health-fitness</link>
		<comments>http://www.barsoom.org/health-fitness#comments</comments>
		<pubDate>Fri, 21 Aug 2009 12:13:16 +0000</pubDate>
		<dc:creator>Daniel Stutzbach</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[exercise]]></category>
		<category><![CDATA[fitness]]></category>
		<category><![CDATA[health]]></category>

		<guid isPermaLink="false">http://www.barsoom.org/?p=744</guid>
		<description><![CDATA[




<a class="reference external image-reference" href="http://xkcd.com/189/"><img align="right" alt="" class="size-full align-right" src="http://imgs.xkcd.com/comics/exercise.png" style="width: 250.0px; height: 180.5px;" /></a>
<p>Around New Year's, when other people were posting their goals for the year, I meant to post some health and fitness goals for myself.  And by &#34;New Year's&#34;, I actually mean &#34;New Year's 2008&#34;.  I think it's a little <p style="font-family: serif;">Continue reading &#8220;<a href="http://www.barsoom.org/health-fitness">Health and Fitness</a>&#8221;</p>]]></description>
			<content:encoded><![CDATA[



<!-- -*- mode: rst -*- -->
<a class="reference external image-reference" href="http://xkcd.com/189/"><img align="right" alt="" class="size-full align-right" src="http://imgs.xkcd.com/comics/exercise.png" style="width: 250.0px; height: 180.5px;" /></a>
<p>Around New Year's, when other people were posting their goals for the year, I meant to post some health and fitness goals for myself.  And by &quot;New Year's&quot;, I actually mean &quot;New Year's 2008&quot;.  I think it's a little late for me to post fitness my goals for 2008, or even for 2009, so instead I'm going to grade some of the tools that have and haven't worked out.</p>
<span id="more-744"></span>
<p><a href='http://www.amazon.com/gp/product/B000KK02X0?ie=UTF8&amp;tag=agthorr&amp;linkCode=as2&amp;camp=1789&amp;creative=9325'>Omron Body Fat Monitor and Scale</a>: <strong>B-</strong>.  In addition to measuring weight, this scale also includes electrical sensors to estimate what percentage of the body are composed of muscle, fat, and other tissues.  While somewhat interesting, my experience has been that the percentages change at such an excruciatingly slow rate that they're hardly worth measuring.  Furthermore, although the scale measures the values down to one-tenth of a percentage point, the values fluctuate within a one percentage point range from day to day depending on the contents of my stomach, the humidity in the air, etc.  The scale also calculates several other values such as resting metabolic rate and body-mass index, but these are just simple arithmetic computations based on the other values.  The primary function of measuring weight works great, naturally, but the Omron Body Fat Monitor and Scale is overkill for my purposes.</p>
<p>The Gym: <strong>C-</strong>.  All the gadgets are neat for a little while, but I realized pretty quickly that anything that requires me to leave the house to exercise isn't going to last.  Not when it's 100+ degrees outside.</p>
<p><a href='http://www.amazon.com/gp/product/B000A5CEUO?ie=UTF8&amp;tag=agthorr&amp;linkCode=as2&amp;camp=1789&amp;creative=9325'>Omron HR-100C Heart Rate Monitor</a>: <strong>A+</strong>.  Ever wish that you had an infallible personal couch who would tell you when you were exercising too hard or not enough?  This is it.  I had no idea how useful a heart rate monitor could be.  As long as I stay within my target heart rate, I find that I can keep exercising more or less indefinitely.  When I exceed my target heart rate, I start to get tired quickly (physiologically, I'm exhausting the supply of oxygen in my muscles).  Without a heart rate monitor, it was very easy for me to push myself to work harder, leading to exhaustion and frustration.  The heart rate monitor is like a little angel that whispers &quot;No, it's okay.  You don't need to work any harder than that&quot;.  For my target heart rate range, I use 50% to 85% of the way between my resting heart rate and maximum heart rate.  To find my resting heart rate, I measure my heart rate when I wake up in the morning (52 beats/minute).  To find my maximum heart rate, I exercise as hard as I can for around two minutes (185 beats/minute).  That gives me a target heart rate range of 118 to 165 beats per minute.</p>
<div style="clear: both;"><a class="reference external image-reference" href="http://www.amazon.com/gp/product/B00029A7C0?ie=UTF8&amp;tag=agthorr&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=B00029A7C0"><img align="right" alt="Creative Fitness Door Gym" class="size-full align-right" src="http://g-ecx.images-amazon.com/images/G/01/ciu/91/5c/6bbe81b0c8a0c9b724f3a110.L.jpg" style="width: 250.0px; height: 187.5px;" /></a>
<p><a href='http://www.amazon.com/gp/product/B00029A7C0?ie=UTF8&amp;tag=agthorr&amp;linkCode=as2&amp;camp=1789&amp;creative=9325'>Creative Fitness Door Gym</a>: <strong>A</strong>.  The Door Gym pull-up bar attaches to any standard door frame, without needing to be permanently installed.  I love this thing.  I hung mine in the door frame between the main hallway and the kitchen, and once a day or so I'll do some pull-ups when I'm walking by.  I'm not sure why, but they're fun!  There's just something exhilarating about pulling yourself off the ground.  When I first go the Door Gym, I could perform a grand total of zero pull-ups and had to build up my upper-body strength with push-ups (which are not nearly as much fun).  I'm also impressed by the engineering of the Door Gym.  It transfers the force of my weight into a lateral force on the door frame.  Takes all of 5 seconds to insert or remove from the door frame.  Most of the time, I just leave it installed.</p>
<p><a href='http://www.amazon.com/gp/product/B0006HHI3E?ie=UTF8&amp;tag=agthorr&amp;linkCode=as2&amp;camp=1789&amp;creative=9325'>Yourself! Fitness</a>: <strong>C+</strong> (<strong>B</strong> with Heart Rate Monitor)  I got this PC software for Alisa two Christmases ago.  There are also versions available for the XBox, Playstation, and Wii (the Wii version is sold under the name &quot;<a href='http://www.amazon.com/gp/product/B001H0RZX2?ie=UTF8&amp;tag=agthorr&amp;linkCode=as2&amp;camp=1789&amp;creative=9325'>My Fitness Coach</a>&quot;).  In a nutshell, Yourself Fitness provides a virtual fitness instructor, &quot;Maya&quot;, who guides you through a dynamically generated exercising routine.  You choose a length for the workout, as well as a one of six focuses for the routine: weight loss, cardio, upper body strength, core strength, lower body strength, or flexibility.  If you have an exercise ball, step bench, hand weights, or heart rate monitor, Maya will incorporate those into the exercise routine.  After each group of exercises, Maya asks how well you feel you were able to perform the exercises.  If you found it too easy, she'll make them harder next time, and vice versa.  Overall, the workouts are pretty good and Maya provides a wide enough variety of exercises that they don't get stale quickly.  I did encounter one problem with the software, though.  After using a few times a week for several months, I was working my way into more vigorous routines.  Unfortunately, I was advancing partially by being more fit and partially by pushing myself harder.  Eventually, I was utterly exhausted after every workout and became less inclined to exercise.  When I eventually got a heart rate monitor, I gave Yourself Fitness another go and realized what had happened: I could perform the workout, but my heart rate was beyond the target range.  Once I scaled back the difficulty several notches, the workouts left me feeling energized instead of miserable (while remaining vigorous enough to make my muscles sore a few days later).</p>

<img src="http://feeds.feedburner.com/~r/DanielStutzbach/~4/ULPl1RQIYOI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.barsoom.org/health-fitness/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.barsoom.org/health-fitness</feedburner:origLink></item>
	</channel>
</rss><!--

Minified using file
Page Caching using apc
Database Caching 134/149 queries in 0.016 seconds using apc
Content Delivery Network via c0348292.cdn.cloudfiles.rackspacecloud.com

Served from: almond.barsoom.org @ 2010-07-31 09:44:42 -->
