<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.2" -->
<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/"
	>

<channel>
	<title>Linden LAN</title>
	<link>http://www.lindenlan.net</link>
	<description></description>
	<pubDate>Mon, 25 Aug 2008 04:15:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
	<language>en</language>
			<item>
		<title>Tally Ho! Olympic Medal Rankings Should Be Weighted</title>
		<link>http://www.lindenlan.net/2008/08/24/tally-ho-olympic-medal-rankings-should-be-weighted/</link>
		<comments>http://www.lindenlan.net/2008/08/24/tally-ho-olympic-medal-rankings-should-be-weighted/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 04:15:41 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.lindenlan.net/2008/08/24/tally-ho-olympic-medal-rankings-should-be-weighted/</guid>
		<description><![CDATA[The Olympics are over.  However during, it annoyed me how the media outlets ranked the medal totals either counting total medals or counting total golds.  Neither option accounts for the relative values of the medals.  The former treats all medals as equal, whereas the former disregards the value of the other two [...]]]></description>
			<content:encoded><![CDATA[<p>The Olympics are over.  However during, it annoyed me how the media outlets ranked the medal totals either counting total medals or counting total golds.  Neither option accounts for the relative values of the medals.  The former treats all medals as equal, whereas the former disregards the value of the other two medal colors.  As others have proposed, a weighted medal count makes the most sense, the simplest being gold = 3, silver = 2, and bronze = 1.  With that the top five rankings are as follows:</p>
<p> <a href="http://www.lindenlan.net/2008/08/24/tally-ho-olympic-medal-rankings-should-be-weighted/#more-63" class="more-link">(more&#8230;)</a></p>
<p class="akst_link"><a href="http://www.lindenlan.net/?p=63&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_63" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.lindenlan.net/2008/08/24/tally-ho-olympic-medal-rankings-should-be-weighted/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How To Better Manage Your iPod/iPhone Podcasts</title>
		<link>http://www.lindenlan.net/2008/08/17/how-to-better-manage-your-ipod-iphone-podcasts/</link>
		<comments>http://www.lindenlan.net/2008/08/17/how-to-better-manage-your-ipod-iphone-podcasts/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 05:50:21 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
		
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.lindenlan.net/2008/08/17/how-to-better-manage-your-ipodiphone-podcasts/</guid>
		<description><![CDATA[I like to use my iPhone for viewing podcasts.  However, managing them through iTunes leaves much to be desired because some podcasts I like to view and then trash them, while others I like to archive and have synced at all times.  iTunes does not have an obvious way to set this up.
Share [...]]]></description>
			<content:encoded><![CDATA[<p>I like to use my iPhone for viewing podcasts.  However, <a href="http://my.opera.com/usability/blog/2006/10/27/itunes-as-a-podcast-manager">managing them through iTunes leaves much to be desired</a> because some podcasts I like to view and then trash them, while others I like to archive and have synced at all times.  iTunes does not have an obvious way to set this up.</p>
<p> <a href="http://www.lindenlan.net/2008/08/17/how-to-better-manage-your-ipod-iphone-podcasts/#more-62" class="more-link">(more&#8230;)</a></p>
<p class="akst_link"><a href="http://www.lindenlan.net/?p=62&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_62" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.lindenlan.net/2008/08/17/how-to-better-manage-your-ipod-iphone-podcasts/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Easy_Update Upgrade All</title>
		<link>http://www.lindenlan.net/2008/08/08/easy_update-upgrade-all/</link>
		<comments>http://www.lindenlan.net/2008/08/08/easy_update-upgrade-all/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 16:53:48 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.lindenlan.net/2008/08/08/easy_update-upgrade-all/</guid>
		<description><![CDATA[I like Ruby, but I don&#8217;t like its performance, so I&#8217;m really anticipating Ruby 2.0.  Meanwhile, I&#8217;ve been dabbling in Python.  Learning a new language and comparing and contrasting them, really helps with determining each language&#8217;s strengths and weaknesses.  For example, you can easily update all your Ruby gems.  Unfortunately, python [...]]]></description>
			<content:encoded><![CDATA[<p>I like <a href="http://www.ruby-lang.org/">Ruby</a>, but I don&#8217;t like its performance, so I&#8217;m really anticipating Ruby 2.0.  Meanwhile, I&#8217;ve been dabbling in <a href="http://www.python.org/">Python</a>.  Learning a new language and comparing and contrasting them, really helps with determining each language&#8217;s strengths and weaknesses.  For example, you can easily update all your Ruby gems.  Unfortunately, python doesn&#8217;t have a direct way of doing this using easy_install.  Very odd.  I tried using the <a href="http://semanticmikeal.com/2007/04/easyinstall-upgrade-all.html">shell script method</a>, but for whatever reason it just didn&#8217;t work as advertised.  So I wrote a bash alias to take care of it.</p>
<p> <a href="http://www.lindenlan.net/2008/08/08/easy_update-upgrade-all/#more-61" class="more-link">(more&#8230;)</a></p>
<p class="akst_link"><a href="http://www.lindenlan.net/?p=61&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_61" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.lindenlan.net/2008/08/08/easy_update-upgrade-all/feed/</wfw:commentRss>
		</item>
		<item>
		<title>My First Bite Of An Apple</title>
		<link>http://www.lindenlan.net/2008/07/21/my-first-bite-of-an-apple/</link>
		<comments>http://www.lindenlan.net/2008/07/21/my-first-bite-of-an-apple/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 17:00:32 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
		
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.lindenlan.net/2008/07/21/my-first-bite-of-an-apple/</guid>
		<description><![CDATA[January, last year, I had thought perhaps my switch to Apple would begin with the first rev iPhone.  By the time the iPhone debuted it didn&#8217;t provide a good enough value proposition for me then.  Fast-forward to July 12th, and you would have found me standing in line to buy an iPhone 3G.
Share [...]]]></description>
			<content:encoded><![CDATA[<p>January, last year, I had thought perhaps <a href="http://www.lindenlan.net/2007/01/10/good-phone-hunting/">my switch to Apple would begin with the first rev iPhone</a>.  By the time the iPhone debuted it didn&#8217;t provide a good enough value proposition for me then.  Fast-forward to July 12th, and you would have found me standing in line to buy an iPhone 3G.</p>
<p> <a href="http://www.lindenlan.net/2008/07/21/my-first-bite-of-an-apple/#more-60" class="more-link">(more&#8230;)</a></p>
<p class="akst_link"><a href="http://www.lindenlan.net/?p=60&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_60" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.lindenlan.net/2008/07/21/my-first-bite-of-an-apple/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Half-Priced iPhone 3G: Not So Fast</title>
		<link>http://www.lindenlan.net/2008/06/09/half-priced-iphone-3g-not-so-fast/</link>
		<comments>http://www.lindenlan.net/2008/06/09/half-priced-iphone-3g-not-so-fast/#comments</comments>
		<pubDate>Tue, 10 Jun 2008 05:57:01 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
		
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.lindenlan.net/2008/06/09/half-priced-iphone-3g-not-so-fast/</guid>
		<description><![CDATA[Are you really saving any money?  Not really.


2-year contract
iPhone (8GB)
iPhone 3G (8GB)


Phone
$400
$200


Voice
$960
$960


Data
$480
$720


Total
$1840
$1880



Share This
]]></description>
			<content:encoded><![CDATA[<p>Are you really saving any money?  Not really.</p>
<table>
<tr>
<td>2-year contract</td>
<th>iPhone (8GB)</th>
<th>iPhone 3G (8GB)</th>
</tr>
<tr>
<th>Phone</th>
<td>$400</td>
<td>$200</td>
</tr>
<tr>
<th>Voice</th>
<td>$960</td>
<td>$960</td>
</tr>
<tr>
<th>Data</th>
<td>$480</td>
<td>$720</td>
</tr>
<tr>
<th>Total</th>
<td>$1840</td>
<td>$1880</td>
</tr>
</table>
<p><br/></p>
<p> <a href="http://www.lindenlan.net/2008/06/09/half-priced-iphone-3g-not-so-fast/#more-59" class="more-link">(more&#8230;)</a></p>
<p class="akst_link"><a href="http://www.lindenlan.net/?p=59&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_59" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.lindenlan.net/2008/06/09/half-priced-iphone-3g-not-so-fast/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Restyle Google Calendar 3</title>
		<link>http://www.lindenlan.net/2008/04/23/restyle-google-calendar-3/</link>
		<comments>http://www.lindenlan.net/2008/04/23/restyle-google-calendar-3/#comments</comments>
		<pubDate>Thu, 24 Apr 2008 05:46:09 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
		
		<category><![CDATA[CSS]]></category>

		<category><![CDATA[Google]]></category>

		<category><![CDATA[Hacking]]></category>

		<category><![CDATA[JavaScript]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.lindenlan.net/2008/04/23/restyle-google-calendar-3/</guid>
		<description><![CDATA[MyGoogleCal2 no longer works 100% in Internet Explorer.  A runtime error occurs when navigating month-to-month or when switching to Agenda mode.  The workaround is to simply hide the navigation interface.  Now, I don&#8217;t know if this bug was introduced when Google updated the code last month, or if it&#8217;s always been there [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.lindenlan.net/2007/10/14/restyle-google-calendar-2/">MyGoogleCal2</a> no longer works 100% in Internet Explorer.  A runtime error occurs when navigating month-to-month or when switching to Agenda mode.  The workaround is to simply hide the navigation interface.  Now, I don&#8217;t know if this bug was introduced when Google updated the code last month, or if it&#8217;s always been there and I just never noticed.  In any case, the runtime error occurs when <code>//"+a.host+"/calendar</code> is replaced by <code>//www.google.com/calendar</code>.  Given the poor debugging available in IE, I didn&#8217;t get very far with figuring out why IE breaks.  I suspect that when IE makes an XmlHttpRequest, it&#8217;s double checking that the request URL matches up with the server host, or something to that effect.  Since Google obfuscates the Javascript code, it&#8217;s just way too hard to try and fix it.  Instead, I&#8217;ve opted to create a new version of MyGoogleCal that uses the <a href="http://www.lindenlan.net/2006/10/08/restyle-google-calendar/">original technique</a> for IE but uses the technique from MyGoogleCal2 for all other browsers.</p>
<p> <a href="http://www.lindenlan.net/2008/04/23/restyle-google-calendar-3/#more-57" class="more-link">(more&#8230;)</a></p>
<p class="akst_link"><a href="http://www.lindenlan.net/?p=57&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_57" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.lindenlan.net/2008/04/23/restyle-google-calendar-3/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Pin The Tail On The Donkey</title>
		<link>http://www.lindenlan.net/2008/04/19/pin-the-tail-on-the-donkey/</link>
		<comments>http://www.lindenlan.net/2008/04/19/pin-the-tail-on-the-donkey/#comments</comments>
		<pubDate>Sat, 19 Apr 2008 20:56:55 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
		
		<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">http://www.lindenlan.net/2008/04/19/pin-the-tail-on-the-donkey/</guid>
		<description><![CDATA[If you&#8217;ve been keeping up with the US Democratic primary, you&#8217;ve probably heard what a piss-poor job ABC did conducting the Pennsylvania debate.  It sometimes floors me that Jon Stewart et al. often give more credible news and commentary than the major news outlets.  One of the more bothersome bits to come out [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve been keeping up with the US Democratic primary, you&#8217;ve probably heard what a piss-poor job ABC did conducting the Pennsylvania debate.  It sometimes floors me that <a href="http://www.thedailyshow.com/video/index.jhtml?videoId=166407&#038;title=indecision-2008-philadelphia&#038;byDate=true">Jon Stewar</a>t et al. often give more credible news and commentary than the major news outlets.  One of the more bothersome bits to come out of the debate was <a href="http://www.mcclatchydc.com/227/story/34071.html">ABC handpicking Nash McCabe</a> for a voter question.  It wasn&#8217;t so much her obvious bias that bothered me; another voter could always be interviewed to provide a counterpoint (not that ABC did).    What bothered me was that her vote comes down to whether or not a candidate is willing to wear a lapel pin of the American flag.  Some may think big deal, until you realize that she&#8217;s probably not alone in how she makes political decisions.  That somehow one&#8217;s appearance is a reflection of one&#8217;s performance.  That one&#8217;s patriotism is measured by how often you&#8217;re willing to display the flag.  That somehow symbols are greater than words and actions.  (A Digg commenter aptly referenced the <a href="http://youtube.com/watch?v=-bXHPqj3NcI">scene from Office Space where Joanna quits</a> because her manager hounds her about wearing flair despite being a productive employee.)  It&#8217;s really depressing to think that people do make important decisions based on such trivial criteria.  Just another example of why the US education system needs improvement.</p>
<p> <a href="http://www.lindenlan.net/2008/04/19/pin-the-tail-on-the-donkey/#more-55" class="more-link">(more&#8230;)</a></p>
<p class="akst_link"><a href="http://www.lindenlan.net/?p=55&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_55" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.lindenlan.net/2008/04/19/pin-the-tail-on-the-donkey/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How To Install MyGoogleCal2.php</title>
		<link>http://www.lindenlan.net/2008/03/22/how-to-install-mygooglecal2php/</link>
		<comments>http://www.lindenlan.net/2008/03/22/how-to-install-mygooglecal2php/#comments</comments>
		<pubDate>Sun, 23 Mar 2008 05:12:37 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
		
		<category><![CDATA[Google]]></category>

		<category><![CDATA[Hacking]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.lindenlan.net/2008/03/22/how-to-install-mygooglecal2php/</guid>
		<description><![CDATA[One of my readers asked for a step-by-step set of instructions to install MyGoogleCal2.php.  My original posts for restyling Google Calendar did assume a certain level of expertise.  This should hopefully help those who are still confused.
Share This
]]></description>
			<content:encoded><![CDATA[<p>One of my readers asked for a step-by-step set of instructions to install <a href="http://www.lindenlan.net/2007/10/14/restyle-google-calendar-2/">MyGoogleCal2.php</a>.  My original posts for restyling Google Calendar did assume a certain level of expertise.  This should hopefully help those who are still confused.</p>
<p> <a href="http://www.lindenlan.net/2008/03/22/how-to-install-mygooglecal2php/#more-54" class="more-link">(more&#8230;)</a></p>
<p class="akst_link"><a href="http://www.lindenlan.net/?p=54&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_54" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.lindenlan.net/2008/03/22/how-to-install-mygooglecal2php/feed/</wfw:commentRss>
		</item>
		<item>
		<title>RSpec, Autotest, and Ruby-Libnotify</title>
		<link>http://www.lindenlan.net/2008/03/03/rspec-autotest-and-ruby-libnotify/</link>
		<comments>http://www.lindenlan.net/2008/03/03/rspec-autotest-and-ruby-libnotify/#comments</comments>
		<pubDate>Tue, 04 Mar 2008 04:35:37 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://www.lindenlan.net/2008/03/03/rspec-autotest-and-ruby-libnotify/</guid>
		<description><![CDATA[After many false starts, I decided that I really needed to wrap my head around unit testing when writing Rails applications.  I more or less completed a Rails 1.2.3 application without any formal tests, and I would like to upgrade it to 2.0.2 and make it RESTful in the process.  At the same [...]]]></description>
			<content:encoded><![CDATA[<p>After many false starts, I decided that I really needed to wrap my head around unit testing when writing Rails applications.  I more or less completed a Rails 1.2.3 application without any formal tests, and I would like to upgrade it to 2.0.2 and make it RESTful in the process.  At the same time, I&#8217;ve moved from a Windows development environment to a *nix one after installing Xubuntu on my laptop (an old Compaq Presario).  I&#8217;ve also switched from Cream to Emacs.  Despite my Windows desktop being more than twice as fast as my laptop, I just could not stand not being in a true *nix environment.  Too much of the Windows idiosyncrasies got on my nerves.  And my switch from Cream to Emacs was because I just didn&#8217;t like the instability of the hacks required to make Vim less of a modal editor.  If I tire of Emacs, I may try pure Vim instead, but I remember <a href="http://www.lindenlan.net/2006/10/27/i-have-cream-but-could-use-more-sugar/">installing Cream</a> simply because I didn&#8217;t like pure Vim to start with.  So with these various changes going on with my Rails programming environment, I figured it was an ideal time to learn to formally test my applications.  Of course the first part is setting up the testing environment so that it is easy to use, stays out of your way, and is informative.</p>
<p> <a href="http://www.lindenlan.net/2008/03/03/rspec-autotest-and-ruby-libnotify/#more-52" class="more-link">(more&#8230;)</a></p>
<p class="akst_link"><a href="http://www.lindenlan.net/?p=52&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_52" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.lindenlan.net/2008/03/03/rspec-autotest-and-ruby-libnotify/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Wolf Around the World</title>
		<link>http://www.lindenlan.net/2008/02/27/wolf-around-the-world/</link>
		<comments>http://www.lindenlan.net/2008/02/27/wolf-around-the-world/#comments</comments>
		<pubDate>Thu, 28 Feb 2008 05:06:38 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
		
		<category><![CDATA[Anime]]></category>

		<category><![CDATA[Gaming]]></category>

		<category><![CDATA[Hacking]]></category>

		<guid isPermaLink="false">http://www.lindenlan.net/2008/02/27/wolf-around-the-world/</guid>
		<description><![CDATA[I watch anime.  That, Lego blocks, and video games are the three childhood vices I never outgrew.  It&#8217;s just that my hobbies have matured along with me.  I now prefer games that are rated M even though I still enjoy those that are rated E.  I now prefer Technic sets over [...]]]></description>
			<content:encoded><![CDATA[<p>I watch anime.  That, Lego blocks, and video games are the three childhood vices I never outgrew.  It&#8217;s just that my hobbies have matured along with me.  I now prefer games that are rated M even though I still enjoy those that are rated E.  I now prefer Technic sets over LEGOLAND Space sets.  I now prefer anime that deal with mature themes (e.g. Sayonara Zetsubou Sensei, Seirei no Moribito) over those that are juvenile (Pokemon).  I wish more animated shows in the US were more like those from Japan.</p>
<p> <a href="http://www.lindenlan.net/2008/02/27/wolf-around-the-world/#more-49" class="more-link">(more&#8230;)</a></p>
<p class="akst_link"><a href="http://www.lindenlan.net/?p=49&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_49" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.lindenlan.net/2008/02/27/wolf-around-the-world/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
