<?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>Schadenfreude &#187; beer</title>
	<atom:link href="http://www.ralree.com/tag/beer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ralree.com</link>
	<description>Malicious enjoyment derived from observing someone else's misfortune</description>
	<lastBuildDate>Sun, 28 Feb 2010 04:18:37 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>OSCON Sessions, Day 2</title>
		<link>http://www.ralree.com/2008/07/25/oscon-sessions-day-2/</link>
		<comments>http://www.ralree.com/2008/07/25/oscon-sessions-day-2/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 13:44:00 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[beer]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[hadoop]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[oscon]]></category>
		<category><![CDATA[oscon2008]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[swig]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.ralree.info/2008/07/25/oscon-sessions-day-2</guid>
		<description><![CDATA[Oh man, what a day.  
I attended quite a few talks, grabbed a lot of swag, and entered a few contests.  I ended up buying the Arduino Starter Kit from MAKE so I can do some awesome embedded Ruby like I saw at FOSCON.  It looks really fun &#8211; I can&#8217;t wait [...]]]></description>
			<content:encoded><![CDATA[<p>Oh man, what a day.  </p>
<p>I attended quite a few talks, grabbed a lot of swag, and entered a few contests.  I ended up buying the <a href="http://www.makershed.com/ProductDetails.asp?ProductCode=MSAK">Arduino Starter Kit from MAKE</a> so I can do some awesome <a href="http://rad.rubyforge.org/">embedded Ruby</a> like I saw at FOSCON.  It looks really fun &#8211; I can&#8217;t wait to try it out.</p>
<p>The talks I attended were half-way decent, but I learned a lot more on the first day.</p>
<h2><a href="http://github.com/hank/life/tree/master/oscon/2008/sessions/Hadoop.EC2.rdoc">Hadoop and EC2</a></h2>
<p>A good overview of how one can use Amazon&#8217;s S3 and EC2 services to cheaply process and store data on a pretty large scale.  The New York Times digitized hundreds of years of articles in <em>a single day</em> using these services and some awesome C++ code.</p>
<h2><a href="http://github.com/hank/life/tree/master/oscon/2008/sessions/Open.Standards.Cloud.Computing.rdoc">Open standards in cloud computing</a></h2>
<p>This ended up being a marketing talk.  I don&#8217;t know what it had to do with cloud computing, and I didn&#8217;t stick around to find out.</p>
<h2><a href="http://github.com/hank/life/tree/master/oscon/2008/sessions/Ruby.1.9.rdoc">Ruby 1.9: What to Expect</a></h2>
<p>An awesome overview of all the new stuff in Ruby 1.9 given by Sam Ruby.  I had no idea they were changing so much, and this was a good dive with code examples into that.  There was some discussion among everyone in the middle on whether <code>for</code> loops should work like <code>.each</code> blocks with regards to scope.  I happen to disagree with what ended up being the popular thought on this subject.  Most were advocating that a <code>for</code> loop constitutes a block, and that scope variables and iterators should be localized inside of it.  This is contrary to almost every language, which I brought up using the example of C.  Yet, when you iterate with <code>.each</code>, you immediately define a block and a scoped iterator, which, if it has a conflicting name with the outside world, it doesn&#8217;t matter since that&#8217;s out of scope.  The only thing this changes is the value of a variable outside after the loop finishes.  I think leaving the ability to modify a variable external to the loop is very convenient &#8211; in summary, <em>leave it how you&#8217;ve done it in Ruby 1.9 already</em>.</p>
<h2><a href="http://github.com/hank/life/tree/master/oscon/2008/sessions/Mobile.rdoc">Ubuntu on the Go: Subnotebook and MID technologies</a></h2>
<p>This was an interesting session on where Canonical is taking mobile technology, and what the community can do to help.  They seem to have a pretty neat subnotebook coming out soon.</p>
<h2><a href="http://github.com/hank/life/tree/master/oscon/2008/sessions/SWIG.rdoc">Python, C++, and SWIG</a></h2>
<p>This could have been one of the best talks, but the speed at which it was given and the lack of enthusiasm in the presentation left most of us either bored or unfulfilled at the end of the talk.  He spent the first half explaining what Python and C++ were, then he got to what SWIG is.  The end was a quick dive into an extremely complicated bunch of files that didn&#8217;t help very much.  In the future, it would be helpful to go to a SWIG talk that details <em>how to make a simple Python extension with SWIG</em>.  I may have to throw that one together myself&#8230;</p>
<p>I also attended the tail end of <a href="http://en.oreilly.com/oscon2008/public/schedule/detail/2872">Designing Political Web Apps for MoveOn.org</a>, but I didn&#8217;t take any notes.  </p>
<p>We ended up going to dinner at <a href="http://www.widmer.com/Default.aspx">Widmer Brothers</a>, which was pretty awesome.  I had the Pork Schnitzel, a very tender piece of meat if I do say so myself, along with 2 Full Nelson IPAs.  Afterwards, we caught the bus from the convention center to BeerForge and the SourceForge Community Choice Awards party.  Beerforge was a blast.  I ended up talking to <a href="http://www.jbkempf.com/">Jean-Baptiste Kempf</a>, one of the developers of VLC, for hours &#8211; a truly great guy.  I learned a lot about France and the French people, but also about VLC.  Apparently, you can use VLC from the command line much like mplayer, which I did not know.  Yet, he explained that they removed Directshow support from VLC in Linux in favor of open source alternatives, which in part I can understand.  Yet, the only codec available that is able to smoothly play 1080p h264 video is closed source (<a href="http://www.coreavc.com/">CoreAVC</a>), and until the ffmpeg avc codec catches up, I&#8217;ll have to continue using mplayer.  When I can play everything back smoothly with VLC, I may consider switching.</p>
<p>The beer at BeerForge was pretty good &#8211; I had the IPA.  SourceForge had some sort of mixed drink which wasn&#8217;t too great.  All in all, a good day, but now I&#8217;m dehydrated&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ralree.com/2008/07/25/oscon-sessions-day-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Beer Craving 2008</title>
		<link>http://www.ralree.com/2008/06/14/beer-craving-2008/</link>
		<comments>http://www.ralree.com/2008/06/14/beer-craving-2008/#comments</comments>
		<pubDate>Sat, 14 Jun 2008 21:11:00 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[beer]]></category>
		<category><![CDATA[craving]]></category>
		<category><![CDATA[finger]]></category>
		<category><![CDATA[food]]></category>
		<category><![CDATA[obsession]]></category>
		<category><![CDATA[pain]]></category>
		<category><![CDATA[summer]]></category>
		<category><![CDATA[tasty]]></category>

		<guid isPermaLink="false">http://www.ralree.info/2008/06/14/beer-craving-2008</guid>
		<description><![CDATA[Today, I got the craving for some beer again.  I drove down to Corridor Fine Wines and picked up 49 beers (singles, of course).

            
Today, I got the craving for some beer again.  I drove down to Corridor Fine Wines and picked [...]]]></description>
			<content:encoded><![CDATA[<p>Today, I got the craving for some beer again.  I drove down to <a href="http://www.wineaccess.com/store/corridorwine/">Corridor Fine Wines</a> and picked up 49 beers (singles, of course).</p>
<p><img src="http://ralree.info/assets/2008/6/14/image31_medium.jpg" alt=""/></p>
<p>            <span id="more-12281"></span></p>
<p>Today, I got the craving for some beer again.  I drove down to <a href="http://www.wineaccess.com/store/corridorwine/">Corridor Fine Wines</a> and picked up 49 beers (singles, of course).  Here are some photos of the booty:</p>
<p><img src="http://ralree.info/assets/2008/6/14/image28_medium.jpg" alt=""/><br />
<img src="http://ralree.info/assets/2008/6/14/image29_medium.jpg" alt=""/><br />
<img src="http://ralree.info/assets/2008/6/14/image30_medium.jpg" alt=""/><br />
<img src="http://ralree.info/assets/2008/6/14/image31_medium.jpg" alt=""/><br />
<img src="http://ralree.info/assets/2008/6/14/image32_medium.jpg" alt=""/><br />
<img src="http://ralree.info/assets/2008/6/14/image33_medium.jpg" alt=""/></p>
<p>Now, I just have to slowly and meticulously try and catalog these beers.  It&#8217;s going to take quite a while.  I managed to crack a joint (one of the stiff ones from my recent injury) on the way to my car, and it hurt a <strong><em>lot</strong></em>.  Hopefully I didn&#8217;t damage anything&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ralree.com/2008/06/14/beer-craving-2008/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to drink a Guinness in Ireland</title>
		<link>http://www.ralree.com/2007/10/13/how-to-drink-a-guinness-in-ireland/</link>
		<comments>http://www.ralree.com/2007/10/13/how-to-drink-a-guinness-in-ireland/#comments</comments>
		<pubDate>Sat, 13 Oct 2007 19:05:00 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[beer]]></category>
		<category><![CDATA[guinness]]></category>
		<category><![CDATA[ireland]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[photos]]></category>

		<guid isPermaLink="false">http://www.ralree.info/2007/10/13/how-to-drink-a-guinness-in-ireland</guid>
		<description><![CDATA[If I ever end up in Ireland, I think I will have to try a Guinness.  This Article explains how to avoid any embarrassment and what to look out for.
Also, there was a really cool picture of a nuke going off today:

]]></description>
			<content:encoded><![CDATA[<p>If I ever end up in Ireland, I think I will have to try a Guinness.  <a href="http://www.headrambles.com/2007/10/10/how-to-survive-your-first-guinness/"><strong>This Article</strong></a> explains how to avoid any embarrassment and what to look out for.</p>
<p>Also, there was a really cool picture of a nuke going off today:</p>
<p><a href="http://www.flickr.com/photo_zoom.gne?id=510672745&amp;size=l"><img src="http://ralree.info/assets/2007/10/13/510672745_09f77c4c23_b_medium.jpg" alt=""/></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ralree.com/2007/10/13/how-to-drink-a-guinness-in-ireland/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Beer Atom Feed</title>
		<link>http://www.ralree.com/2007/10/13/a-beer-atom-feed/</link>
		<comments>http://www.ralree.com/2007/10/13/a-beer-atom-feed/#comments</comments>
		<pubDate>Sat, 13 Oct 2007 03:10:00 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[atom]]></category>
		<category><![CDATA[beer]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://www.ralree.info/2007/10/13/a-beer-atom-feed</guid>
		<description><![CDATA[So, after reviewing over 50 beers on BeerAdvocate, I&#8217;ve come to the conclusion that them not having an RSS or Atom feed of my most recent reviews available is stupid.  So, I decided to make my own by scraping their HTML today.  I started off by pumping some random code into irb that [...]]]></description>
			<content:encoded><![CDATA[<p>So, after reviewing over 50 beers on <a href="http://www.beeradvocate.com">BeerAdvocate</a>, I&#8217;ve come to the conclusion that them not having an RSS or Atom feed of my most recent reviews available is stupid.  So, I decided to make my own by scraping their HTML today.  I started off by pumping some random code into irb that included <a href="http://code.whytheluckystiff.net/hpricot/wiki/HpricotBasics">Hpricot</a> and <a href="http://builder.rubyforge.org/">Builder</a>.  Ruby rocks for doing stuff like this.</p>
<p>            <span id="more-4053"></span></p>
<p>So, after reviewing over 50 beers on <a href="http://www.beeradvocate.com">BeerAdvocate</a>, I&#8217;ve come to the conclusion that them not having an RSS or Atom feed of my most recent reviews available is stupid.  So, I decided to make my own by scraping their HTML today.  I started off by pumping some random code into irb that included <a href="http://code.whytheluckystiff.net/hpricot/wiki/HpricotBasics">Hpricot</a> and <a href="http://builder.rubyforge.org/">Builder</a>.  Ruby rocks for doing stuff like this.  Anyway, I ended up with this at the end:</p>
<div class="CodeRay">
<div class="code">
<pre><code>
require <span class="s"><span class="dl">'</span><span class="k">rubygems</span><span class="dl">'</span></span>
require <span class="s"><span class="dl">'</span><span class="k">hpricot</span><span class="dl">'</span></span>
require <span class="s"><span class="dl">'</span><span class="k">open-uri</span><span class="dl">'</span></span>
require <span class="s"><span class="dl">'</span><span class="k">builder</span><span class="dl">'</span></span>

<span class="c"># Get the document to scrape</span>
doc = Hpricot(open(<span class="s"><span class="dl">&quot;</span><span class="k">http://beeradvocate.com/user/beer_reviews?user=ralree</span><span class="dl">&quot;</span></span>))
trs = (doc/<span class="s"><span class="dl">&quot;</span><span class="k">table</span><span class="dl">&quot;</span></span>)[<span class="i">2</span>].search(<span class="s"><span class="dl">&quot;</span><span class="k">tr</span><span class="dl">&quot;</span></span>)

<span class="c"># Create the feed</span>
target = <span class="co">File</span>.new(<span class="s"><span class="dl">&quot;</span><span class="k">beer.xml</span><span class="dl">&quot;</span></span>, <span class="s"><span class="dl">&quot;</span><span class="k">w</span><span class="dl">&quot;</span></span>)
xml = <span class="co">Builder</span>::<span class="co">XmlMarkup</span>.new(<span class="sy">:target</span> =&gt; target, <span class="sy">:indent</span> =&gt; <span class="i">1</span>)
xml.instruct!
xml.feed <span class="s"><span class="dl">&quot;</span><span class="k">xmlns</span><span class="dl">&quot;</span></span> =&gt; <span class="s"><span class="dl">&quot;</span><span class="k">http://www.w3.org/2005/Atom</span><span class="dl">&quot;</span></span> <span class="r">do</span>
  xml.id <span class="s"><span class="dl">&quot;</span><span class="k">http://www.ralree.info/beer.xml</span><span class="dl">&quot;</span></span>
  xml.title <span class="s"><span class="dl">&quot;</span><span class="k">ralree the BeerAdvocate</span><span class="dl">&quot;</span></span>
  xml.subtitle <span class="s"><span class="dl">&quot;</span><span class="k">Recent Beer Reviews</span><span class="dl">&quot;</span></span>
  xml.link  <span class="s"><span class="dl">&quot;</span><span class="k">rel</span><span class="dl">&quot;</span></span> =&gt; <span class="s"><span class="dl">&quot;</span><span class="k">self</span><span class="dl">&quot;</span></span>, <span class="s"><span class="dl">&quot;</span><span class="k">href</span><span class="dl">&quot;</span></span> =&gt; <span class="s"><span class="dl">&quot;</span><span class="k">http://www.ralree.info/beer.xml</span><span class="dl">&quot;</span></span>
  xml.updated <span class="co">Time</span>.now.iso8601
  xml.author  { xml.name <span class="s"><span class="dl">&quot;</span><span class="k">Erik Gregg</span><span class="dl">&quot;</span></span>; xml.email <span class="s"><span class="dl">&quot;</span><span class="k">ralree@gmail.com</span><span class="dl">&quot;</span></span> }

  <span class="c"># For each TR, make an entry</span>
  trs.each <span class="r">do</span> |a|
    tds = a.search(<span class="s"><span class="dl">&quot;</span><span class="k">td</span><span class="dl">&quot;</span></span>).to_a
    <span class="r">if</span> tds.length == <span class="i">7</span>
    xml.entry <span class="r">do</span>
        xml.updated(<span class="co">Time</span>.parse(tds[<span class="i">0</span>].inner_html.gsub(<span class="s"><span class="dl">'</span><span class="k">-</span><span class="dl">'</span></span>, <span class="s"><span class="dl">'</span><span class="k">/</span><span class="dl">'</span></span>)).iso8601)
        xml.title((tds[<span class="i">1</span>]/<span class="s"><span class="dl">&quot;</span><span class="k">a/b</span><span class="dl">&quot;</span></span>).inner_html)
        xml.link(<span class="sy">:href</span> =&gt;
          (<span class="s"><span class="dl">&quot;</span><span class="k">http://www.beeradvocate.com</span><span class="dl">&quot;</span></span> + ((tds[<span class="i">1</span>]/<span class="s"><span class="dl">&quot;</span><span class="k">a</span><span class="dl">&quot;</span></span>)[<span class="i">0</span>][<span class="s"><span class="dl">&quot;</span><span class="k">href</span><span class="dl">&quot;</span></span>]))) <span class="r">do</span> |x|
          xml.text!((tds[<span class="i">1</span>]/<span class="s"><span class="dl">&quot;</span><span class="k">a/b</span><span class="dl">&quot;</span></span>)[<span class="i">0</span>].inner_html)
        <span class="r">end</span>
        xml.summary <span class="r">do</span> |p|
          p.cdata! <span class="s"><span class="dl">&lt;&lt;EOOMFG</span></span><span class="s"><span class="k">
Brewery: </span><span class="il"><span class="dl">#{</span>(tds[<span class="i">2</span>]/<span class="s"><span class="dl">&quot;</span><span class="k">a</span><span class="dl">&quot;</span></span>)[<span class="i">0</span>].inner_html<span class="dl">}</span></span><span class="k">
Style: </span><span class="il"><span class="dl">#{</span>(tds[<span class="i">3</span>]/<span class="s"><span class="dl">&quot;</span><span class="k">a</span><span class="dl">&quot;</span></span>)[<span class="i">0</span>].inner_html<span class="dl">}</span></span><span class="k">
Serving: </span><span class="il"><span class="dl">#{</span>tds[<span class="i">4</span>].inner_html<span class="dl">}</span></span><span class="k">
ABV: </span><span class="il"><span class="dl">#{</span>tds[<span class="i">5</span>].inner_html<span class="dl">}</span></span><span class="k">
Rating: </span><span class="il"><span class="dl">#{</span>(tds[<span class="i">6</span>]/<span class="s"><span class="dl">&quot;</span><span class="k">b</span><span class="dl">&quot;</span></span>).inner_html<span class="dl">}</span></span><span class="dl">
EOOMFG</span></span>
        <span class="r">end</span>
      <span class="r">end</span>
    <span class="r">end</span>
  <span class="r">end</span>
<span class="r">end</span>
</code></pre>
</div>
</div>
<p>This produces the feed that you can find <a href="http://ralree.info/beer/beer.xml">here</a>.  Feel free to add it to your aggregator, and you&#8217;ll be notified whenever I review a beer!  This is what it looks like:</p>
<p><img src="http://ralree.info/assets/2007/10/13/beerfeed.png" alt="ZOMG BEER!"/></p>
<h2>Get the codez <a href="http://modzer0.cs.uaf.edu/repos/hank/code/ruby/beer_atom_feed/">here</a></h2>
]]></content:encoded>
			<wfw:commentRss>http://www.ralree.com/2007/10/13/a-beer-atom-feed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Great Beering of 2007</title>
		<link>http://www.ralree.com/2007/08/26/the-great-beering-of-2007/</link>
		<comments>http://www.ralree.com/2007/08/26/the-great-beering-of-2007/#comments</comments>
		<pubDate>Sun, 26 Aug 2007 00:33:00 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[beer]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[liquor]]></category>
		<category><![CDATA[wine]]></category>

		<guid isPermaLink="false">http://www.ralree.info/2007/10/13/the-great-beering-of-2007</guid>
		<description><![CDATA[So I decided that I should take Kelsey to Corridor Fine Wines to have a look around, and to find some of the wines she&#8217;s liked before.  I also wanted to visit the beer section.  We left after 2 hours $180 poorer.  Here are some pictures of the spoils:







This should make for [...]]]></description>
			<content:encoded><![CDATA[<p>So I decided that I should take Kelsey to <a href="http://www.wineaccess.com/store/corridorwine">Corridor Fine Wines</a> to have a look around, and to find some of the wines she&#8217;s liked before.  I also wanted to visit the beer section.  We left after 2 hours $180 poorer.  Here are some pictures of the spoils:</p>
<p><a href="http://ralree.info/assets/2007/8/26/P1010112.JPG"><img src="http://ralree.info/assets/2007/8/26/P1010112_thumb.JPG" alt=""/></a><br />
<a href="http://ralree.info/assets/2007/8/26/P1010115.JPG"><img src="http://ralree.info/assets/2007/8/26/P1010115_thumb.JPG" alt=""/></a><br />
<a href="http://ralree.info/assets/2007/8/26/P1010116.JPG"><img src="http://ralree.info/assets/2007/8/26/P1010116_thumb.JPG" alt=""/></a><br />
<a href="http://ralree.info/assets/2007/8/26/P1010117.JPG"><img src="http://ralree.info/assets/2007/8/26/P1010117_thumb.JPG" alt=""/></a><br />
<a href="http://ralree.info/assets/2007/8/26/P1010118.JPG"><img src="http://ralree.info/assets/2007/8/26/P1010118_thumb.JPG" alt=""/></a><br />
<a href="http://ralree.info/assets/2007/8/26/P1010119.JPG"><img src="http://ralree.info/assets/2007/8/26/P1010119_thumb.JPG" alt=""/></a><br />
<a href="http://ralree.info/assets/2007/8/26/P1010114.JPG"><img src="http://ralree.info/assets/2007/8/26/P1010114_thumb.JPG" alt=""/></a></p>
<h2>This should make for a fun month.</h2>
]]></content:encoded>
			<wfw:commentRss>http://www.ralree.com/2007/08/26/the-great-beering-of-2007/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Beer Review #1: Yuengling</title>
		<link>http://www.ralree.com/2006/11/09/beer-review/</link>
		<comments>http://www.ralree.com/2006/11/09/beer-review/#comments</comments>
		<pubDate>Thu, 09 Nov 2006 14:11:03 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[beer]]></category>

		<guid isPermaLink="false">http://www.ralree.info/2007/10/13/beer-review</guid>
		<description><![CDATA[

Yuengling is very common over here on the East Coast.  It is apparently the
oldest major brew in America, which is awesome.  I like it quite a bit for a
normal drinkable beer, but it is slightly too watery for my taste.
8/10
]]></description>
			<content:encoded><![CDATA[<p><center><img src='http://modzer0.cs.uaf.edu/~hardwarehank/images/beer/yuengling.jpg' /><br />
</center><br />
Yuengling is very common over here on the East Coast.  It is apparently the<br />
oldest major brew in America, which is awesome.  I like it quite a bit for a<br />
normal drinkable beer, but it is slightly too watery for my taste.</p>
<h2>8/10</h2>
]]></content:encoded>
			<wfw:commentRss>http://www.ralree.com/2006/11/09/beer-review/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.397 seconds -->
