<?xml version="1.0" encoding="utf-8" ?>

<rdf:RDF    xmlns:enc='http://purl.oclc.org/net/rss_2.0/enc#'

   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns="http://my.netscape.com/rdf/simple/0.9/">
<channel>
    <title>The Hydrogen Project</title>
    <link>http://www.hydrogenproject.com/</link>
    <description>A techno, capoeira, and beer research lab</description>
    <dc:language>en</dc:language>

    <image rdf:resource="http://www.hydrogenproject.com/templates/bulletproof/img/s9y_banner_small.png" />

    <items>
      <rdf:Seq>
        <rdf:li resource="http://www.hydrogenproject.com/archives/302-guid.html" />
        <rdf:li resource="http://www.hydrogenproject.com/archives/301-guid.html" />
        <rdf:li resource="http://www.hydrogenproject.com/archives/300-guid.html" />
        <rdf:li resource="http://www.hydrogenproject.com/archives/299-guid.html" />
        <rdf:li resource="http://www.hydrogenproject.com/archives/298-guid.html" />
        <rdf:li resource="http://www.hydrogenproject.com/archives/297-guid.html" />
        <rdf:li resource="http://www.hydrogenproject.com/archives/296-guid.html" />
        <rdf:li resource="http://www.hydrogenproject.com/archives/295-guid.html" />
        <rdf:li resource="http://www.hydrogenproject.com/archives/293-guid.html" />
        <rdf:li resource="http://www.hydrogenproject.com/archives/291-guid.html" />
        <rdf:li resource="http://www.hydrogenproject.com/archives/290-guid.html" />
        <rdf:li resource="http://www.hydrogenproject.com/archives/289-guid.html" />
        <rdf:li resource="http://www.hydrogenproject.com/archives/286-guid.html" />
        <rdf:li resource="http://www.hydrogenproject.com/archives/285-guid.html" />
        <rdf:li resource="http://www.hydrogenproject.com/archives/275-guid.html" />
      </rdf:Seq>
    </items>
</channel>

<image rdf:about="http://www.hydrogenproject.com/templates/bulletproof/img/s9y_banner_small.png">
        <url>http://www.hydrogenproject.com/templates/bulletproof/img/s9y_banner_small.png</url>
        <title>RSS: The Hydrogen Project - A techno, capoeira, and beer research lab</title>
        <link>http://www.hydrogenproject.com/</link>
        <width>100</width>
        <height>21</height>
    </image>


<item rdf:about="http://www.hydrogenproject.com/archives/302-guid.html">
    <title>Less QQ more BBQ</title>
    <link>http://www.hydrogenproject.com/archives/302-Less-QQ-more-BBQ.html</link>
    <description>
    Last night I made the best Q in like a year. Raw data follows.&lt;br /&gt;
&lt;br /&gt;
THE MEAT: A three-pound slab of beef chuck sold as pot roast.&lt;br /&gt;
THE HEAT: Oak logs and lump charcoal. I started off at 400 degrees until the meat reached an internal temperature of 140&amp;deg; then wrapped the meat in foil and moved the logs to the firebox. Then it started raining and I moved inside to the oven. I turned off the heat at 190&amp;deg; and let the meat rest for a half hour.&lt;br /&gt;
THE RUB: Salt, pepper, cayenne, paprika, chili powder, cumin.&lt;br /&gt;
THE MOP: 1 12 oz. can of beer with 4 oz. each of Worcestershire sauce and apple cider vinegar and a touch of salt and pepper. I stopped mopping after the foiling point.&lt;br /&gt;
THE SAUCE: Once I finished mopping, I added about a cup of ketchup, some blackstrap molasses, onion powder, garlic powder, mustard powder, and peach juice to the saucepan of mop sauce I had brought to the boil. To thicken it up, I added the usual cornstarch slurry. The peach juice made all the difference. &lt;br /&gt;
THE SIDES: Potato salad and garden salad because of CSA vegetable overload.&lt;br /&gt;
&lt;br /&gt;
 
    </description>

    <dc:publisher>The Hydrogen Project</dc:publisher>
    <dc:creator>nospam@example.com (mkb)</dc:creator>
    <dc:subject>
    BBQ, </dc:subject>
    <dc:date>2010-06-28T17:46:25Z</dc:date>
    <wfw:comment>http://www.hydrogenproject.com/wfwcomment.php?cid=302</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.hydrogenproject.com/rss.php?version=1.0&amp;type=comments&amp;cid=302</wfw:commentRss>
    
    
</item>
<item rdf:about="http://www.hydrogenproject.com/archives/301-guid.html">
    <title>Using keychain on Mac OS X</title>
    <link>http://www.hydrogenproject.com/archives/301-Using-keychain-on-Mac-OS-X.html</link>
    <description>
    I use &lt;a href=&quot;http://funtoo.org/en/security/keychain/intro/&quot;&gt;keychain&lt;/a&gt; to manage my SSH keys on every system. This means I don&#039;t use SSHKeychain, and I don&#039;t use launchd as an ssh-agent front. Unfortunately, this makes it impossible for graphical Mac OS X apps to use the keychain; the SSH_AUTH_SOCK environment variable is set when your shell starts up and any custom environment variables for your graphical apps are set in ${HOME}/.MacOSX/environment.plist. To get around this, add the following or something similar just after your shell reads the keychain script.&lt;br /&gt;
&lt;br /&gt;
&lt;pre&gt;source ~/.keychain/${HOSTNAME}-sh&lt;br /&gt;
&lt;br /&gt;
# to allow p4v to use keychain instead of launchd&lt;br /&gt;
cat &amp;lt;&amp;lt;EOT &amp;gt; ~/.MacOSX/environment.plist&lt;br /&gt;
&amp;lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&amp;gt;&lt;br /&gt;
&amp;lt;!DOCTYPE plist PUBLIC &quot;-//Apple//DTD PLIST 1.0//EN&quot; &quot;http://www.apple.com/DTDs/PropertyList-1.0.dtd&quot;&amp;gt;&lt;br /&gt;
&amp;lt;plist version=&quot;1.0&quot;&amp;gt;&lt;br /&gt;
&amp;lt;dict&amp;gt;&lt;br /&gt;
	&amp;lt;key&amp;gt;SSH_AUTH_SOCK&amp;lt;/key&amp;gt;&lt;br /&gt;
	&amp;lt;string&amp;gt;$SSH_AUTH_SOCK&amp;lt;/string&amp;gt;&lt;br /&gt;
