<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Blog.ubrious &#187; Random</title>
	<atom:link href="http://blog.ubrio.us/category/random/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ubrio.us</link>
	<description>An Ordinary Web Developer's Blog</description>
	<lastBuildDate>Thu, 19 Jan 2012 00:44:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>History Meme</title>
		<link>http://blog.ubrio.us/code/history-meme/</link>
		<comments>http://blog.ubrio.us/code/history-meme/#comments</comments>
		<pubDate>Tue, 13 May 2008 00:40:20 +0000</pubDate>
		<dc:creator>Rob Hurring</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Nix]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[bored]]></category>

		<guid isPermaLink="false">http://blog.ubrio.us/?p=97</guid>
		<description><![CDATA[Took the idea from Dive Into Mark because I&#8217;m bored.   
If you&#8217;re curious to see which commands you use the most just run:
$>history &#124; awk '{a[$2]++}END{for(i in a){print a[i] " " i}}' &#124; sort -rn &#124; head

# local server
133 l
70 cd
47 svn
38 ..
29 e
26 mv
20 ll
10 rm
10 cp
8 ror

# remote server
123 l
74 cd
35 [...]]]></description>
			<content:encoded><![CDATA[<p>Took the idea from <a href='http://diveintomark.org/archives/2008/04/15/history-meme' onclick="pageTracker._trackPageview('/outgoing/diveintomark.org/archives/2008/04/15/history-meme?referer=');">Dive Into Mark</a> because I&#8217;m bored. <img src='http://blog.ubrio.us/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<p>If you&#8217;re curious to see which commands you use the most just run:</p>
<p><code><span>$></span>history | awk '{a[$2]++}END{for(i in a){print a[i] " " i}}' | sort -rn | head</code></p>
<pre>
# local server
133 l
70 cd
47 svn
38 ..
29 e
26 mv
20 ll
10 rm
10 cp
8 ror

# remote server
123 l
74 cd
35 svn
31 touch
26 ..
23 exit
23 cat
20 ll
18 rm
16 rake
</pre>
<h4>A few notes</h4>
<p>here are those goofy aliases that you see:</p>
<pre>
alias ll='ls -lah'
alias la='ls -a'
alias l='ls -lh'
alias ..='cd ..'
alias ~='cd ~'
alias e='mate '

alias ss='./script/server'
alias console='./script/console'
alias migration='./script/migration'

alias ror='/var/rubydev'
alias www='/var/www'
</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.ubrio.us/code/history-meme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>shakebook pro for leopard &#8211; switch spaces with violence!</title>
		<link>http://blog.ubrio.us/code/shakebook-pro-for-leopard-switch-spaces-with-violence/</link>
		<comments>http://blog.ubrio.us/code/shakebook-pro-for-leopard-switch-spaces-with-violence/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 22:59:21 +0000</pubDate>
		<dc:creator>Rob Hurring</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[smack]]></category>
		<category><![CDATA[violence]]></category>

		<guid isPermaLink="false">http://blog.ubrio.us/ruby/shakebook-pro-for-leopard-switch-spaces-with-violence/</guid>
		<description><![CDATA[
Update!
Switch spaces using your Apple Remote! (Or view the project on GitHub)

I was just goin around on the interblagosphere today and stumbled upon Erling Ellingsen&#8217;s smackbook pro. If you&#8217;ve never heard of this then you&#8217;re in for a shock. The basic idea behind what he has created is a way to switch virtual desktops simply [...]]]></description>
			<content:encoded><![CDATA[<div class='tip'>
<strong>Update!</strong><br />
<a href='http://blog.ubrio.us/web/ruby-dsl-for-apple-remotes/'>Switch spaces using your Apple Remote!</a> <small>(Or view the project on <a href='http://github.com/robhurring/apple-remote' onclick="pageTracker._trackPageview('/outgoing/github.com/robhurring/apple-remote?referer=');">GitHub</a>)</small>
</div>
<p>I was just goin around on the interblagosphere today and stumbled upon <a href="http://blog.medallia.com/2006/05/smacbook_pro.html" onclick="pageTracker._trackPageview('/outgoing/blog.medallia.com/2006/05/smacbook_pro.html?referer=');">Erling Ellingsen&#8217;s smackbook pro</a>. If you&#8217;ve never heard of this then you&#8217;re in for a shock. The basic idea behind what he has created is a way to switch virtual desktops simply by tapping the side of the laptop&#8217;s monitor.</p>
<p>I was immediately in love and wanted to play with it a bit but he was using <a href='http://desktopmanager.berlios.de/' onclick="pageTracker._trackPageview('/outgoing/desktopmanager.berlios.de/?referer=');">DesktopManager</a> to do the space switching. Since I&#8217;m running leopard on the laptop I figured that was a waste of time and I&#8217;d never actually use a 3&#8242;d party virtual desktop switching app&#8230; and so the journey began. I turned to my mortal enemy, applescript, to accomplish this. After some browsing and hacking I found that this simple code can send CONTROL-# keystrokes to get the job done:</p>
<pre>tell application "System Events"
	tell process "Finder"
		keystroke "[SPACENUMBER]" using control down
	end tell
end tell
</pre>
<p>If you toss that into <tt>osascript</tt> from the command line we can finally start to get somewhere. So the next step was to grab that sudden motion sensor app. Erling was using <a href='http://www.osxbook.com/software/sms/amstracker/' onclick="pageTracker._trackPageview('/outgoing/www.osxbook.com/software/sms/amstracker/?referer=');">AMSTracker</a> by Amit Singh so that seemed a good place to start. After that a quick ruby script tied the SMS dump to the applescript and a fun new project was born. It is a lotta bit rough around the edges and needs some sensitivity tuning, but it _does_ get the job done&#8230; just be a little rough* <img src='http://blog.ubrio.us/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<blockquote><p>I am definitely not responsible for any damage caused by using this script &#8212; it was a proof of concept hack.</p></blockquote>
<h3>Based off &#8220;SmackBook Pro&#8221;</h3>
<div class='wp-caption alignleft'>
<img src="http://file.ubrio.us/wordpress/default.jpg" alt="" title="default" width="130" height="97" class="alignnone size-full wp-image-96" /></p>
<p class='wp-caption-text'><a href='http://www.youtube.com/v/6uvQTTPr9Rw&#038;hl=en' rel='flash' class='lightview' title="Smackbook Pro::Bad and Rad" onclick="pageTracker._trackPageview('/outgoing/www.youtube.com/v/6uvQTTPr9Rw_038_hl=en?referer=');">YouTube Video</a></p>
</div>
<p>This is not mine, but mine does essentially the same thing, only using native Leopard spaces&#8230; and ruby.</p>
<p><br clear='both' /></p>
<h3>Where to get the script?</h3>
<ul>
<li><a href='http://code.google.com/p/shakebook/' onclick="pageTracker._trackPageview('/outgoing/code.google.com/p/shakebook/?referer=');">shakebook project site</a></li>
</ul>
<p>Running it is as simple as <code><span>$></span>AMSTracker -S -u0.01 | shakebook.rb</code> then tap away (or shake if you want to be careful)</p>
<div class='success'>Revisions will probably be made to sensitize it once I have time to mess around with it &#8212; if you come up with anything shoot me back a comment <img src='http://blog.ubrio.us/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </div>
]]></content:encoded>
			<wfw:commentRss>http://blog.ubrio.us/code/shakebook-pro-for-leopard-switch-spaces-with-violence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Super Happy Fun Work Time</title>
		<link>http://blog.ubrio.us/life/super-happy-fun-work-time/</link>
		<comments>http://blog.ubrio.us/life/super-happy-fun-work-time/#comments</comments>
		<pubDate>Tue, 13 Nov 2007 01:03:15 +0000</pubDate>
		<dc:creator>Rob Hurring</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[pirate cube]]></category>

		<guid isPermaLink="false">http://blog.ubrio.us/random/super-happy-fun-work-time/</guid>
		<description><![CDATA[So I almost forgot to post this up. For halloween my co-worker/friend Sam (at Napolitopia.com) created a video of the pirate cube. If you have no idea what the hell I&#8217;m talking about &#8212; check this (old) post.
By the way, this is the 1 year anniversary of the Official Pirate Ship Cubicle! (Well, 1 month [...]]]></description>
			<content:encoded><![CDATA[<p>So I almost forgot to post this up. For halloween my co-worker/friend Sam (at <a href="http://napolitopia.com" onclick="pageTracker._trackPageview('/outgoing/napolitopia.com?referer=');">Napolitopia.com</a>) created a video of the pirate cube. If you have no idea what the hell I&#8217;m talking about &#8212; <a href="http://blog.ubrio.us/random/how-to-turn-a-cubicle-into-a-pirate-ship/">check this (old) post</a>.</p>
<p>By the way, this is the 1 year anniversary of the Official Pirate Ship Cubicle! (Well, 1 month and a few days or so.. I&#8217;m a lazy blogger)</p>
<p><strong>Enough blathering&#8230; Give me pictures and video!</strong><br />
<small><em>Fine.</em></small></p>
<p><a href="http://napolitopia.com/subpage.php?catagory=main&#038;page=pirate_cube" onclick="pageTracker._trackPageview('/outgoing/napolitopia.com/subpage.php?catagory=main_038_page=pirate_cube&amp;referer=');">Napolitopia: Pirate Cube (Pictures, &#8220;The Making Of,&#8221; and Video!)</a> &#8230; <small>Satisfied?</small></p>
<p><font size="+1" style="padding:10px 0;">&lt;jealousy></font><br />
<img src="http://pic.ubrio.us/thumbs/lrg-706-dscn1647.JPG" /><br />
<font size="+1" style="padding:10px 0;">&lt;/jealousy></font></p>
<p><strong>EDIT (2008-06-12):</strong><br />
Interested in more &#8220;crazy cubicles?&#8221; &#8212; check out this article from iReport.com: <a href='http://www.ireport.com/ir-topic-stories.jspa?topicId=33405' onclick="pageTracker._trackPageview('/outgoing/www.ireport.com/ir-topic-stories.jspa?topicId=33405&amp;referer=');">Creative cubicles</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ubrio.us/life/super-happy-fun-work-time/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>funny php mail script to harass friends, co-workers, or anyone you wish</title>
		<link>http://blog.ubrio.us/php/funny-php-mail-script-to-harass-friends-co-workers-or-anyone-you-wish/</link>
		<comments>http://blog.ubrio.us/php/funny-php-mail-script-to-harass-friends-co-workers-or-anyone-you-wish/#comments</comments>
		<pubDate>Sun, 13 May 2007 19:21:53 +0000</pubDate>
		<dc:creator>Rob Hurring</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Random]]></category>

		<guid isPermaLink="false">http://blog.ubrio.us/php/funny-php-mail-script-to-harass-friends-co-workers-or-anyone-you-wish/</guid>
		<description><![CDATA[I was bored the other day and on the phone or on IM, something. I had a stupid idea to write a script that just annoys the hell out of people via PHP&#8217;s Mail function. Its basically useless and I&#8217;m not trying to promote pissing off your friends &#8212; but here it is.
Usage

Save the annoy_friends.php [...]]]></description>
			<content:encoded><![CDATA[<p>I was bored the other day and on the phone or on IM, something. I had a stupid idea to write a script that just annoys the hell out of people via <a href="http://php.net/mail" target="_blank" onclick="pageTracker._trackPageview('/outgoing/php.net/mail?referer=');">PHP&#8217;s Mail</a> function. Its basically useless and I&#8217;m not trying to promote pissing off your friends &#8212; but here it is.</p>
<p><strong>Usage</strong></p>
<ul>
<li>Save <a href="http://ubrio.us/misc/annoy_friends.phps" target="_blank" onclick="pageTracker._trackPageview('/outgoing/ubrio.us/misc/annoy_friends.phps?referer=');">the annoy_friends.php script</a> to wherever</li>
<li>edit the $_mail settings accordingly</li>
<li>chmod +x [filename]</li>
<li>./[filename]</li>
<li>giggle uncontrollably</li>
<li>wait for $_mail['to'] to come and punch you in the face</li>
<li>rinse and repeat</li>
</ul>
<p><strong>disclaimer</strong><br />
Don&#8217;t <em>actually</em> run this, and especially don&#8217;t run this on my e-mail address <img src='http://blog.ubrio.us/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ubrio.us/php/funny-php-mail-script-to-harass-friends-co-workers-or-anyone-you-wish/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to turn a cubicle into a pirate ship</title>
		<link>http://blog.ubrio.us/life/how-to-turn-a-cubicle-into-a-pirate-ship/</link>
		<comments>http://blog.ubrio.us/life/how-to-turn-a-cubicle-into-a-pirate-ship/#comments</comments>
		<pubDate>Tue, 03 Oct 2006 15:49:11 +0000</pubDate>
		<dc:creator>Rob Hurring</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Random]]></category>

		<guid isPermaLink="false">http://blog.ubrio.us/web/how-to-turn-a-cubicle-into-a-pirate-ship/</guid>
		<description><![CDATA[Well, I went on vacation to Amsterdam last week and when I got back I was in a new world. What the hell am I talking about? I&#8217;m not even sure, but this is what I saw.
[Update:2007-11-12]
The first link is broken &#8212; Joe is lazy
The second link is the newly made write up by Sam [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I went on vacation to Amsterdam last week and when I got back I was in a new world. What the hell am I talking about? I&#8217;m not even sure, but this is what I saw.</p>
<p><strong>[Update:2007-11-12]</strong><br />
The first link is broken &#8212; Joe is lazy<br />
The second link is the newly made write up by Sam &#8212; which rocks.<br />
The third is a mini gallery of the pictures of the Pirate Cube (well the results, which is what I was physically there for <img src='http://blog.ubrio.us/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://atomicaweb.com/aaarrrrgh" onclick="pageTracker._trackPageview('/outgoing/atomicaweb.com/aaarrrrgh?referer=');">My Pirate Cubicle</a><br />
<a href="http://napolitopia.com/subpage.php?catagory=main&#038;page=pirate_cube" onclick="pageTracker._trackPageview('/outgoing/napolitopia.com/subpage.php?catagory=main_038_page=pirate_cube&amp;referer=');">Napolitopia: Pirate Cubicle</a> << video!<br />
<a href="http://pic.ubrio.us/?level=album&#038;id=8" onclick="pageTracker._trackPageview('/outgoing/pic.ubrio.us/?level=album_038_id=8&amp;referer=');">Pirate Cube @ Picubrious</a></p>
<p><a href="http://blog.ubrio.us/random/super-happy-fun-work-time/"><font size="+1">Blogubrious: The _NEW_ version of this page&#8230; check it.</font></a></p>
<p><strong>**update**</strong></p>
<p><em><small>I took some pictures cause we are moving soon and this will soon be torn down..</small></em></p>
<p><a href="http://pic.ubrio.us/images/personal/pirate_cubicle/dscn1647.JPG" title="This is where I work.. Crazy huh :)"  onclick="pageTracker._trackPageview('/outgoing/pic.ubrio.us/images/personal/pirate_cubicle/dscn1647.JPG?referer=');"><img src="http://pic.ubrio.us/thumbs/lrg-706-dscn1647.JPG" /></a></p>
<p><a href="http://pic.ubrio.us/images/personal/pirate_cubicle/dscn1651.JPG" title="This is my cleaned up office, it feels bigger than normal" onclick="pageTracker._trackPageview('/outgoing/pic.ubrio.us/images/personal/pirate_cubicle/dscn1651.JPG?referer=');"><img src="http://pic.ubrio.us/thumbs/lrg-710-dscn1651.JPG" /></a> &#8212; the stupid face alone is enough to click and laugh.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ubrio.us/life/how-to-turn-a-cubicle-into-a-pirate-ship/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>What if your life was run like a corporation?</title>
		<link>http://blog.ubrio.us/life/what-if-your-life-was-run-like-a-corporation/</link>
		<comments>http://blog.ubrio.us/life/what-if-your-life-was-run-like-a-corporation/#comments</comments>
		<pubDate>Sat, 29 Jul 2006 18:52:36 +0000</pubDate>
		<dc:creator>Rob Hurring</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Random]]></category>

		<guid isPermaLink="false">http://blog.ubrio.us/web/what-if-your-life-was-run-like-a-corporation/</guid>
		<description><![CDATA[Imagine if every aspect of your personal life was affected by corporate &#8216;rules&#8217;. How much would that fucking suck? Just picture putting in 2 weeks notice before breaking up with your girlfriend.. then having to help interview / train for the new &#8216;position&#8217;. Ouch. Although, they do have 1 thing in common &#8211; if you [...]]]></description>
			<content:encoded><![CDATA[<p>Imagine if every aspect of your personal life was affected by corporate &#8216;rules&#8217;. How much would that fucking suck? Just picture putting in 2 weeks notice before breaking up with your girlfriend.. then having to help interview / train for the new &#8216;position&#8217;. Ouch. Although, they do have 1 thing in common &#8211; if you fuckup you endup with a box full of your shit by the end of the day in both cases.</p>
<p>What if you had to setup weekly meetings just to analyze your life? (I do this anyway, I like to call it a &#8220;bar&#8221;) Or everytime you made a friend you had to bring them up to speed on every aspect of your life as fast as possible? If you wanted to goto the shore for the weekend you would have to alert yourself 5-7 days in advance to get it cleared. </p>
<p>On the upsides it could justify a lot of things. Say you wanted don&#8217;t want to do the grocery shopping. You could just say &#8216;NMJ&#8217; (not my job). When its time to clean the bathroom, NMJ. Want to splurge on buying 93 octane gas, or buy that fancy gadget? Write it off!</p>
<p>I think I&#8217;m going to start doing this. Every week I will bust out the spreadsheets and run my numbers. If they aren&#8217;t what I want I will start to fire friends, parents, women, pets, etc. </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ubrio.us/life/what-if-your-life-was-run-like-a-corporation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why English Teachers Die Young</title>
		<link>http://blog.ubrio.us/random/why-english-teachers-die-young/</link>
		<comments>http://blog.ubrio.us/random/why-english-teachers-die-young/#comments</comments>
		<pubDate>Fri, 28 Jul 2006 17:37:45 +0000</pubDate>
		<dc:creator>Rob Hurring</dc:creator>
				<category><![CDATA[Random]]></category>

		<guid isPermaLink="false">http://blog.ubrio.us/random/email-i-thought-was-pretty-funny/</guid>
		<description><![CDATA[Why English Teachers Die Young
Just some spam email i thought was pretty funny.
Every year, English teachers from across the country can submit their
collections of actual analogies and metaphors found in high school
essays.
These excerpts are published each year to the amusement of teachers
across the country.
Here are last year&#8217;s winners&#8230;..
1. Her face was a perfect oval, like [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Why English Teachers Die Young</strong></p>
<p><em>Just some spam email i thought was pretty funny.</em></p>
<p>Every year, English teachers from across the country can submit their<br />
collections of actual analogies and metaphors found in high school<br />
essays.</p>
<p>These excerpts are published each year to the amusement of teachers<br />
across the country.</p>
<p>Here are last year&#8217;s winners&#8230;..</p>
<p>1. Her face was a perfect oval, like a circle that had its two sides<br />
gently compressed by a Thigh Master.</p>
<p>2. His thoughts tumbled in his head, making and breaking alliances<br />
like underpants in a dryer without Cling Free.</p>
<p>3. He spoke with the wisdom that can only come from experience, like a<br />
guy who went blind because he looked at a solar eclipse without one of<br />
those boxes with a pinhole in it and now goes around the country<br />
speaking at high schools about the dangers of looking at a solar<br />
eclipse without one of those boxes with a pinhole in it.</p>
<p>4. She grew on him like she was a colony of E. Coli, and he was<br />
room-temperature Canadian beef.</p>
<p>5. She had a deep, throaty, genuine laugh, like that sound a dog makes<br />
just before it throws up.</p>
<p>6. Her vocabulary was as bad as, like, whatever.</p>
<p>7. He was as tall as a six-foot, three-inch tree.</p>
<p>8. The revelation that his marriage of 30 years had disintegrated<br />
because of his wife&#8217;s infidelity came as a rude shock, like a<br />
surcharge at a formerly surcharge-free ATM machine.</p>
<p>9. The little boat gently drifted across the pond exactly the way a<br />
bowling ball wouldn&#8217;t.</p>
<p>10. McBride fell 12 stories, hitting the pavement like a Hefty bag<br />
filled with vegetable soup.</p>
<p>11. From the attic came an unearthly howl. The whole scene had an<br />
eerie, surreal quality, like when you&#8217;re on vacation in another city<br />
and Jeopardy comes on at 7:00 p.m. Instead of 7:30.</p>
<p>12. Her hair glistened in the rain like a nose hair after a sneeze.</p>
<p>13. The hailstones leaped from the pavement, just like maggots when<br />
you fry them in hot grease.</p>
<p>14. Long separated by cruel fate, the star-crossed lovers raced across<br />
the grassy field toward each other like two freight trains, one having<br />
left Cleveland at 6:36 p.m. Traveling at 55 mph, the other from Topeka<br />
at 4:19 p.m. At a speed of 35 mph.</p>
<p>15. They lived in a typical suburban neighborhood with picket fences<br />
that resembled Nancy Kerrigan&#8217;s teeth.</p>
<p>16. John and Mary had never met. They were like two hummingbirds who<br />
had also never met.</p>
<p>17. He fell for her like his heart was a mob informant, and she was<br />
the East River.</p>
<p>18. Even in his last years, Granddad had a mind like a steel trap,<br />
only one that had been left out so long, it had rusted shut.</p>
<p>19. Shots rang out, as shots are wont to do.</p>
<p>20. The plan was simple, like my brother-in-law Phil. But unlike Phil,<br />
this plan just might work.</p>
<p>21. The young fighter had a hungry look, the kind you get from not<br />
eating for a while.</p>
<p>22. He was as lame as a duck. Not the metaphorical lame duck, either,<br />
but a real duck that was actually lame, maybe from stepping on a land<br />
mine or something.</p>
<p>23. The ballerina rose gracefully en Pointe and extended one slender<br />
leg behind her, like a dog at a fire hydrant.</p>
<p>24. It was an American tradition, like fathers chasing kids around<br />
with power tools.</p>
<p>25. He was deeply in love. When she spoke, he thought he heard bells,<br />
as if she were a garbage truck backing up.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ubrio.us/random/why-english-teachers-die-young/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

