<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet href="/templates/default/atom.css" type="text/css" ?>

<feed 
   xmlns="http://www.w3.org/2005/Atom"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <link href="http://hydrogenproject.com/feeds/atom.xml" rel="self" title="The Hydrogen Project" type="application/atom+xml" />
    <link href="http://hydrogenproject.com/"                        rel="alternate"    title="The Hydrogen Project" type="text/html" />
    <link href="http://hydrogenproject.com/rss.php?version=2.0"     rel="alternate"    title="The Hydrogen Project" type="application/rss+xml" />
    <title type="html">The Hydrogen Project</title>
    <subtitle type="html">A techno, capoeira, and beer research lab</subtitle>
    <icon>http://hydrogenproject.com/templates/bulletproof/img/s9y_banner_small.png</icon>
    <id>http://hydrogenproject.com/</id>
    <updated>2010-06-28T17:46:25Z</updated>
    <generator uri="http://www.s9y.org/" version="1.5.3">Serendipity 1.5.3 - http://www.s9y.org/</generator>
    <dc:language>en</dc:language>

    <entry>
        <link href="http://hydrogenproject.com/archives/302-Less-QQ-more-BBQ.html" rel="alternate" title="Less QQ more BBQ" />
        <author>
            <name>mkb</name>
                    </author>
    
        <published>2010-06-28T17:46:25Z</published>
        <updated>2010-06-28T17:46:25Z</updated>
        <wfw:comment>http://hydrogenproject.com/wfwcomment.php?cid=302</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://hydrogenproject.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=302</wfw:commentRss>
    
            <category scheme="http://hydrogenproject.com/categories/13-BBQ" label="BBQ" term="BBQ" />
    
        <id>http://hydrogenproject.com/archives/302-guid.html</id>
        <title type="html">Less QQ more BBQ</title>
        <content type="xhtml" xml:base="http://hydrogenproject.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Last night I made the best Q in like a year. Raw data follows.<br />
<br />
THE MEAT: A three-pound slab of beef chuck sold as pot roast.<br />
THE HEAT: Oak logs and lump charcoal. I started off at 400 degrees until the meat reached an internal temperature of 140&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&deg; and let the meat rest for a half hour.<br />
THE RUB: Salt, pepper, cayenne, paprika, chili powder, cumin.<br />
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.<br />
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. <br />
THE SIDES: Potato salad and garden salad because of CSA vegetable overload.<br />
<br />
 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://hydrogenproject.com/archives/301-Using-keychain-on-Mac-OS-X.html" rel="alternate" title="Using keychain on Mac OS X" />
        <author>
            <name>mkb</name>
                    </author>
    
        <published>2010-06-15T14:26:44Z</published>
        <updated>2010-06-15T14:26:44Z</updated>
        <wfw:comment>http://hydrogenproject.com/wfwcomment.php?cid=301</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://hydrogenproject.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=301</wfw:commentRss>
    
            <category scheme="http://hydrogenproject.com/categories/6-Computers" label="Computers" term="Computers" />
    
        <id>http://hydrogenproject.com/archives/301-guid.html</id>
        <title type="html">Using keychain on Mac OS X</title>
        <content type="xhtml" xml:base="http://hydrogenproject.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                I use <a href="http://funtoo.org/en/security/keychain/intro/">keychain</a> to manage my SSH keys on every system. This means I don't use SSHKeychain, and I don'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.<br />
<br />
<pre>source ~/.keychain/${HOSTNAME}-sh<br />
<br />
# to allow p4v to use keychain instead of launchd<br />
cat &lt;&lt;EOT &gt; ~/.MacOSX/environment.plist<br />
&lt;?xml version="1.0" encoding="UTF-8"?&gt;<br />
&lt;!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"&gt;<br />
&lt;plist version="1.0"&gt;<br />
&lt;dict&gt;<br />
	&lt;key&gt;SSH_AUTH_SOCK&lt;/key&gt;<br />
	&lt;string&gt;$SSH_AUTH_SOCK&lt;/string&gt;<br />
&lt;/dict&gt;<br />
&lt;/plist&gt;<br />
EOT</pre><br />
<br />
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's not a problem. 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://hydrogenproject.com/archives/300-Peter-Gabriel-and-Other-Events.html" rel="alternate" title="Peter Gabriel and Other Events" />
        <author>
            <name>mkb</name>
                    </author>
    
        <published>2010-05-07T17:50:23Z</published>
        <updated>2010-05-07T17:50:23Z</updated>
        <wfw:comment>http://hydrogenproject.com/wfwcomment.php?cid=300</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://hydrogenproject.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=300</wfw:commentRss>
    
            <category scheme="http://hydrogenproject.com/categories/11-Events" label="Events" term="Events" />
            <category scheme="http://hydrogenproject.com/categories/8-Music" label="Music" term="Music" />
            <category scheme="http://hydrogenproject.com/categories/3-News" label="News" term="News" />
    
        <id>http://hydrogenproject.com/archives/300-guid.html</id>
        <title type="html">Peter Gabriel and Other Events</title>
        <content type="xhtml" xml:base="http://hydrogenproject.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                For my birthday, my wife sent me packing to New York City to see Peter Gabriel perform at <a href="http://www.petergabriel.com/live/tourdiary/archive/2010/05/03/Radio_City._Show_1">Radio City Music Hall</a>. 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 'New Blood,' 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 'Scratch My Back' 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 <a href="http://en.wikipedia.org/wiki/John_Metcalfe">John Metcalfe</a>, a former member of The Durutti Column. The songs involved include the likes of Paul Simon's <i>Boy in a Bubble</i>, Lou Reed's <i>The Power of Your Heart</i>, David Bowie's <i>Heroes</i>, and The Magnetic Fields' <i>The Book Of Love</i> (from the Strictly Ballroom soundtrack) Each artist represented is also covering one of Gabriel's tracks. These will be released piecemeal as companions to each single from 'Scratch My Back' and later on a companion album called '...And I'll Scratch Yours'. The sole unfortunate exception is that David Bowie won't be performing a cover. Instead, Brian Eno will be performing a cover of <i>Don't Break This Rhythm</i>. <br />
