<?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>Linden LAN &#187; Uncategorized</title>
	<atom:link href="http://www.lindenlan.net/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lindenlan.net</link>
	<description></description>
	<lastBuildDate>Sat, 29 Nov 2014 04:54:20 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>Post-Install Ruby on Rails with Passenger on Media Temple (dv) 3.5</title>
		<link>http://www.lindenlan.net/2009/08/11/post-install-ruby-on-rails-with-passenger-on-media-temple-dv/</link>
		<comments>http://www.lindenlan.net/2009/08/11/post-install-ruby-on-rails-with-passenger-on-media-temple-dv/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 05:32:24 +0000</pubDate>
		<dc:creator><![CDATA[Brian]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.lindenlan.net/?p=338</guid>
		<description><![CDATA[So Greg Goodwin has a very good post on installing Ruby on Rails with Passenger on a Media Temple dedicated virtual server. However, there were some post-install gotchas I ran into. I don’t recall running into these problems before. Perhaps I did and solved them last time, but did not write the solutions down. Well [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>So <a href="http://greggoodwin.com/post/86665217/rubyonrailswithpassengeronmediatempledv35">Greg Goodwin</a> has a very good post on installing Ruby on Rails with Passenger on a Media Temple dedicated virtual server.  However, there were some post-install gotchas I ran into.  I don’t recall running into these problems before.  Perhaps I did and solved them last time, but did not write the solutions down.  Well now I’m going to.</p>
<p><span id="more-338"></span></p>
<ol>
<li>
<p>The mysql gem will error out if you use:</p>
<p><code>gem install mysql</code></p>
<p>You need to use:</p>
<p><code>gem install mysql -- --with-mysql-config=/usr/lib/mysql/mysql_config</p>
</li>
<li>
<p>If you use capistrano, the apache user needs write access to the folders under <code>shared</code>.  <code>chown -R FTPUSER:psaserv shared</code> should do the trick</li>
<li>
<p>For setting up actionmailer, make sure delivery_method is set to :sendmail.</p>
</li>
<li>
<p>Some gems/plugins have external dependencies and may fail silently, for example Paperclip which depends on ImageMagick.  <code>yum install ImageMagick</code> will fix that.  Is there a way to check for these sort of dependencies similar to config.gem?</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.lindenlan.net/2009/08/11/post-install-ruby-on-rails-with-passenger-on-media-temple-dv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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><![CDATA[Brian]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Olympics]]></category>
		<category><![CDATA[Sports]]></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 medal colors. As [&#8230;]]]></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><span id="more-63"></span></p>
<table>
<tr>
<th>Country</th>
<th>Gold</th>
<th>Silver</th>
<th>Bronze</th>
<th>Weighted Total</th>
</tr>
<tr>
<td>CHN</td>
<td>51</td>
<td>21</td>
<td>28</td>
<td>223</td>
</tr>
<tr>
<td>USA</td>
<td>36</td>
<td>38</td>
<td>36</td>
<td>220</td>
</tr>
<tr>
<td>RUS</td>
<td>23</td>
<td>21</td>
<td>28</td>
<td>139</td>
</tr>
<tr>
<td>GBR</td>
<td>19</td>
<td>13</td>
<td>15</td>
<td>98</td>
</tr>
<tr>
<td>AUS</td>
<td>14</td>
<td>15</td>
<td>17</td>
<td>89</td>
</tr>
</table>
<p>It’s interesting to note how close China and the USA match up.  </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lindenlan.net/2008/08/24/tally-ho-olympic-medal-rankings-should-be-weighted/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>18–1</title>
		<link>http://www.lindenlan.net/2008/02/03/18-1/</link>
		<comments>http://www.lindenlan.net/2008/02/03/18-1/#comments</comments>
		<pubDate>Mon, 04 Feb 2008 06:05:20 +0000</pubDate>
		<dc:creator><![CDATA[Brian]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Sports]]></category>
		<category><![CDATA[Super Bowl]]></category>

		<guid isPermaLink="false">http://www.lindenlan.net/2008/02/03/18-1/</guid>
		<description><![CDATA[Grats to the Giants. Grats to Eli. I’m glad to see you’ve come into your own. Too bad MVP is an individual award since the NY defensive line kicked ass. Belichick, you’re an ass. You snubbed Peyton and you ignored Eli and left early. Learn not to be a sore loser. Long live the 72 [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><a href="http://sports.espn.go.com/nfl/recap?gameId=280203017">Grats to the Giants</a>.  Grats to Eli.  I’m glad to see you’ve come into your own.  Too bad MVP is an individual award since the NY defensive line kicked ass.  Belichick, you’re an ass.  <a href="http://sportsprof.blogspot.com/2007/01/belichick-snub.html">You snubbed Peyton</a> and you ignored Eli and left early.  Learn not to be a sore loser.  Long live the <a href="http://en.wikipedia.org/wiki/1972_Miami_Dolphins_season">72 Dolphin’s perfect season</a>.  I miss you Shula.  </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lindenlan.net/2008/02/03/18-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Calendar Casting Call</title>
		<link>http://www.lindenlan.net/2008/01/10/calendar-casting-call/</link>
		<comments>http://www.lindenlan.net/2008/01/10/calendar-casting-call/#comments</comments>
		<pubDate>Fri, 11 Jan 2008 02:51:24 +0000</pubDate>
		<dc:creator><![CDATA[Brian]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Hacking]]></category>

		<guid isPermaLink="false">http://www.lindenlan.net/2008/01/10/calendar-casting-call/</guid>
		<description><![CDATA[Did you restyle your embedded Google Calendar using MyGoogleCal? Maybe you’ve restyled Google Calendar Gadget by following my instructions to modify the XML configuration? Do you want to show off how you integrated your calendar into your site? Just leave a URL comment with a link to your web site.]]></description>
				<content:encoded><![CDATA[<p>Did you restyle your embedded Google Calendar using <a href="http://www.lindenlan.net/2007/10/14/restyle-google-calendar-2/">MyGoogleCal</a>?  Maybe you’ve <a href="http://www.lindenlan.net/2007/06/18/restyle-google-calendar-gadget/">restyled Google Calendar Gadget</a> by following my instructions to modify the XML configuration?  Do you want to show off how you integrated your calendar into your site?  Just leave a URL comment with a link to your web site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lindenlan.net/2008/01/10/calendar-casting-call/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Life Is Out There</title>
		<link>http://www.lindenlan.net/2007/11/06/life-is-out-there/</link>
		<comments>http://www.lindenlan.net/2007/11/06/life-is-out-there/#comments</comments>
		<pubDate>Wed, 07 Nov 2007 00:35:41 +0000</pubDate>
		<dc:creator><![CDATA[Brian]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Science]]></category>

		<guid isPermaLink="false">http://www.lindenlan.net/2007/11/06/life-is-out-there/</guid>
		<description><![CDATA[Like many children inspired during the height of the NASA shuttle program, I once wanted to be an astronaut. Also having grown up with the likes of E.T., the Transformers, Robotech, and a multitude of other scifi stories and questionable newscasts about UFO sightings, I was fascinated with the idea of extraterrestrial life. Now given [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Like many children inspired during the height of the NASA shuttle program, I once wanted to be an astronaut.  Also having grown up with the likes of <a href="http://imdb.com/title/tt0083866/">E.T.</a>, the <a href="http://www.transformers.com/">Transformers</a>, <a href="http://www.robotech.com/">Robotech</a>, and a multitude of other scifi stories and questionable newscasts about UFO sightings, I was fascinated with the idea of extraterrestrial life.  Now given the vastness of this universe, I don’t have the hubris to believe that we’re the only life contained within it.  After reading <a href="http://www.harvardmagazine.com/2007/11/the-undiscovered-planet.html">The Undiscovered Planet</a>, it turns out we can’t even call ourselves the dominant form of life on this planet, even if we judge ourselves as the most intelligent—which is certainly debatable.  The honor of the most dominant life form on this planet goes to microbial life.  The article even postulates that should life exist elsewhere it will most likely be microbial.  So it wouldn’t be too far-fetched to hypothesize that the most dominant life form in the universe is microbial.  Now this shouldn’t put a damper on SETI’s efforts which looks for extraterrestrial intelligent life.  Even if the majority life in the universe is microbial, <a href="http://en.wikipedia.org/wiki/Drake_equation">Drake’s equation</a> by conservative estimates puts the number of intelligent civilizations in a galaxy as non-zero.  Plus sensitivity of communication sensors continually improve.   Yet it will probably be a long time before we get sensors so sensitive that can detect life on a microscopic scale over stellar distances if such a feat is physically possible.  Which probably means that we’ll most likely encounter this microbial life first-hand as either human explorers or more likely by proxy via robotic probes.  It’s funny; space viruses may not be science fiction after all.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lindenlan.net/2007/11/06/life-is-out-there/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>All Your Key Belong To Us</title>
		<link>http://www.lindenlan.net/2007/05/01/all-your-key-belong-to-us/</link>
		<comments>http://www.lindenlan.net/2007/05/01/all-your-key-belong-to-us/#comments</comments>
		<pubDate>Wed, 02 May 2007 06:43:31 +0000</pubDate>
		<dc:creator><![CDATA[Brian]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Censorship]]></category>
		<category><![CDATA[Digg]]></category>
		<category><![CDATA[DRM]]></category>

		<guid isPermaLink="false">http://www.lindenlan.net/2007/05/01/all-your-key-belong-to-us/</guid>
		<description><![CDATA[“May Day” is exactly what Digg is exclaiming right now. Anyone who’s a regular reader of Digg, Slashdot and the like knows, users are doing nothing short of revolting against DRM and responding to—what people say is uncalled for—censorship (even if its in a site’s power to moderate the user-posted content). They’re flooding Digg with [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>“May Day” is exactly what Digg is exclaiming right now.  Anyone who’s a regular reader of Digg, Slashdot and the like knows, users are doing nothing short of revolting against DRM and responding to—what people say is uncalled for—censorship (even if its in a site’s power to moderate the user-posted content).  They’re flooding Digg with links to ever more <a href="http://electriblog.com/?p=116">creative</a> <a href="http://farm1.static.flickr.com/191/480556169_6d731d2416_o.jpg">expressions</a> of the access key for unlocking HD-DVDs.  The MPAA might as well just throw in the towel and either generate a new key, develop a new copy-protection scheme (that will get defeated sooner or later), or just follow the music industry’s lead and phase out DRM all together.   By trying to squash this information, all they’ve done is publicize it even more.  When they say that if it gets on the internet it stays on the internet, they mean it. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lindenlan.net/2007/05/01/all-your-key-belong-to-us/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Then there was light…</title>
		<link>http://www.lindenlan.net/2006/09/09/then-there-was-light/</link>
		<comments>http://www.lindenlan.net/2006/09/09/then-there-was-light/#comments</comments>
		<pubDate>Sat, 09 Sep 2006 21:23:20 +0000</pubDate>
		<dc:creator><![CDATA[Brian]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://www.lindenlan.net/?p=3</guid>
		<description><![CDATA[Putting up a site for my posse was always on the back burner. Odd since my current profession is web development, one would think such a creation would be birthed sooner than later. Yet as studious, hard-working, creative, and focused as the four of us can be, our natural tendency is towards laziness. Many an [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Putting up a site for my posse was always on the back burner.  Odd since my current profession is web development, one would think such a creation would be birthed sooner than later.  Yet as studious, hard-working, creative, and focused as the four of us can be, our natural tendency is towards laziness.  Many an anecdote will attest to that.   Not that laziness is a bad thing.  Getting the most out of the least effort is nothing short of being efficient.   And we should all strive to  <a href="http://www.eere.energy.gov/consumer/">be more efficient</a>.   So in spite of said laziness (and a need to justify a sizable expenditure for a <a href="http://textdrive.com/">hosting plan</a>) I built ourselves a soapbox.  So it begins…</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lindenlan.net/2006/09/09/then-there-was-light/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
