<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>rand(Andy Trommer)</title>
	
	<link>http://www.andrewtrommer.com</link>
	<description>Randomness</description>
	<pubDate>Thu, 13 Nov 2008 22:28:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/andytrommer" type="application/rss+xml" /><feedburner:feedFlare href="http://add.my.yahoo.com/rss?url=http%3A%2F%2Ffeeds.feedburner.com%2Fandytrommer" src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif">Subscribe with My Yahoo!</feedburner:feedFlare><feedburner:feedFlare href="http://www.newsgator.com/ngs/subscriber/subext.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2Fandytrommer" src="http://www.newsgator.com/images/ngsub1.gif">Subscribe with NewsGator</feedburner:feedFlare><feedburner:feedFlare href="http://feeds.my.aol.com/add.jsp?url=http%3A%2F%2Ffeeds.feedburner.com%2Fandytrommer" src="http://o.aolcdn.com/favorites.my.aol.com/webmaster/ffclient/webroot/locale/en-US/images/myAOLButtonSmall.gif">Subscribe with My AOL</feedburner:feedFlare><feedburner:feedFlare href="http://www.rojo.com/add-subscription?resource=http%3A%2F%2Ffeeds.feedburner.com%2Fandytrommer" src="http://blog.rojo.com/RojoWideRed.gif">Subscribe with Rojo</feedburner:feedFlare><feedburner:feedFlare href="http://www.bloglines.com/sub/http://feeds.feedburner.com/andytrommer" src="http://www.bloglines.com/images/sub_modern11.gif">Subscribe with Bloglines</feedburner:feedFlare><feedburner:feedFlare href="http://www.netvibes.com/subscribe.php?url=http%3A%2F%2Ffeeds.feedburner.com%2Fandytrommer" src="http://www.netvibes.com/img/add2netvibes.gif">Subscribe with Netvibes</feedburner:feedFlare><feedburner:feedFlare href="http://fusion.google.com/add?feedurl=http%3A%2F%2Ffeeds.feedburner.com%2Fandytrommer" src="http://buttons.googlesyndication.com/fusion/add.gif">Subscribe with Google</feedburner:feedFlare><feedburner:feedFlare href="http://www.pageflakes.com/subscribe.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2Fandytrommer" src="http://www.pageflakes.com/ImageFile.ashx?instanceId=Static_4&amp;fileName=ATP_blu_91x17.gif">Subscribe with Pageflakes</feedburner:feedFlare><item>
		<title>git and Corporate Proxies</title>
		<link>http://feeds.feedburner.com/~r/andytrommer/~3/433738927/</link>
		<comments>http://www.andrewtrommer.com/2008/10/27/git-and-corporate-proxies/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 16:21:50 +0000</pubDate>
		<dc:creator>atrommer</dc:creator>
		
		<category><![CDATA[Tech]]></category>

		<category><![CDATA[dc]]></category>

		<category><![CDATA[eXPlainPMT]]></category>

		<category><![CDATA[git]]></category>

		<category><![CDATA[github]]></category>

		<category><![CDATA[proxy]]></category>

		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://www.andrewtrommer.com/?p=138</guid>
		<description><![CDATA[Recently, the eXPlainPMT project migrated from svn to git, hosted over at github.com.  This gave me a great opportunity to quickly learn git, especially considering that I had commits I wanted to apply.  GitHub is a great service - free OSS hosting, hosted forks, and a really useful visualization that shows the full history of [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, the <a href="http://www.explainpmt.com" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.explainpmt.com');">eXPlainPMT</a> project migrated from svn to git, hosted over at <a href="http://github.com" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/github.com');">github.com</a>.  This gave me a great opportunity to quickly learn git, especially considering that I had commits I wanted to apply.  GitHub is a great service - free OSS hosting, hosted forks, and a really useful visualization that shows the full history of forks with status messages.  The only piece I miss from <a href="http://code.google.com" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/code.google.com');">Google Code</a> (besides a painfully easy SVN setup) is the issue log.  However, they do expose commit hooks which Google didn&#8217;t, so there&#8217;s some integration with other online issue tracking tools.</p>
<p>First, <a href="http://git.or.cz/" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/git.or.cz');">about git</a>.  There are <a href="http://en.wikipedia.org/wiki/Git_(software)" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/en.wikipedia.org');">infinitely better resources</a> to look to on what git is and why it exists.  With that said, I&#8217;ll just quicky say that git rocks for OSS development.  When I was <a href="http://www.andrewtrommer.com/gallery/main.php?g2_itemId=7816" target="_blank">flying back from DC</a>, I giggled like a Miley Cyrus fan when I did my first disconnected commit.  My mind is still trapped in centralized repository thinking, but this has always been my greatest complaint against them: offline commits.  Now it&#8217;s so trivially easy I can&#8217;t go back.  The other wonderful thing is that a checkout of the repository is the whole repo.  That means I can view the full history locally without hitting the server.  It also means that commits back to the parent repository (or a remote push in git-speak) are really quick.  Also, branching is really really cheap.</p>
<p>Now for the ugly: git is horrible in Windows.  I mean, god-awful.  &#8220;But Andy, why would you use Windows? OMG M$ 5uxorz!!!!11111elevendyone&#8221;  Because we have Windows laptops at work, and I need to be able to commit to the project while at work.  Git has a ways to go here to be as simple as SVN to install, and it would be cool to see some IDE integration, although it&#8217;s certainly not a requirement.</p>
<p>When I say it&#8217;s bad, the main reason is that there isn&#8217;t, at this point, a truely native build.  I&#8217;m using <a href="http://code.google.com/p/msysgit/" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/code.google.com');">msysGit </a>and <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.chiark.greenend.org.uk');">PuTTY</a>.  Throw into the mix our corporate proxy at work, and the pain goes up exponentially.  However, it&#8217;s not a lost cause.  Using instructions gathered from a ton of places, I have it up and running.  Finally.</p>
<ol>
<li>Get git!
<ol>
<li><a href="http://github.com/guides/using-git-and-github-for-the-windows-for-newbies" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/github.com');">Follow the steps from github</a> to get the binaries and generate your key</li>
</ol>
</li>
<li>Get PuTTY
<ol>
<li>Go ahead and get the <a href="http://the.earth.li/~sgtatham/putty/latest/x86/putty-0.60-installer.exe" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/the.earth.li');">Windows installer version from here</a>.</li>
</ol>
</li>
<li>Configure PuTTY
<ol>
<li>First, we need to take the private key from step 1 and make it available to PuTTY
<ol>
<li>Open PuTTYgen</li>
<li>Click on Load</li>
<li>Change the &#8220;Files of Type&#8221; dropdown to &#8220;All Files&#8221;</li>
<li>Choose your private key file you created in step 1</li>
<li>Enter your passphrase</li>
<li>Go to File&gt;Save Private Key and put it somewhere safe</li>
</ol>
</li>
<li>Next, we need to set up PuTTY to connect to github (or where ever)
<ol>
<li>Create a new session called &#8220;github.com&#8221; with the host name set to &#8220;github.com&#8221;</li>
<li>Set Connection&gt;Proxy to whatever your corporate proxy settings should be</li>
<li>Ensure that Connection&gt;SSH&gt;Auth has the &#8220;Attempt Authentication using Pageant&#8221; checked</li>
<li>Go back to Session and save the session</li>
<li>Click Open and make sure you get a login prompt.  If you do, close out.  If not, check your proxy settings.</li>
</ol>
</li>
<li>Now we need to give Pageant our key
<ol>
<li>Open Pageant</li>
<li>Click &#8220;Add Key&#8221;, navigate to your new PuTTY private key, and click OK.</li>
<li>Enter your passphrase</li>
</ol>
</li>
</ol>
</li>
<li>Perform a clone
<ol>
<li>Using either Git Bash or Git GUI, clone a public repository from github.com (<a href="http://github.com/explainpmt/explainpmt" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/github.com');">eXPlainPMT</a> is a great place to start!)</li>
<li>If you get errors about an invalid host or invalid passphrase, Pageant can&#8217;t find the session we created in step 3.2</li>
</ol>
</li>
</ol>
<p>Most of these directions are modified from what I found at <a href="http://blog.codeslower.com/2008/8/Using-PuTTY-and-SSL-to-securely-access-GitHub-repositories-via-SSH" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/blog.codeslower.com');">CodeSlower</a> and github guides.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/andytrommer?a=9pF8m"><img src="http://feeds.feedburner.com/~f/andytrommer?i=9pF8m" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=NMG0M"><img src="http://feeds.feedburner.com/~f/andytrommer?i=NMG0M" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=5uKzM"><img src="http://feeds.feedburner.com/~f/andytrommer?i=5uKzM" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=ZHDgM"><img src="http://feeds.feedburner.com/~f/andytrommer?i=ZHDgM" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=whpgM"><img src="http://feeds.feedburner.com/~f/andytrommer?i=whpgM" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/andytrommer/~4/433738927" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.andrewtrommer.com/2008/10/27/git-and-corporate-proxies/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=andytrommer&amp;itemurl=http%3A%2F%2Fwww.andrewtrommer.com%2F2008%2F10%2F27%2Fgit-and-corporate-proxies%2F</feedburner:awareness><feedburner:origLink>http://www.andrewtrommer.com/2008/10/27/git-and-corporate-proxies/</feedburner:origLink></item>
		<item>
		<title>Domo has invaded Target</title>
		<link>http://feeds.feedburner.com/~r/andytrommer/~3/391771146/</link>
		<comments>http://www.andrewtrommer.com/2008/09/13/domo-has-invaded-target/#comments</comments>
		<pubDate>Sat, 13 Sep 2008 19:49:34 +0000</pubDate>
		<dc:creator>atrommer</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.andrewtrommer.com/2008/09/13/domo-has-invaded-target/</guid>
		<description><![CDATA[

Domo has invaded Target, originally uploaded by andytrommer.
 
]]></description>
			<content:encoded><![CDATA[<p><!-- .flickr-photo { border: solid 2px #000000; } .flickr-yourcomment { } .flickr-frame { text-align: left; padding: 3px; } .flickr-caption { font-size: 0.8em; margin-top: 0px; } --></p>
<div class="flickr-frame"><a href="http://www.flickr.com/photos/andytrommer/2854208466/" title="photo sharing" onclick="javascript:pageTracker._trackPageview ('/outbound/www.flickr.com');"><img class="flickr-photo" src="http://farm4.static.flickr.com/3106/2854208466_328f2ccbe3_m.jpg" alt="" /></a></p>
<p><span class="flickr-caption"><a href="http://www.flickr.com/photos/andytrommer/2854208466/" onclick="javascript:pageTracker._trackPageview ('/outbound/www.flickr.com');">Domo has invaded Target</a>, originally uploaded by <a href="http://www.flickr.com/people/andytrommer/" onclick="javascript:pageTracker._trackPageview ('/outbound/www.flickr.com');">andytrommer</a>.</span></div>
<p class="flickr-yourcomment"> </p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/andytrommer?a=RSfjl"><img src="http://feeds.feedburner.com/~f/andytrommer?i=RSfjl" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=bWDOL"><img src="http://feeds.feedburner.com/~f/andytrommer?i=bWDOL" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=zXlmL"><img src="http://feeds.feedburner.com/~f/andytrommer?i=zXlmL" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=g8buL"><img src="http://feeds.feedburner.com/~f/andytrommer?i=g8buL" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=zdXjL"><img src="http://feeds.feedburner.com/~f/andytrommer?i=zdXjL" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/andytrommer/~4/391771146" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.andrewtrommer.com/2008/09/13/domo-has-invaded-target/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=andytrommer&amp;itemurl=http%3A%2F%2Fwww.andrewtrommer.com%2F2008%2F09%2F13%2Fdomo-has-invaded-target%2F</feedburner:awareness><feedburner:origLink>http://www.andrewtrommer.com/2008/09/13/domo-has-invaded-target/</feedburner:origLink></item>
		<item>
		<title>3 (or 4) day weekend</title>
		<link>http://feeds.feedburner.com/~r/andytrommer/~3/380950306/</link>
		<comments>http://www.andrewtrommer.com/2008/09/01/3-or-4-day-weekend/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 01:52:47 +0000</pubDate>
		<dc:creator>atrommer</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[college]]></category>

		<category><![CDATA[macbook]]></category>

		<category><![CDATA[powerbook]]></category>

		<category><![CDATA[weather]]></category>

		<guid isPermaLink="false">http://www.andrewtrommer.com/?p=128</guid>
		<description><![CDATA[Lately, Angela and I have been toying around with the idea of going back to school.  It seems like a good time to do it, but it leads to more questions than we have time to answer - namely, what to get our masters in, and where to do it.
We don&#8217;t have any intention of [...]]]></description>
			<content:encoded><![CDATA[<p>Lately, Angela and I have been toying around with the idea of going back to school.  It seems like a good time to do it, but it leads to more questions than we have time to answer - namely, what to get our masters in, and where to do it.</p>
<p>We don&#8217;t have any intention of moving or changing our work situations, which unfortunately severely limits what programs we can take part in.</p>
<p>At work, we got to <span style="text-decoration: line-through;">skip out</span> have an offsite meeting Friday with a vendor at <a href="http://www.tour18-dallas.com" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.tour18-dallas.com');">Tour 18</a>.  Very nice course, even though I had some healthy challenges getting a small white ball to travel not only in the right direction but with the right distance.</p>
<p><a href="http://iamporcupine.blogspot.com/" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/iamporcupine.blogspot.com');">Cathy</a> came down to join us Saturday, and she&#8217;ll be here for just about 2 weeks.  It&#8217;s always fun having her around.  We went out that evening, and had Ethan and Donald over to our place Sunday night for games and adult beverages.  <a href="http://www.angelaexplainsitall.com/" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.angelaexplainsitall.com');">Angela</a>, of course, <a href="http://www.angelaexplainsitall.com/?p=213" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.angelaexplainsitall.com');">documented the whole affair</a>.</p>
<div class="wp-caption alignright" style="width: 235px"><a href="http://www.andrewtrommer.com/gallery/main.php?g2_itemId=7530" target="_blank"><img title="New and Old together" src="http://www.andrewtrommer.com/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=7532&amp;g2_serialNumber=2" alt="New MacBook and the old PowerBook" width="225" height="169" /></a><p class="wp-caption-text">New MacBook and the old PowerBook</p></div>
<p>I also was a lucky boy and got a new laptop to replace my aging and very broken 12&#8243; Powerbook.  Apple has a back to school special going on so we decided on a new white MacBook.  Nothing fancy, but it&#8217;s such a nice change over the Powerbook.  Just the fact that the battery works (and works well) is a huge improvement, let alone the zippiness.  And just in case anyone is wondering, yes, of course this is a &#8220;family&#8221; laptop.  Why, Angela even has her own account on it (although she has yet to touch it).</p>
<p>Today was a successful exercise in relaxation.  Not so much for those folks in LA with <a href="http://www.stormpulse.com/hurricane-gustav-2008" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.stormpulse.com');">Gustav bearing down</a>.  Looks like we might see some rain later in the week, but nothing like what New Orleans saw.  My Dad pointed me to <a href="http://www.stormpulse.com" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.stormpulse.com');">Storm Pulse</a>, a very functional storm tracking page with a clean UI.</p>
<p>This week promises to be hectic as we&#8217;re doing some transition activities in the team as well as coming up on some major deadlines for deciding the direction of one of the projects I&#8217;m on.  Angela gets to go back to a &#8220;normal&#8221; 8-hour day week AND she gets Friday off.  Hope she manages to survive!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/andytrommer?a=s5qz4l"><img src="http://feeds.feedburner.com/~f/andytrommer?i=s5qz4l" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=7vhtjL"><img src="http://feeds.feedburner.com/~f/andytrommer?i=7vhtjL" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=9e228L"><img src="http://feeds.feedburner.com/~f/andytrommer?i=9e228L" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=rBrysL"><img src="http://feeds.feedburner.com/~f/andytrommer?i=rBrysL" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=iWfdpL"><img src="http://feeds.feedburner.com/~f/andytrommer?i=iWfdpL" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/andytrommer/~4/380950306" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.andrewtrommer.com/2008/09/01/3-or-4-day-weekend/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=andytrommer&amp;itemurl=http%3A%2F%2Fwww.andrewtrommer.com%2F2008%2F09%2F01%2F3-or-4-day-weekend%2F</feedburner:awareness><feedburner:origLink>http://www.andrewtrommer.com/2008/09/01/3-or-4-day-weekend/</feedburner:origLink></item>
		<item>
		<title>AHHHH! I’m afraid of the coffee!</title>
		<link>http://feeds.feedburner.com/~r/andytrommer/~3/378536588/</link>
		<comments>http://www.andrewtrommer.com/2008/08/29/ahhhh-im-afraid-of-the-coffee/#comments</comments>
		<pubDate>Sat, 30 Aug 2008 00:49:30 +0000</pubDate>
		<dc:creator>atrommer</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.andrewtrommer.com/2008/08/29/ahhhh-im-afraid-of-the-coffee/</guid>
		<description><![CDATA[
.flickr-photo { border: solid 2px #000000; }
.flickr-yourcomment { }
.flickr-frame { text-align: left; padding: 3px; }
.flickr-caption { font-size: 0.8em; margin-top: 0px; }


	

	AHHHH! I&#8217;m afraid of the coffee!, originally uploaded by andytrommer.


]]></description>
			<content:encoded><![CDATA[<style type="text/css">
.flickr-photo { border: solid 2px #000000; }
.flickr-yourcomment { }
.flickr-frame { text-align: left; padding: 3px; }
.flickr-caption { font-size: 0.8em; margin-top: 0px; }
</style>
<div class="flickr-frame">
	<a href="http://www.flickr.com/photos/andytrommer/2810106288/" title="photo sharing" onclick="javascript:pageTracker._trackPageview ('/outbound/www.flickr.com');"><img src="http://farm4.static.flickr.com/3068/2810106288_583abdeb19_m.jpg" class="flickr-photo" alt="" /></a><br />
<br />
	<span class="flickr-caption"><a href="http://www.flickr.com/photos/andytrommer/2810106288/" onclick="javascript:pageTracker._trackPageview ('/outbound/www.flickr.com');">AHHHH! I&#8217;m afraid of the coffee!</a>, originally uploaded by <a href="http://www.flickr.com/people/andytrommer/" onclick="javascript:pageTracker._trackPageview ('/outbound/www.flickr.com');">andytrommer</a>.</span>
</div>
<p class="flickr-yourcomment">
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/andytrommer?a=IO4amk"><img src="http://feeds.feedburner.com/~f/andytrommer?i=IO4amk" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=viPuCK"><img src="http://feeds.feedburner.com/~f/andytrommer?i=viPuCK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=kXyoOK"><img src="http://feeds.feedburner.com/~f/andytrommer?i=kXyoOK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=0783xK"><img src="http://feeds.feedburner.com/~f/andytrommer?i=0783xK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=YVExjK"><img src="http://feeds.feedburner.com/~f/andytrommer?i=YVExjK" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/andytrommer/~4/378536588" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.andrewtrommer.com/2008/08/29/ahhhh-im-afraid-of-the-coffee/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=andytrommer&amp;itemurl=http%3A%2F%2Fwww.andrewtrommer.com%2F2008%2F08%2F29%2Fahhhh-im-afraid-of-the-coffee%2F</feedburner:awareness><feedburner:origLink>http://www.andrewtrommer.com/2008/08/29/ahhhh-im-afraid-of-the-coffee/</feedburner:origLink></item>
		<item>
		<title>Almost attacked by a turkey at work.</title>
		<link>http://feeds.feedburner.com/~r/andytrommer/~3/375619113/</link>
		<comments>http://www.andrewtrommer.com/2008/08/26/almost-attacked-by-a-turkey-at-work/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 22:33:11 +0000</pubDate>
		<dc:creator>atrommer</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.andrewtrommer.com/2008/08/26/almost-attacked-by-a-turkey-at-work/</guid>
		<description><![CDATA[
.flickr-photo { border: solid 2px #000000; }
.flickr-yourcomment { }
.flickr-frame { text-align: left; padding: 3px; }
.flickr-caption { font-size: 0.8em; margin-top: 0px; }


	

	Almost attacked by a turkey at work., originally uploaded by andytrommer.


]]></description>
			<content:encoded><![CDATA[<style type="text/css">
.flickr-photo { border: solid 2px #000000; }
.flickr-yourcomment { }
.flickr-frame { text-align: left; padding: 3px; }
.flickr-caption { font-size: 0.8em; margin-top: 0px; }
</style>
<div class="flickr-frame">
	<a href="http://www.flickr.com/photos/andytrommer/2800626983/" title="photo sharing" onclick="javascript:pageTracker._trackPageview ('/outbound/www.flickr.com');"><img src="http://farm4.static.flickr.com/3014/2800626983_cd824a3f56_m.jpg" class="flickr-photo" alt="" /></a><br />
<br />
	<span class="flickr-caption"><a href="http://www.flickr.com/photos/andytrommer/2800626983/" onclick="javascript:pageTracker._trackPageview ('/outbound/www.flickr.com');">Almost attacked by a turkey at work.</a>, originally uploaded by <a href="http://www.flickr.com/people/andytrommer/" onclick="javascript:pageTracker._trackPageview ('/outbound/www.flickr.com');">andytrommer</a>.</span>
</div>
<p class="flickr-yourcomment">
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/andytrommer?a=H6oC1k"><img src="http://feeds.feedburner.com/~f/andytrommer?i=H6oC1k" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=yak8JK"><img src="http://feeds.feedburner.com/~f/andytrommer?i=yak8JK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=hu98uK"><img src="http://feeds.feedburner.com/~f/andytrommer?i=hu98uK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=EqPlXK"><img src="http://feeds.feedburner.com/~f/andytrommer?i=EqPlXK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=S08NkK"><img src="http://feeds.feedburner.com/~f/andytrommer?i=S08NkK" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/andytrommer/~4/375619113" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.andrewtrommer.com/2008/08/26/almost-attacked-by-a-turkey-at-work/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=andytrommer&amp;itemurl=http%3A%2F%2Fwww.andrewtrommer.com%2F2008%2F08%2F26%2Falmost-attacked-by-a-turkey-at-work%2F</feedburner:awareness><feedburner:origLink>http://www.andrewtrommer.com/2008/08/26/almost-attacked-by-a-turkey-at-work/</feedburner:origLink></item>
		<item>
		<title>Camouflage fail.</title>
		<link>http://feeds.feedburner.com/~r/andytrommer/~3/374449594/</link>
		<comments>http://www.andrewtrommer.com/2008/08/25/camouflage-fail/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 17:27:14 +0000</pubDate>
		<dc:creator>atrommer</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.andrewtrommer.com/2008/08/25/camouflage-fail/</guid>
		<description><![CDATA[
.flickr-photo { border: solid 2px #000000; }
.flickr-yourcomment { }
.flickr-frame { text-align: left; padding: 3px; }
.flickr-caption { font-size: 0.8em; margin-top: 0px; }


	

	Camouflage fail., originally uploaded by andytrommer.


	Poor mr. Stickey hiding in plain sight.
]]></description>
			<content:encoded><![CDATA[<style type="text/css">
.flickr-photo { border: solid 2px #000000; }
.flickr-yourcomment { }
.flickr-frame { text-align: left; padding: 3px; }
.flickr-caption { font-size: 0.8em; margin-top: 0px; }
</style>
<div class="flickr-frame">
	<a href="http://www.flickr.com/photos/andytrommer/2796353211/" title="photo sharing" onclick="javascript:pageTracker._trackPageview ('/outbound/www.flickr.com');"><img src="http://farm4.static.flickr.com/3092/2796353211_23a5758756_m.jpg" class="flickr-photo" alt="" /></a><br />
<br />
	<span class="flickr-caption"><a href="http://www.flickr.com/photos/andytrommer/2796353211/" onclick="javascript:pageTracker._trackPageview ('/outbound/www.flickr.com');">Camouflage fail.</a>, originally uploaded by <a href="http://www.flickr.com/people/andytrommer/" onclick="javascript:pageTracker._trackPageview ('/outbound/www.flickr.com');">andytrommer</a>.</span>
</div>
<p class="flickr-yourcomment">
	Poor mr. Stickey hiding in plain sight.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/andytrommer?a=DHWw3k"><img src="http://feeds.feedburner.com/~f/andytrommer?i=DHWw3k" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=pi4llK"><img src="http://feeds.feedburner.com/~f/andytrommer?i=pi4llK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=gIuRUK"><img src="http://feeds.feedburner.com/~f/andytrommer?i=gIuRUK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=wZywVK"><img src="http://feeds.feedburner.com/~f/andytrommer?i=wZywVK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=ryBXWK"><img src="http://feeds.feedburner.com/~f/andytrommer?i=ryBXWK" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/andytrommer/~4/374449594" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.andrewtrommer.com/2008/08/25/camouflage-fail/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=andytrommer&amp;itemurl=http%3A%2F%2Fwww.andrewtrommer.com%2F2008%2F08%2F25%2Fcamouflage-fail%2F</feedburner:awareness><feedburner:origLink>http://www.andrewtrommer.com/2008/08/25/camouflage-fail/</feedburner:origLink></item>
		<item>
		<title>As seen at b&amp;n</title>
		<link>http://feeds.feedburner.com/~r/andytrommer/~3/359906860/</link>
		<comments>http://www.andrewtrommer.com/2008/08/08/as-seen-at-bn/#comments</comments>
		<pubDate>Sat, 09 Aug 2008 00:51:03 +0000</pubDate>
		<dc:creator>atrommer</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.andrewtrommer.com/2008/08/08/as-seen-at-bn/</guid>
		<description><![CDATA[
.flickr-photo { border: solid 2px #000000; }
.flickr-yourcomment { }
.flickr-frame { text-align: left; padding: 3px; }
.flickr-caption { font-size: 0.8em; margin-top: 0px; }


	

	As seen at b&#38;n, originally uploaded by andytrommer.


]]></description>
			<content:encoded><![CDATA[<style type="text/css">
.flickr-photo { border: solid 2px #000000; }
.flickr-yourcomment { }
.flickr-frame { text-align: left; padding: 3px; }
.flickr-caption { font-size: 0.8em; margin-top: 0px; }
</style>
<div class="flickr-frame">
	<a href="http://www.flickr.com/photos/andytrommer/2745648638/" title="photo sharing" onclick="javascript:pageTracker._trackPageview ('/outbound/www.flickr.com');"><img src="http://farm4.static.flickr.com/3237/2745648638_27145b9794_m.jpg" class="flickr-photo" alt="" /></a><br />
<br />
	<span class="flickr-caption"><a href="http://www.flickr.com/photos/andytrommer/2745648638/" onclick="javascript:pageTracker._trackPageview ('/outbound/www.flickr.com');">As seen at b&amp;n</a>, originally uploaded by <a href="http://www.flickr.com/people/andytrommer/" onclick="javascript:pageTracker._trackPageview ('/outbound/www.flickr.com');">andytrommer</a>.</span>
</div>
<p class="flickr-yourcomment">
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/andytrommer?a=VLHAtk"><img src="http://feeds.feedburner.com/~f/andytrommer?i=VLHAtk" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=vatL2K"><img src="http://feeds.feedburner.com/~f/andytrommer?i=vatL2K" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=vzv9VK"><img src="http://feeds.feedburner.com/~f/andytrommer?i=vzv9VK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=fJXd6K"><img src="http://feeds.feedburner.com/~f/andytrommer?i=fJXd6K" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=YbxYTK"><img src="http://feeds.feedburner.com/~f/andytrommer?i=YbxYTK" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/andytrommer/~4/359906860" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.andrewtrommer.com/2008/08/08/as-seen-at-bn/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=andytrommer&amp;itemurl=http%3A%2F%2Fwww.andrewtrommer.com%2F2008%2F08%2F08%2Fas-seen-at-bn%2F</feedburner:awareness><feedburner:origLink>http://www.andrewtrommer.com/2008/08/08/as-seen-at-bn/</feedburner:origLink></item>
		<item>
		<title>Three Days of Birthday</title>
		<link>http://feeds.feedburner.com/~r/andytrommer/~3/328560345/</link>
		<comments>http://www.andrewtrommer.com/2008/07/06/three-days-of-birthday/#comments</comments>
		<pubDate>Mon, 07 Jul 2008 04:24:21 +0000</pubDate>
		<dc:creator>atrommer</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Movies]]></category>

		<category><![CDATA[birthday]]></category>

		<category><![CDATA[cats]]></category>

		<category><![CDATA[ftw]]></category>

		<category><![CDATA[wall*e]]></category>

		<category><![CDATA[wanted]]></category>

		<guid isPermaLink="false">http://www.andrewtrommer.com/?p=123</guid>
		<description><![CDATA[Angela really overdid it.  Honestly.  In the end, I&#8217;ve had a wonderful three days of being spoiled.
On Thursday night, Erin dropped by on her trek to KC.  This led to some good Isis/Jabber time and also let Erin and I catch up over some tasty BBQ.  She also introduced me to a fun new game [...]]]></description>
			<content:encoded><![CDATA[<p>Angela really overdid it.  Honestly.  In the end, I&#8217;ve had a wonderful three days of being spoiled.</p>
<p>On Thursday night, Erin dropped by on her trek to KC.  This led to some good Isis/Jabber time and also let Erin and I catch up over some tasty BBQ.  She also introduced me to a fun new game called <a href="http://en.wikipedia.org/wiki/Alhambra_%28board_game%29" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/en.wikipedia.org');">Alhambra</a>.  Good times, although I must say that I enjoy <a href="http://en.wikipedia.org/wiki/Settlers_of_Catan" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/en.wikipedia.org');">Settlers</a> better.</p>
<p>On Friday, Angela treated me to baseball, beer, brats, and blowing things up, all in the same event!  We went to a Fort Worth Cats minor league game.  Their logo, no kidding, is FTW, and boy did they, 9-3.  We even made friends with a completely wasted old man with a net loss of teeth.  It&#8217;s always fun to carry on conversations with people who might as well have a mouthful of marbles.  I like it because I can invent in my head whatever I want them to say and the conversation carries on just about the same.</p>
<p>I was really surprised on Saturday.  Angela took me out to get a massage which nearly put me to sleep the rest of the afternoon.  Thankfully I came to, because after that we went to Truluck for an amazing dinner.  I had the sesame tuna this time and Angela tried the mahi-mahi.  Both were fantastic.  We finished the night watching <a href="http://en.wikipedia.org/wiki/WALL-E" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/en.wikipedia.org');">Wall*E</a>.  I found it very cute and incredibly human, which is funny considering it&#8217;s a movie about two robots on Earth with only a couple lines of dialog between them.</p>
<p>Today, my actual birthday, I largely spent in bed being lazy.  This evening, after some grocery shopping (and cake-buying!!) we met up with Griff and Courtney to watch <a href="http://www.imdb.com/title/tt0493464/" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.imdb.com');">Wanted</a> at <a href="http://www.movietavern.com/home.php" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.movietavern.com');">Movie Tavern</a>.  I really enjoyed the film, and it was a great end to the weekend.  </p>
<p>Sadly we all head back to work tomorrow.  Thankfully, Angela and I will be meeting up with my folks in two weeks to spend a short 3 day vacation on the coast.  Time to start looking forward to that.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/andytrommer?a=Z6yvSj"><img src="http://feeds.feedburner.com/~f/andytrommer?i=Z6yvSj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=03vAIJ"><img src="http://feeds.feedburner.com/~f/andytrommer?i=03vAIJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=wQEBaJ"><img src="http://feeds.feedburner.com/~f/andytrommer?i=wQEBaJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=9l8OfJ"><img src="http://feeds.feedburner.com/~f/andytrommer?i=9l8OfJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=Nne7TJ"><img src="http://feeds.feedburner.com/~f/andytrommer?i=Nne7TJ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/andytrommer/~4/328560345" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.andrewtrommer.com/2008/07/06/three-days-of-birthday/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=andytrommer&amp;itemurl=http%3A%2F%2Fwww.andrewtrommer.com%2F2008%2F07%2F06%2Fthree-days-of-birthday%2F</feedburner:awareness><feedburner:origLink>http://www.andrewtrommer.com/2008/07/06/three-days-of-birthday/</feedburner:origLink></item>
		<item>
		<title>Reunions</title>
		<link>http://feeds.feedburner.com/~r/andytrommer/~3/300304322/</link>
		<comments>http://www.andrewtrommer.com/2008/05/28/reunions/#comments</comments>
		<pubDate>Thu, 29 May 2008 04:40:02 +0000</pubDate>
		<dc:creator>atrommer</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Food]]></category>

		<category><![CDATA[kc]]></category>

		<category><![CDATA[Movies]]></category>

		<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://www.andrewtrommer.com/?p=122</guid>
		<description><![CDATA[The past two weekends have been jam-packed with excitement.
Two weeks back, we went up to KC for Cathy&#8217;s graduation, Mom Chao&#8217;s birthday, and to catch up with the gang.  Angela, of course, documented the whole occasion in a timely manner, so I&#8217;ll spare you the play-by-play.  However, I had a great time with Katie, CC, [...]]]></description>
			<content:encoded><![CDATA[<p>The past two weekends have been jam-packed with excitement.</p>
<p><img class="alignleft" style="float: left;" src="http://www.andrewtrommer.com/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=6870&amp;g2_serialNumber=2" alt="" width="250" height="188" />Two weeks back, we went up to KC for Cathy&#8217;s graduation, Mom Chao&#8217;s birthday, and to catch up with the gang.  Angela, of course, <a href="http://www.angelaexplainsitall.com/?p=183" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.angelaexplainsitall.com');">documented the whole occasion</a> in a timely manner, so I&#8217;ll spare you the play-by-play.  However, I had a great time with Katie, CC, Scott, and Shernuk.  I love how, no matter the time that has passed, we can fall right back into old times.</p>
<p>Scott, Andy and I watched <a href="http://ironmanmovie.marvel.com/" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/ironmanmovie.marvel.com');">Iron Man</a> and I was happily surprised at how fun it was.</p>
<p>Last weekend, Brandon came in town to (hopefully) get some much needed relaxation in.  We ate out at <a href="http://www.bltsteak.com/" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.bltsteak.com');">BLT Steak</a> Friday night.  It was decent, but the flavors were a bit too raw for me.  With that said, they had amazing gruyere popovers.</p>
<p>Saturday was shopping and a BBQ where we got a chance to meet Eric&#8217;s fun girlfriend, Brittany, as well as meet up with David and Anni.  I made ridiculously large burgers.  I believe some even referred to them as &#8220;hockey pucks&#8221;.  Either way, no complaints, and no food poisoning.  Angela made her mom&#8217;s potato salad (tasty!) and a fruit salad.</p>
<p>Sunday, we met back up with David and Anni for lunch at Central Market (note to self, we frequent CM way too much for lunches, but it&#8217;s so good!).  We then split up, guys and girls, with Anni and Angela off to shop for clothes while Brandon, David, and I went to <a href="http://www.modia.com/" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.modia.com');">Modia</a> for my home theatre gear.</p>
<p>After getting lucky on some prices, I was able to get the exact set I wanted.  I ended up with the <a href="http://www.rotel.com/NA/products/ProductDetails.htm?Id=19" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.rotel.com');">Rotel RSX-1057</a> paired with 2 <a href="http://www.bowers-wilkins.com/display.aspx?infid=2301" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.bowers-wilkins.com');">B&amp;W 685&#8217;s</a>.  They sound amazing, especially considering that I only had the built-in speakers in my TV to compare to!  It still pains me that I spent that much on speaker cable, though.</p>
<p><a href="http://www.andrewtrommer.com/gallery/main.php?g2_itemId=6885" target="_blank"><img style="vertical-align: top;" src="http://www.andrewtrommer.com/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=6887&amp;g2_serialNumber=1" alt="" width="250" height="188" /></a><a href="http://www.andrewtrommer.com/gallery/main.php?g2_itemId=6891" target="_blank"><img style="vertical-align: top;" src="http://www.andrewtrommer.com/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=6893&amp;g2_serialNumber=1" alt="" width="250" height="188" /></a><a href="http://www.andrewtrommer.com/gallery/main.php?g2_itemId=6896" target="_blank"><img style="vertical-align: top;" src="http://www.andrewtrommer.com/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=6898&amp;g2_serialNumber=1" alt="" width="188" height="250" /></a></p>
<p>This week will wrap up my 4 weeks of 4-day-weeks, and I&#8217;m certainly going to miss it.  Angela and I don&#8217;t have any time off planned until July, and work is looking to be very hectic over the next month, so I&#8217;ll be sure to use my new speakers for some relaxing music.</p>
<p>This weekend, Angela and I are planning on seeing the Sunday <a href="http://www.fwbg.org/calendar.cfm#GGGEN" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.fwbg.org');">Concert in the Garden</a>, and I suppose I should finally mow the yard.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/andytrommer?a=VPAiCh"><img src="http://feeds.feedburner.com/~f/andytrommer?i=VPAiCh" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=833tQH"><img src="http://feeds.feedburner.com/~f/andytrommer?i=833tQH" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=I3NdWH"><img src="http://feeds.feedburner.com/~f/andytrommer?i=I3NdWH" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=CKn19H"><img src="http://feeds.feedburner.com/~f/andytrommer?i=CKn19H" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=RZHxCH"><img src="http://feeds.feedburner.com/~f/andytrommer?i=RZHxCH" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/andytrommer/~4/300304322" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.andrewtrommer.com/2008/05/28/reunions/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=andytrommer&amp;itemurl=http%3A%2F%2Fwww.andrewtrommer.com%2F2008%2F05%2F28%2Freunions%2F</feedburner:awareness><feedburner:origLink>http://www.andrewtrommer.com/2008/05/28/reunions/</feedburner:origLink></item>
		<item>
		<title>Pickle cicles. Not kidding.</title>
		<link>http://feeds.feedburner.com/~r/andytrommer/~3/288166059/</link>
		<comments>http://www.andrewtrommer.com/2008/05/11/pickle-cicles-not-kidding/#comments</comments>
		<pubDate>Sun, 11 May 2008 17:38:58 +0000</pubDate>
		<dc:creator>atrommer</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.andrewtrommer.com/2008/05/11/pickle-cicles-not-kidding/</guid>
		<description><![CDATA[
.flickr-photo { border: solid 2px #000000; }
.flickr-yourcomment { }
.flickr-frame { text-align: left; padding: 3px; }
.flickr-caption { font-size: 0.8em; margin-top: 0px; }


	

	Pickle cicles. Not kidding., originally uploaded by andytrommer.


	Found there in central market and it made me shudder.
]]></description>
			<content:encoded><![CDATA[<style type="text/css">
.flickr-photo { border: solid 2px #000000; }
.flickr-yourcomment { }
.flickr-frame { text-align: left; padding: 3px; }
.flickr-caption { font-size: 0.8em; margin-top: 0px; }
</style>
<div class="flickr-frame">
	<a href="http://www.flickr.com/photos/andytrommer/2483025757/" title="photo sharing" onclick="javascript:pageTracker._trackPageview ('/outbound/www.flickr.com');"><img src="http://farm3.static.flickr.com/2064/2483025757_3842acac52_m.jpg" class="flickr-photo" alt="" /></a><br />
<br />
	<span class="flickr-caption"><a href="http://www.flickr.com/photos/andytrommer/2483025757/" onclick="javascript:pageTracker._trackPageview ('/outbound/www.flickr.com');">Pickle cicles. Not kidding.</a>, originally uploaded by <a href="http://www.flickr.com/people/andytrommer/" onclick="javascript:pageTracker._trackPageview ('/outbound/www.flickr.com');">andytrommer</a>.</span>
</div>
<p class="flickr-yourcomment">
	Found there in central market and it made me shudder.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/andytrommer?a=BmDKxh"><img src="http://feeds.feedburner.com/~f/andytrommer?i=BmDKxh" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=f8pVkH"><img src="http://feeds.feedburner.com/~f/andytrommer?i=f8pVkH" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=9IobkH"><img src="http://feeds.feedburner.com/~f/andytrommer?i=9IobkH" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=712zPH"><img src="http://feeds.feedburner.com/~f/andytrommer?i=712zPH" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=JelusH"><img src="http://feeds.feedburner.com/~f/andytrommer?i=JelusH" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/andytrommer/~4/288166059" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.andrewtrommer.com/2008/05/11/pickle-cicles-not-kidding/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=andytrommer&amp;itemurl=http%3A%2F%2Fwww.andrewtrommer.com%2F2008%2F05%2F11%2Fpickle-cicles-not-kidding%2F</feedburner:awareness><feedburner:origLink>http://www.andrewtrommer.com/2008/05/11/pickle-cicles-not-kidding/</feedburner:origLink></item>
		<item>
		<title>Time to Breathe</title>
		<link>http://feeds.feedburner.com/~r/andytrommer/~3/269179497/</link>
		<comments>http://www.andrewtrommer.com/2008/04/12/time-to-breathe/#comments</comments>
		<pubDate>Sat, 12 Apr 2008 23:56:27 +0000</pubDate>
		<dc:creator>atrommer</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Tech]]></category>

		<category><![CDATA[Travel]]></category>

		<category><![CDATA[Car]]></category>

		<category><![CDATA[eXPlainPMT]]></category>

		<category><![CDATA[House]]></category>

		<category><![CDATA[Jabber]]></category>

		<category><![CDATA[Jayhawks]]></category>

		<category><![CDATA[KU]]></category>

		<category><![CDATA[LA]]></category>

		<category><![CDATA[Painting]]></category>

		<category><![CDATA[rails]]></category>

		<category><![CDATA[ruby]]></category>

		<category><![CDATA[Taiwan]]></category>

		<guid isPermaLink="false">http://www.andrewtrommer.com/?p=120</guid>
		<description><![CDATA[The past month has been so hectic that I&#8217;ve neglected this blog.  Angela has been keeping things documented so well over on her site that I haven&#8217;t been pressured into posting.
Last month we took a short but exciting trip to LA to see friends and family.  Angela&#8217;s relatives recently moved there and it was really [...]]]></description>
			<content:encoded><![CDATA[<p>The past month has been so hectic that I&#8217;ve neglected this blog.  <a href="http://www.angelaexplainsitall.com/" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.angelaexplainsitall.com');">Angela</a> has been keeping things documented so well over on her site that I haven&#8217;t been pressured into posting.</p>
<p>Last month we took a short but<a href="http://andrewtrommer.com/gallery/main.php?g2_itemId=6064" target="_blank"> exciting trip to LA</a> to see friends and family.  Angela&#8217;s relatives recently moved there and it was really great to see them.  We hadn&#8217;t really had time to see them since our <a href="http://www.andrewtrommer.com/taiwan/" target="_blank">trip to Taiwan</a> in 2004.</p>
<p>Since then I have been busy at work, and so has Angela.  Jabber is as <a href="http://farm3.static.flickr.com/2164/2406382591_51b0600b1a.jpg?v=0" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/farm3.static.flickr.com');">goofy as ever</a>.</p>
<p>I picked up work on a new project in my free time, <a href="http://code.google.com/p/explainpmt/" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/code.google.com');">eXPlainPMT</a>.  We use the tool internally at work, and it&#8217;s giving me a good codebase to play with <a href="http://www.rubyonrails.com" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.rubyonrails.com');">Rails</a> again.  In fact, I just put up a <a href="http://www.andrewtrommer.com/explainpmt-demo-site/" target="_blank">demo environment</a> for people to explore on.</p>
<p>After getting frustrated with not having proper inputs in my car for my iPod, I finally replaced my stock deck with a new <a href="http://www.crutchfield.com/S-WC4DCWNBASv/App/Product/Item/Main.aspx?i=130DEHP500" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.crutchfield.com');">Pioneer</a>.  It sounds good and has a dedicated USB input that actually handles my 13000+ song library on my iPod very well.  It does, however, rely too much on the remote for navigation, so I&#8217;m not looking forward to the inevitable day that I lose it.</p>
<p>In the garage, we finally cleaned out our old crap left over from the move in 2006 and I put some shelving up.  I think we gained a good 2&#8242; of extra garage space on each side.</p>
<p>Inside the house, I got around to <a href="http://andrewtrommer.com/gallery/main.php?g2_itemId=6565" target="_blank">painting the kitchen nook</a>.  It looks much nicer now, and since the paint has set in it no longer looks like the old Kraft Mac and Cheese <a href="http://www.flickr.com/photos/amyashcraft/489615362/" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.flickr.com');">nuclear waste orange</a>.  I quite enjoy it.</p>
<p>I&#8217;m rambling, I know, but it&#8217;s been so long.  Last weekend we had everyone over for the KU-UNC game, and it was a great win for the Jayhawks.  On Monday I met up with Ethan, Donald, and Jeromy to watch the championship.  Amazing game, and I&#8217;m still in shock over Mario&#8217;s last second 3.</p>
<p>Alright, it&#8217;s time to actually get some work done.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/andytrommer?a=EwJ9Ywg"><img src="http://feeds.feedburner.com/~f/andytrommer?i=EwJ9Ywg" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=UZQXyoG"><img src="http://feeds.feedburner.com/~f/andytrommer?i=UZQXyoG" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=7SyHhtG"><img src="http://feeds.feedburner.com/~f/andytrommer?i=7SyHhtG" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=cRhLKAG"><img src="http://feeds.feedburner.com/~f/andytrommer?i=cRhLKAG" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=bbNZSmG"><img src="http://feeds.feedburner.com/~f/andytrommer?i=bbNZSmG" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/andytrommer/~4/269179497" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.andrewtrommer.com/2008/04/12/time-to-breathe/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=andytrommer&amp;itemurl=http%3A%2F%2Fwww.andrewtrommer.com%2F2008%2F04%2F12%2Ftime-to-breathe%2F</feedburner:awareness><feedburner:origLink>http://www.andrewtrommer.com/2008/04/12/time-to-breathe/</feedburner:origLink></item>
		<item>
		<title>View from office</title>
		<link>http://feeds.feedburner.com/~r/andytrommer/~3/246898505/</link>
		<comments>http://www.andrewtrommer.com/2008/03/06/view-from-office/#comments</comments>
		<pubDate>Thu, 06 Mar 2008 18:33:34 +0000</pubDate>
		<dc:creator>atrommer</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.andrewtrommer.com/2008/03/06/view-from-office/</guid>
		<description><![CDATA[
.flickr-photo { border: solid 2px #000000; }
.flickr-yourcomment { }
.flickr-frame { text-align: left; padding: 3px; }
.flickr-caption { font-size: 0.8em; margin-top: 0px; }


	

	View from office, originally uploaded by andytrommer.


	The snow is blowing in!
]]></description>
			<content:encoded><![CDATA[<style type="text/css">
.flickr-photo { border: solid 2px #000000; }
.flickr-yourcomment { }
.flickr-frame { text-align: left; padding: 3px; }
.flickr-caption { font-size: 0.8em; margin-top: 0px; }
</style>
<div class="flickr-frame">
	<a href="http://www.flickr.com/photos/andytrommer/2315135952/" title="photo sharing" onclick="javascript:pageTracker._trackPageview ('/outbound/www.flickr.com');"><img src="http://farm4.static.flickr.com/3108/2315135952_6dfa9f73e3_m.jpg" class="flickr-photo" alt="" /></a><br />
<br />
	<span class="flickr-caption"><a href="http://www.flickr.com/photos/andytrommer/2315135952/" onclick="javascript:pageTracker._trackPageview ('/outbound/www.flickr.com');">View from office</a>, originally uploaded by <a href="http://www.flickr.com/people/andytrommer/" onclick="javascript:pageTracker._trackPageview ('/outbound/www.flickr.com');">andytrommer</a>.</span>
</div>
<p class="flickr-yourcomment">
	The snow is blowing in!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/andytrommer?a=ZrOHn1f"><img src="http://feeds.feedburner.com/~f/andytrommer?i=ZrOHn1f" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=snzIljF"><img src="http://feeds.feedburner.com/~f/andytrommer?i=snzIljF" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=gcDjdpF"><img src="http://feeds.feedburner.com/~f/andytrommer?i=gcDjdpF" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=fpa4DpF"><img src="http://feeds.feedburner.com/~f/andytrommer?i=fpa4DpF" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=f67kcgF"><img src="http://feeds.feedburner.com/~f/andytrommer?i=f67kcgF" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/andytrommer/~4/246898505" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.andrewtrommer.com/2008/03/06/view-from-office/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=andytrommer&amp;itemurl=http%3A%2F%2Fwww.andrewtrommer.com%2F2008%2F03%2F06%2Fview-from-office%2F</feedburner:awareness><feedburner:origLink>http://www.andrewtrommer.com/2008/03/06/view-from-office/</feedburner:origLink></item>
		<item>
		<title>Still Life</title>
		<link>http://feeds.feedburner.com/~r/andytrommer/~3/228515219/</link>
		<comments>http://www.andrewtrommer.com/2008/02/03/still-life/#comments</comments>
		<pubDate>Sun, 03 Feb 2008 20:00:58 +0000</pubDate>
		<dc:creator>atrommer</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[cloverfield]]></category>

		<category><![CDATA[still life]]></category>

		<category><![CDATA[surrealism]]></category>

		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.andrewtrommer.com/2008/02/03/still-life/</guid>
		<description><![CDATA[Last night, Eric and I saw Cloverfield.  I left the theatre quite indifferent to it, but after letting it all soak in I&#8217;m a fan.  Yes, the handicam cinematography got old in the middle of the film, but they always stayed true to that POV, which ended up working well towards the end. [...]]]></description>
			<content:encoded><![CDATA[<p>Last night, Eric and I saw Cloverfield.  I left the theatre quite indifferent to it, but after letting it all soak in I&#8217;m a fan.  Yes, the handicam cinematography got old in the middle of the film, but they always stayed true to that POV, which ended up working well towards the end.  I didn&#8217;t want closure when the title credits ran, but I did want&#8230; something.</p>
<p>I haven&#8217;t seen the first ep of Lost for this season yet since Angela has been working nights.  That means I can&#8217;t even sign into Google Reader until then, since most of the feeds I read probably mentioned all sorts of details that I&#8217;d rather hear organically.</p>
<p>In the mean time, I found this great short, Still Life.  It&#8217;s about 8 minutes long, but it&#8217;s very worthwhile.  Enjoy!<br />
<embed src='http://www.atomfilms.com:80/a/autoplayer/shareEmbed.swf?keyword=still_life' width='426' height='350'></embed>
<div style='border-top:1px solid #343f43; padding:5px 0 7px 0; text-align:center; width:426px; background:#1a3441; color:#fff; font: bold 10px verdana, sans-serif;'><a href="http://www.atomfilms.com/?brand=embed" target='_blank' style='color:#fff' onclick="javascript:pageTracker._trackPageview ('/outbound/www.atomfilms.com');">AtomFilms.com</a>: <a href="http://www.atomfilms.com/films/comedy.jsp?brand=embed" target='_blank' style='color:#c1ddf2; margin:0 5px;' onclick="javascript:pageTracker._trackPageview ('/outbound/www.atomfilms.com');">Funny Videos</a> | <a href="http://www.atomfilms.com/films/animation.jsp?brand=embed" target='_blank' style='color:#c1ddf2; margin:0 5px;' onclick="javascript:pageTracker._trackPageview ('/outbound/www.atomfilms.com');">Funny Cartoons</a> | <a href="http://www.comedycentral.com/?brand=embed" target='_blank' style='color:#c1ddf2; margin-left:5px;' onclick="javascript:pageTracker._trackPageview ('/outbound/www.comedycentral.com');">Comedy Central</a></div>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/andytrommer?a=CMpoBOe"><img src="http://feeds.feedburner.com/~f/andytrommer?i=CMpoBOe" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=ghvNfwE"><img src="http://feeds.feedburner.com/~f/andytrommer?i=ghvNfwE" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=dMCMNqE"><img src="http://feeds.feedburner.com/~f/andytrommer?i=dMCMNqE" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=IKNXI4E"><img src="http://feeds.feedburner.com/~f/andytrommer?i=IKNXI4E" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=DvfiKfE"><img src="http://feeds.feedburner.com/~f/andytrommer?i=DvfiKfE" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/andytrommer/~4/228515219" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.andrewtrommer.com/2008/02/03/still-life/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=andytrommer&amp;itemurl=http%3A%2F%2Fwww.andrewtrommer.com%2F2008%2F02%2F03%2Fstill-life%2F</feedburner:awareness><feedburner:origLink>http://www.andrewtrommer.com/2008/02/03/still-life/</feedburner:origLink></item>
		<item>
		<title>Evolution of note taking</title>
		<link>http://feeds.feedburner.com/~r/andytrommer/~3/219719989/</link>
		<comments>http://www.andrewtrommer.com/2008/01/20/evolution-of-note-taking/#comments</comments>
		<pubDate>Sun, 20 Jan 2008 06:16:31 +0000</pubDate>
		<dc:creator>atrommer</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Tech]]></category>

		<category><![CDATA[air]]></category>

		<category><![CDATA[microsoft]]></category>

		<category><![CDATA[moleskin]]></category>

		<category><![CDATA[notes]]></category>

		<category><![CDATA[powerbook]]></category>

		<category><![CDATA[toshiba]]></category>

		<category><![CDATA[visor]]></category>

		<guid isPermaLink="false">http://www.andrewtrommer.com/2008/01/20/evolution-of-note-taking/</guid>
		<description><![CDATA[I have horrible handwriting as anyone who has worked with or received a note from me can attest.  When we are young we are taught how to write uniform characters at about 1&#8243; heights.  To this day, this is the only legible writing you&#8217;ll find from me.  Cursive was worse because my [...]]]></description>
			<content:encoded><![CDATA[<p>I have horrible handwriting as anyone who has worked with or received a note from me can attest.  When we are young we are taught how to write uniform characters at about 1&#8243; heights.  To this day, this is the only legible writing you&#8217;ll find from me.  Cursive was worse because my mangled script could be slurred together into unintelligible scribbles with errant dots and crosses thrown in for good measure.</p>
<p>My dad worked for IBM, so all throughout my childhood we had access to a computer and a fancy typewriter.  As much as I could, I typed everything.</p>
<p>Fast forward to high school.  In-class essays quickly ensured lots of face-time with the teacher as I would be asked to read large portions of my writing.  Teachers weren&#8217;t amused.</p>
<p>This little bit of background was hopefully a nice segue into what has become an odd circle of note taking.</p>
<p><span><img src="http://www.andrewtrommer.com/wp-content/uploads/2008/01/or108.thumbnail.jpg" alt="Spiral Notebook" align="left" />K-11th grade: Ahh yes, the spiral notebook.  These were always impossibly unreadable - including by me</span></p>
<p><span><img src="http://www.andrewtrommer.com/wp-content/uploads/2008/01/visor.thumbnail.jpg" alt="Handspring Visor" align="right" />12th grade: My Handspring Visor!  I had to really convince my parents that I could spend my money on this at the time. I scratched down notes, made TODO lists, even set due dates for my assignments in the calendar.  In the end, all I really did is play Infrared chess and Pong with Kent Thompson.</span></p>
<p><img src="http://www.andrewtrommer.com/wp-content/uploads/2008/01/crosspad_classic.thumbnail.gif" alt="Crosspad" align="left" />12th grade - Freshman: The IBM Crosspad was, I believe, meant for fancy pants businessmen and lawyers.  Leave it to me to ask for it for Christmas.  Handwriting?  Really?  But it gets better!  This device captures the pages and will do magic writing-to-text conversion.  The downside, of course, is that it failed on every conversion with my handwriting, even with the laborious 100 page training guide.  I made pretty graphs and emailed physics notes to Brandon once.  Not too useful.  I took this with me to KU and attempted to use it freshman year during the rare moment that I was awake.  I ended up setting the alarm off in the libraries more often than actually using it.</p>
<p><img src="http://www.andrewtrommer.com/wp-content/uploads/2008/01/stow.thumbnail.jpg" alt="Visor with Stowaway keyboard" align="right" />College - Freshman and Sophomore years: And I wonder why I wasn&#8217;t big with the ladies freshman year!  I grabbed my Visor and added the Stowaway keyboard (full size, take that, laptops!) and actually took really good, outline-format notes.  This was very handy, required 2 AA batteries, lasted for months, and was 100% reliable.  Why change it up, right?</p>
<p><img src="http://www.andrewtrommer.com/wp-content/uploads/2008/01/wordscreen1.thumbnail.jpg" alt="Microsoft Word" align="left" />Junior Year: During the summer between sophomore and junior year, I picked up a Toshiba laptop.  At the time it was awesome.  I ended up using MS Word to do my note taking in class.  This worked out fine as all I was doing is taking down outline format notes with the occasional figure that could be recreated on the fly using wonderful Word Art.  I also had a few professors that had Powerpoint lectures, so I could save myself the trouble of printing crappy PPTs and use their outlines.  This laptop died a horrible death (I hate you, Toshiba, your laptops to this day have the same crappy, heat-damaging designs), which leads to&#8230;</p>
<p><img src="http://www.andrewtrommer.com/wp-content/uploads/2008/01/omnioutliner-econ-notes.thumbnail.png" alt="OmniOutliner" align="right" />Senior Year: I had my internship summer of 2004 and stashed away enough cash to get myself a 12&#8243; Powerbook.  I was the only guy with a Mac in any of my CIS courses and was chided daily by several professors, but I didn&#8217;t care.  I used OmniOutliner to take my notes.  It was really intuitive, which is saying something since it is replacing functionality that I had done before in notebooks, PDAs, and the ubiquitous MS Word.  It had custom flags you could put on items, categories, fast searching, and a pretty UI.</p>
<p><img src="http://www.andrewtrommer.com/wp-content/uploads/2008/01/onenote_preview_01.thumbnail.jpg" alt="Onenote" align="left" />Today: I eventually entered the working world and migrated my way to a decent job.  The fun years of OS X were replaced by the same horrible Windows XP that I left behind in 2002,  on an updated but equally troublesome business-grade Toshiba laptop.  I had to adapt.  That&#8217;s when I started using OneNote.  I really like it and still use it today.  It has it&#8217;s quirks and usability issues, but it&#8217;s stable enough to document out just about everything.  I also put most of my sharable notes back into our team Wiki. Unfortunately, even in a company that is predominantly IT, there is a stigma against laptops in some meetings.  I also find myself watching Explorer lock up through good portions of my day, so I need a backup datasource.</p>
<p><img src="http://www.andrewtrommer.com/wp-content/uploads/2008/01/pocket_journal.thumbnail.jpg" alt="Moleskin" align="right" />Enter my Moleskin.  I have the smallish gridpaper one.  It has a band to keep it closed, quality paper, a bookmark, and a pocket in the back.  I still can&#8217;t read my handwriting consistently, but I have an intricate system of checkboxes and symbols to at least have a gist of what I was talking about.  I can also scan these notes directly into Onenote for consolidation.</p>
<p>So, I still can&#8217;t write, but I&#8217;ve gone full circle in my note taking habits.</p>
<p>What does this really mean?  Why haven&#8217;t we got to the paperless world we have been promised?  Even today pulling out a notebook is more reliable and faster than grabbing a laptop.  With the new laptops having more instant-on functionality with more impressive battery life, we&#8217;re getting closer.  The big device that I&#8217;m looking for is an ultraportable with a tablet&#8217;s screen.  5+ hours of battery and a full-size keyboard would be even better.  I guess I can hope that the <a href="http://www.andrewtrommer.com/tag/air/" target="_blank">Air</a> will get an upgrade to make the screen have pen-recognition, right?</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/andytrommer?a=oZu7cod"><img src="http://feeds.feedburner.com/~f/andytrommer?i=oZu7cod" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=VBuS7lD"><img src="http://feeds.feedburner.com/~f/andytrommer?i=VBuS7lD" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=OrSdmiD"><img src="http://feeds.feedburner.com/~f/andytrommer?i=OrSdmiD" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=rxvkxJD"><img src="http://feeds.feedburner.com/~f/andytrommer?i=rxvkxJD" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=GvJbi3D"><img src="http://feeds.feedburner.com/~f/andytrommer?i=GvJbi3D" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/andytrommer/~4/219719989" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.andrewtrommer.com/2008/01/20/evolution-of-note-taking/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=andytrommer&amp;itemurl=http%3A%2F%2Fwww.andrewtrommer.com%2F2008%2F01%2F20%2Fevolution-of-note-taking%2F</feedburner:awareness><feedburner:origLink>http://www.andrewtrommer.com/2008/01/20/evolution-of-note-taking/</feedburner:origLink></item>
		<item>
		<title>Air rumors were correct!</title>
		<link>http://feeds.feedburner.com/~r/andytrommer/~3/217203376/</link>
		<comments>http://www.andrewtrommer.com/2008/01/15/air-rumors-were-correct/#comments</comments>
		<pubDate>Tue, 15 Jan 2008 19:39:04 +0000</pubDate>
		<dc:creator>atrommer</dc:creator>
		
		<category><![CDATA[Tech]]></category>

		<category><![CDATA[air]]></category>

		<category><![CDATA[Apple]]></category>

		<category><![CDATA[laptop]]></category>

		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.andrewtrommer.com/2008/01/15/air-rumors-were-correct/</guid>
		<description><![CDATA[Want.  Badly.  This is the replacement laptop for my old, aging 12&#8243; Powerbook.  Now I just need some cash :).I&#8217;m amazed with the thinness of it.  It&#8217;s really too bad the SSD option doubles the price of the laptop. $1799 is a bit hefty to begin with, and I want my [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.andrewtrommer.com/2008/01/15/air-rumors-were-correct/macbook-air/" rel="attachment wp-att-100" title="MacBook Air"><img src="http://www.andrewtrommer.com/wp-content/uploads/2008/01/design_gal08_20080115.thumbnail.jpg" alt="MacBook Air" align="left" /></a><a href="http://www.apple.com/macbookair/" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.apple.com');">Want</a>.  Badly.  This is the replacement laptop for my old, aging 12&#8243; Powerbook.  Now I just need some cash :).I&#8217;m amazed with the <a href="http://www.andrewtrommer.com/2008/01/15/air-rumors-were-correct/macbook-air-thin/" target="_blank" rel="attachment wp-att-101">thinness</a> of it.  It&#8217;s really too bad the <a href="http://en.wikipedia.org/wiki/Solid_state_disk" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/en.wikipedia.org');">SSD </a>option doubles the price of the laptop. $1799 is a bit hefty to begin with, and I want my <a href="http://www.rotel.com/NA/products/ProductDetails.htm?Id=19" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.rotel.com');">home </a><a href="http://www.bowers-wilkins.com/display.aspx?infid=2301" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.bowers-wilkins.com');">theatre </a>setup first.Either way, it was a pretty interesting start to MacWorld.   I found it funny that <a href="http://twitter.com/atrommer" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/twitter.com');">Twitter </a>immediately died at the start of the keynote.  AppleTV looks a bit more like a real product, and iTMS finally has HD video.Today is <a href="http://angelaexplainsitall.com" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/angelaexplainsitall.com');">Angela</a>&#8217;s birthday!  WooHoo!  Happy Birthday, Angela!  We <a href="http://www.angelaexplainsitall.com/?p=152" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.angelaexplainsitall.com');">celebrated with friends</a> last weekend and tonight we&#8217;re going out for dinner.  I&#8217;ve tried to keep her from opening her packages early and I think I was moderately successful.  We&#8217;ll see.Okay, back to work for me.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/andytrommer?a=qQbZ76d"><img src="http://feeds.feedburner.com/~f/andytrommer?i=qQbZ76d" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=0aOXfvD"><img src="http://feeds.feedburner.com/~f/andytrommer?i=0aOXfvD" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=cgqamAD"><img src="http://feeds.feedburner.com/~f/andytrommer?i=cgqamAD" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=c01ZPED"><img src="http://feeds.feedburner.com/~f/andytrommer?i=c01ZPED" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=79Hp6UD"><img src="http://feeds.feedburner.com/~f/andytrommer?i=79Hp6UD" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/andytrommer/~4/217203376" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.andrewtrommer.com/2008/01/15/air-rumors-were-correct/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=andytrommer&amp;itemurl=http%3A%2F%2Fwww.andrewtrommer.com%2F2008%2F01%2F15%2Fair-rumors-were-correct%2F</feedburner:awareness><feedburner:origLink>http://www.andrewtrommer.com/2008/01/15/air-rumors-were-correct/</feedburner:origLink></item>
		<item>
		<title>Security Question</title>
		<link>http://feeds.feedburner.com/~r/andytrommer/~3/208395357/</link>
		<comments>http://www.andrewtrommer.com/2007/12/30/security-question/#comments</comments>
		<pubDate>Sun, 30 Dec 2007 09:14:00 +0000</pubDate>
		<dc:creator>atrommer</dc:creator>
		
		<category><![CDATA[Tech]]></category>

		<category><![CDATA[fiction]]></category>

		<category><![CDATA[security]]></category>

		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.andrewtrommer.com/2007/12/30/security-question/</guid>
		<description><![CDATA[Saw this come through in a tweet from Jeff Atwood and loved it.  Check out the link, it&#8217;s a short but good read.
Security Question by Ramon Rozas III.
 He strode forward, weaving amongst the students. His target was walking along with two other young men, blue LL Bean book bag over his shoulder. The man [...]]]></description>
			<content:encoded><![CDATA[<p>Saw this come through in a tweet from <a href="http://twitter.com/codinghorror" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/twitter.com');">Jeff Atwood</a> and loved it.  Check out the link, it&#8217;s a short but good read.</p>
<p><a href="http://www.everydayfiction.com/security-question-by-ramon-rozas-iii/" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.everydayfiction.com');">Security Question</a> by Ramon Rozas III.</p>
<blockquote><p> He strode forward, weaving amongst the students. His target was walking along with two other young men, blue LL Bean book bag over his shoulder. The man hurried to catch up and fell in beside the student with the blue bag. “Hello there!” he said, tapping the youth on the shoulder.</p></blockquote>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/andytrommer?a=oQgVEKc"><img src="http://feeds.feedburner.com/~f/andytrommer?i=oQgVEKc" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=pLBxQuD"><img src="http://feeds.feedburner.com/~f/andytrommer?i=pLBxQuD" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=omFuWQC"><img src="http://feeds.feedburner.com/~f/andytrommer?i=omFuWQC" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=ceUj8sD"><img src="http://feeds.feedburner.com/~f/andytrommer?i=ceUj8sD" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=U2TDaaC"><img src="http://feeds.feedburner.com/~f/andytrommer?i=U2TDaaC" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/andytrommer/~4/208395357" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.andrewtrommer.com/2007/12/30/security-question/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=andytrommer&amp;itemurl=http%3A%2F%2Fwww.andrewtrommer.com%2F2007%2F12%2F30%2Fsecurity-question%2F</feedburner:awareness><feedburner:origLink>http://www.andrewtrommer.com/2007/12/30/security-question/</feedburner:origLink></item>
		<item>
		<title>Merry Christmas</title>
		<link>http://feeds.feedburner.com/~r/andytrommer/~3/206699491/</link>
		<comments>http://www.andrewtrommer.com/2007/12/26/merry-christmas/#comments</comments>
		<pubDate>Wed, 26 Dec 2007 21:20:22 +0000</pubDate>
		<dc:creator>atrommer</dc:creator>
		
		<category><![CDATA[Christmas]]></category>

		<category><![CDATA[family]]></category>

		<category><![CDATA[Photos]]></category>

		<guid isPermaLink="false">http://www.andrewtrommer.com/2007/12/26/merry-christmas/</guid>
		<description><![CDATA[Just wanted to write a quick post wishing everyone a Merry Christmas.  Angela and I went down to Austin to spend time with my family and got back last night.
Angela posted all of the photos in the Christmas 2007 album.  They are towards the bottom.
Here are a couple of my favorites:

Happy Holidays!
]]></description>
			<content:encoded><![CDATA[<p><a href="http://andrewtrommer.com/gallery/main.php?g2_itemId=5070" target="_blank"><img src="http://andrewtrommer.com/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=5546&amp;g2_serialNumber=2" align="left" height="113" width="150" /></a>Just wanted to write a quick post wishing everyone a Merry Christmas.  Angela and I went down to Austin to spend time with my family and got back last night.</p>
<p><a href="http://www.angelaexplainsitall.com/" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.angelaexplainsitall.com');">Angela</a> posted all of the photos in the <a href="http://andrewtrommer.com/gallery/main.php?g2_itemId=5070" target="_blank">Christmas 2007 album</a>.  They are towards the bottom.</p>
<p>Here are a couple of my favorites:<br />
<a href="http://andrewtrommer.com/gallery/main.php?g2_itemId=5550" target="_blank"><img src="http://andrewtrommer.com/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=5551&amp;g2_serialNumber=2" height="113" width="150" /></a><a href="http://andrewtrommer.com/gallery/main.php?g2_itemId=5475" target="_blank"><img src="http://andrewtrommer.com/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=5476&amp;g2_serialNumber=2" height="113" width="150" /></a><a href="http://andrewtrommer.com/gallery/main.php?g2_itemId=5380" target="_blank"><img src="http://andrewtrommer.com/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=5381&amp;g2_serialNumber=2" height="113" width="150" /></a><a href="http://andrewtrommer.com/gallery/main.php?g2_itemId=5525" target="_blank"><img src="http://andrewtrommer.com/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=5526&amp;g2_serialNumber=2" height="113" width="150" /></a></p>
<p>Happy Holidays!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/andytrommer?a=I6FaSjc"><img src="http://feeds.feedburner.com/~f/andytrommer?i=I6FaSjc" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=4b6hv9D"><img src="http://feeds.feedburner.com/~f/andytrommer?i=4b6hv9D" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=hKipFCC"><img src="http://feeds.feedburner.com/~f/andytrommer?i=hKipFCC" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=BVvvbQD"><img src="http://feeds.feedburner.com/~f/andytrommer?i=BVvvbQD" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=HkVuBKC"><img src="http://feeds.feedburner.com/~f/andytrommer?i=HkVuBKC" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/andytrommer/~4/206699491" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.andrewtrommer.com/2007/12/26/merry-christmas/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=andytrommer&amp;itemurl=http%3A%2F%2Fwww.andrewtrommer.com%2F2007%2F12%2F26%2Fmerry-christmas%2F</feedburner:awareness><feedburner:origLink>http://www.andrewtrommer.com/2007/12/26/merry-christmas/</feedburner:origLink></item>
		<item>
		<title>Our House on Google Street View</title>
		<link>http://feeds.feedburner.com/~r/andytrommer/~3/206699492/</link>
		<comments>http://www.andrewtrommer.com/2007/12/15/our-house-on-google-street-view/#comments</comments>
		<pubDate>Sat, 15 Dec 2007 07:13:03 +0000</pubDate>
		<dc:creator>atrommer</dc:creator>
		
		<category><![CDATA[google]]></category>

		<category><![CDATA[House]]></category>

		<category><![CDATA[maps]]></category>

		<guid isPermaLink="false">http://www.andrewtrommer.com/2007/12/15/our-house-on-google-street-view/</guid>
		<description><![CDATA[Google launched new cities for their very awesome Street View last week and DFW made the release.  If you haven&#8217;t seen it, online or in person, Google contracted a company to drive up and down essentially every street in various large cities with 360 degree cameras mounted to the roof of the car.  [...]]]></description>
			<content:encoded><![CDATA[<p>Google launched new cities for their very awesome Street View last week and DFW made the release.  If you haven&#8217;t seen it, online or in person, Google contracted a company to drive up and down essentially every street in various large cities with 360 degree cameras mounted to the roof of the car.  This was paired with GPS coordinates and fed back into Google Maps with a very slick interface that allows you to click around the city and get 360 views from almost anywhere.</p>
<p>In fact, here is our house in Street View:<br />
(easter egg, if you swing around to the other side of the street you can see my neighbor out for a walk with her daughter)</p>
<p><iframe src="http://maps.google.com/maps/sv?cbp=1,481.69730038022817,,0,8.764258555133077&amp;cbll=32.927323,-97.288778&amp;v=1&amp;panoid=NCvXzyfEyggpJ3BLm1Mv5A&amp;gl=&amp;hl=" marginheight="0" marginwidth="0" frameborder="0" height="240" scrolling="no" width="425"></iframe><br />
<small><a href="http://maps.google.com/maps?cbp=1,481.69730038022817,,0,8.764258555133077&amp;cbll=32.927323,-97.288778&amp;ll=32.927323,-97.288778&amp;layer=c" id="cbembedlink" style="color: #0000ff; text-align: left" onclick="javascript:pageTracker._trackPageview ('/outbound/maps.google.com');">View Larger Map</a></small></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/andytrommer?a=OQJQqQc"><img src="http://feeds.feedburner.com/~f/andytrommer?i=OQJQqQc" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=0xLGVvD"><img src="http://feeds.feedburner.com/~f/andytrommer?i=0xLGVvD" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=AEzOfzC"><img src="http://feeds.feedburner.com/~f/andytrommer?i=AEzOfzC" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=kLOl5zD"><img src="http://feeds.feedburner.com/~f/andytrommer?i=kLOl5zD" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=z4iSn2C"><img src="http://feeds.feedburner.com/~f/andytrommer?i=z4iSn2C" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/andytrommer/~4/206699492" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.andrewtrommer.com/2007/12/15/our-house-on-google-street-view/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=andytrommer&amp;itemurl=http%3A%2F%2Fwww.andrewtrommer.com%2F2007%2F12%2F15%2Four-house-on-google-street-view%2F</feedburner:awareness><feedburner:origLink>http://www.andrewtrommer.com/2007/12/15/our-house-on-google-street-view/</feedburner:origLink></item>
		<item>
		<title>Laziness can be productive</title>
		<link>http://feeds.feedburner.com/~r/andytrommer/~3/206699493/</link>
		<comments>http://www.andrewtrommer.com/2007/12/02/laziness-can-be-productive/#comments</comments>
		<pubDate>Sun, 02 Dec 2007 23:55:12 +0000</pubDate>
		<dc:creator>atrommer</dc:creator>
		
		<category><![CDATA[applescript]]></category>

		<category><![CDATA[hypem]]></category>

		<category><![CDATA[itunes]]></category>

		<category><![CDATA[mp3]]></category>

		<category><![CDATA[podcast]]></category>

		<guid isPermaLink="false">http://www.andrewtrommer.com/2007/12/02/laziness-can-be-productive/</guid>
		<description><![CDATA[I listen to a lot of music blogs.  In my laziness, I found the Hype Machine to save me the trouble of downloading the tracks individually.  They turn music blogs into nice, happy podcast RSS feeds.
This was excellent.
However, hypem reformats the ID3 info to be &#8220;artist name - track name&#8221; in the name [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://despair.com/laziness.html" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/despair.com');"><img src="http://www.andrewtrommer.com/wp-content/uploads/2007/12/laziness.thumbnail.jpg" alt="Laziness" align="left" /></a>I listen to a <a href="http://www.brooklynvegan.com/" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.brooklynvegan.com');">lot</a> <a href="http://sixeyes.blogspot.com/" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/sixeyes.blogspot.com');">of</a> <a href="http://myoldkyhome.blogspot.com/" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/myoldkyhome.blogspot.com');">music</a> <a href="http://gorillavsbear.blogspot.com/" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/gorillavsbear.blogspot.com');">blogs</a>.  In my laziness, I found the <a href="http://hypem.com" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/hypem.com');">Hype Machine</a> to save me the trouble of downloading the tracks individually.  They turn music blogs into nice, happy podcast RSS feeds.</p>
<p>This was excellent.</p>
<p>However, hypem reformats the ID3 info to be &#8220;artist name - track name&#8221; in the name field.  This is annoying.  So annoying, in fact, that it drove me to write my first applscript.  Good god applescript is easy.</p>
<p>This simply renames the track info for whatever tracks you have selected in iTunes.  It puts the &#8220;artist name&#8221; portion into the Artist field if it&#8217;s blank, and then updates the &#8220;track name&#8221; portion to be formatted correctly.</p>
<p><a href="http://www.andrewtrommer.com/2007/12/02/laziness-can-be-productive/updatetracknames-itunes-applescript/" rel="attachment wp-att-94" title="UpdateTrackNames iTunes applescript">UpdateTrackNames iTunes applescript</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/andytrommer?a=F7ny62c"><img src="http://feeds.feedburner.com/~f/andytrommer?i=F7ny62c" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=wggvUsD"><img src="http://feeds.feedburner.com/~f/andytrommer?i=wggvUsD" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=GCeYcPC"><img src="http://feeds.feedburner.com/~f/andytrommer?i=GCeYcPC" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=LHZZ0zD"><img src="http://feeds.feedburner.com/~f/andytrommer?i=LHZZ0zD" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=OQCK48C"><img src="http://feeds.feedburner.com/~f/andytrommer?i=OQCK48C" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/andytrommer/~4/206699493" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.andrewtrommer.com/2007/12/02/laziness-can-be-productive/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=andytrommer&amp;itemurl=http%3A%2F%2Fwww.andrewtrommer.com%2F2007%2F12%2F02%2Flaziness-can-be-productive%2F</feedburner:awareness><feedburner:origLink>http://www.andrewtrommer.com/2007/12/02/laziness-can-be-productive/</feedburner:origLink></item>
		<item>
		<title>Lies, damn lies, and the press</title>
		<link>http://feeds.feedburner.com/~r/andytrommer/~3/206699494/</link>
		<comments>http://www.andrewtrommer.com/2007/11/30/lies-damn-lies-and-the-press/#comments</comments>
		<pubDate>Fri, 30 Nov 2007 22:03:14 +0000</pubDate>
		<dc:creator>atrommer</dc:creator>
		
		<category><![CDATA[Politics]]></category>

		<category><![CDATA[media]]></category>

		<guid isPermaLink="false">http://www.andrewtrommer.com/2007/11/30/lies-damn-lies-and-the-press/</guid>
		<description><![CDATA[In a widely run story, a teacher was wrongfully detained in Sudan after her students named a class teddy bear &#8220;Mohammed&#8221;.  Absolutely ridiculous,  to be sure.
Some facts about the recent rally:

From the BBC to AP, most media outlets count the rally at around 1000 protesters
 Out of all those protesting, only a small [...]]]></description>
			<content:encoded><![CDATA[<p>In a widely run story, a teacher was wrongfully detained in Sudan after her students named a class teddy bear &#8220;Mohammed&#8221;.  Absolutely ridiculous,  to be sure.</p>
<p>Some facts about the recent rally:</p>
<ul>
<li>From the BBC to AP, most media outlets count the rally at around 1000 protesters</li>
<li> Out of all those protesting, only a small group were calling for executions</li>
<li>The Sudanese government, while defunct for supporting the charges in the first place, have sentenced Gibbons to 15 days in jail</li>
<li>The UK government is appealing and chances are that by the end of the weekend this will just be another embarrassing moment in modern Sudan politics</li>
</ul>
<p>However, in the media led this story with outrageous headlines:</p>
<ul>
<li>CNN: <a href="http://www.cnn.com/2007/WORLD/africa/11/30/sudan.bears/index.html" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.cnn.com');">Sudan protesters: Execute teacher</a>
<ul>
<li>Execute isn&#8217;t even in the copy</li>
</ul>
</li>
<li>AP: <a href="http://www.foxnews.com/story/0,2933,314111,00.html" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.foxnews.com');">Thousands in Sudan Call for British Teddy Bear Teacher&#8217;s Execution</a>
<ul>
<li> again, the small handful reported in other outlets is exaggerated to now be the entire protest group calling for executions</li>
</ul>
</li>
</ul>
<p>As usual, <a href="http://www.nytimes.com/2007/12/01/world/africa/01sudan.html?_r=1&amp;hp&amp;oref=slogin" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.nytimes.com');">NY Times had the most rational report</a>, noting the small amount of protests were largely those ordered to be there by the government and that across the city the mosques weren&#8217;t calling for any violence whatsoever.<br />
Just another wonderful sign that anything can be bumped to the top of the major networks, regardless of factuality.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/andytrommer?a=fHjpOnc"><img src="http://feeds.feedburner.com/~f/andytrommer?i=fHjpOnc" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=FOGZkXD"><img src="http://feeds.feedburner.com/~f/andytrommer?i=FOGZkXD" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=3WX5rCC"><img src="http://feeds.feedburner.com/~f/andytrommer?i=3WX5rCC" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=WgokasD"><img src="http://feeds.feedburner.com/~f/andytrommer?i=WgokasD" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=SjLg3BC"><img src="http://feeds.feedburner.com/~f/andytrommer?i=SjLg3BC" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/andytrommer/~4/206699494" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.andrewtrommer.com/2007/11/30/lies-damn-lies-and-the-press/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=andytrommer&amp;itemurl=http%3A%2F%2Fwww.andrewtrommer.com%2F2007%2F11%2F30%2Flies-damn-lies-and-the-press%2F</feedburner:awareness><feedburner:origLink>http://www.andrewtrommer.com/2007/11/30/lies-damn-lies-and-the-press/</feedburner:origLink></item>
		<item>
		<title>Viral Marketing, as fun as ebola</title>
		<link>http://feeds.feedburner.com/~r/andytrommer/~3/206699495/</link>
		<comments>http://www.andrewtrommer.com/2007/11/25/viral-marketing-as-fun-as-ebola/#comments</comments>
		<pubDate>Mon, 26 Nov 2007 03:41:47 +0000</pubDate>
		<dc:creator>atrommer</dc:creator>
		
		<category><![CDATA[Tech]]></category>

		<category><![CDATA[Video]]></category>

		<category><![CDATA[viral]]></category>

		<guid isPermaLink="false">http://www.andrewtrommer.com/2007/11/25/viral-marketing-as-fun-as-ebola/</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000 "id="http://community.kawan2.com/kickapps/flash/premium_drop_v3.swf?b=1&#038;widgetHost=community.kawan2.com&#038;mediaType=VIDEO&#038;mediaId=113319&#038;as=7072" width="420" height="365"codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab"><param name="movie" value="http://community.kawan2.com/kickapps/flash/premium_drop_v3.swf?b=1&#038;widgetHost=community.kawan2.com&#038;mediaType=VIDEO&#038;mediaId=113319&#038;as=7072"/><param name="quality" value="high" /><param name="menu" value="false" /><param name="allowScriptAccess" value="always" /><param name="bgcolor" value="#ffffff" /><param name="allowFullScreen" value="true" /><embed type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"  allowFullScreen="true" allowScriptAccess="always" quality="high" menu="false" bgcolor="#ffffff" src="http://community.kawan2.com/kickapps/flash/premium_drop_v3.swf?b=1&#038;widgetHost=community.kawan2.com&#038;mediaType=VIDEO&#038;mediaId=113319&#038;as=7072"type="application/x-shockwave-flash" width="420"height="365"></embed></object></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/andytrommer?a=rtehA4c"><img src="http://feeds.feedburner.com/~f/andytrommer?i=rtehA4c" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=7DNq9kD"><img src="http://feeds.feedburner.com/~f/andytrommer?i=7DNq9kD" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=WLt32tC"><img src="http://feeds.feedburner.com/~f/andytrommer?i=WLt32tC" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=liHkQLD"><img src="http://feeds.feedburner.com/~f/andytrommer?i=liHkQLD" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=j06p3sC"><img src="http://feeds.feedburner.com/~f/andytrommer?i=j06p3sC" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/andytrommer/~4/206699495" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.andrewtrommer.com/2007/11/25/viral-marketing-as-fun-as-ebola/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=andytrommer&amp;itemurl=http%3A%2F%2Fwww.andrewtrommer.com%2F2007%2F11%2F25%2Fviral-marketing-as-fun-as-ebola%2F</feedburner:awareness><feedburner:origLink>http://www.andrewtrommer.com/2007/11/25/viral-marketing-as-fun-as-ebola/</feedburner:origLink></item>
		<item>
		<title>Chilly Thanksgiving</title>
		<link>http://feeds.feedburner.com/~r/andytrommer/~3/206699496/</link>
		<comments>http://www.andrewtrommer.com/2007/11/25/chilly-thanksgiving/#comments</comments>
		<pubDate>Sun, 25 Nov 2007 07:10:56 +0000</pubDate>
		<dc:creator>atrommer</dc:creator>
		
		<category><![CDATA[360]]></category>

		<category><![CDATA[Cars]]></category>

		<category><![CDATA[Food]]></category>

		<category><![CDATA[Thanksgiving]]></category>

		<guid isPermaLink="false">http://www.andrewtrommer.com/2007/11/25/chilly-thanksgiving/</guid>
		<description><![CDATA[Thanksgiving week is usually fairly dead around the office and this year was no exception.  I was fortunate enough to get Thursday and Friday off, unlike Angela who has been keeping people well-medicated over the holiday.Thursday I got up and started work on my first foray into holiday cooking - smoking a turkey.  I don&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>Thanksgiving week is usually fairly dead around the office and this year was no exception.  I was fortunate enough to get Thursday and Friday off, unlike Angela who has been keeping people well-medicated over the holiday.Thursday I got up and started work on my first foray into holiday cooking - smoking a turkey.  I don&#8217;t have a smoker, but my grill does have an adjustable charcoal tray and a firedoor.  We also picked up some applewood chips that I soaked overnight.  While I was prepping the weather turned from sunny to miserable in the course of about an hour.  We even got snow!  (Briefly!  (Which immediately melted due to the fact that  it was 70 earlier in the week!))Dinner went very well; nobody got sick and Jabber greatly enjoyed the turkey.  Later in the afternoon Angela and I put up our tree and did some minor decoration indoors while a completely superfluous fire burned in the background.Friday I forced myself outside to put up the outside lights and garlands because the weather was decent and forecasted to get nasty this weekend.  I felt so bad for my neighbor, though.  He has the distinct disadvantage of having a two-story house with a very high peak on it.  He&#8217;s about as tall as me (if not a bit shorter) and actually rappels down his roof.  His wife and him spent the better part of the day hanging lights, while I simply strolled out, climbed up onto the roof, and finished my lights in about 1.5 hours.  I felt guilty.Eric and I went out for a couple drinks at Southlake Tavern, an okay choice considering that neither of us wanted to drive downtown.  It was good to catch up as we&#8217;ve both been so busy recently.Today was generally lazy for me as Angela worked this morning.  I watched old eps of Top Gear, played the incredibly short Orange Box demo on 360, and caught up on Forza 2.  This evening we met up with David and Anni for a belated birthday dinner and it was great to see them.  The rest of the evening has largely been me being lazy while Angela fevorishly wraps packages.  I&#8217;ve become extremely talented at holding ribbon down while multitasking.Well, it appears we are out of tape, time to hunt for some more! </p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/andytrommer?a=vY7z7cc"><img src="http://feeds.feedburner.com/~f/andytrommer?i=vY7z7cc" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=KlYg2vD"><img src="http://feeds.feedburner.com/~f/andytrommer?i=KlYg2vD" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=FT17lUC"><img src="http://feeds.feedburner.com/~f/andytrommer?i=FT17lUC" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=uJVnfZD"><img src="http://feeds.feedburner.com/~f/andytrommer?i=uJVnfZD" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=Wi8ilPC"><img src="http://feeds.feedburner.com/~f/andytrommer?i=Wi8ilPC" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/andytrommer/~4/206699496" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.andrewtrommer.com/2007/11/25/chilly-thanksgiving/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=andytrommer&amp;itemurl=http%3A%2F%2Fwww.andrewtrommer.com%2F2007%2F11%2F25%2Fchilly-thanksgiving%2F</feedburner:awareness><feedburner:origLink>http://www.andrewtrommer.com/2007/11/25/chilly-thanksgiving/</feedburner:origLink></item>
		<item>
		<title>Spoon + New Pornographers</title>
		<link>http://feeds.feedburner.com/~r/andytrommer/~3/206699497/</link>
		<comments>http://www.andrewtrommer.com/2007/11/04/spoon-new-pornographers/#comments</comments>
		<pubDate>Sun, 04 Nov 2007 18:27:29 +0000</pubDate>
		<dc:creator>atrommer</dc:creator>
		
		<category><![CDATA[Music]]></category>

		<category><![CDATA[New Pornographers]]></category>

		<category><![CDATA[Spoon]]></category>

		<guid isPermaLink="false">http://www.andrewtrommer.com/2007/11/04/spoon-new-pornographers/</guid>
		<description><![CDATA[Caught the Spoon/New Pornographers show Friday night at HOB.  I really don&#8217;t like this venue overall, but the gear was good so I couldn&#8217;t complain about the sound.  It&#8217;s just very boxy and the balcony overhang comes out too close to the stage.  Didn&#8217;t affect me, somehow I managed to work my [...]]]></description>
			<content:encoded><![CDATA[<p>Caught the <a href="http://www.spoontheband.com/" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.spoontheband.com');">Spoon</a>/<a href="http://www.thenewpornographers.com/" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.thenewpornographers.com');">New Pornographers</a> show Friday night at <a href="http://www.hob.com/venues/clubvenues/dallas/" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.hob.com');">HOB</a>.  I really don&#8217;t like this venue overall, but the gear was good so I couldn&#8217;t complain about the sound.  It&#8217;s just very boxy and the balcony overhang comes out too close to the stage.  Didn&#8217;t affect me, somehow I managed to work my way to the front center.</p>
<p><a href="http://www.emmapollock.com/" title="Site appears to be down today, was up yesterday..." target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.emmapollock.com');">Emma Pollock</a> opened and she was amazing.  Her singing powered through and it was a great start to the already delayed evening.<br />
New Pornographers were all together, which I hear is a rarity considering the number of miscellaneous solo careers within the band.  They put on an awesome show, and I loved the superband quality to the performance as various members came in to solo than rotated back to support.</p>
<p>Spoon finally made it on and the energy they brought was incredible.  I was also happy to hear them play &#8220;The Ghost of You Lingers&#8221; as most people seemed to dismiss this track on <a href="http://en.wikipedia.org/wiki/Ga_Ga_Ga_Ga_Ga" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/en.wikipedia.org');">Ga Ga Ga Ga Ga</a>, but I love it.  Hearing it live was both eerie and powerful.</p>
<p><!-- Start of Flickr Badge --></p>
<style type="text/css"> /* Images are wrapped in divs classed "flickr_badge_image" with ids "flickr_badge_imageX" where "X" is an integer specifying ordinal position. Below are some styles to get you started! */ #flickr_badge_uber_wrapper {text-align:center; width:260px;} #flickr_badge_wrapper {padding:10px 0 10px 0;} .flickr_badge_image {margin:0 10px 10px 10px;} .flickr_badge_image img {border: 1px solid black !important;} #flickr_badge_source {text-align:left; margin:0 10px 0 10px;} #flickr_badge_icon {float:left; margin-right:5px;} #flickr_www {display:block; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;} #flickr_badge_uber_wrapper a:hover, #flickr_badge_uber_wrapper a:link, #flickr_badge_uber_wrapper a:active, #flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#3993ff;} #flickr_badge_wrapper {background-color:#ffffff;border: solid 1px #000000} #flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;} </style>
<p id="flickr_badge_uber_wrapper"><a href="http://www.flickr.com" id="flickr_www" onclick="javascript:pageTracker._trackPageview ('/outbound/www.flickr.com');">www.<strong style="color: #3993ff">flick<span style="color: #ff1c92">r</span></strong>.com</a></p>
<p id="flickr_badge_wrapper"> <script src="http://www.flickr.com/badge_code_v2.gne?count=10&amp;display=latest&amp;size=m&amp;layout=x&amp;source=user_tag&amp;user=87741035%40N00&amp;tag=lastfm%3Aevent%3D284853" type="text/javascript"></script></p>
<p><!-- End of Flickr Badge --></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/andytrommer?a=y7ZpS1c"><img src="http://feeds.feedburner.com/~f/andytrommer?i=y7ZpS1c" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=thj6v2D"><img src="http://feeds.feedburner.com/~f/andytrommer?i=thj6v2D" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=xeJmAwC"><img src="http://feeds.feedburner.com/~f/andytrommer?i=xeJmAwC" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=sR8BVID"><img src="http://feeds.feedburner.com/~f/andytrommer?i=sR8BVID" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=QvwVRnC"><img src="http://feeds.feedburner.com/~f/andytrommer?i=QvwVRnC" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/andytrommer/~4/206699497" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.andrewtrommer.com/2007/11/04/spoon-new-pornographers/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=andytrommer&amp;itemurl=http%3A%2F%2Fwww.andrewtrommer.com%2F2007%2F11%2F04%2Fspoon-new-pornographers%2F</feedburner:awareness><feedburner:origLink>http://www.andrewtrommer.com/2007/11/04/spoon-new-pornographers/</feedburner:origLink></item>
		<item>
		<title>Spooky sync</title>
		<link>http://feeds.feedburner.com/~r/andytrommer/~3/206699498/</link>
		<comments>http://www.andrewtrommer.com/2007/10/31/spooky-sync/#comments</comments>
		<pubDate>Thu, 01 Nov 2007 01:06:33 +0000</pubDate>
		<dc:creator>atrommer</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[halloween]]></category>

		<category><![CDATA[top gear]]></category>

		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.andrewtrommer.com/2007/10/31/spooky-sync/</guid>
		<description><![CDATA[I&#8217;m sitting here at 7:45, still in the office, waiting for an implementation to finish.  It&#8217;s largely moving data from a legacy system (that we&#8217;re sunsetting) to our new system, so as the progress bar of my synchronization gets closer to 100% I get more excited, only to validate the data and then start [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m sitting here at 7:45, still in the office, waiting for an implementation to finish.  It&#8217;s largely moving data from a legacy system (that we&#8217;re sunsetting) to our new system, so as the progress bar of my synchronization gets closer to 100% I get more excited, only to validate the data and then start the next part of the sync.</p>
<p>Last time I checked it was in fact Halloween.  What really sucks is that the pumpkins I worked so hard on are sitting, unlit, on our front porch.  Angela says she left some candy outside - last year we had a total of 5 trick-or-treaters so I doubt there will be a mad rush this year.</p>
<p>I got home late last night as well and only had time to say &#8216;Hi&#8217; to the puppy before Angela came home off her evening shift.  Monday, however, I got home and watched this week&#8217;s ep of Top Gear.  Brilliant ep, and I died laughing when Jeromy said &#8216;I bet you&#8217;d get a lot of badge&#8217; during his Lambo &#8216;b for v&#8217; section.  Watch it and you&#8217;ll see what I mean.</p>
<p>Okay, I&#8217;m at 100%, time to doubleclick like a madman!!!!!!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/andytrommer?a=yhwLFMc"><img src="http://feeds.feedburner.com/~f/andytrommer?i=yhwLFMc" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=yXEfI5D"><img src="http://feeds.feedburner.com/~f/andytrommer?i=yXEfI5D" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=hXe9ABC"><img src="http://feeds.feedburner.com/~f/andytrommer?i=hXe9ABC" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=Li1yMyD"><img src="http://feeds.feedburner.com/~f/andytrommer?i=Li1yMyD" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=sZuAyIC"><img src="http://feeds.feedburner.com/~f/andytrommer?i=sZuAyIC" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/andytrommer/~4/206699498" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.andrewtrommer.com/2007/10/31/spooky-sync/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=andytrommer&amp;itemurl=http%3A%2F%2Fwww.andrewtrommer.com%2F2007%2F10%2F31%2Fspooky-sync%2F</feedburner:awareness><feedburner:origLink>http://www.andrewtrommer.com/2007/10/31/spooky-sync/</feedburner:origLink></item>
		<item>
		<title>Conference Fun</title>
		<link>http://feeds.feedburner.com/~r/andytrommer/~3/206699499/</link>
		<comments>http://www.andrewtrommer.com/2007/10/28/conference-fun/#comments</comments>
		<pubDate>Mon, 29 Oct 2007 03:02:07 +0000</pubDate>
		<dc:creator>atrommer</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Travel]]></category>

		<category />

		<category><![CDATA[Disney World]]></category>

		<category><![CDATA[Primavera]]></category>

		<category><![CDATA[Spoon]]></category>

		<category><![CDATA[Starlight]]></category>

		<category><![CDATA[Wii]]></category>

		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.andrewtrommer.com/2007/10/28/conference-fun/</guid>
		<description><![CDATA[If you&#8217;re wondering why it&#8217;s been so long since my last post, I blame work.  We are just a couple weeks outside the end of the 2 year project I&#8217;m on and we&#8217;re tying up all the loose ends, finishing our testing, and making sure our customers are on board.
Last week we sneaked away [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.andrewtrommer.com/gallery/main.php?g2_itemId=4966" target="_blank" title="See the rest of my photos!"><img src="http://www.andrewtrommer.com/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=4989&amp;g2_serialNumber=2" align="left" height="113" width="150" /></a>If you&#8217;re wondering why it&#8217;s been so long since my last post, I blame work.  We are just a couple weeks outside the end of the 2 year project I&#8217;m on and we&#8217;re tying up all the loose ends, finishing our testing, and making sure our customers are on board.</p>
<p>Last week we sneaked away to our vendor&#8217;s annual conference.  This year it was in Orlando, and it was my first year to go.  After some flight antics which I won&#8217;t bore you with we made it into Orlando and checked into our hotel, the <a href="http://www.starwoodhotels.com/westin/property/overview/index.html?propertyID=1018" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.starwoodhotels.com');">Swan</a> in Disney World.</p>
<p>The conference itself was a blast and we got to work directly with the vendor on many topics.  I even presented some of the work we&#8217;ve done in our current project.We made it back safely late Wednesday night and were beyond tired.  In addition to being at the conference, we had to keep things running back in Southlake, which meant very long days on top of the already packed conference schedule.  I ended up sleeping through my alarm Thursday morning which was actually really nice.  Hey, if you&#8217;re going to be late for work, you might as well be more rested!</p>
<p>This weekend we had a <a href="http://www.andrewtrommer.com/gallery/main.php?g2_itemId=4920" target="_blank" title="See the photos!">fun party</a> with Annie, David, and Ethan.  We debated which toxin was top (<a href="http://en.wikipedia.org/wiki/Botulinum_toxin" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/en.wikipedia.org');">botulinum</a> won), played Wii Sports, and enjoyed some tasty food. Today, Angela and I worked in the yard, finally cleaning up some old flowers that kept rising from the dead.  We replaced them with some blue and purple ones, and I&#8217;m sure Angela has <a href="http://www.angelaexplainsitall.com/?p=140" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.angelaexplainsitall.com');">covered this better than me</a> over at her blog.</p>
<p>We wanted to finish the evening up at our favorite local bar, Dublin Square (aka Beef O&#8217;Brady&#8217;s), but we were shocked to find that it had abruptly closed down!  Vendor invoices were taped to the door, someone had hastily scratched the name from the sign, and everything inside was still intact.  Tragedy ensued.  We managed to pick up the pieces of our lives and head down the road to a just-as-tasty place (Chapps, for references), but we (a) cannot walk there and (b) it doesn&#8217;t serve alcohol.  Sigh.</p>
<p>Angela and I decided to end the evening listening to the <a href="http://en.wikipedia.org/wiki/Thoroughly_Modern_Millie_%28musical%29" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/en.wikipedia.org');">Thoroughly Modern Millie</a> original cast recording.  When I was at Starlight we opened the National Tour.  I love that show!  We also worked on blogging and watching America&#8217;s Most Smartest Model.</p>
<p>If anyone has tickets to this Friday&#8217;s  <a href="http://www.thenewpornographers.com/" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.thenewpornographers.com');">New Pornographers</a>/<a href="http://www.spoontheband.com/" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.spoontheband.com');">Spoon</a> show, call me.  I&#8217;m the only one in my group that actually got tickets early so I&#8217;m flying solo.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/andytrommer?a=oB6pmTc"><img src="http://feeds.feedburner.com/~f/andytrommer?i=oB6pmTc" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=NxTL0ED"><img src="http://feeds.feedburner.com/~f/andytrommer?i=NxTL0ED" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=2NTpTdC"><img src="http://feeds.feedburner.com/~f/andytrommer?i=2NTpTdC" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=AeTb9eD"><img src="http://feeds.feedburner.com/~f/andytrommer?i=AeTb9eD" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=YfvjAxC"><img src="http://feeds.feedburner.com/~f/andytrommer?i=YfvjAxC" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/andytrommer/~4/206699499" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.andrewtrommer.com/2007/10/28/conference-fun/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=andytrommer&amp;itemurl=http%3A%2F%2Fwww.andrewtrommer.com%2F2007%2F10%2F28%2Fconference-fun%2F</feedburner:awareness><feedburner:origLink>http://www.andrewtrommer.com/2007/10/28/conference-fun/</feedburner:origLink></item>
		<item>
		<title>Angela and jabber relaxing in the bedroom</title>
		<link>http://feeds.feedburner.com/~r/andytrommer/~3/206699500/</link>
		<comments>http://www.andrewtrommer.com/2007/09/30/angela-and-jabber-relaxing-in-the-bedroom/#comments</comments>
		<pubDate>Sun, 30 Sep 2007 19:26:57 +0000</pubDate>
		<dc:creator>atrommer</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.andrewtrommer.com/2007/09/30/angela-and-jabber-relaxing-in-the-bedroom/</guid>
		<description><![CDATA[
.flickr-photo { border: solid 2px #000000; }
.flickr-yourcomment { }
.flickr-frame { text-align: left; padding: 3px; }
.flickr-caption { font-size: 0.8em; margin-top: 0px; }


	

	Angela and jabber relaxing in the bedroom, originally uploaded by andytrommer.


]]></description>
			<content:encoded><![CDATA[<style type="text/css">
.flickr-photo { border: solid 2px #000000; }
.flickr-yourcomment { }
.flickr-frame { text-align: left; padding: 3px; }
.flickr-caption { font-size: 0.8em; margin-top: 0px; }
</style>
<div class="flickr-frame">
	<a href="http://www.flickr.com/photos/andytrommer/1463861657/" title="photo sharing" onclick="javascript:pageTracker._trackPageview ('/outbound/www.flickr.com');"><img src="http://farm2.static.flickr.com/1090/1463861657_2577c6c5cd_m.jpg" class="flickr-photo" alt="" /></a><br />
<br />
	<span class="flickr-caption"><a href="http://www.flickr.com/photos/andytrommer/1463861657/" onclick="javascript:pageTracker._trackPageview ('/outbound/www.flickr.com');">Angela and jabber relaxing in the bedroom</a>, originally uploaded by <a href="http://www.flickr.com/people/andytrommer/" onclick="javascript:pageTracker._trackPageview ('/outbound/www.flickr.com');">andytrommer</a>.</span>
</div>
<p class="flickr-yourcomment">
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/andytrommer?a=Vk12Tjc"><img src="http://feeds.feedburner.com/~f/andytrommer?i=Vk12Tjc" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=EPKpKyD"><img src="http://feeds.feedburner.com/~f/andytrommer?i=EPKpKyD" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=SBpR3nC"><img src="http://feeds.feedburner.com/~f/andytrommer?i=SBpR3nC" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=XtmXQFD"><img src="http://feeds.feedburner.com/~f/andytrommer?i=XtmXQFD" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=ctpKEyC"><img src="http://feeds.feedburner.com/~f/andytrommer?i=ctpKEyC" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/andytrommer/~4/206699500" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.andrewtrommer.com/2007/09/30/angela-and-jabber-relaxing-in-the-bedroom/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=andytrommer&amp;itemurl=http%3A%2F%2Fwww.andrewtrommer.com%2F2007%2F09%2F30%2Fangela-and-jabber-relaxing-in-the-bedroom%2F</feedburner:awareness><feedburner:origLink>http://www.andrewtrommer.com/2007/09/30/angela-and-jabber-relaxing-in-the-bedroom/</feedburner:origLink></item>
		<item>
		<title>And you thought you were good</title>
		<link>http://feeds.feedburner.com/~r/andytrommer/~3/206699501/</link>
		<comments>http://www.andrewtrommer.com/2007/09/10/and-you-thought-you-were-good/#comments</comments>
		<pubDate>Mon, 10 Sep 2007 23:12:41 +0000</pubDate>
		<dc:creator>atrommer</dc:creator>
		
		<category><![CDATA[Tech]]></category>

		<category><![CDATA[Tetris]]></category>

		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.andrewtrommer.com/2007/09/10/and-you-thought-you-were-good/</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<div><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/jwC544Z37qo"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/jwC544Z37qo" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object></div>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/andytrommer?a=52b1Hqc"><img src="http://feeds.feedburner.com/~f/andytrommer?i=52b1Hqc" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=dISKiFD"><img src="http://feeds.feedburner.com/~f/andytrommer?i=dISKiFD" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=MLoiCiC"><img src="http://feeds.feedburner.com/~f/andytrommer?i=MLoiCiC" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=OfIkvaD"><img src="http://feeds.feedburner.com/~f/andytrommer?i=OfIkvaD" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=FZ89wfC"><img src="http://feeds.feedburner.com/~f/andytrommer?i=FZ89wfC" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/andytrommer/~4/206699501" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.andrewtrommer.com/2007/09/10/and-you-thought-you-were-good/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=andytrommer&amp;itemurl=http%3A%2F%2Fwww.andrewtrommer.com%2F2007%2F09%2F10%2Fand-you-thought-you-were-good%2F</feedburner:awareness><feedburner:origLink>http://www.andrewtrommer.com/2007/09/10/and-you-thought-you-were-good/</feedburner:origLink></item>
		<item>
		<title>Griff and Dad Wii Boxing</title>
		<link>http://feeds.feedburner.com/~r/andytrommer/~3/206699502/</link>
		<comments>http://www.andrewtrommer.com/2007/09/02/griff-and-dad-wii-boxing/#comments</comments>
		<pubDate>Sun, 02 Sep 2007 23:19:22 +0000</pubDate>
		<dc:creator>atrommer</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Boxing]]></category>

		<category><![CDATA[Dad]]></category>

		<category><![CDATA[Griff]]></category>

		<category><![CDATA[Video]]></category>

		<category><![CDATA[Wii]]></category>

		<guid isPermaLink="false">http://www.andrewtrommer.com/2007/09/02/griff-and-dad-wii-boxing/</guid>
		<description><![CDATA[More to come, but here&#8217;s a preview of the weekend Wii fun. 
]]></description>
			<content:encoded><![CDATA[<p>More to come, but here&#8217;s a preview of the weekend Wii fun.<object width="425" height="353"> <param value="http://www.youtube.com/v/V2tXwoT9HJE" name="movie"></param><param value="transparent" name="wmode"></param><embed src="http://www.youtube.com/v/V2tXwoT9HJE" width="425" height="353" wmode="transparent" type="application/x-shockwave-flash"></embed></object></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/andytrommer?a=PMbXdwc"><img src="http://feeds.feedburner.com/~f/andytrommer?i=PMbXdwc" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=aSfmaDD"><img src="http://feeds.feedburner.com/~f/andytrommer?i=aSfmaDD" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=SeaROgC"><img src="http://feeds.feedburner.com/~f/andytrommer?i=SeaROgC" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=rfk6rKD"><img src="http://feeds.feedburner.com/~f/andytrommer?i=rfk6rKD" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=bieZdUC"><img src="http://feeds.feedburner.com/~f/andytrommer?i=bieZdUC" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/andytrommer/~4/206699502" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.andrewtrommer.com/2007/09/02/griff-and-dad-wii-boxing/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=andytrommer&amp;itemurl=http%3A%2F%2Fwww.andrewtrommer.com%2F2007%2F09%2F02%2Fgriff-and-dad-wii-boxing%2F</feedburner:awareness><feedburner:origLink>http://www.andrewtrommer.com/2007/09/02/griff-and-dad-wii-boxing/</feedburner:origLink></item>
		<item>
		<title>Don’t You Evah Threesixtywii?</title>
		<link>http://feeds.feedburner.com/~r/andytrommer/~3/206699503/</link>
		<comments>http://www.andrewtrommer.com/2007/08/28/dont-you-evah-threesixtywii/#comments</comments>
		<pubDate>Wed, 29 Aug 2007 04:42:50 +0000</pubDate>
		<dc:creator>atrommer</dc:creator>
		
		<category><![CDATA[Tech]]></category>

		<category><![CDATA[360]]></category>

		<category><![CDATA[Spoon]]></category>

		<category><![CDATA[Wii]]></category>

		<guid isPermaLink="false">http://www.andrewtrommer.com/2007/08/28/dont-you-evah-threesixtywii/</guid>
		<description><![CDATA[It was bound to occur again.  360 #2 bit the dust while trying to play what evidently is the most taxing task for the console - watching a DVD.  Poor Big Labowski, you had to be watched through my Powerbook&#8217;s DVI port.

It really was a week of things breaking.  After my 360 [...]]]></description>
			<content:encoded><![CDATA[<p>It was bound to occur again.  360 #2 bit the dust while trying to play what evidently is the most taxing task for the console - watching a DVD.  Poor Big Labowski, you had to be watched through my Powerbook&#8217;s DVI port.</p>
<p><a href="http://www.andrewtrommer.com/2007/08/28/dont-you-evah-threesixtywii/missing-360/" rel="attachment wp-att-71" title="Missing 360"><img src="http://www.andrewtrommer.com/wp-content/uploads/2007/08/missing-360_text.jpg" alt="Missing 360" height="453" width="602" /></a></p>
<p>It really was a week of things breaking.  After my 360 bit the dust, my router&#8217;s LAN ports all died.  WLAN was fine, but anything wired was dead.  After many calls back and forth to Fios Support (who never can figure out how to look my account up since I don&#8217;t have local phone service) they finally decided that I wasn&#8217;t a moron and drop-shipped me a new router.  Woohoo.</p>
<p>Microsoft was also helpful after running through the entire script of questions, and Wednesday night my empty RTM box showed up, awaiting my lousy 360.  Thursday I dropped it off at the UPS store in Southlake, which just so happens to be next to a GameStop.  I had some money left on the gift card from Griff and decided to pick up Brain Age 2 for Angela.  Right.  Angela.</p>
<p>The guy at the counter isn&#8217;t the most knowledgeable man, but he loves to talk about games.  Especially on my lunch break.  I casually asked if he had any Wiis in, since I knew he had a decent supply of used consoles that get picked up within an hour of being dropped off.  HE DID!  And, what was better, he had a brand new Wii waiting for me.  After careful deliberation while pulling my card out of my wallet, I purchased a Wii for Angela and I.</p>
<p>I love the Wii.  I love the Wii like I loved playing NES for the first time at Greg Sorrell&#8217;s house.  I love the controller, I love Wii Sports.  I love the fact that Angela plays it.  I don&#8217;t know how much staying power it has, but I&#8217;m excited for what the future brings in game releases.</p>
<p>I have a brand new copy of Bioshock sitting sadly in its shrinkwrap, waiting for my 3rd 360 to wander home.  Hopefully it finds its way soon.</p>
<p>Unrelated to gaming, the new Spoon video, Don&#8217;t You Evah, is awesome.</p>
<div>
<object height="353" width="425"><param name="movie" value="http://www.youtube.com/v/nPdP1jBfxzo"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/nPdP1jBfxzo" type="application/x-shockwave-flash" wmode="transparent" height="353" width="425"></embed></object>
</div>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/andytrommer?a=JgfTSgc"><img src="http://feeds.feedburner.com/~f/andytrommer?i=JgfTSgc" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=ZbSOkKD"><img src="http://feeds.feedburner.com/~f/andytrommer?i=ZbSOkKD" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=mcyyOdC"><img src="http://feeds.feedburner.com/~f/andytrommer?i=mcyyOdC" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=e5UPRrD"><img src="http://feeds.feedburner.com/~f/andytrommer?i=e5UPRrD" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=yTBAgqC"><img src="http://feeds.feedburner.com/~f/andytrommer?i=yTBAgqC" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/andytrommer/~4/206699503" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.andrewtrommer.com/2007/08/28/dont-you-evah-threesixtywii/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=andytrommer&amp;itemurl=http%3A%2F%2Fwww.andrewtrommer.com%2F2007%2F08%2F28%2Fdont-you-evah-threesixtywii%2F</feedburner:awareness><feedburner:origLink>http://www.andrewtrommer.com/2007/08/28/dont-you-evah-threesixtywii/</feedburner:origLink></item>
		<item>
		<title>On the exit door</title>
		<link>http://feeds.feedburner.com/~r/andytrommer/~3/206699504/</link>
		<comments>http://www.andrewtrommer.com/2007/08/11/on-the-exit-door/#comments</comments>
		<pubDate>Sat, 11 Aug 2007 23:49:58 +0000</pubDate>
		<dc:creator>atrommer</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.andrewtrommer.com/2007/08/11/on-the-exit-door/</guid>
		<description><![CDATA[
.flickr-photo { border: solid 2px #000000; }
.flickr-yourcomment { }
.flickr-frame { text-align: left; padding: 3px; }
.flickr-caption { font-size: 0.8em; margin-top: 0px; }


	

	On the exit door, originally uploaded by andytrommer.


	As we were leaving we saw this.
]]></description>
			<content:encoded><![CDATA[<style type="text/css">
.flickr-photo { border: solid 2px #000000; }
.flickr-yourcomment { }
.flickr-frame { text-align: left; padding: 3px; }
.flickr-caption { font-size: 0.8em; margin-top: 0px; }
</style>
<div class="flickr-frame">
	<a href="http://www.flickr.com/photos/andytrommer/1087394386/" title="photo sharing" onclick="javascript:pageTracker._trackPageview ('/outbound/www.flickr.com');"><img src="http://farm2.static.flickr.com/1432/1087394386_255a461451_m.jpg" class="flickr-photo" alt="" /></a><br />
<br />
	<span class="flickr-caption"><a href="http://www.flickr.com/photos/andytrommer/1087394386/" onclick="javascript:pageTracker._trackPageview ('/outbound/www.flickr.com');">On the exit door</a>, originally uploaded by <a href="http://www.flickr.com/people/andytrommer/" onclick="javascript:pageTracker._trackPageview ('/outbound/www.flickr.com');">andytrommer</a>.</span>
</div>
<p class="flickr-yourcomment">
	As we were leaving we saw this.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/andytrommer?a=7DDeddc"><img src="http://feeds.feedburner.com/~f/andytrommer?i=7DDeddc" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=5X4zqCD"><img src="http://feeds.feedburner.com/~f/andytrommer?i=5X4zqCD" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/andytrommer?a=x0ukCDC"><img src="http://feeds.feedburner.com/~f/andytrommer?i=x0ukC