<?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>Stephen Skory &#187; Commentary</title>
	<atom:link href="http://stephenskory.com/category/commentary/feed" rel="self" type="application/rss+xml" />
	<link>http://stephenskory.com</link>
	<description></description>
	<lastBuildDate>Tue, 07 Feb 2012 17:16:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>The Closest Non-Intersecting US Interstates</title>
		<link>http://stephenskory.com/2011/06/10/the-closest-non-intersecting-us-interstates</link>
		<comments>http://stephenskory.com/2011/06/10/the-closest-non-intersecting-us-interstates#comments</comments>
		<pubDate>Fri, 10 Jun 2011 22:44:01 +0000</pubDate>
		<dc:creator>Stephen Skory</dc:creator>
				<category><![CDATA[Commentary]]></category>

		<guid isPermaLink="false">http://stephenskory.com/?p=1340</guid>
		<description><![CDATA[On our recent driving trip to Yellowstone and Montana, I had lots of time to think about random things while behind the wheel. One of them was to wonder of the major US Interstates, which two come the closest without actually intersecting? My guess was that it&#8217;s some place on the East Coast, but due [...]]]></description>
			<content:encoded><![CDATA[<p>On <a href="http://goo.gl/maps/fqKD">our recent driving trip</a> to <a href="http://stephenskory.com/2011/05/26/yellowstone">Yellowstone</a> and Montana, I had lots of time to think about random things while behind the wheel. One of them was to wonder of the major <a href="http://en.wikipedia.org/wiki/Interstate_Highway_System">US Interstates</a>, which two come the closest without actually intersecting? My guess was that it&#8217;s some place on the East Coast, but due to my general lack of knowledge of East Coast highways, I had no idea which two it is.</p>
<p>Being a huge dork, I decided to figure it out.</p>
<p><span id="more-1340"></span></p>
<p>Basically, it&#8217;s actually not a very difficult thing to figure out. The steps are:</p>
<ol>
<li>Get the latitude and longitude coordinates for a number of points along each of the interstates.</li>
<li>Determine which interstates intersect and eliminate those pairs.</li>
<li>Put the coordinates for the interstates into a <a href="http://en.wikipedia.org/wiki/Kd-tree">kD-Tree</a> which will perform the search that determines the distance between non-intersecting highways in a fast way.</li>
</ol>
<p>It turns out that the first step proved to be the hardest. I decided to use the data from the <a href="http://www.openstreetmap.org/">Open Street Map</a> (OSM) project. This is a Google Maps-like website that is editable by anyone in the world, similar to Wikipedia. It will not give you directions like other mapping services, but it contains the geographical location of a wide variety of items, including and importantly (as the name suggests) roads. I looked into using the <a href="http://wiki.openstreetmap.org/wiki/APIs">OSM APIs</a>, but as far as I could tell either the APIs didn&#8217;t do what I needed in an efficient way, or the servers were down. So I simply downloaded the 82 GB XML (5 GB compressed for download) <a href="http://downloads.cloudmade.com/americas/northern_america/united_states#downloads_breadcrumbs">dataset for the United States</a>.</p>
<p><em>Begin rant</em> &#8211; feel free to skip to the next paragraph. I loathe XML. Any time that you have a 82 GB text file (apparently it&#8217;s 200+ GB for the whole world) as your main distribution method, you&#8217;re doing something wrong. Doing this project I learned as little about XML as I could to get just what I needed out of the file. Apparently the authoritative data is kept in a <a href="http://wiki.openstreetmap.org/wiki/Database">real database</a>, but it appears that you can not download the data as a database. They do have a <a href="http://wiki.openstreetmap.org/wiki/OSM_Binary_Format">binary format description</a>, but I can&#8217;t find a link to download the data in that format. Furthermore, the world doesn&#8217;t need yet another binary format. For example, they do not discuss <a href="http://en.wikipedia.org/wiki/Endianness">endianness</a> for their binary format on that wiki page, which is a big issue with binary formats. There are many other quality formats they could use (SQLite or HDF5). The binary format has a distinct <a href="http://en.wikipedia.org/wiki/Not_Invented_Here">Not Invented Here</a> feel to it, which is nearly always a bad thing. Anyway, back to the main point of my rant. I don&#8217;t care that the 82 GB XML file compresses down to 5 GB. Reading a 82 GB text file when you&#8217;re searching for just a fraction of that data takes a long, long time, and is completely unnecessary. Every time I encounter XML it wastes my time in myriad ways. This time was no different.<em> End rant.</em></p>
<p>I&#8217;ll spare you the full details and samples my low-quality Python code, but I munged the interstate data into a SQLite file, which distilled the data from 82 GB to 19 MB. Yes, that&#8217;s nearly four orders of magnitude smaller. Then I used the much more convenient (and fast) SQLite file to build lists of interstate coordinates, which were fed into the kD-Tree for the nearest neighbor searches. The results are shown below. Note that there is no I-50 or I-60, and I eliminated <a href="http://en.wikipedia.org/wiki/Interstate_45">I-45</a> from consideration because it&#8217;s entirely within Texas, and therefore is not &#8220;major&#8221; in my opinion. I eliminated Hawaii&#8217;s <a href="http://en.wikipedia.org/wiki/Interstate_H-1">H-1</a> for the same reason. I have included links to maps showing the great circle between the nearest points of the highways. For highways that intersect, the link goes to one of the (more or less random) points of intersection.</p>
<p>Finally, we can see the answer I was looking for. Interstates <a href="http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=39.301586&#038;lon1=-76.708821&#038;lat2=39.264210&#038;lon2=-76.670727&#038;show_wpt=3&#038;trk_colorize=track">70 and 95</a> come within 5 kilometers in Baltimore at the terminus of 70, but do not intersect. So my suspicion was correct that it was somewhere in the East, so I have that to feel good about.</p>
<p><!-- global distance code from: http://www.koders.com/python/fid0A930D7924AE856342437CA1F5A9A3EC0CAEACE2.aspx --></p>
<table border="1" frame="void">
<caption>Closest approach distances between major interstates in kilometers.</caption>
<p><!-- Headers --></p>
<td>X</td>
<td><b><font size="-2">95</font></b></td>
<td><b><font size="-2">90</font></b></td>
<td><b><font size="-2">85</font></b></td>
<td><b><font size="-2">80</font></b></td>
<td><b><font size="-2">75</font></b></td>
<td><b><font size="-2">70</font></b></td>
<td><b><font size="-2">65</font></b></td>
<td><b><font size="-2">55</font></b></td>
<td><b><font size="-2">40</font></b></td>
<td><b><font size="-2">35</font></b></td>
<td><b><font size="-2">30</font></b></td>
<td><b><font size="-2">25</font></b></td>
<td><b><font size="-2">20</font></b></td>
<td><b><font size="-2">15</font></b></td>
<td><b><font size="-2">10</font></b></td>
</tr>
<p><!-- I 5 --></p>
<tr>
<td><font size='-2'><b>5</b></font></td>
<p><!-- I 5 to I 95 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=32.542710&#038;lon1=-117.030516&#038;lat2=30.947112&#038;lon2=-81.686358&#038;show_wpt=3&#038;trk_colorize=track'>3338</a></font></td>
<p><!-- I 5 to I 90 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=47.594826&#038;lon1=-122.315683&#038;lat2=47.594826&#038;lon2=-122.315683&#038;show_wpt=3&#038;trk_colorize=track'>0</a></font></td>
<p><!-- I 5 to I 85 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=32.542710&#038;lon1=-117.030516&#038;lat2=32.367267&#038;lon2=-86.318885&#038;show_wpt=3&#038;trk_colorize=track'>2877</a></font></td>
<p><!-- I 5 to I 80 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=38.624491&#038;lon1=-121.517055&#038;lat2=38.624051&#038;lon2=-121.519207&#038;show_wpt=3&#038;trk_colorize=track'>0</a></font></td>
<p><!-- I 5 to I 75 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=48.175139&#038;lon1=-122.192678&#038;lat2=45.973029&#038;lon2=-84.748783&#038;show_wpt=3&#038;trk_colorize=track'>2826</a></font></td>
<p><!-- I 5 to I 70 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=35.017339&#038;lon1=-118.954080&#038;lat2=38.579292&#038;lon2=-112.599942&#038;show_wpt=3&#038;trk_colorize=track'>690</a></font></td>
<p><!-- I 5 to I 65 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=32.542710&#038;lon1=-117.030516&#038;lat2=30.806677&#038;lon2=-88.104175&#038;show_wpt=3&#038;trk_colorize=track'>2741</a></font></td>
<p><!-- I 5 to I 55 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=32.542710&#038;lon1=-117.030516&#038;lat2=35.366326&#038;lon2=-90.279834&#038;show_wpt=3&#038;trk_colorize=track'>2484</a></font></td>
<p><!-- I 5 to I 40 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=34.150500&#038;lon1=-118.280523&#038;lat2=34.885837&#038;lon2=-117.013101&#038;show_wpt=3&#038;trk_colorize=track'>142</a></font></td>
<p><!-- I 5 to I 35 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=32.542710&#038;lon1=-117.030516&#038;lat2=28.897790&#038;lon2=-99.115250&#038;show_wpt=3&#038;trk_colorize=track'>1760</a></font></td>
<p><!-- I 5 to I 30 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=32.542710&#038;lon1=-117.030516&#038;lat2=32.725141&#038;lon2=-97.581640&#038;show_wpt=3&#038;trk_colorize=track'>1822</a></font></td>
<p><!-- I 5 to I 25 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=32.542710&#038;lon1=-117.030516&#038;lat2=32.923139&#038;lon2=-107.319015&#038;show_wpt=3&#038;trk_colorize=track'>910</a></font></td>
<p><!-- I 5 to I 20 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=32.542710&#038;lon1=-117.030516&#038;lat2=31.089601&#038;lon2=-104.059252&#038;show_wpt=3&#038;trk_colorize=track'>1237</a></font></td>
<p><!-- I 5 to I 15 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=32.723897&#038;lon1=-117.150637&#038;lat2=32.779203&#038;lon2=-117.112409&#038;show_wpt=3&#038;trk_colorize=track'>0</a></font></td>
<p><!-- I 5 to I 10 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=34.050446&#038;lon1=-118.214109&#038;lat2=34.050446&#038;lon2=-118.214109&#038;show_wpt=3&#038;trk_colorize=track'>0</a></font></td>
</tr>
<p><!-- I 10 --></p>
<tr>
<td><font size='-2'><b>10</b></font></td>
<p><!-- I 10 to I 95 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=30.320647&#038;lon1=-81.684686&#038;lat2=30.320837&#038;lon2=-81.681633&#038;show_wpt=3&#038;trk_colorize=track'>0</a></font></td>
<p><!-- I 10 to I 90 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=30.757409&#038;lon1=-85.282966&#038;lat2=41.353541&#038;lon2=-82.875192&#038;show_wpt=3&#038;trk_colorize=track'>1195</a></font></td>
<p><!-- I 10 to I 85 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=30.750937&#038;lon1=-86.280146&#038;lat2=32.358492&#038;lon2=-86.251107&#038;show_wpt=3&#038;trk_colorize=track'>178</a></font></td>
<p><!-- I 10 to I 80 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=34.022456&#038;lon1=-118.475801&#038;lat2=37.827545&#038;lon2=-122.294994&#038;show_wpt=3&#038;trk_colorize=track'>544</a></font></td>
<p><!-- I 10 to I 75 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=30.266721&#038;lon1=-82.754749&#038;lat2=30.266855&#038;lon2=-82.754629&#038;show_wpt=3&#038;trk_colorize=track'>0</a></font></td>
<p><!-- I 10 to I 70 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=33.625096&#038;lon1=-113.725828&#038;lat2=38.579292&#038;lon2=-112.599942&#038;show_wpt=3&#038;trk_colorize=track'>558</a></font></td>
<p><!-- I 10 to I 65 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=30.628554&#038;lon1=-88.117440&#038;lat2=30.632210&#038;lon2=-88.118024&#038;show_wpt=3&#038;trk_colorize=track'>0</a></font></td>
<p><!-- I 10 to I 55 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=30.084718&#038;lon1=-90.428819&#038;lat2=30.084718&#038;lon2=-90.428819&#038;show_wpt=3&#038;trk_colorize=track'>0</a></font></td>
<p><!-- I 10 to I 40 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=34.061613&#038;lon1=-117.177984&#038;lat2=34.864411&#038;lon2=-116.936318&#038;show_wpt=3&#038;trk_colorize=track'>91</a></font></td>
<p><!-- I 10 to I 35 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=29.401691&#038;lon1=-98.511700&#038;lat2=29.401691&#038;lon2=-98.511700&#038;show_wpt=3&#038;trk_colorize=track'>0</a></font></td>
<p><!-- I 10 to I 30 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=30.488866&#038;lon1=-99.742217&#038;lat2=32.725141&#038;lon2=-97.581640&#038;show_wpt=3&#038;trk_colorize=track'>321</a></font></td>
<p><!-- I 10 to I 25 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=32.245731&#038;lon1=-106.721669&#038;lat2=32.245731&#038;lon2=-106.721669&#038;show_wpt=3&#038;trk_colorize=track'>0</a></font></td>
<p><!-- I 10 to I 20 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=31.089601&#038;lon1=-104.059252&#038;lat2=31.089601&#038;lon2=-104.059252&#038;show_wpt=3&#038;trk_colorize=track'>0</a></font></td>
<p><!-- I 10 to I 15 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=34.067454&#038;lon1=-117.543818&#038;lat2=34.067723&#038;lon2=-117.544756&#038;show_wpt=3&#038;trk_colorize=track'>0</a></font></td>
</tr>
<p><!-- I 15 --></p>
<tr>
<td><font size='-2'><b>15</b></font></td>
<p><!-- I 15 to I 95 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=40.132187&#038;lon1=-111.646754&#038;lat2=32.150999&#038;lon2=-81.238949&#038;show_wpt=3&#038;trk_colorize=track'>2860</a></font></td>
<p><!-- I 15 to I 90 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=46.008662&#038;lon1=-112.630571&#038;lat2=46.008662&#038;lon2=-112.630571&#038;show_wpt=3&#038;trk_colorize=track'>0</a></font></td>
<p><!-- I 15 to I 85 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=40.131537&#038;lon1=-111.646893&#038;lat2=32.367267&#038;lon2=-86.318885&#038;show_wpt=3&#038;trk_colorize=track'>2423</a></font></td>
<p><!-- I 15 to I 80 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=40.748170&#038;lon1=-111.907966&#038;lat2=40.748170&#038;lon2=-111.907966&#038;show_wpt=3&#038;trk_colorize=track'>0</a></font></td>
<p><!-- I 15 to I 75 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=47.505440&#038;lon1=-111.342691&#038;lat2=45.968799&#038;lon2=-84.750792&#038;show_wpt=3&#038;trk_colorize=track'>2029</a></font></td>
<p><!-- I 15 to I 70 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=38.578789&#038;lon1=-112.603279&#038;lat2=38.579292&#038;lon2=-112.599942&#038;show_wpt=3&#038;trk_colorize=track'>0</a></font></td>
<p><!-- I 15 to I 65 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=47.488492&#038;lon1=-111.343502&#038;lat2=41.598230&#038;lon2=-87.307085&#038;show_wpt=3&#038;trk_colorize=track'>2009</a></font></td>
<p><!-- I 15 to I 55 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=40.188700&#038;lon1=-111.646375&#038;lat2=38.416205&#038;lon2=-90.388842&#038;show_wpt=3&#038;trk_colorize=track'>1839</a></font></td>
<p><!-- I 15 to I 40 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=34.885837&#038;lon1=-117.013101&#038;lat2=34.885837&#038;lon2=-117.013101&#038;show_wpt=3&#038;trk_colorize=track'>0</a></font></td>
<p><!-- I 15 to I 35 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=40.132187&#038;lon1=-111.646754&#038;lat2=37.599785&#038;lon2=-97.324195&#038;show_wpt=3&#038;trk_colorize=track'>1272</a></font></td>
<p><!-- I 15 to I 30 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=38.148977&#038;lon1=-112.610849&#038;lat2=32.725141&#038;lon2=-97.581640&#038;show_wpt=3&#038;trk_colorize=track'>1489</a></font></td>
<p><!-- I 15 to I 25 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=44.332397&#038;lon1=-112.174047&#038;lat2=44.374337&#038;lon2=-106.692376&#038;show_wpt=3&#038;trk_colorize=track'>436</a></font></td>
<p><!-- I 15 to I 20 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=37.285241&#038;lon1=-113.304819&#038;lat2=31.130808&#038;lon2=-104.025340&#038;show_wpt=3&#038;trk_colorize=track'>1093</a></font></td>
</tr>
<p><!-- I 20 --></p>
<tr>
<td><font size='-2'><b>20</b></font></td>
<p><!-- I 20 to I 95 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=34.193663&#038;lon1=-79.844014&#038;lat2=34.193539&#038;lon2=-79.843727&#038;show_wpt=3&#038;trk_colorize=track'>0</a></font></td>
<p><!-- I 20 to I 90 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=34.219396&#038;lon1=-80.621347&#038;lat2=41.334351&#038;lon2=-82.370697&#038;show_wpt=3&#038;trk_colorize=track'>804</a></font></td>
<p><!-- I 20 to I 85 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=33.744907&#038;lon1=-84.390064&#038;lat2=33.744817&#038;lon2=-84.390027&#038;show_wpt=3&#038;trk_colorize=track'>0</a></font></td>
<p><!-- I 20 to I 80 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=34.219663&#038;lon1=-80.618356&#038;lat2=41.108819&#038;lon2=-80.829697&#038;show_wpt=3&#038;trk_colorize=track'>764</a></font></td>
<p><!-- I 20 to I 75 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=33.744907&#038;lon1=-84.390064&#038;lat2=33.744817&#038;lon2=-84.390027&#038;show_wpt=3&#038;trk_colorize=track'>0</a></font></td>
<p><!-- I 20 to I 70 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=34.188134&#038;lon1=-79.811032&#038;lat2=39.394959&#038;lon2=-77.445008&#038;show_wpt=3&#038;trk_colorize=track'>615</a></font></td>
<p><!-- I 20 to I 65 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=33.521929&#038;lon1=-86.826258&#038;lat2=33.522022&#038;lon2=-86.826153&#038;show_wpt=3&#038;trk_colorize=track'>0</a></font></td>
<p><!-- I 20 to I 55 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=32.275792&#038;lon1=-90.198757&#038;lat2=32.275792&#038;lon2=-90.198757&#038;show_wpt=3&#038;trk_colorize=track'>0</a></font></td>
<p><!-- I 20 to I 40 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=34.218862&#038;lon1=-80.624032&#038;lat2=35.729035&#038;lon2=-81.118365&#038;show_wpt=3&#038;trk_colorize=track'>173</a></font></td>
<p><!-- I 20 to I 35 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=32.666745&#038;lon1=-97.320865&#038;lat2=32.666609&#038;lon2=-97.320776&#038;show_wpt=3&#038;trk_colorize=track'>0</a></font></td>
<p><!-- I 20 to I 30 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=32.725141&#038;lon1=-97.581640&#038;lat2=32.725141&#038;lon2=-97.581640&#038;show_wpt=3&#038;trk_colorize=track'>0</a></font></td>
<p><!-- I 20 to I 25 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=31.089601&#038;lon1=-104.059252&#038;lat2=32.245731&#038;lon2=-106.721669&#038;show_wpt=3&#038;trk_colorize=track'>283</a></font></td>
</tr>
<p><!-- I 25 --></p>
<tr>
<td><font size='-2'><b>25</b></font></td>
<p><!-- I 25 to I 95 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=36.785849&#038;lon1=-104.438496&#038;lat2=31.952132&#038;lon2=-81.335586&#038;show_wpt=3&#038;trk_colorize=track'>2185</a></font></td>
<p><!-- I 25 to I 90 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=44.374337&#038;lon1=-106.692376&#038;lat2=44.374337&#038;lon2=-106.692376&#038;show_wpt=3&#038;trk_colorize=track'>0</a></font></td>
<p><!-- I 25 to I 85 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=36.784641&#038;lon1=-104.438694&#038;lat2=32.367267&#038;lon2=-86.318885&#038;show_wpt=3&#038;trk_colorize=track'>1730</a></font></td>
<p><!-- I 25 to I 80 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=41.114113&#038;lon1=-104.850754&#038;lat2=41.113985&#038;lon2=-104.850588&#038;show_wpt=3&#038;trk_colorize=track'>0</a></font></td>
<p><!-- I 25 to I 75 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=42.523236&#038;lon1=-105.026180&#038;lat2=44.575523&#038;lon2=-84.709939&#038;show_wpt=3&#038;trk_colorize=track'>1653</a></font></td>
<p><!-- I 25 to I 70 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=39.740321&#038;lon1=-105.013948&#038;lat2=39.740322&#038;lon2=-105.013636&#038;show_wpt=3&#038;trk_colorize=track'>0</a></font></td>
<p><!-- I 25 to I 65 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=41.792288&#038;lon1=-104.791524&#038;lat2=41.597164&#038;lon2=-87.307333&#038;show_wpt=3&#038;trk_colorize=track'>1453</a></font></td>
<p><!-- I 25 to I 55 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=38.448404&#038;lon1=-104.605650&#038;lat2=38.298618&#038;lon2=-90.406066&#038;show_wpt=3&#038;trk_colorize=track'>1239</a></font></td>
<p><!-- I 25 to I 40 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=35.105321&#038;lon1=-106.629341&#038;lat2=35.105187&#038;lon2=-106.629153&#038;show_wpt=3&#038;trk_colorize=track'>0</a></font></td>
<p><!-- I 25 to I 35 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=36.906984&#038;lon1=-104.424121&#038;lat2=36.901784&#038;lon2=-97.354137&#038;show_wpt=3&#038;trk_colorize=track'>629</a></font></td>
<p><!-- I 25 to I 30 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=36.022673&#038;lon1=-104.697129&#038;lat2=32.725141&#038;lon2=-97.581640&#038;show_wpt=3&#038;trk_colorize=track'>749</a></font></td>
</tr>
<p><!-- I 30 --></p>
<tr>
<td><font size='-2'><b>30</b></font></td>
<p><!-- I 30 to I 95 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=34.733488&#038;lon1=-92.261843&#038;lat2=31.952132&#038;lon2=-81.335586&#038;show_wpt=3&#038;trk_colorize=track'>1062</a></font></td>
<p><!-- I 30 to I 90 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=34.778580&#038;lon1=-92.253147&#038;lat2=41.611718&#038;lon2=-87.478714&#038;show_wpt=3&#038;trk_colorize=track'>865</a></font></td>
<p><!-- I 30 to I 85 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=34.711778&#038;lon1=-92.270330&#038;lat2=32.367267&#038;lon2=-86.318885&#038;show_wpt=3&#038;trk_colorize=track'>610</a></font></td>
<p><!-- I 30 to I 80 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=34.778580&#038;lon1=-92.253147&#038;lat2=41.438483&#038;lon2=-90.331305&#038;show_wpt=3&#038;trk_colorize=track'>758</a></font></td>
<p><!-- I 30 to I 75 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=34.778580&#038;lon1=-92.253147&#038;lat2=35.002295&#038;lon2=-85.212161&#038;show_wpt=3&#038;trk_colorize=track'>643</a></font></td>
<p><!-- I 30 to I 70 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=34.778580&#038;lon1=-92.253147&#038;lat2=38.820268&#038;lon2=-91.185690&#038;show_wpt=3&#038;trk_colorize=track'>458</a></font></td>
<p><!-- I 30 to I 65 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=34.778580&#038;lon1=-92.253147&#038;lat2=34.828360&#038;lon2=-86.939019&#038;show_wpt=3&#038;trk_colorize=track'>486</a></font></td>
<p><!-- I 30 to I 55 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=34.778580&#038;lon1=-92.253147&#038;lat2=35.357639&#038;lon2=-90.278546&#038;show_wpt=3&#038;trk_colorize=track'>191</a></font></td>
<p><!-- I 30 to I 40 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=34.773435&#038;lon1=-92.261351&#038;lat2=34.773435&#038;lon2=-92.261351&#038;show_wpt=3&#038;trk_colorize=track'>0</a></font></td>
<p><!-- I 30 to I 35 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=32.770904&#038;lon1=-96.810678&#038;lat2=32.770963&#038;lon2=-96.810729&#038;show_wpt=3&#038;trk_colorize=track'>0</a></font></td>
</tr>
<p><!-- I 35 --></p>
<tr>
<td><font size='-2'><b>35</b></font></td>
<p><!-- I 35 to I 95 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=39.519780&#038;lon1=-94.282770&#038;lat2=33.492292&#038;lon2=-80.468130&#038;show_wpt=3&#038;trk_colorize=track'>1404</a></font></td>
<p><!-- I 35 to I 90 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=43.683330&#038;lon1=-93.320999&#038;lat2=43.683583&#038;lon2=-93.320689&#038;show_wpt=3&#038;trk_colorize=track'>0</a></font></td>
<p><!-- I 35 to I 85 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=32.766984&#038;lon1=-96.804228&#038;lat2=32.367267&#038;lon2=-86.318885&#038;show_wpt=3&#038;trk_colorize=track'>985</a></font></td>
<p><!-- I 35 to I 80 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=41.650561&#038;lon1=-93.660966&#038;lat2=41.650561&#038;lon2=-93.660966&#038;show_wpt=3&#038;trk_colorize=track'>0</a></font></td>
<p><!-- I 35 to I 75 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=46.808607&#038;lon1=-92.060992&#038;lat2=45.965178&#038;lon2=-84.752002&#038;show_wpt=3&#038;trk_colorize=track'>569</a></font></td>
<p><!-- I 35 to I 70 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=39.106820&#038;lon1=-94.581576&#038;lat2=39.106820&#038;lon2=-94.581576&#038;show_wpt=3&#038;trk_colorize=track'>0</a></font></td>
<p><!-- I 35 to I 65 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=42.817459&#038;lon1=-93.350378&#038;lat2=41.598230&#038;lon2=-87.307085&#038;show_wpt=3&#038;trk_colorize=track'>516</a></font></td>
<p><!-- I 35 to I 55 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=39.522120&#038;lon1=-94.281616&#038;lat2=38.463366&#038;lon2=-90.373436&#038;show_wpt=3&#038;trk_colorize=track'>358</a></font></td>
<p><!-- I 35 to I 40 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=35.462860&#038;lon1=-97.487522&#038;lat2=35.462860&#038;lon2=-97.487522&#038;show_wpt=3&#038;trk_colorize=track'>0</a></font></td>
</tr>
<p><!-- I 40 --></p>
<tr>
<td><font size='-2'><b>40</b></font></td>
<p><!-- I 40 to I 95 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=35.389548&#038;lon1=-78.517867&#038;lat2=35.389753&#038;lon2=-78.517869&#038;show_wpt=3&#038;trk_colorize=track'>0</a></font></td>
<p><!-- I 40 to I 90 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=36.067863&#038;lon1=-83.385637&#038;lat2=41.323117&#038;lon2=-82.619410&#038;show_wpt=3&#038;trk_colorize=track'>587</a></font></td>
<p><!-- I 40 to I 85 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=36.068653&#038;lon1=-79.373159&#038;lat2=36.068653&#038;lon2=-79.373159&#038;show_wpt=3&#038;trk_colorize=track'>0</a></font></td>
<p><!-- I 40 to I 80 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=36.073155&#038;lon1=-79.161277&#038;lat2=40.961391&#038;lon2=-78.104912&#038;show_wpt=3&#038;trk_colorize=track'>550</a></font></td>
<p><!-- I 40 to I 75 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=35.939324&#038;lon1=-84.006740&#038;lat2=35.939324&#038;lon2=-84.006740&#038;show_wpt=3&#038;trk_colorize=track'>0</a></font></td>
<p><!-- I 40 to I 70 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=35.669730&#038;lon1=-88.835785&#038;lat2=38.615910&#038;lon2=-90.169487&#038;show_wpt=3&#038;trk_colorize=track'>347</a></font></td>
<p><!-- I 40 to I 65 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=36.166586&#038;lon1=-86.795201&#038;lat2=36.166586&#038;lon2=-86.795201&#038;show_wpt=3&#038;trk_colorize=track'>0</a></font></td>
<p><!-- I 40 to I 55 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=35.158323&#038;lon1=-90.158077&#038;lat2=35.158323&#038;lon2=-90.158077&#038;show_wpt=3&#038;trk_colorize=track'>0</a></font></td>
</tr>
<p><!-- I 55 --></p>
<tr>
<td><font size='-2'><b>55</b></font></td>
<p><!-- I 55 to I 95 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=33.327660&#038;lon1=-89.776160&#038;lat2=31.950302&#038;lon2=-81.336190&#038;show_wpt=3&#038;trk_colorize=track'>806</a></font></td>
<p><!-- I 55 to I 90 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=41.847262&#038;lon1=-87.641859&#038;lat2=41.847215&#038;lon2=-87.641713&#038;show_wpt=3&#038;trk_colorize=track'>0</a></font></td>
<p><!-- I 55 to I 85 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=33.279940&#038;lon1=-89.788552&#038;lat2=32.367267&#038;lon2=-86.318885&#038;show_wpt=3&#038;trk_colorize=track'>340</a></font></td>
<p><!-- I 55 to I 80 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=41.486752&#038;lon1=-88.197567&#038;lat2=41.486467&#038;lon2=-88.198066&#038;show_wpt=3&#038;trk_colorize=track'>0</a></font></td>
<p><!-- I 55 to I 75 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=41.848311&#038;lon1=-87.614933&#038;lat2=40.680992&#038;lon2=-84.128269&#038;show_wpt=3&#038;trk_colorize=track'>319</a></font></td>
<p><!-- I 55 to I 70 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=38.648109&#038;lon1=-90.124567&#038;lat2=38.648109&#038;lon2=-90.124567&#038;show_wpt=3&#038;trk_colorize=track'>0</a></font></td>
<p><!-- I 55 to I 65 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=41.848311&#038;lon1=-87.614933&#038;lat2=41.598230&#038;lon2=-87.307085&#038;show_wpt=3&#038;trk_colorize=track'>37</a></font></td>
</tr>
<p><!-- I 65 --></p>
<tr>
<td><font size='-2'><b>65</b></font></td>
<p><!-- I 65 to I 95 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=32.290970&#038;lon1=-86.340354&#038;lat2=31.041870&#038;lon2=-81.651984&#038;show_wpt=3&#038;trk_colorize=track'>465</a></font></td>
<p><!-- I 65 to I 90 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=41.598178&#038;lon1=-87.306869&#038;lat2=41.598251&#038;lon2=-87.306461&#038;show_wpt=3&#038;trk_colorize=track'>0</a></font></td>
<p><!-- I 65 to I 85 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=32.367553&#038;lon1=-86.322116&#038;lat2=32.367267&#038;lon2=-86.318885&#038;show_wpt=3&#038;trk_colorize=track'>0</a></font></td>
<p><!-- I 65 to I 80 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=41.569497&#038;lon1=-87.300529&#038;lat2=41.569245&#038;lon2=-87.300473&#038;show_wpt=3&#038;trk_colorize=track'>0</a></font></td>
<p><!-- I 65 to I 75 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=38.889475&#038;lon1=-85.810479&#038;lat2=38.999527&#038;lon2=-84.647606&#038;show_wpt=3&#038;trk_colorize=track'>101</a></font></td>
<p><!-- I 65 to I 70 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=39.762700&#038;lon1=-86.142994&#038;lat2=39.762700&#038;lon2=-86.142994&#038;show_wpt=3&#038;trk_colorize=track'>0</a></font></td>
</tr>
<p><!-- I 70 --></p>
<tr>
<td><font size='-2'><b>70</b></font></td>
<p><!-- I 70 to I 95 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=39.301586&#038;lon1=-76.708821&#038;lat2=39.264210&#038;lon2=-76.670727&#038;show_wpt=3&#038;trk_colorize=track'>5</a></font></td>
<p><!-- I 70 to I 90 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=39.951824&#038;lon1=-82.738484&#038;lat2=41.322775&#038;lon2=-82.615058&#038;show_wpt=3&#038;trk_colorize=track'>152</a></font></td>
<p><!-- I 70 to I 85 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=39.302220&#038;lon1=-76.909464&#038;lat2=37.225861&#038;lon2=-77.393882&#038;show_wpt=3&#038;trk_colorize=track'>234</a></font></td>
<p><!-- I 70 to I 80 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=40.224820&#038;lon1=-79.607840&#038;lat2=41.169510&#038;lon2=-79.703665&#038;show_wpt=3&#038;trk_colorize=track'>105</a></font></td>
<p><!-- I 70 to I 75 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=39.865282&#038;lon1=-84.189201&#038;lat2=39.865209&#038;lon2=-84.188944&#038;show_wpt=3&#038;trk_colorize=track'>0</a></font></td>
</tr>
<p><!-- I 75 --></p>
<tr>
<td><font size='-2'><b>75</b></font></td>
<p><!-- I 75 to I 95 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=25.898318&#038;lon1=-80.330514&#038;lat2=25.902689&#038;lon2=-80.210238&#038;show_wpt=3&#038;trk_colorize=track'>12</a></font></td>
<p><!-- I 75 to I 90 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=41.568767&#038;lon1=-83.581409&#038;lat2=41.569015&#038;lon2=-83.581053&#038;show_wpt=3&#038;trk_colorize=track'>0</a></font></td>
<p><!-- I 75 to I 85 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=33.697350&#038;lon1=-84.404627&#038;lat2=33.697350&#038;lon2=-84.404627&#038;show_wpt=3&#038;trk_colorize=track'>0</a></font></td>
<p><!-- I 75 to I 80 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=41.568767&#038;lon1=-83.581409&#038;lat2=41.569015&#038;lon2=-83.581053&#038;show_wpt=3&#038;trk_colorize=track'>0</a></font></td>
</tr>
<p><!-- I 80 --></p>
<tr>
<td><font size='-2'><b>80</b></font></td>
<p><!-- I 80 to I 95 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=40.864941&#038;lon1=-74.016461&#038;lat2=40.863750&#038;lon2=-74.011855&#038;show_wpt=3&#038;trk_colorize=track'>0</a></font></td>
<p><!-- I 80 to I 90 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=41.513660&#038;lon1=-83.430447&#038;lat2=41.513660&#038;lon2=-83.430447&#038;show_wpt=3&#038;trk_colorize=track'>0</a></font></td>
<p><!-- I 80 to I 85 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=40.943805&#038;lon1=-77.726143&#038;lat2=37.225861&#038;lon2=-77.393882&#038;show_wpt=3&#038;trk_colorize=track'>413</a></font></td>
</tr>
<p><!-- I 85 --></p>
<tr>
<td><font size='-2'><b>85</b></font></td>
<p><!-- I 85 to I 95 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=37.225861&#038;lon1=-77.393882&#038;lat2=37.225861&#038;lon2=-77.393882&#038;show_wpt=3&#038;trk_colorize=track'>0</a></font></td>
<p><!-- I 85 to I 90 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=37.225861&#038;lon1=-77.393882&#038;lat2=42.025608&#038;lon2=-80.136190&#038;show_wpt=3&#038;trk_colorize=track'>582</a></font></td>
</tr>
<p><!-- I 90 --></p>
<tr>
<td><font size='-2'><b>90</b></font></td>
<p><!-- I 90 to I 95 --></p>
<td><font size='-2'><a href='http://www.gpsvisualizer.com/map?format=google&#038;units=metric&#038;lat1=42.339960&#038;lon1=-71.262467&#038;lat2=42.340105&#038;lon2=-71.262069&#038;show_wpt=3&#038;trk_colorize=track'>0</a></font></td>
</tr>
</table>
<p>p.s. If you really, really want to see the code I used for this, I can share it, but I&#8217;ll have to pull out the hamsters that have taken residence in it. They&#8217;re attracted to dusty littered places, you know.</p>
]]></content:encoded>
			<wfw:commentRss>http://stephenskory.com/2011/06/10/the-closest-non-intersecting-us-interstates/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yahoo! Mail is Run By Idiots</title>
		<link>http://stephenskory.com/2011/05/18/yahoo-mail-is-run-by-idiots</link>
		<comments>http://stephenskory.com/2011/05/18/yahoo-mail-is-run-by-idiots#comments</comments>
		<pubDate>Wed, 18 May 2011 18:36:28 +0000</pubDate>
		<dc:creator>Stephen Skory</dc:creator>
				<category><![CDATA[Commentary]]></category>

		<guid isPermaLink="false">http://stephenskory.com/?p=1279</guid>
		<description><![CDATA[I have heard from a couple people that Yahoo! Mail will not send messages to my new email address. Below is a screen capture demonstrating this (not that I doubted them): My email address is indeed valid, and I have now sent and received hundreds of emails using it. Furthermore, the specifications for email addresses [...]]]></description>
			<content:encoded><![CDATA[<p>I have heard from a couple people that Yahoo! Mail will not send messages to <a href="http://stephenskory.com/2011/04/05/making-the-switch">my new email address</a>. Below is a screen capture demonstrating this (not that I doubted them):</p>
<p><a href="http://stephenskory.com/wp-content/uploads/2011/05/YahooIsWrong.png"><img src="http://stephenskory.com/wp-content/uploads/2011/05/YahooIsWrong-450x207.png" alt="" title="Yahoo! Is Wrong" width="450" height="207" class="aligncenter size-medium wp-image-1280" /></a></p>
<p>My email address is indeed valid, and I have now sent and received hundreds of emails using it. Furthermore, the <a href="http://en.wikipedia.org/wiki/Email_address#Syntax">specifications for email addresses</a> are very simple, and my email address follows them (obviously). Yahoo! clearly needs to hire someone who can read a Wikipedia page and write a simple <a href="http://en.wikipedia.org/wiki/Regular_expression">regular expression</a> validating email addresses. Actually, a quick <a href="http://www.google.com/#hl=en&#038;sugexp=ldymls&#038;xhr=t&#038;q=email+address+regular+expression&#038;cp=28&#038;qe=ZW1haWwgYWRkcmVzcyByZWd1bGFyIGV4cHJlcw&#038;qesig=qj8Pt7yc4Pn39mEEM2C4iQ&#038;pkc=AFgZ2tnDqwhHbuJKM4UD-UR5N-yZbG09wmckfXQ8Bf6-0vwpQlBxL9U_XCL99uSq5EJbVY3h88Utw5-qZ7mX_tMW68fk25cYcQ&#038;pf=p&#038;sclient=psy&#038;biw=1578&#038;bih=1105&#038;source=hp&#038;aq=0&#038;aqi=&#038;aql=&#038;oq=email+address+regular+expres&#038;pbx=1&#038;bav=on.2,or.r_gc.r_pw.&#038;fp=cc25713483b3681">Google search</a> (natch) proves that this has already been done dozens of times.</p>
<p>Just yet another reason why I&#8217;m glad I finally switched away from Yahoo! Mail. Good riddance.</p>
]]></content:encoded>
			<wfw:commentRss>http://stephenskory.com/2011/05/18/yahoo-mail-is-run-by-idiots/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Making the Switch</title>
		<link>http://stephenskory.com/2011/04/05/making-the-switch</link>
		<comments>http://stephenskory.com/2011/04/05/making-the-switch#comments</comments>
		<pubDate>Wed, 06 Apr 2011 02:18:09 +0000</pubDate>
		<dc:creator>Stephen Skory</dc:creator>
				<category><![CDATA[Commentary]]></category>

		<guid isPermaLink="false">http://stephenskory.com/?p=1175</guid>
		<description><![CDATA[Looking at the oldest email I can find, I have been using my Yahoo email address for nearly 9 years. Back then, there was no Gmail as an option. The only other webmail that was comparable was Hotmail. And there was no way I was going to use Hotmail because it was, and still is, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://stephenskory.com/wp-content/uploads/2011/04/SMTP.png"><img src="http://stephenskory.com/wp-content/uploads/2011/04/SMTP.png" alt="" title="SMTP Transcript" width="486" height="208" class="aligncenter size-full wp-image-1178" /></a></p>
<p>Looking at the oldest email I can find, I have been using my Yahoo email address for nearly 9 years. Back then, there was no Gmail as an option. The only other webmail that was comparable was Hotmail. And there was no way I was going to use Hotmail because it was, and still is, owned by Microsoft. For much of that time I have even paid a yearly fee to Yahoo to remove advertisements and add other features.</p>
<p>In the last year I have become increasingly unhappy about Yahoo mail. They have refused to enable <a href="http://en.wikipedia.org/wiki/Imap">IMAP</a> for anything but smart phones. GMail has enabled IMAP for everything for a long time. Yahoo&#8217;s servers are slow and flaky. Sometimes I cannot access my mail for half an hour (or more) until someone (presumably) does something somewhere to clear it up. I could overlook all of these things, mainly because I knew that switching email providers would be a chore.</p>
<p>However, the last straw was when they added a new feature that allows you to <a href="http://www.ymailblog.com/blog/2011/03/chat-with-your-facebook-friends-on-yahoo-mail-beta/">chat with your facebook friends</a> in Yahoo mail. I suppose that this might be useful to some people, but it smacks of &#8220;me too&#8221; by Yahoo. The faceplace is the new hotness, something Yahoo hasn&#8217;t been in a decade, and since Yahoo can&#8217;t innovate their way back into relevance, they&#8217;ve just given up. This is the kind of stuff that insults my sensibilities.</p>
<p>Initially unrelated to all of this, my brother recently purchased a new domain: skory.us. He purchased it primarily so he could make a 10 digit email address: ?@skory.us (? = some letter of the alphabet). I thought that was pretty cool, and I wanted in on that action.</p>
<p>What pushed me to make a decision is that in a couple weeks my Yahoo mail membership comes due, and I didn&#8217;t want to give them any more money.</p>
<p>Therefore, last weekend I decided to sign up for a free <a href="http://www.google.com/apps/">Google Apps</a> account using the skory.us domain. I swapped the MX DNS records over to Google&#8217;s servers, and started pulling all my old email from my Yahoo account. The pull of 50,000+ emails took over a week and wasn&#8217;t straightforward. I had to baby sit it daily on each end. THIS is why I was so hesitant to switch email providers because I knew it would be a hassle, and it was a hassle.</p>
<p>The move wasn&#8217;t perfect &#8211; although I pulled all my sent mail (i.e. email I wrote), I can&#8217;t get it into the Google sent mail folder. And there&#8217;s still more work to do. I have my Yahoo address in many, many places on the internet that I am going to have to slowly change. In the meantime, the Yahoo email will forward to Google.</p>
<p>Finally, here&#8217;s my new email address in a human parse-able but obfuscated format. Update your address books!</p>
<p><center><font size="+1" color="blue">(First Letter Of My First Name)<font color="black">@skory.us</font></font></center></p>
]]></content:encoded>
			<wfw:commentRss>http://stephenskory.com/2011/04/05/making-the-switch/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Boulder Weather</title>
		<link>http://stephenskory.com/2010/12/12/boulder-weather</link>
		<comments>http://stephenskory.com/2010/12/12/boulder-weather#comments</comments>
		<pubDate>Mon, 13 Dec 2010 02:08:20 +0000</pubDate>
		<dc:creator>Stephen Skory</dc:creator>
				<category><![CDATA[Commentary]]></category>

		<guid isPermaLink="false">http://stephenskory.com/?p=982</guid>
		<description><![CDATA[I don&#8217;t often post twice in one day, but I had to show this: Sunset was at 4:36pm (and the sun fell behind the mountains even before that), but as you can see above, it actually got warmer as the sun set. The wind also picked up at the same time, and the air pressure [...]]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t often post twice in one day, but I had to show this:</p>
<p><a href="http://stephenskory.com/wp-content/uploads/2010/12/BoulderWeather1212.png"><img src="http://stephenskory.com/wp-content/uploads/2010/12/BoulderWeather1212-450x346.png" alt="" title="BoulderWeather1212" width="450" height="346" class="aligncenter size-medium wp-image-983" /></a></p>
<p>Sunset was at 4:36pm (and the sun fell behind the mountains even before that), but as you can see above, it actually got warmer as the sun set. The wind also picked up at the same time, and the air pressure fell, indicating that the heat was due to the wind warming up as it blew down the mountains. Boulder weather is weird!</p>
]]></content:encoded>
			<wfw:commentRss>http://stephenskory.com/2010/12/12/boulder-weather/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TSA Regulations</title>
		<link>http://stephenskory.com/2010/11/19/tsa-regulations</link>
		<comments>http://stephenskory.com/2010/11/19/tsa-regulations#comments</comments>
		<pubDate>Fri, 19 Nov 2010 19:06:15 +0000</pubDate>
		<dc:creator>Stephen Skory</dc:creator>
				<category><![CDATA[Commentary]]></category>

		<guid isPermaLink="false">http://stephenskory.com/?p=913</guid>
		<description><![CDATA[We&#8217;re flying to Oakland next week for a whole slew of events with family. I haven&#8217;t decided if I&#8217;m going to opt-out of the advanced imaging scanners (AIS) or not. The TSA and FDA claim the X-ray backscatter imaging machines are safe, however they reference studies looking at a different energy-band of X-rays than are [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://en.wikipedia.org/wiki/File:Squats.png"><img src="http://stephenskory.com/blog-imgs/Squat.png" width="450" height="265"></a></p>
<p>We&#8217;re flying to Oakland next week for a whole slew of events with family. I haven&#8217;t decided if I&#8217;m going to <a href="http://www.optoutday.com/">opt-out</a> of the advanced imaging scanners (AIS) or not. The TSA and FDA claim the X-ray backscatter imaging machines are safe, however they reference studies looking at a different energy-band of X-rays than are used in the machines. The millimeter-wave machines are likely safer. My decision may depend on which type of machine they&#8217;re using (if Denver has them yet, they didn&#8217;t the last time I was there) and how much time we have before the flight.</p>
<p>I am a firm believer that most of what the TSA does is &#8220;security theater,&#8221; wherein they do things that appear to make us safer by responding to specific threats, but it does not (and can not <em>ever</em>) address all the different attack vectors terrorists might use. In particular, the AIS machines and the &#8220;enhanced&#8221; pat-downs (more like &#8220;feel-ups&#8221;), which have been introduced ostensibly in response to the &#8220;underwear bomber&#8221; from a year ago, fail to address &#8220;internally&#8221; stored explosives, so to speak. Not that I&#8217;m hoping for it to happen, but as soon as this fairly obvious attack vector is tried, what will the TSA do then?</p>
<p>I have some ideas.</p>
<ul>
<li>Have passengers to disrobe into hospital-style gowns with open backs. Then they must perform ten deep squats in view of a TSA agent. They have the option of visiting the bathroom beforehand to prevent &#8220;accidents&#8221; (or get rid of the evidence). This will have the side-benefit of preventing obese and disabled passengers from flying, allowing the airlines to reduce seat and aisle width and legroom even further.</li>
<li>Tell passengers to show up to the airport six hours early and give everyone a strong laxative. This may be combined with the above, in order to &#8220;facilitate&#8221; the discovery or disposal of explosives.</li>
<li>Sedate passengers prior and during to each flight period, giving them a 24 hour window over which the flight may occur. This prevents the terrorists from being conscious to set a bomb off, or set a timer beforehand. To prevent the use of air pressure-sensitive triggers, the sedated passengers would spend time in a high-altitude chamber.</li>
<li>Good ol&#8217; fashioned cavity searches. Anything for security, right?</li>
</ul>
<p>Sure, the things above sound ridiculous, but so does wasteful security that responds to specific threats, which is what we have now.</p>
]]></content:encoded>
			<wfw:commentRss>http://stephenskory.com/2010/11/19/tsa-regulations/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Back in San Diego (Temporarily)</title>
		<link>http://stephenskory.com/2010/09/20/back-in-san-diego</link>
		<comments>http://stephenskory.com/2010/09/20/back-in-san-diego#comments</comments>
		<pubDate>Tue, 21 Sep 2010 04:22:32 +0000</pubDate>
		<dc:creator>Stephen Skory</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[My Research]]></category>
		<category><![CDATA[Photos]]></category>

		<guid isPermaLink="false">http://stephenskory.com/?p=802</guid>
		<description><![CDATA[I&#8217;m back in San Diego for the next week and a half in order to graduate. I defend in one week on the 27th. The photo above is of a tarantula that lives in the office that I used to sit in, and that I am sitting in again while I&#8217;m here. That is its [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://stephenskory.com/wp-content/uploads/2010/09/spider.jpg"><img src="http://stephenskory.com/wp-content/uploads/2010/09/spider-1024x550.jpg" alt="" title="big spider" width="450" height="241" class="aligncenter size-large wp-image-803" /></a></p>
<p>I&#8217;m back in San Diego for the next week and a half in order to graduate. I defend in one week on the 27th. The photo above is of a tarantula that lives in the office that I used to sit in, and that I am sitting in again while I&#8217;m here. That is its full significance to this post.</p>
<p>If the tarantula isn&#8217;t big enough above, you can make it bigger by clicking on the image!</p>
]]></content:encoded>
			<wfw:commentRss>http://stephenskory.com/2010/09/20/back-in-san-diego/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Leaving San Diego</title>
		<link>http://stephenskory.com/2010/07/21/leaving-san-diego</link>
		<comments>http://stephenskory.com/2010/07/21/leaving-san-diego#comments</comments>
		<pubDate>Wed, 21 Jul 2010 17:43:58 +0000</pubDate>
		<dc:creator>Stephen Skory</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Cycling]]></category>
		<category><![CDATA[Photos]]></category>

		<guid isPermaLink="false">http://stephenskory.com/?p=754</guid>
		<description><![CDATA[Today we&#8217;re driving from San Diego to Boulder. The various mapping services give the drive time on the order of seventeen and a half hours. Most of our things have been picked up by the movers and we&#8217;re only carrying the things we need, can&#8217;t replace, or is alive (meow). The movers were supposed to [...]]]></description>
			<content:encoded><![CDATA[<p>Today we&#8217;re driving from San Diego to Boulder. The various mapping services give the drive time on the order of seventeen and a half hours. Most of our things have been picked up by the movers and we&#8217;re only carrying the things we need, can&#8217;t replace, or is alive (<a href="http://stephenskory.com/v/Personalish/Animals/voltron/PICT0014.JPG.html">meow</a>). The movers were supposed to have come yesterday so we could leave yesterday, but there was <a href="http://latimesblogs.latimes.com/lanow/2010/07/interstate-5-big-rig.html">armageddon traffic on I-5</a> so they delayed coming today. <a href="http://stephenskory.com/v/Personalish/2005Mesa">The apartment</a> is empty and we&#8217;ve turned in our keys.</p>
<p><a href="http://stephenskory.com/v/Nature/Rainbow/PICT0026.jpg.html"><img src="http://stephenskory.com/gallery2/d/29658-4/PICT0026.jpg" width="450" height="299"></a><br />
<center><font size="-3">Not really how it looks in the middle of July, although it did drizzle this morning</font></center></p>
<p>I&#8217;m sad to leave San Diego, it has been a very good place to live for seven years. I&#8217;m leaving behinds lots of friends and a place I&#8217;m used to living with weather I like. Boulder is an exciting new place with new friends to make. It has four seasons, which will be a new thing for both of us. I don&#8217;t know if we&#8217;ll ever live in San Diego again, but I do want to come back and see my old friends and go for a bike ride with them.</p>
<p>Goodbye!</p>
]]></content:encoded>
			<wfw:commentRss>http://stephenskory.com/2010/07/21/leaving-san-diego/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>At SciPy 2009; Caltech</title>
		<link>http://stephenskory.com/2009/08/21/at-scipy-2009-caltech</link>
		<comments>http://stephenskory.com/2009/08/21/at-scipy-2009-caltech#comments</comments>
		<pubDate>Fri, 21 Aug 2009 18:12:34 +0000</pubDate>
		<dc:creator>Stephen Skory</dc:creator>
				<category><![CDATA[Commentary]]></category>

		<guid isPermaLink="false">http://stephenskory.com/?p=604</guid>
		<description><![CDATA[I&#8217;m at the SciPy 2009 conference at Caltech in Pasadena today and yesterday. It is an amazing collection of nerds and questionable facial hair styles. There have been some interesting talks. I like this &#8216;snub cube&#8217; fountain: The SciPy crowd: A fountain in front of the building the conference is in:]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m at the <a href="http://conference.scipy.org/">SciPy 2009 conference</a> at Caltech in Pasadena today and yesterday. It is an amazing collection of nerds and questionable facial hair styles. There have been some interesting talks.</p>
<p>I like this &#8216;snub cube&#8217; fountain:</p>
<p><a href="http://stephenskory.com/v/CellPics/0821091050.jpg.html"><img src="http://stephenskory.com/gallery2/d/30968-1/0821091050.jpg"  alt="0821091050" title="0821091050" class="g2image_centered" width="450"/></a></p>
<p>The SciPy crowd:</p>
<p><a href="http://stephenskory.com/v/CellPics/0821091051.jpg.html"><img src="http://stephenskory.com/gallery2/d/30971-1/0821091051.jpg"  alt="0821091051" title="0821091051" class="g2image_centered" width="450"/></a></p>
<p>A fountain in front of the building the conference is in:</p>
<p><a href="http://stephenskory.com/v/CellPics/0821091052.jpg.html"><img src="http://stephenskory.com/gallery2/d/30984-1/0821091052.jpg"  alt="0821091052" title="0821091052" class="g2image_centered" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://stephenskory.com/2009/08/21/at-scipy-2009-caltech/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pareidolia</title>
		<link>http://stephenskory.com/2009/06/20/pareidolia</link>
		<comments>http://stephenskory.com/2009/06/20/pareidolia#comments</comments>
		<pubDate>Sat, 20 Jun 2009 16:58:57 +0000</pubDate>
		<dc:creator>Stephen Skory</dc:creator>
				<category><![CDATA[Commentary]]></category>

		<guid isPermaLink="false">http://stephenskory.com/?p=572</guid>
		<description><![CDATA[For a few months I have subscribed to Shorpy, a site that posts high-quality scans of historic American photographs. I save the ones I like, and I&#8217;ve set my computer to rotate randomly through them as my computer desktop picture. This morning I saw something I couldn&#8217;t ignore! Take a look at the photo below [...]]]></description>
			<content:encoded><![CDATA[<p>For a few months I have subscribed to <a href="http://www.shorpy.com/">Shorpy</a>, a site that posts high-quality scans of historic American photographs. I save the ones I like, and I&#8217;ve set my computer to rotate randomly through them as my computer desktop picture. This morning I saw something I couldn&#8217;t ignore! Take a look at the photo below of the <a href="http://www.shorpy.com/node/6225?size=_original">French Market in New Orleans in 1910</a>:</p>
<p><center><a href="http://www.shorpy.com/node/6225?size=_original"><img src="http://stephenskory.com/blog-imgs/pareidolia.jpg" width="450" height="362"></a></center></p>
<p>What do you see just above and to the right of the wagon wheel? You can click on the image for the full view, or look at a zoom-in below:</p>
<p><center><img src="http://stephenskory.com/blog-imgs/pareidolia-cutout.jpg" width="375" height="198"></center></p>
<p>It&#8217;s Che Guevara, of course! You can clearly see an eye, his beard, two nostrils and hat. He even appears to be sticking his tongue out. I am forced to wonder how his image ended up on a horse-drawn cart in New Orleans eighteen years before he was born. But clearly it&#8217;s a sign of something profound and mystical. Any ideas?</p>
<p><center><img src="http://stephenskory.com/blog-imgs/che.png" width="400" height="510"></center></p>
<p>(<a href="http://en.wikipedia.org/wiki/Pareidolia">Further reading.</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://stephenskory.com/2009/06/20/pareidolia/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Inconsistent</title>
		<link>http://stephenskory.com/2009/05/17/inconsistent</link>
		<comments>http://stephenskory.com/2009/05/17/inconsistent#comments</comments>
		<pubDate>Sun, 17 May 2009 20:05:01 +0000</pubDate>
		<dc:creator>Stephen Skory</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[brodozer]]></category>
		<category><![CDATA[hummer]]></category>
		<category><![CDATA[irony]]></category>

		<guid isPermaLink="false">http://stephenskory.com/?p=557</guid>
		<description><![CDATA[Seen this morning in front of the La Jolla Farmers Market, parked in a red zone:]]></description>
			<content:encoded><![CDATA[<p>Seen this morning in front of the La Jolla Farmers Market, parked in a red zone:</p>
<p><a href="http://stephenskory.com/blog-imgs/Hummer.jpg"><img src="http://stephenskory.com/blog-imgs/Hummersm.jpg" width="450" height="337"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://stephenskory.com/2009/05/17/inconsistent/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Brodozers</title>
		<link>http://stephenskory.com/2009/02/22/brodozers</link>
		<comments>http://stephenskory.com/2009/02/22/brodozers#comments</comments>
		<pubDate>Mon, 23 Feb 2009 04:46:44 +0000</pubDate>
		<dc:creator>Stephen Skory</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[douchebags]]></category>
		<category><![CDATA[dudes]]></category>
		<category><![CDATA[hicks]]></category>
		<category><![CDATA[jerks]]></category>

		<guid isPermaLink="false">http://stephenskory.com/?p=505</guid>
		<description><![CDATA[I spent several hours today standing at the corner of El Norte Parkway and Elm Street in Escondido as a course marshal for the Amgen Tour of California. Today was the final stage of the eight stage (plus prologue) race that started in Sacramento. While I waited hours for the brief seconds of each pack [...]]]></description>
			<content:encoded><![CDATA[<p>I spent several hours today standing at the corner of <a href="http://maps.google.com/maps?f=q&#038;source=s_q&#038;hl=en&#038;geocode=&#038;q=El+Norte+Pkwy+and+Elm,+Escondido,+CA&#038;sll=37.0625,-95.677068&#038;sspn=41.224889,89.648437&#038;ie=UTF8&#038;ll=33.142645,-117.080419&#038;spn=0.002399,0.010943&#038;t=h&#038;z=17&#038;iwloc=addr&#038;layer=c&#038;cbll=33.142643,-117.080422&#038;panoid=XTo5a8Y3UYplnlwvq7ZY0Q&#038;cbp=11,63.88146200727699,,0,5.4349518398064465">El Norte Parkway and Elm Street</a> in Escondido as a course marshal for the Amgen Tour of California. Today was the final stage of the eight stage (plus prologue) race that started in Sacramento.</p>
<p>While I waited hours for the brief seconds of each pack of cyclists to pass, I decided to amuse myself by taking pictures of all the &#8216;brodozers&#8217; that drove by. A brodozer is a pick-up truck that has been jacked up on shocks with huge noisy tires. They are a particularly nasty form of transportation. They are a big middle finger to the environment and are driven by young males in a very aggressive manner. One of my scariest moments on a bicycle was due to a brodozer in East County San Diego. This county is infested with brodozers, and Escondido is particularly bad.</p>
<p>Below are 16 of the 17 brodozers I was able to capture. There were many that passed before I had inspiration, and others I missed. It&#8217;s interesting that white is the dominant color, and none appear to have been off-road recently. The seventeenth was <em>the only vehicle</em> I saw <a href="http://stephenskory.com/v/miscellaneous/brozoders/brodozer17.jpg.html">escorted off the course by the police</a>. That brodozer needed to be told more than once by the police to get off the course. This tells you all you need to know about brodozer drivers.</p>
<p><span id="more-505"></span></p>
<p><a href="http://stephenskory.com/gallery2/d/30732-1/brodozer01.jpg?g2_GALLERYSID=0f937c4fa4712832a33dcd7d8f117536" rel="lightbox[brodozer]" title="" ><img src="http://stephenskory.com/gallery2/d/30733-2/brodozer01.jpg?g2_GALLERYSID=0f937c4fa4712832a33dcd7d8f117536" width="200"  height="132"  alt="" title="" /></a><a href="http://stephenskory.com/gallery2/d/30736-1/brodozer02.jpg?g2_GALLERYSID=0f937c4fa4712832a33dcd7d8f117536" rel="lightbox[brodozer]" title="" ><img src="http://stephenskory.com/gallery2/d/30737-2/brodozer02.jpg?g2_GALLERYSID=0f937c4fa4712832a33dcd7d8f117536" width="200"  height="111"  alt="" title="" /></a><a href="http://stephenskory.com/gallery2/d/30739-1/brodozer03.jpg?g2_GALLERYSID=0f937c4fa4712832a33dcd7d8f117536" rel="lightbox[brodozer]" title="" ><img src="http://stephenskory.com/gallery2/d/30740-2/brodozer03.jpg?g2_GALLERYSID=0f937c4fa4712832a33dcd7d8f117536" width="200"  height="100"  alt="" title="" /></a><a href="http://stephenskory.com/gallery2/d/30742-1/brodozer04.jpg?g2_GALLERYSID=0f937c4fa4712832a33dcd7d8f117536" rel="lightbox[brodozer]" title="" ><img src="http://stephenskory.com/gallery2/d/30743-2/brodozer04.jpg?g2_GALLERYSID=0f937c4fa4712832a33dcd7d8f117536" width="200"  height="126"  alt="" title="" /></a><a href="http://stephenskory.com/gallery2/d/30745-1/brodozer05.jpg?g2_GALLERYSID=0f937c4fa4712832a33dcd7d8f117536" rel="lightbox[brodozer]" title="" ><img src="http://stephenskory.com/gallery2/d/30746-2/brodozer05.jpg?g2_GALLERYSID=0f937c4fa4712832a33dcd7d8f117536" width="200"  height="122"  alt="" title="" /></a><a href="http://stephenskory.com/gallery2/d/30748-1/brodozer06.jpg?g2_GALLERYSID=0f937c4fa4712832a33dcd7d8f117536" rel="lightbox[brodozer]" title="" ><img src="http://stephenskory.com/gallery2/d/30749-2/brodozer06.jpg?g2_GALLERYSID=0f937c4fa4712832a33dcd7d8f117536" width="200"  height="113"  alt="" title="" /></a><a href="http://stephenskory.com/gallery2/d/30751-1/brodozer07.jpg?g2_GALLERYSID=0f937c4fa4712832a33dcd7d8f117536" rel="lightbox[brodozer]" title="" ><img src="http://stephenskory.com/gallery2/d/30752-2/brodozer07.jpg?g2_GALLERYSID=0f937c4fa4712832a33dcd7d8f117536" width="200"  height="106"  alt="" title="" /></a><a href="http://stephenskory.com/gallery2/d/30754-1/brodozer08.jpg?g2_GALLERYSID=0f937c4fa4712832a33dcd7d8f117536" rel="lightbox[brodozer]" title="" ><img src="http://stephenskory.com/gallery2/d/30755-2/brodozer08.jpg?g2_GALLERYSID=0f937c4fa4712832a33dcd7d8f117536" width="200"  height="136"  alt="" title="" /></a><a href="http://stephenskory.com/gallery2/d/30757-1/brodozer09.jpg?g2_GALLERYSID=0f937c4fa4712832a33dcd7d8f117536" rel="lightbox[brodozer]" title="" ><img src="http://stephenskory.com/gallery2/d/30758-2/brodozer09.jpg?g2_GALLERYSID=0f937c4fa4712832a33dcd7d8f117536" width="200"  height="116"  alt="" title="" /></a><a href="http://stephenskory.com/gallery2/d/30760-1/brodozer10.jpg?g2_GALLERYSID=0f937c4fa4712832a33dcd7d8f117536" rel="lightbox[brodozer]" title="" ><img src="http://stephenskory.com/gallery2/d/30761-2/brodozer10.jpg?g2_GALLERYSID=0f937c4fa4712832a33dcd7d8f117536" width="200"  height="129"  alt="" title="" /></a><a href="http://stephenskory.com/gallery2/d/30763-1/brodozer11.jpg?g2_GALLERYSID=0f937c4fa4712832a33dcd7d8f117536" rel="lightbox[brodozer]" title="" ><img src="http://stephenskory.com/gallery2/d/30764-2/brodozer11.jpg?g2_GALLERYSID=0f937c4fa4712832a33dcd7d8f117536" width="200"  height="140"  alt="" title="" /></a><a href="http://stephenskory.com/gallery2/d/30766-1/brodozer12.jpg?g2_GALLERYSID=0f937c4fa4712832a33dcd7d8f117536" rel="lightbox[brodozer]" title="" ><img src="http://stephenskory.com/gallery2/d/30767-2/brodozer12.jpg?g2_GALLERYSID=0f937c4fa4712832a33dcd7d8f117536" width="200"  height="141"  alt="" title="" /></a><a href="http://stephenskory.com/gallery2/d/30769-1/brodozer13.jpg?g2_GALLERYSID=0f937c4fa4712832a33dcd7d8f117536" rel="lightbox[brodozer]" title="" ><img src="http://stephenskory.com/gallery2/d/30770-2/brodozer13.jpg?g2_GALLERYSID=0f937c4fa4712832a33dcd7d8f117536" width="200"  height="91"  alt="" title="" /></a><a href="http://stephenskory.com/gallery2/d/30772-1/brodozer14.jpg?g2_GALLERYSID=0f937c4fa4712832a33dcd7d8f117536" rel="lightbox[brodozer]" title="" ><img src="http://stephenskory.com/gallery2/d/30773-2/brodozer14.jpg?g2_GALLERYSID=0f937c4fa4712832a33dcd7d8f117536" width="200"  height="95"  alt="" title="" /></a><a href="http://stephenskory.com/gallery2/d/30775-1/brodozer15.jpg?g2_GALLERYSID=0f937c4fa4712832a33dcd7d8f117536" rel="lightbox[brodozer]" title="" ><img src="http://stephenskory.com/gallery2/d/30776-2/brodozer15.jpg?g2_GALLERYSID=0f937c4fa4712832a33dcd7d8f117536" width="200"  height="111"  alt="" title="" /></a><a href="http://stephenskory.com/gallery2/d/30778-1/brodozer16.jpg?g2_GALLERYSID=0f937c4fa4712832a33dcd7d8f117536" rel="lightbox[brodozer]" title="" ><img src="http://stephenskory.com/gallery2/d/30779-2/brodozer16.jpg?g2_GALLERYSID=0f937c4fa4712832a33dcd7d8f117536" width="200"  height="115"  alt="" title="" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://stephenskory.com/2009/02/22/brodozers/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Failed Socks</title>
		<link>http://stephenskory.com/2009/01/20/failed-socks</link>
		<comments>http://stephenskory.com/2009/01/20/failed-socks#comments</comments>
		<pubDate>Tue, 20 Jan 2009 15:54:49 +0000</pubDate>
		<dc:creator>Stephen Skory</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[FAIL]]></category>
		<category><![CDATA[obama]]></category>
		<category><![CDATA[socks]]></category>

		<guid isPermaLink="false">http://stephenskory.com/?p=461</guid>
		<description><![CDATA[The hopes and dreams of these socks unfortunately never came to pass. Let&#8217;s see how the the hopes and dreams of Obama turn out. I&#8217;m excited!]]></description>
			<content:encoded><![CDATA[<p>The hopes and dreams of these socks unfortunately never came to pass.</p>
<p><img src="http://stephenskory.com/blog-imgs/Socks.jpg" width="450" height="413"></p>
<p>Let&#8217;s see how the the hopes and dreams of Obama turn out. I&#8217;m excited!</p>
]]></content:encoded>
			<wfw:commentRss>http://stephenskory.com/2009/01/20/failed-socks/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>No More Tunnels</title>
		<link>http://stephenskory.com/2009/01/03/no-more-tunnels</link>
		<comments>http://stephenskory.com/2009/01/03/no-more-tunnels#comments</comments>
		<pubDate>Sun, 04 Jan 2009 01:25:38 +0000</pubDate>
		<dc:creator>Stephen Skory</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Cycling]]></category>
		<category><![CDATA[Peñasquitos]]></category>
		<category><![CDATA[Single Track]]></category>

		<guid isPermaLink="false">http://stephenskory.com/?p=441</guid>
		<description><![CDATA[By far my favorite place to ride my mountain bike (that is reachable without driving) are the single track &#8216;tunnels&#8217; that are typically reached through Peñasquitos Park (although they aren&#8217;t actually inside the park, they are on non-park city land). They are called &#8216;the tunnels&#8217; because for most of their length they are covered by [...]]]></description>
			<content:encoded><![CDATA[<p><center><a href="http://stephenskory.com/gallery2/d/30711-1/0103091337.jpg" rel="lightbox[penasquitos]" title="0103091337" ><img src="http://stephenskory.com/gallery2/d/30713-3/0103091337.jpg" width="200"  height="150"  alt="0103091337" title="0103091337" /></a><a href="http://stephenskory.com/gallery2/d/30723-1/0103091416.jpg" rel="lightbox[penasquitos]" title="0103091416" ><img src="http://stephenskory.com/gallery2/d/30725-3/0103091416.jpg" width="200"  height="150"  alt="0103091416" title="0103091416" /></a></center></p>
<p>By far my favorite place to ride my mountain bike (that is reachable without driving) are the single track &#8216;tunnels&#8217; that are typically reached through <a href="http://www.sandiego.gov/park-and-recreation/parks/penasq.shtml">Peñasquitos Park</a> (although they aren&#8217;t actually inside the park, they are on non-park city land). They are called &#8216;the tunnels&#8217; because for most of their length they are covered by low bushes and trees just over head height. There are four of them that total a few miles in length and vary in technical difficulty. Until about <a href="http://sdmba.com/index.php?option=com_content&#038;task=view&#038;id=153&#038;Itemid=1">a month ago</a>, they were somewhat illicit and not patrolled, now they are <a href="http://stephenskory.com/v/CellPics/0103091405a.jpg.html">very expressly illegal</a>. During the rainy season I think it&#8217;s perfectly reasonable to close them. Muddy and wet ground is especially susceptible to erosion, and nature doesn&#8217;t need human help to erode the ground during the rainy season. The ditch my bike is pictured in above was fairly level ground the last time I was there, less than a month ago (*).</p>
<p><span id="more-441"></span></p>
<p>Unfortunately, there is strong evidence that the City of San Diego is <a href="http://www.sandiego.gov/planning/mscp/">planning on closing them permanently</a>, or at least severely curtailing how many can be used. Since the tunnels are fairly far from any road, it&#8217;s only cyclists that use them with regularity, but the city feels it needs to consider all the other potential users. Cyclists are the lowest on the public land user totem pole, so you can see how this can do nothing but hurt our interests. I suspect that if they&#8217;re kept open, they&#8217;ll have to be upgraded so hikers and equestrians can use them, which will remove much of what is attractive about them (which is the lack of those two groups for a large part). If they&#8217;re closed for environmental reasons, only cyclists will miss them. It&#8217;s kind of a lose-lose situation for us.</p>
<p>The City of San Diego isn&#8217;t full of complete idiots, there is a series of <a href="http://racelegal.com/web/racedates.asp">legal drag race events</a> that take place in the Qualcomm parking lot. This alleviates the pressure of what many people want to do and would resort to doing illegally without other options. There is a similar pressure from cyclists who want quality single track trails. If trails are available, legal and fun, cyclists won&#8217;t have to resort to cutting trails and breaking laws. We&#8217;ll see if the city has enough foresight to recognize this.</p>
<p>(*) For those my friends to are familiar with Peñasquitos, if you&#8217;re heading east, this is just past the big deep sandy patch where you used to have to ride on the extreme right, and just before the really rocky climb. I think it&#8217;s in the center of <a href="http://maps.google.com/maps?ie=UTF8&#038;ll=32.9196562,-117.198817&#038;spn=0.01,0.01&#038;t=h&#038;z=19">here</a>. The second photo above is the top of the third tunnel, the farthest north of the three linked tunnels. The riding I did do today (I didn&#8217;t go into the tunnels) showed that many of the lines we rode in the summer are now completely different.</p>
]]></content:encoded>
			<wfw:commentRss>http://stephenskory.com/2009/01/03/no-more-tunnels/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The New Academy of Sciences</title>
		<link>http://stephenskory.com/2008/12/31/the-new-academy-of-sciences</link>
		<comments>http://stephenskory.com/2008/12/31/the-new-academy-of-sciences#comments</comments>
		<pubDate>Thu, 01 Jan 2009 00:33:16 +0000</pubDate>
		<dc:creator>Stephen Skory</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[Academy of Sciences]]></category>
		<category><![CDATA[childhood memories]]></category>
		<category><![CDATA[museum]]></category>

		<guid isPermaLink="false">http://stephenskory.com/?p=427</guid>
		<description><![CDATA[A few days ago while I was still in the Bay Area, I visited the new Academy of Sciences museum with my family. They just re-opened a few months ago after replacing their old earthquake-damaged buildings with a new, very unique building. You can follow those links to learn all about the &#8216;living roof&#8217; and [...]]]></description>
			<content:encoded><![CDATA[<p><center><br />
<a href="http://stephenskory.com/gallery2/d/30663-1/aca7.jpg" rel="lightbox[aca]" title="" ><img src="http://stephenskory.com/gallery2/d/30665-3/aca7.jpg" width="200"  height="133"  alt="" title="" /></a><a href="http://stephenskory.com/gallery2/d/30636-1/aca18.jpg" rel="lightbox[aca]" title="" ><img src="http://stephenskory.com/gallery2/d/30638-3/aca18.jpg" width="200"  height="133"  alt="" title="" /></a><a href="http://stephenskory.com/gallery2/d/30639-1/aca19.jpg" rel="lightbox[aca]" title="" ><img src="http://stephenskory.com/gallery2/d/30641-3/aca19.jpg" width="200"  height="133"  alt="" title="" /></a><a href="http://stephenskory.com/gallery2/d/30645-1/aca20.jpg" rel="lightbox[aca]" title="" ><img src="http://stephenskory.com/gallery2/d/30647-3/aca20.jpg" width="200"  height="133"  alt="" title="" /></a><br />
</center></p>
<p>A few days ago while I was still in the Bay Area, I visited the new <a href="http://www.calacademy.org/">Academy of Sciences</a> museum with my family. They just re-opened a few months ago after replacing their old earthquake-damaged buildings with a <a href="http://www.calacademy.org/academy/building/">new, very unique building</a>. You can follow those links to learn all about the &#8216;living roof&#8217; and the various exhibits.</p>
<p>I have some mixed feelings about the new museum. The old museum (you can see some pictures of it at their <a href="http://www.calacademy.org/academy/about/timeline.php">time line page</a>) was a funky amalgamation of several buildings built over many decades. You could see the history of modern American natural museums in one place. The old section had dioramas of stuffed animals in pseudo-natural scenes. Exhibits like lions hunting antelopes with Serengeti sounds playing on speakers. The newer sections had live animals and fish and a greater focus on education. The whole place was labyrinthine and dusty, and a well-used kind of ancient. It was never too full of people. I liked the old museum and I&#8217;m sad that a piece of my childhood is gone.</p>
<p>The new place is very shiny, flashy and popular. We waited for one hour and forty minutes to get inside. It might be bigger in cubic meters due to the higher ceilings, but I don&#8217;t think it&#8217;s bigger in square meters of floorspace. The main exhibition areas are limited to the two ends of the building, past the planetarium and tropical sphere, and the aquarium has been moved to the basement. The aquarium is quite a bit nicer than it was, with a few tanks that rival the Monterey Bay Aquarium in quality and cool curving Plexiglas, but not in size. Like the Monterey Bay Aquarium, the museum pushes education on choices the individual can make to positively change their effect on the ecosphere. They have a &#8216;carbon balance&#8217;, but it mostly ends up being <a href="http://stephenskory.com/v/Travel/AoS2008/aca21.jpg.html">played with by children</a> who generally don&#8217;t decide whether to buy a SUV or a hybrid car.</p>
<p>I found a couple things I really liked; click on the thumbnails above. Read the tag on the human skull, and take a look at a whole wall of very carefully pinned ladybugs. I took three pictures a various zooms. That may have been a PhD thesis, right there.</p>
<p>There are more pictures <a href="http://stephenskory.com/v/Travel/AoS2008/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://stephenskory.com/2008/12/31/the-new-academy-of-sciences/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mini-Vacation &#8211; Monterey Bay Aquarium</title>
		<link>http://stephenskory.com/2008/12/23/mini-vacation-monterey-bay-aquarium</link>
		<comments>http://stephenskory.com/2008/12/23/mini-vacation-monterey-bay-aquarium#comments</comments>
		<pubDate>Wed, 24 Dec 2008 02:00:29 +0000</pubDate>
		<dc:creator>Stephen Skory</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[conservation]]></category>
		<category><![CDATA[cute]]></category>
		<category><![CDATA[fish]]></category>
		<category><![CDATA[kelp]]></category>
		<category><![CDATA[Monterey Bay Aquarium]]></category>

		<guid isPermaLink="false">http://stephenskory.com/?p=417</guid>
		<description><![CDATA[Yesterday, Melissa and I visited the Monterey Bay Aquarium. We were met there by my brother Adam and his lady friend Shinji, who not coincidentally decided to also see the aquarium on the same day. The aquarium has expanded since my last visit. There is now a northern wing that has fresh water otters, an [...]]]></description>
			<content:encoded><![CDATA[<p><center><a href="http://stephenskory.com/gallery2/d/30480-1/PICT0067.jpg" rel="lightbox[monterey]" title="" ><img src="http://stephenskory.com/gallery2/d/30482-3/PICT0067.jpg" width="200"  height="133"  alt="" title="" /></a><a href="http://stephenskory.com/gallery2/d/30486-1/PICT0073.jpg" rel="lightbox[monterey]" title="" ><img src="http://stephenskory.com/gallery2/d/30488-3/PICT0073.jpg" width="200"  height="133"  alt="" title="" /></a><a href="http://stephenskory.com/gallery2/d/30489-1/PICT0076.jpg" rel="lightbox[monterey]" title="" ><img src="http://stephenskory.com/gallery2/d/30491-3/PICT0076.jpg" width="200"  height="133"  alt="" title="" /></a><a href="http://stephenskory.com/gallery2/d/30516-1/PICT0150.jpg" rel="lightbox[monterey]" title="" ><img src="http://stephenskory.com/gallery2/d/30518-3/PICT0150.jpg" width="200"  height="133"  alt="" title="" /></a></center></p>
<p>Yesterday, Melissa and I visited the Monterey Bay Aquarium. We were met there by my brother Adam and his lady friend Shinji, who not coincidentally decided to also see the aquarium on the same day. The aquarium has expanded since my last visit. There is now a northern wing that has fresh water otters, an &#8220;outer bay&#8221; tank and a seahorse exhibit (that was under construction, sadly). More than the last time I was there (or maybe I was too young to pay attention to things not cute), the aquarium really pushes conservation and ethical seafood consumption. They have a <a href="http://montereybayaquarium.org/cr/cr_seafoodwatch/download.aspx">set of cards</a> you can carry to help guide seafood and sushi purchases in stores and restaurants.</p>
<p>But what about the cute animals? (These links go to movies.) <a href="http://stephenskory.com/gallery2/v/Travel/MontereyBayAquarium2008/FreshWaterOtters.MOV.html">Fresh water otters gamboling!</a> <a href="http://stephenskory.com/gallery2/v/Travel/MontereyBayAquarium2008/PenguinFeeding.MOV.html">Feeding the penguins!</a> <a href="http://stephenskory.com/gallery2/v/Travel/MontereyBayAquarium2008/KelpForest.MOV.html">A huge wolf eel in the kelp forest tank!</a></p>
<p>There are lots <a href="http://stephenskory.com/gallery2/v/Travel/MontereyBayAquarium2008/">more photos here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://stephenskory.com/2008/12/23/mini-vacation-monterey-bay-aquarium/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mini-Vacation &#8211; Santa Barbara</title>
		<link>http://stephenskory.com/2008/12/20/mini-vacation-santa-barbara</link>
		<comments>http://stephenskory.com/2008/12/20/mini-vacation-santa-barbara#comments</comments>
		<pubDate>Sun, 21 Dec 2008 04:47:28 +0000</pubDate>
		<dc:creator>Stephen Skory</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[economy]]></category>
		<category><![CDATA[Santa Barbara]]></category>
		<category><![CDATA[vacation]]></category>

		<guid isPermaLink="false">http://stephenskory.com/?p=403</guid>
		<description><![CDATA[Melissa and I are taking the slow route up to the Bay Area for the holidays. Tonight we&#8217;re staying in Santa Barbara, and we&#8217;ll visit the Hearst Castle tomorrow. For dinner we ate at a decent Mexican restaurant on State Street. Afterwards we walked down State Street looking at all the shops and restaurants. It&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://stephenskory.com/blog-imgs/SB-StateStreet.jpg"><img src="http://stephenskory.com/blog-imgs/SB-StateStreetsm.jpg" width="450" height="337"></a></p>
<p>Melissa and I are taking the slow route up to the Bay Area for the holidays. Tonight we&#8217;re staying in Santa Barbara, and we&#8217;ll visit the Hearst Castle tomorrow. For dinner we ate at a decent Mexican restaurant on State Street. Afterwards we walked down State Street looking at all the shops and restaurants. It&#8217;s clear that the economy has started to hit Main, err&#8230; State Street America. Despite the Christmas decorations, and the <a href="http://stephenskory.com/blog-imgs/SB-XmasTree.jpg">huge tree in a left-turn lane</a>, there are quite a few <a href="http://stephenskory.com/blog-imgs/SB-Empty.jpg">empty stores</a> and others <a href="http://stephenskory.com/blog-imgs/SB-OutOfB.jpg">going out of business</a>. I guess now is the time to start a new business cheaply in Santa Barbara &#8211; as long as you can weather the current economic storm.</p>
<p>More tomorrow!</p>
]]></content:encoded>
			<wfw:commentRss>http://stephenskory.com/2008/12/20/mini-vacation-santa-barbara/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Tour of California Disappointment</title>
		<link>http://stephenskory.com/2008/12/05/tour-of-california-disappointment</link>
		<comments>http://stephenskory.com/2008/12/05/tour-of-california-disappointment#comments</comments>
		<pubDate>Fri, 05 Dec 2008 16:35:33 +0000</pubDate>
		<dc:creator>Stephen Skory</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Cycling]]></category>
		<category><![CDATA[bollocks]]></category>
		<category><![CDATA[Escondito]]></category>
		<category><![CDATA[Tour of California]]></category>

		<guid isPermaLink="false">http://stephenskory.com/?p=379</guid>
		<description><![CDATA[Below is the map showing the just-released 2009 Tour of California stage 8 route. And I&#8217;m disappointed. I thought the stage would end on the top of Palomar Mountain, but it is simply going to pass over the top, circle back around and finish in relatively boring Escondito. Just like when the race goes through [...]]]></description>
			<content:encoded><![CDATA[<p>Below is the map showing the just-released <a href="http://www.amgentourofcalifornia.com/Route/stages/stage8.html">2009 Tour of California stage 8</a> route. And I&#8217;m disappointed. I thought the stage would <em>end</em> on the top of Palomar Mountain, but it is simply going to pass over the top, circle back around and finish in relatively boring Escondito.</p>
<p><a href="http://stephenskory.com/blog-imgs/2009ToC-8.png"><img src="http://stephenskory.com/blog-imgs/2009ToC-8sm.jpg" width="450" height="567"></a></p>
<p>Just like when the race goes through the Bay Area, <a href="http://stephenskory.com/2006/01/16/palomar-mountain">I am familiar with much of this route</a>. The race starts in Rancho Bernardo, and heads east on Highland Valley Road. That road has several nicely steep sections that kick my non-professional racer butt. I&#8217;m sure that the pros won&#8217;t charge up those hills so early in the race, but their pace would drop me, no doubt.</p>
<p>They go up the hard side of Palomar which is a world-class climb. It is every bit as hard as the Tour de France cols I&#8217;ve climbed. In February the top of Palomar can be quite cold (sometimes it even snows) so the temperature changes along the route could have an effect on the race.</p>
<p>I wish the race organizers would have given us the grand spectacle of a mountain-top finish. I am grateful, however, that they&#8217;ve finally dipped below the Los Angeles divide.</p>
<p>Oh, and I can&#8217;t forget to note: parts of the race go through Indian reservations, so the racers can get their gamblin&#8217; on, if they feel like it.</p>
]]></content:encoded>
			<wfw:commentRss>http://stephenskory.com/2008/12/05/tour-of-california-disappointment/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sell My Volvo?</title>
		<link>http://stephenskory.com/2008/11/21/sell-my-volvo</link>
		<comments>http://stephenskory.com/2008/11/21/sell-my-volvo#comments</comments>
		<pubDate>Fri, 21 Nov 2008 16:57:13 +0000</pubDate>
		<dc:creator>Stephen Skory</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[cars]]></category>
		<category><![CDATA[poll]]></category>

		<guid isPermaLink="false">http://stephenskory.com/?p=364</guid>
		<description><![CDATA[I am considering selling my Volvo. I drive it perhaps two or three times a week because I ride my bike to school. Melissa has a fine automobile that she would let me use. My car is a 1997 model (it was actually sold in 1996) 850 T5 Vovlo wagon with every premium package except [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://stephenskory.com/blog-imgs/MyVolvo.jpg" width="450" height="231"></p>
<p>I am considering selling my Volvo. I drive it perhaps two or three times a week because I ride my bike to school. Melissa has a fine automobile that she would let me use. My car is a 1997 model (it was actually sold in 1996) 850 T5 Vovlo wagon with every premium package except for the &#8216;winter&#8217; and multidisc CD changer packages. Kelly Blue Book says I can sell it for between <a href="http://www.kbb.com/KBB/UsedCars/PricingReport.aspx?YearId=1997&#038;Mileage=135000&#038;VehicleClass=UsedCar&#038;ManufacturerId=51&#038;ModelId=539&#038;PriceType=Private+Party&#038;VehicleId=9854&#038;SelectionHistory=9854|29450|92037|0|0|360249|true|360259|true|360310|true|360275|true&#038;Condition=Good&#038;QuizConditions=">$4000 and $5000</a>. I encourage you to tell me what do to in the comments. Here&#8217;s what I&#8217;ve got so far:</p>
<table border="1" width="450">
<caption>Do I sell my car?</caption>
<tr>
<th>Yes, sell it:
<th>No, keep it:</p>
<tr>
<td valign="top">
<ul>
<li>I hardly drive my car, but I have to pay car insurance all the time. Also, I need to register it by January ($100) and get it smogged ($30?).</li>
<li>It&#8217;s twelve years old and things are breaking: the key fob; the odometer; the backlight on the radio display; the driver-side seat is ripped. Who knows what&#8217;s next? It&#8217;s likely going to be something I can&#8217;t just live without.</li>
<li>Melissa&#8217;s car is nearly a decade newer, more fuel efficient and almost as spacious.</li>
<li>$4000+ in my pocket is nice.</li>
<li>Until I graduate, I don&#8217;t picture myself needing a car except on the weekends. And when I graduate, my new job will pay more, so if I need to commute, I will be able to afford a car more easily.</li>
<li>If I sell my car, I&#8217;ll split the car insurance costs with Melissa on her car which will save both of us money.</li>
</ul>
<td valign="top">
<ul>
<li>If I am going to own any car, this is just about the perfect car for me. I really like it. It&#8217;s spacious enough, but not too big. It&#8217;s got a killer roof rack system that would be hard to do on another car.</li>
<li>It&#8217;s safer than Melissa&#8217;s car, primarily because it&#8217;s heavier (gotta love Volvos!).</li>
<li>I already own the car fully, so the only recurrent costs are insurance and fuel. I could call up my insurance agent and get much lower coverage, especially collision coverage.</li>
</ul>
</table>
]]></content:encoded>
			<wfw:commentRss>http://stephenskory.com/2008/11/21/sell-my-volvo/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Content of Their Character</title>
		<link>http://stephenskory.com/2008/11/05/content-of-their-character</link>
		<comments>http://stephenskory.com/2008/11/05/content-of-their-character#comments</comments>
		<pubDate>Wed, 05 Nov 2008 17:56:20 +0000</pubDate>
		<dc:creator>Stephen Skory</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[history]]></category>
		<category><![CDATA[mlk jr.]]></category>
		<category><![CDATA[obama]]></category>

		<guid isPermaLink="false">http://stephenskory.com/?p=353</guid>
		<description><![CDATA[I think, considering last nights events, we all should listen to Dr. King&#8217;s most famous speech again, and contemplate the history of yesterday:]]></description>
			<content:encoded><![CDATA[<p>I think, considering last nights events, we all should listen to Dr. King&#8217;s most famous speech again, and contemplate the history of yesterday:</p>
<p><center><br />
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/PbUtL_0vAJk&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/PbUtL_0vAJk&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object><br />
</center></p>
]]></content:encoded>
			<wfw:commentRss>http://stephenskory.com/2008/11/05/content-of-their-character/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Yes</title>
		<link>http://stephenskory.com/2008/11/04/yes</link>
		<comments>http://stephenskory.com/2008/11/04/yes#comments</comments>
		<pubDate>Wed, 05 Nov 2008 06:12:06 +0000</pubDate>
		<dc:creator>Stephen Skory</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[obama]]></category>
		<category><![CDATA[president]]></category>
		<category><![CDATA[the future]]></category>

		<guid isPermaLink="false">http://stephenskory.com/?p=351</guid>
		<description><![CDATA[Amazing. I can&#8217;t wait for January 20, 2009.]]></description>
			<content:encoded><![CDATA[<p><a href="http://stephenskory.com/blog-imgs/2008PresMap.png"><img src="http://stephenskory.com/blog-imgs/2008PresMap.png" width="450"></a></p>
<p>Amazing.</p>
<p>I can&#8217;t wait for January 20, 2009.</p>
]]></content:encoded>
			<wfw:commentRss>http://stephenskory.com/2008/11/04/yes/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>By Popular Demand</title>
		<link>http://stephenskory.com/2008/10/27/by-popular-demand</link>
		<comments>http://stephenskory.com/2008/10/27/by-popular-demand#comments</comments>
		<pubDate>Mon, 27 Oct 2008 18:11:19 +0000</pubDate>
		<dc:creator>Stephen Skory</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[cat]]></category>
		<category><![CDATA[voltron]]></category>

		<guid isPermaLink="false">http://stephenskory.com/?p=345</guid>
		<description><![CDATA[Voltron retrieving: Play Quicktime version]]></description>
			<content:encoded><![CDATA[<p>Voltron retrieving:</p>
<div class="hVlog" style="text-align: center">
  <a href="http://stephenskory.com/movies/VoltronFetchingForReal.MOV" class="hVlogTarget" type="video/quicktime" onclick="vPIPPlay(this, 'width=450, height=338', '', ''); return false;"><br />
      <img src="http://stephenskory.com/blog-imgs/VoltronFetchingForReal.jpg" /></a><br />
<br />
  <a href="http://stephenskory.com/movies/VoltronFetchingForReal.MOV" type="video/quicktime" onclick="vPIPPlay(this, 'width=450, height=338', '', ''); return false;"><br />
Play Quicktime version</a>
</div>
]]></content:encoded>
			<wfw:commentRss>http://stephenskory.com/2008/10/27/by-popular-demand/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Work Buddy</title>
		<link>http://stephenskory.com/2008/10/26/work-buddy</link>
		<comments>http://stephenskory.com/2008/10/26/work-buddy#comments</comments>
		<pubDate>Mon, 27 Oct 2008 04:40:02 +0000</pubDate>
		<dc:creator>Stephen Skory</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[cat]]></category>
		<category><![CDATA[telecommuting]]></category>
		<category><![CDATA[voltron]]></category>

		<guid isPermaLink="false">http://stephenskory.com/?p=340</guid>
		<description><![CDATA[As a computational astrophysicist, I can work pretty much wherever there is an internet connection (except the San Diego public library, but that&#8217;s another story), so at least a day or two a week I work from home. And when I do, I have a little work buddy who sits by my chair waiting for [...]]]></description>
			<content:encoded><![CDATA[<p>As a computational astrophysicist, I can work pretty much wherever there is an internet connection (except the San Diego public library, but that&#8217;s another story), so at least a day or two a week I work from home. And when I do, I have a little work buddy who sits by my chair waiting for me to throw a foam ball across the apartment so she can fetch it (seriously!). I try to ignore her so I can get work done, but as soon as I even look at her:</p>
<div class="hVlog" style="text-align: center">
  <a href="http://stephenskory.com/movies/WorkBuddy.MOV" class="hVlogTarget" type="video/quicktime" onclick="vPIPPlay(this, 'width=450, height=338', '', ''); return false;"><br />
      <img src="http://stephenskory.com/blog-imgs/WorkBuddy.jpg" /></a><br />
<br />
  <a href="http://stephenskory.com/movies/WorkBuddy.MOV" type="video/quicktime" onclick="vPIPPlay(this, 'width=450, height=338', '', ''); return false;"><br />
Play Quicktime version</a>
</div>
<p>She&#8217;s cuter than my work buddies at school, of course.</p>
]]></content:encoded>
			<wfw:commentRss>http://stephenskory.com/2008/10/26/work-buddy/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Finally, a Triton</title>
		<link>http://stephenskory.com/2008/10/16/finally-a-triton</link>
		<comments>http://stephenskory.com/2008/10/16/finally-a-triton#comments</comments>
		<pubDate>Thu, 16 Oct 2008 21:16:30 +0000</pubDate>
		<dc:creator>Stephen Skory</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[conch]]></category>
		<category><![CDATA[statue]]></category>
		<category><![CDATA[Triton]]></category>
		<category><![CDATA[UCSD]]></category>

		<guid isPermaLink="false">http://stephenskory.com/?p=335</guid>
		<description><![CDATA[UC Berkeley has bear statues, UCLA has their bruin statue, UC Irvine even has an anteater. Now UC San Diego has a Triton! As I walked to lunch I saw the unveiling ceremony ending while the UCSD band (we have a band?) played the UCSD fight song (we have a fight song?). Below the statue [...]]]></description>
			<content:encoded><![CDATA[<p>UC Berkeley has <a href="http://images.search.yahoo.com/search/images;_ylt=A0S020vIrPdIOuEATgWJzbkF?p=uc+berkeley+bear+statue&#038;y=Search&#038;fr=moz2&#038;ei=utf-8&#038;js=1&#038;x=wrt">bear statues</a>, UCLA has their <a href="http://images.search.yahoo.com/search/images;_ylt=A0oGkmrXrPdIT1IBGoJXNyoA?ei=UTF-8&#038;p=ucla%20bruin%20statue&#038;fr2=tab-web&#038;fr=moz2">bruin statue</a>, UC Irvine even has <a href="http://images.search.yahoo.com/search/images;_ylt=A0S020sqrfdIxuwAUTCJzbkF?p=uci+anteater+statue&#038;y=Search&#038;fr=moz2&#038;ei=utf-8&#038;js=1&#038;x=wrt">an anteater</a>. Now UC San Diego has a Triton!</p>
<p><a href="http://stephenskory.com/v/UCSD/Triton/1016081155a.jpg.html"><img src="http://stephenskory.com/gallery2/d/29915-4/1016081155a.jpg" width="450" height="337"></a></p>
<p>As I walked to lunch I saw the unveiling ceremony ending while the UCSD band (we have a band?) played the UCSD fight song (we have a fight song?). Below the statue there is a few streams of bubbly water and a <a href="http://stephenskory.com/v/UCSD/Triton/1016081155b.jpg.html">a plaque</a> which explains that the Triton doesn&#8217;t get to use his awesome trident, he just blows really hard on his conch which scares all the other gods and baddies away.</p>
<p>I, for one, am now waiting for the UC Santa Cruz <a href="http://images.search.yahoo.com/search/images;_ylt=A0S0207prvdIQU8BecqJzbkF?p=uc+santa+cruz+banana+slug+statue&#038;y=Search&#038;fr=moz2&#038;ei=utf-8&#038;js=1&#038;x=wrt">banana slug statue</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://stephenskory.com/2008/10/16/finally-a-triton/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Poorer than a CEO</title>
		<link>http://stephenskory.com/2008/10/07/poorer-than-a-ceo</link>
		<comments>http://stephenskory.com/2008/10/07/poorer-than-a-ceo#comments</comments>
		<pubDate>Tue, 07 Oct 2008 19:47:38 +0000</pubDate>
		<dc:creator>Stephen Skory</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[grad school]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[poorer]]></category>
		<category><![CDATA[stocks]]></category>
		<category><![CDATA[taxes]]></category>

		<guid isPermaLink="false">http://stephenskory.com/?p=316</guid>
		<description><![CDATA[Above is a graph showing my net worth since January 2007. I have removed the actual dollar values for the bars because I&#8217;m ashamed of how poor I am. Or wealthy I am. I&#8217;m not telling. But remember that I&#8217;m a grad student, not a former CEO of a failed investment bank&#8230; you get the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://stephenskory.com/blog-imgs/NetWorth2008.png"><img src="http://stephenskory.com/blog-imgs/NetWorth2008.png" width="450"></a></p>
<p>Above is a graph showing my net worth since January 2007. I have removed the actual dollar values for the bars because I&#8217;m ashamed of how poor I am. Or wealthy I am. I&#8217;m not telling. But remember that I&#8217;m a grad student, not a former CEO of a failed investment bank&#8230; you get the idea.</p>
<p>I&#8217;ve put two numbers in orange on the graph. If in my richest half month I had one dollar, now I have 68 cents. Put another way, I&#8217;m now about two-thirds of my former self, and this took <em>five months</em>. The graph above includes my cash accounts, which haven&#8217;t gone down, so my investments have declined even more than a third. Luckily, I don&#8217;t need that money any time soon (I have to graduate before that), but it&#8217;s a bit depressing.</p>
<p>It&#8217;s also an opportunity to buy some really cheap bank stocks and hold them until they recover. Which would more or less cancel out the inevitable tax increases my generation will have to pay to bail out our selfish parents.</p>
<p>At least I can say that <a href="http://www.phdcomics.com/comics/archive.php?comicid=1078">I&#8217;m ahead of the curve</a> on the grad school thing.</p>
]]></content:encoded>
			<wfw:commentRss>http://stephenskory.com/2008/10/07/poorer-than-a-ceo/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Skinny Guy is Favored in the Eating Contest</title>
		<link>http://stephenskory.com/2008/08/30/the-skinny-guy-is-favored-in-the-eating-contest</link>
		<comments>http://stephenskory.com/2008/08/30/the-skinny-guy-is-favored-in-the-eating-contest#comments</comments>
		<pubDate>Sat, 30 Aug 2008 15:22:35 +0000</pubDate>
		<dc:creator>Stephen Skory</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[comics]]></category>
		<category><![CDATA[eating contest]]></category>
		<category><![CDATA[Olympics]]></category>

		<guid isPermaLink="false">http://stephenskory.com/?p=278</guid>
		<description><![CDATA[Now this is what I&#8217;m talking about (click for full size): Original here.]]></description>
			<content:encoded><![CDATA[<p>Now this is what I&#8217;m talking about (click for full size):</p>
<p><a href="http://stephenskory.com/blog-imgs/getfuzzy.png"><img src="http://stephenskory.com/blog-imgs/getfuzzy.png" width="450"></a></p>
<p>Original <a href="http://www.comics.com/comics/getfuzzy/archive/getfuzzy-20080830.html">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://stephenskory.com/2008/08/30/the-skinny-guy-is-favored-in-the-eating-contest/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