&amp;lt;/dict&amp;gt;&lt;br /&gt;
&amp;lt;/plist&amp;gt;&lt;br /&gt;
EOT&lt;/pre&gt;&lt;br /&gt;
&lt;br /&gt;
The one limitation is that you must start your Terminal before launching anything that uses keychain, but since I start Terminal as soon as I log in, that&#039;s not a problem. 
    </description>

    <dc:publisher>The Hydrogen Project</dc:publisher>
    <dc:creator>nospam@example.com (mkb)</dc:creator>
    <dc:subject>
    Computers, </dc:subject>
    <dc:date>2010-06-15T14:26:44Z</dc:date>
    <wfw:comment>http://www.hydrogenproject.com/wfwcomment.php?cid=301</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.hydrogenproject.com/rss.php?version=1.0&amp;type=comments&amp;cid=301</wfw:commentRss>
    
    
</item>
<item rdf:about="http://www.hydrogenproject.com/archives/300-guid.html">
    <title>Peter Gabriel and Other Events</title>
    <link>http://www.hydrogenproject.com/archives/300-Peter-Gabriel-and-Other-Events.html</link>
    <description>
    For my birthday, my wife sent me packing to New York City to see Peter Gabriel perform at &lt;a href=&quot;http://www.petergabriel.com/live/tourdiary/archive/2010/05/03/Radio_City._Show_1&quot;&gt;Radio City Music Hall&lt;/a&gt;. The last time I saw him perform was in 2002. I was still in college, and he was performing with his band and his usual cast of props and effects. The current tour, called &#039;New Blood,&#039; was completely different. About the only thing in common between these two tours was the presence of Peter and his daughter Melanie as a backup vocalist. This tour is based on the &#039;Scratch My Back&#039; project, which is a set of 12 covers of rock bands old and new released earlier this year. Each song was arranged for voice and orchestra by &lt;a href=&quot;http://en.wikipedia.org/wiki/John_Metcalfe&quot;&gt;John Metcalfe&lt;/a&gt;, a former member of The Durutti Column. The songs involved include the likes of Paul Simon&#039;s &lt;i&gt;Boy in a Bubble&lt;/i&gt;, Lou Reed&#039;s &lt;i&gt;The Power of Your Heart&lt;/i&gt;, David Bowie&#039;s &lt;i&gt;Heroes&lt;/i&gt;, and The Magnetic Fields&#039; &lt;i&gt;The Book Of Love&lt;/i&gt; (from the Strictly Ballroom soundtrack) Each artist represented is also covering one of Gabriel&#039;s tracks. These will be released piecemeal as companions to each single from &#039;Scratch My Back&#039; and later on a companion album called &#039;...And I&#039;ll Scratch Yours&#039;. The sole unfortunate exception is that David Bowie won&#039;t be performing a cover. Instead, Brian Eno will be performing a cover of &lt;i&gt;Don&#039;t Break This Rhythm&lt;/i&gt;. &lt;br /&gt;
&lt;br /&gt;
If you will allow me one indulgence, I would have liked to see Ryuichi Sakamoto and Underworld involved in this. Gabriel would cover &lt;i&gt;8-ball&lt;/i&gt; and either &lt;i&gt;World Citizen&lt;/i&gt; or &lt;i&gt;See-Through&lt;/i&gt;, Sakamoto would cover &lt;i&gt;Here Comes the Flood&lt;/i&gt; or &lt;i&gt;The Drop&lt;/i&gt;, and Underworld would cover &lt;i&gt;Excellent Birds&lt;/i&gt;. God, I am a nerd.&lt;br /&gt;
&lt;br /&gt;
Although the marketing for the tour claimed a total absence of drums, guitars, and opening acts, the show opened with a short two-song set from singer/songwriter/guitarist &lt;a href=&quot;http://anebrun.com&quot;&gt;Ane Brun&lt;/a&gt;, who would later serve as the other backup female vocalist. The orchestra also clearly had a bass drum on stage. The orchestra for the NYC and Montreal shows was apparently the &lt;a href=&quot;http://www.oslmusic.org/&quot;&gt;the Orchestra of St. Luke&#039;s&lt;/a&gt;, augmented by some additional players. (For example the OSL has no tubist but there was one on stage) Conducting was Ben Foster who apparently writes music for Doctor Who and Torchwood. They played through the entire &#039;Scratch My Back&#039; album, followed by a short intermission and an hour of rearranged Peter Gabriel back catalog (setlist &lt;a href=&quot;http://www.setlist.fm/setlist/peter-gabriel/2010/radio-city-music-hall-new-york-ny-2bd4e426.html&quot;&gt;here&lt;/a&gt;). Apparently Lou Reed played his cover of Solsbury Hill the following night.&lt;br /&gt;
&lt;br /&gt;
What an incredible performance. After nearly every song I was emotionally exhausted, especially during the second half of more familiar material. Unfortunately, for &lt;i&gt;Signal to Noise&lt;/i&gt; there was no attempt made to replace the late Nusrat Fateh Ali Khan&#039;s voice, either with a recording or another singer. Given that the song had dead space specifically to let him improvise, it fell a bit flat. This was more than made up for by the inclusion of Red Rain, a stunning duet adaptation of Washing of the Water, and Ane Brun&#039;s excellent interpretation of Don&#039;t Give Up (better than any save Paula Cole, maybe).&lt;br /&gt;
&lt;br /&gt;
&lt;hr /&gt;&lt;br /&gt;
&lt;br /&gt;
Anyway, further musical goings on. I will be playing some records between live acts at &lt;a href=&quot;http://megapolisfestival.org/blogalogadingdong/?page_id=1567#friday&quot;&gt;the Megapolis Festival opening concert&lt;/a&gt; and then for the rest of the weekend, my installation, &lt;a href=&quot;http://nynex.hydrogenproject.com&quot;&gt;the Republic of Nynex&lt;/a&gt; will be showing in the lobby of &lt;a href=&quot;http://www.wypr.org/Contact_Us.html&quot;&gt;WYPR Public Radio&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
My daughter bought me a copy of Hiromi Uehara&#039;s album &#039;Place to Be.&#039; What a precocious 11-month old! She can&#039;t even walk and she is such a great shopper! :)&lt;br /&gt;
&lt;br /&gt;
 
    </description>

    <dc:publisher>The Hydrogen Project</dc:publisher>
    <dc:creator>nospam@example.com (mkb)</dc:creator>
    <dc:subject>
    Events, Music, News, </dc:subject>
    <dc:date>2010-05-07T17:50:23Z</dc:date>
    <wfw:comment>http://www.hydrogenproject.com/wfwcomment.php?cid=300</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.hydrogenproject.com/rss.php?version=1.0&amp;type=comments&amp;cid=300</wfw:commentRss>
    
    
