<?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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>He hacks. He blogs.</title>
	
	<link>http://bjhess.com/blog</link>
	<description>Barry Hess, speaking in tongues.</description>
	<pubDate>Tue, 11 Nov 2008 22:16:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<creativeCommons:license>http://creativecommons.org/licenses/by-nd/2.5/</creativeCommons:license><image><link>http://creativecommons.org/licenses/by-nd/2.5/</link><url>http://creativecommons.org/images/public/somerights20.gif</url><title>Some Rights Reserved</title></image><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/BjhessBlog" type="application/rss+xml" /><item>
		<title>Announcing time warp ruby gem</title>
		<link>http://feeds.feedburner.com/~r/BjhessBlog/~3/449558404/</link>
		<comments>http://bjhess.com/blog/2008/11/11/announcing-time-warp-ruby-gem/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 14:00:13 +0000</pubDate>
		<dc:creator>Barry</dc:creator>
		
		<category><![CDATA[Computing]]></category>

		<category><![CDATA[change time]]></category>

		<category><![CDATA[gem]]></category>

		<category><![CDATA[rails]]></category>

		<category><![CDATA[Ruby]]></category>

		<category><![CDATA[time manipulation]]></category>

		<category><![CDATA[time warp]]></category>

		<guid isPermaLink="false">http://bjhess.com/blog/?p=1459</guid>
		<description><![CDATA[When writing tests, it is often desirable to bend time to test limits and edges of the day.  It is especially useful to warp time to test results across the timezones of the world.  Manipulating time is also useful to assure a day of the week, month or year every time the test [...]]]></description>
			<content:encoded><![CDATA[<p>When writing tests, it is often desirable to bend time to test limits and edges of the day.  It is especially useful to warp time to test results across the timezones of the world.  Manipulating time is also useful to assure a day of the week, month or year every time the test runs.</p>

<p>Some may say &#8220;Why not just mock Time#now?&#8221;  I see the point, but I find mocking around with baseline Ruby classes to be asking for trouble.  Eventually unusual behavior will rear its head and a day will be lost debugging tests - the most excruciating debugging one can be subjected to.</p>

<p>For all of your time manipulation needs, give time warp a try in <a href="http://github.com/bjhess/time-warp" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://github.com/bjhess/time-warp');">gem or plugin form</a>.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/BjhessBlog?a=e4oKN"><img src="http://feeds.feedburner.com/~f/BjhessBlog?i=e4oKN" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/BjhessBlog?a=750on"><img src="http://feeds.feedburner.com/~f/BjhessBlog?i=750on" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/BjhessBlog?a=uIthN"><img src="http://feeds.feedburner.com/~f/BjhessBlog?i=uIthN" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/BjhessBlog?a=Bqspn"><img src="http://feeds.feedburner.com/~f/BjhessBlog?i=Bqspn" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/BjhessBlog/~4/449558404" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://bjhess.com/blog/2008/11/11/announcing-time-warp-ruby-gem/feed/</wfw:commentRss>
		<feedburner:origLink>http://bjhess.com/blog/2008/11/11/announcing-time-warp-ruby-gem/</feedburner:origLink></item>
		<item>
		<title>Filter unwanted tweets from your Twitter stream</title>
		<link>http://feeds.feedburner.com/~r/BjhessBlog/~3/441770212/</link>
		<comments>http://bjhess.com/blog/2008/11/04/filter-unwanted-tweets-from-your-twitter-stream/#comments</comments>
		<pubDate>Tue, 04 Nov 2008 06:11:02 +0000</pubDate>
		<dc:creator>Barry</dc:creator>
		
		<category><![CDATA[Computing]]></category>

		<category><![CDATA[filter]]></category>

		<category><![CDATA[filtering]]></category>

		<category><![CDATA[Fluid]]></category>

		<category><![CDATA[Greasemonkey]]></category>

		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://bjhess.com/blog/?p=1456</guid>
		<description><![CDATA[Ever find yourself annoyed by frequent talk of elections, memes and kitty-cats on Twitter?  I have created a user script to apply to your Twitter Fluid instance or Firefox Greasemonkey install to enable regex whitelists and blacklists for filtering out tweets in your Twitter stream.

With this script installed, you will see whitelist and blacklist [...]]]></description>
			<content:encoded><![CDATA[<p>Ever find yourself annoyed by frequent talk of elections, memes and kitty-cats on Twitter?  I have <a href="http://userscripts.org/scripts/show/36522" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://userscripts.org/scripts/show/36522');">created a user script</a> to apply to your Twitter <a href="http://fluidapp.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://fluidapp.com/');">Fluid</a> instance or Firefox <a href="https://addons.mozilla.org/en-US/firefox/addon/748" onclick="javascript:pageTracker._trackPageview('/outbound/article/https://addons.mozilla.org/en-US/firefox/addon/748');">Greasemonkey</a> install to enable regex whitelists and blacklists for filtering out tweets in your Twitter stream.</p>

<p>With this script installed, you will see whitelist and blacklist entry fields at the bottom of your sidebar:</p>

<p><img src="http://img.skitch.com/20081104-r3yde8cpfu6wy3s5f525u3jqci.jpg" /></p>

<p>The filter only applies to twitter.com/home* URL&#8217;s, so you will always see the entirety of a user&#8217;s tweets when visiting her homepage or browsing elsewhere within Twitter.  As long as cookies are retained, the filter will remember your selections.  Change your selection and hit enter or click away from the field to see immediate updates to your Tweet filtering.</p>

<p>Go ahead and <a href="http://userscripts.org/scripts/show/36522" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://userscripts.org/scripts/show/36522');">install it</a>.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/BjhessBlog?a=STeEN"><img src="http://feeds.feedburner.com/~f/BjhessBlog?i=STeEN" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/BjhessBlog?a=pMjWn"><img src="http://feeds.feedburner.com/~f/BjhessBlog?i=pMjWn" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/BjhessBlog?a=rrh8N"><img src="http://feeds.feedburner.com/~f/BjhessBlog?i=rrh8N" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/BjhessBlog?a=vskbn"><img src="http://feeds.feedburner.com/~f/BjhessBlog?i=vskbn" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/BjhessBlog/~4/441770212" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://bjhess.com/blog/2008/11/04/filter-unwanted-tweets-from-your-twitter-stream/feed/</wfw:commentRss>
		<feedburner:origLink>http://bjhess.com/blog/2008/11/04/filter-unwanted-tweets-from-your-twitter-stream/</feedburner:origLink></item>
		<item>
		<title>25+ celebrity Twitter users and their follow costs</title>
		<link>http://feeds.feedburner.com/~r/BjhessBlog/~3/430805320/</link>
		<comments>http://bjhess.com/blog/2008/10/24/25-celebrity-twitter-users-and-their-follow-costs/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 14:50:26 +0000</pubDate>
		<dc:creator>Barry</dc:creator>
		
		<category><![CDATA[Computing]]></category>

		<category><![CDATA[celebrities]]></category>

		<category><![CDATA[follow cost]]></category>

		<category><![CDATA[mashable]]></category>

		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://bjhess.com/blog/?p=1451</guid>
		<description><![CDATA[Mashable recently published a list of celebrities using Twitter.  Before you go out and start following your favorite Stargate Atlantis star, it&#8217;s best you take a look at his follow cost.

Actors


breagrant: 170.87 m&#931;
dhewlett: 28.13 m&#931;
janinaz: 17.47 m&#931;
katehewlett: 8.11 m&#931;
stephenfry: 77.96 m&#931;
wilw: 202.84 m&#931;
WilliamShatner: 0.39 m&#931;


Musicians


OblivionPact: 124.14 m&#931;
therealbritney: 45.67 m&#931;
DaveJMatthews: 596.28 m&#931;
jonathancoulton: 44.06 m&#931;
MCHammer: 18.05 [...]]]></description>
			<content:encoded><![CDATA[<p>Mashable recently <a href="http://mashable.com/2008/10/20/25-celebrity-twitter-users/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://mashable.com/2008/10/20/25-celebrity-twitter-users/');">published</a> a list of celebrities using <a href="http://twitter.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://twitter.com');">Twitter</a>.  Before you go out and start following your favorite <em>Stargate Atlantis</em> star, it&#8217;s best you take a look at his <a href="http://followcost" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://followcost');">follow cost</a>.</p>

<h3>Actors</h3>

<ul>
<li><a href="http://twitter.com/breagrant" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://twitter.com/breagrant');">breagrant</a>: <a href="http://followcost.com/breagrant" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://followcost.com/breagrant');">170.87 m&Sigma;</a></li>
<li><a href="http://twitter.com/dhewlett" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://twitter.com/dhewlett');">dhewlett</a>: <a href="http://followcost.com/dhewlett" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://followcost.com/dhewlett');">28.13 m&Sigma;</a></li>
<li><a href="http://twitter.com/janinaz" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://twitter.com/janinaz');">janinaz</a>: <a href="http://followcost.com/janinaz" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://followcost.com/janinaz');">17.47 m&Sigma;</a></li>
<li><a href="http://twitter.com/katehewlett" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://twitter.com/katehewlett');">katehewlett</a>: <a href="http://followcost.com/katehewlett" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://followcost.com/katehewlett');">8.11 m&Sigma;</a></li>
<li><a href="http://twitter.com/stephenfry" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://twitter.com/stephenfry');">stephenfry</a>: <a href="http://followcost.com/stephenfry" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://followcost.com/stephenfry');">77.96 m&Sigma;</a></li>
<li><a href="http://twitter.com/wilw" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://twitter.com/wilw');">wilw</a>: <a href="http://followcost.com/wilw" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://followcost.com/wilw');">202.84 m&Sigma;</a></li>
<li><a href="http://twitter.com/WilliamShatner" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://twitter.com/WilliamShatner');">WilliamShatner</a>: <a href="http://followcost.com/WilliamShatner" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://followcost.com/WilliamShatner');">0.39 m&Sigma;</a></li>
</ul>

<h3>Musicians</h3>

<ul>
<li><a href="http://twitter.com/OblivionPact" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://twitter.com/OblivionPact');">OblivionPact</a>: <a href="http://followcost.com/OblivionPact" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://followcost.com/OblivionPact');">124.14 m&Sigma;</a></li>
<li><a href="http://twitter.com/therealbritney" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://twitter.com/therealbritney');">therealbritney</a>: <a href="http://followcost.com/therealbritney" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://followcost.com/therealbritney');">45.67 m&Sigma;</a></li>
<li><a href="http://twitter.com/DaveJMatthews" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://twitter.com/DaveJMatthews');">DaveJMatthews</a>: <a href="http://followcost.com/DaveJMatthews" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://followcost.com/DaveJMatthews');">596.28 m&Sigma;</a></li>
<li><a href="http://twitter.com/jonathancoulton" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://twitter.com/jonathancoulton');">jonathancoulton</a>: <a href="http://followcost.com/jonathancoulton" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://followcost.com/jonathancoulton');">44.06 m&Sigma;</a></li>
<li><a href="http://twitter.com/MCHammer" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://twitter.com/MCHammer');">MCHammer</a>: <a href="http://followcost.com/MCHammer" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://followcost.com/MCHammer');">18.05 m&Sigma;</a></li>
<li><a href="http://twitter.com/sarabareilles" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://twitter.com/sarabareilles');">sarabareilles</a>: <a href="http://followcost.com/sarabareilles" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://followcost.com/sarabareilles');">4.52 m&Sigma;</a></li>
</ul>

<h3>Politicians</h3>

<ul>
<li><a href="http://twitter.com/BarackObama" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://twitter.com/BarackObama');">BarackObama</a>: <a href="http://followcost.com/BarackObama" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://followcost.com/BarackObama');">18.89 m&Sigma;</a></li>
<li><a href="http://twitter.com/ChuckGrassley" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://twitter.com/ChuckGrassley');">ChuckGrassley</a>: <a href="http://followcost.com/ChuckGrassley" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://followcost.com/ChuckGrassley');">3.82 m&Sigma;</a></li>
<li><a href="http://twitter.com/hillaryclinton" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://twitter.com/hillaryclinton');">hillaryclinton</a>: <a href="http://followcost.com/hillaryclinton" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://followcost.com/hillaryclinton');">12.80 m&Sigma;</a></li>
<li><a href="http://twitter.com/jimdemint" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://twitter.com/jimdemint');">jimdemint</a>: <a href="http://followcost.com/jimdemint" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://followcost.com/jimdemint');">25.53 m&Sigma;</a></li>
<li><a href="http://twitter.com/jiminhofe" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://twitter.com/jiminhofe');">jiminhofe</a>: <a href="http://followcost.com/jiminhofe" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://followcost.com/jiminhofe');">46.26 m&Sigma;</a></li>
<li><a href="http://twitter.com/joebiden" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://twitter.com/joebiden');">joebiden</a>: <a href="http://followcost.com/joebiden" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://followcost.com/joebiden');">5.33 m&Sigma;</a></li>
<li><a href="http://twitter.com/JohnMcCain" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://twitter.com/JohnMcCain');">JohnMcCain</a>: <a href="http://followcost.com/JohnMcCain" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://followcost.com/JohnMcCain');">1.93 m&Sigma;</a></li>
</ul>

<h3>Techies</h3>

<ul>
<li><a href="http://twitter.com/THErealDVORAK" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://twitter.com/THErealDVORAK');">THErealDVORAK</a>: <a href="http://followcost.com/THErealDVORAK" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://followcost.com/THErealDVORAK');">196.88 m&Sigma;</a></li>
<li><a href="http://twitter.com/leolaporte" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://twitter.com/leolaporte');">leolaporte</a>: <a href="http://followcost.com/leolaporte" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://followcost.com/leolaporte');">119.66 m&Sigma;</a></li>
<li><a href="http://twitter.com/majornelson" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://twitter.com/majornelson');">majornelson</a>: <a href="http://followcost.com/majornelson" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://followcost.com/majornelson');">273.28 m&Sigma;</a></li>
<li><a href="http://twitter.com/cwgabriel" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://twitter.com/cwgabriel');">cwgabriel</a>: <a href="http://followcost.com/cwgabriel" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://followcost.com/cwgabriel');">9.89 m&Sigma;</a></li>
<li><a href="http://twitter.com/scobleizer" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://twitter.com/scobleizer');">scobleizer</a>: <a href="http://followcost.com/scobleizer" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://followcost.com/scobleizer');">985.48 m&Sigma;</a></li>
<li><a href="http://twitter.com/pvponline" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://twitter.com/pvponline');">pvponline</a>: <a href="http://followcost.com/pvponline" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://followcost.com/pvponline');">181.83 m&Sigma;</a></li>
<li><a href="http://twitter.com/zappos" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://twitter.com/zappos');">zappos</a>: <a href="http://followcost.com/zappos" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://followcost.com/zappos');">107.99 m&Sigma;</a></li>
</ul>

<h3>Writers</h3>

<ul>
<li><a href="http://twitter.com/diablocody" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://twitter.com/diablocody');">diablocody</a>: <a href="http://followcost.com/diablocody" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://followcost.com/diablocody');">109.35 m&Sigma;</a></li>
<li><a href="http://twitter.com/james_gunn" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://twitter.com/james_gunn');">james_gunn</a>: <a href="http://followcost.com/james_gunn" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://followcost.com/james_gunn');">196.78 m&Sigma;</a></li>
<li><a href="http://twitter.com/warrenellis" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://twitter.com/warrenellis');">warrenellis</a>: <a href="http://followcost.com/warrenellis" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://followcost.com/warrenellis');">148.35 m&Sigma;</a></li>
</ul>

<h3>The follow cost team</h3>

<ul>
<li><a href="http://twitter.com/lof" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://twitter.com/lof');">lof</a>: <a href="http://followcost.com/lof" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://followcost.com/lof');">140.58 m&Sigma;</a></li>
<li><a href="http://twitter.com/bjhess" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://twitter.com/bjhess');">bjhess</a>: <a href="http://followcost.com/bjhess" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://followcost.com/bjhess');">225.06 m&Sigma;</a></li>
</ul>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/BjhessBlog?a=lOtkM"><img src="http://feeds.feedburner.com/~f/BjhessBlog?i=lOtkM" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/BjhessBlog?a=7YgHm"><img src="http://feeds.feedburner.com/~f/BjhessBlog?i=7YgHm" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/BjhessBlog?a=xxAHM"><img src="http://feeds.feedburner.com/~f/BjhessBlog?i=xxAHM" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/BjhessBlog?a=8TRvm"><img src="http://feeds.feedburner.com/~f/BjhessBlog?i=8TRvm" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/BjhessBlog/~4/430805320" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://bjhess.com/blog/2008/10/24/25-celebrity-twitter-users-and-their-follow-costs/feed/</wfw:commentRss>
		<feedburner:origLink>http://bjhess.com/blog/2008/10/24/25-celebrity-twitter-users-and-their-follow-costs/</feedburner:origLink></item>
		<item>
		<title>Fading flash message</title>
		<link>http://feeds.feedburner.com/~r/BjhessBlog/~3/422540496/</link>
		<comments>http://bjhess.com/blog/2008/10/16/fading-flash-message/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 11:00:12 +0000</pubDate>
		<dc:creator>Barry</dc:creator>
		
		<category><![CDATA[Computing]]></category>

		<category><![CDATA[flash message]]></category>

		<category><![CDATA[programming]]></category>

		<category><![CDATA[rails]]></category>

		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://bjhess.com/blog/?p=1431</guid>
		<description><![CDATA[Rails apps love flash messages.  Little notes providing information, confirmation or warnings to the user.  Typically implemented in a partial like so:

&#60;% if flash&#91;:warning&#93; -%&#62;
&#160; &#160;&#60;div id=&#8216;warning&#8217;&#62;&#60;%= flash&#91;:warning&#93; -%&#62;&#60;/div&#62;
&#60;% end -%&#62;
&#60;% if flash&#91;:notice&#93; -%&#62;
&#160; &#60;div id=&#8216;notice&#8217;&#62;&#60;%= flash&#91;:notice&#93; -%&#62;&#60;/div&#62;
&#60;% end -%&#62;

There are many cases where the message does not need to stick around for [...]]]></description>
			<content:encoded><![CDATA[<p>Rails apps love flash messages.  Little notes providing information, confirmation or warnings to the user.  Typically implemented in a partial like so:</p>

<div class="dean_ch" style="white-space: wrap;">&lt;% <span class="kw1">if</span> flash<span class="br0">&#91;</span><span class="re3">:warning</span><span class="br0">&#93;</span> -%&gt;<br />
&nbsp; &nbsp;&lt;div id=<span class="st0">&#8216;warning&#8217;</span>&gt;&lt;%= flash<span class="br0">&#91;</span><span class="re3">:warning</span><span class="br0">&#93;</span> -%&gt;&lt;/div&gt;<br />
&lt;% <span class="kw1">end</span> -%&gt;<br />
&lt;% <span class="kw1">if</span> flash<span class="br0">&#91;</span><span class="re3">:notice</span><span class="br0">&#93;</span> -%&gt;<br />
&nbsp; &lt;div id=<span class="st0">&#8216;notice&#8217;</span>&gt;&lt;%= flash<span class="br0">&#91;</span><span class="re3">:notice</span><span class="br0">&#93;</span> -%&gt;&lt;/div&gt;<br />
&lt;% <span class="kw1">end</span> -%&gt;</div>

<p>There are many cases where the message does not need to stick around for long.  Consider a page with lots of AJAX interactions.  Perhaps the user sends a message, which causes a page reload with a flash confirmation note (e.g. &#8220;You&#8217;re message was sent.&#8221;).  After this the user will remain on the page for a relatively long time, maybe inline editing some properties or settings with AJAX tools.</p>

<p>It sure would be nice if that flash message would fade into the sunset after a few seconds and give back its valuable real estate, yes?  Especially without forcing <em>every</em> flash message to disappear like Bobby Fischer.</p>

<p>Ask and receive, my friends.  Introducing the <code>fading_flash_message</code> method, to be added to your nearest <code>ApplicationController</code>:</p>

<div class="dean_ch" style="white-space: wrap;"><span class="kw1">def</span> fading_flash_message<span class="br0">&#40;</span>text, seconds=<span class="nu0">3</span><span class="br0">&#41;</span><br />
&nbsp; text +<br />
&nbsp; &nbsp; &lt;&lt;-EOJS<br />
&nbsp; &nbsp; &nbsp; &lt;script type=<span class="st0">&#8216;text/javascript&#8217;</span>&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; Event.<span class="me1">observe</span><span class="br0">&#40;</span>window, <span class="st0">&#8216;load&#8217;</span>,function<span class="br0">&#40;</span><span class="br0">&#41;</span> <span class="br0">&#123;</span> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; setTimeout<span class="br0">&#40;</span>function<span class="br0">&#40;</span><span class="br0">&#41;</span> <span class="br0">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; message_id = $<span class="br0">&#40;</span><span class="st0">&#8216;notice&#8217;</span><span class="br0">&#41;</span> ? <span class="st0">&#8216;notice&#8217;</span> : <span class="st0">&#8216;warning&#8217;</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; new Effect.<span class="me1">Fade</span><span class="br0">&#40;</span>message_id<span class="br0">&#41;</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class="br0">&#125;</span>, <span class="co1">#{seconds*1000});</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span class="br0">&#125;</span>, <span class="kw2">false</span><span class="br0">&#41;</span>;<br />
&nbsp; &nbsp; &nbsp; &lt;/script&gt;<br />
&nbsp; &nbsp; EOJS<br />
<span class="kw1">end</span></div>

<p>Setting a fading flash message in your controller is simple:</p>

<div class="dean_ch" style="white-space: wrap;">flash<span class="br0">&#91;</span><span class="re3">:notice</span><span class="br0">&#93;</span> = fading_flash_message<span class="br0">&#40;</span><span class="st0">&quot;Thank you for your message.&quot;</span>, <span class="nu0">5</span><span class="br0">&#41;</span></div>

<p>This is change we can believe in, my friends.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/BjhessBlog?a=wSOHM"><img src="http://feeds.feedburner.com/~f/BjhessBlog?i=wSOHM" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/BjhessBlog?a=hMF3m"><img src="http://feeds.feedburner.com/~f/BjhessBlog?i=hMF3m" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/BjhessBlog?a=rcFKM"><img src="http://feeds.feedburner.com/~f/BjhessBlog?i=rcFKM" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/BjhessBlog?a=WO4wm"><img src="http://feeds.feedburner.com/~f/BjhessBlog?i=WO4wm" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/BjhessBlog/~4/422540496" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://bjhess.com/blog/2008/10/16/fading-flash-message/feed/</wfw:commentRss>
		<feedburner:origLink>http://bjhess.com/blog/2008/10/16/fading-flash-message/</feedburner:origLink></item>
		<item>
		<title>Announcing follow cost</title>
		<link>http://feeds.feedburner.com/~r/BjhessBlog/~3/419568245/</link>
		<comments>http://bjhess.com/blog/2008/10/13/announcing-follow-cost/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 14:38:27 +0000</pubDate>
		<dc:creator>Barry</dc:creator>
		
		<category><![CDATA[Announcements]]></category>

		<category><![CDATA[Computing]]></category>

		<category><![CDATA[followers]]></category>

		<category><![CDATA[site announcement]]></category>

		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://bjhess.com/blog/?p=1441</guid>
		<description><![CDATA[Sometimes you run into a Twitterer who you feel pressured to follow.  All of your (Twitter) friends are following her.  She apparently has a lot to say.  But how much?

Now you can find out the answer to that question.  Luke Francl and I have built follow cost to help you gauge [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes you run into a <a href="http://twitter.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://twitter.com');">Twitter</a>er who you feel pressured to follow.  All of your (Twitter) friends are following her.  She apparently has a lot to say.  But how much?</p>

<p>Now you can find out the answer to that question.  <a href="http://justlooking.recursion.org/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://justlooking.recursion.org/');">Luke Francl</a> and I have built <a href="http://followcost.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://followcost.com');">follow cost</a> to help you gauge the pain your next follow will inflict on you.  Luke provides more details at the <a href="http://railspikes.com/2008/10/13/follow-cost" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://railspikes.com/2008/10/13/follow-cost');">Rail Spikes</a> blog.</p>

<p>Luke and I had a great experience working on follow cost over the past couple weekends.  We hope you enjoy it!</p>

<p><strong>Update</strong>: follow cost <a href="http://railspikes.com/2008/10/14/follow-cost-what-a-day" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://railspikes.com/2008/10/14/follow-cost-what-a-day');">went viral</a>.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/BjhessBlog?a=XOVgM"><img src="http://feeds.feedburner.com/~f/BjhessBlog?i=XOVgM" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/BjhessBlog?a=p64wm"><img src="http://feeds.feedburner.com/~f/BjhessBlog?i=p64wm" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/BjhessBlog?a=yxFYM"><img src="http://feeds.feedburner.com/~f/BjhessBlog?i=yxFYM" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/BjhessBlog?a=lNnxm"><img src="http://feeds.feedburner.com/~f/BjhessBlog?i=lNnxm" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/BjhessBlog/~4/419568245" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://bjhess.com/blog/2008/10/13/announcing-follow-cost/feed/</wfw:commentRss>
		<feedburner:origLink>http://bjhess.com/blog/2008/10/13/announcing-follow-cost/</feedburner:origLink></item>
		<item>
		<title>Barry Hess, a story of mistaken identity</title>
		<link>http://feeds.feedburner.com/~r/BjhessBlog/~3/417888206/</link>
		<comments>http://bjhess.com/blog/2008/10/11/barry-hess-a-story-of-mistaken-identity/#comments</comments>
		<pubDate>Sat, 11 Oct 2008 17:00:43 +0000</pubDate>
		<dc:creator>Barry</dc:creator>
		
		<category><![CDATA[Personal]]></category>

		<category><![CDATA[Barry Hess]]></category>

		<category><![CDATA[mistaken identity]]></category>

		<guid isPermaLink="false">http://bjhess.com/blog/?p=1438</guid>
		<description><![CDATA[My cohort, Shawn, and his wife are making their way through State by State.  Currently they are learning about Arizona.  I was able to contribute with a story of my extremely odd connection to a semi-famous Arizonian.
]]></description>
			<content:encoded><![CDATA[<p>My cohort, Shawn, and his wife are making their way through <a href="http://www.amazon.com/State-Panoramic-Portrait-America/dp/0061470902" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.amazon.com/State-Panoramic-Portrait-America/dp/0061470902');">State by State</a>.  Currently they are learning about Arizona.  I was able to contribute with a story of my <a href="http://wss.tumblr.com/post/53996004/im-so-glad-that-were-doing-this-state-by-state" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://wss.tumblr.com/post/53996004/im-so-glad-that-were-doing-this-state-by-state');">extremely odd connection to a semi-famous Arizonian</a>.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/BjhessBlog?a=PMiQM"><img src="http://feeds.feedburner.com/~f/BjhessBlog?i=PMiQM" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/BjhessBlog?a=pFqYm"><img src="http://feeds.feedburner.com/~f/BjhessBlog?i=pFqYm" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/BjhessBlog?a=gIPTM"><img src="http://feeds.feedburner.com/~f/BjhessBlog?i=gIPTM" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/BjhessBlog?a=YNnpm"><img src="http://feeds.feedburner.com/~f/BjhessBlog?i=YNnpm" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/BjhessBlog/~4/417888206" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://bjhess.com/blog/2008/10/11/barry-hess-a-story-of-mistaken-identity/feed/</wfw:commentRss>
		<feedburner:origLink>http://bjhess.com/blog/2008/10/11/barry-hess-a-story-of-mistaken-identity/</feedburner:origLink></item>
		<item>
		<title>Security of Stuff</title>
		<link>http://feeds.feedburner.com/~r/BjhessBlog/~3/416345254/</link>
		<comments>http://bjhess.com/blog/2008/10/09/security-of-stuff/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 02:12:10 +0000</pubDate>
		<dc:creator>Barry</dc:creator>
		
		<category><![CDATA[Work Life]]></category>

		<category><![CDATA[career]]></category>

		<category><![CDATA[clutter]]></category>

		<category><![CDATA[focus]]></category>

		<guid isPermaLink="false">http://bjhess.com/blog/?p=1424</guid>
		<description><![CDATA[Over the past year and change, I have been asked frequently &#8220;how did you hook up with those guys.&#8221;  Typically, the conversation becomes less about &#8220;those guys&#8221; and more about the scenario that made a 7-year code monkey, husband, and father of two choose to jump out of the comfort of corporate life.


  [...]]]></description>
			<content:encoded><![CDATA[<p><span class="caveat">Over the past year and change, I have been asked frequently &#8220;how did you hook up with <a href="http://iridesco.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://iridesco.com');">those</a> <a href="http://getharvest.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://getharvest.com');">guys</a>.&#8221;  Typically, the conversation becomes less about &#8220;those guys&#8221; and more about the scenario that made a 7-year <a href="http://www.youtube.com/watch?v=qYodWEKCuGg" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.youtube.com/watch?v=qYodWEKCuGg');">code monkey</a>, husband, and father of two choose to jump out of the comfort of corporate life.</span></p>

<div class="flair">
  <img src="http://farm1.static.flickr.com/1/729822_25ba163c9a_m.jpg" width="240" height="238" alt="book shelf project 1 ~ striatic {notes}" /><br />
  <div class="text-backing"></div>
  <div class="text">Photo by <a href="http://flickr.com/photos/striatic/729822/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://flickr.com/photos/striatic/729822/');">striatic</a></div>
</div>

<p>Accumulating debt in the form of a mortgage, a couple cars, and college loans is not something I take lightly.  Yet I don&#8217;t have many regrets on this front.  I love living in a house versus an apartment or a duplex.  Where I live requires I have at least one car.  And I have never really felt buyer&#8217;s remorse on the whole education thing.</p>

<p>To meet the budget restrictions necessary to leave my corporate job, it was all the other trappings that had to fall by the wayside.  America has become such a consumerist country (RE: current economic events) and I was as caught up in the act of collecting Stuff as anyone.  I loved scouring the &#8216;net for DVD discounts.  I was all over anything perceived as a &#8220;can&#8217;t miss&#8221; deal.  The side effect was that these collections were not only costing me money, but also time.</p>

<p>I could not get rolling down the hill toward career change until I eliminated most of these little drains on my existence.  I had to stop visiting deal-hunter websites, stop buying marginally enjoyable films the moment they were released, and stop researching the latest and greatest in alluring audio equipment.  Cable television no longer made sense.  Like a prolific U-boat, television sunk my time with alarming consistency.</p>

<p>I also had to give up time- and money-consuming hobbies.  When I considered the number of hobbies I dabbled in, I realized it was just too much.  Each one sapped resources in its own way.  Golf, for one, was a beast of a hobby.  This was easier to give up than I expected, likely due to my similarly-timed lack of improvement.  I was not mastering any of these hobbies, and many I carried on with simply because it was what I had always done.</p>

<p>Dropping all of these little drains played a vital role in getting me to where I am.  I realized I truly could enjoy hacking.  Hacking became not only my career, but also my passion and hobby.  And over time I started being <em>good</em> at it again.  Motivating!</p>

<p>I&#8217;ll admit I may have went too far with eliminating hobbies, or at least done a poor job planning to return to them.  It would have been good to not only have an exit strategy, but also a return strategy for at least a couple of the hobbies.  Now I&#8217;m finding it difficult to think beyond my all-consuming hacking hobby.</p>

<p>Losing those collecting habits has been mostly positive.  The mental drain I feel now is about <a href="http://www.43folders.com/2007/07/02/war-on-clutter" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.43folders.com/2007/07/02/war-on-clutter');">getting rid of the remnants of those collections</a>.  While I am never letting go of my childhood baseball card collection, I would love to pass on a vast majority of my DVD&#8217;s, video games and computer parts.</p>

<p>I eliminated almost half of my clothes closet recently. It was great to be able to slide hangers across the clothes rod again.  But there are tons of other bits and pieces just laying around the house.  If only I could find an effective strategy to extract all of this Stuff from my possesion.  Kind of sounds like a new hobby.</p>

<p>I much prefer my current mental issues to my former ones, though.  The steps needed to improve my relationship with Stuff are clearer than ever before.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/BjhessBlog?a=XxQEM"><img src="http://feeds.feedburner.com/~f/BjhessBlog?i=XxQEM" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/BjhessBlog?a=cTNzm"><img src="http://feeds.feedburner.com/~f/BjhessBlog?i=cTNzm" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/BjhessBlog?a=cGX8M"><img src="http://feeds.feedburner.com/~f/BjhessBlog?i=cGX8M" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/BjhessBlog?a=qPa9m"><img src="http://feeds.feedburner.com/~f/BjhessBlog?i=qPa9m" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/BjhessBlog/~4/416345254" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://bjhess.com/blog/2008/10/09/security-of-stuff/feed/</wfw:commentRss>
		<feedburner:origLink>http://bjhess.com/blog/2008/10/09/security-of-stuff/</feedburner:origLink></item>
		<item>
		<title>Announcing Harvest Co-op</title>
		<link>http://feeds.feedburner.com/~r/BjhessBlog/~3/410532525/</link>
		<comments>http://bjhess.com/blog/2008/10/03/announcing-harvest-co-op/#comments</comments>
		<pubDate>Fri, 03 Oct 2008 19:37:01 +0000</pubDate>
		<dc:creator>Barry</dc:creator>
		
		<category><![CDATA[Computing]]></category>

		<category><![CDATA[Personal]]></category>

		<category><![CDATA[distributed teams]]></category>

		<category><![CDATA[Harvest]]></category>

		<category><![CDATA[teamwork]]></category>

		<category><![CDATA[time tracking]]></category>

		<guid isPermaLink="false">http://bjhess.com/blog/?p=1417</guid>
		<description><![CDATA[We at Harvest are proud to announce Harvest Co-op:



No, no, no.  Not that kind of Co-op.

Our Co-op helps your team get down to business.  Our Co-op helps team members understand what their colleagues are working on without needing to interrupt them.  Our Co-op will also help your team have fun and pass [...]]]></description>
			<content:encoded><![CDATA[<p>We at <a href="http://getharvest.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://getharvest.com');">Harvest</a> are proud to announce Harvest Co-op:</p>

<p><img src="http://bjhess.com/blog/wp-content/uploads/2008/10/food_coop_light.jpg" alt="" title="Harvest Food Co-op" width="499" height="559" class="size-full wp-image-1419" /></p>

<p>No, no, no.  Not <em>that</em> kind of Co-op.</p>

<p>Our Co-op helps your team get down to business.  Our Co-op helps team members understand what their colleagues are working on without needing to interrupt them.  Our Co-op will also help your team have fun and pass around interesting notes and links without forcing distraction.</p>

<p><a href="http://coop.getharvest.com/anatomy" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://coop.getharvest.com/anatomy');"><img src="http://bjhess.com/blog/wp-content/uploads/2008/10/coop-anatomy_700.gif" alt="" title="Anatomy of Harvest Co-op" width="500" height="415" class="size-full wp-image-1418" /></a></p>

<p>Please do <a href="http://coop.getharvest.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://coop.getharvest.com/');">sign up</a> for our launch mailing list.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/BjhessBlog?a=cs38M"><img src="http://feeds.feedburner.com/~f/BjhessBlog?i=cs38M" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/BjhessBlog?a=PObrm"><img src="http://feeds.feedburner.com/~f/BjhessBlog?i=PObrm" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/BjhessBlog?a=wxVLM"><img src="http://feeds.feedburner.com/~f/BjhessBlog?i=wxVLM" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/BjhessBlog?a=x24Tm"><img src="http://feeds.feedburner.com/~f/BjhessBlog?i=x24Tm" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/BjhessBlog/~4/410532525" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://bjhess.com/blog/2008/10/03/announcing-harvest-co-op/feed/</wfw:commentRss>
		<feedburner:origLink>http://bjhess.com/blog/2008/10/03/announcing-harvest-co-op/</feedburner:origLink></item>
		<item>
		<title>Security of group health insurance</title>
		<link>http://feeds.feedburner.com/~r/BjhessBlog/~3/402918192/</link>
		<comments>http://bjhess.com/blog/2008/09/25/security-of-group-health-insurance/#comments</comments>
		<pubDate>Thu, 25 Sep 2008 16:00:00 +0000</pubDate>
		<dc:creator>Barry</dc:creator>
		
		<category><![CDATA[Work Life]]></category>

		<category><![CDATA[career]]></category>

		<category><![CDATA[corporate world]]></category>

		<category><![CDATA[employment]]></category>

		<category><![CDATA[health insurance]]></category>

		<guid isPermaLink="false">http://bjhess.com/blog/?p=1401</guid>
		<description><![CDATA[Over the past year and change, I have been asked frequently &#8220;how did you hook up with those guys.&#8221;  Typically, the conversation becomes less about &#8220;those guys&#8221; and more about the scenario that made a 7-year code monkey, husband, and father of two choose to jump out of the comfort of corporate life.


  [...]]]></description>
			<content:encoded><![CDATA[<p><span class="caveat">Over the past year and change, I have been asked frequently &#8220;how did you hook up with <a href="http://iridesco.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://iridesco.com');">those</a> <a href="http://getharvest.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://getharvest.com');">guys</a>.&#8221;  Typically, the conversation becomes less about &#8220;those guys&#8221; and more about the scenario that made a 7-year <a href="http://www.youtube.com/watch?v=qYodWEKCuGg" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.youtube.com/watch?v=qYodWEKCuGg');">code monkey</a>, husband, and father of two choose to jump out of the comfort of corporate life.</span></p>

<div class="flair">
  <img src="http://farm4.static.flickr.com/3215/2698317516_c2bfb45b24_m.jpg" width="240" height="180" alt="Billy Mays is pitching health insurance hahahaha!" /><br />
  <div class="text-backing"></div>
  <div class="text">Photo by <a href="http://www.flickr.com/photos/alcoholicaman/2698317516/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.flickr.com/photos/alcoholicaman/2698317516/');">Alcoholica</a></div>
</div>

<p>This past winter I approached another hurdle: group health insurance.  I had already been working on my own for almost a year.  My wife worked twenty hours each week, less for income and more for the group health insurance benefits she received.  We had two children, and that health insurance kept us from even discussing reducing my wife&#8217;s work commitment.</p>

<p>Then I changed tactics and started looking at health insurance as a strict money problem.  Even though this money problem was like a Porsche lease is a money problem, it did help to bring a dollar amount into the decision making process.  I drew up budgets that included higher monthly premium payments and the assumption of paying a <strong>huge</strong> deductible.</p>

<p>The large insurance numbers were very foreign to me.  Enter yet another risk-tolerance test.  Insuring ourselves meant that our potential to save money was threatened.  If we paid all of our deductible, not much would be left over.  On the bright side, if my family had a healthy year we&#8217;d be able to save more than in past years.</p>

<p>The non-monetary benefits out weighed the cost of insuring ourselves.  We each saw our stress levels plummet once my wife began working eight hours per month.  The cost of individual health insurance is a very real hurdle.  I found the <em>idea</em> of losing group health insurance to be a false road block. </p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/BjhessBlog?a=qmfxL"><img src="http://feeds.feedburner.com/~f/BjhessBlog?i=qmfxL" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/BjhessBlog?a=54Vxl"><img src="http://feeds.feedburner.com/~f/BjhessBlog?i=54Vxl" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/BjhessBlog?a=jlNtL"><img src="http://feeds.feedburner.com/~f/BjhessBlog?i=jlNtL" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/BjhessBlog?a=xDiCl"><img src="http://feeds.feedburner.com/~f/BjhessBlog?i=xDiCl" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/BjhessBlog/~4/402918192" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://bjhess.com/blog/2008/09/25/security-of-group-health-insurance/feed/</wfw:commentRss>
		<feedburner:origLink>http://bjhess.com/blog/2008/09/25/security-of-group-health-insurance/</feedburner:origLink></item>
		<item>
		<title>I love you, Grandma</title>
		<link>http://feeds.feedburner.com/~r/BjhessBlog/~3/401888090/</link>
		<comments>http://bjhess.com/blog/2008/09/24/i-love-you-grandma/#comments</comments>
		<pubDate>Wed, 24 Sep 2008 15:22:40 +0000</pubDate>
		<dc:creator>Barry</dc:creator>
		
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://bjhess.com/blog/?p=1411</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><a href="http://bjhess.com/blog/wp-content/uploads/2008/09/grandma_emma_700.jpg"  rel="lightbox"><img src="http://bjhess.com/blog/wp-content/uploads/2008/09/grandma_emma_700.jpg" alt="" title="Grandma Emma" width="700" height="610" class="aligncenter size-full wp-image-1413" /></a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/BjhessBlog?a=nEqdL"><img src="http://feeds.feedburner.com/~f/BjhessBlog?i=nEqdL" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/BjhessBlog?a=PDPBl"><img src="http://feeds.feedburner.com/~f/BjhessBlog?i=PDPBl" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/BjhessBlog?a=gpFHL"><img src="http://feeds.feedburner.com/~f/BjhessBlog?i=gpFHL" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/BjhessBlog?a=PZHtl"><img src="http://feeds.feedburner.com/~f/BjhessBlog?i=PZHtl" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/BjhessBlog/~4/401888090" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://bjhess.com/blog/2008/09/24/i-love-you-grandma/feed/</wfw:commentRss>
		<feedburner:origLink>http://bjhess.com/blog/2008/09/24/i-love-you-grandma/</feedburner:origLink></item>
	</channel>
</rss>
