<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://blog.moltbedesigns.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>molt be blog -</title>
 <link>http://blog.moltbedesigns.com/frontpage</link>
 <description>The basic front page view.</description>
 <language>en</language>
<item>
 <title>JavaScript blog over at elgreg.org</title>
 <link>http://blog.moltbedesigns.com/content/javascript-blog-over-elgregorg</link>
 <description>&lt;p&gt;I needed to play around with Tumblr for something at work, so I&#039;ve started keeping track of JavaScript stuff over at &lt;a href=&quot;http://www.elgreg.org&quot;&gt;elgreg.org&lt;/a&gt;.&lt;/p&gt;
</description>
 <comments>http://blog.moltbedesigns.com/content/javascript-blog-over-elgregorg#comments</comments>
 <category domain="http://blog.moltbedesigns.com/category/tags/javascript">javascript</category>
 <pubDate>Thu, 29 Jul 2010 07:50:13 -0500</pubDate>
 <dc:creator>Greg</dc:creator>
 <guid isPermaLink="false">2536 at http://blog.moltbedesigns.com</guid>
</item>
<item>
 <title>Google Fonts API Bookmarklet</title>
 <link>http://blog.moltbedesigns.com/content/google-fonts-api-bookmarklet</link>
 <description>&lt;p&gt;Today Google released something called the &lt;a href=&quot;http://code.google.com/apis/webfonts/&quot;&gt;Google Fonts API&lt;/a&gt; in their labs. I&#039;ve played around with sIFR, Typekit, and Cufon, but thought I&#039;d give this a whirl. Being able to add any of the 18 fonts listed in their &lt;a href=&quot;http://code.google.com/webfonts&quot;&gt;Google font directory&lt;/a&gt; with a simple &amp;lt;link&amp;gt; tag makes this much easier than sIFR and Cufon and, unlike TypeKit, it&#039;s free.&lt;/p&gt;

&lt;p&gt;To make things even easier for me to test out all the different fonts on one page, I decided to write a small button for the bottom left of my screen that would list out all the fonts and allow me to choose one for header elements and one for the rest of the body.&lt;/p&gt;

&lt;p&gt;Thanks to the &lt;a href=&quot;http://benalman.com/projects/run-jquery-code-bookmarklet/&quot;&gt;Ben Alman&#039;s awesome jquery bookmarklet generator&lt;/a&gt; I then popped that code into the little bookmarklet that I&#039;ve attached to this post. That means you can either click the bookmarklet or drag it to your own bookmark toolbar to user my little Google Fonts Chooser on your own page.&lt;/p&gt;