</item>
<item rdf:about="http://www.hydrogenproject.com/archives/299-guid.html">
    <title>Beer Notes</title>
    <link>http://www.hydrogenproject.com/archives/299-Beer-Notes.html</link>
    <description>
    With regards to my last entry, here are notes per beer:&lt;br /&gt;
- Chateau Jiahu was really good the second time around.&lt;br /&gt;
- Sahtea was OK. Too syrupy and cloyingly sweet in flavor. Didn&#039;t notice much juniper.&lt;br /&gt;
- Pangaea - wtf? BORING&lt;br /&gt;
- Schlenklerla - did not taste super bacony. Actually quite good. Drank it with smoked brisket, though. Maybe that made the difference.&lt;br /&gt;
- Pretty Things - really good.&lt;br /&gt;
- High and Mighty was partially used in a sauce and partially drunk by my wife! Oops. Sauce was tasty.&lt;br /&gt;
- Biere de Noel was skunked :( Spilled everywhere due to its enormous head but also went into the sauce above.&lt;br /&gt;
- Nogne was misery in a bottle. I am done with wild ales, ugh.&lt;br /&gt;
- A guest drank one RIS. I drank the other. Over-hyped much like other Stone products. One bottle left. I&#039;ll drink it a few months to see if there&#039;s a difference, but since aging beer is kind of over hyped too, meh. Stone&#039;s Bastard and Smoked Porter are good. Everything else I&#039;ve tried is just marketing.&lt;br /&gt;
&lt;br /&gt;
The Southern Tier and Bourbon County are still waiting for me. :)&lt;br /&gt;
&lt;br /&gt;
I am participating in a homebrew swap through Metafilter. The barleywine will probably be sent out because the Sam Adams LongShot contest is only open to beers that don&#039;t belong in any other BJCP category. (protobeers like sahti, weird hybrid styles, etc. etc.)&lt;br /&gt;
&lt;br /&gt;
However, I have a plan. It began with a wild hint of an idea and then slowly became fleshed out in my mind. The concept is: GINBEER! A beer with all the magic and meanness of gin. A beer that they would give you in the city of Lynn in response to an order of soda.&lt;br /&gt;
&lt;br /&gt;
Here is the plan, so that in case of my death someone can continue this legend.&lt;br /&gt;
&lt;br /&gt;
Start with a California Common (à la Anchor Steam Beer). Discard the caramelized malts and replace with flaked rye and wheat. Use a California Lager yeast, with noble hops for the aroma hops (I am thinking Saaz). Not sure what to use for the bittering hops yet. When primary fermentation is complete, prepare one or more combinations of the following botanicals:&lt;br /&gt;
- juniper berries (duh, either direct or via juniper tea or juniper infused vodka)&lt;br /&gt;
- coriander&lt;br /&gt;
- angelica root&lt;br /&gt;
- orris root&lt;br /&gt;
- orange peel&lt;br /&gt;
- lime peel&lt;br /&gt;
- lemon peel&lt;br /&gt;
- licorice powder&lt;br /&gt;
- cloves&lt;br /&gt;
- fennel&lt;br /&gt;
- cardamom&lt;br /&gt;
- cucumber&lt;br /&gt;
- cinnamon&lt;br /&gt;
- rosemary&lt;br /&gt;
&lt;br /&gt;
I now have a glass carboy and a couple large plastic science-y containers, so I can try four different tinctures. Rack the beer on top of the botanicals in the secondary container, then prime and bottle after one additional week.  To try a number of different blends I&#039;ll need a co-conspirator. (or at least I&#039;ll need to go for larger than a 5 gallon batch) 
    </description>

    <dc:publisher>The Hydrogen Project</dc:publisher>
    <dc:creator>nospam@example.com (mkb)</dc:creator>
    <dc:subject>
    Beer, </dc:subject>
    <dc:date>2010-04-14T01:36:28Z</dc:date>
    <wfw:comment>http://www.hydrogenproject.com/wfwcomment.php?cid=299</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.hydrogenproject.com/rss.php?version=1.0&amp;type=comments&amp;cid=299</wfw:commentRss>
    
    
</item>
<item rdf:about="http://www.hydrogenproject.com/archives/298-guid.html">
    <title>Weekend Highlights and Lowlights</title>
    <link>http://www.hydrogenproject.com/archives/298-Weekend-Highlights-and-Lowlights.html</link>
    <description>
    Wednesday, my in-laws came down to our house, so that my father-in-law could assist with our bathroom remodeling project. From Thursday to Saturday, our only tub was ripped out of the wall and smashed to pieces, then replaced with a new one. The sink and cabinet were also ripped apart and are just now being replaced. New flooring is down as well. My father-in-law will be down Thursday with a friend of his to continue the project, putting up wainscoting over the old tile and to cover up the wall damage from both the earlier cabinet installation and the sledgehammer extraction of the bathtub. Also getting replaced are the shower and tub fixtures. Then we paint! Then we get an electrician to put in a new circuit so we can install the new lamp and fan. &lt;br /&gt;
