<?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:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
  <channel>
    <title>Global Reset (Blog)</title>
    <link>http://blog.globalreset.org</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>A blog by a Mac Switcher, TiVo Addict, Gamer, Computer Engineer, and Objectivist</description>
    <geo:lat>32.809</geo:lat><geo:long>-96.797</geo:long><image><link>http://blog.globalreset.org</link><url>http://photos17.flickr.com/19706565_43f23477f8_o.jpg</url><title>Global Reset - Scott Hughes</title></image><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/globalresetblog" type="application/rss+xml" /><feedburner:browserFriendly>This is an XML content feed. It is intended to be viewed in a newsreader or syndicated to another site, subject to copyright and fair use.</feedburner:browserFriendly><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
      <title>Upgraded to Typo 4.0.3</title>
      <description>&lt;p&gt;Finally got around to upgrading this blog to the 4.0 series of Typo.  I did have a couple of problems with it, but nothing major.  I started by trying to use the new Typo gem, doing a local install into my own gem folder.  This failed because one of the dependencies for Typo requires Ruby 1.8.4, but I only have 1.8.2 available to me on Dreamhost.  I almost went down the path of building my own ruby binary (I&amp;#8217;d done this before when Dreamhost was slow to catch up) but decided I&amp;#8217;d try installing Typo the old fashioned way:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;svn co http://typosphere.org/trunk typo
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;I copied my old database.yml file into the config folder.  Then I edited config/environment.rb to force rails into production mode.  When I ran &amp;#8216;rake migrate&amp;#8217; I got an error:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;== FixCanonicalServerUrl: migrating ==============
rake aborted!
You have a nil object when you didn't expect it!
The error occured while evaluating nil.gsub
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;A quick google search showed other people with the same problem, but no solution.  I made a quick patch to db/migrate/051&lt;em&gt;fix&lt;/em&gt;canonical&lt;em&gt;server&lt;/em&gt;url.rb that let me get past the problem.  After the variable &amp;#8216;b&amp;#8217; is initialized, I added:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;b.settings['canonical_server_url'] ||= 'http://blog.globalreset.org'
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;I really like the changes they made to the admin interface.  It&amp;#8217;s much easier to handle deleting spam comments now.  I have yet to see how the Akismet interaction works though.  I did have a problem with comment deletion that I haven&amp;#8217;t solved.  If I create a new comment which is unclassified (neither &amp;#8216;ham&amp;#8217; nor &amp;#8216;spam&amp;#8217;, whatever that means), I can&amp;#8217;t delete it.  I see an error in the production log that you can&amp;#8217;t delete a &amp;#8216;frozen hash&amp;#8217;.  I also had to modify the way my theme invokes the sidebar.  They simplified it down to just &amp;#8216;render_sidebars&amp;#8217; instead of the complicated invocation of a particular action on the sidebar controller.  I&amp;#8217;d expect fancier themes than mine to have a few more problems.  But, I think the management interface upgrades are enough reason to go through the effort.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/globalresetblog?a=YFnyYQbdVYQ:9nYYyHQSVDI:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/globalresetblog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/globalresetblog?a=YFnyYQbdVYQ:9nYYyHQSVDI:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/globalresetblog?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/globalresetblog?a=YFnyYQbdVYQ:9nYYyHQSVDI:aKCwKftKxY0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/globalresetblog?i=YFnyYQbdVYQ:9nYYyHQSVDI:aKCwKftKxY0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/globalresetblog?a=YFnyYQbdVYQ:9nYYyHQSVDI:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/globalresetblog?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
      <pubDate>Sat, 09 Sep 2006 16:56:00 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:282cf937-8811-446f-b1ec-765d4ebce504</guid>
      <author>Scott Hughes</author>
      <link>http://feedproxy.google.com/~r/globalresetblog/~3/YFnyYQbdVYQ/upgraded-to-typo-4-0-3</link>
      <category>Technology</category>
      <category>Typo</category>
      <category>RubyOnRails</category>
      <category>Dreamhost</category>
    <feedburner:origLink>http://blog.globalreset.org/articles/2006/09/09/upgraded-to-typo-4-0-3</feedburner:origLink></item>
    <item>
      <title>Scuba Trip to Key Largo</title>
      <description>&lt;p&gt;&lt;div class='broken_flickr_link'&gt;`238087694&amp;#8217; could not be displayed because: &lt;br /&gt;File does not exist: .&lt;/div&gt;  &lt;/p&gt;

&lt;p&gt;For my labor day holiday this year I went on my first ocean scuba trip.  Up until this point, &lt;a href="http://blog.erik.rainey.name"&gt;Erik&lt;/a&gt; and I have only been diving at the local lakes.  Not that I&amp;#8217;m a stranger to the ocean&amp;#8230;  I spent a lot of my childhood snorkeling around in Key Largo.  This is the first time I was able to visit the stuff that lives &gt;30ft down though.  Just like my last two ski trips, I have written (or am working on) a more detailed log of the whole adventure.  You can catch all the gory details on my &lt;a href="http://blog.globalreset.org/pages/scubalog-keylargo2006"&gt;Scuba Log - Key Largo 2006&lt;/a&gt; page.&lt;br/&gt;
&lt;BR&gt;&lt;BR&gt;
If you just want to skip to the pictures, I put plenty of them up in my &lt;a href="http://flickr.com/photos/globalreset/sets/72157594271270755/"&gt;Key Largo 2006 photoset&lt;/a&gt; on &lt;a href="http://flickr.com/"&gt;Flickr&lt;/a&gt;.  Also, Dirk got some great video footage of us &lt;a href="http://www.youtube.com/view_play_list?p=5B70D4D86D67ADB8"&gt;exploring the USS Spiegel Grove&lt;/a&gt; that I posted on &lt;a href="http://youtube.com/"&gt;YouTube&lt;/a&gt;.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/globalresetblog?a=I_8WyNtCnHA:dkFOBFN8Ejo:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/globalresetblog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/globalresetblog?a=I_8WyNtCnHA:dkFOBFN8Ejo:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/globalresetblog?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/globalresetblog?a=I_8WyNtCnHA:dkFOBFN8Ejo:aKCwKftKxY0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/globalresetblog?i=I_8WyNtCnHA:dkFOBFN8Ejo:aKCwKftKxY0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/globalresetblog?a=I_8WyNtCnHA:dkFOBFN8Ejo:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/globalresetblog?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
      <pubDate>Sat, 09 Sep 2006 16:55:00 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:3a7bd024-b9b2-40ce-94db-91179b8d74c3</guid>
      <author>Scott Hughes</author>
      <link>http://feedproxy.google.com/~r/globalresetblog/~3/I_8WyNtCnHA/scuba-trip-to-key-largo</link>
      <category>Personal</category>
      <category>Adventure</category>
      <category>vacation</category>
      <category>scuba</category>
    <feedburner:origLink>http://blog.globalreset.org/articles/2006/09/09/scuba-trip-to-key-largo</feedburner:origLink></item>
    <item>
      <title>Cutting out the middle man</title>
      <description>&lt;p&gt;Nicole and I have successfully switched from renting an apartment from a landlord to renting a house directly from a bank.  In some circles, this is referred to as home ownership.  I hear that when you rent directly from the bank, you have to pay your own maintenance costs but there might be some &amp;#8216;equity&amp;#8217; left over at the end.  We are looking forward to this &amp;#8216;equity&amp;#8217;, if it every shows it head.&lt;/p&gt;

&lt;p&gt;Now comes the job of transplanting everything we own&amp;#8230;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/globalresetblog?a=bWJg0WtAf00:0YH2qf9eb3g:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/globalresetblog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/globalresetblog?a=bWJg0WtAf00:0YH2qf9eb3g:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/globalresetblog?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/globalresetblog?a=bWJg0WtAf00:0YH2qf9eb3g:aKCwKftKxY0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/globalresetblog?i=bWJg0WtAf00:0YH2qf9eb3g:aKCwKftKxY0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/globalresetblog?a=bWJg0WtAf00:0YH2qf9eb3g:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/globalresetblog?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
      <pubDate>Thu, 22 Jun 2006 15:31:00 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:706461c4-44a4-4546-89d3-49c0c775abbd</guid>
      <author>Scott Hughes</author>
      <link>http://feedproxy.google.com/~r/globalresetblog/~3/bWJg0WtAf00/cutting-out-the-middle-man</link>
      <category>Personal</category>
      <category>home_buying</category>
    <feedburner:origLink>http://blog.globalreset.org/articles/2006/06/22/cutting-out-the-middle-man</feedburner:origLink></item>
    <item>
      <title>Fountainhead Cameo</title>
      <description>&lt;p&gt;I watched the trailer for the upcoming film &lt;a href="http://www.apple.com/trailers/warner_independent_pictures/ascannerdarkly/"&gt;A Scanner Darkly&lt;/a&gt; and a brief cameo of Ayn Rand&amp;#8217;s The Fountainhead caught my eye.  It looks like an interesting movie.  I kind of like the art style, where real actors are colored over.  I&amp;#8217;m not sure if it&amp;#8217;ll get old after a few minutes, but I&amp;#8217;m willing to give it a shot.&lt;/p&gt;

&lt;p&gt;&lt;div class='broken_flickr_link'&gt;`162539227&amp;#8217; could not be displayed because: &lt;br /&gt;File does not exist: .&lt;/div&gt;&lt;/p&gt;

&lt;p&gt;The character shown holding the book is not the best advocate for Ayn Rand&amp;#8217;s novels.  The scene leading up to this one showed him screaming about something in his hair (the government?), then he&amp;#8217;s staring down the barrel of a weapon held by a guy in a suit who has a head with a hundred eyes.  There are obvious dystopian overtones here, which makes me wonder why he wasn&amp;#8217;t reading Atlas Shrugged.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;Update&lt;/strong&gt;&lt;/em&gt;:  Figured out why he&amp;#8217;s holding a copy of The Fountainhead&amp;#8230;  From the pages of A Scanner Darkly:&lt;/p&gt;

&lt;blockquote&gt;
    &lt;p&gt;He spent several days deciding on the artifacts. Much longer than he had spent deciding to kill himself, and approximately the same time required to get that many reds. He would be found lying on his back, on his bed, with a copy of Ayn Rand&amp;#8217;s The Fountainhead (which would prove he had been a misunderstood superman rejected by the masses and so, in a sense, murdered by their scorn) and an unfinished letter to Exxon protesting the cancellation of his gas credit card. That way he would indict the system and achieve something by his death, over and above what the death itself achieved.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Ugh&amp;#8230;  What an awful interpretation of the book.  Roark rejected the &amp;#8220;masses&amp;#8221; (or rather the idea that society was more important than the individual); he didn&amp;#8217;t give a damn if society at large did likewise to him.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/globalresetblog?a=wq4A84voGwM:Fk2WTV-29mA:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/globalresetblog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/globalresetblog?a=wq4A84voGwM:Fk2WTV-29mA:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/globalresetblog?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/globalresetblog?a=wq4A84voGwM:Fk2WTV-29mA:aKCwKftKxY0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/globalresetblog?i=wq4A84voGwM:Fk2WTV-29mA:aKCwKftKxY0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/globalresetblog?a=wq4A84voGwM:Fk2WTV-29mA:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/globalresetblog?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
      <pubDate>Wed, 07 Jun 2006 12:35:00 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:3f21b131-af58-4611-9404-db78aa9929bb</guid>
      <author>Scott Hughes</author>
      <link>http://feedproxy.google.com/~r/globalresetblog/~3/wq4A84voGwM/fountainhead-cameo</link>
      <category>Entertainment</category>
      <category>fountainhead</category>
      <category>ayn_rand</category>
      <category>a_scanner_darkly</category>
      <category>movies</category>
    <feedburner:origLink>http://blog.globalreset.org/articles/2006/06/07/fountainhead-cameo</feedburner:origLink></item>
    <item>
      <title>The Proper Response</title>
      <description>&lt;p&gt;When someone tells you that they are buying a house (shopping around, under contract, closing, whatever)&amp;#8230;  The proper response is not &amp;#8220;Congratulations!&amp;#8221;  Instead, one should hang his head low and with a concerned face ask, &amp;#8220;Sorry buddy, is there anything I can do to help?&amp;#8221;&lt;/p&gt;

&lt;p&gt;Home inspectors, mortgages, appraisals, surveys, closing costs, origination fees, APR, points, homeowner&amp;#8217;s insurance, hazard insurance, 15 yr vs 30 yr, 10% down vs 20% down, HOA vs HOB, and actually worrying about what the Fed is going to do next&amp;#8230;&lt;/p&gt;

&lt;p&gt;This is no small undertaking.  So, next time a friend of yours says he&amp;#8217;s buying a house, don&amp;#8217;t patronize him with that smile.  Try to empathize.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Update 6/7/06:&lt;/em&gt;&lt;br/&gt;
I noticed a lot of hits for people looking for information on HOA vs HOB.  I was surprised to see that I was at the top of the google search results for the query &amp;#8220;HOA vs HOB&amp;#8221;, so I thought I&amp;#8217;d enlighten any searchers on what I learned about it.  There wasn&amp;#8217;t a lot of info that I could find on it as I searched and I eventually discovered it&amp;#8217;s because it&amp;#8217;s kind of a meaningless distinction.  In general, HOB is supposed to mean more coverage than HOA.  However, in practice it isn&amp;#8217;t always true.  By more coverage, I mean that an HOB would typically cover mold damage, while an HOA would not.  In the state of Texas, we are recovering from a mold damage bonanza where a lot of people were making claims a few years ago after some babies got sick (at least one died) from inhaling mold spores.  So, HOB policies here will now exclude mold damage by default with an option to buy it back at an increased price.  The HOB is typically recommended as the best deal for your money (and the HOC is just way overboard), but for my money I decided to go with an HOA-Amended.  It&amp;#8217;s &amp;#8216;amended&amp;#8217; basically with all the extras that make it an HOB.  The basic lesson that I wanted to get across here is that the difference between an HOA and an HOB doesn&amp;#8217;t matter at all.  Instead of worrying about this label, ask the insurance company who is sending you the quote to give you a detailed list of all the coverages included.  Compare the specific coverages between the insurers and make sure you&amp;#8217;re not saving money at the cost of a necessary coverage item (like accidental water damage).  You should try to get as many quotes as you can&amp;#8230;  If you only got one quote, I can practically guarantee that you are overpaying.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/globalresetblog?a=nyQwODRaQ1M:exQaGpfvMuI:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/globalresetblog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/globalresetblog?a=nyQwODRaQ1M:exQaGpfvMuI:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/globalresetblog?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/globalresetblog?a=nyQwODRaQ1M:exQaGpfvMuI:aKCwKftKxY0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/globalresetblog?i=nyQwODRaQ1M:exQaGpfvMuI:aKCwKftKxY0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/globalresetblog?a=nyQwODRaQ1M:exQaGpfvMuI:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/globalresetblog?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
      <pubDate>Wed, 17 May 2006 15:01:00 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:5ef5d6eb-85c2-41fb-a04a-fb5aac478198</guid>
      <author>Scott Hughes</author>
      <link>http://feedproxy.google.com/~r/globalresetblog/~3/nyQwODRaQ1M/the-proper-response</link>
      <category>Aggravation</category>
      <category>home_buying</category>
    <feedburner:origLink>http://blog.globalreset.org/articles/2006/05/17/the-proper-response</feedburner:origLink></item>
    <item>
      <title>Object-Oriented Programming Requires Good Epistemology</title>
      <description>&lt;p&gt;When I first started reading about the Objectivist theory of concept-formation, I got really interested in the possible crossover between people who actively practice good mental integration and the folks who enjoy designing a polished object-oriented (OO) API.  Building a new concept by finding the commonalities between a couple of referrents and omitting the specific measurements is exactly the kind of exercise an object-oriented programmer is very familiar with.  The measurement-omission step of concept-formation is identical to the process used by an OO programmer to identify the necessary &amp;#8220;instance variables&amp;#8221; of a given class.  A good OO programmer is going to practice the same principles of unit-economy that makes real-world concepts useful, so that we can integrate an unlimited amount of data using a finite amount of symbols.&lt;/p&gt;

&lt;p&gt;Any actual OO compiler is going to limit your expressiveness to only very simple forms of composition and inheritance, which is unfortunate in that you&amp;#8217;ll hit roadblocks often when trying to model real-world relationships&amp;#8230;  But also very fortunate in that it saves me a lot of typing.  So I wouldn&amp;#8217;t say that an OO programmer could breeze through an epistemology book, though he would have a good head start.&lt;/p&gt;

&lt;p&gt;It does seem to me that it would be easy to get an Objectivist doing OO design.  If they were missing a background in math and algorithms, it might be tough to get them writing real code but they could still likely handle a high-level OO Architect position.  This idea has held up pretty well given the high number of computer scientists you meet at Objectivist gatherings.  Most of my close friends who are Objectivists (including my wife) are also programmers.  I suppose that ratio is weighted since I will tend toward making friends who are smart and work in a similar field.&lt;/p&gt;

&lt;p&gt;As a corollary, I found out (thanks to &lt;a href="http://www.hblist.com"&gt;Harry Binswanger&amp;#8217;s wonderful mailing list&lt;/a&gt;) that &lt;a href="http://en.wikipedia.org/wiki/Grady_Booch"&gt;Grady Booch&lt;/a&gt;, chief scientist at Rational Software and co-creator of the Unified Modeling Language (UML), actually cites Ayn Rand&amp;#8217;s &lt;a href="http://www.aynrandbookstore2.com/store/prodinfo.asp?number=AR21B"&gt;Introduction to Objectivist Epistemology&lt;/a&gt; in his book Object-Oriented Analysis and Design.  I don&amp;#8217;t know to what extent Rand was an influence (I&amp;#8217;d assume it&amp;#8217;s possible that both Rand and Booch were equally influenced by Aristotle, et al, on the theories of categories/classification), but it&amp;#8217;s interesting to see another computer scientist (a well-known one even) credit the Objectivist theory of epistemology.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/globalresetblog?a=K_RttQohabg:DLyLBc-ucms:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/globalresetblog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/globalresetblog?a=K_RttQohabg:DLyLBc-ucms:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/globalresetblog?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/globalresetblog?a=K_RttQohabg:DLyLBc-ucms:aKCwKftKxY0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/globalresetblog?i=K_RttQohabg:DLyLBc-ucms:aKCwKftKxY0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/globalresetblog?a=K_RttQohabg:DLyLBc-ucms:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/globalresetblog?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
      <pubDate>Tue, 18 Apr 2006 19:29:00 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:7ef910d8-98da-4d72-855e-11c50ee120a5</guid>
      <author>Scott Hughes</author>
      <link>http://feedproxy.google.com/~r/globalresetblog/~3/K_RttQohabg/oop-is-good-epistemology</link>
      <category>Objectivism</category>
      <category>philosophy</category>
      <category>objectivism</category>
      <category>oop</category>
      <category>epistemology</category>
    <feedburner:origLink>http://blog.globalreset.org/articles/2006/04/18/oop-is-good-epistemology</feedburner:origLink></item>
    <item>
      <title>Chaiyya Chaiyya</title>
      <description>&lt;p&gt;A few weeks ago, I made a post to my &lt;a href="http://del.icio.us/shughes"&gt;delicious&lt;/a&gt; page referring to the Chaiyya Chaiyya song and dance routine from the Bollywood film Dil Se.  Since then, I see at least 20 hits a day from google looking for information on Chaiyya Chaiyya.  Since the post to delicious quickly scrolled off my sidebar (which only shows the most recent items), I&amp;#8217;d thought I&amp;#8217;d post it here for all to see.&lt;/p&gt;

&lt;p&gt;I discovered the song (like many recent fans) through the recent film The Inside Man.  It was the opening song, with a closing version that included some rap from Panjabi MC (whom I also enjoy).  The song is immediately infectious.  I was searching for more information about it and I discovered the full video on Google Video.  It&amp;#8217;s an amazing routine performed completely on top of a moving train.  I&amp;#8217;m not sure what safety measures they had in place, but those dancers sure look brave to me.&lt;/p&gt;

&lt;p&gt;According to my friend &lt;a href="http://observer.blogsome.com"&gt;Chowdary&lt;/a&gt;, Chaiyya means shadow.  The fella in the red jacket is living in the shadow of love, as he&amp;#8217;s obsessed with a beautiful woman.  I got some of the song translated, but it kind of takes away from the magic without the lyrical poetry.  He assures me that the lyrics are consistent with the video: a very uplifting example of romantic art.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewAlbum?s=143441&amp;amp;i=129198544&amp;amp;id=129198207"&gt;Chaiyya Chaiyya Bollywood Joint&lt;/a&gt; &amp;#8211; from iTunes (Panjabi MC Remix)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://video.google.com/videoplay?docid=2402548656402694778&amp;amp;q=dil+se"&gt;The train scene from Dil Se&lt;/a&gt; &amp;#8211; from Google Video&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.amazon.com/exec/obidos/ASIN/B00008IAJV/virtualcreativit/"&gt;Dil Se&lt;/a&gt; &amp;#8211; on DVD&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Spoiler alert:&lt;/strong&gt; &lt;em&gt;Apparently, the girl the guy is in love with is a terrorist bomber.  What a bummer&amp;#8230;&lt;/em&gt;&lt;/p&gt;
&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-8278267498103788";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text";
google_ad_channel ="";
google_color_border = "FF4500";
google_color_bg = "FFEBCD";
google_color_link = "DE7008";
google_color_url = "E0AD12";
google_color_text = "8B4513";
//--&gt;&lt;/script&gt;
&lt;script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/globalresetblog?a=7zTvRI7q3jc:IdBpyL6AqrQ:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/globalresetblog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/globalresetblog?a=7zTvRI7q3jc:IdBpyL6AqrQ:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/globalresetblog?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/globalresetblog?a=7zTvRI7q3jc:IdBpyL6AqrQ:aKCwKftKxY0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/globalresetblog?i=7zTvRI7q3jc:IdBpyL6AqrQ:aKCwKftKxY0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/globalresetblog?a=7zTvRI7q3jc:IdBpyL6AqrQ:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/globalresetblog?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
      <pubDate>Fri, 14 Apr 2006 09:56:00 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:dd0c88ca-011a-4042-a170-7f6a73b384de</guid>
      <author>Scott Hughes</author>
      <link>http://feedproxy.google.com/~r/globalresetblog/~3/7zTvRI7q3jc/chaiyya-chaiyya</link>
      <category>Entertainment</category>
      <category>dil_se</category>
      <category>chaiyya</category>
      <category>bollywood</category>
      <category>art</category>
      <category>movie</category>
    <feedburner:origLink>http://blog.globalreset.org/articles/2006/04/14/chaiyya-chaiyya</feedburner:origLink></item>
    <item>
      <title>Immigration</title>
      <description>&lt;p&gt;Since I was away on vacation, I missed some of the details about these local protests (rallies?) against this latest immigration bill.  I suppose the big issue is the provision to make it a felony act to be in the country without the proper paperwork.  And I have to agree with the protesters: It is ridiculous to consider hard-working &amp;#8220;Americans-in-spirit&amp;#8221; as felons&amp;#8230;   And I&amp;#8217;m more scared than anybody else when it comes to the idea of putting up a Berlin Wall between the US and Mexico.  I&amp;#8217;ve always been a supporter of open immigration, but thanks to &lt;a href="http://www.hblist.com"&gt;Harry Binswanger&lt;/a&gt;, there&amp;#8217;s now a &lt;a href="http://www.ilw.com/articles/2006,0329-Binswanger.shtm"&gt;good paper in defense of open immigration&lt;/a&gt; covering all of the important points.  For example, on the claim that open immigration would cause overcrowding:&lt;/p&gt;

&lt;blockquote&gt;
    &lt;p&gt;Take an extreme example. Suppose a tidal wave of immigrants came here. Suppose that half of the people on the planet moved here. That would mean an unthinkable eleven-fold increase in our population&amp;#8211;from 300 million to 3.3 billion people. That would make America almost as &amp;#8220;densely&amp;#8221; populated as today&amp;#8217;s England (360 people/sq. km. vs. 384 people/sq. km.). In fact, it would make us less densely populated than the state of New Jersey (453 per sq. km.). And these calculations exclude Alaska, Hawaii, and counts only land area.&lt;/p&gt;
    
    &lt;p&gt;And contrary to widespread beliefs, high population density is a value not a disvalue. High population density intensifies the division of labor, which makes possible a wider variety of jobs and specialized consumer products. For instance, in Manhattan, there is a &amp;#8220;doll hospital&amp;#8221;&amp;#8211;a store specializing in the repair of children&amp;#8217;s dolls. Such a store and the many specialized, niche businesses require a high population density to have a market. Try finding a doll hospital in Poughkeepsie. In Manhattan, one can find a job as a Pilates Method teacher or as a &amp;#8220;Secret Shopper&amp;#8221; (2 jobs actually listed on Craig&amp;#8217;s List). Not in Paducah.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;I know that I, for one, would love to be able to afford to move into an even denser part of downtown Dallas than where I currently live&amp;#8230;  But more importantly, I welcome hard-working, freedom-loving individuals of any nationality (regardless of their paperwork status) to live in my neighborhood.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/globalresetblog?a=qBOsJqrFcUk:_ZdqoVAU88c:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/globalresetblog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/globalresetblog?a=qBOsJqrFcUk:_ZdqoVAU88c:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/globalresetblog?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/globalresetblog?a=qBOsJqrFcUk:_ZdqoVAU88c:aKCwKftKxY0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/globalresetblog?i=qBOsJqrFcUk:_ZdqoVAU88c:aKCwKftKxY0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/globalresetblog?a=qBOsJqrFcUk:_ZdqoVAU88c:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/globalresetblog?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
      <pubDate>Wed, 12 Apr 2006 21:16:00 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:9ef45df2-9373-418b-87aa-c3ce1e2f2522</guid>
      <author>Scott Hughes</author>
      <link>http://feedproxy.google.com/~r/globalresetblog/~3/qBOsJqrFcUk/immigration</link>
      <category>Politics</category>
      <category>politics</category>
      <category>immigration</category>
      <category>philosophy</category>
    <feedburner:origLink>http://blog.globalreset.org/articles/2006/04/12/immigration</feedburner:origLink></item>
    <item>
      <title>Winter Park 2006</title>
      <description>&lt;p&gt;From April 5th thru April 10th, &lt;a href="http://blog.erik.rainey.name"&gt;Erik&lt;/a&gt; and I joined the &lt;a href="http://www.nortexski.com"&gt;North Texas Skiers&lt;/a&gt; on their trip to &lt;a href="http://www.skiwinterpark.com"&gt;Winter Park&lt;/a&gt;, CO.  The trip is a pretty good deal, costing only $339 for 4 nights lodging (dinner and breakfast buffet included) and transportation (on a sleeper bus).  Just like for our Snowbird trip earlier this year, I wrote a short novel describing all of the major events I want to remember.  If you have a lot of spare time and don&amp;#8217;t mind my below-average narration skills, you can read &lt;a href="http://blog.globalreset.org/pages/skilog-WinterPark2006"&gt;my full ski log for Winter Park&lt;/a&gt;.  Honestly, you can just skip that and get all the important stuff from &lt;a href="http://flickr.com/photos/globalreset/sets/72057594103966570/"&gt;my pictures&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The best part about skiing with the &lt;a href="http://www.nortexski.com"&gt;North Texas Skiers&lt;/a&gt; was all the great advice we got.  Some of the skiers on the trip had about 30 years of ski experience on us, so they had a lot of advice to pass on.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;James coached us with the same tips he&amp;#8217;d gotten from a recent mogul lesson.  Improved my edging remarkably.&lt;/li&gt;
&lt;li&gt;Joe told us about &amp;#8220;pivot turns&amp;#8221; and how to use them to keep out of the crud.  He also convinced me that I need to get an edge sharpener, even for my rental skis.&lt;/li&gt;
&lt;li&gt;Patti convinced me to try skiboards (the short skis, used without poles) on my next trip.  She claims that it&amp;#8217;s much easier for her to do harder runs with them.&lt;/li&gt;
&lt;li&gt;Richard sold me on the importance of having a custom boot insole made for better ski stability.  If you don&amp;#8217;t have an even foot pressure on the bottom of your boot, you are creating pivot points for the ski to wiggle underneath you.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Despite a pretty rough bus ride (in both directions), it was a fun trip.  We ended up with 8 inches of fresh powder on our second day, so you can&amp;#8217;t complain about the skiing.  I&amp;#8217;ll likely just try the shorter bus runs next year (Taos is only 9 hours) and see how that works out for us.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/globalresetblog?a=dZtxmOF9ST0:aBcJSBDrnfM:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/globalresetblog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/globalresetblog?a=dZtxmOF9ST0:aBcJSBDrnfM:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/globalresetblog?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/globalresetblog?a=dZtxmOF9ST0:aBcJSBDrnfM:aKCwKftKxY0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/globalresetblog?i=dZtxmOF9ST0:aBcJSBDrnfM:aKCwKftKxY0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/globalresetblog?a=dZtxmOF9ST0:aBcJSBDrnfM:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/globalresetblog?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
      <pubDate>Wed, 12 Apr 2006 11:23:00 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:50915c67-3c2c-473c-ab54-6093077e3a25</guid>
      <author>Scott Hughes</author>
      <link>http://feedproxy.google.com/~r/globalresetblog/~3/dZtxmOF9ST0/winter-park-2006</link>
      <category>Personal</category>
      <category>Adventure</category>
      <category>ski</category>
      <category>vacation</category>
      <category>winter_park</category>
      <category>colorado</category>
      <category>snow</category>
    <feedburner:origLink>http://blog.globalreset.org/articles/2006/04/12/winter-park-2006</feedburner:origLink></item>
    <item>
      <title>Trackback Spam</title>
      <description>&lt;p&gt;Ever since my last post, where I made mention of trackback spam, I have been targetted by &amp;#8220;trackback spammers&amp;#8221;.  I was getting about 10-20 trackbacks a day since posting it.  I just went through and disabled trackbacks on all my posts (UPDATE contents SET contents.allow_pings=&amp;#8217;0&amp;#8217; WHERE type=&amp;#8217;Article&amp;#8217;).&lt;/p&gt;

&lt;p&gt;It looks like, though I can&amp;#8217;t be certain, they were using Ruby to post the trackbacks.  I say that only because I saw some early ones that had descriptions like &amp;#8220;Testing from Ruby&amp;#8221;.  I guess a rubyist might have wanted to make a point to me about how you can&amp;#8217;t identify the source of trackback spam, so maybe my earlier complaint was misdirected.  It&amp;#8217;s probably lucky for me that Ruby doesn&amp;#8217;t scale well, or else I could have had hundreds of thousands of trackback spam posts from that fella!&lt;/p&gt;

&lt;p&gt;Trackbacks in general are probably just adding noise to the web.  If good indexers like Google and Technorati can tell me when one blog links to another blog, why do I need to advertise who&amp;#8217;s linking on the particular post page?  I guess I&amp;#8217;ll just leave it disabled until I can think of some use for it.  Perhaps replace the trackback link with a direct link to the Technorati cosmos for a particular page (not that my cosmos on Technorati is any less barren than actual space).&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/globalresetblog?a=TKaPAkGXViU:ngKxKmjXQrY:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/globalresetblog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/globalresetblog?a=TKaPAkGXViU:ngKxKmjXQrY:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/globalresetblog?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/globalresetblog?a=TKaPAkGXViU:ngKxKmjXQrY:aKCwKftKxY0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/globalresetblog?i=TKaPAkGXViU:ngKxKmjXQrY:aKCwKftKxY0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/globalresetblog?a=TKaPAkGXViU:ngKxKmjXQrY:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/globalresetblog?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
      <pubDate>Tue, 04 Apr 2006 16:21:00 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:a73d45c2-9221-4e4a-9ac6-e776f697ad35</guid>
      <author>Scott Hughes</author>
      <link>http://feedproxy.google.com/~r/globalresetblog/~3/TKaPAkGXViU/trackback-spam</link>
      <category>Aggravation</category>
      <category>trackback</category>
      <category>spam</category>
    <feedburner:origLink>http://blog.globalreset.org/articles/2006/04/04/trackback-spam</feedburner:origLink></item>
  </channel>
</rss>