&lt;p&gt;Bookmarklet (drag to your bookmarks bar):  &lt;a href=&quot;javascript:(function(e,a,g,h,f,c,b,d){if(!(f=e.jQuery)||g&amp;gt;f.fn.jquery||h(f)){c=a.createElement(&amp;quot;script&amp;quot;);c.type=&amp;quot;text/javascript&amp;quot;;c.src=&amp;quot;http://ajax.googleapis.com/ajax/libs/jquery/&amp;quot;+g+&amp;quot;/jquery.min.js&amp;quot;;c.onload=c.onreadystatechange=function(){if(!b&amp;amp;&amp;amp;(!(d=this.readyState)||d==&amp;quot;loaded&amp;quot;||d==&amp;quot;complete&amp;quot;)){h((f=e.jQuery).noConflict(1),b=1);f(c).remove()}};a.documentElement.childNodes[0].appendChild(c)}})(window,document,&amp;quot;1.3.2&amp;quot;,function($,L){var googleFonts=[&amp;quot;Cantarell&amp;quot;,&amp;quot;Cardo&amp;quot;,&amp;quot;Crimson Text&amp;quot;,&amp;quot;Droid Sans&amp;quot;,&amp;quot;Droid Sans Mono&amp;quot;,&amp;quot;Droid Serif&amp;quot;,&amp;quot;IM Fell&amp;quot;,&amp;quot;Inconsolata&amp;quot;,&amp;quot;Josefin Sans Std Light&amp;quot;,&amp;quot;Lobster&amp;quot;,&amp;quot;Molengo&amp;quot;,&amp;quot;Nobile&amp;quot;,&amp;quot;OFL Sorts Mill Goudy TT&amp;quot;,&amp;quot;Old Standard TT&amp;quot;,&amp;quot;Reenie Beanie&amp;quot;,&amp;quot;Tangerine&amp;quot;,&amp;quot;Vollkorn&amp;quot;,&amp;quot;Yanone Kaffeesatz&amp;quot;],headerSel=&amp;quot;h1, h2, h3, h4, h5, h6&amp;quot;,bodySel=&amp;quot;body, input, button, textarea, select&amp;quot;,$headerStyle=$(&#039;&amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;&amp;lt;/style&amp;gt;&#039;),$bodyStyle=$(&#039;&amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;&amp;lt;/style&amp;gt;&#039;),$chooser=$(&#039;&amp;lt;div class=&amp;quot;google-font-chooser-wrapper&amp;quot; style=&amp;quot;font-family: helvetica, sans-serif; padding: 5px; background-color: #222; color:#fff; position: fixed; bottom: 0; left: 0; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;chooser-title&amp;quot; style=&amp;quot;-moz-transform-origin: 0% 50%;&amp;quot;&amp;gt;Google Font Chooser&amp;lt;/span&amp;gt;&amp;lt;div class=&amp;quot;google-font-chooser&amp;quot; style=&amp;quot;display:none; float: left;&amp;quot;&amp;gt;&amp;lt;h3 style=&amp;quot;color:#fff;&amp;quot;&amp;gt;Header Font&amp;lt;/h3&amp;gt;&amp;lt;h4 style=&amp;quot;color:#fff; font-size: .8em;&amp;quot;&amp;gt;&#039;+headerSel+&#039;&amp;lt;/h4&amp;gt;&amp;lt;ul id=&amp;quot;google-fonts-headers-select&amp;quot;&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;google-font-chooser&amp;quot; style=&amp;quot;display:none; float: left;&amp;quot;&amp;gt;&amp;lt;h3 style=&amp;quot;color:#fff;&amp;quot;&amp;gt;Body Font&amp;lt;/h3&amp;gt;&amp;lt;h4 style=&amp;quot;color:#fff; font-size: .8em;&amp;quot;&amp;gt;&#039;+bodySel+&#039;&amp;lt;/h4&amp;gt;&amp;lt;ul id=&amp;quot;google-fonts-body-select&amp;quot;&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&#039;);$.each(googleFonts,function(i,l){var font=l,fontLink=&amp;quot;http://fonts.googleapis.com/css?family=&amp;quot;+font.replace(/ /ig,&amp;quot;+&amp;quot;),headerLi=$(&#039;&amp;lt;li style=&amp;quot;cursor:pointer;&amp;quot;&amp;gt;&#039;+font+&amp;quot;&amp;lt;/li&amp;gt;&amp;quot;).click(function(){if($(&amp;quot;link[href=&amp;quot;+fontLink+&amp;quot;]&amp;quot;).length===0){$(&amp;quot;link:last&amp;quot;).after(&amp;quot;&amp;lt;link href=&#039;&amp;quot;+fontLink+&amp;quot;&#039; rel=&#039;stylesheet&#039; type=&#039;text/css&#039;/&amp;gt;&amp;quot;);}$headerStyle.html(headerSel+&#039; { font-family: &amp;quot;&#039;+font+&#039;&amp;quot;, arial, sans-serif; }&#039;);$(this).attr(&amp;quot;style&amp;quot;,&amp;quot;background-color: #eee; color: #222;&amp;quot;).siblings().attr(&amp;quot;style&amp;quot;,&amp;quot;cursor:pointer;&amp;quot;);}),bodyLi=$(&#039;&amp;lt;li style=&amp;quot;cursor:pointer;&amp;quot;&amp;gt;&#039;+font+&amp;quot;&amp;lt;/li&amp;gt;&amp;quot;).click(function(){if($(&amp;quot;link[href=&amp;quot;+fontLink+&amp;quot;]&amp;quot;).length===0){$(&amp;quot;link:last&amp;quot;).after(&amp;quot;&amp;lt;link href=&#039;&amp;quot;+fontLink+&amp;quot;&#039; rel=&#039;stylesheet&#039; type=&#039;text/css&#039;/&amp;gt;&amp;quot;);}$bodyStyle.html(bodySel+&#039;{ font-family: &amp;quot;&#039;+font+&#039;&amp;quot;, Helvetica, sans-serif; }&#039;);$(this).attr(&amp;quot;style&amp;quot;,&amp;quot;background-color: #eee; color: #222;&amp;quot;).siblings().attr(&amp;quot;style&amp;quot;,&amp;quot;cursor:pointer;&amp;quot;);});$(&amp;quot;#google-fonts-headers-select&amp;quot;,$chooser).append(headerLi);$(&amp;quot;#google-fonts-body-select&amp;quot;,$chooser).append(bodyLi);});$(&amp;quot;body&amp;quot;).append($headerStyle).append($bodyStyle).append($chooser);$chooser.find(&amp;quot;span.chooser-title&amp;quot;).css(&amp;quot;cursor&amp;quot;,&amp;quot;pointer&amp;quot;).toggle(function(){$(&amp;quot;.google-font-chooser&amp;quot;,$chooser).show(&amp;quot;fast&amp;quot;);$(this).html(&amp;quot;X&amp;quot;).css({position:&amp;quot;absolute&amp;quot;,top:&amp;quot;5px&amp;quot;,right:&amp;quot;5px&amp;quot;});},function(){$(&amp;quot;.google-font-chooser&amp;quot;,$chooser).hide(&amp;quot;fast&amp;quot;);$(this).html(&amp;quot;Google Font Chooser&amp;quot;).css({position:&amp;quot;static&amp;quot;,top:&amp;quot;auto&amp;quot;,right:&amp;quot;auto&amp;quot;,left:&amp;quot;auto&amp;quot;});});});&quot;&gt;Google Fonts Chooser&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Code up on &lt;a href=&quot;http://github.com/elgreg/Google-Font-API-Font-Chooser&quot;&gt;GitHub&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;CAVEAT: It definitely doesn&#039;t work on every web page. It only sets the font-face at the body or H tag level, so if there are more specific fonts set, it won&#039;t get to them. That said, it should be easy to expand it to allow for users to enter their own tags to try to alter.  maybe I&#039;ll add the P tag&lt;/p&gt;</description>
 <comments>http://blog.moltbedesigns.com/content/google-fonts-api-bookmarklet#comments</comments>
 <category domain="http://blog.moltbedesigns.com/category/tags/development">development</category>
 <category domain="http://blog.moltbedesigns.com/category/tags/fonts">fonts</category>
 <category domain="http://blog.moltbedesigns.com/category/tags/google">google</category>
 <pubDate>Thu, 20 May 2010 16:47:00 -0500</pubDate>
 <dc:creator>Greg</dc:creator>
 <guid isPermaLink="false">1909 at http://blog.moltbedesigns.com</guid>
</item>
<item>
 <title>Fort Dupont and No Car Mountain Biking</title>
 <link>http://blog.moltbedesigns.com/content/fort-dupont-and-no-car-mountain-biking</link>
 <description>&lt;p&gt;&lt;article&gt;&lt;br /&gt;
&lt;section&gt;&lt;br /&gt;
Thanks to really beautiful weekend, I rediscovered Fort Dupont yesterday after not having been there since &lt;a href=&quot;http://twitter.com/TheLastLow&quot;&gt;@TheLastLow&lt;/a&gt; and &lt;a href=&quot;http://twitter.com/johnweed17&quot;&gt;@johnweed17&lt;/a&gt; led &lt;a href=&quot;http://twitter.com/nickstrocchia&quot;&gt;@NickStrocchia&lt;/a&gt; and I on a ride from hell there two summers ago.&lt;br /&gt;
&lt;aside&gt;&lt;br /&gt;
wtf is everyone I know on Twitter? Too much evangelizing on my part, I&#039;m sure...&lt;br /&gt;
&lt;/aside&gt;&lt;/p&gt;
&lt;p&gt;I say ride from hell mainly because if you try Fort Dupont for the first time and don&#039;t know what you&#039;re getting into, it can be brutal.&lt;/p&gt;
&lt;p&gt;In fact, given yesterday, I&#039;d say that the second time is also brutal.&lt;/p&gt;
&lt;p&gt;Fort Dupont is unforgiving. The trails are typically covered in loose leaves and rocks: a standard east coast mess, but made worse by the fact that so few people actually end up riding Fort Dupont. That&#039;s because it&#039;s here:&lt;/p&gt;
&lt;div class=&quot;pic&quot;&gt;
&lt;iframe width=&quot;425&quot; height=&quot;350&quot; frameborder=&quot;0&quot; scrolling=&quot;no&quot; marginheight=&quot;0&quot; marginwidth=&quot;0&quot; src=&quot;http://maps.google.com/maps/ms?f=q&amp;amp;source=s_q&amp;amp;hl=en&amp;amp;ie=UTF8&amp;amp;cd=1&amp;amp;geocode=FexfUQIdEtxp-w&amp;amp;split=0&amp;amp;hq=&amp;amp;hnear=Fort+Dupont,+Washington,+District+of+Columbia&amp;amp;msa=0&amp;amp;msid=104406116933360209099.000483fa8aabd11ddea48&amp;amp;ll=38.888628,-76.990471&amp;amp;spn=0.093531,0.145912&amp;amp;z=12&amp;amp;output=embed&quot;&gt;&lt;/iframe&gt;&lt;br /&gt;&lt;small&gt;View &lt;a href=&quot;http://maps.google.com/maps/ms?f=q&amp;amp;source=embed&amp;amp;hl=en&amp;amp;ie=UTF8&amp;amp;cd=1&amp;amp;geocode=FexfUQIdEtxp-w&amp;amp;split=0&amp;amp;hq=&amp;amp;hnear=Fort+Dupont,+Washington,+District+of+Columbia&amp;amp;msa=0&amp;amp;msid=104406116933360209099.000483fa8aabd11ddea48&amp;amp;ll=38.888628,-76.990471&amp;amp;spn=0.093531,0.145912&amp;amp;z=12&quot; style=&quot;color:#0000FF;text-align:left&quot;&gt;Fort Dupont&lt;/a&gt; in a larger map&lt;/small&gt;&lt;/div&gt;
&lt;p&gt;Yes. That&#039;s across the bridge on Pennsylvania Ave in South East. It&#039;s far from downtown and requires biking through some sketchy neighborhoods. That means a pretty mean ride out and back - especially on the road with knobby mountain bike tires. (If anyone knows a dirt way to get there, I&#039;m all ears). So why would anyone ride there? Because it&#039;s &lt;em&gt;the only legal place to ride a mountain bike on dirt that you can bike to from downtown DC&lt;/em&gt;. I think I&#039;d also be right in saying that there aren&#039;t any trails that you can bike to from metro stops - but I wouldn&#039;t mind being made sure of that.  (In fact, most buses let you put a bike on the front, so I should really start exploring that as an option as well.)&lt;/p&gt;
&lt;p&gt;Is there some subculture of carless mountain bikers that I can start hanging out with? The irony of having to drive somewhere to bike isn&#039;t enjoyable. If I could take the metro, bus or just bike there, it would be awesome.&lt;/p&gt;
&lt;p&gt;A few things that I find really strange about Fort Dupont as opposed to other places I&#039;ve ridden:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Being able to ask a National Park Ranger where the good trails are. (usually, national parks are off limits.)&lt;/li&gt;
&lt;li&gt;Seeing random hobos in the woods sitting on logs. It &lt;em&gt;is&lt;/em&gt; an urban area after all.&lt;/li&gt;
&lt;li&gt;Not seeing more than one other biker for three hours.&lt;/li&gt;
&lt;li&gt;Knowing that if I get a flat, I can always take the metro home.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Trail-wise, the dotted lines on this map show the trails:&lt;/p&gt;
&lt;div class=&quot;pic&quot;&gt;
&lt;iframe width=&quot;425&quot; height=&quot;350&quot; frameborder=&quot;0&quot; scrolling=&quot;no&quot; marginheight=&quot;0&quot; marginwidth=&quot;0&quot; src=&quot;http://maps.google.com/maps/ms?f=q&amp;amp;source=s_q&amp;amp;hl=en&amp;amp;ie=UTF8&amp;amp;cd=1&amp;amp;geocode=FexfUQIdEtxp-w&amp;amp;split=0&amp;amp;hq=&amp;amp;hnear=Fort+Dupont,+Washington,+District+of+Columbia&amp;amp;t=p&amp;amp;msa=0&amp;amp;msid=104406116933360209099.000483fa8aabd11ddea48&amp;amp;ll=38.879174,-76.951847&amp;amp;spn=0.011693,0.018239&amp;amp;z=15&amp;amp;output=embed&quot;&gt;&lt;/iframe&gt;&lt;br /&gt;&lt;small&gt;View &lt;a href=&quot;http://maps.google.com/maps/ms?f=q&amp;amp;source=embed&amp;amp;hl=en&amp;amp;ie=UTF8&amp;amp;cd=1&amp;amp;geocode=FexfUQIdEtxp-w&amp;amp;split=0&amp;amp;hq=&amp;amp;hnear=Fort+Dupont,+Washington,+District+of+Columbia&amp;amp;t=p&amp;amp;msa=0&amp;amp;msid=104406116933360209099.000483fa8aabd11ddea48&amp;amp;ll=38.879174,-76.951847&amp;amp;spn=0.011693,0.018239&amp;amp;z=15&quot; style=&quot;color:#0000FF;text-align:left&quot;&gt;Fort Dupont&lt;/a&gt; in a larger map&lt;/small&gt;&lt;/div&gt;
&lt;p&gt;There aren&#039;t many and the Northern parts of the 7.5mi North/South hiker/biker trail aren&#039;t too well manicured, but there is &lt;em&gt;decent single track&lt;/em&gt; for at least three or four miles in the Southern part of the trails that starts in Fort Dupont at the corner of Ft Davis and Ridge.  Suffice to say that after biking on city streets all winter and having to trek hours in cars to find dirt, a huge smile comes across my face when I turn right off the road and find a six inch wide dirt path waiting for me.&lt;/p&gt;
&lt;p&gt;Also, I finally got to try out my new pedals and shoes and only had some &lt;a href=&quot;http://www.flickr.com/photos/gregl/4510377855/&quot;&gt;minor damage&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;aside&gt;&lt;br /&gt;
  Resources:&lt;br /&gt;
  &lt;a href=&quot;http://www.more-mtb.org/forum/showthread.php?t=5553&quot;&gt;Fort Dupont on MORE&lt;/a&gt;&lt;br /&gt;
  &lt;a href=&quot;http://www.nps.gov/fodu/index.htm&quot;&gt;National Park Service Page&lt;/a&gt;&lt;br /&gt;
  &lt;a href=&quot;http://www.more-mtb.org/forum/showthread.php?t=18151&quot;&gt;Group ride night on Wednesdays&lt;/a&gt;&lt;br /&gt;
&lt;/aside&gt;&lt;/p&gt;
&lt;p&gt;&lt;/section&gt;&lt;br /&gt;
&lt;/article&gt;&lt;/p&gt;
</description>
 <comments>http://blog.moltbedesigns.com/content/fort-dupont-and-no-car-mountain-biking#comments</comments>
 <category domain="http://blog.moltbedesigns.com/category/tags/bikes">bikes</category>
 <pubDate>Sun, 11 Apr 2010 13:45:13 -0500</pubDate>
 <dc:creator>Greg</dc:creator>
 <guid isPermaLink="false">1556 at http://blog.moltbedesigns.com</guid>
</item>
<item>
 <title>SXSW Recovery</title>
 <link>http://blog.moltbedesigns.com/content/sxsw-recovery</link>
 <description>&lt;div class=&quot;pic&quot;&gt;&lt;a href=&quot;http://www.flickr.com/photos/gregl/4460036932/&quot; title=&quot;Trying so hard by El Greg, on Flickr&quot;&gt;&lt;img src=&quot;http://farm5.static.flickr.com/4047/4460036932_b3d328d44e.jpg&quot; width=&quot;375&quot; height=&quot;500&quot; alt=&quot;Trying so hard&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;I&#039;m back from my second year at SXSW and still recovering a little (yes, it&#039;s been over a week). I&#039;m letting things distill and will work towards two posts - one for interactive and one for music.  Before I do the interactive bit, I&#039;m planning to start going through all of the sessions that I missed on the &lt;a href=&quot;http://my.sxsw.com/events&quot;&gt;my.sxsw.com&lt;/a&gt; site as they&#039;re posting mp3s of many of them and a little googling usually finds the slides on slideshare.&lt;/p&gt;
&lt;p&gt;More to come.&lt;/p&gt;
</description>
 <comments>http://blog.moltbedesigns.com/content/sxsw-recovery#comments</comments>
 <category domain="http://blog.moltbedesigns.com/category/tags/sxsw">sxsw</category>
 <pubDate>Wed, 31 Mar 2010 07:41:37 -0500</pubDate>
 <dc:creator>Greg</dc:creator>
 <guid isPermaLink="false">1448 at http://blog.moltbedesigns.com</guid>
</item>
<item>
 <title>JJ, sleep hack and archer</title>
 <link>http://blog.moltbedesigns.com/content/jj-sleep-hack-and-archer</link>
 <description>&lt;div class=&quot;lwl listened&quot;&gt;
&lt;p&gt;I&#039;m starting to get pumped for &lt;a href=&quot;http://sxsw.com&quot;&gt;sxsw&lt;/a&gt; as its now less than a week away. I haven&#039;t spent nearly as much time as last year figuring out the bands I want to go see &amp;mdash; but it&#039;s impossible to follow any kind of schedule anyway, so I&#039;m not too worried. Anyway, here&#039;s a video from the Swedish group jj:&lt;/p&gt;
&lt;h3&gt;listened&lt;/h3&gt;
&lt;div class=&quot;media&quot;&gt;
&lt;object width=&quot;425&quot; height=&quot;344&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/fSETH-bkaTs&amp;hl=en_US&amp;fs=1&amp;color1=0x3a3a3a&amp;color2=0x999999&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/fSETH-bkaTs&amp;hl=en_US&amp;fs=1&amp;color1=0x3a3a3a&amp;color2=0x999999&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;425&quot; height=&quot;344&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;lwl learned&quot;&gt;
&lt;p&gt;As long as I&#039;m at SXSW, maybe it would be a good time to start a new crazy sleep schedule. Not really. But this old article is interesting&lt;/p&gt;
&lt;div class=&quot;pic&quot;&gt;&lt;a href=&quot;http://dustincurtis.com/sleep.html&quot;&gt;&lt;img src=&quot;http://img.skitch.com/20100305-1eknd2ub4nf8si1pt6bn19x3rt.png&quot; alt=&quot;how to hack your brain first page&quot; title=&quot;sleeping is hard&quot;/&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;lwl watched&quot;&gt;
&lt;p&gt;Someone smart pointed me to Archer on Hulu&lt;/p&gt;
&lt;div class=&quot;media&quot;&gt;
&lt;object width=&quot;512&quot; height=&quot;296&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.hulu.com/embed/mAvV8jGFihHBEm9JGeSDXQ&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.hulu.com/embed/mAvV8jGFihHBEm9JGeSDXQ&quot; type=&quot;application/x-shockwave-flash&quot; allowFullScreen=&quot;true&quot;  width=&quot;512&quot; height=&quot;296&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;
&lt;/div&gt;
</description>
 <comments>http://blog.moltbedesigns.com/content/jj-sleep-hack-and-archer#comments</comments>
 <category domain="http://blog.moltbedesigns.com/category/tags/sxsw-listened">sxsw listened</category>
 <pubDate>Thu, 04 Mar 2010 22:06:54 -0600</pubDate>
 <dc:creator>Greg</dc:creator>
 <guid isPermaLink="false">1171 at http://blog.moltbedesigns.com</guid>
</item>
<item>
 <title>@elroombadelgreg gets a new body</title>
 <link>http://blog.moltbedesigns.com/content/elroombadelgreg-gets-new-body</link>
 <description>&lt;p&gt;About two months ago, &lt;a href=&quot;http://twitter.com/elroombadelgreg&quot;&gt;my Roomba&lt;/a&gt;&#039;s side brush (the proboscis-y thing) gets caught on a wire. I stupidly pick up the little guy without untangling him and the brush rips out. I can still screw the brush in, but the seat for the screw is messed up and now it falls out easily, much to the cats&#039; joy. It is their new fav toy and I start finding it in stranger and stranger locations when arriving home.&lt;/p&gt;
&lt;p&gt;Over the next few weeks, I notice a decline to near total stop in dirt being picked up by Roomba. I doubt that it&#039;s because of the side brush always being out, but I figure I&#039;ll go online to see what we can do about it.&lt;/p&gt;
&lt;p&gt;As it turns out, &lt;a href=&quot;http://irobot.com/&quot;&gt;iRobot&lt;/a&gt; has modularized the Roomba and I can just order a new side brush module and install it myself. When the module arrives just a few days later, it comes with a simple set of instructions for unscrewing Roomba&#039;s undercarriage, unscrewing the old motor and screwing in the new one. iRobot must have done a load of research on their customers to figure out that most of them could handle fixing their own bot. I am impressed.&lt;/p&gt;
&lt;div class=&quot;pic&quot; style=&quot;float:right;&quot;&gt;&lt;a href=&quot;http://www.flickr.com/photos/gregl/4405862410/&quot; title=&quot;That guy has tiny hands!&quot;&gt;&lt;img src=&quot;http://farm5.static.flickr.com/4029/4405862410_d41221cba6_m.jpg&quot; width=&quot;240&quot; height=&quot;180&quot; alt=&quot;New brush module&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;Needless to say, the side brush doesn&#039;t fix the &quot;vacuum robot doesn&#039;t pick up dirt&quot; problem. Back on the iRobot website, I read a few FAQ answers on cleaning instructions and even find a few videos on how to diagnose one&#039;s robot patient. After troubleshooting for an hour or so, I find that the main brushes aren&#039;t working. This is surprisingly hard to do, since Roomba automatically turns off if you flip it over and is too low to the ground to see the brushes when right-side up. I write to iRobot through their website and within a few hours they email back. After a little back and forth to explain that I&#039;d already diagnosed the problem, they say they&#039;ll send me a new main brush module.&lt;/p&gt;
&lt;p&gt;In less than a new week, I receive the new main brush module and install it (this being only slightly more complicated than the proboscis install). Once again, no dice.  I write back to Roomba on the same thread and within two days they write back to tell me they&#039;re sending me a new bot, with instructions on how to use parts from my old bot to complete the new one (really just the battery).&lt;/p&gt;
&lt;div class=&quot;pic&quot; style=&quot;float:right;&quot;&gt;&lt;a href=&quot;http://www.flickr.com/photos/gregl/4405862858/&quot; title=&quot;Robot surgery!&quot;&gt;&lt;img src=&quot;http://farm5.static.flickr.com/4034/4405862858_f02d7308f7_m.jpg&quot; width=&quot;180&quot; height=&quot;240&quot; alt=&quot;two upside-down Roomba&#039;s&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;Yesterday, I get home from work and the new guy has been delivered. I flip over my old guy, perform the transplant and boom. Back in business.&lt;/p&gt;
&lt;p&gt;The only reason I bother writing about this is that I think it&#039;s important to highlight customer experiences that deserve it.  In this case, I appreciated that all communication could be done over email. I wasn&#039;t stuck having to fill out online forms in some unfamiliar system, sitting on the phone, or *shudder* responding to letters. I also never had to mail anything to iRobot. They just sent the parts that I needed and trusted me to be able to salvage the old robot for the good parts. Even better, I&#039;ve got a half-Roomba with brand new brush modules that I can use for parts in the future if I ever need them. Of course, I can also put it in the storage room and forget about it until we move and then bitch about how I should have thrown it out back in March of 2010.&lt;/p&gt;
&lt;p&gt;The only downside here is that the new guy is going to have to relearn the apartment layout. (Well, that and the fact that old guy wasn&#039;t working for two months.)&lt;/p&gt;
</description>
 <comments>http://blog.moltbedesigns.com/content/elroombadelgreg-gets-new-body#comments</comments>
 <category domain="http://blog.moltbedesigns.com/category/tags/random">random</category>
 <pubDate>Thu, 04 Mar 2010 06:11:09 -0600</pubDate>
 <dc:creator>Greg</dc:creator>
 <guid isPermaLink="false">1159 at http://blog.moltbedesigns.com</guid>
</item>
<item>
 <title>Breaking Routine</title>
 <link>http://blog.moltbedesigns.com/content/breaking-routine</link>
 <description>&lt;p&gt;I&#039;d like to promote some creativity in my brain by breaking up my morning routine. And no. I&#039;m not talking about a blog content routine because there obvious isn&#039;t one. I&#039;m talking about the seven-thirty wake up, before I sit drinking coffee in front of computer looking at Tweetdeck and Google Reader until eight-thirty when I then scramble to shower and get to work before nine. I do this every day. When I &lt;em&gt;don&#039;t&lt;/em&gt; do this on a Saturday, I feel off. Same deal on Sunday. That&#039;s not cool. It&#039;s the weekend. I should feel good.&lt;/p&gt;
&lt;p&gt;So, here&#039;s the plan: I want calendar entries for each morning that occupy time anywhere between 6:30am and 8:30am of something new to do. In a brief attempt to think of a few, I&#039;ve decided that these should be one-offs. The idea is to break routine, not get into a new one. So something like &quot;learn to play the piano&quot; is a &lt;em&gt;bad&lt;/em&gt; suggestion, whereas &quot;eat a bowl of cereal for children&quot; is a good suggestion (except for all the stomach pain and corn syrup). &lt;/p&gt;
&lt;p&gt;I haven&#039;t come up with too much so far, but it&#039;s easy to blame that on my creativity-stifling routine. Por ejemplo:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Bike down one street for forty five minutes, then bike back.&lt;/li&gt;
&lt;li&gt;The same with walking.&lt;/li&gt;
&lt;li&gt;Read a book. (Does anyone read a book before work in the morning? It seems weird.)&lt;/li&gt;
&lt;li&gt;Sleep in&lt;/li&gt;
&lt;li&gt;Go straight to the office (ok, fine, shower first)&lt;/li&gt;
&lt;li&gt;What time do gun ranges open?&lt;/li&gt;
&lt;li&gt;Take swimming lessons&lt;/li&gt;
&lt;li&gt;Write a real letter to a distant relative/old friend/wife&lt;/li&gt;
&lt;li&gt;Call mom/dad/grandpa/other&lt;/li&gt;
&lt;li&gt;Write a blog entry about how coffee beans are roasted (could you hear the creativity wane as I searched for another idea and looked at the half-empty cup next to me?)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I want more. Then I&#039;ll pepper my calendar with them and report back. Comment below, or just tweet @elgreg and tag it #newroutine. I&#039;ll pick it up.&lt;/p&gt;
</description>
 <comments>http://blog.moltbedesigns.com/content/breaking-routine#comments</comments>
 <pubDate>Fri, 08 Jan 2010 07:22:13 -0600</pubDate>
 <dc:creator>Greg</dc:creator>
 <guid isPermaLink="false">578 at http://blog.moltbedesigns.com</guid>
</item>
<item>
 <title>Whole Foods Hypertension</title>
 <link>http://blog.moltbedesigns.com/content/whole-foods-hypertension</link>
 <description>&lt;p&gt;Over the past few years, a tremendous amount of my non-fiction reading and media consumption has been focused on a recent popular set of materials about food and its origins.  I&#039;m speaking here about books by &lt;a href=&quot;http://en.wikipedia.org/wiki/Michael_Pollan&quot;&gt;Michael Pollan&lt;/a&gt; and movies like &lt;a href=&quot;http://en.wikipedia.org/wiki/Food,_Inc.&quot;&gt;Food, Inc.&lt;/a&gt;.  I&#039;m hoping that I didn&#039;t just happen upon these books and films due to some personal fascination. Rather, I want to have found them because they&#039;re popular and that everyone else is reading and seeing them too. If everyone read these and started (or continued) to think about where their food comes from it would help solve problems like global warming, oil dependence, obesity epidemics, and poverty.&lt;/p&gt;
&lt;p&gt;I&#039;m not talking about &quot;hippie&quot; sentiments concerning animal welfare like &quot;how did that cow feel?&quot; or &quot;eating raw&quot; (not that I can find much fault with such sentiments). I&#039;m talking about ideas that any rational person should disagree with. Things like, &quot;I&#039;m fine if animals are covered in their own feces at slaughter&quot; or &quot;it&#039;s OK for workers to slaughter animals at a pace that causes food and workers to be unsafe&quot;. &quot;Ketchup is a vegetable.&quot; &quot;It&#039;s acceptable if eating ground meat puts you at risk for paralysis.&quot; &quot;I&#039;m OK with 60% of my calories coming from corn and soy.&quot;&lt;/p&gt;
&lt;p&gt;I don&#039;t mean to preach and I don&#039;t pretend to be perfect. I don&#039;t spend the time and resources to know where &lt;em&gt;everything&lt;/em&gt; that I eat comes from. But, thanks to the list below, I do flip over what I&#039;m looking at to inspect the ingredients. I avoid meat most of the time as it seem like the easiest point of entry. Given the choice, I&#039;ll go to a restaurant that I know sources local produce or grinds their own local beef. And, in general, I try to vote with my wallet to change the system.&lt;/p&gt;
&lt;p&gt;While off in &lt;a href=&quot;http://www.flickr.com/photos/gregl/4230300774/&quot;&gt;Colorado visiting grandpa&lt;/a&gt; for xmas I finally finished &lt;a href=&quot;http://www.amazon.com/Defense-Food-Eaters-Manifesto/dp/0143114964/ref=cm_lmf_tit_9&quot;&gt;In Defense of Food&lt;/a&gt;.  I&#039;m not going to call it the last straw, but it gave me the idea to list out the various materials that have caused me to start having these crises of conscience while standing at Whole Foods wondering what to buy for dinner. (I also listed most of this on an&lt;a href=&quot;http://www.amazon.com/gp/richpub/listmania/fullview/R302Z0GR8R1C8M/ref=cm_lm_pthnk_view?ie=UTF8&amp;amp;lm_bb=&quot;&gt;amazon listmania list&lt;/a&gt; and I&#039;d appreciate any suggestions that you might have for additional food-related media.)&lt;/p&gt;
&lt;p&gt;In any case, here we are, listed in the order that I experienced them (links are to wikipedia unless otherwise noted):&lt;/p&gt;
&lt;ol&gt;
&lt;li class=&quot;book&quot;&gt;
&lt;h4&gt;&lt;span class=&quot;title&quot;&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/The_Jungle&quot;&gt;The Jungle&lt;/a&gt;&lt;/span&gt; by &lt;span class=&quot;author&quot;&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Upton_Sinclair&quot;&gt;Upton Sinclair&lt;/a&gt;&lt;/span&gt;&lt;/h4&gt;
&lt;p&gt;It would be unfair to list the set of popular books without listing their inspiration. I can&#039;t help but think that things have actually gotten worse since this book was written. The factories may look cleaner, but workers are in a bad way and, thanks to government regulations that encourage industrialization and our overuse of antibiotics, the food is full of bacteria more dangerous than those of the early 1900s. In short: food was dirty. Food&#039;s still dirty. Workers were mistreated. They&#039;re still mistreated. Yay!&lt;/p&gt;
&lt;/li&gt;
&lt;li class=&quot;book&quot; style=&quot;clear:right;&quot;&gt;
&lt;h4&gt;&lt;span class=&quot;title&quot;&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Fast_Food_Nation&quot;&gt;Fast Food Nation&lt;/a&gt;&lt;/span&gt; by &lt;span class=&quot;author&quot;&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Eric_Schlosser&quot;&gt;Eric Schlosser&lt;/a&gt;&lt;/span&gt;&lt;/h4&gt;
&lt;p&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Fast_Food_Nation&quot;&gt;&lt;img src=&quot;http://upload.wikimedia.org/wikipedia/en/thumb/5/5a/Fast_food_nation.jpg/200px-Fast_food_nation.jpg&quot; class=&quot;pic right&quot;/&gt;&lt;/a&gt;
&lt;p&gt;The book that got me to quit fast food. Big ups to whoever gave it to me for Christmas in &#039;05 (jeff?); it&#039;s probably saved me a few pounds, cavities, and that pesky type-II diabetes that I&#039;m still missing out on. I learned how I was being marketed to, that fast food isn&#039;t really food, that it&#039;s flavors are made elsewhere and injected, and &lt;/p&gt;
&lt;/li&gt;
&lt;li class=&quot;dvd&quot; style=&quot;clear:right;&quot;&gt;
&lt;h4&gt;&lt;span class=&quot;title dvd&quot;&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Supersize_me&quot;&gt;Super Size Me&lt;/a&gt;&lt;/span&gt;&lt;/h4&gt;
&lt;p&gt;One of the first popular films to &quot;expose&quot; the fast food industry by (get this) eating its products. Watching &lt;a href=&quot;http://en.wikipedia.org/wiki/Morgan_Spurlock&quot;&gt;Spurlock&lt;/a&gt; throw up out of the side of his car after downing a big mac is a testament to the whacked out nonsense this processed crap does to your body.&lt;/p&gt;
&lt;/li&gt;
&lt;li class=&quot;article&quot; style=&quot;clear:right;&quot;&gt;
&lt;h4&gt;&lt;span class=&quot;title&quot;&gt;&lt;a href=&quot;http://harpers.org/archive/2006/05/0081030&quot;&gt;Swine of the times: The making of the modern pig&lt;/a&gt;&lt;/span&gt; by &lt;span class=&quot;author&quot;&gt;Nathanael Johnson&lt;/span&gt; (site)&lt;/h4&gt;
&lt;p&gt;The best exposé of the pork industry I&#039;ve ever read. It stopped me from eating it outright for a year and a half before I learned I could find non-industrial pork if I shopped around. Yes, that includes bacon.&lt;/p&gt;
&lt;/li&gt;
&lt;li class=&quot;book&quot; style=&quot;clear:right;&quot;&gt;
&lt;h4&gt;&lt;span class=&quot;title&quot;&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Omnivore%27s_dilemma&quot;&gt;The Omnivore&#039;s Dilemma&lt;/a&gt;&lt;/span&gt; by &lt;span class=&quot;author&quot;&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Michael_Pollan&quot;&gt;Michael Pollan&lt;/a&gt;&lt;/span&gt;&lt;/h4&gt;
&lt;p&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Omnivore%27s_dilemma&quot;&gt;&lt;img src=&quot;http://upload.wikimedia.org/wikipedia/en/thumb/0/01/OmnivoresDilemma_full.jpg/200px-OmnivoresDilemma_full.jpg&quot; class=&quot;pic right&quot;/&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Things start to get serious here. Pollan talks about four different meals: fast food, whole foods, farmer&#039;s market foods, and foods you hunt and kill yourself.  The oil-&gt;corn connection is made and things really start to gel. If you have to start somewhere, please start here.&lt;/p&gt;
&lt;/li&gt;
&lt;li class=&quot;dvd&quot; style=&quot;clear:right;&quot;&gt;
&lt;h4&gt;&lt;span class=&quot;title&quot;&gt;&lt;a href=&quot;http://www.thisamericanlife.org/TV_Episode.aspx?episode=6&quot;&gt;This American Life - Pandora&#039;s Box&lt;/a&gt;&lt;/span&gt; (site)&lt;/h4&gt;
&lt;p&gt;This episode of the TV show version of TAML was prompted by the aforementioned Harper&#039;s piece.  A good reminder a year and a half later that industrial pork is disgusting.&lt;/p&gt;
&lt;/li&gt;
&lt;li class=&quot;dvd&quot; style=&quot;clear:right;&quot;&gt;
&lt;h4&gt;&lt;span class=&quot;title&quot;&gt;&lt;a href=&quot;http://www.kingcorn.net/&quot;&gt;King Corn&lt;/a&gt;&lt;/span&gt; (site)&lt;/h4&gt;
&lt;p&gt;&lt;img src=&quot;http://img.skitch.com/20100313-j5q9ap3169rb7m9n4hpsx942pa.png&quot; class=&quot;pic right&quot;/&gt;
&lt;p&gt;Following corn from over-fertilized genetically modified plant to a sticky syrup that&#039;s in &lt;em&gt;everything&lt;/em&gt; we eat (bread? really? damn it!)&lt;/p&gt;
&lt;/li&gt;
&lt;li class=&quot;dvd&quot; style=&quot;clear:right;&quot;&gt;
&lt;h4&gt;&lt;span class=&quot;title&quot;&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Fast_Food_Nation_%28film%29&quot;&gt;Fast Food Nation&lt;/a&gt; (the movie)&lt;/span&gt;&lt;/h4&gt;
&lt;p&gt;The film version of Fast Food Nation adds a fictional plot to the concepts from the book - with particular emphasis on the life of workers in the fast food industry. Worth a watch, but I&#039;d read the book first as it helps flesh out all the subtle details behind what&#039;s happening on screen.&lt;/p&gt;
&lt;/li&gt;
&lt;li class=&quot;article&quot; style=&quot;clear:right;&quot;&gt;
&lt;h4&gt;&lt;span class=&quot;title&quot;&gt;&lt;a href=&quot;http://www.nytimes.com/2009/10/04/health/04meat.html&quot;&gt;E. Coli Path Shows Flaws in Beef Inspection&lt;/a&gt;&lt;/span&gt; by &lt;span class=&quot;author&quot;&gt;Michael Moss&lt;/span&gt;&lt;/h4&gt;
&lt;p&gt;A terrifying article in the times a few months ago that describes the lack of accountability in the US agriculture system when it comes to beef processing.&lt;/p&gt;
&lt;/li&gt;
&lt;li class=&quot;dvd&quot; style=&quot;clear:right;&quot;&gt;
&lt;h4&gt;&lt;span class=&quot;title&quot;&gt;Food, Inc.&lt;/span&gt;&lt;/h4&gt;
&lt;p&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Food,_Inc.&quot;&gt;&lt;img src=&quot;http://upload.wikimedia.org/wikipedia/en/a/a8/Food_inc.jpg&quot; class=&quot;pic right&quot; with=&quot;175&quot; height=&quot;264&quot;/&gt;&lt;/a&gt;
&lt;p&gt;A well designed summary of a lot of the books listed here, feature Scholsser and Pollan. After reading all the books, it was frustrating to know the parts that were being skipped, but a great movie nonetheless.&lt;/p&gt;
&lt;/li&gt;
&lt;li class=&quot;book&quot; style=&quot;clear:right;&quot;&gt;
&lt;h4&gt;&lt;span class=&quot;title&quot;&gt;In Defense of Food&lt;/span&gt; by &lt;span class=&quot;author&quot;&gt;Michael Pollan&lt;/span&gt;&lt;/h4&gt;
&lt;p&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/In_Defense_of_Food&quot;&gt;&lt;img src=&quot;http://upload.wikimedia.org/wikipedia/en/5/53/Defense_of_food_cover.jpg&quot; class=&quot;pic right&quot;/&gt;&lt;/a&gt;
&lt;p&gt;Pollan provides a book focused on rules that we can try to live by.  &quot;Eat Food. Not Too Much. Mostly Plants.&quot;  It&#039;s easier said than done, especially after you delve into what Pollan calls &quot;food&quot; compared to what the rest of the US calls &quot;food&quot;, but still doable.  Essentially, economies of scale and ensuing industrialization of our food supply has made our food nutrient-deficient, culturally deficient, and abundant.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
</description>
 <comments>http://blog.moltbedesigns.com/content/whole-foods-hypertension#comments</comments>
 <category domain="http://blog.moltbedesigns.com/category/tags/eating">eating</category>
 <category domain="http://blog.moltbedesigns.com/category/tags/food">food</category>
 <category domain="http://blog.moltbedesigns.com/category/tags/learned">learned</category>
 <category domain="http://blog.moltbedesigns.com/category/tags/read">read</category>
 <category domain="http://blog.moltbedesigns.com/category/tags/watched">watched</category>
 <pubDate>Wed, 30 Dec 2009 20:33:22 -0600</pubDate>
 <dc:creator>Greg</dc:creator>
 <guid isPermaLink="false">506 at http://blog.moltbedesigns.com</guid>
</item>
<item>
 <title>Gibberish and the Enhancement</title>
 <link>http://blog.moltbedesigns.com/content/gibberish-and-enhancement</link>
 <description>&lt;div class=&quot;lwl watched&quot;&gt;
&lt;h3&gt;Watched&lt;/h3&gt;
&lt;p&gt;This video is a lot of fun. Found on &lt;a href=&quot;http://www.boingboing.net/2009/12/17/gibberish-rock-song.html&quot;&gt;Boing, Boing&lt;/a&gt; and elsewhere.&lt;/p&gt;
&lt;object type=&quot;application/x-shockwave-flash&quot; data=&quot;http://music.todaysbigthing.com/betamax/betamax.swf?item_id=2441&amp;fullscreen=1&quot; width=&quot;480&quot; height=&quot;360&quot;&gt; 						&lt;param name=&quot;allowScriptAccess&quot; value=&quot;sameDomain&quot; /&gt; 						&lt;param name=&quot;allowfullscreen&quot; value=&quot;true&quot; /&gt; 						&lt;param name=&quot;movie&quot; quality=&quot;best&quot; value=&quot;http://music.todaysbigthing.com/betamax/betamax.swf?item_id=2441&amp;fullscreen=1&quot; /&gt; 					&lt;/object&gt;&lt;p&gt;And this exposure of the formulaic &quot;Let&#039;s Enhance that&quot; image is awesome.&lt;/p&gt;
&lt;object width=&quot;480&quot; height=&quot;295&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/Vxq9yj2pVWk&amp;hl=en_US&amp;fs=1&amp;color1=0x3a3a3a&amp;color2=0x999999&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/Vxq9yj2pVWk&amp;hl=en_US&amp;fs=1&amp;color1=0x3a3a3a&amp;color2=0x999999&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;480&quot; height=&quot;295&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;
</description>
 <comments>http://blog.moltbedesigns.com/content/gibberish-and-enhancement#comments</comments>
 <category domain="http://blog.moltbedesigns.com/category/tags/watched">watched</category>
 <pubDate>Fri, 18 Dec 2009 18:58:56 -0600</pubDate>
 <dc:creator>Greg</dc:creator>
 <guid isPermaLink="false">388 at http://blog.moltbedesigns.com</guid>
</item>
<item>
 <title>Daytrotter Session</title>
 <link>http://blog.moltbedesigns.com/content/daytrotter-session</link>
 <description>&lt;div class=&quot;lwl listened&quot;&gt;
&lt;h3&gt;Listened&lt;/h3&gt;
&lt;p&gt;&lt;a href=&quot;http://www.daytrotter.com/dt/neon-indian-concert/20030987-37382159.html&quot;&gt;&lt;img src=&quot;http://concerts.wolfgangsvault.com/images/concerts/320/20030987-37382159.jpg&quot;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I&#039;d forgotten about the Daytrotter Sessions since I last downloaded &lt;a href=&quot;http://www.daytrotter.com/dt/le-loup-concert/20030390-3737722.html&quot;&gt;Le Loup&#039;s live set&lt;/a&gt;.  Pitchfork reminded me that they&#039;re still featuring great artists and free mp3s of the live sessions all the time.  This set by Neon Indian was no exception.  Me gusta &lt;a href=&quot;http://media.daytrotter.com/audio/dt/neon-indian-should-have-taken-acid-with-you.mp3&quot;&gt;track 4&lt;/a&gt;.&lt;/p&gt;
&lt;/div&gt;
</description>
 <comments>http://blog.moltbedesigns.com/content/daytrotter-session#comments</comments>
 <category domain="http://blog.moltbedesigns.com/category/tags/listened">listened</category>
 <pubDate>Fri, 04 Dec 2009 18:13:08 -0600</pubDate>
 <dc:creator>Greg</dc:creator>
 <guid isPermaLink="false">278 at http://blog.moltbedesigns.com</guid>
</item>
</channel>
</rss>