&lt;br /&gt;
Friday night was just about the worst night of babysleep since Em was born. The first night was marked by the overexhausted spasms of the only functioning part of my brain, which I think was the monkey part. Last night was also awful, because the only way the baby would sleep was a 2 hour drive up and down Route 1. We passed the Golden Banana three times in search of a 24-hour Dunkin&#039; with a drive thru, then drove up to the Topsfield Fairgrounds, then through Arkham to Ipswich, and back down 1A to Salem.&lt;br /&gt;
&lt;br /&gt;
For her naptime, we tried the car ride again. On the way, I picked up a present for my father-in-law&#039;s birthday (a bottle of The Balvenie&#039;s Doublewood 12-year, aged in sherry casks for part of its early life, and the following beers for the house:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Dogfish Head Chateau Jiahu (Chinese proto-beer with hawthorne fruit, Muscat grapes, honey, chrysanthemum flowers, and flaked rice)&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Dogfish Head Sahtea (Finnish proto-beer with rye, juniper berries, tea, and spices)&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Dogfish Head Pangaea (with ingredients from every continent!)&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Aecht Schlenkerla Rauchbier Urbock&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Pretty Things Baby Tree Plum Quadrupel&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;High and Mighty Home for the Holidays Brown Ale&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Thiriez Bi&amp;egrave;re de No&amp;euml;l Christmas Amber Ale&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;N&amp;oslash;gne &amp;Oslash; Tytteb&amp;aelig;r Wild Ale with lingonberries&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Southern Tier Cuvée 2&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Stone Russian Imperial Stout (x3)&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Goose Island Bourbon County Stout aged in Bourbon Barrels&lt;/li&gt;&lt;br /&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;br /&gt;
My yearly bonus came in :) I will be purchasing an Akai EWI4000s!  
    </description>

    <dc:publisher>The Hydrogen Project</dc:publisher>
    <dc:creator>nospam@example.com (mkb)</dc:creator>
    <dc:subject>
    Beer, Kids, Music, </dc:subject>
    <dc:date>2010-03-14T14:40:33Z</dc:date>
    <wfw:comment>http://www.hydrogenproject.com/wfwcomment.php?cid=298</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.hydrogenproject.com/rss.php?version=1.0&amp;type=comments&amp;cid=298</wfw:commentRss>
    
    
</item>
<item rdf:about="http://www.hydrogenproject.com/archives/297-guid.html">
    <title>Republic of Nynex debut at Megapolis Festival 2010</title>
    <link>http://www.hydrogenproject.com/archives/297-Republic-of-Nynex-debut-at-Megapolis-Festival-2010.html</link>
    <description>
    &lt;blockquote&gt;Hi Matt!  This is more of a formality for your records: thanks for the&lt;br /&gt;
submission -- we&#039;d like for you to be involved in Megapolis this year&lt;br /&gt;
in Baltimore, May 14-16.&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
My in-progress genetic audio art project, the &lt;a href=&quot;http://nynex.hydrogenproject.com/&quot;&gt;Republic of Nynex&lt;/a&gt;, has been accepted as part of the &lt;a href=&quot;http://megapolisfestival.org&quot;&gt;Megapolis Festival&lt;/a&gt; in Baltimore in May of this year. This is a participatory project, so you can actually take part even without going to the festival. &lt;br /&gt;
&lt;br /&gt;
I won&#039;t be putting all the detailed progress in this blog. If you want to follow the project along, you can subscribe to the &lt;a href=&quot;http://nynex.hydrogenproject.com/blosxom.cgi&quot;&gt;progress blog&lt;/a&gt; on the site, &lt;a href=&quot;http://facebook.com/pages/Republic-of-Nynex/268718961023&quot;&gt;become a Facebook fan&lt;/a&gt;, or &lt;a href=&quot;http://twitter.com/nynexrepublic&quot;&gt;follow nynexrepublic on Twitter&lt;/a&gt; or &lt;a href=&quot;http://soundcloud.com/republic-of-nynex&quot;&gt;Soundcloud&lt;/a&gt;. Twitter will contain the only online announcements of each new generation, but if you want to listen and rate without becoming become a Twitter user you can subscribe to the Twitter &lt;a href=&quot;http://twitter.com/statuses/user_timeline/67699236.rss&quot;&gt;RSS feed&lt;/a&gt; once the project goes live. 
    </description>

    <dc:publisher>The Hydrogen Project</dc:publisher>
    <dc:creator>nospam@example.com (mkb)</dc:creator>
    <dc:subject>
    Events, </dc:subject>
    <dc:date>2010-03-05T22:29:51Z</dc:date>
    <wfw:comment>http://www.hydrogenproject.com/wfwcomment.php?cid=297</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.hydrogenproject.com/rss.php?version=1.0&amp;type=comments&amp;cid=297</wfw:commentRss>
    
    
</item>
<item rdf:about="http://www.hydrogenproject.com/archives/296-guid.html">
    <title>Kid Stuff</title>
    <link>http://www.hydrogenproject.com/archives/296-Kid-Stuff.html</link>
    <description>
    As a kid, I got started on computers early. My first computer was a Texas Instruments model 99/4A. I originally used it primarily as a gaming console, but we also had two books full of BASIC program listings to type in. My pre-school had the same computer and even had the TI Logo environment. At other times in my childhood I got to play with other BASIC and Logo environments, mostly on Apple II-series computers. There were plenty of story-telling and other software over the years that blurred the line between gaming and programming. I can&#039;t remember any of them besides Mario Paint and Story Machine.&lt;br /&gt;
