<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns: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/" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>You can imagine where it goes from here.</title>
	
	<link>http://www.kgarner.com/blog</link>
	<description>Keith's attempts to fix the cable of life</description>
	<lastBuildDate>Sat, 13 Jun 2009 15:14:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/YouCanImagineWhereItGoesFromHere" type="application/rss+xml" /><item>
		<title>Direct plugin auto-update on Wordpress 2.8</title>
		<link>http://feedproxy.google.com/~r/YouCanImagineWhereItGoesFromHere/~3/xC5Eeubghec/</link>
		<comments>http://www.kgarner.com/blog/archives/2009/06/13/direct-auto-update-on-wordpress-2-8/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 15:11:27 +0000</pubDate>
		<dc:creator>Keith Garner</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.kgarner.com/blog/?p=712</guid>
		<description><![CDATA[I get a lot of traffic on the site due to my post on getting direct (non-FTP) updates to work on Wordpress 2.5.  This method worked up until 2.7.x.  With 2.8 out this week, I found during my svn switch a conflict was created due to a code change in file.php.  Looking at the changes, [...]]]></description>
			<content:encoded><![CDATA[<p>I get a lot of traffic on the site due to my post on getting <a href="http://www.kgarner.com/blog/archives/2008/03/31/fix-tricks-for-plugin-auto-update-on-wordpress-25/">direct (non-FTP) updates to work on Wordpress 2.5</a>.  This method worked up until 2.7.x.  With 2.8 out this week, I found during my svn switch a conflict was created due to a code change in file.php.  Looking at the changes, it looks like the wordpress developers created an easy way for one to short-circuit the update to use the method you want via a setting in wp-config.php.</p>
<p>So, in brief, the permissions and <code>WP_TEMP_DIR</code> settings from the older article still stand.  However, you no longer need to edit <code>wp-admin/includes/file.php</code>.  Now you just need to edit your <code>wp-config.php</code> and add the following towards the bottom:</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p712code2'); return false;">View Code</a> PHP</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table width="100%" ><tr id="p7122"><td class="code" id="p712code2"><pre class="php" style="font-family:monospace;"><span style="color: #990000;">define</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'FS_METHOD'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'direct'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=xC5Eeubghec:YSHWS8zfC-I:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=xC5Eeubghec:YSHWS8zfC-I:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=xC5Eeubghec:YSHWS8zfC-I:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=xC5Eeubghec:YSHWS8zfC-I:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=xC5Eeubghec:YSHWS8zfC-I:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=xC5Eeubghec:YSHWS8zfC-I:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/YouCanImagineWhereItGoesFromHere/~4/xC5Eeubghec" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kgarner.com/blog/archives/2009/06/13/direct-auto-update-on-wordpress-2-8/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.kgarner.com/blog/archives/2009/06/13/direct-auto-update-on-wordpress-2-8/</feedburner:origLink></item>
		<item>
		<title>RSS feed now less Delicious</title>
		<link>http://feedproxy.google.com/~r/YouCanImagineWhereItGoesFromHere/~3/zC3JsMirRL8/</link>
		<comments>http://www.kgarner.com/blog/archives/2009/05/28/rss-feed-now-less-delicious/#comments</comments>
		<pubDate>Thu, 28 May 2009 22:13:11 +0000</pubDate>
		<dc:creator>Keith Garner</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Omphaloskepsis]]></category>
		<category><![CDATA[delicious]]></category>
		<category><![CDATA[feedburner]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[rss]]></category>

		<guid isPermaLink="false">http://www.kgarner.com/blog/archives/2009/05/28/rss-feed-now-less-delicious/</guid>
		<description><![CDATA[I recently moved my blog&#8217;s RSS/ATOM feed from old-feedburner to new google-flavored feedburner.  While I was doing the switch, I looked at what feedburner services I am using.  One of the services is called Link Splicer which allows you to inject your links from social bookmarking sites into you feed.
In looking at how [...]]]></description>
			<content:encoded><![CDATA[<p>I recently moved my blog&#8217;s RSS/ATOM feed from old-feedburner to new google-flavored feedburner.  While I was doing the switch, I looked at what feedburner services I am using.  One of the services is called Link Splicer which allows you to inject your links from social bookmarking sites into you feed.</p>
<p>In looking at how little I blog at times, those bookmarks were often the only thing making my feed grow.  I also can&#8217;t get much feedback on those links in how it works.  So in thinking about how I want to present myself and my site online, I&#8217;ve decided to separate the tags back out.</p>
<p>For all zero of you who want to follow my bookmarks just follow the feed from <a href="http://delicious.com/ktg">my delicious feed.</a> </p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=zC3JsMirRL8:HpK7GB5Fabc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=zC3JsMirRL8:HpK7GB5Fabc:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=zC3JsMirRL8:HpK7GB5Fabc:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=zC3JsMirRL8:HpK7GB5Fabc:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=zC3JsMirRL8:HpK7GB5Fabc:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=zC3JsMirRL8:HpK7GB5Fabc:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/YouCanImagineWhereItGoesFromHere/~4/zC3JsMirRL8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kgarner.com/blog/archives/2009/05/28/rss-feed-now-less-delicious/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.kgarner.com/blog/archives/2009/05/28/rss-feed-now-less-delicious/</feedburner:origLink></item>
		<item>
		<title>White collar knowledge worker computer test</title>
		<link>http://feedproxy.google.com/~r/YouCanImagineWhereItGoesFromHere/~3/xNzGJTrw49A/</link>
		<comments>http://www.kgarner.com/blog/archives/2009/05/14/white-collar-knowledge-worker-computer-test/#comments</comments>
		<pubDate>Thu, 14 May 2009 18:31:46 +0000</pubDate>
		<dc:creator>Keith Garner</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[elitist]]></category>
		<category><![CDATA[test]]></category>
		<category><![CDATA[white collar]]></category>

		<guid isPermaLink="false">http://www.kgarner.com/blog/?p=696</guid>
		<description><![CDATA[So, I&#8217;ve been excused accused of being elitist in the past, at least in regards to computer usage.  I used to be bothered by that, but I&#8217;ve learned to embrace it because its probably very true.  In fact, in the past 8 months or so, I think I&#8217;ve become more elitist.
One of the turning points [...]]]></description>
			<content:encoded><![CDATA[<p>So, I&#8217;ve been <span style="text-decoration: line-through;">excused</span> accused of being elitist in the past, at least in regards to computer usage.  I used to be bothered by that, but I&#8217;ve learned to embrace it because its probably very true.  In fact, in the past 8 months or so, I think I&#8217;ve become more elitist.</p>
<p>One of the turning points for me was an observation a friend of mine made &#8220;What&#8217;s centrally located in everyone&#8217;s cube?  What&#8217;s the one thing they use more than anything else?  Now tell me, what&#8217;s the one thing they know the least about.&#8221;  People who are knowledge workers in the year 2009 should be able to do a few basic computer tasks.  If you cannot do those tasks, well&#8230;  &#8220;There are many exciting career opportunities in the fast food industry.&#8221;</p>
<p>So, I&#8217;ve decided to build a test&#8230;  I&#8217;ve got a few items for the test, but I think I&#8217;ll need some more.</p>
<ol>
<li>Can you locate a file and copy it to a flash drive?</li>
<li>&#8230; burn it on a CD?</li>
<li>&#8230; attach it to e-mail?</li>
<li>&#8230; post it on the web (in any form)?</li>
<li>Can you create a simple PowerPoint/OpenOffice Presents/Keynote presentation?  (Prettiness not required.)</li>
<li>Can you sort data in Excel/OpenOffice Spreadseet/Numbers?</li>
<li>Can you navigate to a webpage (without getting the link in e-mail?)</li>
<li>Can you plug in a mouse/monitor/keyboard?</li>
<li>Can you add an entry to your cell phone address book? (No answer is okay if you don&#8217;t have one.)</li>
<li>Can you take the photos off your digital camera? (No answer is okay if you don&#8217;t have one.)</li>
<li>Set the screen saver to be password protected?</li>
</ol>
<p>Okay, I do need more questions, but I&#8217;m off to another meeting at the conference I&#8217;m at.  More later&#8230;</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=xNzGJTrw49A:cmkC5jb6ccg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=xNzGJTrw49A:cmkC5jb6ccg:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=xNzGJTrw49A:cmkC5jb6ccg:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=xNzGJTrw49A:cmkC5jb6ccg:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=xNzGJTrw49A:cmkC5jb6ccg:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=xNzGJTrw49A:cmkC5jb6ccg:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/YouCanImagineWhereItGoesFromHere/~4/xNzGJTrw49A" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kgarner.com/blog/archives/2009/05/14/white-collar-knowledge-worker-computer-test/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.kgarner.com/blog/archives/2009/05/14/white-collar-knowledge-worker-computer-test/</feedburner:origLink></item>
		<item>
		<title>So, I’ve gained an evil twin</title>
		<link>http://feedproxy.google.com/~r/YouCanImagineWhereItGoesFromHere/~3/9qGwLzyqhDs/</link>
		<comments>http://www.kgarner.com/blog/archives/2009/05/14/so-ive-gained-an-evil-twin/#comments</comments>
		<pubDate>Thu, 14 May 2009 17:45:22 +0000</pubDate>
		<dc:creator>Keith Garner</dc:creator>
				<category><![CDATA[Cool]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[evil twin]]></category>
		<category><![CDATA[flattery]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.kgarner.com/blog/?p=693</guid>
		<description><![CDATA[I&#8217;m not exactly sure what this means, but I think its pretty cool.

And his first tweet appears to be &#8220;Comics are for children.&#8221;  He IS my evil twin.
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m not exactly sure what this means, but I think its pretty cool.</p>
<p><img class="alignnone size-full wp-image-694" title="My Evil Twin" src="http://www.kgarner.com/blog/wp-content/uploads/2009/05/myeviltwin.png" alt="My Evil Twin" width="763" height="424" /></p>
<p>And his first tweet appears to be &#8220;Comics are for children.&#8221;  He IS my evil twin.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=9qGwLzyqhDs:Q1OwcRHXx88:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=9qGwLzyqhDs:Q1OwcRHXx88:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=9qGwLzyqhDs:Q1OwcRHXx88:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=9qGwLzyqhDs:Q1OwcRHXx88:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=9qGwLzyqhDs:Q1OwcRHXx88:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=9qGwLzyqhDs:Q1OwcRHXx88:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/YouCanImagineWhereItGoesFromHere/~4/9qGwLzyqhDs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kgarner.com/blog/archives/2009/05/14/so-ive-gained-an-evil-twin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.kgarner.com/blog/archives/2009/05/14/so-ive-gained-an-evil-twin/</feedburner:origLink></item>
		<item>
		<title>Linux nostalgia</title>
		<link>http://feedproxy.google.com/~r/YouCanImagineWhereItGoesFromHere/~3/S-mcMGaggHE/</link>
		<comments>http://www.kgarner.com/blog/archives/2009/04/26/linux-nostalgia/#comments</comments>
		<pubDate>Sun, 26 Apr 2009 15:36:05 +0000</pubDate>
		<dc:creator>Keith Garner</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[nostalgia]]></category>
		<category><![CDATA[slashdot]]></category>

		<guid isPermaLink="false">http://www.kgarner.com/blog/?p=690</guid>
		<description><![CDATA[There is a question/thread over at slashdot titled What did you first do with Linux? Rather than copy my reply here, I&#8217;ll just put a link to my reply to that subject.  I did have (and I mentioned it in the post) a get off my lawn moment when writing it.  A fun walk down [...]]]></description>
			<content:encoded><![CDATA[<p>There is a question/thread over at <a href="http://slashdot.org/">slashdot</a> titled <a href="http://ask.slashdot.org/article.pl?sid=09/04/25/0243253">What did you first do with Linux?</a> Rather than copy my reply here, I&#8217;ll just put a <a href="http://ask.slashdot.org/comments.pl?sid=1211395&amp;threshold=2&amp;commentsort=0&amp;mode=nested&amp;cid=27721245">link to my reply</a> to that subject.  I did have (and I mentioned it in the post) a get off my lawn moment when writing it.  A fun walk down memory lane, and reading the rest of the comments on slashdot shows you how relatively early I was to the game.</p>
<p>It also makes me want to link to <a href="http://www.kgarner.com/Linux/annes_post.html">Anne&#8217;s idea of the best to learn Linux</a>.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=S-mcMGaggHE:f5c387lwV1E:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=S-mcMGaggHE:f5c387lwV1E:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=S-mcMGaggHE:f5c387lwV1E:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=S-mcMGaggHE:f5c387lwV1E:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=S-mcMGaggHE:f5c387lwV1E:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=S-mcMGaggHE:f5c387lwV1E:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/YouCanImagineWhereItGoesFromHere/~4/S-mcMGaggHE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kgarner.com/blog/archives/2009/04/26/linux-nostalgia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.kgarner.com/blog/archives/2009/04/26/linux-nostalgia/</feedburner:origLink></item>
		<item>
		<title>Family 2009</title>
		<link>http://feedproxy.google.com/~r/YouCanImagineWhereItGoesFromHere/~3/xBV0iETnMxY/</link>
		<comments>http://www.kgarner.com/blog/archives/2009/04/25/family-2009/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 20:10:39 +0000</pubDate>
		<dc:creator>Keith Garner</dc:creator>
				<category><![CDATA[Fatherhood]]></category>
		<category><![CDATA[dinah]]></category>
		<category><![CDATA[Evan]]></category>
		<category><![CDATA[family]]></category>
		<category><![CDATA[me]]></category>
		<category><![CDATA[photo]]></category>
		<category><![CDATA[Sarah]]></category>

		<guid isPermaLink="false">http://www.kgarner.com/blog/?p=686</guid>
		<description><![CDATA[I&#8217;ve been pretty damn quiet here on the blog.  I&#8217;ve got an idea for a post, but haven&#8217;t had much time to churn one out.  In the meantime, check out the awesomeness that is the family.

]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been pretty damn quiet here on the blog.  I&#8217;ve got an idea for a post, but haven&#8217;t had much time to churn one out.  In the meantime, check out the awesomeness that is the family.</p>
<p><a title="Famliy April 2009 by ktgeek, on Flickr" href="http://www.flickr.com/photos/33003841@N00/3473558629/"><img src="http://farm4.static.flickr.com/3653/3473558629_7427d4413d.jpg" alt="Famliy April 2009" width="500" height="365" /></a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=xBV0iETnMxY:uCT7gmgA8UM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=xBV0iETnMxY:uCT7gmgA8UM:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=xBV0iETnMxY:uCT7gmgA8UM:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=xBV0iETnMxY:uCT7gmgA8UM:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=xBV0iETnMxY:uCT7gmgA8UM:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=xBV0iETnMxY:uCT7gmgA8UM:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/YouCanImagineWhereItGoesFromHere/~4/xBV0iETnMxY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kgarner.com/blog/archives/2009/04/25/family-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.kgarner.com/blog/archives/2009/04/25/family-2009/</feedburner:origLink></item>
		<item>
		<title>Leave me some video, or not</title>
		<link>http://feedproxy.google.com/~r/YouCanImagineWhereItGoesFromHere/~3/nXyBYmuH1Ww/</link>
		<comments>http://www.kgarner.com/blog/archives/2009/02/25/leave-me-some-video-or-not/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 15:47:44 +0000</pubDate>
		<dc:creator>Keith Garner</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[tokbox]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.kgarner.com/blog/?p=682</guid>
		<description><![CDATA[Based on seeing some Twitter traffic about TokBox, I decided to let you leave me some video mail.  I&#8217;m just playing, you should be too.  Show me your asses!

]]></description>
			<content:encoded><![CDATA[<p>Based on seeing some <a href="http://twitter.com/">Twitter</a> traffic about <a href="http://tokbox.com/">TokBox</a>, I decided to let you leave me some video mail.  I&#8217;m just playing, you should be too.  Show me your asses!</p>
<p><object type="application/x-shockwave-flash" data="http://www.tokbox.com/vr/0qrkwf3byj" width="330" height="295" pid="49a563956e92c7c2"><param name="movie" value="http://www.tokbox.com/vr/0qrkwf3byj"/><param name="allowFullScreen" value="true"/></object></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=nXyBYmuH1Ww:91cG0DE2Gu0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=nXyBYmuH1Ww:91cG0DE2Gu0:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=nXyBYmuH1Ww:91cG0DE2Gu0:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=nXyBYmuH1Ww:91cG0DE2Gu0:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=nXyBYmuH1Ww:91cG0DE2Gu0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=nXyBYmuH1Ww:91cG0DE2Gu0:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/YouCanImagineWhereItGoesFromHere/~4/nXyBYmuH1Ww" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kgarner.com/blog/archives/2009/02/25/leave-me-some-video-or-not/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.kgarner.com/blog/archives/2009/02/25/leave-me-some-video-or-not/</feedburner:origLink></item>
		<item>
		<title>Twitter annoyances</title>
		<link>http://feedproxy.google.com/~r/YouCanImagineWhereItGoesFromHere/~3/cE5PulbUPSU/</link>
		<comments>http://www.kgarner.com/blog/archives/2009/01/28/twitter-annoyances/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 22:12:05 +0000</pubDate>
		<dc:creator>Keith Garner</dc:creator>
				<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[annoyances]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.kgarner.com/blog/?p=676</guid>
		<description><![CDATA[Generally, I really enjoy using Twitter.  I&#8217;m not exactly sure why that is, but all in all I like it.  I think it mostly has to do with exposing me to a subset of people that I don&#8217;t get in my IRC and IM windows.  However, there are some trends in use that piss me [...]]]></description>
			<content:encoded><![CDATA[<p>Generally, I really enjoy using <a href="http://twitter.com/">Twitter</a>.  I&#8217;m not exactly sure why that is, but all in all I like it.  I think it mostly has to do with exposing me to a subset of people that I don&#8217;t get in my IRC and IM windows.  However, there are some trends in use that piss me off&#8230;</p>
<ol>
<li><strong>Thanking people for following you.</strong> Stop it, right now, everyone.  Just freaking stop it.  If over 1% of your tweets are thanking people for following you, I will smack you when next I see you.  Maybe I&#8217;m bucking the etiquette, but this annoys me more than anything else.</li>
<li><strong>Feeling that you need to follow the people that follow you.</strong> No, you don&#8217;t.  Its a broadcast medium, and while it can be used for chat, it doesn&#8217;t mean you have to.  The closer your following:follower ratio is to 1:1 the less I think you actually have to say and thought you put into Twitter.  If you&#8217;re reading the whole world, how to you have time to create your own thoughts?</li>
<li><strong>Changing your avatar more often then you change underwear.</strong> You&#8217;re not that pretty nor witty, knock it off.</li>
<li><strong>Tweeting only that you have a new blog post.</strong> Stop it! I already have an RSS reader, kthx.</li>
</ol>
<p>That&#8217;s my top four.  I&#8217;m sure I&#8217;m guilty of some from time to time, but damn it, stop it! I try to.  And I&#8217;m sure I&#8217;ll come up with more, maybe I&#8217;ll make this a series.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=cE5PulbUPSU:lhd52EuYt0A:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=cE5PulbUPSU:lhd52EuYt0A:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=cE5PulbUPSU:lhd52EuYt0A:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=cE5PulbUPSU:lhd52EuYt0A:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=cE5PulbUPSU:lhd52EuYt0A:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=cE5PulbUPSU:lhd52EuYt0A:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/YouCanImagineWhereItGoesFromHere/~4/cE5PulbUPSU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kgarner.com/blog/archives/2009/01/28/twitter-annoyances/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		<feedburner:origLink>http://www.kgarner.com/blog/archives/2009/01/28/twitter-annoyances/</feedburner:origLink></item>
		<item>
		<title>No, I haven’t started doing commercials</title>
		<link>http://feedproxy.google.com/~r/YouCanImagineWhereItGoesFromHere/~3/Agrbe2TWrd0/</link>
		<comments>http://www.kgarner.com/blog/archives/2009/01/23/no-i-havent-started-doing-commercials/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 20:30:58 +0000</pubDate>
		<dc:creator>Keith Garner</dc:creator>
				<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.kgarner.com/blog/?p=672</guid>
		<description><![CDATA[
But I am always up for a game of strip specifications.
Thanks to David Harris for pointing out my doppelganger on twitter.
]]></description>
			<content:encoded><![CDATA[<p><object width="640" height="385" data="http://www.youtube.com/v/MhGkxkzmPbQ&amp;hl=en&amp;fs=1&amp;rel=0&amp;color1=0x234900&amp;color2=0x4e9e00" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/MhGkxkzmPbQ&amp;hl=en&amp;fs=1&amp;rel=0&amp;color1=0x234900&amp;color2=0x4e9e00" /><param name="allowfullscreen" value="true" /></object></p>
<p>But I am always up for a game of strip specifications.</p>
<p>Thanks to <a href="http://www.futureofrealty.com/">David Harris</a> for pointing out my doppelganger on twitter.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=Agrbe2TWrd0:U035AF1Qt-c:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=Agrbe2TWrd0:U035AF1Qt-c:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=Agrbe2TWrd0:U035AF1Qt-c:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=Agrbe2TWrd0:U035AF1Qt-c:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=Agrbe2TWrd0:U035AF1Qt-c:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=Agrbe2TWrd0:U035AF1Qt-c:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/YouCanImagineWhereItGoesFromHere/~4/Agrbe2TWrd0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kgarner.com/blog/archives/2009/01/23/no-i-havent-started-doing-commercials/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.kgarner.com/blog/archives/2009/01/23/no-i-havent-started-doing-commercials/</feedburner:origLink></item>
		<item>
		<title>Recent readings</title>
		<link>http://feedproxy.google.com/~r/YouCanImagineWhereItGoesFromHere/~3/K7d8nZwA_2U/</link>
		<comments>http://www.kgarner.com/blog/archives/2009/01/19/recent-readings-2/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 17:31:27 +0000</pubDate>
		<dc:creator>Keith Garner</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Comics]]></category>
		<category><![CDATA[fantasy]]></category>
		<category><![CDATA[Jim Butcher]]></category>
		<category><![CDATA[Michael Brooks]]></category>
		<category><![CDATA[science]]></category>
		<category><![CDATA[Scott McCloud]]></category>

		<guid isPermaLink="false">http://www.kgarner.com/blog/?p=663</guid>
		<description><![CDATA[ 13 Things That Don&#8217;t Make Sense by Michael Brooks
  
My review

  rating: 4 of 5 starsGreat read, worth reading for anyone who likes to get their science geek.  Gets as deep as it needs to into what it covers, but not deeper.  Light fun science reading
  
 Princeps&#8217; Fury: [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.goodreads.com/book/show/2018682.13_Things_That_Don_t_Make_Sense?utm_medium=api&amp;utm_source=blog_review" style="float: left; padding-right: 20px"><img alt="13 Things That Don't Make Sense" border="0" src="http://ecx.images-amazon.com/images/I/41wPp9wQ5DL._SL160_.jpg" /></a> <a href="http://www.goodreads.com/book/show/2018682.13_Things_That_Don_t_Make_Sense?utm_medium=api&#038;utm_source=blog_review">13 Things That Don&#8217;t Make Sense</a> by <a href="http://www.goodreads.com/author/show/125550.Michael_Brooks">Michael Brooks</a><br/><br/><br />
  <a href="http://www.goodreads.com/review/show/43577083?utm_medium=api&#038;utm_source=blog_review"><br />
<h3>My review</h3>
<p></a><br />
  rating: 4 of 5 stars<br/>Great read, worth reading for anyone who likes to get their science geek.  Gets as deep as it needs to into what it covers, but not deeper.  Light fun science reading<br />
  <br/><br/></p>
<p><a href="http://www.goodreads.com/book/show/2903736.Princeps_Fury_Book_Five_of_the_Codex_Alera?utm_medium=api&amp;utm_source=blog_review" style="float: left; padding-right: 20px"><img alt="Princeps' Fury: Book Five of the Codex Alera" border="0" src="http://photo.goodreads.com/books/1219112684m/2903736.jpg" /></a> <a href="http://www.goodreads.com/book/show/2903736.Princeps_Fury_Book_Five_of_the_Codex_Alera?utm_medium=api&#038;utm_source=blog_review">Princeps&#8217; Fury: Book Five of the Codex Alera</a> by <a href="http://www.goodreads.com/author/show/10746.Jim_Butcher">Jim Butcher</a><br/><br/><br />
  <a href="http://www.goodreads.com/review/show/43577585?utm_medium=api&#038;utm_source=blog_review"><br />
<h3>My review</h3>
<p></a><br />
  rating: 5 of 5 stars<br/>My favorite of the books so far.  Sarah argues that it doesn&#8217;t advance the story far enough for her, but the characters are well fleshed out including Tavi growing into his own.  The bad part is now I have to wait a month for the next book.<br />
  <br/><br/></p>
<p><a href="http://www.goodreads.com/book/show/102920.Understanding_Comics_The_Invisible_Art?utm_medium=api&amp;utm_source=blog_review" style="float: left; padding-right: 20px"><img alt="Understanding Comics: The Invisible Art" border="0" src="http://photo.goodreads.com/books/1202750472m/102920.jpg" /></a> <a href="http://www.goodreads.com/book/show/102920.Understanding_Comics_The_Invisible_Art?utm_medium=api&#038;utm_source=blog_review">Understanding Comics: The Invisible Art</a> by <a href="http://www.goodreads.com/author/show/33907.Scott_McCloud">Scott McCloud</a><br/><br/><br />
  <a href="http://www.goodreads.com/review/show/43578025?utm_medium=api&#038;utm_source=blog_review"><br />
<h3>My review</h3>
<p></a><br />
  rating: 5 of 5 stars<br/>A great breakdown and examination of how comics work and their place among other works of art.  It gave me a much deeper appreciation for the language of comics that I had subconsciously learned.<br />
  <br/><br/><a href="http://www.goodreads.com/review/list/901996?utm_medium=api&#038;utm_source=blog_review">View all my reviews.</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=K7d8nZwA_2U:NxxpQV3WUXU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=K7d8nZwA_2U:NxxpQV3WUXU:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=K7d8nZwA_2U:NxxpQV3WUXU:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=K7d8nZwA_2U:NxxpQV3WUXU:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=K7d8nZwA_2U:NxxpQV3WUXU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=K7d8nZwA_2U:NxxpQV3WUXU:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/YouCanImagineWhereItGoesFromHere/~4/K7d8nZwA_2U" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kgarner.com/blog/archives/2009/01/19/recent-readings-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.kgarner.com/blog/archives/2009/01/19/recent-readings-2/</feedburner:origLink></item>
		<item>
		<title>IRC: yes, people still use it</title>
		<link>http://feedproxy.google.com/~r/YouCanImagineWhereItGoesFromHere/~3/vFsz1aRyJFw/</link>
		<comments>http://www.kgarner.com/blog/archives/2009/01/18/irc-yes-people-still-use-it/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 03:29:52 +0000</pubDate>
		<dc:creator>Keith Garner</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[colloquy]]></category>
		<category><![CDATA[daring fireball]]></category>
		<category><![CDATA[irc]]></category>
		<category><![CDATA[irssi]]></category>
		<category><![CDATA[znc]]></category>

		<guid isPermaLink="false">http://www.kgarner.com/blog/?p=656</guid>
		<description><![CDATA[So, I&#8217;ve been having a very geeky IRC-filled Sunday.  It started with my morning RSS reading where I saw Daring Fireball point out the port of Colloquy that appeared in the iTunes App store.  And to answer DF: Yes, I remember IRC, I use it everyday.  I could go into this whole things about how [...]]]></description>
			<content:encoded><![CDATA[<p>So, I&#8217;ve been having a very geeky IRC-filled Sunday.  It started with my morning RSS reading where I saw <a href="http://daringfireball.net/linked/2009/01/17/mobile-colloquy">Daring Fireball</a> point out the <a href="http://colloquy.info/mobile/">port of Colloquy</a> that appeared in the iTunes App store.  And to answer DF: Yes, I remember IRC, I use it everyday.  I could go into this whole things about how I&#8217;m still tight with people from college who are all over the place, but I think that goes without saying, its the whole damn point of the internet, DURH.</p>
<p>As with any iPhone app not made by Apple, when you leave it, it will shut down and that won&#8217;t be much good until the notification API is up and around, and even then, it&#8217;d need IRC servers to support doing the notification and keeping some sort of connection/client information.  That&#8217;s right out as I don&#8217;t see any IRC servers really wanting to take on that additional tasks.  Reading the Colloquy FAQ, it suggested that one use an IRC bouncer/proxy.</p>
<p>On and off I always have considered making a middle wear irc server to persist connections and so I could use multiple clients.  However, I&#8217;ve never been motivated enough to really do something about it.  In general, gnu screen and <a href="http://www.eterna.com.au/ircii/">ircII</a>/<a href="http://www.irssi.org/">irssi</a> have filled my needs.  With the mobile Colloquy, I&#8217;ll want to be able to keep a persistent connections coming in and out of the app.  So I get the happy circumstance of where I go &#8220;I&#8217;d like something like this&#8221; and the Internet provides and saves me a bunch of time and gives me a working solution.  (The downside is a lot of cool coding I could have done, but probably never have gotten around to.)</p>
<p>After doing some quick web searching, I&#8217;ve decided to give <a href="http://znc.in/">ZNC</a> a go as that middlewear layer.  It seems to do everything I want, including the ability to have multiple irc clients hook into the instances its running for me.  It also works with any standard IRC client, which is a huge plus.  I didn&#8217;t have to retrain myself at all.  It doesn&#8217;t matter if I&#8217;m using irssi from Linux, <a href="http://colloquy.info/">Colloquy</a> from my MacBook or iPhone, or <a href="http://www.xchat.org/">xChat</a> from wherever, its all the same irc instance with the same messages AT the same time.  Each client hooks into ZNC which has already hooked into the servers and channels that I frequent.  I can hook into ZNC over ssl from any standard IRC client and it just works.  I can also see writing a module for ZNC that will take advantage of the iPhone notification API should it ever arrive.</p>
<p>About 6 hours in, and I&#8217;m loving it.  IRC session ubiquity and I&#8217;m happy.  I can pop it up on my phone and IRC on the go, or just use a local client on my mac instead of sshing back home and using irssi.  I&#8217;ll probably still use irssi 99% of the time, but having options and being able to jump on from my phone will help.  IRC, how like crack you are and how I can&#8217;t quit you.  I did run into one problem with irssi and it not being able to do multiple connections to what it thinks is the same host, but I found a way around it after <a href="http://jamesoff.net/site/2008/02/21/irssi-and-znc/">reading this</a>.</p>
<p>Also, in rereading this post before I put it out on the web, I realize it doesn&#8217;t take much to amuse me these days.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=vFsz1aRyJFw:fR8SZNZ3I1I:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=vFsz1aRyJFw:fR8SZNZ3I1I:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=vFsz1aRyJFw:fR8SZNZ3I1I:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=vFsz1aRyJFw:fR8SZNZ3I1I:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=vFsz1aRyJFw:fR8SZNZ3I1I:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=vFsz1aRyJFw:fR8SZNZ3I1I:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/YouCanImagineWhereItGoesFromHere/~4/vFsz1aRyJFw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kgarner.com/blog/archives/2009/01/18/irc-yes-people-still-use-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.kgarner.com/blog/archives/2009/01/18/irc-yes-people-still-use-it/</feedburner:origLink></item>
		<item>
		<title>MORTAL KOMBAT!!! and, uh, some other games</title>
		<link>http://feedproxy.google.com/~r/YouCanImagineWhereItGoesFromHere/~3/g9o5IxJVBks/</link>
		<comments>http://www.kgarner.com/blog/archives/2009/01/02/mortal-kombat-and-uh-some-other-games/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 17:18:02 +0000</pubDate>
		<dc:creator>Keith Garner</dc:creator>
				<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[Video games]]></category>
		<category><![CDATA[buzz]]></category>
		<category><![CDATA[Comics]]></category>
		<category><![CDATA[DC]]></category>
		<category><![CDATA[fallout]]></category>
		<category><![CDATA[MORTAL KOMBAT]]></category>
		<category><![CDATA[PS3]]></category>
		<category><![CDATA[star wars]]></category>

		<guid isPermaLink="false">http://www.kgarner.com/blog/?p=651</guid>
		<description><![CDATA[For Christmas I got am embarrassment of video game riches for presents.  I had purchased a PS3 a few months ago, but until Christmas I only had one game.  Okay, technically we had two, but one of them was &#8220;Sarah&#8217;s.&#8221;  In any case, pre-Christmas, all games were Lego games (Batman and Star Wars) so I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-653" style="border: 1px solid black; margin: 5px;" title="batman" src="http://www.kgarner.com/blog/wp-content/uploads/2009/01/batman-240x300.jpg" alt="batman" width="240" height="300" />For Christmas I got am embarrassment of video game riches for presents.  I had purchased a PS3 a few months ago, but until Christmas I only had one game.  Okay, technically we had two, but one of them was &#8220;Sarah&#8217;s.&#8221;  In any case, pre-Christmas, all games were Lego games (Batman and Star Wars) so I&#8217;m happy to have some non-lego games to report on.  However, the theme of the subjects seems to hold too&#8230;</p>
<p>First, the games I&#8217;ve spent the most time playing:</p>
<p><a href="http://www.buzzthegame.com/"><strong>Buzz Quiz TV</strong></a> &#8211; The name pretty much sums up what it is, a multi-player trivia quiz show for your PS3 and a very welcome addition to our house.  There are numerous versions of this game for the PS2 and PSP with different question slants and this is the series first entrance onto the PS3.  It comes with 4 wireless &#8220;buzz&#8221; controllers for the players.  Its a nice little interface that works well with the game.  A common complaint online, and one that I have as well, is that for a game called &#8220;Buzz&#8221; you hardly ever use the big red buzzer at the top, most of the time you&#8217;re using the multi-color answer buttons.  We&#8217;re enjoying it a lot, especially when you have more than 2 people playing.  At least two of the multi-player rounds work better when you have more than one competitor to pick on.  If you don&#8217;t have any friends with you, you can also play &#8217;sofa vs sofa&#8217; online.  The game is also easily expanded through additional categories purchased via the Playstation Store or via user-content quizzes created at <a href="http://www.mybuzzquiz.com/">MyBuzzQuiz.com</a>.</p>
<p><a href="http://www.worldscollide.com/"><strong>Mortal Kombat vs. DC Universe</strong></a> &#8211; One day the people at <a href="http://www.midway.com/">Midway&#8217;s</a> video game division said &#8220;Keith Garner does not own enough of our stuff, how can we make a game <em>JUST FOR HIM</em>.  Let&#8217;s see, he&#8217;s a big DC comics dork and he&#8217;s always been fond of Mortal Kombat, while not always being that good at it.  Hey!  Let&#8217;s make him a video game peanut butter cup.&#8221;  Honestly, I like this game too much so I don&#8217;t know if I can honestly say if its a good game or not.  The gameplay has gone back to more classic Mortal Kombat mostly 2D fighting compared to the last two PS2 games, which is good for me as a player.  (You can still move in a 3rd dimension usefully, but its not a huge requirement.)  The characters from both universes look really good (thanks, Unreal engine!) and the DC characters special moves are pretty good and in-line with what they should be.  For example, Captain Marvel does have the awesome Shazam lightening attack that&#8217;s been popular post-Kingdom Come.  It just makes me giddy as a school girl to hear things like &#8220;Kitana vs. Green Lantern&#8230;FIGHT!&#8221;  This game sets the fan-boy in me to 11.  Even if you don&#8217;t like DC comics, its a pretty good fighter.  You can also go online to get embarrassed with how bad you are.</p>
<p>The games I&#8217;ve played a bit, but not enough:</p>
<p><a href="http://fallout.bethsoft.com/"><strong>Fallout 3</strong></a> &#8211; I&#8217;ve always been a big fan of the Fallout series, despite not completing the first two.  Come to think of it, I was a fan of <a href="http://en.wikipedia.org/wiki/Wasteland_(computer_game)">Wastland</a> way back in the day, which was done by a lot of the same people.  I think I&#8217;ll be firing up Parallels just to play those first two again and actually try to finish them.  I&#8217;ve played about an hour of Fallout 3, which means I&#8217;ve just barely scratched the surface.  To be fair, I played the first hour twice as I was working to understand the UI and combat the first time.  Its not that its bad, I&#8217;m just rusty with these games.  In fact, I find the interface really nice now that I&#8217;ve gotten the hang of it.  I do find myself being a little too goody-too-shoes, but that&#8217;s my nature, I guess.  In any case, the feel, the voice acting, and the concepts so far are stellar.  I just need to find time to lock the kids away and play it.  Looks like lots of late nights coming up.</p>
<p><a href="http://www.lucasarts.com/games/theforceunleashed/"><strong>Star Wars: The Force Unleashed</strong></a> &#8211; I downloaded the demo on the PS3 and liked it enough to request it as a potential Christmas gift.  So far, I&#8217;ve only played the first mission.  You get to play a Jedi in full control of his powers in a 3D environment, how can you go wrong?  So far, I&#8217;m liking it.  Again, I&#8217;m still getting the hang of the interface and powers, but I&#8217;ve done the first mission (or 2 if you consider the prologue) and am looking forward to playing more.  My only complaint with this game is load time.  Despite loading 2.5 gig of stuff onto the hard drive, it seems to take forever to leave the game environment and go to the options screens and then to move around in the options screens.  I&#8217;m not sure if that&#8217;s a bug in the current version of the game, or if its just being hampered by the PS3&#8217;s &#8220;measly&#8221; 256MB of RAM.  In either case, that&#8217;s been an annoyance.  As long as you stay in the game, its a non-issue though.  I just had too much Evan messing with the remote, jumping on my lap, etc when last I played so I really noticed it then.</p>
<p>I should also mention I got the <a href="http://www.us.playstation.com/PS3/Accessories/SCPH-98048">Sony PS3 Wireless Keypad</a>.  For the PS3&#8217;s browser, Sony Home, or any game that has some text input/chat, this keypad isn&#8217;t too bad.  It can snap onto a sixaxis controller or you can use it separately, as it has its own battery.  It reminded me of typing on a Hiptop/Sidekick so I was right into it.  Not sure if its a good value at $50, but its been a good accessory to have.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=g9o5IxJVBks:z3GbJC0NjpQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=g9o5IxJVBks:z3GbJC0NjpQ:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=g9o5IxJVBks:z3GbJC0NjpQ:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=g9o5IxJVBks:z3GbJC0NjpQ:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=g9o5IxJVBks:z3GbJC0NjpQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=g9o5IxJVBks:z3GbJC0NjpQ:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/YouCanImagineWhereItGoesFromHere/~4/g9o5IxJVBks" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kgarner.com/blog/archives/2009/01/02/mortal-kombat-and-uh-some-other-games/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.kgarner.com/blog/archives/2009/01/02/mortal-kombat-and-uh-some-other-games/</feedburner:origLink></item>
		<item>
		<title>7 Things You Hate About Me</title>
		<link>http://feedproxy.google.com/~r/YouCanImagineWhereItGoesFromHere/~3/e4BrUzmCHFQ/</link>
		<comments>http://www.kgarner.com/blog/archives/2008/12/31/7-things-you-hate-about-me/#comments</comments>
		<pubDate>Wed, 31 Dec 2008 20:47:24 +0000</pubDate>
		<dc:creator>Keith Garner</dc:creator>
				<category><![CDATA[Omphaloskepsis]]></category>
		<category><![CDATA[meme]]></category>
		<category><![CDATA[Beer]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[ego]]></category>
		<category><![CDATA[evo terra]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[introspection]]></category>
		<category><![CDATA[MARK NOTARUS]]></category>
		<category><![CDATA[television]]></category>

		<guid isPermaLink="false">http://www.kgarner.com/blog/?p=642</guid>
		<description><![CDATA[I&#8217;ve been meaning to do some blog posts, but I haven&#8217;t had the motivation.  It doesn&#8217;t help that I&#8217;ve also been distracted by all the video games I got the past week.  (More on those in a future post.)  In any case, I got some motivation in the case of being tagged by a meme.  [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been meaning to do some blog posts, but I haven&#8217;t had the motivation.  It doesn&#8217;t help that I&#8217;ve also been distracted by all the video games I got the past week.  (More on those in a future post.)  In any case, I got some motivation in the case of being tagged by a meme.  Evo <a href="http://funanymore.com/2008/12/30/7-facts-about-me-that-you-probably-dont-care-about/">called me out</a> and I guess I should respond.  By the way, I loved Evo&#8217;s #3 as I share a similar outlook/philosophy/happenstances.</p>
<p>This meme requires me to share seven facts about myself.  The hard part about this will be coming up with 7 facts that will be interesting to people not me.</p>
<ol>
<li><strong>I too often accept things the way they are.</strong> This description will be mostly slanted in looking at myself as a pogrammer, but this is where I can identify it best.  On a day to day basis this acceptance often makes me feel stifiled in creativity due to my lack of skill in identifying problems.  I can come up with great and creative solutions, but actually finding the interesting problems to solve if difficult because I accept that&#8217;s how things are, and don&#8217;t find shortcuts/solutions/whatever to make them better.  Eric Raymond described that as the &#8220;itch&#8221; that drives programmers to create&#8230;  As a programmer, I&#8217;m not itchy enough.</li>
<li><strong>Beer snob: I iz one.</strong> To anyone who&#8217;s been reading this blog or watching my twitter feed this is not news.  Part of the blame lies with <a href="http://zippy.ci.uiuc.edu/~roma/">Jon Roma</a> who introduced me to the good stuff first when I started drinking.  I never went down the good old fashion macrobrew route.  I&#8217;ve learned to tolerate the macrobrews so I can drink beer at ball games or social events when something better isn&#8217;t available, but its rough going.  I&#8217;m no <a href="http://www.speakingofbeer.com/">Charlie the Beer Guy</a>, but I&#8217;m working on being on his level.  I&#8217;m just too lazy right now to take up my own brewing.  Maybe once the kids are older.  In any case, give me a <a href="http://www.duvel.be/">Duvel</a>, something from <a href="http://www.stonebrew.com/">Stone</a>, <a href="http://www.gooseisland.com/">Goose Island</a>, etc.  Don&#8217;t offer me anything named Bud, Miller, etc.<br />
<em>Bonus fact 2.5</em>:  I didn&#8217;t start drinking until I was in my junior year of college at age 20.  Given that when most people think of me they think of beer, this is probably a surprising fact.</li>
<li><strong>At heart, I&#8217;m a Geek&#8217;s geek and I&#8217;ve come to accept it.</strong> A few months ago, I finally accepted If there is a stereotype for being a geek, I probably fit it.  Again, not news for those who have been playing along at home for awhile.  There are exceptions, but all in all, I&#8217;m a geek.  I full embrace the geekiness and let it wash over me.  There are much worse ways to view yourself so it works for me.  (Notable exception: I have never played any desktop roleplaying type games such as D&amp;D.  Not sure why that never happened, but it didn&#8217;t.)</li>
<li><strong>Needles piercing my skin send me into panic attacks.</strong> Its weird, I don&#8217;t mind blood, I don&#8217;t mind seeing myself cut, and I don&#8217;t mind looking at needles, but knowing one is about to pierce my skin turns me into a sweaty little girl.  It doesn&#8217;t matter if its the dentist, a lab tech taking blood, or whatever, I get tense and sweaty.  When having blood drawn I&#8217;ve learned to mitigate the effects by getting them to take it while I&#8217;m lying down, but that&#8217;s about it.  If I&#8217;m sitting up, I&#8217;ll pass out.  Its probably an anticipating thing, but I&#8217;m okay when I get cut when doing yard work or making dinner or something like that, but know I&#8217;m about to get a needle stuck in just puts me over.  I&#8217;m not sure what the deal is.  I guess the good news is that this is yet another sign that I&#8217;ll never get addicted to heroin.</li>
<li><strong>I hate small talk.</strong> I just can&#8217;t stand it.  It could be that I&#8217;m just not very good at it and that&#8217;s why I don&#8217;t like it, but the whole idle chit chat thing does nothing for me.  I&#8217;m good and I look forward to actually connecting with people and having deeper discussions, but if I have nothing in common with someone, its very painful for me to try to force the small talk.  I am faced with the slight challenge of how do you know if you have something in common with someone without having the small talk, but there are ways around that and I get by okay so I don&#8217;t worry too much about it.</li>
<li><strong>I love presenting and educating if I know the material and/or have a story to tell with it</strong>.  One of the great things about my old job and my still-employeer was that on a more than monthly basis I was giving presentations to our members on subject matter I had down cold.  Once I know the &#8220;story&#8221; I want to tell to educate others I love putting the presentations together, guiding discussions around the material, and generally helping people see the light.  Nothing made me feel better than to see the look of realization and/or understanding on someone&#8217;s face.  Or the look of horror once someone realized that they&#8217;d have to change their ways to make something work for them, but that&#8217;s a different story&#8230;  Either way, it means the message got across.  Someone would say this somewhat contradicts #3, as geeks aren&#8217;t well known for being showman, but I&#8217;ve always had a bit of an extroverted streak in me.  I guess I&#8217;m only extroverted in the right circumstances&#8230;</li>
<li><strong>I watch way too much TV and my reading and video game playing suffer due to it</strong>.  Part of it is the young kids and the job that just leave me energyless at the end of the day, some of it is I just really like good TV.  Heck, I probably like shitty TV too, but I try to keep it on the good side with things Battlestar Galactica, CSI, and Lost.  But I do have the mindless popcorn like Eureka and How I Met Your Mother.  I&#8217;m not sure where to put Heroes on the scale these days, but I think its falling in mindless popcorn.  I still love to read, but I manage to only really do it on the commuter train or just before bed as long as Sarah is okay with me leaving the light on.  The video games, those have really suffered, but I&#8217;m trying to make up for it now.</li>
</ol>
<p><em>Bonus fact so that I cannot be accused of ignoring my wife</em>: I was asking Sarah for some ideas for this post, and she gave me &#8220;<strong>I like to uphold family traditions.</strong>&#8220;  I don&#8217;t really see that in my indentity when I think about myself, but looking at past actions and what I like to do with the kids, I can agree with this.  From eating under the tree at <span style="text-decoration: line-through;">Field&#8217;s</span> Macy&#8217;s at Christmas time to vacations in the same spots I went as a kid, this certainly appears to be true.</p>
<p>Okay, so next up I have to call out seven people:</p>
<ul>
<li><a href="http://jlindquist.livejournal.com/">Jason Lindquist</a>, because I know Linky will have something good</li>
<li><a href="http://tzetzefly.com/">Dan Woolley</a>, if only because he&#8217;s been neglicting Tzetze Fly while in start up mode</li>
<li><a href="http://saulpwanson.com/blog/">Saul Pwanson</a>, again due to blog neglect</li>
<li><a href="http://www.bfaber.com/blog/">Byron Faber</a>, because I&#8217;m really curious as to what he&#8217;ll come up with</li>
<li><a href="http://jonroma.livejournal.com/">Jon Roma</a>, because he was named in this post</li>
<li><a href="http://maigrey.livejournal.com/">Heather Norton</a>, cuz she&#8217;s a meme magnet</li>
<li><a href="http://blog.notarus.net/">Mark Notarus</a>, if only because this will annoy him</li>
</ul>
<p>To quote Evo who tagged me: &#8220;I subscribe to all of your blogs, so I’ll know if you didn’t do it…&#8221;</p>
<p>Oh yeah, the rules part:  Do not talk about meme club&#8230;er.. wait</p>
<ol>
<li>Link your original tagger(s) and list these rules in your post.</li>
<li>Share seven facts about yourself in the post.</li>
<li>Tag seven people at the end of your post by leaving their names and the links to their blogs.</li>
<li>Let them know they’ve been tagged.</li>
</ol>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=e4BrUzmCHFQ:miLsGcYfxUc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=e4BrUzmCHFQ:miLsGcYfxUc:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=e4BrUzmCHFQ:miLsGcYfxUc:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=e4BrUzmCHFQ:miLsGcYfxUc:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=e4BrUzmCHFQ:miLsGcYfxUc:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=e4BrUzmCHFQ:miLsGcYfxUc:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/YouCanImagineWhereItGoesFromHere/~4/e4BrUzmCHFQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kgarner.com/blog/archives/2008/12/31/7-things-you-hate-about-me/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.kgarner.com/blog/archives/2008/12/31/7-things-you-hate-about-me/</feedburner:origLink></item>
		<item>
		<title>I go to 11</title>
		<link>http://feedproxy.google.com/~r/YouCanImagineWhereItGoesFromHere/~3/dWnlFLQgq0s/</link>
		<comments>http://www.kgarner.com/blog/archives/2008/12/13/i-go-to-11/#comments</comments>
		<pubDate>Sat, 13 Dec 2008 21:09:16 +0000</pubDate>
		<dc:creator>Keith Garner</dc:creator>
				<category><![CDATA[Chicago]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[arizona]]></category>
		<category><![CDATA[debbie]]></category>
		<category><![CDATA[evo terra]]></category>
		<category><![CDATA[evo@11]]></category>
		<category><![CDATA[podcast]]></category>
		<category><![CDATA[shiela dee]]></category>
		<category><![CDATA[spellwight]]></category>

		<guid isPermaLink="false">http://www.kgarner.com/blog/?p=635</guid>
		<description><![CDATA[A couple of weeks ago I was in Arizona for work.  As I often do when I find myself in Phoenix, I ended up on a podcast.  This time around it was Evo@11, hosted by noted new media douchbag, Evo Terra.  (Hey, that&#8217;s his twitter description.)  Along with Evo every episode are his wife Shiela [...]]]></description>
			<content:encoded><![CDATA[<p>A couple of weeks ago I was in Arizona for work.  As I often do when I find myself in Phoenix, I ended up on a podcast.  This time around it was <a href="http://evoat11.com/">Evo@11</a>, hosted by noted new media douchbag, <a href="http://http://funanymore.com/">Evo Terra</a>.  (Hey, that&#8217;s his <a href="http://twitter.com/evo_terra">twitter description</a>.)  Along with Evo every episode are his wife <a href="http://twitter.com/shiela_dee">Shiela</a> and sound engineer and <a href="http://www.bowtime.com/">Strongbow</a> drinker <a href="http://spellwight.livejournal.com/">Debbie Walker</a>.  They record at the <a href="http://gangplankhq.com/">Gangplank Studios</a>, which is a really cool place I&#8217;d spend way too much time in if it was pre-marriage and pre-kids and I lived in AZ.</p>
<p>The <a href="http://evoat11.com/2008/12/evoat11-18-mrs-olearys-cow-was-innocent/">episode I was on</a> clocks in at about 25 minutes and I didn&#8217;t make too much of an ass of myself.  A lot of random talk, and a heck of a good time.</p>
<p>After the podcast we went to Sheila and Evo&#8217;s place to continue the conversation and drink a bit more.  Awesome people, awesome hospitality.  Whenever I&#8217;m in AZ again, I&#8217;ll definately try to visit them.  Hopefully they do the same when they are out this way.</p>
<p><a title="Podcasting with Evo" href="http://www.flickr.com/photos/59663349@N00/2965110511/" target="_blank"><img class="alignnone" style="border: 0pt none;" src="http://farm4.static.flickr.com/3245/2965110511_047261fded_t.jpg" border="0" alt="Podcasting with Evo" width="100" height="75" /></a><br />
<small><a title="Attribution-NonCommercial-NoDerivs License" href="http://creativecommons.org/licenses/by-nc-nd/2.0/" target="_blank"><img src="http://www.kgarner.com/blog/wp-content/plugins/photo-dropper/images/cc.png" border="0" alt="Creative Commons License" width="16" height="16" align="absmiddle" /></a> <a href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a title="CC Chapman" href="http://www.flickr.com/photos/59663349@N00/2965110511/" target="_blank">CC Chapman</a></small></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=dWnlFLQgq0s:dgu5CLxfrZU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=dWnlFLQgq0s:dgu5CLxfrZU:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=dWnlFLQgq0s:dgu5CLxfrZU:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=dWnlFLQgq0s:dgu5CLxfrZU:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=dWnlFLQgq0s:dgu5CLxfrZU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=dWnlFLQgq0s:dgu5CLxfrZU:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/YouCanImagineWhereItGoesFromHere/~4/dWnlFLQgq0s" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kgarner.com/blog/archives/2008/12/13/i-go-to-11/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.kgarner.com/blog/archives/2008/12/13/i-go-to-11/</feedburner:origLink></item>
		<item>
		<title>Beer of the day: Hurricane Reef Raspberry Wheat Ale</title>
		<link>http://feedproxy.google.com/~r/YouCanImagineWhereItGoesFromHere/~3/9hGswtQtzfE/</link>
		<comments>http://www.kgarner.com/blog/archives/2008/11/12/beer-of-the-day-hurricane-reef-raspberry-wheat-ale/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 16:58:21 +0000</pubDate>
		<dc:creator>Keith Garner</dc:creator>
				<category><![CDATA[Beer]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[____ of the day/week]]></category>
		<category><![CDATA[florida]]></category>
		<category><![CDATA[raspberry wheat]]></category>

		<guid isPermaLink="false">http://www.kgarner.com/blog/?p=628</guid>
		<description><![CDATA[I&#8217;ve been sending a few days with my snowbird grandparents getting their DSL, etc set up.  While at the store I wanted to get a lighter drink that is good for warmth.
I ended up picking Hurrican Reef Raspberry Wheat Ale form the Florida Beer Company.  Its pretty good, I&#8217;d drink more of it especially in [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been sending a few days with my snowbird grandparents getting their DSL, etc set up.  While at the store I wanted to get a lighter drink that is good for warmth.</p>
<p>I ended up picking Hurrican Reef Raspberry Wheat Ale form the Florida Beer Company.  Its pretty good, I&#8217;d drink more of it especially in warmer weather.  It reminded me a bit of Sam Adam&#8217;s Cherry Wheat, but less sweet and Raspberry and not Cherry of course.  I think it had to do with the finish pronouncing the flavor of the fruit.</p>
<p><a href="http://www.kgarner.com/blog/wp-content/uploads/2008/11/hurrican_reef.jpg"><img class="alignnone size-medium wp-image-629" title="hurrican_reef" src="http://www.kgarner.com/blog/wp-content/uploads/2008/11/hurrican_reef-89x300.jpg" alt="" width="89" height="300" /></a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=9hGswtQtzfE:d4WMRJlfqlU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=9hGswtQtzfE:d4WMRJlfqlU:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=9hGswtQtzfE:d4WMRJlfqlU:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=9hGswtQtzfE:d4WMRJlfqlU:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=9hGswtQtzfE:d4WMRJlfqlU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=9hGswtQtzfE:d4WMRJlfqlU:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/YouCanImagineWhereItGoesFromHere/~4/9hGswtQtzfE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kgarner.com/blog/archives/2008/11/12/beer-of-the-day-hurricane-reef-raspberry-wheat-ale/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.kgarner.com/blog/archives/2008/11/12/beer-of-the-day-hurricane-reef-raspberry-wheat-ale/</feedburner:origLink></item>
		<item>
		<title>Why even bother?</title>
		<link>http://feedproxy.google.com/~r/YouCanImagineWhereItGoesFromHere/~3/t_ZidqAIRLU/</link>
		<comments>http://www.kgarner.com/blog/archives/2008/11/09/why-even-bother/#comments</comments>
		<pubDate>Sun, 09 Nov 2008 14:51:26 +0000</pubDate>
		<dc:creator>Keith Garner</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[sd card]]></category>

		<guid isPermaLink="false">http://www.kgarner.com/blog/?p=624</guid>
		<description><![CDATA[Heather pointed me at a SD card that looks pretty sweet.  While the card is cool, I don&#8217;t think Amazon had to hide the fact that I&#8217;d only save .99&#8230;

]]></description>
			<content:encoded><![CDATA[<p>Heather pointed me at a SD card that looks pretty sweet.  While the card is cool, I don&#8217;t think Amazon had to hide the fact that I&#8217;d only save .99&#8230;</p>
<p><img class="alignnone size-full wp-image-625" style="border: 5px solid black;" title="whyevenbother" src="http://www.kgarner.com/blog/wp-content/uploads/2008/11/whyevenbother.png" alt="" width="500" height="268" /></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=t_ZidqAIRLU:RTI6hnV35_s:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=t_ZidqAIRLU:RTI6hnV35_s:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=t_ZidqAIRLU:RTI6hnV35_s:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=t_ZidqAIRLU:RTI6hnV35_s:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=t_ZidqAIRLU:RTI6hnV35_s:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=t_ZidqAIRLU:RTI6hnV35_s:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/YouCanImagineWhereItGoesFromHere/~4/t_ZidqAIRLU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kgarner.com/blog/archives/2008/11/09/why-even-bother/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.kgarner.com/blog/archives/2008/11/09/why-even-bother/</feedburner:origLink></item>
		<item>
		<title>Picking on American Macrobrews: You’re doing it pretty well…</title>
		<link>http://feedproxy.google.com/~r/YouCanImagineWhereItGoesFromHere/~3/icDVdxYqNfQ/</link>
		<comments>http://www.kgarner.com/blog/archives/2008/11/08/picking-on-american-macrobrews-youre-doing-it-pretty-well/#comments</comments>
		<pubDate>Sat, 08 Nov 2008 06:18:09 +0000</pubDate>
		<dc:creator>Keith Garner</dc:creator>
				<category><![CDATA[Bars]]></category>
		<category><![CDATA[Beer]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[piss]]></category>
		<category><![CDATA[pubs]]></category>

		<guid isPermaLink="false">http://www.kgarner.com/blog/?p=615</guid>
		<description><![CDATA[This evening Evo Terra and I got a chance to have some converstaion and beer at the Orlando Brewing company (on the suggestion of Charlie the Beer Guy.)  It was a bit dicey looking from the outside, but inside it was filled with awesome from the beer to the wait staff.
The beer was excellent and [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.kgarner.com/blog/wp-content/uploads/2008/11/orlandobrewing.jpg"><img class="size-medium wp-image-619 alignright" title="Orlando Brewing" src="http://www.kgarner.com/blog/wp-content/uploads/2008/11/orlandobrewing-300x135.jpg" alt="" width="300" height="135" /></a>This evening <a href="http://funanymore.com/">Evo Terra</a> and I got a chance to have some converstaion and beer at the <a href="http://www.orlandobrewing.com/">Orlando Brewing</a> company (on the suggestion of <a href="http://www.speakingofbeer.com/">Charlie the Beer Guy</a>.)  It was a bit dicey looking from the outside, but inside it was filled with awesome from the beer to the wait staff.</p>
<p>The beer was excellent and I highly recommend a visit.  Just don&#8217;t be too scared off by the exterier and neighborhood.</p>
<p>One of the parts of the beer that really warmed my heart was the handle on one of the urinals.  It really showed what I feel to be the true hard of good old American macrobrew light beer&#8230;  See for yourself&#8230;</p>
<p><a href="http://www.kgarner.com/blog/wp-content/uploads/2008/11/budlightpiss.jpg"><img class="alignnone size-medium wp-image-618" title="budlightpiss" src="http://www.kgarner.com/blog/wp-content/uploads/2008/11/budlightpiss-225x300.jpg" alt="" width="225" height="300" /></a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=icDVdxYqNfQ:WVX0kQqQ8g4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=icDVdxYqNfQ:WVX0kQqQ8g4:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=icDVdxYqNfQ:WVX0kQqQ8g4:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=icDVdxYqNfQ:WVX0kQqQ8g4:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=icDVdxYqNfQ:WVX0kQqQ8g4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=icDVdxYqNfQ:WVX0kQqQ8g4:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/YouCanImagineWhereItGoesFromHere/~4/icDVdxYqNfQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kgarner.com/blog/archives/2008/11/08/picking-on-american-macrobrews-youre-doing-it-pretty-well/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.kgarner.com/blog/archives/2008/11/08/picking-on-american-macrobrews-youre-doing-it-pretty-well/</feedburner:origLink></item>
		<item>
		<title>This is an example of…</title>
		<link>http://feedproxy.google.com/~r/YouCanImagineWhereItGoesFromHere/~3/nZOrP5FuNa0/</link>
		<comments>http://www.kgarner.com/blog/archives/2008/11/06/this-is-an-example-of/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 22:44:13 +0000</pubDate>
		<dc:creator>Keith Garner</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.kgarner.com/blog/archives/2008/11/06/this-is-an-example-of/</guid>
		<description><![CDATA[This is an example of blogging using Jott. I&#8217;ve plan the showbiz at the session on Monday. listen
Powered by Jott
]]></description>
			<content:encoded><![CDATA[<p>This is an example of blogging using Jott. I&#8217;ve plan the showbiz at the session on Monday. <a href="http://www.jott.com/show.aspx?id=d5c13622-51bb-49fb-b3af-f9f220a58a7b" target="_blank">listen</a></p>
<p>Powered by <a href="http://jott.com" target="_blank">Jott</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=nZOrP5FuNa0:4uSNPfnygg4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=nZOrP5FuNa0:4uSNPfnygg4:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=nZOrP5FuNa0:4uSNPfnygg4:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=nZOrP5FuNa0:4uSNPfnygg4:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=nZOrP5FuNa0:4uSNPfnygg4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=nZOrP5FuNa0:4uSNPfnygg4:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/YouCanImagineWhereItGoesFromHere/~4/nZOrP5FuNa0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kgarner.com/blog/archives/2008/11/06/this-is-an-example-of/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.kgarner.com/blog/archives/2008/11/06/this-is-an-example-of/</feedburner:origLink></item>
		<item>
		<title>I love the speed of the internets</title>
		<link>http://feedproxy.google.com/~r/YouCanImagineWhereItGoesFromHere/~3/o0VC4hClmGM/</link>
		<comments>http://www.kgarner.com/blog/archives/2008/11/04/i-love-the-speed-of-the-internets/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 04:31:22 +0000</pubDate>
		<dc:creator>Keith Garner</dc:creator>
				<category><![CDATA[Politics]]></category>
		<category><![CDATA[Obama]]></category>
		<category><![CDATA[president]]></category>

		<guid isPermaLink="false">http://www.kgarner.com/blog/?p=612</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><a href="http://punditkitchen.com/2008/11/04/political-pictures-barack-obama-president/"><img class="alignnone" title="President: Now Available in Black" src="http://punditkitchen.files.wordpress.com/2008/11/political-pictures-barack-obama-president.jpg" alt="" width="463" height="421" /></a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=o0VC4hClmGM:n7PR-EQV1Y0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=o0VC4hClmGM:n7PR-EQV1Y0:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=o0VC4hClmGM:n7PR-EQV1Y0:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=o0VC4hClmGM:n7PR-EQV1Y0:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=o0VC4hClmGM:n7PR-EQV1Y0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=o0VC4hClmGM:n7PR-EQV1Y0:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/YouCanImagineWhereItGoesFromHere/~4/o0VC4hClmGM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kgarner.com/blog/archives/2008/11/04/i-love-the-speed-of-the-internets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.kgarner.com/blog/archives/2008/11/04/i-love-the-speed-of-the-internets/</feedburner:origLink></item>
		<item>
		<title>Where have you been?</title>
		<link>http://feedproxy.google.com/~r/YouCanImagineWhereItGoesFromHere/~3/jkLj4NGYy4I/</link>
		<comments>http://www.kgarner.com/blog/archives/2008/10/30/where-have-you-been/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 18:39:21 +0000</pubDate>
		<dc:creator>Keith Garner</dc:creator>
				<category><![CDATA[Cool]]></category>
		<category><![CDATA[states]]></category>
		<category><![CDATA[travel]]></category>

		<guid isPermaLink="false">http://www.kgarner.com/blog/?p=610</guid>
		<description><![CDATA[Heather found this and put it on her blog, its kinda fun.  Between personal and work travel, I&#8217;ve covered a lot of ground.  However, I have some really weird holes&#8230;

visited 32 states (64%)
Create your own visited map of The United States
]]></description>
			<content:encoded><![CDATA[<p>Heather found this and put it on her blog, its kinda fun.  Between personal and work travel, I&#8217;ve covered a lot of ground.  However, I have some really weird holes&#8230;</p>
<p><img src="http://chart.apis.google.com/chart?cht=t&amp;chs=440x220&amp;chtm=usa&amp;chf=bg,s,336699&amp;chco=cc0000&amp;chd=s:99999999999999999999999999999999&amp;chld=ILCAFLKYNHNCSDWIAKCOGAINLAMIMTNJNYNVMSTNVAAZIAWAOHUTWYMOPAMNNEKS" alt="" width="440" height="220" /><br />
visited 32 states (64%)<br />
<a href="http://douweosinga.com/projects/visited?region=usa">Create your own visited map of The United States</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=jkLj4NGYy4I:1494gHO_QTo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=jkLj4NGYy4I:1494gHO_QTo:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=jkLj4NGYy4I:1494gHO_QTo:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=jkLj4NGYy4I:1494gHO_QTo:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=jkLj4NGYy4I:1494gHO_QTo:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=jkLj4NGYy4I:1494gHO_QTo:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/YouCanImagineWhereItGoesFromHere/~4/jkLj4NGYy4I" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kgarner.com/blog/archives/2008/10/30/where-have-you-been/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.kgarner.com/blog/archives/2008/10/30/where-have-you-been/</feedburner:origLink></item>
		<item>
		<title>This makes me feel kinda tingly…</title>
		<link>http://feedproxy.google.com/~r/YouCanImagineWhereItGoesFromHere/~3/lA-Ldgi9BVw/</link>
		<comments>http://www.kgarner.com/blog/archives/2008/10/29/this-makes-me-feel-kinda-tingly/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 17:18:53 +0000</pubDate>
		<dc:creator>Keith Garner</dc:creator>
				<category><![CDATA[Comics]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[Video games]]></category>
		<category><![CDATA[DC]]></category>
		<category><![CDATA[MORTAL KOMBAT]]></category>

		<guid isPermaLink="false">http://www.kgarner.com/blog/?p=608</guid>
		<description><![CDATA[I&#8217;m so glad I just bought the PS3.

]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m so glad I just bought the PS3.</p>
<p><object id="player447295" name="player447295" type="application/x-shockwave-flash" width="640" height="400" data="http://www.comicbookresources.com/VIEW/CBRPlayer.swf"><param name="movie" value="http://www.comicbookresources.com/VIEW/CBRPlayer.swf" /><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><param name="wmode" value="transparent" /><param name="flashvars" value="asterpix=%7B%22asterpixPubId%22%3A%221237571%22%2C%22vidId%22%3A%22http%3A//www.comicbookresources.com/%3Fpage%3Dvideo%26show_id%3D29749%22%2C%22vidTitle%22%3A%22Mortal%20Kombat%20VS%20DC%20Universe%20-%20Story%20Trailer%22%2C%22vidDesc%22%3A%22Midway%20has%20released%20an%20all-new%20video%20highlighting%20the%20Mortal%20Kombat%20vs.%20DC%20Universe%20storyline%2C%20providing%20a%20glimpse%20into%20the%20cataclysmic%20events%20that%20caused%20these%20two%20worlds%20to%20collide.%20Players%20can%20choose%20to%20live%20through%20the%20experience%20from%20the%20perspective%20of%20either%20the%20Mortal%20Kombat%20Universe%20or%20the%20DC%20Universe.%20The%20unique%20storyline%20intertwines%20both%20universes%20into%20an%20intensely%20dynamic%20fighting%20adventure.%20Face%20off%20in%20iconic%20areas%20like%20Metropolis%20and%20Gotham%20City%20for%20the%20DC%20Universe%20side%20and%20Hell%20and%20Graveyard%20from%20the%20Mortal%20Kombat%20side%2C%20as%20well%20as%20several%20never-before-seen%20combo%20arenas%20that%20blend%20the%20two%20universes%20together.%20%27Which%20Side%20Will%20You%20Choose%3F%27.%22%2C%22vidTags%22%3A%22%22%2C%22vidFlv%22%3A%22http%3A//serve.castfire.com/video/29749/trailers-ws_2008-10-28-194846.flv%22%2C%22vidThumbnail%22%3A%22http%3A//serve.castfire.com/video/29749/trailers-ws_2008-10-28-194846.jpg%22%7D&#038;config=%7B%22playList%22%3A%5B%7B%22url%22%3A%22http%3A//serve.castfire.com/video/29749/trailers-ws_2008-10-28-194846.jpg%22%2C%22type%22%3A%22jpg%22%2C%22overlay%22%3A%22http%3A//www.comicbookresources.com/assets/images/play_button.png%22%7D%2C%7B%22url%22%3A%22http%3A//serve.castfire.com/video/29749/trailers-ws_2008-10-28-194846.flv%22%7D%5D%2C%22autoBuffering%22%3Afalse%2C%22useHwScaling%22%3Atrue%2C%22initialScale%22%3A%22orig%22%2C%22useNativeFullScreen%22%3Atrue%2C%22controlBarGloss%22%3A%22high%22%2C%22controlBarBackgroundColor%22%3A%220x01018c%22%2C%22bufferBarColor1%22%3A%220xFFD489%22%2C%22bufferBarColor2%22%3A%220xEF9616%22%2C%22progressBarColor1%22%3A%220x960315%22%2C%22progressBarColor2%22%3A%220x960315%22%2C%22progressBarBorderColor1%22%3A%220xFFFFFF%22%2C%22progressBarBorderColor2%22%3A%220xFFFFFF%22%2C%22controlsAreaBorderColor%22%3A%220xEFEFEF%22%2C%22watermarkUrl%22%3A%22http%3A//www.comicbookresources.com/assets/images/cbr_watermark.png%22%2C%22showWatermark%22%3A%22always%22%2C%22watermarkLinkUrl%22%3A%22http%3A//www.comicbookresources.com/video%22%7D" /></object></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=lA-Ldgi9BVw:-mvj8Rcocsg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=lA-Ldgi9BVw:-mvj8Rcocsg:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=lA-Ldgi9BVw:-mvj8Rcocsg:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=lA-Ldgi9BVw:-mvj8Rcocsg:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=lA-Ldgi9BVw:-mvj8Rcocsg:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=lA-Ldgi9BVw:-mvj8Rcocsg:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/YouCanImagineWhereItGoesFromHere/~4/lA-Ldgi9BVw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kgarner.com/blog/archives/2008/10/29/this-makes-me-feel-kinda-tingly/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.kgarner.com/blog/archives/2008/10/29/this-makes-me-feel-kinda-tingly/</feedburner:origLink></item>
		<item>
		<title>Some changes in my work life…</title>
		<link>http://feedproxy.google.com/~r/YouCanImagineWhereItGoesFromHere/~3/hUPqJqsldvw/</link>
		<comments>http://www.kgarner.com/blog/archives/2008/10/28/some-changes-in-my-work-life/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 14:47:04 +0000</pubDate>
		<dc:creator>Keith Garner</dc:creator>
				<category><![CDATA[Omphaloskepsis]]></category>
		<category><![CDATA[job]]></category>
		<category><![CDATA[life change]]></category>
		<category><![CDATA[promotion]]></category>

		<guid isPermaLink="false">http://www.kgarner.com/blog/?p=606</guid>
		<description><![CDATA[I could repost the whole thing here, but its easier if I refer you to CRT&#8217;s blog to read So long, and thanks for all the fish.
]]></description>
			<content:encoded><![CDATA[<p>I could repost the whole thing here, but its easier if I refer you to CRT&#8217;s blog to read <a href="http://blog.realtors.org/crt/2008/10/28/so-long-and-thanks-for-all-the-fish/">So long, and thanks for all the fish</a>.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=hUPqJqsldvw:w9qFIlQx2dM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=hUPqJqsldvw:w9qFIlQx2dM:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=hUPqJqsldvw:w9qFIlQx2dM:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=hUPqJqsldvw:w9qFIlQx2dM:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=hUPqJqsldvw:w9qFIlQx2dM:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=hUPqJqsldvw:w9qFIlQx2dM:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/YouCanImagineWhereItGoesFromHere/~4/hUPqJqsldvw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kgarner.com/blog/archives/2008/10/28/some-changes-in-my-work-life/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.kgarner.com/blog/archives/2008/10/28/some-changes-in-my-work-life/</feedburner:origLink></item>
		<item>
		<title>Check out all my go’ teefuses</title>
		<link>http://feedproxy.google.com/~r/YouCanImagineWhereItGoesFromHere/~3/_1uLcTdjI2o/</link>
		<comments>http://www.kgarner.com/blog/archives/2008/10/27/check-out-all-my-go-teefuses/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 14:54:09 +0000</pubDate>
		<dc:creator>Keith Garner</dc:creator>
				<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Fatherhood]]></category>
		<category><![CDATA[Omphaloskepsis]]></category>
		<category><![CDATA[costume]]></category>
		<category><![CDATA[halloween]]></category>
		<category><![CDATA[pimp]]></category>

		<guid isPermaLink="false">http://www.kgarner.com/blog/?p=602</guid>
		<description><![CDATA[The other day we went to one of those temporary Halloween stores that spring up to get the kids their costumes.  I could go into buying vs. making your own and our lack of time, but that&#8217;s not really the point.
If you look at this image closely, you&#8217;ll see the size for this costume is [...]]]></description>
			<content:encoded><![CDATA[<p>The other day we went to one of those temporary Halloween stores that spring up to get the kids their costumes.  I could go into buying vs. making your own and our lack of time, but that&#8217;s not really the point.</p>
<p>If you look at this image closely, you&#8217;ll see the size for this costume is for 8 to 10 year olds.  And maybe I&#8217;m just become a grumpy old man, but should an 8 to 10 year old really be dressing as a pimp?  Don&#8217;t get me wrong, my pimp hand is strong, but I am not 8 to 10 years old.</p>
<p><a href="http://www.kgarner.com/blog/wp-content/uploads/2008/10/img_0141r.jpg"><img class="alignnone size-medium wp-image-604" title="img_0141r" src="http://www.kgarner.com/blog/wp-content/uploads/2008/10/img_0141r-225x300.jpg" alt="" width="225" height="300" /></a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=_1uLcTdjI2o:lFV0gQK468g:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=_1uLcTdjI2o:lFV0gQK468g:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=_1uLcTdjI2o:lFV0gQK468g:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=_1uLcTdjI2o:lFV0gQK468g:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=_1uLcTdjI2o:lFV0gQK468g:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=_1uLcTdjI2o:lFV0gQK468g:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/YouCanImagineWhereItGoesFromHere/~4/_1uLcTdjI2o" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kgarner.com/blog/archives/2008/10/27/check-out-all-my-go-teefuses/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.kgarner.com/blog/archives/2008/10/27/check-out-all-my-go-teefuses/</feedburner:origLink></item>
		<item>
		<title>Bow before your king!</title>
		<link>http://feedproxy.google.com/~r/YouCanImagineWhereItGoesFromHere/~3/iRnGvqJe01o/</link>
		<comments>http://www.kgarner.com/blog/archives/2008/10/26/bow-before-your-king/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 23:53:21 +0000</pubDate>
		<dc:creator>Keith Garner</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[____ of the day/week]]></category>
		<category><![CDATA[nerd]]></category>
		<category><![CDATA[tests]]></category>

		<guid isPermaLink="false">http://www.kgarner.com/blog/?p=599</guid>
		<description><![CDATA[Yet another silly test of the day.  Found this one thanks to spellwight.



]]></description>
			<content:encoded><![CDATA[<p>Yet another silly test of the day.  Found this one thanks to <a href="http://spellwight.livejournal.com/541371.html">spellwight</a>.</p>
<p><a href="http://www.nerdtests.com/ft_nt2.php"><br />
<img src="http://www.nerdtests.com/images/badge/nt2/cd8546708dd190f1.jpg" alt="NerdTests.com says I'm a Nerd King.  What are you?  Click here!"><br />
</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=iRnGvqJe01o:wplJVz86oKM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=iRnGvqJe01o:wplJVz86oKM:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=iRnGvqJe01o:wplJVz86oKM:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=iRnGvqJe01o:wplJVz86oKM:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=iRnGvqJe01o:wplJVz86oKM:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=iRnGvqJe01o:wplJVz86oKM:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/YouCanImagineWhereItGoesFromHere/~4/iRnGvqJe01o" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kgarner.com/blog/archives/2008/10/26/bow-before-your-king/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.kgarner.com/blog/archives/2008/10/26/bow-before-your-king/</feedburner:origLink></item>
		<item>
		<title>I’m just trying to be heart healthy</title>
		<link>http://feedproxy.google.com/~r/YouCanImagineWhereItGoesFromHere/~3/9UMVnOSILCk/</link>
		<comments>http://www.kgarner.com/blog/archives/2008/10/25/im-just-trying-to-be-heart-healthy/#comments</comments>
		<pubDate>Sat, 25 Oct 2008 13:15:38 +0000</pubDate>
		<dc:creator>Keith Garner</dc:creator>
				<category><![CDATA[Cool]]></category>
		<category><![CDATA[blood pressure]]></category>
		<category><![CDATA[farts]]></category>

		<guid isPermaLink="false">http://www.kgarner.com/blog/?p=597</guid>
		<description><![CDATA[I always knew I was taking care of business for the right reasons.  Thanks to the scientists behind Stinky farts may help regulate blood pressure for confirming it.
A smelly rotten-egg gas in farts controls blood pressure in mice, a new study finds.
The unpleasant aroma of the gas, called hydrogen sulfide (H2S), can be a little [...]]]></description>
			<content:encoded><![CDATA[<p>I always knew I was taking care of business for the right reasons.  Thanks to the scientists behind <a href="http://www.msnbc.msn.com/id/27343876/">Stinky farts may help regulate blood pressure</a> for confirming it.</p>
<blockquote><p>A smelly rotten-egg gas in farts controls blood pressure in mice, a new study finds.</p>
<p>The unpleasant aroma of the gas, called hydrogen sulfide (H2S), can be a little too familiar, as it is expelled by bacteria living in the human colon and eventually makes its way, well, out.</p>
<p>The new research found that cells lining mice’s blood vessels naturally make the gas and this action can help keep the rodents’ blood pressure low by relaxing the blood vessels to prevent hypertension (high blood pressure). This gas is “no doubt” produced in cells lining human blood vessels too, the researchers said.</p></blockquote>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=9UMVnOSILCk:Onf6eLQ5DjY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=9UMVnOSILCk:Onf6eLQ5DjY:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=9UMVnOSILCk:Onf6eLQ5DjY:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=9UMVnOSILCk:Onf6eLQ5DjY:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=9UMVnOSILCk:Onf6eLQ5DjY:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=9UMVnOSILCk:Onf6eLQ5DjY:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/YouCanImagineWhereItGoesFromHere/~4/9UMVnOSILCk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kgarner.com/blog/archives/2008/10/25/im-just-trying-to-be-heart-healthy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.kgarner.com/blog/archives/2008/10/25/im-just-trying-to-be-heart-healthy/</feedburner:origLink></item>
		<item>
		<title>Guess I know what I’m doing in two weeks…</title>
		<link>http://feedproxy.google.com/~r/YouCanImagineWhereItGoesFromHere/~3/fbG0XSUoUuY/</link>
		<comments>http://www.kgarner.com/blog/archives/2008/10/18/guess-i-know-what-im-doing-in-two-weeks/#comments</comments>
		<pubDate>Sat, 18 Oct 2008 19:17:45 +0000</pubDate>
		<dc:creator>Keith Garner</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.kgarner.com/blog/?p=591</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript" src="http://www.ubuntu.com/files/countdown/display2.js"></script></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=fbG0XSUoUuY:pbZ1fvYTn6U:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=fbG0XSUoUuY:pbZ1fvYTn6U:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=fbG0XSUoUuY:pbZ1fvYTn6U:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=fbG0XSUoUuY:pbZ1fvYTn6U:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=fbG0XSUoUuY:pbZ1fvYTn6U:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=fbG0XSUoUuY:pbZ1fvYTn6U:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/YouCanImagineWhereItGoesFromHere/~4/fbG0XSUoUuY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kgarner.com/blog/archives/2008/10/18/guess-i-know-what-im-doing-in-two-weeks/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://www.kgarner.com/blog/archives/2008/10/18/guess-i-know-what-im-doing-in-two-weeks/</feedburner:origLink></item>
		<item>
		<title>This is unix, I know this</title>
		<link>http://feedproxy.google.com/~r/YouCanImagineWhereItGoesFromHere/~3/laa-NX4oQYY/</link>
		<comments>http://www.kgarner.com/blog/archives/2008/09/29/this-is-unix-i-know-this/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 15:48:47 +0000</pubDate>
		<dc:creator>Keith Garner</dc:creator>
				<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[quiz]]></category>
		<category><![CDATA[time wasting]]></category>
		<category><![CDATA[velociraptor]]></category>

		<guid isPermaLink="false">http://www.kgarner.com/blog/?p=569</guid>
		<description><![CDATA[For today&#8217;s dumb internet quiz of the day&#8230;..
 I could survive for 1 minute, 13 seconds chained to a bunk bed with a velociraptor 
]]></description>
			<content:encoded><![CDATA[<p>For today&#8217;s dumb internet quiz of the day&#8230;..</p>
<p><a style=" background: #000 url(http://www.bunkbeds.net/velociraptor/img/badge.jpg) no-repeat 0 0; display: block; width: 322px; height: 157px; text-align: center; padding-top: 150px; text-decoration: none; font-family: Times New Roman, serif; font-size: 30px; color: #ff9900; " href="http://www.bunkbeds.net/velociraptor/"> <span style="display: none;">I could survive for</span> 1 minute, 13 seconds <span style="display: none;">chained to a bunk bed with a velociraptor</span> </a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=laa-NX4oQYY:xgZSAefgWvc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=laa-NX4oQYY:xgZSAefgWvc:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=laa-NX4oQYY:xgZSAefgWvc:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=laa-NX4oQYY:xgZSAefgWvc:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=laa-NX4oQYY:xgZSAefgWvc:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=laa-NX4oQYY:xgZSAefgWvc:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/YouCanImagineWhereItGoesFromHere/~4/laa-NX4oQYY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kgarner.com/blog/archives/2008/09/29/this-is-unix-i-know-this/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.kgarner.com/blog/archives/2008/09/29/this-is-unix-i-know-this/</feedburner:origLink></item>
		<item>
		<title>Recent readings…</title>
		<link>http://feedproxy.google.com/~r/YouCanImagineWhereItGoesFromHere/~3/MbjdkIG5DJ0/</link>
		<comments>http://www.kgarner.com/blog/archives/2008/09/20/recent-readings/#comments</comments>
		<pubDate>Sat, 20 Sep 2008 19:47:08 +0000</pubDate>
		<dc:creator>Keith Garner</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[reading]]></category>

		<guid isPermaLink="false">http://www.kgarner.com/blog/?p=565</guid>
		<description><![CDATA[ Physics of the Impossible: A Scientific Exploration of the World of Phasers, Force Fields, Teleportation, and Time Travel by Michio Kaku
  
My review

  rating: 4 of 5 starsI became interested in the book after hearing an interview with the author on Slice of SciFi.  Its an easy read and goes into [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.goodreads.com/book/show/1168341.Physics_of_the_Impossible_A_Scientific_Exploration_of_the_World_of_Phasers_Force_Fields_Teleportation_and_Time_Travel?utm_medium=api&amp;utm_source=blog_review" style="float: left; padding-right: 20px"><img alt="Physics of the Impossible: A Scientific Exploration of the World of Phasers, Force Fields, Teleportation, and Time Travel" border="0" src="http://photo.goodreads.com/books/1181589313m/1168341.jpg" /></a> <a href="http://www.goodreads.com/book/show/1168341.Physics_of_the_Impossible_A_Scientific_Exploration_of_the_World_of_Phasers_Force_Fields_Teleportation_and_Time_Travel?utm_medium=api&#038;utm_source=blog_review">Physics of the Impossible: A Scientific Exploration of the World of Phasers, Force Fields, Teleportation, and Time Travel</a> by <a href="http://www.goodreads.com/author/show/18800.Michio_Kaku">Michio Kaku</a><br/><br/><br />
  <a href="http://www.goodreads.com/review/show/33366223?utm_medium=api&#038;utm_source=blog_review"><br />
<h3>My review</h3>
<p></a><br />
  rating: 4 of 5 stars<br/>I became interested in the book after hearing an interview with the author on Slice of SciFi.  Its an easy read and goes into just enough depth on the physics you need to know to discuss why certain science fiction stables are possible and why others are impossible.<br />
<br/><br />
<br/>Fun and educational read.<br />
  <br/><br/><a href="http://www.goodreads.com/review/list/901996?utm_medium=api&#038;utm_source=blog_review">View all my reviews.</a></p>
<p><a href="http://www.goodreads.com/book/show/2855010.Playing_for_Keeps?utm_medium=api&amp;utm_source=blog_review" style="float: left; padding-right: 20px"><img alt="Playing for Keeps" border="0" src="http://photo.goodreads.com/books/1203947166m/2855010.jpg" /></a> <a href="http://www.goodreads.com/book/show/2855010.Playing_for_Keeps?utm_medium=api&#038;utm_source=blog_review">Playing for Keeps</a> by <a href="http://www.goodreads.com/author/show/97284.Mur_Lafferty">Mur Lafferty</a><br/><br/><br />
  <a href="http://www.goodreads.com/review/show/15780647?utm_medium=api&#038;utm_source=blog_review"><br />
<h3>My review</h3>
<p></a><br />
  rating: 4 of 5 stars<br/>I started with the Podcast but ended with the paper edition that was just printed.  A fun read playing with the superhero genre.  The creativity of the &#8220;useless&#8221; powers and their use in the story by the author made this an enjoyable read.<br />
  <br/><br/><a href="http://www.goodreads.com/review/list/901996?utm_medium=api&#038;utm_source=blog_review">View all my reviews.</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=MbjdkIG5DJ0:u1htAPny_7g:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=MbjdkIG5DJ0:u1htAPny_7g:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=MbjdkIG5DJ0:u1htAPny_7g:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=MbjdkIG5DJ0:u1htAPny_7g:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=MbjdkIG5DJ0:u1htAPny_7g:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=MbjdkIG5DJ0:u1htAPny_7g:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/YouCanImagineWhereItGoesFromHere/~4/MbjdkIG5DJ0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kgarner.com/blog/archives/2008/09/20/recent-readings/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.kgarner.com/blog/archives/2008/09/20/recent-readings/</feedburner:origLink></item>
		<item>
		<title>She’s gone. She gave me a pen. I gave her my heart, she gave me a pen.</title>
		<link>http://feedproxy.google.com/~r/YouCanImagineWhereItGoesFromHere/~3/sC7BYKpWj_A/</link>
		<comments>http://www.kgarner.com/blog/archives/2008/09/08/shes-gone-she-gave-me-a-pen-i-gave-her-my-heart-she-gave-me-a-pen/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 16:25:28 +0000</pubDate>
		<dc:creator>Keith Garner</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[cusakian thought]]></category>
		<category><![CDATA[podcasts]]></category>
		<category><![CDATA[say anything]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.kgarner.com/blog/?p=560</guid>
		<description><![CDATA[Evo Terra tweeted the following:
&#8220;If you haven’t been bookmarked, retweeted and blogged, you might as well not have existed.&#8221; &#8211; Will be part of the next Found Things.
Which, for some reason inspired me to parody Lloyd Dobler in Say Anything:
I don&#8217;t want to blog anything, tweet anything, or podcast anything as a career. I don&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://funanymore.com/">Evo Terra</a> tweeted <a href="http://twitter.com/evo_terra/statuses/913991341">the following</a>:</p>
<blockquote><p>&#8220;If you haven’t been bookmarked, retweeted and blogged, you might as well not have existed.&#8221; &#8211; Will be part of the next Found Things.</p></blockquote>
<p>Which, for some reason inspired me to parody Lloyd Dobler in <a href="http://www.imdb.com/title/tt0098258/">Say Anything</a>:</p>
<blockquote><p>I don&#8217;t want to blog anything, tweet anything, or podcast anything as a career. I don&#8217;t want to blog anything tweeted or podcasted, or tweet anything blogged or podcasted, or podcast anything blogged, tweeted, or podcasted, or retweet anything blogged, tweeted, or podcasted. You know, as a career, I don&#8217;t want to do that.</p></blockquote>
<p>[<strong>Update:</strong> <a href="http://funanymore.com/2008/09/08/found-things-youre-nothing-if-youre-not-on-twitter/">Evo explains</a> the origin of his comment.]</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=sC7BYKpWj_A:nnVFmJjzZrI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=sC7BYKpWj_A:nnVFmJjzZrI:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=sC7BYKpWj_A:nnVFmJjzZrI:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=sC7BYKpWj_A:nnVFmJjzZrI:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=sC7BYKpWj_A:nnVFmJjzZrI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=sC7BYKpWj_A:nnVFmJjzZrI:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/YouCanImagineWhereItGoesFromHere/~4/sC7BYKpWj_A" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kgarner.com/blog/archives/2008/09/08/shes-gone-she-gave-me-a-pen-i-gave-her-my-heart-she-gave-me-a-pen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.kgarner.com/blog/archives/2008/09/08/shes-gone-she-gave-me-a-pen-i-gave-her-my-heart-she-gave-me-a-pen/</feedburner:origLink></item>
		<item>
		<title>When geeks grown up and have families.</title>
		<link>http://feedproxy.google.com/~r/YouCanImagineWhereItGoesFromHere/~3/7EY7i_l0vHM/</link>
		<comments>http://www.kgarner.com/blog/archives/2008/09/08/when-geeks-grown-up-and-have-families/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 14:58:20 +0000</pubDate>
		<dc:creator>Keith Garner</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[minivan]]></category>
		<category><![CDATA[transformers]]></category>

		<guid isPermaLink="false">http://www.kgarner.com/blog/?p=556</guid>
		<description><![CDATA[I saw this driving home the other day.

]]></description>
			<content:encoded><![CDATA[<p>I saw this driving home the other day.</p>
<p><a href="http://www.kgarner.com/blog/wp-content/uploads/2008/09/2008_08_12-17_43_47.jpg"><img class="alignnone size-medium wp-image-557" title="2008_08_12-17_43_47" src="http://www.kgarner.com/blog/wp-content/uploads/2008/09/2008_08_12-17_43_47-300x225.jpg" alt="" width="300" height="225" /></a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=7EY7i_l0vHM:WX_nqZmEdXw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=7EY7i_l0vHM:WX_nqZmEdXw:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=7EY7i_l0vHM:WX_nqZmEdXw:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=7EY7i_l0vHM:WX_nqZmEdXw:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=7EY7i_l0vHM:WX_nqZmEdXw:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=7EY7i_l0vHM:WX_nqZmEdXw:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/YouCanImagineWhereItGoesFromHere/~4/7EY7i_l0vHM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kgarner.com/blog/archives/2008/09/08/when-geeks-grown-up-and-have-families/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.kgarner.com/blog/archives/2008/09/08/when-geeks-grown-up-and-have-families/</feedburner:origLink></item>
		<item>
		<title>How Many of You?</title>
		<link>http://feedproxy.google.com/~r/YouCanImagineWhereItGoesFromHere/~3/h7822ToF16U/</link>
		<comments>http://www.kgarner.com/blog/archives/2008/09/03/how-many-of-you/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 17:42:44 +0000</pubDate>
		<dc:creator>Keith Garner</dc:creator>
				<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[family]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[names]]></category>

		<guid isPermaLink="false">http://www.kgarner.com/blog/?p=550</guid>
		<description><![CDATA[The Trib today had a point to the website HowManyOfMe.com.  As far as internet diversions go, this was a good one.



HowManyOfMe.com






There are146 people with my name in the U.S.A.


How many have your name?






HowManyOfMe.com






There are240 people with Sarah&#8217;s name in the U.S.A.









HowManyOfMe.com






There are3 people with Dinah&#8217;s name in the U.S.A.






Dinah&#8217;s the clear winner here.  However, [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://chicagotribune.com/">Trib</a> today had a point to the website <a href="http://howmanyofme.com/">HowManyOfMe.com</a>.  As far as internet diversions go, this was a good one.</p>
<div style="color: #000;">
<table width="350" bgcolor="#FFFFFF" cellpadding="1" border="0" cellspacing="0" style="background-color: white; text-align: center;">
<tr>
<td style="background-color: #0066B3; color: white; font: 16px/1.1 Verdana, Arial, Helvetica, sans-serif;">HowManyOfMe.com</td>
</tr>
<tr>
<td style="border: 1px solid black;">
<table width="100%" bgcolor="#FFFFFF" cellpadding="0" border="0" cellspacing="0" style="background-color: white; text-align: center;">
<tr>
<td width="120" style="padding-top: 2px;"><a href="http://howmanyofme.com" style="text-decoration: none;"><img src="http://extimg.howmanyofme.com/extimages/howmany-logo.png" alt="Logo" width="100" height="100" style="border: 1px black" /></a></td>
<td><span style="font: 16px/1.1 Verdana, Arial, Helvetica, sans-serif; color: #000;">There are<br /><span style="color: red; font-weight: bold;">146</span><br /> people with my name in the U.S.A.</span></td>
</tr>
</table>
<p><a style="color: #0066B3; text-decoration: underline; font: bold 16px/1.8 Verdana, Arial, Helvetica, sans-serif;" href="http://howmanyofme.com">How many have your name?</a></td>
</tr>
</table>
<p></div>
<div style="color: #000;">
<table width="350" bgcolor="#FFFFFF" cellpadding="1" border="0" cellspacing="0" style="background-color: white; text-align: center;">
<tr>
<td style="background-color: #0066B3; color: white; font: 16px/1.1 Verdana, Arial, Helvetica, sans-serif;">HowManyOfMe.com</td>
</tr>
<tr>
<td style="border: 1px solid black;">
<table width="100%" bgcolor="#FFFFFF" cellpadding="0" border="0" cellspacing="0" style="background-color: white; text-align: center;">
<tr>
<td width="120" style="padding-top: 2px;"><a href="http://howmanyofme.com" style="text-decoration: none;"><img src="http://extimg.howmanyofme.com/extimages/howmany-logo.png" alt="Logo" width="100" height="100" style="border: 1px black" /></a></td>
<td><span style="font: 16px/1.1 Verdana, Arial, Helvetica, sans-serif; color: #000;">There are<br /><span style="color: red; font-weight: bold;">240</span><br /> people with Sarah&#8217;s name in the U.S.A.</span></td>
</tr>
</table>
</td>
</tr>
</table>
<p></div>
<div style="color: #000;">
<table width="350" bgcolor="#FFFFFF" cellpadding="1" border="0" cellspacing="0" style="background-color: white; text-align: center;">
<tr>
<td style="background-color: #0066B3; color: white; font: 16px/1.1 Verdana, Arial, Helvetica, sans-serif;">HowManyOfMe.com</td>
</tr>
<tr>
<td style="border: 1px solid black;">
<table width="100%" bgcolor="#FFFFFF" cellpadding="0" border="0" cellspacing="0" style="background-color: white; text-align: center;">
<tr>
<td width="120" style="padding-top: 2px;"><a href="http://howmanyofme.com" style="text-decoration: none;"><img src="http://extimg.howmanyofme.com/extimages/howmany-logo.png" alt="Logo" width="100" height="100" style="border: 1px black" /></a></td>
<td><span style="font: 16px/1.1 Verdana, Arial, Helvetica, sans-serif; color: #000;">There are<br /><span style="color: red; font-weight: bold;">3</span><br /> people with Dinah&#8217;s name in the U.S.A.</span></td>
</tr>
</table>
</td>
</tr>
</table>
<p></div>
<p>Dinah&#8217;s the clear winner here.  However, I was suprised to learn that there are 10,677 people in the U.S. with the first name Dinah.  The last name is what makes her stand out.</p>
<div style="color: #000;">
<table width="350" bgcolor="#FFFFFF" cellpadding="1" border="0" cellspacing="0" style="background-color: white; text-align: center;">
<tr>
<td style="background-color: #0066B3; color: white; font: 16px/1.1 Verdana, Arial, Helvetica, sans-serif;">HowManyOfMe.com</td>
</tr>
<tr>
<td style="border: 1px solid black;">
<table width="100%" bgcolor="#FFFFFF" cellpadding="0" border="0" cellspacing="0" style="background-color: white; text-align: center;">
<tr>
<td width="120" style="padding-top: 2px;"><a href="http://howmanyofme.com" style="text-decoration: none;"><img src="http://extimg.howmanyofme.com/extimages/howmany-logo.png" alt="Logo" width="100" height="100" style="border: 1px black" /></a></td>
<td><span style="font: 16px/1.1 Verdana, Arial, Helvetica, sans-serif; color: #000;">There are<br /><span style="color: red; font-weight: bold;">21</span><br /> people with Evan&#8217;s name in the U.S.A.</span></td>
</tr>
</table>
</td>
</tr>
</table>
<p></div>
<p>I was really shocked that Evan clocked in so low.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=h7822ToF16U:SChLxWow2pw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=h7822ToF16U:SChLxWow2pw:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=h7822ToF16U:SChLxWow2pw:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=h7822ToF16U:SChLxWow2pw:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=h7822ToF16U:SChLxWow2pw:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=h7822ToF16U:SChLxWow2pw:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/YouCanImagineWhereItGoesFromHere/~4/h7822ToF16U" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kgarner.com/blog/archives/2008/09/03/how-many-of-you/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://www.kgarner.com/blog/archives/2008/09/03/how-many-of-you/</feedburner:origLink></item>
		<item>
		<title>Good Samaritans?</title>
		<link>http://feedproxy.google.com/~r/YouCanImagineWhereItGoesFromHere/~3/pi3A_J16PxA/</link>
		<comments>http://www.kgarner.com/blog/archives/2008/09/03/good-samaritans/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 15:47:06 +0000</pubDate>
		<dc:creator>Keith Garner</dc:creator>
				<category><![CDATA[Omphaloskepsis]]></category>
		<category><![CDATA[car]]></category>
		<category><![CDATA[good samaritan]]></category>
		<category><![CDATA[metra]]></category>

		<guid isPermaLink="false">http://www.kgarner.com/blog/?p=548</guid>
		<description><![CDATA[I got off the train to find my Vue not starting.  The car wasn&#8217;t turning over, it feels like a dead battery or something similar.  I called Sarah and she loaded up the kids and headed to the train station to come and give me a jump.  While I was waiting I [...]]]></description>
			<content:encoded><![CDATA[<p>I got off the train to find my Vue not starting.  The car wasn&#8217;t turning over, it feels like a dead battery or something similar.  I called Sarah and she loaded up the kids and headed to the train station to come and give me a jump.  While I was waiting I got the jumper cables out and popped the hood to be ready to rock when the family arrived.</p>
<p>During the time I was waiting with the hood up two other commuter trains  stopped, people unloaded, got in their cars and drove off.  Not one stopped to ask me if I needed some help.  I probably would have decline as Sarah was on the way, but I was still a bit suprised.</p>
<p>Anyway, after having lots of trouble trying to jump the car (the Odyssey didn&#8217;t give enough juice to turn over the Vue?) the kids were starting to freak out, so Sarah and the kids bailed to go get dinner.  I called my mom and she was coming over to help me, or at least schlep me off to buy a new battery.  I left the hood up while waiting for my mom because I wanted to give it one more ago.</p>
<p>While waiting another train stopped.  Again, no one stopped.</p>
<p>Anyway, mom showed up, car got started, NTB replaced the battery, all is good.  Car started again this morning, crisis completed.  But its got me thinking&#8230;</p>
<p>I understand the desire just to go home, how many times have I not stopped to ask someone if they need help?  I&#8217;m not running off to do a transplant surgery or something else time sensitive like that, it&#8217;ll only cost a small bit of time to be a non-crappy human being.  Today, I&#8217;ve mentally committeed to not being that guy anymore.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=pi3A_J16PxA:0JI2hrCkh_Q:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=pi3A_J16PxA:0JI2hrCkh_Q:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=pi3A_J16PxA:0JI2hrCkh_Q:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=pi3A_J16PxA:0JI2hrCkh_Q:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=pi3A_J16PxA:0JI2hrCkh_Q:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=pi3A_J16PxA:0JI2hrCkh_Q:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/YouCanImagineWhereItGoesFromHere/~4/pi3A_J16PxA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kgarner.com/blog/archives/2008/09/03/good-samaritans/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.kgarner.com/blog/archives/2008/09/03/good-samaritans/</feedburner:origLink></item>
		<item>
		<title>The end of an era</title>
		<link>http://feedproxy.google.com/~r/YouCanImagineWhereItGoesFromHere/~3/xzC1XE52LGY/</link>
		<comments>http://www.kgarner.com/blog/archives/2008/08/27/the-end-of-an-era/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 11:39:42 +0000</pubDate>
		<dc:creator>Keith Garner</dc:creator>
				<category><![CDATA[Beer]]></category>
		<category><![CDATA[Chicago]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[metra]]></category>

		<guid isPermaLink="false">http://www.kgarner.com/blog/?p=545</guid>
		<description><![CDATA[I saw this on the morning news on NBC 5 this morning. So I could share it here, I found Metra says so long to its rail saloons in the Trib&#8217;s online edition.
Every weekday at 5:17 p.m., the bar car on Metra&#8217;s Milwaukee District West line becomes the place where everybody knows your name and [...]]]></description>
			<content:encoded><![CDATA[<p>I saw this on the morning news on NBC 5 this morning. So I could share it here, I found <a href="http://www.chicagotribune.com/news/nationworld/chi-metra-barcaraug27,0,6337827.story">Metra says so long to its rail saloons</a> in the Trib&#8217;s online edition.</p>
<blockquote><p>Every weekday at 5:17 p.m., the bar car on <span class="taxInlineTagLink">Metra</span>&#8217;s Milwaukee District West line becomes the place where everybody knows your name and they&#8217;re always glad you came.</p>
<p>With beer and wine cups in hand, a cast of characters that seems straight out of &#8220;Cheers&#8221; tries to make the daily commute home as merry as the sitcom.</p>
<p>&#8220;It&#8217;s happy hour on the rails,&#8221; said Kevin McHone, 40, an information technology engineer from Gilberts and a bar car regular.</p>
<p>But just as every TV show eventually ends its run, this Friday will be last call aboard what Metra officially calls its &#8220;refreshment cars.&#8221;</p></blockquote>
<p>I never took advantage of the bar cars, but I might have to this week before they are gone forever.  I suppose you can still beer up in the station and bring it onboard, but something about buying in the bar car is different.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=xzC1XE52LGY:y52kQsdSy7c:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=xzC1XE52LGY:y52kQsdSy7c:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=xzC1XE52LGY:y52kQsdSy7c:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=xzC1XE52LGY:y52kQsdSy7c:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=xzC1XE52LGY:y52kQsdSy7c:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=xzC1XE52LGY:y52kQsdSy7c:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/YouCanImagineWhereItGoesFromHere/~4/xzC1XE52LGY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kgarner.com/blog/archives/2008/08/27/the-end-of-an-era/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.kgarner.com/blog/archives/2008/08/27/the-end-of-an-era/</feedburner:origLink></item>
		<item>
		<title>Buddy Guy: Legend</title>
		<link>http://feedproxy.google.com/~r/YouCanImagineWhereItGoesFromHere/~3/Dsu5cMK1adM/</link>
		<comments>http://www.kgarner.com/blog/archives/2008/08/19/buddy-guy-legend/#comments</comments>
		<pubDate>Tue, 19 Aug 2008 14:22:29 +0000</pubDate>
		<dc:creator>Keith Garner</dc:creator>
				<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[blues]]></category>
		<category><![CDATA[buddy guy]]></category>

		<guid isPermaLink="false">http://www.kgarner.com/blog/?p=539</guid>
		<description><![CDATA[Before college I always respected the blues but never really got into it.  Even now, I think my appriciation is bigger than my blues collection.  (Although, just turning on the Blues Music Choice channel on cable often fills a need as well.)  That being said, thanks to my friend Jon and the old Blind Pig [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://en.wikipedia.org/wiki/Buddy_Guy"><img class="alignright" src="http://upload.wikimedia.org/wikipedia/commons/thumb/2/2e/BuddyGuyCrossroads2007.jpg/220px-BuddyGuyCrossroads2007.jpg" alt="" width="220" height="283" /></a>Before college I always respected the blues but never really got into it.  Even now, I think my appriciation is bigger than my blues collection.  (Although, just turning on the Blues Music Choice channel on cable often fills a need as well.)  That being said, thanks to my friend Jon and the old Blind Pig in Urbana, while at college and afterwards my exposure went way up.  At various venues I&#8217;ve been lucky enough to see live performances by the late <a href="http://en.wikipedia.org/wiki/Junior_Wells">Junior Wells</a>, the late <a href="http://en.wikipedia.org/wiki/John_Lee_Hooker">John Lee Hooker</a>, <a href="http://en.wikipedia.org/wiki/James_Cotton">James Cotton</a>, <a href="http://en.wikipedia.org/wiki/BB_King">BB King</a>, and <a href="http://en.wikipedia.org/wiki/Eric_Clapton">Eric Clapton</a> among others.</p>
<p>Of course, living around Chicago for most of my life seeing <a href="http://en.wikipedia.org/wiki/Buddy_Guy">Buddy Guy</a> is almost a requirement.  I&#8217;ve seem him at <a href="http://buddyguys.com/">his place</a> at least twice, and I keep meaning to make it more.  In the Tribune today was <a href="http://www.chicagotribune.com/features/lifestyle/chi-yahoo-0819aug19,0,6594041.story">Buddy Guy helps Yahoo! music make its mark</a> talking about Guy&#8217;s concert as part of a Yahoo! Music series.  In the article they talked about what Guy brought to the show such as walking around and interacting with the crowd as he plays.  This should be no surpise to anyone who&#8217;s seen him perform.</p>
<p>What spured me into writing a blog post was the last paragraph of the article.  For me, it really is a perfect example of what I think every passionate musician feels about his craft.  Really, I think it can be expanded to fit every person who is passtionate about whatever craft they do.</p>
<blockquote><p>When Guy was asked to cite the best solo he&#8217;d ever played, he turned the question back on the fan: &#8220;What&#8217;s the best love affair you ever had?&#8221;</p></blockquote>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=Dsu5cMK1adM:JWZROrPsYV0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=Dsu5cMK1adM:JWZROrPsYV0:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=Dsu5cMK1adM:JWZROrPsYV0:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=Dsu5cMK1adM:JWZROrPsYV0:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=Dsu5cMK1adM:JWZROrPsYV0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=Dsu5cMK1adM:JWZROrPsYV0:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/YouCanImagineWhereItGoesFromHere/~4/Dsu5cMK1adM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kgarner.com/blog/archives/2008/08/19/buddy-guy-legend/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.kgarner.com/blog/archives/2008/08/19/buddy-guy-legend/</feedburner:origLink></item>
		<item>
		<title>Truth in comics</title>
		<link>http://feedproxy.google.com/~r/YouCanImagineWhereItGoesFromHere/~3/-KMAj6Kh-PM/</link>
		<comments>http://www.kgarner.com/blog/archives/2008/07/30/truth-in-comics/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 14:48:49 +0000</pubDate>
		<dc:creator>Keith Garner</dc:creator>
				<category><![CDATA[Comics]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[xkcd]]></category>

		<guid isPermaLink="false">http://www.kgarner.com/blog/?p=537</guid>
		<description><![CDATA[I love xkcd and its geeky geeky ways.  It often captures things I&#8217;ve lived and/or seen.  Today&#8217;s is one I have lived and seen lived.

This reminds me of a post on usenet my friend Anne made in 1998.  To quote:
So I am left not bitter just tired of this whole meeting people, emotional ties, finding [...]]]></description>
			<content:encoded><![CDATA[<p>I love <a href="http://xkcd.com/">xkcd</a> and its geeky geeky ways.  It often captures things I&#8217;ve lived and/or seen.  Today&#8217;s is one I have lived and seen lived.</p>
<p><a href="http://xkcd.com/456/"><img class="alignnone" title="This really is a true story, and she doesnt know I put it in my comic because her wifi hasnt worked for weeks." src="http://imgs.xkcd.com/comics/cautionary.png" alt="" width="665" height="277" /></a></p>
<p>This reminds me of a <a href="http://www.kgarner.com/Linux/annes_post.html">post on usenet my friend Anne made in 1998</a>.  To quote:</p>
<blockquote><p>So I am left not bitter just tired of this whole meeting people, emotional ties, finding a compatible person and then having them yank away.</p>
<p>It is just an emptiness right now.</p>
<p>From what I have observed from my male friends, though, this is exactly the climate required to learn Linux. Without a full and happy lovelife or distraction of soft lips and a reason to kiss them, there is enough room to grasp the intricacies and nuances of such a fine operating system.</p>
<p>It has already begun to happen. As I walk down the street I am not thinking of emptiness, kising, nathan or any other previous SO&#8217;s, I am thinking of penguins, rm -rf / and lilo.</p>
<p>I am already convinved that linux will dull the pain better than heroin.</p></blockquote>
<p>I still loves me some linux hardcore, though.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=-KMAj6Kh-PM:bpyC2SkylqU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=-KMAj6Kh-PM:bpyC2SkylqU:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=-KMAj6Kh-PM:bpyC2SkylqU:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=-KMAj6Kh-PM:bpyC2SkylqU:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=-KMAj6Kh-PM:bpyC2SkylqU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=-KMAj6Kh-PM:bpyC2SkylqU:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/YouCanImagineWhereItGoesFromHere/~4/-KMAj6Kh-PM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kgarner.com/blog/archives/2008/07/30/truth-in-comics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.kgarner.com/blog/archives/2008/07/30/truth-in-comics/</feedburner:origLink></item>
		<item>
		<title>Wordpress for iPhone</title>
		<link>http://feedproxy.google.com/~r/YouCanImagineWhereItGoesFromHere/~3/ijNRCVMRWjI/</link>
		<comments>http://www.kgarner.com/blog/archives/2008/07/22/wordpress-for-iphone/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 13:50:26 +0000</pubDate>
		<dc:creator>Keith Garner</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[____ of the day/week]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[cat]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.kgarner.com/blog/archives/2008/07/22/wordpress-for-iphone/</guid>
		<description><![CDATA[I noticed that the Wordpress for iPhone native blogging app appeared in the iTunes store last night.  This is me giving it a try.
I don&#8217;t think i&#8217;ll bang out long posts this way, but you might see lots of smallish stuff since it&#8217;ll be so easy to add.  Especially some on the fly [...]]]></description>
			<content:encoded><![CDATA[<p>I noticed that the Wordpress for iPhone native blogging app appeared in the iTunes store last night.  This is me giving it a try.</p>
<p>I don&#8217;t think i&#8217;ll bang out long posts this way, but you might see lots of smallish stuff since it&#8217;ll be so easy to add.  Especially some on the fly photo blogging.  Heck, it might replace my use of Twitter for some  thoughts.  Especially those thoughts over 140 characters.</p>
<p>As and added bonus, here&#8217;s Vik&#8217;s cat, Inky.</p>
<p><a href="http://www.kgarner.com/blog/wp-content/uploads/2008/07/p-640-480-2fc6a083-558c-4225-acdd-0cbf019f813b.jpeg"><img class="alignnone size-full wp-image-364" src="http://www.kgarner.com/blog/wp-content/uploads/2008/07/p-640-480-2fc6a083-558c-4225-acdd-0cbf019f813b.jpeg" alt="photo" width="225" height="300" /></a></p>
<p>[<strong>non iPhone Update</strong>:  Looks like Declan had the same idea <a href="http://www.declan.net/2008/07/22/iphone-wordpress-app/">on his blog</a>.]</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=ijNRCVMRWjI:j37vO8_NPec:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=ijNRCVMRWjI:j37vO8_NPec:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=ijNRCVMRWjI:j37vO8_NPec:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=ijNRCVMRWjI:j37vO8_NPec:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=ijNRCVMRWjI:j37vO8_NPec:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=ijNRCVMRWjI:j37vO8_NPec:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/YouCanImagineWhereItGoesFromHere/~4/ijNRCVMRWjI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kgarner.com/blog/archives/2008/07/22/wordpress-for-iphone/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.kgarner.com/blog/archives/2008/07/22/wordpress-for-iphone/</feedburner:origLink></item>
		<item>
		<title>Wow, I found the end of the internet</title>
		<link>http://feedproxy.google.com/~r/YouCanImagineWhereItGoesFromHere/~3/RYUD0Bz0EbI/</link>
		<comments>http://www.kgarner.com/blog/archives/2008/07/19/wow-i-found-the-end-of-the-internet/#comments</comments>
		<pubDate>Sun, 20 Jul 2008 03:18:31 +0000</pubDate>
		<dc:creator>Keith Garner</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Omphaloskepsis]]></category>
		<category><![CDATA[awesomeness]]></category>

		<guid isPermaLink="false">http://www.kgarner.com/blog/?p=525</guid>
		<description><![CDATA[I just did a web search for the exact phrases &#8220;severe awesomeness watch&#8221; and &#8220;severe awesomeness warning.&#8221;  In each case, google did not have a match for the quoted phrase.
I hearby claim those are my catch phrases!  Until I come up with something else new and lame.
]]></description>
			<content:encoded><![CDATA[<p>I just did a web search for the exact phrases &#8220;severe awesomeness watch&#8221; and &#8220;severe awesomeness warning.&#8221;  In each case, google did not have a match for the quoted phrase.</p>
<p>I hearby claim those are my catch phrases!  Until I come up with something else new and lame.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=RYUD0Bz0EbI:t5OYaWWA2Pc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=RYUD0Bz0EbI:t5OYaWWA2Pc:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=RYUD0Bz0EbI:t5OYaWWA2Pc:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=RYUD0Bz0EbI:t5OYaWWA2Pc:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=RYUD0Bz0EbI:t5OYaWWA2Pc:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=RYUD0Bz0EbI:t5OYaWWA2Pc:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/YouCanImagineWhereItGoesFromHere/~4/RYUD0Bz0EbI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kgarner.com/blog/archives/2008/07/19/wow-i-found-the-end-of-the-internet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.kgarner.com/blog/archives/2008/07/19/wow-i-found-the-end-of-the-internet/</feedburner:origLink></item>
		<item>
		<title>MORTAL KOMBAT!!!  vs.  DC?</title>
		<link>http://feedproxy.google.com/~r/YouCanImagineWhereItGoesFromHere/~3/bf4djyAOaXY/</link>
		<comments>http://www.kgarner.com/blog/archives/2008/07/17/mortal-kombat-vs-dc/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 20:27:47 +0000</pubDate>
		<dc:creator>Keith Garner</dc:creator>
				<category><![CDATA[Comics]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[Video games]]></category>
		<category><![CDATA[Batman]]></category>
		<category><![CDATA[DC]]></category>
		<category><![CDATA[MORTAL KOMBAT]]></category>

		<guid isPermaLink="false">http://www.kgarner.com/blog/?p=507</guid>
		<description><![CDATA[Thanks to Comic Book Resources, I just learned of the in-development game of Mortal Kombat vs. DC.  I have watched the trailer and a few other videos.  This is either going to be the best game ever (for a DC comics dorks like myself) or the worst thing created by man.  There is no middle [...]]]></description>
			<content:encoded><![CDATA[<p>Thanks to <a href="http://www.comicbookresources.com/?page=article&amp;id=17270">Comic Book Resources</a>, I just learned of the in-development game of Mortal Kombat vs. DC.  I have watched the trailer and a few other videos.  This is either going to be the best game ever (for a DC comics dorks like myself) or the worst thing created by man.  There is no middle ground here.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="392" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="id" value="gtembed" /><param name="allowScriptAccess" value="sameDomain" /><param name="allowFullScreen" value="true" /><param name="quality" value="high" /><param name="src" value="http://www.gametrailers.com/remote_wrap.php?mid=32977" /><embed id="gtembed" type="application/x-shockwave-flash" width="480" height="392" src="http://www.gametrailers.com/remote_wrap.php?mid=32977" quality="high" allowfullscreen="true" allowscriptaccess="sameDomain"></embed></object></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=bf4djyAOaXY:qfrkqAAgXdc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=bf4djyAOaXY:qfrkqAAgXdc:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=bf4djyAOaXY:qfrkqAAgXdc:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=bf4djyAOaXY:qfrkqAAgXdc:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=bf4djyAOaXY:qfrkqAAgXdc:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=bf4djyAOaXY:qfrkqAAgXdc:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/YouCanImagineWhereItGoesFromHere/~4/bf4djyAOaXY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kgarner.com/blog/archives/2008/07/17/mortal-kombat-vs-dc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.kgarner.com/blog/archives/2008/07/17/mortal-kombat-vs-dc/</feedburner:origLink></item>
		<item>
		<title>Unnatural love</title>
		<link>http://feedproxy.google.com/~r/YouCanImagineWhereItGoesFromHere/~3/B7MmTxHFFmU/</link>
		<comments>http://www.kgarner.com/blog/archives/2008/07/17/unnatural-love/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 18:22:29 +0000</pubDate>
		<dc:creator>Keith Garner</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[slice of scifi]]></category>
		<category><![CDATA[turtle]]></category>

		<guid isPermaLink="false">http://www.kgarner.com/blog/?p=503</guid>
		<description><![CDATA[
Behold the unnatural love between a gnome and a turtle.  Saw this in Walgreen and just had to take a picture.  Probably due to the influence of the Gnome meme happening on the Slice of SciFi voice mail show.
]]></description>
			<content:encoded><![CDATA[<p><a title="Unnatural Love by ktgeek, on Flickr" href="http://www.flickr.com/photos/33003841@N00/2676772121/"><img src="http://farm4.static.flickr.com/3265/2676772121_5afdd2e231.jpg" alt="Unnatural Love" width="375" height="500" /></a></p>
<p>Behold the unnatural love between a gnome and a turtle.  Saw this in Walgreen and just had to take a picture.  Probably due to the influence of the Gnome meme happening on the <a href="http://sliceofscifi.com/">Slice of SciFi</a> voice mail show.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=B7MmTxHFFmU:ljtyth3s4IA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=B7MmTxHFFmU:ljtyth3s4IA:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=B7MmTxHFFmU:ljtyth3s4IA:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=B7MmTxHFFmU:ljtyth3s4IA:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=B7MmTxHFFmU:ljtyth3s4IA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=B7MmTxHFFmU:ljtyth3s4IA:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/YouCanImagineWhereItGoesFromHere/~4/B7MmTxHFFmU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kgarner.com/blog/archives/2008/07/17/unnatural-love/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.kgarner.com/blog/archives/2008/07/17/unnatural-love/</feedburner:origLink></item>
		<item>
		<title>Now you have two problems… again</title>
		<link>http://feedproxy.google.com/~r/YouCanImagineWhereItGoesFromHere/~3/cD2utkups4s/</link>
		<comments>http://www.kgarner.com/blog/archives/2008/07/17/now-you-have-two-problems-again/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 18:14:37 +0000</pubDate>
		<dc:creator>Keith Garner</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Geek Celebs]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.kgarner.com/blog/?p=500</guid>
		<description><![CDATA[Even though I use Twitter, I can appreciate mocking it.
With a tip of a hat to jwz, in response to reading Dr. Horrible&#8217;s twitter feed, Dave said
Some people, when they are having site availability problems, think, &#8216;I know, I&#8217;ll put up status on twitter!&#8217;  Now they have two site availability problems.
And one should not forgot [...]]]></description>
			<content:encoded><![CDATA[<p>Even though I use Twitter, I can appreciate mocking it.</p>
<p>With a tip of a hat to <a href="http://jwz.org/">jwz</a>, in response to reading <a href="http://twitter.com/drhorrible">Dr. Horrible&#8217;s twitter feed</a>, <a href="http://meat.net/">Dave</a> said</p>
<blockquote><p>Some people, when they are having site availability problems, think, &#8216;I know, I&#8217;ll put up status on twitter!&#8217;  Now they have two site availability problems.</p></blockquote>
<p>And one should not forgot Skottie Young&#8217;s <a href="http://skottieyoung.blogspot.com/2008/07/idiocracy.html">post from yesterday</a> on twitter.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=cD2utkups4s:z8uGZyH11Ms:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=cD2utkups4s:z8uGZyH11Ms:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=cD2utkups4s:z8uGZyH11Ms:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=cD2utkups4s:z8uGZyH11Ms:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?a=cD2utkups4s:z8uGZyH11Ms:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/YouCanImagineWhereItGoesFromHere?i=cD2utkups4s:z8uGZyH11Ms:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/YouCanImagineWhereItGoesFromHere/~4/cD2utkups4s" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kgarner.com/blog/archives/2008/07/17/now-you-have-two-problems-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.kgarner.com/blog/archives/2008/07/17/now-you-have-two-problems-again/</feedburner:origLink></item>
	</channel>
</rss>