<br />
If you will allow me one indulgence, I would have liked to see Ryuichi Sakamoto and Underworld involved in this. Gabriel would cover <i>8-ball</i> and either <i>World Citizen</i> or <i>See-Through</i>, Sakamoto would cover <i>Here Comes the Flood</i> or <i>The Drop</i>, and Underworld would cover <i>Excellent Birds</i>. God, I am a nerd.<br />
<br />
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 <a href="http://anebrun.com">Ane Brun</a>, 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 <a href="http://www.oslmusic.org/">the Orchestra of St. Luke's</a>, 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 'Scratch My Back' album, followed by a short intermission and an hour of rearranged Peter Gabriel back catalog (setlist <a href="http://www.setlist.fm/setlist/peter-gabriel/2010/radio-city-music-hall-new-york-ny-2bd4e426.html">here</a>). Apparently Lou Reed played his cover of Solsbury Hill the following night.<br />
<br />
What an incredible performance. After nearly every song I was emotionally exhausted, especially during the second half of more familiar material. Unfortunately, for <i>Signal to Noise</i> there was no attempt made to replace the late Nusrat Fateh Ali Khan'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's excellent interpretation of Don't Give Up (better than any save Paula Cole, maybe).<br />
<br />
<hr /><br />
<br />
Anyway, further musical goings on. I will be playing some records between live acts at <a href="http://megapolisfestival.org/blogalogadingdong/?page_id=1567#friday">the Megapolis Festival opening concert</a> and then for the rest of the weekend, my installation, <a href="http://nynex.hydrogenproject.com">the Republic of Nynex</a> will be showing in the lobby of <a href="http://www.wypr.org/Contact_Us.html">WYPR Public Radio</a>.<br />
<br />
My daughter bought me a copy of Hiromi Uehara's album 'Place to Be.' What a precocious 11-month old! She can't even walk and she is such a great shopper! :)<br />
<br />
 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://hydrogenproject.com/archives/299-Beer-Notes.html" rel="alternate" title="Beer Notes" />
        <author>
            <name>mkb</name>
                    </author>
    
        <published>2010-04-14T01:36:28Z</published>
        <updated>2010-04-14T01:36:28Z</updated>
        <wfw:comment>http://hydrogenproject.com/wfwcomment.php?cid=299</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://hydrogenproject.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=299</wfw:commentRss>
    
            <category scheme="http://hydrogenproject.com/categories/12-Beer" label="Beer" term="Beer" />
    
        <id>http://hydrogenproject.com/archives/299-guid.html</id>
        <title type="html">Beer Notes</title>
        <content type="xhtml" xml:base="http://hydrogenproject.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                With regards to my last entry, here are notes per beer:<br />
- Chateau Jiahu was really good the second time around.<br />
- Sahtea was OK. Too syrupy and cloyingly sweet in flavor. Didn't notice much juniper.<br />
- Pangaea - wtf? BORING<br />
- Schlenklerla - did not taste super bacony. Actually quite good. Drank it with smoked brisket, though. Maybe that made the difference.<br />
- Pretty Things - really good.<br />
- High and Mighty was partially used in a sauce and partially drunk by my wife! Oops. Sauce was tasty.<br />
- Biere de Noel was skunked :( Spilled everywhere due to its enormous head but also went into the sauce above.<br />
- Nogne was misery in a bottle. I am done with wild ales, ugh.<br />
- A guest drank one RIS. I drank the other. Over-hyped much like other Stone products. One bottle left. I'll drink it a few months to see if there's a difference, but since aging beer is kind of over hyped too, meh. Stone's Bastard and Smoked Porter are good. Everything else I've tried is just marketing.<br />
<br />
The Southern Tier and Bourbon County are still waiting for me. :)<br />
<br />
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't belong in any other BJCP category. (protobeers like sahti, weird hybrid styles, etc. etc.)<br />
<br />
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.<br />
<br />
Here is the plan, so that in case of my death someone can continue this legend.<br />
<br />
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:<br />
- juniper berries (duh, either direct or via juniper tea or juniper infused vodka)<br />
- coriander<br />
- angelica root<br />
- orris root<br />
- orange peel<br />
- lime peel<br />
- lemon peel<br />
- licorice powder<br />
- cloves<br />
- fennel<br />
- cardamom<br />
- cucumber<br />
- cinnamon<br />
- rosemary<br />
<br />
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'll need a co-conspirator. (or at least I'll need to go for larger than a 5 gallon batch) 
            </div>
        </content>
        
    </entry>

</feed>