&lt;br /&gt;
I would love to get my daughter started on computers early, but I obviously can&#039;t start with stuff like C++ before she can even really read or type. Most of the kid-type stuff that I grew up with is long gone. Modern Logo environments do exist, though. and there are other child-friendly languages and tools, to boot. So, here&#039;s a list of the ones I&#039;ve found. They&#039;re free unless marked otherwise:&lt;br /&gt;
&lt;br /&gt;
&lt;dl&gt;&lt;dt&gt;Logo&lt;/dt&gt;&lt;dd&gt;&lt;a href=&quot;http://www.fmslogo.org/index2.html&quot;&gt;FMS Logo&lt;/a&gt; (Windows)&lt;/dd&gt;&lt;br /&gt;
&lt;dd&gt;&lt;a href=&quot;http://www.softronix.com/logo.html&quot;&gt;MSW Logo&lt;/a&gt; (Windows)&lt;/dd&gt;&lt;br /&gt;
&lt;dd&gt;&lt;a href=&quot;http://www.alancsmith.co.uk/logo/index.html&quot;&gt;ACS Logo&lt;/A&gt; (Mac OS X)&lt;/dd&gt;&lt;br /&gt;
&lt;dd&gt;&lt;a href=&quot;http://klogoturtle.sourceforge.net/&quot;&gt;KLogo&lt;/a&gt;(Linux)&lt;/dd&gt;&lt;br /&gt;
&lt;dt&gt;&lt;a href=&quot;http://www.agentsheets.com&quot;&gt;AgentSheets&lt;/a&gt; (Windows, Mac OS X, $)&lt;/dt&gt;&lt;br /&gt;
&lt;dt&gt;Squeak/Smalltalk&lt;/dt&gt;&lt;dd&gt;&lt;a href=&quot;http://squeakland.org&quot;&gt;Squeak Etoys&lt;/a&gt; (Windows, Mac OS X, Linux)&lt;/dd&gt;&lt;br /&gt;
&lt;dd&gt;&lt;a href=&quot;http://tweakproject.org/&quot;&gt;Tweak&lt;/a&gt; (under development, Windows)&lt;/dd&gt;&lt;br /&gt;
&lt;dt&gt;&lt;a href=&quot;http://scratch.mit.edu/&quot;&gt;Scratch&lt;/a&gt; (Windows, Mac OS X, Linux)&lt;/dt&gt;&lt;br /&gt;
&lt;dt&gt;&lt;a href=&quot;http://www.alice.org/&quot;&gt;Alice&lt;/a&gt; (Windows, Mac OS X)&lt;/dt&gt;&lt;br /&gt;
&lt;dt&gt;&lt;a href=&quot;http://toontalk.com&quot;&gt;ToonTalk&lt;/a&gt; (Windows)&lt;/dt&gt;&lt;br /&gt;
&lt;dt&gt;&lt;a href=&quot;http://www.stagecast.com/&quot;&gt;StageCast Creator&lt;/a&gt; (Windows, Mac OS X, any UNIX that can run Java, $)&lt;/dt&gt;&lt;br /&gt;
&lt;dt&gt;&lt;a href=&quot;http://www.qimo4kids.com&quot;&gt;Qimo&lt;/a&gt; (Linux)&lt;/dt&gt;&lt;br /&gt;
&lt;dt&gt;&lt;a href=&quot;http://edubuntu.org&quot;&gt;Edubuntu&lt;/a&gt; (Linux)&lt;/dt&gt;&lt;br /&gt;
&lt;dt&gt;&lt;a href=&quot;http://www.kneebouncers.com/&quot;&gt;Kneebouncers&lt;/a&gt; (Flash)&lt;/dt&gt;&lt;br /&gt;
&lt;dt&gt;&lt;a href=&quot;http://www.bbc.co.uk/cbeebies/games/&quot;&gt;CBeebies&lt;/a&gt; (Flash)&lt;/dt&gt;&lt;br /&gt;
&lt;dt&gt;&lt;a href=&quot;http://www.greenfoot.org/&quot;&gt;Greenfoot&lt;/a&gt; (anything capable of running Java 5 JDK)&lt;/dt&gt;&lt;br /&gt;
&lt;dt&gt;&lt;a href=&quot;http://rur-ple.sourceforge.net/&quot;&gt;Rur-ple&lt;/a&gt; (Mac OS X, Windows, Linux, technically anything capable of running wxWindows and a Python interpreter)&lt;/dt&gt;&lt;br /&gt;
&lt;/dl&gt; 
    </description>

    <dc:publisher>The Hydrogen Project</dc:publisher>
    <dc:creator>nospam@example.com (mkb)</dc:creator>
    <dc:subject>
    Kids, </dc:subject>
    <dc:date>2010-02-11T16:52:00Z</dc:date>
    <wfw:comment>http://www.hydrogenproject.com/wfwcomment.php?cid=296</wfw:comment>
        <slash:comments>4</slash:comments>
        <wfw:commentRss>http://www.hydrogenproject.com/rss.php?version=1.0&amp;type=comments&amp;cid=296</wfw:commentRss>
    
    
</item>
<item rdf:about="http://www.hydrogenproject.com/archives/295-guid.html">
    <title>Barleywine bottled</title>
    <link>http://www.hydrogenproject.com/archives/295-Barleywine-bottled.html</link>
    <description>
    This weekend I bottled the &lt;a href=&quot;http://hydrogenproject.com/archives/286-Beer-and-wine-and-tracks.html&quot;&gt;barleywine&lt;/a&gt; that I brewed so long ago. Let me give a short review of all that has happened with this beer:&lt;br /&gt;
&lt;br /&gt;
1.) First thing to do was to dry hop with the last of the Cascade hops. I simply tossed the pellets into the fermenter (still primary at this point) and resealed the lid.&lt;br /&gt;
2.) After pitching the champagne yeast once the lock stopped bubbling, fermentation stuck at gravity 1.032.&lt;br /&gt;
3.) The first thing recommended to me by the &lt;a href=&quot;http://homebrewing.livejournal.com/&quot;&gt;LiveJournal homebrewing group&lt;/a&gt; was to try adding yeast nutrients and swirling the beer around a bit to oxygenate. No change in gravity.&lt;br /&gt;
4.) Several weeks pass with no change in gravity. I attempt to make a starter with a second pack of yeast, but my attempt is foiled when a fruit fly makes its way in and contaminates it! Bah!&lt;br /&gt;
5.) A few more weeks pass. I purchase a glass carboy and rack the beer onto to some oak chips within. Still no change in gravity.&lt;br /&gt;
6.) Several months pass to this weekend.&lt;br /&gt;
&lt;br /&gt;
Well, I think I left the beer on the oak chips a little too long. Pre-primed tasting is ULTRAOAKY. I&#039;m sure it will improve with some time in the bottle and some fizz. They always do. 
    </description>

    <dc:publisher>The Hydrogen Project</dc:publisher>
    <dc:creator>nospam@example.com (mkb)</dc:creator>
    <dc:subject>
    Beer, </dc:subject>
    <dc:date>2010-01-12T01:44:17Z</dc:date>
    <wfw:comment>http://www.hydrogenproject.com/wfwcomment.php?cid=295</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.hydrogenproject.com/rss.php?version=1.0&amp;type=comments&amp;cid=295</wfw:commentRss>
    
    
