<?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>Robots Will Be Our Superiors</title>
	<atom:link href="http://michaelhermes.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://michaelhermes.com/blog</link>
	<description>Laugh While You Can, Meatbag</description>
	<lastBuildDate>Tue, 02 Feb 2010 04:19:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>MS Paint Doesn&#8217;t Suck</title>
		<link>http://michaelhermes.com/blog/?p=405</link>
		<comments>http://michaelhermes.com/blog/?p=405#comments</comments>
		<pubDate>Tue, 02 Feb 2010 04:19:31 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Comics]]></category>
		<category><![CDATA[Paint]]></category>

		<guid isPermaLink="false">http://michaelhermes.com/blog/?p=405</guid>
		<description><![CDATA[MS Paint, the old standby that has been packaged with Windows since 1.0, got its first major face lift in many, many years with Windows 7.  Despite the inclusion of the ribbon-style interface, they&#8217;re all for the better.  Some &#8220;realistic&#8221; brush types were included, which make drawing and digital painting much easier.  One of the [...]]]></description>
			<content:encoded><![CDATA[<p>MS Paint, the old standby that has been packaged with Windows since 1.0, got its first major face lift in many, many years with Windows 7.  Despite the inclusion of the ribbon-style interface, they&#8217;re all for the better.  Some &#8220;realistic&#8221; brush types were included, which make drawing and digital painting much easier.  One of the nicest inclusions was pressure sensitivity to support drawing tablets.  I did this freehand (you can tell it&#8217;s freehand because I can&#8217;t draw basic geometric shapes, like circles).  Not too shabby for MS Paint.</p>
<p>Click to enlarge.</p>
<p><a href="http://www.michaelhermes.com/comics/fflogo.png"><img class="alignnone" src="http://www.michaelhermes.com/comics/fflogo.png" alt="" width="429" height="352" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://michaelhermes.com/blog/?feed=rss2&amp;p=405</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving Steam Games to a Separate Hard Drive in Windows 7</title>
		<link>http://michaelhermes.com/blog/?p=395</link>
		<comments>http://michaelhermes.com/blog/?p=395#comments</comments>
		<pubDate>Wed, 30 Dec 2009 18:34:16 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Steam]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://michaelhermes.com/blog/?p=395</guid>
		<description><![CDATA[The game downloading service Steam offers a convenient product.  Instead of buying physical media at a store (which can be lost, damaged, and creates more waste), Steam allows you to download games directly to your hard drive while offering a robust user community, cloud saving, and many other handy services. The drawback is that writing [...]]]></description>
			<content:encoded><![CDATA[<p>The game downloading service Steam offers a convenient product.  Instead of buying physical media at a store (which can be lost, damaged, and creates more waste), Steam allows you to download games directly to your hard drive while offering a robust user community, cloud saving, and many other handy services.</p>
<p>The drawback is that writing all of the game files to the primary hard disk can take up gobs of space in a hurry.  This problem can easily be alleviated if the user has a separate hard drive installed.  My own setup consists of a smaller hard drive for my operating system and application files and a much larger hard drive for media and projects.  With Steam games taking up more and more space on my OS drive, I decided to move them to a new location on my larger drive.  A simple copy and paste won&#8217;t do the trick, however.</p>
<p>This tutorial explains how to create a link between the main hard drive with Windows 7 installed on it to the larger hard drive with more space.  It will involve deleting folders and using the command prompt, so if you&#8217;re not comfortable with either I would recommend exploring other options.  That said, the process is fairly straightforward and easy to do.  (The good news is that Steam allows unlimited downloads of purchased content.  If you truly manage to bugger things, simply reinstall the Steam client and re-download all your games.)</p>
<p><a href="http://michaelhermes.com/pictures/new_directory.png"><img class="alignnone" src="http://michaelhermes.com/pictures/new_directory.png" alt="" width="248" height="169" /></a></p>
<ol>
<li>Copy the &#8220;Steam&#8221; folder from your primary hard drive (located in either &#8220;C:\Program Files (x86)&#8221; or just &#8220;C:\Program Files&#8221;) and paste it to your new hard drive.  I put it in the root directory of the new hard drive.</li>
<li>Delete the &#8220;Steam&#8221; directory on your original hard drive.</li>
<li>From the Windows Start Menu, go to Accessories and right click on Command Prompt.  Select &#8220;Run as Administrator&#8221;.</li>
<li>Enter the following command, inserting the original and destination directories to fit your computer.  The quote marks are necessary:
<pre>mklink /J "old directory" "new directory"</pre>
</li>
</ol>
<p>For example, on my computer I used the following command:</p>
<pre>mklink /J "C:\Program Files (x86)\Steam" "E:\Steam"</pre>
<p>The <a href="http://www.mydigitallife.info/2007/05/22/create-symbolic-links-hard-links-and-directory-junctions-in-vista-with-mklink/">mklink</a> command creates a symbolic link between one directory and another.  Whenever Windows goes to look for the original directory it will be redirected to the new directory on your second hard drive.  You will know the command is successful when you see what looks like a shortcut in the original Program Files directory.  If you ever want to remove this link, simply delete this shortcut.</p>
<p><a href="http://michaelhermes.com/pictures/link.png"><img class="alignnone" src="http://michaelhermes.com/pictures/link.png" alt="" width="196" height="155" /></a></p>
<p>The good news is that because Windows is simply redirecting itself, your original shortcuts will all still be functional.  Steam and all the games it monitors will continue to function as normal.  If you download a new game in the future, the symbolic link will send the new games to their proper destination.</p>
]]></content:encoded>
			<wfw:commentRss>http://michaelhermes.com/blog/?feed=rss2&amp;p=395</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mozilla Weave &#8211; ur doing it right</title>
		<link>http://michaelhermes.com/blog/?p=379</link>
		<comments>http://michaelhermes.com/blog/?p=379#comments</comments>
		<pubDate>Mon, 12 Oct 2009 15:30:25 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Mozilla]]></category>

		<guid isPermaLink="false">http://michaelhermes.com/blog/?p=379</guid>
		<description><![CDATA[A friend recently asked about syncing bookmarks across different browsers.  Right now it seems like the best tool for that is Xmarks, which performs the admirable task of making sure bookmarks are all lined up between IE, Safari, Chrome, and Firefox. I had used Xmarks in the past (it used to be a Firefox exclusive, [...]]]></description>
			<content:encoded><![CDATA[<p>A friend recently asked about syncing bookmarks across different browsers.  Right now it seems like the best tool for that is <a href="http://www.xmarks.com/">Xmarks</a>, which performs the admirable task of making sure bookmarks are all lined up between IE, Safari, <a href="http://www.google.com/chrome">Chrome</a>, and <a href="http://www.mozilla.com/en-US/firefox/personal.html">Firefox</a>.</p>
<p>I had used Xmarks in the past (it used to be a Firefox exclusive, Foxmarks), but lately I hadn&#8217;t been as synced up as I could be.  I will openly confess to using Firefox almost exclusively for my web browsing needs &#8211; so the ability to sync across several browsers seemed unnecessary.<a href="http://labs.mozilla.com/weave/"><img class="alignleft" src="http://www.michaelhermes.com/blog/Misc/Mozilla-weave-logo.png" alt="" width="101" height="120" /></a></p>
<p>The big option for Firefox users right now is also made by Mozilla &#8211; <a href="http://labs-wpmu.stage.mozilla.com/weave/">Weave</a>.  Taking advantage of the assumption that the intended user is browsing with Firefox exclusively, Weave does bookmark synchronization and a whole lot more.</p>
<p>Obviously, bookmark syncing is present.  Expanding on that, Weave will also sync the Firefox toolbar settings as well.  Example: I have my toolbars tweaked so my bookmarks are just icons on the top menu bar, next to the Help menu.  I think it looks nicer than using the standard bookmark toolbar and frees up some screen real estate on my laptop.  When I make changes to this toolbar (or any toolbar, for that matter), those changes are saved to my Weave profile.  If I add a shortcut on my laptop, the next time I load Firefox on my desktop computer said shortcut will automagically appear.</p>
<p>Continuing in features exclusive to Firefox, Weave will also sync the settings of your <a href="http://www.getpersonas.com/en-US/">Personas</a>, or user themes, assuming the necessary add-in is installed on the computers being use.  The Awesome Bar will also be updated, so typing in the same words or phrases will get the same results on all computers.</p>
<p>And if you could possibly want <em>more</em>, Weave also allows you to use the history and even the closed tabs fr<a href="http://www.michaelhermes.com/blog/Misc/35158575.jpg"><img class="alignright" src="http://www.michaelhermes.com/blog/Misc/35158575.jpg" alt="" width="197" height="89" /></a>om other Firefox installations.  Firefox recently added the ability to recover closed tabs, meaning the user doesn&#8217;t have to worry about accidentally closing a tab and then having to root through the history folder to find it.  Once Weave is installed, a new item is added to the History menu: &#8220;Tabs From Other Computers&#8221;.  It&#8217;s a small addition that turns out to be more useful than most would assume at first.</p>
<p>I have three different computers I that I use Firefox with, two at home and one at work.  Weave has proved to be a pretty handy tool for keeping my user experience consistent across all of them.  Mozilla is always hard at work, making sure that Firefox is a world-class browser and also working on other special projects like <a href="http://labs.mozilla.com/bespin/">collaborative coding</a>, <a href="http://labs.mozilla.com/ubiquity/">browser enrichment</a>, and <a href="http://labs.mozilla.com/jetpack/">giving everyone the ability to write extensions</a>.  Check out the <a href="http://labs.mozilla.com/projects/">Mozilla Labs</a> site to see all the neat things they&#8217;re working on.</p>
]]></content:encoded>
			<wfw:commentRss>http://michaelhermes.com/blog/?feed=rss2&amp;p=379</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Those Sneaky Bastards</title>
		<link>http://michaelhermes.com/blog/?p=375</link>
		<comments>http://michaelhermes.com/blog/?p=375#comments</comments>
		<pubDate>Thu, 08 Oct 2009 03:21:08 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Comics]]></category>
		<category><![CDATA[Gimp]]></category>

		<guid isPermaLink="false">http://michaelhermes.com/blog/?p=375</guid>
		<description><![CDATA[Click to enlarge. (Very big file!)]]></description>
			<content:encoded><![CDATA[<p>Click to enlarge. (Very big file!)</p>
<p><a href="http://www.michaelhermes.com/comics/mona_lisaMEH.jpeg"><img class="alignnone" src="http://www.michaelhermes.com/comics/mona_lisaMEH.jpeg" alt="" width="672" height="1005" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://michaelhermes.com/blog/?feed=rss2&amp;p=375</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Countdowns</title>
		<link>http://michaelhermes.com/blog/?p=371</link>
		<comments>http://michaelhermes.com/blog/?p=371#comments</comments>
		<pubDate>Mon, 05 Oct 2009 22:31:12 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://michaelhermes.com/blog/?p=371</guid>
		<description><![CDATA[Only 17 days until Windows 7.  One week later is the next Ubuntu release:]]></description>
			<content:encoded><![CDATA[<p>Only 17 days until Windows 7.  One week later is the next Ubuntu release:<br />
<script src="http://www.ubuntu.com/files/countdown/display2.js" type="text/javascript"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://michaelhermes.com/blog/?feed=rss2&amp;p=371</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>One of my Favorite Days of the Year</title>
		<link>http://michaelhermes.com/blog/?p=337</link>
		<comments>http://michaelhermes.com/blog/?p=337#comments</comments>
		<pubDate>Sun, 04 Oct 2009 14:00:08 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://michaelhermes.com/blog/?p=337</guid>
		<description><![CDATA[Why, you might ask? Whenever someone asks me what the day is today, I can reply: &#8220;10-4, good buddy!&#8221; &#8230;yeah.]]></description>
			<content:encoded><![CDATA[<p>Why, you might ask?</p>
<p>Whenever someone asks me what the day is today, I can reply: &#8220;10-4, good buddy!&#8221;</p>
<p>&#8230;yeah.</p>
]]></content:encoded>
			<wfw:commentRss>http://michaelhermes.com/blog/?feed=rss2&amp;p=337</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dear Authors/Screenwriters</title>
		<link>http://michaelhermes.com/blog/?p=369</link>
		<comments>http://michaelhermes.com/blog/?p=369#comments</comments>
		<pubDate>Thu, 01 Oct 2009 18:05:33 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://michaelhermes.com/blog/?p=369</guid>
		<description><![CDATA[Unexpected figure of not-fully-explained authority: &#8220;We&#8217;re very interested in your son who gets in trouble at school because he&#8217;s misunderstood/adopted child/kid who was in a car accident and ever since draws pictures of things you write off as &#8216;weird but harmless&#8217;.&#8221; Disbelieving mother/father: &#8220;I don&#8217;t understand &#8211; we&#8217;ve all led completely unremarkable lives, and come [...]]]></description>
			<content:encoded><![CDATA[<p>Unexpected figure of not-fully-explained authority: &#8220;We&#8217;re very interested in your son who gets in trouble at school because he&#8217;s misunderstood/adopted child/kid who was in a car accident and ever since draws pictures of things you write off as &#8216;weird but harmless&#8217;.&#8221;</p>
<p>Disbelieving mother/father: &#8220;I don&#8217;t understand &#8211; we&#8217;ve all led completely unremarkable lives, and come from a humble background in which we are made to believe that none of us are special.&#8221;</p>
<p>Guy: &#8220;Be that as it may, your little {name here} is very, very important.&#8221;</p>
<p>Mother/father: &#8220;Why?&#8221;</p>
<p>Guy, possibly removing glasses: &#8220;&#8230; because he might be the savior of the world as we know it.&#8221;<br />
&#8212;</p>
<p>STOP.  JUST STOP.</p>
]]></content:encoded>
			<wfw:commentRss>http://michaelhermes.com/blog/?feed=rss2&amp;p=369</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>You HAVEN&#8217;T Had Chocolate Covered Bacon?</title>
		<link>http://michaelhermes.com/blog/?p=349</link>
		<comments>http://michaelhermes.com/blog/?p=349#comments</comments>
		<pubDate>Wed, 30 Sep 2009 15:00:15 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bacon]]></category>
		<category><![CDATA[chocolate]]></category>
		<category><![CDATA[covered]]></category>
		<category><![CDATA[recipe]]></category>

		<guid isPermaLink="false">http://michaelhermes.com/blog/?p=349</guid>
		<description><![CDATA[&#8220;You haven&#8217;t had chocolate covered bacon?  Here, have a piece.  You might like it.&#8221; &#8220;Ugh, no.  That&#8217;s so incredibly bad for you.&#8221; &#8220;Sure, if you eat the whole plate.  I&#8217;m talking about having one piece.  Try some!&#8221; &#8220;I can hear my arteries hardening already.  That&#8217;s gross.&#8221; &#8220;Really?  You want to go that route?  Here&#8217;s a [...]]]></description>
			<content:encoded><![CDATA[<p>&#8220;You haven&#8217;t had chocolate covered bacon?  Here, have a piece.  You might like it.&#8221;</p>
<p>&#8220;Ugh, no.  That&#8217;s so incredibly bad for you.&#8221;</p>
<p>&#8220;Sure, if you eat the whole plate.  I&#8217;m talking about having one piece.  Try some!&#8221;</p>
<p>&#8220;I can hear my arteries hardening already.  That&#8217;s gross.&#8221;</p>
<p>&#8220;Really?  You want to go that route?  Here&#8217;s a question for you: Do you know what&#8217;s even worse for you than a piece of chocolate covered bacon?  <em>Two pieces of normal bacon.</em> It&#8217;s true.  If you were to separate the two principal ingredients and put a piece of bacon in one hand and the five chocolate chips that constitute the coating in the other, you&#8217;d have more sugar than two pieces of bacon, but a lot less fat and sodium than if you had two pieces of bacon.<a href="http://www.michaelhermes.com/blog/Misc/IMG_0638.jpg"><img class="alignleft" src="http://www.michaelhermes.com/blog/Misc/IMG_0638.jpg" alt="" width="301" height="226" /></a></p>
<p>And let&#8217;s be honest with ourselves.  Have you ever had a plate of bacon in front of you and eaten just <em>one</em> piece of bacon?  No, of course not.  But don&#8217;t feel bad, nobody in the history of the world has.  You&#8217;ve had no qualms eating three, four, five pieces of bacon in one sitting.  Do you know how much fat is in bacon?  Don&#8217;t look, you might not eat it anymore.</p>
<p>Similarly, I&#8217;m pretty sure I&#8217;ve seen you eat a cheeseburger plenty of times in your life.  What&#8217;s the thought process here that says eating a quarter pound of ground animal meat and fat topped with melted animal fat is somehow a green light, while 1 oz. of bacon and 1/2 oz. of chocolate is going to send you into cardiac arrest?  Let&#8217;s get some perspective here.&#8221;</p>
<p>&#8220;But why would you do that?  What possessed you to combine the two?&#8221;</p>
<p>&#8220;First, because I saw it on the internet.  That&#8217; s pretty good reason to do anything.  Second, because it&#8217;s awesome.  It&#8217;s taking two awesome things and putting them together.  Doing something completely ridiculous for the sake of doing it is a completely valid reason.  That&#8217;s what makes it fun.  It&#8217;s like playing football with jetpacks.  Sure, it doesn&#8217;t make any sense, but how sweet would that be?&#8221;</p>
<p>&#8220;What&#8217;s it taste like?&#8221;</p>
<p>&#8220;Kind of like a chocolate covered pretzel.  You get salty and sweet together.&#8221;</p>
<p>&#8220;Isn&#8217;t it gross?&#8221;</p>
<p>&#8220;No, just make sure you cook the bacon to the crispy state.  Soggy bacon makes it kind of chewy, which is less appetizing.&#8221;</p>
<p>&#8220;Why are you yelling at me?&#8221;</p>
<p>&#8220;Because I spent two fucking hours last night making this stuff, and if you&#8217;re not going to at least try a piece, don&#8217;t be the douche at the party loudly proclaiming how something I made as a novelty is the end of Western Civilization as we know it.&#8221;</p>
<p><strong>Chocolate Covered Bacon:</strong></p>
<p><span style="text-decoration: underline;">Ingredients</span></p>
<ul>
<li>One pound of your favorite bacon</li>
<li>Bag of semi-sweet chocolate chips</li>
<li>Bag of white chocolate chips</li>
</ul>
<p>1) Cook the bacon.  You can fry it in a pan, or bake it, or microwave it.  Whatever you want.  As I said above, though, just make sure it&#8217;s crispy.  Let it cool and/or dry before dunking it.</p>
<p>2) Melt the chocolate.  I like using the microwave, because dinking around with boiling water is a pain.  Put the chips in a microwave safe bowl, and microwave on half power for about a minute, stir, and repeat.  Do it as often as you need until the chips are melted.</p>
<p>3) Dunk the bacon in the chocolate.  I use tongs.  Shake off the excess chocolate.</p>
<p>4) Optional: Melt some white chocolate (which isn&#8217;t really chocolate) and drizzle it over the bacon.  This is an aesthetic touch.</p>
]]></content:encoded>
			<wfw:commentRss>http://michaelhermes.com/blog/?feed=rss2&amp;p=349</wfw:commentRss>
		<slash:comments>817</slash:comments>
		</item>
		<item>
		<title>ESPN.com Makes My Life in Milwaukee Easier</title>
		<link>http://michaelhermes.com/blog/?p=351</link>
		<comments>http://michaelhermes.com/blog/?p=351#comments</comments>
		<pubDate>Mon, 28 Sep 2009 15:00:38 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Chicago]]></category>
		<category><![CDATA[ESPN]]></category>
		<category><![CDATA[Sports]]></category>

		<guid isPermaLink="false">http://michaelhermes.com/blog/?p=351</guid>
		<description><![CDATA[I like living in Milwaukee, for the most part.  Being a native Illinoisan, though, keeping up on Chicago sports can be a pain in the keester.  Things that stand in my way: The newspaper is fairly useless I certainly don&#8217;t blame the Journal-Sentinel for being biased towards the Packers/Brewers/Badgers/Teabags.  That&#8217;s their job.  We don&#8217;t get [...]]]></description>
			<content:encoded><![CDATA[<p>I like living in Milwaukee, for the most part.  Being a native Illinoisan, though, keeping up on Chicago sports can be a pain in the keester.  Things that stand in my way:</p>
<ul>
<li><strong>The newspaper is fairly useless</strong> I certainly don&#8217;t blame the Journal-Sentinel for being biased towards the Packers/Brewers/Badgers/Teabags.  That&#8217;s their job.  We don&#8217;t get the JS on weekdays anyway, so the paper is not a viable solution.</li>
<li><strong>We don&#8217;t have cable</strong> This one I can&#8217;t really complain about because obviously it&#8217;s my own choice.  Even if I did, however, I would either have to watch the WGN news or a half hour of Sports Center on ESPN to see the highlights of Chicago teams.</li>
<li><strong>AM radio is only so helpful </strong>When I&#8217;m in the car with AM on, 9 times out of 10 I&#8217;m listening to a Chicago station.  AM radio in Milwaukee is somewhat lacking, as the only station moderately worth tuning into is 620.  Their news coverage is okay, and they have the Brewers games.  (Some baseball is better than no baseball.)  Typically, though, I&#8217;m listening to 720 WGN (Cubs!) or 780 WBBM (the best news around, and, of course, the Bears).  This means that 1) I am extremely up to speed on the traffic conditions of the greater Chicago area and 2) I occasionally get blips about Chicago sports.  That is, unless the Bears or Cubs are being broadcast, coverage on those stations is few and far between.</li>
</ul>
<p>So what&#8217;s a displaced flatlander to do, besides whine on his blog about the unfairness of it all?</p>
<p>I&#8217;ll tell you what, it&#8217;s go to ESPN.com.  Why?  Because all I have to do is put a little &#8220;/chicago&#8221; at the end of the URL and I get a page that seems like it was written specifically for me.</p>
<p>ESPN&#8217;s Chicago site has all of the scores, headlines, and articles for all of the Chicago teams aggregated into one spot, which is outstanding.  Not only that, but they have a specially-recorded ESPN.com Chicago Sports Center reel that gives me a high-quality five minute broadcast of highlight reels and scores for Chicago.  It&#8217;s like having Sports Center on, whenever I want, with only the content I want sifted out.</p>
<p>Which makes me so, so happy.  The video update is ad-free, so I don&#8217;t even have to sit through any mildly annoying Hulu-esque &#8220;This video was brought to you by Snuggies&#8221; advertisements.  I would be happy to, though, as I think that the experience ESPN.com is offering is extremely useful.</p>
<p>End result: One Happy Hermes.</p>
]]></content:encoded>
			<wfw:commentRss>http://michaelhermes.com/blog/?feed=rss2&amp;p=351</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Panorama-rama</title>
		<link>http://michaelhermes.com/blog/?p=362</link>
		<comments>http://michaelhermes.com/blog/?p=362#comments</comments>
		<pubDate>Mon, 28 Sep 2009 02:29:37 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Comics]]></category>

		<guid isPermaLink="false">http://michaelhermes.com/blog/?p=362</guid>
		<description><![CDATA[I had some fun at Road America this weekend  with my dad, not only seeing some great racing but also figuring out a slew of features on my camera.  Example: I had no idea that my camera had a burst mode (lots of pictures really quickly).  I ended up taking 786 pictures over two days, [...]]]></description>
			<content:encoded><![CDATA[<p>I had some fun at <a href="https://www.roadamerica.com/">Road America</a> this weekend  with my dad, not only seeing some great racing but also figuring out a slew of features on my camera.  Example: I had no idea that my camera had a burst mode (lots of pictures really quickly).  I ended up taking 786 pictures over two days, which is pretty easy when you can take 15 pictures in less than two seconds.</p>
<p>Anywho, I took a bunch of pictures at a few different locations in the track with the thought of stitching them together in <a href="http://gimp.org/">GIMP</a> and creating some panorama shots.  It turns out there&#8217;s a program that does that for you automatically, and it&#8217;s stupid simple to use.  The following pictures were done with <a href="http://people.cs.ubc.ca/~mbrown/autostitch/autostitch.html#autostitch">Autostitch</a>.  Had I know I could have gotten such good results, I probably would have taken a lot more (and perhaps tried a little harder regarding the actual shots).</p>
<p>Click to enlarge.</p>
<p><a href="http://www.michaelhermes.com/comics/pano.jpg"><img class="alignnone" src="http://www.michaelhermes.com/comics/pano.jpg" alt="" width="704" height="195" /></a></p>
<p><a href="http://www.michaelhermes.com/comics/pano1.jpg"><img class="alignnone" src="http://www.michaelhermes.com/comics/pano1.jpg" alt="" width="701" height="125" /></a></p>
<p><a href="http://www.michaelhermes.com/comics/pano2.jpg"><img class="alignnone" src="http://www.michaelhermes.com/comics/pano2.jpg" alt="" width="695" height="198" /></a></p>
<p>Heh, note the guy in the above picture that appears twice.</p>
<p><a href="http://www.michaelhermes.com/comics/pano3.jpg"><img class="alignnone" src="http://www.michaelhermes.com/comics/pano3.jpg" alt="" width="690" height="190" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://michaelhermes.com/blog/?feed=rss2&amp;p=362</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
