<?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>The MikeCam &#187; Uncategorized</title>
	<atom:link href="http://themikecam.com/blog/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://themikecam.com/blog</link>
	<description>The blog of Miquel Rodriguez Telep (aka Michael Rodriguez-Torrent)</description>
	<lastBuildDate>Tue, 13 Apr 2010 15:09:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>Install Phusion Passenger / mod_rails on a cPanel host</title>
		<link>http://themikecam.com/blog/2010/04/13/install-phusion-passenger-mod_rails-on-a-cpanel-host/</link>
		<comments>http://themikecam.com/blog/2010/04/13/install-phusion-passenger-mod_rails-on-a-cpanel-host/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 13:15:57 +0000</pubDate>
		<dc:creator>Miquel Rodríguez Telep / Michael Rodríguez-Torrent</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[passenger]]></category>
		<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://themikecam.com/blog/?p=797</guid>
		<description><![CDATA[I recently had occasion to set up Passenger/mod_rails on a cPanel server. There is some varying and dated information around the web, so I thought I would share current best practice: First you&#8217;ll need to SSH to your server and perform all the following commands as root or via sudo: $ su Let cPanel set [...]]]></description>
			<content:encoded><![CDATA[<p>I recently had occasion to set up Passenger/mod_rails on a cPanel server. There is some varying and dated information around the web, so I thought I would share current best practice:</p>
<p>First you&#8217;ll need to SSH to your server and perform all the following commands as root or via sudo:</p>
<pre class="brush: bash; light: true;">$ su</pre>
<p>Let cPanel set up Ruby and Rails the way it wants:</p>
<pre class="brush: bash; light: true;">
$ /scripts/installruby
$ /usr/local/cpanel/bin/ror_setup
</pre>
<p>Install passenger the normal way (see <a href="http://www.modrails.com/install.html">Passenger docs</a>):</p>
<pre class="brush: bash; light: true;">
$ gem install passenger
$ passenger-install-apache2-module
</pre>
<p>Create /usr/local/apache/conf/passenger.conf with the lines that the Passenger install script tells you to add to your Apache configuration file, e.g.:</p>
<pre class="brush: apache22;">
LoadModule passenger_module /usr/lib/ruby/gems/1.8/gems/passenger-2.2.11/ext/apache2/mod_passenger.so
PassengerRoot /usr/lib/ruby/gems/1.8/gems/passenger-2.2.11
PassengerRuby /usr/bin/ruby
</pre>
<p>Include the Passenger config by editing /usr/local/apache/conf/httpd.conf and, somewhere near the beginning, adding:</p>
<pre class="brush: apache22; light: true;">Include &quot;/usr/local/apache/conf/passenger.conf&quot;</pre>
<p>We want to make sure cPanel preserves our edits to httpd.conf when it does updates, so we need to run:</p>
<pre class="brush: bash; light: true;">$ /usr/local/cpanel/bin/apache_conf_distiller --update --main</pre>
<p>Restart Apache with</p>
<pre class="brush: bash; light: true;">$ /scripts/restartsrv_httpd</pre>
<p>Upload your Rails app to somewhere outside of public_html (e.g. ~/rails_apps/yourapp) or use cPanel&#8217;s &#8220;Software / Services &gt; Ruby on Rails&#8221; functions to create a new one.</p>
<p>Login to your domain&#8217;s cPanel and go to &#8220;Domains &gt; Subdomains&#8221;<br />
Create a new subdomain whose document root is path/to/yourapp/public<br />
Make sure it&#8217;s pointing to yourapp/<span style="font-weight: bold;">public</span></p>
<p>Visit your subdomain and see your app running &#8212; easy!</p>


<div class="shr-bookmarks shr-bookmarks-expand">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://themikecam.com/blog/2010/04/13/install-phusion-passenger-mod_rails-on-a-cpanel-host/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Install+Phusion+Passenger+%2F+mod_rails+on+a+cPanel+host+-+http://bit.ly/dlf7Wv&amp;source=shareaholic" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://themikecam.com/blog/2010/04/13/install-phusion-passenger-mod_rails-on-a-cpanel-host/&amp;title=Install+Phusion+Passenger+%2F+mod_rails+on+a+cPanel+host" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://themikecam.com/blog/2010/04/13/install-phusion-passenger-mod_rails-on-a-cpanel-host/&amp;title=Install+Phusion+Passenger+%2F+mod_rails+on+a+cPanel+host" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://themikecam.com/blog/2010/04/13/install-phusion-passenger-mod_rails-on-a-cpanel-host/&amp;title=Install+Phusion+Passenger+%2F+mod_rails+on+a+cPanel+host" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://themikecam.com/blog/2010/04/13/install-phusion-passenger-mod_rails-on-a-cpanel-host/&amp;t=Install+Phusion+Passenger+%2F+mod_rails+on+a+cPanel+host" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://themikecam.com/blog/2010/04/13/install-phusion-passenger-mod_rails-on-a-cpanel-host/&amp;imageurl=" rel="nofollow" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://themikecam.com/blog/2010/04/13/install-phusion-passenger-mod_rails-on-a-cpanel-host/&amp;title=Install+Phusion+Passenger+%2F+mod_rails+on+a+cPanel+host" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://themikecam.com/blog/2010/04/13/install-phusion-passenger-mod_rails-on-a-cpanel-host/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://themikecam.com/blog/2010/04/13/install-phusion-passenger-mod_rails-on-a-cpanel-host/&amp;title=Install+Phusion+Passenger+%2F+mod_rails+on+a+cPanel+host&amp;desc=I%20recently%20had%20occasion%20to%20set%20up%20Passenger%2Fmod_rails%20on%20a%20cPanel%20server.%20There%20is%20some%20varying%20and%20dated%20information%20around%20the%20web%2C%20so%20I%20thought%20I%20would%20share%20current%20best%20practice%3A%0D%0A%0D%0AFirst%20you%27ll%20need%20to%20SSH%20to%20your%20server%20and%20perform%20all%20the%20following%20commands%20as%20root%20or%20via%20sudo%3A%0D%0A%0D%0A%5Bbash%20ligh" rel="nofollow" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://themikecam.com/blog/2010/04/13/install-phusion-passenger-mod_rails-on-a-cpanel-host/&amp;bm_description=Install+Phusion+Passenger+%2F+mod_rails+on+a+cPanel+host&amp;plugin=sexybookmarks" rel="nofollow" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://themikecam.com/blog/2010/04/13/install-phusion-passenger-mod_rails-on-a-cpanel-host/&amp;title=Install+Phusion+Passenger+%2F+mod_rails+on+a+cPanel+host" rel="nofollow" title="Share this on Mixx">Share this on Mixx</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://themikecam.com/blog/2010/04/13/install-phusion-passenger-mod_rails-on-a-cpanel-host/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Linux time tracking software</title>
		<link>http://themikecam.com/blog/2010/01/19/free-linux-time-tracking-software/</link>
		<comments>http://themikecam.com/blog/2010/01/19/free-linux-time-tracking-software/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 15:50:34 +0000</pubDate>
		<dc:creator>Miquel Rodríguez Telep / Michael Rodríguez-Torrent</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[time tracking]]></category>

		<guid isPermaLink="false">http://themikecam.com/blog/?p=785</guid>
		<description><![CDATA[I was reviewing my time tracking arrangements and thought I would share the results of my search for a better solution. I had specific requirements, so this isn’t for everyone, but I hope it might be useful to some. Results are ordered by my entirely unscientific rating system. If you know of any I missed, [...]]]></description>
			<content:encoded><![CDATA[<div>
<div>
<p>I was reviewing my time tracking arrangements and thought I would share the results of my search for a better solution. I had specific requirements, so this isn’t for everyone, but I hope it might be useful to some. Results are ordered by my entirely unscientific rating system.</p>
<p>If you know of any I missed, let me know in the comments.</p>
<h4>Required for consideration</h4>
<ul>
<li>Free</li>
<li>Runs on Linux</li>
<li>Access to data store (no proprietary web services)</li>
<li>Easy start/stop of tasks (i.e. don’t have to manually enter start and end times)</li>
</ul>
<h4>Important</h4>
<ul>
<li>Cross-platform</li>
<li>Open source</li>
<li>Work offline</li>
<li>Manually add/edit time</li>
<li>Nestable items</li>
<li>Export reports of total time spent on an item with breakdowns</li>
</ul>
<h4>Desired</h4>
<ul>
<li>Stop tracking activity when computer is idle or off</li>
<li>Reminder of current activity</li>
<li>Nice graphical reports</li>
<li>Tagging</li>
<li>Collaboration</li>
</ul>
<h3><a title="http://www.kimai.org/" href="http://www.kimai.org/" target="_blank">Kimai</a></h3>
<p>Pros:</p>
<ul>
<li>Open source</li>
<li>Slick interface</li>
<li>Easily manually add or edit time entries</li>
<li>Tasks are assigned to projects, which are assigned to customers — this is as good as nesting, for me</li>
<li>Export reports filterable by customer, project, or task to PDF, XLS, CSV, or HTML</li>
<li>Same task can be tracked against multiple customers — as good as tagging, for my purposes</li>
<li>Multi-user, web-based</li>
<li>Freelance/consultant-specific features: rate, expenses, location, and total cost in reports</li>
</ul>
<p>Cons:</p>
<ul>
<li>Can’t work offline if installed on a remote server</li>
<li>No idle/off detection</li>
<li>No reminder of current task</li>
<li>No graphical reporting</li>
</ul>
<p>Verdict: +8 / -4<br />
Solidly fits my working requirements in a very nice interface, though I’ll have to consider whether I want to use it as a local installation and not enjoy its multi-user capabilities or install it on my server and not have access to it offline.</p>
<h3><a title="http://live.gnome.org/ProjectHamster" href="http://live.gnome.org/ProjectHamster" target="_blank">Project Hamster</a></h3>
<p>Pros:</p>
<ul>
<li>Open source</li>
<li>Easy, intuitive interface</li>
<li>Manually add/edit time easily</li>
<li>Nice graphical reports</li>
<li>Exportable reports</li>
<li>Configurable idle/off detection</li>
<li>Configurable reminder of current activity</li>
<li>Tagging (in repository)</li>
</ul>
<p>Cons:</p>
<ul>
<li>Not very cross-platform — only partial Windows compatibility, main focus is the Gnome desktop environment</li>
<li>Limited to one level of categories</li>
<li>Export totals per task only, not category</li>
<li>No collaborative capabilities</li>
</ul>
<p>Verdict: +8 / -4<br />
Does most of what I need it to do, and with a pretty good interface to boot.</p>
<h3><a title="http://rachota.sourceforge.net/" href="http://rachota.sourceforge.net/" target="_blank">Rachota</a></h3>
<p>Pros:</p>
<ul>
<li>Open source</li>
<li>Tagging, of a sort (spaces in the category field of a task cause it to be assigned to multiple categories at once)</li>
<li>Configurable idle/off detection (in development build)</li>
<li>Decent, filterable reporting</li>
<li>Exportable reports configurable by time period and filterable by task</li>
</ul>
<p>Cons:</p>
<ul>
<li>Sometimes confusing interface</li>
<li>Can’t easily add/edit time (coming in next version?)</li>
<li>Only one level of categories</li>
<li>Idle detection doesn’t really work, off detection doesn’t work all the time</li>
<li>No reminder of current task</li>
<li>No collaborative capabilities</li>
<li>Doesn’t exit gracefully when the computer shuts down</li>
</ul>
<p>Verdict: +5 / -7<br />
The interface isn’t great, but the real killer with this one is its inability to manually add or edit time. Hopefully this will improve as development progresses.</p>
<h3><a title="https://sourceforge.net/projects/timeslottracker/" href="https://sourceforge.net/projects/timeslottracker/" target="_blank">TimeSlotTracker</a></h3>
<p>Pros:</p>
<ul>
<li>Open source</li>
<li>Manually add/edit time</li>
<li>Nestable tasks</li>
<li>Export report of total time spent per task, filterable by date and parent task, to HTML, TXT, and CSV</li>
<li>Export customizable via XSLT</li>
</ul>
<p>Cons:</p>
<ul>
<li>No graphical reports</li>
<li>Clutters up home directory with non-standard files</li>
<li>Default export templates are unappealing</li>
<li>Configurable current task reminder which sadly doesn’t seem to work</li>
<li>No idle/off detection</li>
<li>No tagging</li>
<li>No collaborative capabilties</li>
</ul>
<p>Verdict: +5 / -7<br />
A simple cross-platform, open source time-tracker with limited export options and reporting; its inability to nest items and poor reporting won’t work for me.</p>
<h3><a title="http://klok.mcgraphix.com/" href="http://klok.mcgraphix.com/" target="_blank">Klok</a></h3>
<p>Pros:</p>
<ul>
<li>Nice interface</li>
<li>Great calendar view to easily add/edit/visualize time</li>
<li>Pie chart reports with easy drill-down</li>
<li>Nestable tasks</li>
</ul>
<p>Cons:</p>
<ul>
<li>Bugs (activity is sometimes saved with zero length)</li>
<li>Can’t export reports, only weekly or monthly time sheets (not overall project totals)</li>
<li>Not open source? Can’t find license or source code</li>
<li>No idle/off detection</li>
<li>No reminder of current task</li>
<li>No tagging</li>
<li>No collaborative capabilities (apparently coming in next version)</li>
</ul>
<p>Verdict: +4 / -7<br />
Despite the pleasantly useful interface, the shortcomings (namely the occasional bug and lack of report exporting) mean it doesn’t fulfil my needs. Those who don’t need the exporting or other features may enjoy it, however.</p>
<h3><a title="http://products.lontzen.net/ttt/" href="http://products.lontzen.net/ttt/" target="_blank">Time-Tracking-Tool</a></h3>
<p>Pros:</p>
<ul>
<li>Tasks can be nested</li>
<li>Report on total time spent filterable by task and time period</li>
<li>Save application data for reopening elsewhere</li>
<li>Edit recorded time for a task</li>
</ul>
<p>Cons:</p>
<ul>
<li>Not open source? Can’t find license or source code</li>
<li>Reports overly simplistic, don’t handle subtasks well</li>
<li>Can’t export reports</li>
<li>Can’t view or edit start and end times of activity</li>
<li>No tagging</li>
<li>No idle/off detection</li>
<li>No reminder of current task</li>
<li>No collaborative capabilities</li>
</ul>
<p>Verdict: +4 / -8<br />
Perhaps useful for those who like simplicity, but the uncertainty around its license and its omissions make it a non-starter for me.</p>
<h3><a title="http://baralga.origo.ethz.ch/" href="http://baralga.origo.ethz.ch/" target="_blank">Baralga</a></h3>
<p>Pros:</p>
<ul>
<li>Open source</li>
<li>Save application data for reopening elsewhere</li>
<li>Manually add/edit time</li>
</ul>
<p>Cons:</p>
<ul>
<li>Interface clunky in places</li>
<li>Can’t nest tasks/projects</li>
<li>Can’t export reports, only an Excel spreadsheet or CSV file containing time spent per project per day</li>
<li>Only one, limited visual report</li>
<li>No idle/off detection</li>
<li>No reminder of current task</li>
<li>No tagging</li>
<li>No collaborative capabilties</li>
</ul>
<p>Verdict: +3 / -8<br />
A simple cross-platform, open source time-tracker with limited export options and reporting; its inability to nest items and poor reporting won’t work for me.</p>
<h3>Other options</h3>
<p>These are a couple that piqued my interest but weren’t worth trying out because of a lack of cross-platform compatibility.<br />
Windows-only:</p>
<ul>
<li><a title="http://www.codeproject.com/KB/applications/todolist2.aspx" href="http://www.codeproject.com/KB/applications/todolist2.aspx" target="_blank">ToDoList</a></li>
<li><a title="http://www.epiforge.com/Grindstone2/" href="http://www.epiforge.com/Grindstone2/" target="_blank">Grindestone2</a></li>
</ul>
</div>
</div>


<div class="shr-bookmarks shr-bookmarks-expand">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://themikecam.com/blog/2010/01/19/free-linux-time-tracking-software/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Free+Linux+time+tracking+software+-+http://bit.ly/aGRjUp&amp;source=shareaholic" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://themikecam.com/blog/2010/01/19/free-linux-time-tracking-software/&amp;title=Free+Linux+time+tracking+software" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://themikecam.com/blog/2010/01/19/free-linux-time-tracking-software/&amp;title=Free+Linux+time+tracking+software" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://themikecam.com/blog/2010/01/19/free-linux-time-tracking-software/&amp;title=Free+Linux+time+tracking+software" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://themikecam.com/blog/2010/01/19/free-linux-time-tracking-software/&amp;t=Free+Linux+time+tracking+software" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://themikecam.com/blog/2010/01/19/free-linux-time-tracking-software/&amp;imageurl=" rel="nofollow" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://themikecam.com/blog/2010/01/19/free-linux-time-tracking-software/&amp;title=Free+Linux+time+tracking+software" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://themikecam.com/blog/2010/01/19/free-linux-time-tracking-software/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://themikecam.com/blog/2010/01/19/free-linux-time-tracking-software/&amp;title=Free+Linux+time+tracking+software&amp;desc=%0D%0A%0D%0A%0D%0AI%20was%20reviewing%20my%20time%20tracking%20arrangements%20and%20thought%20I%20would%20share%20the%20results%20of%20my%20search%20for%20a%20better%20solution.%20I%20had%20specific%20requirements%2C%20so%20this%20isn%E2%80%99t%20for%20everyone%2C%20but%20I%20hope%20it%20might%20be%20useful%20to%20some.%20Results%20are%20ordered%20by%20my%20entirely%20unscientific%20rating%20system.%0D%0A%0D%0AIf%20you%20kno" rel="nofollow" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://themikecam.com/blog/2010/01/19/free-linux-time-tracking-software/&amp;bm_description=Free+Linux+time+tracking+software&amp;plugin=sexybookmarks" rel="nofollow" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://themikecam.com/blog/2010/01/19/free-linux-time-tracking-software/&amp;title=Free+Linux+time+tracking+software" rel="nofollow" title="Share this on Mixx">Share this on Mixx</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://themikecam.com/blog/2010/01/19/free-linux-time-tracking-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Maps Navigation: sat nav/GPS for Android</title>
		<link>http://themikecam.com/blog/2009/10/28/google-maps-navigation-sat-navgps-for-android/</link>
		<comments>http://themikecam.com/blog/2009/10/28/google-maps-navigation-sat-navgps-for-android/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 14:36:05 +0000</pubDate>
		<dc:creator>Miquel Rodríguez Telep / Michael Rodríguez-Torrent</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[sat nav]]></category>
		<category><![CDATA[web apps]]></category>

		<guid isPermaLink="false">http://themikecam.com/blog/2009/10/28/google-maps-navigation-sat-navgps-for-android/</guid>
		<description><![CDATA[Official Google Blog: Announcing Google Maps Navigation for Android 2.0 Google just announced their own sat nav/GPS software for Android phones, based on Google Maps &#8212; how cool is that? This will probably change the sat nav market quite a bit: no more paying for map updates, for one thing, and sat nav developers will [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://googleblog.blogspot.com/2009/10/announcing-google-maps-navigation-for.html">Official Google Blog: Announcing Google Maps Navigation for Android 2.0</a></p>
<p>Google just announced their own sat nav/GPS software for Android phones,<br />
based on Google Maps &#8212; how cool is that? This will probably change the<br />
sat nav market quite a bit: no more paying for map updates, for one<br />
thing, and sat nav developers will have to come up with new features to<br />
get people to pay for their software rather than going for the free<br />
Google app, which sounds pretty feature-laden itself.</p>
<p>I&#8217;ve been wanting one of the HTC Android phones for a while now, and this just intensifies the desire tremendously.<br />
<blockquote></blockquote>


<div class="shr-bookmarks shr-bookmarks-expand">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://themikecam.com/blog/2009/10/28/google-maps-navigation-sat-navgps-for-android/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Google+Maps+Navigation%3A+sat+nav%2FGPS+for+Android+-+http://bit.ly/aYrOKg&amp;source=shareaholic" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://themikecam.com/blog/2009/10/28/google-maps-navigation-sat-navgps-for-android/&amp;title=Google+Maps+Navigation%3A+sat+nav%2FGPS+for+Android" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://themikecam.com/blog/2009/10/28/google-maps-navigation-sat-navgps-for-android/&amp;title=Google+Maps+Navigation%3A+sat+nav%2FGPS+for+Android" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://themikecam.com/blog/2009/10/28/google-maps-navigation-sat-navgps-for-android/&amp;title=Google+Maps+Navigation%3A+sat+nav%2FGPS+for+Android" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://themikecam.com/blog/2009/10/28/google-maps-navigation-sat-navgps-for-android/&amp;t=Google+Maps+Navigation%3A+sat+nav%2FGPS+for+Android" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://themikecam.com/blog/2009/10/28/google-maps-navigation-sat-navgps-for-android/&amp;imageurl=" rel="nofollow" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://themikecam.com/blog/2009/10/28/google-maps-navigation-sat-navgps-for-android/&amp;title=Google+Maps+Navigation%3A+sat+nav%2FGPS+for+Android" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://themikecam.com/blog/2009/10/28/google-maps-navigation-sat-navgps-for-android/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://themikecam.com/blog/2009/10/28/google-maps-navigation-sat-navgps-for-android/&amp;title=Google+Maps+Navigation%3A+sat+nav%2FGPS+for+Android&amp;desc=Official%20Google%20Blog%3A%20Announcing%20Google%20Maps%20Navigation%20for%20Android%202.0Google%20just%20announced%20their%20own%20sat%20nav%2FGPS%20software%20for%20Android%20phones%2C%0Abased%20on%20Google%20Maps%20--%20how%20cool%20is%20that%3F%20This%20will%20probably%20change%20the%0Asat%20nav%20market%20quite%20a%20bit%3A%20no%20more%20paying%20for%20map%20updates%2C%20for%20one%0Athing%2C%20and%20sat%20n" rel="nofollow" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://themikecam.com/blog/2009/10/28/google-maps-navigation-sat-navgps-for-android/&amp;bm_description=Google+Maps+Navigation%3A+sat+nav%2FGPS+for+Android&amp;plugin=sexybookmarks" rel="nofollow" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://themikecam.com/blog/2009/10/28/google-maps-navigation-sat-navgps-for-android/&amp;title=Google+Maps+Navigation%3A+sat+nav%2FGPS+for+Android" rel="nofollow" title="Share this on Mixx">Share this on Mixx</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://themikecam.com/blog/2009/10/28/google-maps-navigation-sat-navgps-for-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>64-bit Lightning 1.0pre builds for Linux</title>
		<link>http://themikecam.com/blog/2009/10/05/64-bit-lightning-builds-for-linux/</link>
		<comments>http://themikecam.com/blog/2009/10/05/64-bit-lightning-builds-for-linux/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 12:25:26 +0000</pubDate>
		<dc:creator>Miquel Rodríguez Telep / Michael Rodríguez-Torrent</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[64-bit]]></category>
		<category><![CDATA[lightning]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[pim]]></category>
		<category><![CDATA[thunderbird]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://themikecam.com/blog/2009/10/05/64-bit-lightning-builds-for-linux/</guid>
		<description><![CDATA[Update: An official 64-bit build of of Lightning 1.0 beta1 is now available. Ever since I switched to 64-bit Linux, I&#8217;ve been looking around for up-to-date 1.0pre builds of the Lightning calendar extension for my Thunderbird 3 mail client, as Mozilla for some reason does not provide 64-bit builds. For a time I was using [...]]]></description>
			<content:encoded><![CDATA[<p><ins><strong>Update:</strong> An <a href="http://releases.mozilla.org/pub/mozilla.org/calendar/lightning/releases/1.0b1/contrib/linux-x86_64/">official 64-bit build of of Lightning 1.0 beta1</a> is now available.</ins></p>
<p>Ever since I switched to 64-bit Linux, I&#8217;ve been looking around for up-to-date 1.0pre builds of the Lightning calendar extension for my Thunderbird 3 mail client, as Mozilla for some reason does not provide 64-bit builds. For a time I was using <a href="http://www.zaera-holo.net/builds/lightning-1.0pre-linux-x86_64.xpi/">a build from zaera-holo.net</a>, but it was never updated and the site now appears to be down. Finally, from a comment on <a href="https://addons.mozilla.org/en-US/thunderbird/addon/2313">the Lightning AMO page</a>, I found <a href="http://www.secudb.de/%7Eseuffert/mozilla/">a new build from Friday</a>, which appears to work well. Hope this helps others out as well.</p>
<p>If anyone finds a more regularly-updated channel, please let me know.</p>


<div class="shr-bookmarks shr-bookmarks-expand">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://themikecam.com/blog/2009/10/05/64-bit-lightning-builds-for-linux/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=64-bit+Lightning+1.0pre+builds+for+Linux+-+http://bit.ly/d84c9I&amp;source=shareaholic" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://themikecam.com/blog/2009/10/05/64-bit-lightning-builds-for-linux/&amp;title=64-bit+Lightning+1.0pre+builds+for+Linux" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://themikecam.com/blog/2009/10/05/64-bit-lightning-builds-for-linux/&amp;title=64-bit+Lightning+1.0pre+builds+for+Linux" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://themikecam.com/blog/2009/10/05/64-bit-lightning-builds-for-linux/&amp;title=64-bit+Lightning+1.0pre+builds+for+Linux" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://themikecam.com/blog/2009/10/05/64-bit-lightning-builds-for-linux/&amp;t=64-bit+Lightning+1.0pre+builds+for+Linux" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://themikecam.com/blog/2009/10/05/64-bit-lightning-builds-for-linux/&amp;imageurl=" rel="nofollow" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://themikecam.com/blog/2009/10/05/64-bit-lightning-builds-for-linux/&amp;title=64-bit+Lightning+1.0pre+builds+for+Linux" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://themikecam.com/blog/2009/10/05/64-bit-lightning-builds-for-linux/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://themikecam.com/blog/2009/10/05/64-bit-lightning-builds-for-linux/&amp;title=64-bit+Lightning+1.0pre+builds+for+Linux&amp;desc=Update%3A%20An%20official%2064-bit%20build%20of%20of%20Lightning%201.0%20beta1%20is%20now%20available.%0D%0A%0D%0AEver%20since%20I%20switched%20to%2064-bit%20Linux%2C%20I%27ve%20been%20looking%20around%20for%20up-to-date%201.0pre%20builds%20of%20the%20Lightning%20calendar%20extension%20for%20my%20Thunderbird%203%20mail%20client%2C%20as%20Mozilla%20for%20some%20reason%20does%20not%20provide%2064-bit%20builds" rel="nofollow" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://themikecam.com/blog/2009/10/05/64-bit-lightning-builds-for-linux/&amp;bm_description=64-bit+Lightning+1.0pre+builds+for+Linux&amp;plugin=sexybookmarks" rel="nofollow" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://themikecam.com/blog/2009/10/05/64-bit-lightning-builds-for-linux/&amp;title=64-bit+Lightning+1.0pre+builds+for+Linux" rel="nofollow" title="Share this on Mixx">Share this on Mixx</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://themikecam.com/blog/2009/10/05/64-bit-lightning-builds-for-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe AIR on 64-bit Linux</title>
		<link>http://themikecam.com/blog/2009/09/29/adobe-air-on-64-bit-linux/</link>
		<comments>http://themikecam.com/blog/2009/09/29/adobe-air-on-64-bit-linux/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 10:16:29 +0000</pubDate>
		<dc:creator>Miquel Rodríguez Telep / Michael Rodríguez-Torrent</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[64-bit]]></category>
		<category><![CDATA[adobe air]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://themikecam.com/blog/2009/09/29/adobe-air-on-64-bit-linux/</guid>
		<description><![CDATA[Was installing AIR last night on my nice new Studio XPS 13 laptop, recoiling in horror at Adobe&#8217;s workaround installation instructions for 64-bit Linux, when I found these simple instructions: Install Adobe AIR Linux 1.5 on 64-bit Linux distributions So Adobe has this knowledge base article — Install Adobe AIR Linux 1.5 on 64-bit Linux [...]]]></description>
			<content:encoded><![CDATA[<p>Was installing AIR last night on my nice new Studio XPS 13 laptop, recoiling in horror at Adobe&#8217;s workaround installation instructions for 64-bit Linux, when I found these simple instructions:<br />
<blockquote>
<h2 class="entry-title">Install Adobe AIR Linux 1.5 on 64-bit Linux distributions</h2>
<p>So Adobe has this knowledge base article — <a href="http://kb.adobe.com/selfservice/viewContent.do?externalId=kb408084" onclick="javascript:pageTracker._trackPageview('/outbound/article/kb.adobe.com');">Install Adobe AIR Linux 1.5 on 64-bit Linux distributions</a> — to describe how to install Adobe Air on 64 bit linux systems.  Do yourself a favor — just install <a href="http://www.winehq.org/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.winehq.org');">wine</a> from the standard repositories, and then execute the last line in the instructions:</p>
<blockquote><p><code>sudo cp /usr/lib/libadobecertstore.so /usr/lib32</code></p>
</blockquote>
<p>Wine already sets up a complete 32bit compatible environment, so you<br />
don’t have to worry about manually breaking out shared libraries.</p>
</blockquote>
<p>Much easier.</p>
<p>Courtesy of the <a href="http://blog.mcstudios.net/2009/04/27/install-adobe-air-linux-15-on-64-bit-linux-distributions">MC Studios blog</a>.</p>


<div class="shr-bookmarks shr-bookmarks-expand">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://themikecam.com/blog/2009/09/29/adobe-air-on-64-bit-linux/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Adobe+AIR+on+64-bit+Linux+-+http://bit.ly/ay6Y18&amp;source=shareaholic" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://themikecam.com/blog/2009/09/29/adobe-air-on-64-bit-linux/&amp;title=Adobe+AIR+on+64-bit+Linux" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://themikecam.com/blog/2009/09/29/adobe-air-on-64-bit-linux/&amp;title=Adobe+AIR+on+64-bit+Linux" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://themikecam.com/blog/2009/09/29/adobe-air-on-64-bit-linux/&amp;title=Adobe+AIR+on+64-bit+Linux" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://themikecam.com/blog/2009/09/29/adobe-air-on-64-bit-linux/&amp;t=Adobe+AIR+on+64-bit+Linux" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://themikecam.com/blog/2009/09/29/adobe-air-on-64-bit-linux/&amp;imageurl=" rel="nofollow" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://themikecam.com/blog/2009/09/29/adobe-air-on-64-bit-linux/&amp;title=Adobe+AIR+on+64-bit+Linux" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://themikecam.com/blog/2009/09/29/adobe-air-on-64-bit-linux/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://themikecam.com/blog/2009/09/29/adobe-air-on-64-bit-linux/&amp;title=Adobe+AIR+on+64-bit+Linux&amp;desc=Was%20installing%20AIR%20last%20night%20on%20my%20nice%20new%20Studio%20XPS%2013%20laptop%2C%20recoiling%20in%20horror%20at%20Adobe%27s%20workaround%20installation%20instructions%20for%2064-bit%20Linux%2C%20when%20I%20found%20these%20simple%20instructions%3AInstall%20Adobe%20AIR%20Linux%201.5%20on%2064-bit%20Linux%20distributions%0A%09%09%09%09%0ASo%20Adobe%20has%20this%20knowledge%20base%20article%20%E2%80%94%20" rel="nofollow" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://themikecam.com/blog/2009/09/29/adobe-air-on-64-bit-linux/&amp;bm_description=Adobe+AIR+on+64-bit+Linux&amp;plugin=sexybookmarks" rel="nofollow" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://themikecam.com/blog/2009/09/29/adobe-air-on-64-bit-linux/&amp;title=Adobe+AIR+on+64-bit+Linux" rel="nofollow" title="Share this on Mixx">Share this on Mixx</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://themikecam.com/blog/2009/09/29/adobe-air-on-64-bit-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>the right to an education</title>
		<link>http://themikecam.com/blog/2007/04/13/the-right-to-an-education/</link>
		<comments>http://themikecam.com/blog/2007/04/13/the-right-to-an-education/#comments</comments>
		<pubDate>Fri, 13 Apr 2007 21:45:19 +0000</pubDate>
		<dc:creator>Miquel Rodríguez Telep / Michael Rodríguez-Torrent</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Heavy Things]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Rant]]></category>

		<guid isPermaLink="false">http://themikecam.com/blog/2007/04/13/the-right-to-an-education/</guid>
		<description><![CDATA[I received an e-mail today from Our Education, a group pushing for education reform, whose stated purpose is &#8220;a constitutional amendment to guarantee all American children the right to a high quality public education.&#8221; My first reaction was to think that a constitutional amendment is not necessarily the best solution, but they make a few [...]]]></description>
			<content:encoded><![CDATA[<p>I received an e-mail today from <a href="http://oured.org/">Our Education</a>, a group pushing for education reform, whose stated purpose is &#8220;a constitutional amendment to guarantee all American children the right to a high quality public education.&#8221; My first reaction was to think that a constitutional amendment is not necessarily the best solution, but they make a few <a href="http://www.oured.org/pages/FAQs#3">compelling points</a>.</p>
<p>We think of education as a right at this point, but it simply is not, in a national sense. OurEd points to <a href="http://caselaw.lp.findlaw.com/scripts/getcase.pl?court=us&amp;vol=411&amp;invol=1">a Supreme Court ruling</a> which states that &#8220;Though education is one of the most important services performed by the State, it is not within the limited category of rights recognized by this Court as guaranteed by the Constitution.&#8221; This case specifically addresses the gap in education caused by differences in wealth, and the Supreme Court says that there is nothing in U.S. law that can do anything about it. I don&#8217;t want to get too preachy here, but you see the point &#8212; disadvantaged children remain disadvantaged because they don&#8217;t have a right to education that is equal to rich kids (or even middle-class ones!).</p>
<p>It is true that every state guarantees a free education, but how many of us have looked back and cursed our terrible public school education? Or vice versa &#8212; gone to college and wondered why <a href="http://themikecam.com/blog/2006/08/15/the-united-states-of-idiots/">some people</a> never seem to have learned any basic math, history, or how to write an essay longer than a page? The fact is that educational requirements are wildly disparate between individual schools and even entire states, and this is why Americans on average come out as such morons against other countries with better national requirements.</p>
<p>When the Constitution was first created, formal education was still in its infancy, but now it is widespread and essentially a requirement for many parts of life. There is simply no denying that education not only directly affects a person&#8217;s ability to maintain their life and liberty and to pursue happiness, but is also crucial to the survival and advancement of the human race as a whole.</p>
<p>Certainly federalizing education will cause problems, but the current system has its own problems that cannot be solved as it stands. Certainly a constitutional amendment is an incredibly dramatic and powerful answer, but education <em>IS</em> that important. And, I mean, it&#8217;s not as if it hasn&#8217;t been done before. With stupider things. Remember Prohibition? We&#8217;ve already created two idiotic constitutional amendments dealing with alcohol &#8212; because that&#8217;s the most harmful thing on the planet, right? &#8212; I&#8217;m sure we can manage just one that addresses education, which is surely one of the most important issues of our time.</p>
<p>Anyway, that was a bit of a rant. And I haven&#8217;t even touched arts or sex education yet&#8230;</p>


<div class="shr-bookmarks shr-bookmarks-expand">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://themikecam.com/blog/2007/04/13/the-right-to-an-education/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=the+right+to+an+education+-+http://bit.ly/92pBbn&amp;source=shareaholic" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://themikecam.com/blog/2007/04/13/the-right-to-an-education/&amp;title=the+right+to+an+education" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://themikecam.com/blog/2007/04/13/the-right-to-an-education/&amp;title=the+right+to+an+education" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://themikecam.com/blog/2007/04/13/the-right-to-an-education/&amp;title=the+right+to+an+education" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://themikecam.com/blog/2007/04/13/the-right-to-an-education/&amp;t=the+right+to+an+education" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://themikecam.com/blog/2007/04/13/the-right-to-an-education/&amp;imageurl=" rel="nofollow" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://themikecam.com/blog/2007/04/13/the-right-to-an-education/&amp;title=the+right+to+an+education" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://themikecam.com/blog/2007/04/13/the-right-to-an-education/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://themikecam.com/blog/2007/04/13/the-right-to-an-education/&amp;title=the+right+to+an+education&amp;desc=I%20received%20an%20e-mail%20today%20from%20Our%20Education%2C%20a%20group%20pushing%20for%20education%20reform%2C%20whose%20stated%20purpose%20is%20%22a%20constitutional%20amendment%20to%20guarantee%20all%20American%20children%20the%20right%20to%20a%20high%20quality%20public%20education.%22%20My%20first%20reaction%20was%20to%20think%20that%20a%20constitutional%20amendment%20is%20not%20necessarily" rel="nofollow" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://themikecam.com/blog/2007/04/13/the-right-to-an-education/&amp;bm_description=the+right+to+an+education&amp;plugin=sexybookmarks" rel="nofollow" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://themikecam.com/blog/2007/04/13/the-right-to-an-education/&amp;title=the+right+to+an+education" rel="nofollow" title="Share this on Mixx">Share this on Mixx</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://themikecam.com/blog/2007/04/13/the-right-to-an-education/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>NM to AZ</title>
		<link>http://themikecam.com/blog/2006/07/29/nm-to-az/</link>
		<comments>http://themikecam.com/blog/2006/07/29/nm-to-az/#comments</comments>
		<pubDate>Sat, 29 Jul 2006 16:41:44 +0000</pubDate>
		<dc:creator>Miquel Rodríguez Telep / Michael Rodríguez-Torrent</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Heavy Things]]></category>
		<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://themikecam.com/blog/2006/07/29/nm-to-az/</guid>
		<description><![CDATA[I&#8217;m getting a little behind in posting entries because I haven&#8217;t had time and been too knackered in the morning and evening. On average, we&#8217;ve been getting up about 7:30 in the morning and getting to a motel around 11 at night, which has made for long days. Thursday, we left Albuquerque, New Mexico for [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m getting a little behind in posting entries because I haven&#8217;t had time and been too knackered in the morning and evening. On average, we&#8217;ve been getting up about 7:30 in the morning and getting to a motel around 11 at night, which has made for long days. Thursday, we left Albuquerque, New Mexico for Flagstaff, Arizona. One of the most interesting things about driving across the country is that you get to see the land change gradually: from lush, green, forested hills in the east; to flat, brown-green plains in the midwest; and now to a land of flat brown dust and rock, dotted with small, dull green bushes, and vividly intersected by towering red outcroppings of rock. I&#8217;d carry on describing the land and such, but we&#8217;re in a hurry to get out the door and go see the Grand Canyon. Here are some photos from Thursday; I&#8217;ll try and post photos from yesterday tonight.</p>
<p>Our main stop along the way to Flagstaff was the Petrified Forest/Painted Desert national park. Arizona really has such stunning land and vistas. Photos do it poor service, of course, but at least you can get an idea of what I was looking at. Visibility out here was about a hundred miles. They said on a good day you could see a set of peaks 120 miles away.<br />
<a href="http://themikecam.com/gallery/v/places/xcountry06/img_5911.jpg.html"><img src="http://themikecam.com/gallery/d/2461-4/img_5911.jpg" alt="The Painted Desert" /></a></p>
<p>Dad, the consummate photographer, capturing the dramatic view.<br />
<a href="http://themikecam.com/gallery/v/places/xcountry06/img_5914.jpg.html"><img src="http://themikecam.com/gallery/d/2463-4/img_5914.jpg" alt="Dad photographing the Painted Desert" /></a></p>
<p>Another gorgeous thing about Arizona is the beautiful sky. The air is dry and clear, so sun is bright, the sky is a vivid blue, and the clouds look like paintings.<br />
<a href="http://themikecam.com/gallery/v/places/xcountry06/img_5956.jpg.html"><img src="http://themikecam.com/gallery/d/2465-4/img_5956.jpg" alt="Arizona sky over the Painted Desert" /></a></p>
<p>A tumble of petrified logs. The petrified wood isn&#8217;t that impressive at first glance, because it looks quite like normal wood from a distance. On closer inspection, though, it&#8217;s remarkable how the giant pieces of wood have completely turned to stone. Unfortunately, a lot of the most colorful crystals were stolen in the late 19th and early 20th century by tourists and people selling gems. They even blasted apart a number of the logs in order to get at the best crystals inside.<br />
<a href="http://themikecam.com/gallery/v/places/xcountry06/img_5966.jpg.html"><img src="http://themikecam.com/gallery/d/2467-3/img_5966.jpg" alt="Petrified wood in the painted desrt" /></a></p>
<p>A closer view of some petrified wood. This area is called the Crystal Forest, but much of the color that gave it its name has been stolen.<br />
<a href="http://themikecam.com/gallery/v/places/xcountry06/img_6007.jpg.html"><img src="http://themikecam.com/gallery/d/2471-4/img_6007.jpg" alt="Petrified wood from the petrified forest" /></a></p>
<p>Finally, a gorgeous sunset to end the day well:<br />
<a href="http://themikecam.com/gallery/v/places/xcountry06/img_6005.jpg.html"><img src="http://themikecam.com/gallery/d/2469-4/img_6005.jpg" alt="Arizona sunset over the painted desert" /></a></p>
<p>These were only one-thirtieth of the photos I took that day, incidentally.</p>


<div class="shr-bookmarks shr-bookmarks-expand">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://themikecam.com/blog/2006/07/29/nm-to-az/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=NM+to+AZ+-+http://bit.ly/9wveTL&amp;source=shareaholic" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://themikecam.com/blog/2006/07/29/nm-to-az/&amp;title=NM+to+AZ" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://themikecam.com/blog/2006/07/29/nm-to-az/&amp;title=NM+to+AZ" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://themikecam.com/blog/2006/07/29/nm-to-az/&amp;title=NM+to+AZ" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://themikecam.com/blog/2006/07/29/nm-to-az/&amp;t=NM+to+AZ" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://themikecam.com/blog/2006/07/29/nm-to-az/&amp;imageurl=" rel="nofollow" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://themikecam.com/blog/2006/07/29/nm-to-az/&amp;title=NM+to+AZ" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://themikecam.com/blog/2006/07/29/nm-to-az/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://themikecam.com/blog/2006/07/29/nm-to-az/&amp;title=NM+to+AZ&amp;desc=I%27m%20getting%20a%20little%20behind%20in%20posting%20entries%20because%20I%20haven%27t%20had%20time%20and%20been%20too%20knackered%20in%20the%20morning%20and%20evening.%20On%20average%2C%20we%27ve%20been%20getting%20up%20about%207%3A30%20in%20the%20morning%20and%20getting%20to%20a%20motel%20around%2011%20at%20night%2C%20which%20has%20made%20for%20long%20days.%20Thursday%2C%20we%20left%20Albuquerque%2C%20New%20Mexico%20" rel="nofollow" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://themikecam.com/blog/2006/07/29/nm-to-az/&amp;bm_description=NM+to+AZ&amp;plugin=sexybookmarks" rel="nofollow" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://themikecam.com/blog/2006/07/29/nm-to-az/&amp;title=NM+to+AZ" rel="nofollow" title="Share this on Mixx">Share this on Mixx</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://themikecam.com/blog/2006/07/29/nm-to-az/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>TX to NM</title>
		<link>http://themikecam.com/blog/2006/07/27/tx-to-nm/</link>
		<comments>http://themikecam.com/blog/2006/07/27/tx-to-nm/#comments</comments>
		<pubDate>Thu, 27 Jul 2006 15:01:13 +0000</pubDate>
		<dc:creator>Miquel Rodríguez Telep / Michael Rodríguez-Torrent</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Heavy Things]]></category>
		<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://themikecam.com/blog/2006/07/27/tx-to-nm/</guid>
		<description><![CDATA[Yesterday we did 300-some odd miles from Amarillo to Santa Fe and Albuquerque. Our first stop was the &#8220;Cadillac Ranch,&#8221; just outside of Amarillo. It consists of 10 old graffiti-covered Cadillacs half-buried nose-first in the ground and was created by an artists&#8217; collective in the 70&#8242;s. They are occasionally repainted and people are encouraged to [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday we did 300-some odd miles from Amarillo to Santa Fe and Albuquerque.</p>
<p>Our first stop was the &#8220;Cadillac Ranch,&#8221; just outside of Amarillo.<br />
<a href="http://themikecam.com/gallery/v/places/xcountry06/img_5667.jpg.html"><img src="http://themikecam.com/gallery/d/2437-3/img_5667.jpg" alt="My dad at the Cadillac Ranch" /></a></p>
<p>It consists of 10 old graffiti-covered Cadillacs half-buried nose-first in the ground and was created by an artists&#8217; collective in the 70&#8242;s. They are occasionally repainted and people are encouraged to add graffiti.<br />
<a href="http://themikecam.com/gallery/v/places/xcountry06/img_5647.jpg.html"><img src="http://themikecam.com/gallery/d/2439-3/img_5647.jpg" alt="One of the Cadillac Ranch cars" /></a></p>
<p>Next, we crossed over into New Mexico and stopped in Tucumcari for lunch (and ice cream!). This is the Blue Swallow in Tucumcari, a recently restored motel on Route 66:<br />
<a href="http://themikecam.com/gallery/v/places/xcountry06/img_5697.jpg.html"><img src="http://themikecam.com/gallery/d/2441-3/img_5697.jpg" alt="Blue Swallow motel" /></a></p>
<p>After lunch, we turned northwest towards Santa Fe. About 20 miles before, we stopped off at the Pecos National Historical Park, which contains the ruins of an old Pecos pueblo.<br />
<a href="http://themikecam.com/gallery/v/places/xcountry06/img_5770.jpg.html"><img src="http://themikecam.com/gallery/d/2443-3/img_5770.jpg" alt="A reconstructed Pecos pueblo kiva" /></a></p>
<p>The sky was quite dramatic at this point, as there was a storm in the distance. Because there aren&#8217;t a lot of hills or trees, we could see the lightning from quite far away.<br />
<a href="http://themikecam.com/gallery/v/places/xcountry06/img_5777.jpg.html"><img src="http://themikecam.com/gallery/d/2445-3/img_5777.jpg" alt="New Mexico sky" /></a></p>
<p>We arrived in Santa Fe and took a walk around its small but lovely downtown. Most all the buildings are done with a Pueblo-style facade.<br />
<a href="http://themikecam.com/gallery/v/places/xcountry06/img_5803.jpg.html"><img src="http://themikecam.com/gallery/d/2447-3/img_5803.jpg" alt="Downtown Santa Fe" /></a></p>
<p>I tried to take some artsy photos:<br />
<a href="http://themikecam.com/gallery/v/places/xcountry06/img_5816.jpg.html"><img src="http://themikecam.com/gallery/d/2449-3/img_5816.jpg" alt="Bee with Santa Fe's St. Francis in the background" /></a></p>
<p>This is the St. Francis of Assissi Cathedral in Santa Fe. Notice the unfinished steeples.<br />
<a href="http://themikecam.com/gallery/v/places/xcountry06/img_5821.jpg.html"><img src="http://themikecam.com/gallery/d/2451-3/img_5821.jpg" alt="St. Francis of Assissi Cathedral in Santa Fe" /></a></p>
<p>We had dinner at a Spanish restaurant called El Messon, at which my dad criticized the paella heavily, then headed down to Albuquerque for the night. The drive south was very interesting, as there was a storm hitting Albuquerque. The lightning was frequent and extremely impressive against the night horizon; it was a terrific light show. Once in Albuquerque, it suddenly started hailing on us, which was quite a surprise to me, considering the temperature. After that, the rain got so thick that I couldn&#8217;t even see as I drove, and traffic slowed to a crawl of blinking hazard lights. We made it through those patches, though, spent the night here, and today we&#8217;re off to Arizona to see the Painted Desert and the Petrified Forest!</p>


<div class="shr-bookmarks shr-bookmarks-expand">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://themikecam.com/blog/2006/07/27/tx-to-nm/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=TX+to+NM+-+http://bit.ly/cMjVIX&amp;source=shareaholic" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://themikecam.com/blog/2006/07/27/tx-to-nm/&amp;title=TX+to+NM" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://themikecam.com/blog/2006/07/27/tx-to-nm/&amp;title=TX+to+NM" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://themikecam.com/blog/2006/07/27/tx-to-nm/&amp;title=TX+to+NM" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://themikecam.com/blog/2006/07/27/tx-to-nm/&amp;t=TX+to+NM" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://themikecam.com/blog/2006/07/27/tx-to-nm/&amp;imageurl=" rel="nofollow" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://themikecam.com/blog/2006/07/27/tx-to-nm/&amp;title=TX+to+NM" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://themikecam.com/blog/2006/07/27/tx-to-nm/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://themikecam.com/blog/2006/07/27/tx-to-nm/&amp;title=TX+to+NM&amp;desc=Yesterday%20we%20did%20300-some%20odd%20miles%20from%20Amarillo%20to%20Santa%20Fe%20and%20Albuquerque.%0D%0A%0D%0AOur%20first%20stop%20was%20the%20%22Cadillac%20Ranch%2C%22%20just%20outside%20of%20Amarillo.%0D%0A%0D%0A%0D%0AIt%20consists%20of%2010%20old%20graffiti-covered%20Cadillacs%20half-buried%20nose-first%20in%20the%20ground%20and%20was%20created%20by%20an%20artists%27%20collective%20in%20the%2070%27s.%20They%20" rel="nofollow" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://themikecam.com/blog/2006/07/27/tx-to-nm/&amp;bm_description=TX+to+NM&amp;plugin=sexybookmarks" rel="nofollow" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://themikecam.com/blog/2006/07/27/tx-to-nm/&amp;title=TX+to+NM" rel="nofollow" title="Share this on Mixx">Share this on Mixx</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://themikecam.com/blog/2006/07/27/tx-to-nm/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>OK to TX</title>
		<link>http://themikecam.com/blog/2006/07/26/ok-to-tx/</link>
		<comments>http://themikecam.com/blog/2006/07/26/ok-to-tx/#comments</comments>
		<pubDate>Wed, 26 Jul 2006 14:57:57 +0000</pubDate>
		<dc:creator>Miquel Rodríguez Telep / Michael Rodríguez-Torrent</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Heavy Things]]></category>
		<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://themikecam.com/blog/2006/07/26/ok-to-tx/</guid>
		<description><![CDATA[Yesterday we traveled across Oklahoma and into Texas, to stay at Amarillo for the night. Was a bit of a longer leg than I thought, almost 500 miles, so we saw some things but arrived too late for others (Route 66 Museum, unfortunately). The signs of Route 66. The largest McDonald&#8217;s in the world by [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday we traveled across Oklahoma and into Texas, to stay at Amarillo for the night. Was a bit of a longer leg than I thought, almost 500 miles, so we saw some things but arrived too late for others (Route 66 Museum, unfortunately).</p>
<p><a href="http://themikecam.com/gallery/v/places/xcountry06/img_5568.jpg.html"><img src="http://themikecam.com/gallery/d/2425-3/img_5568.jpg" alt="Motel sign" /></a><br />
The signs of Route 66.</p>
<p><a href="http://themikecam.com/gallery/v/places/xcountry06/img_5573.jpg.html"><img src="http://themikecam.com/gallery/d/2427-3/img_5573.jpg" alt="Vinita McDonald's" /></a><br />
The largest McDonald&#8217;s in the world by square footage (something like 29,000 I think?). It actually spans I-44 in Vinita, OK like a bridge.</p>
<p><a href="http://themikecam.com/gallery/v/places/xcountry06/img_5600.jpg.html"><img src="http://themikecam.com/gallery/d/2429-3/img_5600.jpg" alt="Totem pole" /></a><br />
Apparently the largest totem pole in the world, at 900 feet tall. This man, Ed, spent around 15 or 20 years building the thing, as well as a variety of other artwork around his house and just showing it off to passerby.</p>
<p><a href="http://themikecam.com/gallery/v/places/xcountry06/img_5623.jpg.html"><img src="http://themikecam.com/gallery/d/2431-3/img_5623.jpg" alt="The Big Texan steak house" /></a><br />
We stopped for dinner at The Big Texan steak house. Their gimmick (advertised on billboards all the way from mid-Oklahoma) is a massive 72 oz. steak which, if you can eat it in under an hour, you get free. We didn&#8217;t try it, and judging by the big empty chairs next to a table with a 60-minute timer in the middle of the room, neither did anybody else who was there. It&#8217;s a very chintzy place, as you can tell by the outside. Inside, it is decorated a bit like a saloon: everything is wooden, animal heads are mounted along the balcony, and waitresses are dressed in either hoop skirts or mini-skirts, flannel shirts, and cowboy hats. The food was good, though.</p>


<div class="shr-bookmarks shr-bookmarks-expand">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://themikecam.com/blog/2006/07/26/ok-to-tx/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=OK+to+TX+-+http://bit.ly/dn3HeW&amp;source=shareaholic" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://themikecam.com/blog/2006/07/26/ok-to-tx/&amp;title=OK+to+TX" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://themikecam.com/blog/2006/07/26/ok-to-tx/&amp;title=OK+to+TX" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://themikecam.com/blog/2006/07/26/ok-to-tx/&amp;title=OK+to+TX" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://themikecam.com/blog/2006/07/26/ok-to-tx/&amp;t=OK+to+TX" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://themikecam.com/blog/2006/07/26/ok-to-tx/&amp;imageurl=" rel="nofollow" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://themikecam.com/blog/2006/07/26/ok-to-tx/&amp;title=OK+to+TX" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://themikecam.com/blog/2006/07/26/ok-to-tx/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://themikecam.com/blog/2006/07/26/ok-to-tx/&amp;title=OK+to+TX&amp;desc=Yesterday%20we%20traveled%20across%20Oklahoma%20and%20into%20Texas%2C%20to%20stay%20at%20Amarillo%20for%20the%20night.%20Was%20a%20bit%20of%20a%20longer%20leg%20than%20I%20thought%2C%20almost%20500%20miles%2C%20so%20we%20saw%20some%20things%20but%20arrived%20too%20late%20for%20others%20%28Route%2066%20Museum%2C%20unfortunately%29.%0D%0A%0D%0A%0D%0AThe%20signs%20of%20Route%2066.%0D%0A%0D%0A%0D%0AThe%20largest%20McDonald%27s%20in%20the%20" rel="nofollow" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://themikecam.com/blog/2006/07/26/ok-to-tx/&amp;bm_description=OK+to+TX&amp;plugin=sexybookmarks" rel="nofollow" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://themikecam.com/blog/2006/07/26/ok-to-tx/&amp;title=OK+to+TX" rel="nofollow" title="Share this on Mixx">Share this on Mixx</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://themikecam.com/blog/2006/07/26/ok-to-tx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>gettin&#8217; my kicks</title>
		<link>http://themikecam.com/blog/2006/07/25/gettin-my-kicks/</link>
		<comments>http://themikecam.com/blog/2006/07/25/gettin-my-kicks/#comments</comments>
		<pubDate>Tue, 25 Jul 2006 15:04:31 +0000</pubDate>
		<dc:creator>Miquel Rodríguez Telep / Michael Rodríguez-Torrent</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Heavy Things]]></category>
		<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://themikecam.com/blog/2006/07/25/gettin-my-kicks/</guid>
		<description><![CDATA[After the frantic, last-minute packing preparations that always precede my journeys and the hour of sleep followed by 12 hours and 688 miles of monotonous travel across Connecticut, New York, Pennsylvania, and Ohio, the second day was better, albeit longer, and we&#8217;re finally on Route 66. After staying the night in Dayton, OH, we crossed [...]]]></description>
			<content:encoded><![CDATA[<p>After the frantic, last-minute packing preparations that always precede my journeys and the hour of sleep followed by 12 hours and 688 miles of monotonous travel across Connecticut, New York, Pennsylvania, and Ohio, the second day was better, albeit longer, and we&#8217;re finally on Route 66. After staying the night in Dayton, OH, we crossed Indiana and Illinois in shorter order and stopped off at St. Louis to see the arch and grab some lunch at the Old Spaghetti Factory.</p>
<p>(Click for larger images:)<br />
<a href="http://themikecam.com/gallery/v/places/xcountry06/img_5461.jpg.html"><img src="http://themikecam.com/gallery/d/2406-4/img_5461.jpg" alt="St. Louis sculptures" /></a><br />
What a funky welcoming committee!</p>
<p><a href="http://themikecam.com/gallery/v/places/xcountry06/img_5477.jpg.html"><img src="http://themikecam.com/gallery/d/2409-4/img_5477.jpg" alt="St. Louis Gateway Arch" /></a><br />
The Gateway Arch, just as you&#8217;ve seen it in photos a million times before. Only this time it&#8217;s my photo :)</p>
<p><a href="http://themikecam.com/gallery/v/places/xcountry06/img_5489.jpg.html"><img src="http://themikecam.com/gallery/d/2411-3/img_5489.jpg" alt="Dad and the arch" /></a><br />
My Dad, master of the Arch!</p>
<p><a href="http://themikecam.com/gallery/v/places/xcountry06/img_5493.jpg.html"><img src="http://themikecam.com/gallery/d/2413-3/img_5493.jpg" alt="Dad next to the arch" /></a><br />
The Arch is reeeeallly big!</p>
<p><a href="http://themikecam.com/gallery/v/places/xcountry06/img_5525.jpg.html"><img src="http://themikecam.com/gallery/d/2415-3/img_5525.jpg" alt="Ted Drewe's Frozen Custard" /></a><br />
Our next stop was Ted Drewe&#8217;s Frozen Custard, a semi-famous mini chain out here. Their standard is the &#8220;concrete,&#8221; a cup of frozen custard mixed with any flavor you want. As for what frozen custard actually is, the best way I can describe it is to say that it&#8217;s like soft ice cream, except smoother and thicker. When they serve you the cup, they turn it upside down to show you it doesn&#8217;t fall out. So, I went for a regular raspberry concrete and it was delish. Sitting on a bench nearby, we enjoy our concretes and marvelled at the quantity of people passing through &#8212; its quite a popular place.</p>
<p><a href="http://themikecam.com/gallery/v/places/xcountry06/img_5565.jpg.html"><img src="http://themikecam.com/gallery/d/2417-3/img_5565.jpg" alt="Meramec Caverns light show" /></a><br />
Our final sight-seeing stop for the day was Meramec Caverns, a 26-mile cavern system west of St. Louis. It was pretty cool, but not as impressive as I hoped and far too cheesy. They do an &#8220;impressive light and musical display&#8221; at the end of the tour that actually consists only of an old recording and the tour guide manually flicking a few lights on and off &#8212; the finale is what can be seen in this photo. I wasn&#8217;t surprised when I later saw a photo of the cave&#8217;s owner wearing a leopard pattern smoking jacket.</p>
<p>All the sight-seeing made for an even longer day yesterday, as we did the same amount of mileage in addition to the stops, but from here on out we&#8217;re only doing about 300 miles a day and more sightseeing. Today: Oklahoma and Texas!</p>


<div class="shr-bookmarks shr-bookmarks-expand">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://themikecam.com/blog/2006/07/25/gettin-my-kicks/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=gettin%27+my+kicks+-+http://bit.ly/cHeadn&amp;source=shareaholic" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://themikecam.com/blog/2006/07/25/gettin-my-kicks/&amp;title=gettin%27+my+kicks" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://themikecam.com/blog/2006/07/25/gettin-my-kicks/&amp;title=gettin%27+my+kicks" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://themikecam.com/blog/2006/07/25/gettin-my-kicks/&amp;title=gettin%27+my+kicks" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://themikecam.com/blog/2006/07/25/gettin-my-kicks/&amp;t=gettin%27+my+kicks" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://themikecam.com/blog/2006/07/25/gettin-my-kicks/&amp;imageurl=" rel="nofollow" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://themikecam.com/blog/2006/07/25/gettin-my-kicks/&amp;title=gettin%27+my+kicks" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://themikecam.com/blog/2006/07/25/gettin-my-kicks/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://themikecam.com/blog/2006/07/25/gettin-my-kicks/&amp;title=gettin%27+my+kicks&amp;desc=After%20the%20frantic%2C%20last-minute%20packing%20preparations%20that%20always%20precede%20my%20journeys%20and%20the%20hour%20of%20sleep%20followed%20by%2012%20hours%20and%20688%20miles%20of%20monotonous%20travel%20across%20Connecticut%2C%20New%20York%2C%20Pennsylvania%2C%20and%20Ohio%2C%20the%20second%20day%20was%20better%2C%20albeit%20longer%2C%20and%20we%27re%20finally%20on%20Route%2066.%20After%20stayi" rel="nofollow" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://themikecam.com/blog/2006/07/25/gettin-my-kicks/&amp;bm_description=gettin%27+my+kicks&amp;plugin=sexybookmarks" rel="nofollow" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://themikecam.com/blog/2006/07/25/gettin-my-kicks/&amp;title=gettin%27+my+kicks" rel="nofollow" title="Share this on Mixx">Share this on Mixx</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://themikecam.com/blog/2006/07/25/gettin-my-kicks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