</item>
<item rdf:about="http://www.hydrogenproject.com/archives/293-guid.html">
    <title>Capoeira Gerais Open House</title>
    <link>http://www.hydrogenproject.com/archives/293-Capoeira-Gerais-Open-House.html</link>
    <description>
    Capoeira Gerais is having (another) open house this Wednesday!&lt;br /&gt;
&lt;br /&gt;
For those not familiar, capoeira is a Brazilian martial art that was practiced by slaves and disguised as dance for centuries while it was practiced illegally. If you would like to see it in action, look it up on YouTube.&lt;br /&gt;
&lt;br /&gt;
Anyways, if one of your New Year&#039;s resolutions is to get in shape, capoeira does that pretty well. To that end, my capoeira instructor is holding an open house Wednesday Jan 13. It&#039;s free for the first class. If you would like to attend, just show up at Boston Ultimate Fitness on that night at 6PM. Wear comfortable clothes and optionally shoes (please not street shoes though. The floor was all full of sand tonight), and bring a towel! You&#039;ll need it.&lt;br /&gt;
&lt;br /&gt;
The address is 33 Harrison Av, in Chinatown, on the 7th floor.&lt;br /&gt;
&lt;br /&gt;
Regular classes are on Mondays and Wednesdays every week at this time and address, or at 8:15 PM at Champions Dance Studio in Everett if that&#039;s more convenient for you. 
    </description>

    <dc:publisher>The Hydrogen Project</dc:publisher>
    <dc:creator>nospam@example.com (mkb)</dc:creator>
    <dc:subject>
    Capoeira, </dc:subject>
    <dc:date>2010-01-12T01:42:00Z</dc:date>
    <wfw:comment>http://www.hydrogenproject.com/wfwcomment.php?cid=293</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.hydrogenproject.com/rss.php?version=1.0&amp;type=comments&amp;cid=293</wfw:commentRss>
    
    
