<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0" 
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">

  <channel>
    <title>Ed&apos;s weblog</title>
    <link>http://weblogs.litmusgreen.com/ed/</link>
    <description>... babbling on about nothing in particular ...</description>
    <dc:language>en-us</dc:language>
    <dc:creator>ed@litmusgreen.com</dc:creator>
    <dc:rights>Copyright 2008</dc:rights>
    <dc:date>2008-10-02T09:22:12-06:00</dc:date>
    <admin:generatorAgent rdf:resource="http://www.movabletype.org/?v=4.01a" />
    <admin:errorReportsTo rdf:resource="mailto:ed@litmusgreen.com"/>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>


    <item>
      <title>BTW...</title>
      <link>http://weblogs.litmusgreen.com/ed/archives/002570.html</link>
      <description><![CDATA[I'm working again. Started Monday. All is well. Move along&hellip;...]]></description>
      <guid isPermaLink="false">2570@http://weblogs.litmusgreen.com/ed/</guid>
      <content:encoded><![CDATA[<p>I'm working again. Started Monday. All is well. Move along&hellip;</p>]]></content:encoded>
      <dc:subject>Personal Note</dc:subject>
      <dc:date>2008-10-02T09:22:12-06:00</dc:date>
    </item>

    <item>
      <title>Happy B-Day Rick!</title>
      <link>http://weblogs.litmusgreen.com/ed/archives/002569.html</link>
      <description>Getting old sure does suck....</description>
      <guid isPermaLink="false">2569@http://weblogs.litmusgreen.com/ed/</guid>
      <content:encoded><![CDATA[Getting old sure does suck.]]></content:encoded>
      <dc:subject>Fun</dc:subject>
      <dc:date>2008-09-17T10:21:45-06:00</dc:date>
    </item>

    <item>
      <title>Not this again...</title>
      <link>http://weblogs.litmusgreen.com/ed/archives/002568.html</link>
      <description>Yeah, so I got laid off today. 3.5 years seemed a lot longer than that. Oh well....</description>
      <guid isPermaLink="false">2568@http://weblogs.litmusgreen.com/ed/</guid>
      <content:encoded><![CDATA[<p>Yeah, so I got laid off today. 3.5 years seemed a lot longer than that. Oh well.</p>]]></content:encoded>
      <dc:subject>Work Related</dc:subject>
      <dc:date>2008-09-15T14:23:56-06:00</dc:date>
    </item>

    <item>
      <title>Best physics joke EVER</title>
      <link>http://weblogs.litmusgreen.com/ed/archives/002567.html</link>
      <description>I found this one in this FARK thread: Einstein, Newton, and Pascal are hanging out in heaven, feeling rather bored,...</description>
      <guid isPermaLink="false">2567@http://weblogs.litmusgreen.com/ed/</guid>
      <content:encoded><![CDATA[<p>I found this one in <a href="http://forums.fark.com/cgi/fark/comments.pl?IDLink=3864759">this FARK thread</a>:</p>

<p>Einstein, Newton, and Pascal are hanging out in heaven, feeling rather bored, so Pascal suggests a game of hide and seek. Einstein is chosen to be it, and he covers his eyes and counts as Newton and Pascal go to hide. Einstein reaches 60 and opens his eyes only to discover Newton standing right there out in the open.</p>

<p>Einstein goes over to him and says, "What are you doing? You are supposed to hide. You made it too easy for me to find you, Isaac."</p>

<p>Newton points to the ground at his feet, and Einstein looks down to see there is a square drawn on the ground, one meter to a side. Newton is standing inside this square.</p>

<p>"You haven't found Newton," he says, and smiles smugly, confident in his victory.<br />
</p>]]></content:encoded>
      <dc:subject>Geek Stuff</dc:subject>
      <dc:date>2008-09-11T13:22:17-06:00</dc:date>
    </item>

    <item>
      <title>print_dir.pl</title>
      <link>http://weblogs.litmusgreen.com/ed/archives/002566.html</link>
      <description>I needed to print out an ASCII representation of a directory structure. I&apos;m sure there is probably some simple built...</description>
      <guid isPermaLink="false">2566@http://weblogs.litmusgreen.com/ed/</guid>
      <content:encoded><![CDATA[<p>I needed to print out an ASCII representation of a directory structure. </p>

<p>I'm sure there is probably some simple built in unix command line tool that does this automatically, but what fun would that be?</p>

<p>Here is the result:</p>

<pre class="textmate-source mac_classic"><span class="source source_perl"><span class="comment comment_line comment_line_number-sign comment_line_number-sign_perl">#!/usr/bin/perl
</span><span class="keyword keyword_control keyword_control_perl">use</span> warnings;
<span class="keyword keyword_control keyword_control_perl">use</span> strict;
<span class="keyword keyword_control keyword_control_perl">use</span> Tree::Simple;
<span class="keyword keyword_control keyword_control_perl">use</span> Tree::Simple::Visitor::LoadDirectoryTree;
<span class="keyword keyword_control keyword_control_perl">use</span> Tree::Simple::View::ASCII;
<span class="keyword keyword_control keyword_control_perl">use</span> Cwd;

<p><span class="storage storage_modifier storage_modifier_perl">my</span> <span class="variable variable_other variable_other_readwrite variable_other_readwrite_global variable_other_readwrite_global_perl">$dir</span> = <span class="support support_function support_function_perl">shift</span>(<span class="variable variable_other variable_other_readwrite variable_other_readwrite_global variable_other_readwrite_global_perl">@ARGV</span>) || cwd();<br />
<span class="keyword keyword_control keyword_control_perl">if</span> (!<span class="keyword keyword_operator keyword_operator_filetest keyword_operator_filetest_perl">-d</span> <span class="variable variable_other variable_other_readwrite variable_other_readwrite_global variable_other_readwrite_global_perl">$dir</span>) {<br />
    <span class="keyword keyword_control keyword_control_perl">die</span> <span class="string string_quoted string_quoted_double string_quoted_double_perl">"$dir is not a directory, smart ass."</span>;<br />
}</p>

<p><span class="comment comment_line comment_line_number-sign comment_line_number-sign_perl"># create a Tree::Simple object whose<br />
</span><span class="comment comment_line comment_line_number-sign comment_line_number-sign_perl"># node is path to a directory<br />
</span><span class="storage storage_modifier storage_modifier_perl">my</span> <span class="variable variable_other variable_other_readwrite variable_other_readwrite_global variable_other_readwrite_global_perl">$tree</span>    = Tree::Simple<span class="keyword keyword_operator keyword_operator_comparison keyword_operator_comparison_perl">-&gt;</span>new(<span class="variable variable_other variable_other_readwrite variable_other_readwrite_global variable_other_readwrite_global_perl">$dir</span>);<br />
<span class="storage storage_modifier storage_modifier_perl">my</span> <span class="variable variable_other variable_other_readwrite variable_other_readwrite_global variable_other_readwrite_global_perl">$visitor</span> = Tree::Simple::Visitor::LoadDirectoryTree<span class="keyword keyword_operator keyword_operator_comparison keyword_operator_comparison_perl">-&gt;</span>new();</p>

<p><span class="comment comment_line comment_line_number-sign comment_line_number-sign_perl"># set the directory sorting style<br />
</span><span class="variable variable_other variable_other_readwrite variable_other_readwrite_global variable_other_readwrite_global_perl">$visitor</span><span class="keyword keyword_operator keyword_operator_comparison keyword_operator_comparison_perl">-&gt;</span>setSortStyle( <span class="variable variable_other variable_other_readwrite variable_other_readwrite_global variable_other_readwrite_global_perl">$visitor</span><span class="keyword keyword_operator keyword_operator_comparison keyword_operator_comparison_perl">-&gt;</span>SORT_FILES_FIRST );</p>

<p><span class="comment comment_line comment_line_number-sign comment_line_number-sign_perl"># create node filter to filter<br />
</span><span class="comment comment_line comment_line_number-sign comment_line_number-sign_perl"># out certain files and directories<br />
</span><span class="variable variable_other variable_other_readwrite variable_other_readwrite_global variable_other_readwrite_global_perl">$visitor</span><span class="keyword keyword_operator keyword_operator_comparison keyword_operator_comparison_perl">-&gt;</span>setNodeFilter(<br />
    sub {<br />
        <span class="storage storage_modifier storage_modifier_perl">my</span> (<span class="variable variable_other variable_other_readwrite variable_other_readwrite_global variable_other_readwrite_global_perl">$item</span>) = <span class="variable variable_other variable_other_readwrite variable_other_readwrite_global variable_other_readwrite_global_special variable_other_readwrite_global_special_perl">@_</span>;<br />
        <span class="keyword keyword_control keyword_control_perl">return</span> 0 <span class="keyword keyword_control keyword_control_perl">if</span> (<span class="variable variable_other variable_other_readwrite variable_other_readwrite_global variable_other_readwrite_global_perl">$item</span> =~ <span class="string string_regexp string_regexp_perl string_regexp_perl_find">/CVS|svn/</span> || (<span class="variable variable_other variable_other_readwrite variable_other_readwrite_global variable_other_readwrite_global_perl">$item</span> =~ <span class="string string_regexp string_regexp_perl string_regexp_perl_find">/^.*/</span> &amp;&amp; <span class="keyword keyword_operator keyword_operator_filetest keyword_operator_filetest_perl">-f</span> <span class="variable variable_other variable_other_readwrite variable_other_readwrite_global variable_other_readwrite_global_perl">$item</span>));<br />
        <span class="keyword keyword_control keyword_control_perl">return</span> 1;<br />
    }<br />
);</p>

<p><span class="comment comment_line comment_line_number-sign comment_line_number-sign_perl"># pass the visitor to a Tree::Simple object<br />
</span><span class="variable variable_other variable_other_readwrite variable_other_readwrite_global variable_other_readwrite_global_perl">$tree</span><span class="keyword keyword_operator keyword_operator_comparison keyword_operator_comparison_perl">-&gt;</span>accept(<span class="variable variable_other variable_other_readwrite variable_other_readwrite_global variable_other_readwrite_global_perl">$visitor</span>);</p>

<p><span class="storage storage_modifier storage_modifier_perl">my</span> <span class="variable variable_other variable_other_readwrite variable_other_readwrite_global variable_other_readwrite_global_perl">$tree_view</span> = Tree::Simple::View::ASCII<span class="keyword keyword_operator keyword_operator_comparison keyword_operator_comparison_perl">-&gt;</span>new(<span class="variable variable_other variable_other_readwrite variable_other_readwrite_global variable_other_readwrite_global_perl">$tree</span>);<br />
<span class="variable variable_other variable_other_readwrite variable_other_readwrite_global variable_other_readwrite_global_perl">$tree_view</span><span class="keyword keyword_operator keyword_operator_comparison keyword_operator_comparison_perl">-&gt;</span>includeTrunk(1);<br />
<span class="support support_function support_function_perl">print</span> <span class="variable variable_other variable_other_readwrite variable_other_readwrite_global variable_other_readwrite_global_perl">$tree_view</span><span class="keyword keyword_operator keyword_operator_comparison keyword_operator_comparison_perl">-&gt;</span>expandAll();</p>

<p><span class="keyword keyword_control keyword_control_perl">exit</span>(0);<br />
</span></pre><br />
</p>]]></content:encoded>
      <dc:subject>Geek Stuff</dc:subject>
      <dc:date>2008-08-28T11:51:32-06:00</dc:date>
    </item>

    <item>
      <title>Everyone okay?</title>
      <link>http://weblogs.litmusgreen.com/ed/archives/002564.html</link>
      <description>I heard there was some rumbling going on. Everyone okay out there? P.S. Is it weird that I miss earthquakes?...</description>
      <guid isPermaLink="false">2564@http://weblogs.litmusgreen.com/ed/</guid>
      <content:encoded><![CDATA[<p>I heard there was some rumbling going on. Everyone okay out there?</p>

<p>P.S. Is it weird that I miss earthquakes?<br />
</p>]]></content:encoded>
      <dc:subject>General</dc:subject>
      <dc:date>2008-07-29T15:02:47-06:00</dc:date>
    </item>

    <item>
      <title>Harpo Fine</title>
      <link>http://weblogs.litmusgreen.com/ed/archives/002563.html</link>
      <description>Last night I had a dream that as I got older I began to look more and more like Harpo...</description>
      <guid isPermaLink="false">2563@http://weblogs.litmusgreen.com/ed/</guid>
      <content:encoded><![CDATA[<p>Last night I had a dream that as I got older I began to look more and more like <a href="http://en.wikipedia.org/wiki/Harpo_Marx">Harpo Marx</a>, but with <a href="http://en.wikipedia.org/wiki/Larry_Fine">Larry Fine</a>'s hair. I was kind of disturbing, actually.<br />
</p>]]></content:encoded>
      <dc:subject>Personal Note</dc:subject>
      <dc:date>2008-07-02T16:18:58-06:00</dc:date>
    </item>

    <item>
      <title>7 words you can&apos;t say...</title>
      <link>http://weblogs.litmusgreen.com/ed/archives/002562.html</link>
      <description>Once upon a time I had to write some code to censor &apos;dirty words&apos; from user reviews, so, naturally, I...</description>
      <guid isPermaLink="false">2562@http://weblogs.litmusgreen.com/ed/</guid>
      <content:encoded><![CDATA[<p>Once upon a time I had to write some code to censor 'dirty words' from user reviews, so, naturally, I turned to George Carlin's website and reviewed his famous '7 words'. Unbeknownst to me was that he had expanded the <a href="http://georgecarlin.com/dirty/2443.html">list over the years</a>, adding words and phrases he'd picked up over the years. It was hilarious. I damn near died when I read "<a href="http://georgecarlin.com/dirty/cunnilingus.html">BARKING AT THE APE</a>". I laughed my ass off that day. In the end the list of words I actually filtered was very short, and almost a complete match of his original list: "shit piss fuck cunt cocksucker motherfucker and tits". I will always remember that day as one of the best working days of my career, I laughed that hard. So I am very sad to learn this morning that he had died.</p>

<p>All I can say is: shit piss fuck cunt cocksucker motherfucker tits.</p>]]></content:encoded>
      <dc:subject>Fun</dc:subject>
      <dc:date>2008-06-23T09:05:31-06:00</dc:date>
    </item>

    <item>
      <title>37!</title>
      <link>http://weblogs.litmusgreen.com/ed/archives/002561.html</link>
      <description>&quot;In a row?&quot; Props to anyone who gets the joke....</description>
      <guid isPermaLink="false">2561@http://weblogs.litmusgreen.com/ed/</guid>
      <content:encoded><![CDATA[<p>"In a row?"</p>

<p>Props to anyone who gets the joke.</p>]]></content:encoded>
      <dc:subject>Geek Stuff</dc:subject>
      <dc:date>2008-06-19T12:35:05-06:00</dc:date>
    </item>

    <item>
      <title>Athens, Ohio</title>
      <link>http://weblogs.litmusgreen.com/ed/archives/002560.html</link>
      <description>My Mom took a road trip to Athens, Ohio and back. The purpose was ostensibly to arrange for the sale...</description>
      <guid isPermaLink="false">2560@http://weblogs.litmusgreen.com/ed/</guid>
      <content:encoded><![CDATA[<p>My Mom took a road trip to <a href="http://maps.google.com/maps?f=q&hl=en&geocode=&q=Athens,+ohio&ie=UTF8&z=12&iwloc=addr">Athens, Ohio</a> and back. The purpose was ostensibly to arrange for the sale of some land my Dad had held on to, but it was also a chance for my Mom to reconnect with old friends and for me to see where I was born. I was 18 months old when we left for California, so I don't remember anything about it. I only have the stories I heard when growing up as a reference.</p>

<p><a href="http://www.flickr.com/photos/24078248@N00/2584432750" title="View 'Athens, Ohio - June 11-14th, 2008' on Flickr.com"><img src="http://farm4.static.flickr.com/3277/2584432750_48d4cab894_m.jpg" alt="Athens, Ohio - June 11-14th, 2008" border="0" width="240" height="161" /></a></p>

<p>The trip was rather pleasant. It was good to spend some time with my Mom, solving the worlds problems while the country side passed by. I was impressed with the hills of Ohio and the lush greenery. For some reason I expected it to flat and boring like Illinois and Indiana. There were a lot of really cool old barns and farm houses, slowly being reclaimed by the wilderness.</p>

<p><a href="http://www.flickr.com/photos/24078248@N00/2583581011" title="View 'Athens, Ohio - June 11-14th, 2008' on Flickr.com"><img src="http://farm4.static.flickr.com/3186/2583581011_fb8550a809_m.jpg" alt="Athens, Ohio - June 11-14th, 2008" border="0" width="240" height="161" /></a></p>

<p>The whole trip it seemed like we had luck on our side as after getting to a family friend's house with no trouble, we were able to locate places and people that we weren't sure how to find, and our timing always seemed to work out just right.</p>

<p><a href="http://www.flickr.com/photos/24078248@N00/2583618209" title="View 'Athens, Ohio - June 11-14th, 2008' on Flickr.com"><img src="http://farm4.static.flickr.com/3148/2583618209_480f0940be_m.jpg" alt="Athens, Ohio - June 11-14th, 2008" border="0" width="240" height="161" /></a></p>

<p>It was a strange place in some ways. The town is dominated by Ohio University, and it's very much a typical college town. Educated and intellectual. But just 15 minutes outside town, in the country, there are homes that are little more than shacks and I'd swear I could hear the music from <em><a href="http://www.imdb.com/title/tt0068473/">Deliverance</a></em> being played somewhere, and I saw the most horribly awesome <a href="http://en.wikipedia.org/wiki/Mullet_%28haircut%29">Mullet</a> EVER. I wish I could have gotten a picture  of it. It was scary bad.</p>

<p>One of my Mom's friends told us Athens County is the poorest in Ohio, and I'd have to say that seemed likely. Some of the poverty I witnessed would have not been surprising if we had been in a third world country. The fact that we were just outside a midwest college town made it a bit shocking. Then you get into town and there are beautiful houses set into the hill sides.</p>

<p><a href="http://www.flickr.com/photos/24078248@N00/2583587345" title="View 'Athens, Ohio - June 11-14th, 2008' on Flickr.com"><img src="http://farm4.static.flickr.com/3120/2583587345_6b81fc90f7_m.jpg" alt="Athens, Ohio - June 11-14th, 2008" border="0" width="240" height="161" /></a></p>

<p>We even managed to find the farm house that used to belong to my family. It has changed a bit (according to my Mom), but it's still there.</p>

<p><a href="http://www.flickr.com/photos/24078248@N00/2584435968" title="View 'Athens, Ohio - June 11-14th, 2008' on Flickr.com"><img src="http://farm4.static.flickr.com/3147/2584435968_1e987c7234_m.jpg" alt="Athens, Ohio - June 11-14th, 2008" border="0" width="240" height="161" /></a></p>

<p>My camera got a good work out. I wish I could have taken more pictures, but we had a rather busy schedule. I did manage to get some good pictures nevertheless.</p>

<p><a href="http://www.flickr.com/photos/24078248@N00/2584470426" title="View 'Athens, Ohio - June 11-14th, 2008' on Flickr.com"><img src="http://farm4.static.flickr.com/3098/2584470426_d7b8be7b5e_m.jpg" alt="Athens, Ohio - June 11-14th, 2008" border="0" width="161" height="240" /></a></p>

<p>BTW, if anyone wants 10.6 acres of land 20 minutes outside of Athens, Ohio, let me know.</p>

<p><a href="http://www.flickr.com/photos/24078248@N00/2584490080" title="View 'Athens, Ohio - June 11-14th, 2008' on Flickr.com"><img src="http://farm4.static.flickr.com/3157/2584490080_4ea45effe7_m.jpg" alt="Athens, Ohio - June 11-14th, 2008" border="0" width="240" height="161" /></a></p>]]></content:encoded>
      <dc:subject>Personal Note</dc:subject>
      <dc:date>2008-06-16T12:36:05-06:00</dc:date>
    </item>

    <item>
      <title>Nikon D60</title>
      <link>http://weblogs.litmusgreen.com/ed/archives/002559.html</link>
      <description>I went nuts and bought a Nikon D60 along with a 50mm 1.8f and 18-200mm VR lens. The 18-200mm VR...</description>
      <guid isPermaLink="false">2559@http://weblogs.litmusgreen.com/ed/</guid>
      <content:encoded><![CDATA[<p>I went nuts and bought a Nikon D60 along with a 50mm 1.8f and 18-200mm VR lens. The 18-200mm VR lens is worth every penny and the 50mm is amazing:</p>

<p><a href="http://www.flickr.com/photos/24078248@N00/2534131389" title="View 'Sasha' on Flickr.com"><img src="http://farm3.static.flickr.com/2323/2534131389_03c4ae335f_m.jpg" alt="Sasha" border="0" width="240" height="161" align="left" /></a><br /></p>

<p>I have been really happy with it so far.</p>

<p>I will be heading to Ohio to take care of some family business as well as see the place of my birth (we moved to California when I was a year old, so it'll all be new to me). I plan to give the camera a good work out, as I'm sure there will be a lot of great scenery.</p>]]></content:encoded>
      <dc:subject>Fun</dc:subject>
      <dc:date>2008-06-02T11:45:30-06:00</dc:date>
    </item>

    <item>
      <title>Yet another reason to want to leave Illinois</title>
      <link>http://weblogs.litmusgreen.com/ed/archives/002558.html</link>
      <description><![CDATA[It was 80&deg; yesterday. Today the high is expected to be 57&deg;. I don't think it's unreasonable of me to...]]></description>
      <guid isPermaLink="false">2558@http://weblogs.litmusgreen.com/ed/</guid>
      <content:encoded><![CDATA[<p>It was 80&deg; yesterday. Today the high is expected to be 57&deg;.</p>

<p>I don't think it's unreasonable of me to want the weather to be a bit more consistent from day to day.<br />
</p>]]></content:encoded>
      <dc:subject>General</dc:subject>
      <dc:date>2008-05-27T10:54:49-06:00</dc:date>
    </item>

    <item>
      <title>Fix for stupid mysqldump files</title>
      <link>http://weblogs.litmusgreen.com/ed/archives/002553.html</link>
      <description>I have been fighting the dreaded &apos;max_allowed_packet&apos; error that mysql gives when trying to restore a dump file that has...</description>
      <guid isPermaLink="false">2553@http://weblogs.litmusgreen.com/ed/</guid>
      <content:encoded><![CDATA[I have been fighting the dreaded 'max_allowed_packet' error that mysql gives when trying to restore a dump file that has multi-line insert statements which make mysql barf. I finally just whipped up a script to fix the dump file before trying to load it.
<br/><br/>
<pre class='codestyle'>
#!/usr/bin/perl
use warnings;
use strict;

if ( scalar(@ARGV) < 1 ) { die "No filename given!" }

my $file  = shift(@ARGV);
my $file2 = "$file-new";

open( FILE, "<$file" )
    or die "can't open $file: $!";
open( FILE2, ">$file2" )
    or die "can't open $file2: $!";
my $count = 1;
while ( my $line = <FILE> ) {
    if ( $line =~ /^(INSERT INTO .*? VALUES)/ ) {
        my $insert = $1;
        $line =~ s/\),\(/\);\n$insert \(/g;
        print "line $count: ", sprintf("%.2fk\n", length($line)/1024);
    }
    $count++;
    print FILE2 $line;
}
close(FILE);
close(FILE2);

exit(0);
</pre>
]]></content:encoded>
      <dc:subject>Geek Stuff</dc:subject>
      <dc:date>2008-03-10T17:55:14-06:00</dc:date>
    </item>

    <item>
      <title>Obama</title>
      <link>http://weblogs.litmusgreen.com/ed/archives/002550.html</link>
      <description></description>
      <guid isPermaLink="false">2550@http://weblogs.litmusgreen.com/ed/</guid>
      <content:encoded><![CDATA[<p><a href="http://s139.photobucket.com/albums/q289/bkitu42/?action=view&current=motivator7715708fb2jz7.jpg" target="_blank"><img src="http://i139.photobucket.com/albums/q289/bkitu42/motivator7715708fb2jz7.jpg" border="0" hight=340 width=440 alt="Photobucket"></a></p>]]></content:encoded>
      <dc:subject>Fun</dc:subject>
      <dc:date>2008-02-22T09:36:48-06:00</dc:date>
    </item>

    <item>
      <title>Dear Winter...</title>
      <link>http://weblogs.litmusgreen.com/ed/archives/002549.html</link>
      <description>I&apos;m sick of snow and cold and ice. Seriously, just stop already. You were quaint early on. Now you&apos;re just...</description>
      <guid isPermaLink="false">2549@http://weblogs.litmusgreen.com/ed/</guid>
      <content:encoded><![CDATA[<p>I'm sick of snow and cold and ice. Seriously, just stop already. You were quaint early on. Now you're just miserable.</p>]]></content:encoded>
      <dc:subject>Personal Note</dc:subject>
      <dc:date>2008-02-12T13:14:48-06:00</dc:date>
    </item>


  </channel>
</rss>