</item>
<item rdf:about="http://www.hydrogenproject.com/archives/291-guid.html">
    <title>Power loss</title>
    <link>http://www.hydrogenproject.com/archives/291-Power-loss.html</link>
    <description>
    Yesterday morning, high winds caused a power outage on my street. This somehow managed to totally reset my Westell 7500 DSL modem and wireless router. The official install process failed to work, just as it has never worked, so I had to call tech support. Since I ended up listening to about 15 minutes of pre-recorded advice that was completely irrelevant before getting to wait on hold for the helpful technician who actually called me back when my call got disconnected (Verizon Wireless&#039;s great network in action!), I will document the repair process here in case this happens again.&lt;br /&gt;
&lt;br /&gt;
Note, at any point, you can reset the modem back to the original state by poking the little reset button on the back with a paperclip.&lt;br /&gt;
&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;First, turn the modem upside-down and note the serial number and WEP key. The serial number is the default SSID, and the WEP key is just that.&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Connect to the wireless network, or connect your computer to the router with an Ethernet cable.&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Visit this URL: http://192.168.1.1/verizon/redirect.htm&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Click the &#039;DISABLE&#039; button. You will eventually be asked for a password. The username is &#039;admin&#039; and the password is &#039;password&#039;.&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;The next screen will ask you to change your username and password. Change it to something besides the default. At this point, you should be able to connect to the Internet.&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Go into Wireless Settings and twiddle the settings how you want. Most likely everything you need is under Basic Security Settings.&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;You will likely need to double check your firewall settings as well.&lt;/li&gt;&lt;br /&gt;
&lt;/ol&gt;&lt;br /&gt;
&lt;br /&gt;
I hope that helps anyone in my situation. Naturally, if you need this advice, you probably can&#039;t get on the Internet anyway. 
    </description>

    <dc:publisher>The Hydrogen Project</dc:publisher>
    <dc:creator>nospam@example.com (mkb)</dc:creator>
    <dc:subject>
    Computers, </dc:subject>
    <dc:date>2009-12-18T14:52:00Z</dc:date>
    <wfw:comment>http://www.hydrogenproject.com/wfwcomment.php?cid=291</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.hydrogenproject.com/rss.php?version=1.0&amp;type=comments&amp;cid=291</wfw:commentRss>
    
    
</item>
<item rdf:about="http://www.hydrogenproject.com/archives/290-guid.html">
    <title>fs1rgen progress</title>
    <link>http://www.hydrogenproject.com/archives/290-fs1rgen-progress.html</link>
    <description>
    I have created a small subproject of &lt;a href=&quot;http://www.hydrogenproject.com/pages/fs1rgen.html&quot;&gt;fs1rgen&lt;/a&gt; in order to get a really basic app working that uses a genetic algorithm. It&#039;s called tonegen, and instead of generating random FS1r patches, it generates random noises. (By default, 44.1kHz 16-bit audio with a 1/440 second sample) 10 of these noises are created per generation using some horrific mishmash of Objective-C and C++. (Seriously, there is no reason for me to use Objective-C for what is now a command line app that interfaces with Core Audio, a C API)&lt;br /&gt;
&lt;br /&gt;
FS1rgen will be the same, for the simple reason that Cocoa is written in Objective-C and GALib is written in C++.&lt;br /&gt;
&lt;br /&gt;
If you would like to try tonegen, you can grab the source code from &lt;a href=&quot;http://github.com/mkb218/fs1rgen/tree/master/src/tonegen/&quot;&gt;github&lt;/a&gt; and you&#039;ll need the latest &lt;A href=&quot;http://lancet.mit.edu/ga/&quot;&gt;GALib&lt;/a&gt;. You&#039;ll need to muck with the XCode project file to make it find GALib, since I really haven&#039;t bothered with a autoconf or even a Makefile. 
    </description>

    <dc:publisher>The Hydrogen Project</dc:publisher>
    <dc:creator>nospam@example.com (mkb)</dc:creator>
    <dc:subject>
    Computers, </dc:subject>
    <dc:date>2009-12-13T03:29:21Z</dc:date>
    <wfw:comment>http://www.hydrogenproject.com/wfwcomment.php?cid=290</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.hydrogenproject.com/rss.php?version=1.0&amp;type=comments&amp;cid=290</wfw:commentRss>
    
    
</item>
<item rdf:about="http://www.hydrogenproject.com/archives/289-guid.html">
    <title>Next Beer - Vanilla Bean Stout</title>
    <link>http://www.hydrogenproject.com/archives/289-Next-Beer-Vanilla-Bean-Stout.html</link>
    <description>
    &lt;a href=&quot;http://beer-wine.com&quot;&gt;Beer &amp;amp; Wine Hobby&lt;/a&gt; has a 70 dollar (!!!) bourbon cask vanilla bean stout kit. The most recent newsletter from Modern Homebrewing Emporium has instructions that I can put together on their website for $55. The vanilla beans are another 10 clams from &lt;a href=&quot;http://www.jrmushroomsandspecialties.com/&quot;&gt;JR Mushrooms and Specialties&lt;/a&gt;, but I want to do a vanilla bourbon infusion, too, so I need those beans! I will skip the bourbon soaked oak chips &lt;br /&gt;
&lt;br /&gt;
Here is the plan (modified to suit my tastes and available hops):&lt;br /&gt;
&lt;br /&gt;
- 1 lb crystal malt (90L)&lt;br /&gt;
- 1 lb Maris otter malt, since it sounds interesting&lt;br /&gt;
- 1/4 lb chocolate malt&lt;br /&gt;
- 1/4 lb black patent malt&lt;br /&gt;
- 1/8 lb roasted barley&lt;br /&gt;
- 6 lbs dark malt extract (dry)&lt;br /&gt;
- 1 oz Northern Brewer hops (kettle)&lt;br /&gt;
- 1 oz Chinook (aroma)&lt;br /&gt;
- White Labs WLP004&lt;br /&gt;
&lt;br /&gt;
Ferment in primary for a week, then rack to secondary on top of four vanilla beans. &lt;br /&gt;
&lt;br /&gt;
Rack to secondary? Uh oh, my brand new carboy is already full of &lt;a href=&quot;http://www.hydrogenproject.com/archives/286-Beer-and-wine-and-tracks.html&quot;&gt;barleywine&lt;/a&gt;! On the recommendation of the &lt;a href=&quot;http://community.livejournal.com/homebrewing&quot;&gt;LiveJournal Homebrewing community&lt;/a&gt;, that will be sitting for a few months on some medium toast French oak chips.&lt;br /&gt;
&lt;br /&gt;
CHEAPSKATE TIP: A paper bag from the supermarket is just as good for a 5-gallon carboy cover as it is for a book cover! Just cut a hole in the bottom of the bag for the fermentation lock to poke through.&lt;br /&gt;
&lt;br /&gt;
 
    </description>

    <dc:publisher>The Hydrogen Project</dc:publisher>
    <dc:creator>nospam@example.com (mkb)</dc:creator>
    <dc:subject>
    Beer, </dc:subject>
    <dc:date>2009-12-01T03:34:06Z</dc:date>
    <wfw:comment>http://www.hydrogenproject.com/wfwcomment.php?cid=289</wfw:comment>
        <slash:comments>1</slash:comments>
        <wfw:commentRss>http://www.hydrogenproject.com/rss.php?version=1.0&amp;type=comments&amp;cid=289</wfw:commentRss>
    
    
</item>
<item rdf:about="http://www.hydrogenproject.com/archives/286-guid.html">
    <title>Beer and &quot;wine&quot; and tracks</title>
    <link>http://www.hydrogenproject.com/archives/286-Beer-and-wine-and-tracks.html</link>
    <description>
    Today was a big beer day. Last Saturday, I had added the second specified spice packet to the &lt;A href=&quot;http://hydrogenproject.com/archives/275-Ale-and-pie.html&quot;&gt;pumpkin ale I had brewed&lt;/a&gt;. In doing so, I racked it all into the bottling bucket, then got rid of all the yeast trub at the bottom. This made today&#039;s bottling experience much easier. No sediment at the bottom of the fermenter means less grit in the bottles! Altogether the yield was about 4.3 gallons into 26 nice big bottles. For the sake of consumer interest, the gravity on this when racking to secondary was 1.016 and just before priming and bottling was 1.014. Temperature corrected ABV is 5.1% and a 12 ounce bottle would have about 184 calories if I bottled in bottles that small.&lt;br /&gt;
&lt;br /&gt;
Once bottling of the pumpkin ale was complete, I started the barleywine brew also mentioned in the above link. I slightly modified my plans to include steeping some bitter orange peel along with the grains. The OG for this is 1.082 at 75 degrees. Once primary fermentation is done, I am to pitch the champagne yeast right into that vessel, and then rack to secondary once THAT fermentation is finished. This brew could get up to 11% alcohol! Yow!&lt;br /&gt;
&lt;br /&gt;
Last Friday I was on the radio. The auto-archiving on WZBC is now working. These links should function until October 30.&lt;br /&gt;
&lt;br /&gt;
Hour 1: http://zbconline.com/wzbc-2009-10-16-22-00.m3u&lt;br /&gt;
Hour 2: http://zbconline.com/wzbc-2009-10-16-23-00.m3u&lt;br /&gt;
Hour 3: http://zbconline.com/wzbc-2009-10-17-00-00.m3u&lt;br /&gt;
&lt;br /&gt;
Playlist below:&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;&lt;a href=&quot;http://www.hydrogenproject.com/archives/286-Beer-and-wine-and-tracks.html#extended&quot;&gt;Continue reading &quot;Beer and &amp;quot;wine&amp;quot; and tracks&quot;&lt;/a&gt;
    </description>

    <dc:publisher>The Hydrogen Project</dc:publisher>
    <dc:creator>nospam@example.com (mkb)</dc:creator>
    <dc:subject>
    Beer, Playlists, </dc:subject>
    <dc:date>2009-10-19T00:20:27Z</dc:date>
    <wfw:comment>http://www.hydrogenproject.com/wfwcomment.php?cid=286</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.hydrogenproject.com/rss.php?version=1.0&amp;type=comments&amp;cid=286</wfw:commentRss>
    
    
</item>
<item rdf:about="http://www.hydrogenproject.com/archives/285-guid.html">
    <title>On the radio tomorrow night</title>
    <link>http://www.hydrogenproject.com/archives/285-On-the-radio-tomorrow-night.html</link>
    <description>
    Friday night, I&#039;ll be on the radio subbing for Forward the Bass. I don&#039;t have any new new records to play, but I have some new old records and some old old records. Listen in on WZBC 90.3FM in the Boston area or &lt;a href=&quot;http://www.wzbc.org&quot;&gt;the WZBC web site&lt;/a&gt; at 10PM eastern time until 1AM. I promise not to be too predictable. 
    </description>

    <dc:publisher>The Hydrogen Project</dc:publisher>
    <dc:creator>nospam@example.com (mkb)</dc:creator>
    <dc:subject>
    </dc:subject>
    <dc:date>2009-10-15T21:01:19Z</dc:date>
    <wfw:comment>http://www.hydrogenproject.com/wfwcomment.php?cid=285</wfw:comment>
        <slash:comments>1</slash:comments>
        <wfw:commentRss>http://www.hydrogenproject.com/rss.php?version=1.0&amp;type=comments&amp;cid=285</wfw:commentRss>
    
    
</item>
<item rdf:about="http://www.hydrogenproject.com/archives/275-guid.html">
    <title>Ale and pie</title>
    <link>http://www.hydrogenproject.com/archives/275-Ale-and-pie.html</link>
    <description>
    Some production and consumption notes:&lt;br /&gt;
&lt;br /&gt;
Saturday I made a pumpkin ale. I have long wanted to make a clone of Souther Tier&#039;s Pumking, but I&#039;m not ready for all-grain brewing yet, so instead I picked up a kit of the on-sale Harvest Feast Pumpkin Ale from &lt;a href=&quot;http://beer-wine.com&quot;&gt;Beer and Wine Hobby&lt;/a&gt;. This kit consisted of 6.6 pounds of malt extract, with a pound of flaked barley, half a pound of chocolate malt, 2 oz of Hallertau hops for bittering, a can of pumpkin puree for those of us without fresh pumpkin available, two packets of magical &#039;pumpkin spice&#039;, the usual priming sugar, and Irish moss for clarification. I opted for the dry yeast version of the kit as my fridge is full. As usual, I started things off by rehydrating the yeast using a stir plate. (Someday I may actually make a yeast starter the night before brew day.) Brewing was straightforward, but I did try a few new things for this batch! I sparged my grain bag with hot water instead of squeezing it, making the total boil volume just shy of four gallons. I actually strained out the hop and protein residue before adding to the fermenter; hopefully this results in less useless sediment at the bottom and more clear beer to drink! The kit instructions said that the gravity of the wort should have been 1.042. In reality, it was 10 points higher, 1.052 after temperature correction! I can&#039;t imagine what may have happened. This brew also calls for racking to secondary and adding a second sachet of pumpkin spices. I don&#039;t have a glass carboy, so I will have to rack to my bottling bucket and then back into my primary fermenter just as I did with &lt;a href=&quot;http://hydrogenproject.com/2008/08/23/stout-partially-bottled/&quot;&gt;my chocolate stout&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
The brewing store was busy, and I think they may have given me a yeast that was not quite intended for this beer. They handed me a packet of Safbrew T-58 yeast which is what I used for my &lt;a href=&quot;http://hydrogenproject.com/2009/03/01/honey-orange-amber-ale/&quot;&gt;&quot;Belgian&quot; honey amber ale.&lt;/a&gt; This yeast generates spicy and fruity flavors all its own, so this may be a really weird ale!&lt;br /&gt;
&lt;br /&gt;
My next beer project will be a barleywine based on &lt;a href=&quot;http://homebrewheaven.com/death-by-barleywine.htm&quot;&gt;Death by Barleywine&lt;/a&gt;. I bought 10 pounds of dried amber malt extract; a pound of crystal malt and half a pound each of chocolate malt and roasted barley; 1 ounce of Nugget hops for bittering and 3 ounces of Cascade: one for aroma, one for flavor, and one for dry-hopping; a packet of Pasteur champagne yeast to take over once the Safale S04 dies off; and French oak chips for aging. The oak chips take about 6 weeks to fully infuse, at which point I will bottle and let that stuff sit until the bleak midwinter. Mmm.&lt;br /&gt;
&lt;br /&gt;
We also roasted a chicken Saturday night. It was a kosher chicken and that made a serious difference. Moist and juicy! I attempted to make a nice chicken gravy with the drippings, but we were too hungry to wait for it to boil down!&lt;br /&gt;
&lt;br /&gt;
Sunday I attempted to make a &lt;a href=&quot;http://www.superfood.blog-city.com/steak_and_ale_pie.htm&quot;&gt;Steak and Ale pie&lt;/a&gt; with the last of my &lt;a href=&quot;http://www.hydrogenproject.com/tag/batch-7&quot;&gt;Park Ave Porter Plus&lt;/a&gt; . It was tasty, but the crust didn&#039;t puff up as puff pastry is supposed to! It just got warm and stayed mushy. Bummer :(&lt;br /&gt;
&lt;br /&gt;
Oh, and today while on a stop at the liquor store to get a single bottle of wine, I picked up Sam Adams Imperial Series Stout and Double Bock, a bottle of Troegenator, a Stone Vertical Epic 09.09.09, and a Red Hook Tripel. I hate having a semi-decent beer store right on my walk home from the train. 
    </description>

    <dc:publisher>The Hydrogen Project</dc:publisher>
    <dc:creator>nospam@example.com (mkb)</dc:creator>
    <dc:subject>
    Beer, Food, </dc:subject>
    <dc:date>2009-10-06T01:19:44Z</dc:date>
    <wfw:comment>http://www.hydrogenproject.com/wfwcomment.php?cid=275</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.hydrogenproject.com/rss.php?version=1.0&amp;type=comments&amp;cid=275</wfw:commentRss>
    
    
</item>

</rdf:RDF>
