<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:html="http://www.w3.org/1999/html" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
   <title>TedRoden.com</title>
   <link>http://blog.tedroden.com</link>
   <description>This is Ted's blog</description>
   <language>en</language>
   <copyright>Copyright 2007 Ted Roden</copyright>
   <ttl>60</ttl>
   <pubDate>Wed, 03 Sep 2008 14:55 GMT</pubDate>
   <managingEditor>tedroden at gmail dot com</managingEditor>
   <generator>PyBlosxom http://pyblosxom.sourceforge.net/ 1.4.2 8/16/2007</generator>
<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/tedroden" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
   <title>ShifD - Emacs (and vi) Key Commands</title>
   <guid isPermaLink="false">emacs/shifd_-_emacs</guid>
   <link>http://feedproxy.google.com/~r/tedroden/~3/g6nKNJZHr5s/shifd_-_emacs.ejr</link>
   <description>&lt;img src="/images/shifd-emacs-keys.png" alt="emacs keys on shifd.com at tedroden.com" align="left" /&gt;

&lt;p&gt;I was able to distract the guys working on &lt;a href="http://shifd.com"&gt;shifd&lt;/a&gt; long enough to slide a couple of commits past them.&lt;/p&gt;

&lt;p&gt;So for today, I'll just talk about one of the features I added when the rest of the staff wasn't looking. You can now edit and save shifd content using familiar key commands. &lt;sup&gt;&lt;a class="footref" name="fnr.1" href="#fn.1"&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;

&lt;p&gt;First, because it was easy, I added vi shortcuts. So &lt;code&gt;i&lt;/code&gt; will put you in insert mode. It opens up the text box, focuses it and waits patiently. When you've added your text, you can hit &lt;code&gt;[escape] :wq&lt;/code&gt; and it'll save and close it.&lt;/p&gt;

&lt;p&gt;Adding vi shortcuts made me feel dirty, so I quickly added emacs commands too. The emacs version is pretty much only useful on a Mac, because control-s means something very different on windows/linux. To start a new shifd note, you can press &lt;code&gt;[control]-x [control]-f&lt;/code&gt;&lt;sup&gt;&lt;a class="footref" name="fnr.2" href="#fn.2"&gt;2&lt;/a&gt;&lt;/sup&gt;. To save the note, press &lt;code&gt;[control]-x [control]-s&lt;/code&gt;. Not bad, eh?&lt;/p&gt;

&lt;p&gt;There are a couple other shortcuts as well. For example, &lt;code&gt;t&lt;/code&gt; will show/hide the input box, but those aren't quite on the same level of nerdiness, so I won't mention them all here. &lt;a href="http://shifd.com"&gt;Go try it out for yourself&lt;/a&gt;.&lt;/p&gt;


&lt;hr /&gt;
&lt;p class="footnote"&gt;&lt;a class="footnum" name="fn.1" href="#fnr.1"&gt;1.&lt;/a&gt;  This stuff, like most of the internet, is disabled in Internet Explorer.&lt;/p&gt;

&lt;p class="footnote"&gt;&lt;a class="footnum" name="fn.2" href="#fnr.2"&gt;2.&lt;/a&gt;  I know that this would generally prompt you in emacs, but you get the gist of it.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/tedroden/~4/g6nKNJZHr5s" height="1" width="1"/&gt;</description>
   <category domain="http://blog.tedroden.com">/emacs</category>
   <pubDate>Wed, 03 Sep 2008 14:55 GMT</pubDate>
<feedburner:origLink>http://blog.tedroden.com/emacs/shifd_-_emacs.ejr</feedburner:origLink></item>
<item>
   <title>Google Region</title>
   <guid isPermaLink="false">emacs/google_region</guid>
   <link>http://feedproxy.google.com/~r/tedroden/~3/ge8Ur190SYs/google_region.ejr</link>
   <description>&lt;p&gt;Somehow, this didn't occur to me until today: it would be really great to select some text and enter a key command to search for that text on google. It may have taken me a long time to realize I wanted something like that, but I've used it today more times than I'd like to admit.&lt;/p&gt;

&lt;p&gt;Anyways, here's how to make that happen in emacs, complete with a &amp;quot;control-c g&amp;quot; shortcut.


    &lt;style type="text/css"&gt;
    &lt;!--
      pre {
        font-family: monaco, sans-serif;
        color: #bbb;
        color: #bbb;
        background-color: #000000;
      }
      .comment {
        /* font-lock-comment-face */
        color: #008ed1;
        color: #008ed1;
      }
      .comment-delimiter {
        /* font-lock-comment-delimiter-face */
        color: #008ed1;
        color: #008ed1;
      }
      .doc {
        /* font-lock-doc-face */
        color: #777;
        color: #777;
      }
      .function-name {
        /* font-lock-function-name-face */
        color: #55ff55;
        color: #55ff55;
      }
      .keyword {
        /* font-lock-keyword-face */
        color: #ff5555;
        color: #ff5555;
      }
      .string {
        /* font-lock-string-face */
        color: #ffff55;
        color: #ffff55;
      }
      .type {
        /* font-lock-type-face */
        color: #b9FC6D;
        color: #b9FC6D;
      }

      a {
        color: inherit;
        background-color: inherit;
        font: inherit;
        text-decoration: inherit;
      }
      a:hover {
        text-decoration: underline;
      }
    --&gt;
    &lt;/style&gt;

&lt;pre class="code"&gt;
&lt;span class="comment-delimiter"&gt;;; &lt;/span&gt;&lt;span class="comment"&gt;google-region
&lt;/span&gt;(&lt;span class="keyword"&gt;defun&lt;/span&gt; &lt;span class="function-name"&gt;google-region&lt;/span&gt; (&lt;span class="type"&gt;&amp;amp;optional&lt;/span&gt; flags)
  &lt;span class="doc"&gt;"Google the selected region"&lt;/span&gt;
  (interactive)
  (&lt;span class="keyword"&gt;let&lt;/span&gt; ((query (buffer-substring (region-beginning) (region-end))))
    (browse-url (concat &lt;span class="string"&gt;"http://www.google.com/search?ie=utf-8&amp;amp;oe=utf-8&amp;amp;q="&lt;/span&gt; query))))
&lt;span class="comment-delimiter"&gt;;; &lt;/span&gt;&lt;span class="comment"&gt;press control-c g to google the selected region
&lt;/span&gt;(global-set-key (kbd &lt;span class="string"&gt;"C-c g"&lt;/span&gt;) 'google-region)
&lt;/pre&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/tedroden/~4/ge8Ur190SYs" height="1" width="1"/&gt;</description>
   <category domain="http://blog.tedroden.com">/emacs</category>
   <pubDate>Wed, 09 Jul 2008 05:17 GMT</pubDate>
<feedburner:origLink>http://blog.tedroden.com/emacs/google_region.ejr</feedburner:origLink></item>
<item>
   <title>Shifd from emacs</title>
   <guid isPermaLink="false">emacs/shifd_from_emacs</guid>
   <link>http://feedproxy.google.com/~r/tedroden/~3/dIulluNgXK4/shifd_from_emacs.ejr</link>
   <description>&lt;p&gt;I made a little extension for emacs so that I could &lt;a href="http://shifd.com"&gt;shifd&lt;/a&gt; things directly from inside the editor. Here's a video of it in action. If you're interested in the extension, let me know. I can make it available.&lt;/p&gt;

&lt;p&gt;&lt;center&gt;
&lt;object width="451" height="294"&gt;	&lt;param name="allowfullscreen" value="true" /&gt;	&lt;param name="allowscriptaccess" value="always" /&gt;	&lt;param name="movie" value="http://www.vimeo.com/moogaloop.swf?clip_id=1250054&amp;amp;server=www.vimeo.com&amp;amp;show_title=1&amp;amp;show_byline=1&amp;amp;show_portrait=1&amp;amp;color=ff9933&amp;amp;fullscreen=1" /&gt;	&lt;embed src="http://www.vimeo.com/moogaloop.swf?clip_id=1250054&amp;amp;server=www.vimeo.com&amp;amp;show_title=1&amp;amp;show_byline=1&amp;amp;show_portrait=1&amp;amp;color=ff9933&amp;amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="451" height="294"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;a href="http://www.vimeo.com/1250054?pg=embed&amp;sec=1250054"&gt;Emacs and Shifd&lt;/a&gt; from &lt;a href="http://www.vimeo.com/ted?pg=embed&amp;sec=1250054"&gt;Ted Roden&lt;/a&gt; on &lt;a href="http://vimeo.com?pg=embed&amp;sec=1250054"&gt;Vimeo&lt;/a&gt;.
&lt;/center&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/tedroden/~4/dIulluNgXK4" height="1" width="1"/&gt;</description>
   <category domain="http://blog.tedroden.com">/emacs</category>
   <pubDate>Sun, 29 Jun 2008 03:36 GMT</pubDate>
<feedburner:origLink>http://blog.tedroden.com/emacs/shifd_from_emacs.ejr</feedburner:origLink></item>
<item>
   <title>One more time...</title>
   <guid isPermaLink="false">misc/one_more_time...</guid>
   <link>http://feedproxy.google.com/~r/tedroden/~3/pAV-0333IYQ/one_more_time....ejr</link>
   <description>&lt;p&gt;It's been a wild couple of months. I got &lt;a href="http://tedroden.com/121145"&gt;married&lt;/a&gt; and went on a &lt;a href="http://tedroden.com/130098"&gt;honeymoon&lt;/a&gt; and left &lt;a href="http://tedroden.com/105906"&gt;two&lt;/a&gt; &lt;a href="http://tedroden.com/68921"&gt;jobs&lt;/a&gt;!&lt;/p&gt;

&lt;p&gt;So today, I've done it again. I gave my notice&lt;sup&gt;&lt;a class="footref" name="fnr.1" href="#fn.1"&gt;1&lt;/a&gt;&lt;/sup&gt;... Again.&lt;/p&gt;

&lt;hr /&gt;
&lt;p class="footnote"&gt;&lt;a class="footnum" name="fn.1" href="#fnr.1"&gt;1.&lt;/a&gt;  Notice was given to my landlord, not my job.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/tedroden/~4/pAV-0333IYQ" height="1" width="1"/&gt;</description>
   <category domain="http://blog.tedroden.com">/misc</category>
   <pubDate>Wed, 18 Jun 2008 13:39 GMT</pubDate>
<feedburner:origLink>http://blog.tedroden.com/misc/one_more_time....ejr</feedburner:origLink></item>
<item>
   <title>About Me</title>
   <guid isPermaLink="false">misc/about_me</guid>
   <link>http://feedproxy.google.com/~r/tedroden/~3/aTsoKsx48T0/about_me.ejr</link>
   <description>&lt;p&gt;My name is Ted Roden. This is my 'about me' page. &lt;sup&gt;&lt;a class="footref" name="fnr.1" href="#fn.1"&gt;1&lt;/a&gt;&lt;/sup&gt; &lt;sup&gt;&lt;a class="footref" name="fnr.2" href="#fn.2"&gt;2&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;

&lt;p&gt;I live in New York City, but I grew up in &lt;a href="http://maps.google.com/maps?f=q&amp;amp;hl=en&amp;amp;geocode=&amp;amp;q=crystal+lake&amp;#44;+il&amp;amp;ie=UTF8&amp;amp;ll=42.255205&amp;#44;-88.321838&amp;amp;spn=0.116892&amp;#44;0.23243&amp;amp;z=12&amp;amp;iwloc=addr"&gt;Illinois&lt;/a&gt; before spending several years in Portland Oregon. I am married to a &lt;a href="http://ara.tumblr.com/"&gt;wonderful girl from Texas&lt;/a&gt;. I work at &lt;a href="http://nytlabs.com/"&gt;The New York Times&lt;/a&gt; as a Creative Technologist. Before that, I was a Senior Developer at &lt;a href="http://vimeo.com/ted"&gt;vimeo.com&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;I like &lt;a href="http://tedroden.com/filter/audio"&gt;music&lt;/a&gt;, &lt;a href="http://blog.tedroden.com/emacs"&gt;computers&lt;/a&gt; and &lt;a href="http://tedroden.com/imported/vimeo_and_me_.ejr"&gt;various&lt;/a&gt; &lt;a href="http://blog.tedroden.com/fulham/kasey_keller_.ejr"&gt;sports&lt;/a&gt; &lt;a href="http://blog.tedroden.com/cubs/mlb.tv_via_vlc.ejr"&gt;teams&lt;/a&gt;. If you want to contact me, you should be able to find my email address on every page of &lt;a href="http://blog.tedroden.com/"&gt;this website&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;This is what I looked like in September of 2007.&lt;/p&gt;

&lt;table class="image" width="100%"&gt;
  &lt;tr&gt;&lt;td align="center"&gt;&lt;img src="/images/portrait.jpg" alt="Ted Roden, Sept 2007" /&gt;&lt;/td&gt;&lt;/tr&gt;
  &lt;tr&gt;&lt;td align="center" class="image-caption"&gt;Ted Roden, Sept 2007&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;

&lt;p&gt;&lt;a href="http://chromogenic.net/070928"&gt;This photo&lt;/a&gt; was taken &lt;a href="http://jstn.cc/"&gt;Justin&lt;/a&gt; and is being usde without his permission, but he's a great guy.&lt;/p&gt;


&lt;hr /&gt;
&lt;p class="footnote"&gt;&lt;a class="footnum" name="fn.1" href="#fnr.1"&gt;1.&lt;/a&gt;  This is not a repeat post. I repost this page everytime I update it... so I guess it is a repeat post.&lt;/p&gt;

&lt;p class="footnote"&gt;&lt;a class="footnum" name="fn.2" href="#fnr.2"&gt;2.&lt;/a&gt;  I hope to expand on this post soon, but I wanted to make sure this post had the most up to date information.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/tedroden/~4/aTsoKsx48T0" height="1" width="1"/&gt;</description>
   <category domain="http://blog.tedroden.com">/misc</category>
   <pubDate>Fri, 06 Jun 2008 03:09 GMT</pubDate>
<feedburner:origLink>http://blog.tedroden.com/misc/about_me.ejr</feedburner:origLink></item>
<item>
   <title>Farewell, not a goodbye.</title>
   <guid isPermaLink="false">vimeo/farewell._hello.</guid>
   <link>http://feedproxy.google.com/~r/tedroden/~3/KjQV4askfBY/farewell._hello..ejr</link>
   <description>&lt;p&gt;Tomorrow, April 18th, is my last day at &lt;a href="http://vimeo.com"&gt;vimeo.com&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;I was hired by &lt;a href="http://jakoblodwick.com/"&gt;Jakob&lt;/a&gt; after being interviewed by him and &lt;a href="http://andrewpile.com"&gt;Pile&lt;/a&gt;. I promptly gave 3 weeks notice at my previous employer and recommended that Vimeo also hire &lt;a href="http://internet.pmcarthur.com/"&gt;my longtime friend and coworker&lt;/a&gt;. They did. We started on the same day.&lt;/p&gt;

&lt;p&gt;When I started we all worked from the founders' apartment, in Zach's old room. It was a lot of fun. &lt;sup&gt;&lt;a class="footref" name="fnr.1" href="#fn.1"&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;

&lt;table class="image" width="100%"&gt;
  &lt;tr&gt;&lt;td align="center"&gt;&lt;img src="/images/vimeo-apt.jpg" alt="Going to space" /&gt;&lt;/td&gt;&lt;/tr&gt;
  &lt;tr&gt;&lt;td align="center" class="image-caption"&gt;Going to space&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;

&lt;p&gt;Soon after that, we moved into our new (and current) office, which previously housed parts of ask.com. We were total pros.&lt;/p&gt;

&lt;table class="image" width="100%"&gt;
  &lt;tr&gt;&lt;td align="center"&gt;&lt;img src="/images/vimeo-formal.jpg" alt="Formal Friday" /&gt;&lt;/td&gt;&lt;/tr&gt;
  &lt;tr&gt;&lt;td align="center" class="image-caption"&gt;Formal Friday&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;

&lt;p&gt;Over the next few months, Vimeo gained some new friends. We &lt;a href="http://jonathanmarcus.tumblr.com/"&gt;also&lt;/a&gt; &lt;a href="http://zachklein.com/"&gt;lost&lt;/a&gt; &lt;a href="http://jakoblodwick.com/"&gt;some&lt;/a&gt; &lt;a href="http://jstn.cc/"&gt;others&lt;/a&gt;, who went on to bigger and brighter &lt;a href="http://muxtape.com"&gt;things&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;For one more day, I get to come into work and work on some of the coolest stuff on the web. With some of smartest and funniest and nicest people you could ever wish to meet.&lt;/p&gt;

&lt;p&gt;It's been wonderful. I'm proud of what we've done here and excited for what they'll continue to do without me. We introduced the web to HD, we built fancy APIs, we grew and grew and grew. It's only getting better.&lt;/p&gt;

&lt;p&gt;Yes, I'll continue to post &lt;a href="http://vimeo.com/ted/videos"&gt;awesome videos&lt;/a&gt; and hang out in the API forum answering questions. And, no, I won't let any of &lt;a href="http://vimeo.com/oops"&gt;my fans&lt;/a&gt; down.&lt;/p&gt;

&lt;table class="image" width="100%"&gt;
  &lt;tr&gt;&lt;td align="center"&gt;&lt;img src="/images/vimeo-peter-ted.jpg" alt="Two Dudes" /&gt;&lt;/td&gt;&lt;/tr&gt;
  &lt;tr&gt;&lt;td align="center" class="image-caption"&gt;Two Dudes&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;

&lt;p&gt;It's going to be pretty strange. Monday will be the first day in over 8 years that I haven't worked with Peter. I'm sure I'll still ask his opinion on obscure database configurations and on where I should go to lunch, but we'll have to start hanging out &lt;em&gt;after&lt;/em&gt; work. (Chicago Cubs, if you're listening, you could make that a lot easier by winning).&lt;/p&gt;

&lt;p&gt;I'm sad to be leaving and excited for &lt;a href="http://www.apartmenttherapy.com/"&gt;what&lt;/a&gt; is to come. It's funny how that works, you can never just feel one way. You're always happy for someone else and sad for yourself or super hungry, but nothing sounds good. Just once, it'd be nice to have it all worked out.&lt;/p&gt;

&lt;p&gt;I'm sure it goes without saying, which means I'm going to say it now: I'm honored and humbled to have worked with the amazing people at Vimeo, College Humor and Busted Tees. Just like every other day since I started here, I can't wait to come to work tomorrow.&lt;/p&gt;

&lt;hr /&gt;
&lt;p class="footnote"&gt;&lt;a class="footnum" name="fn.1" href="#fnr.1"&gt;1.&lt;/a&gt;  All of these photos were taken from &lt;a href="http://jstn.cc/"&gt;Justin&lt;/a&gt;'s &lt;a href="http://flickr.com/photos/chromogenic/"&gt;flickr photostream&lt;/a&gt; and used without his permission. He has my apologies.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/tedroden/~4/KjQV4askfBY" height="1" width="1"/&gt;</description>
   <category domain="http://blog.tedroden.com">/vimeo</category>
   <pubDate>Thu, 17 Apr 2008 21:11 GMT</pubDate>
<feedburner:origLink>http://blog.tedroden.com/vimeo/farewell._hello..ejr</feedburner:origLink></item>
<item>
   <title>Liner notes to my newest muxtape</title>
   <guid isPermaLink="false">music/liner_notes_to_my_newest_muxtape</guid>
   <link>http://feedproxy.google.com/~r/tedroden/~3/2LPMH-6P3Ac/liner_notes_to_my_newest_muxtape.ejr</link>
   <description>&lt;p&gt;&lt;a href="http://muxtape.com"&gt;Muxtape&lt;/a&gt; is a great service by a &lt;a href="http://jstn.cc"&gt;neat guy&lt;/a&gt;. When it launched, I created a muxtape called &lt;a href="http://iliketheslowjams.muxtape.com"&gt;iliketheslowjams&lt;/a&gt;. It's a good mix, but as you may have guessed, it's a bit slow.&lt;/p&gt;

&lt;p&gt;So recently, I created a regular muxtape at &lt;a href="http://tedroden.muxtape.com"&gt;tedroden.muxtape.com&lt;/a&gt;. I &lt;em&gt;really&lt;/em&gt; like this one. It's got a everything, a live track from a show that I attended, a guest vocal performance by Mandy Moore, it's not too indie or anything, it's pretty good. But after a couple of listens, I realized that it too was very slow. So I decided to create a muxtape for the rest of me. The liner notes follow.




&lt;table&gt;
&lt;tr&gt;&lt;td valign=top&gt;&lt;img src="http://tedroden-1.babycdn.com/cockrock-liner-notes.jpg" align="left" style="margin-right:10px"&gt;&lt;/td&gt;
&lt;td&gt;&lt;h4&gt;&lt;a href="http://cockrock.muxtape.com"&gt;cockrock.muxtape.com&lt;/a&gt;: The liner notes&lt;/h4&gt;&lt;/p&gt;

&lt;p&gt;This is music so brutal, so carnal, so primal that when you see these bands live you don't even watch them. You stand in front of the monstrous convulsing speakers and let your body soak it in. This is as close to nature as you're going to get today. This mix tells you that you're going to be a better parent than your parents were. This is important, you're going to teach this stuff to your kids. Onto the songs.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Eagles of Death Metal - I Want You Soo Hard (Boy's Bad News)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This song starts everything on the right note. The short track starts with a little laugh, perhaps a giggle, that tells you that you've come to the right place. The laugh says, &amp;quot;this will be nice, you're in for a treat, now check out these monster guitars.&amp;quot;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Black Rebel Motorcycle Club - Whatever Happened To My Rock &amp;amp; Roll&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This song follows suit with a very similar tempo. It sounds like your first leather jacket. While that jacket was ill-fitting and somehow constantly smelled of dust, whiskey and early twenties body odor, both the jacket and this song remind you that guitars sound better on vinyl.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Led Zeppelin - Immigrant Song&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This isn't the first time you've heard a lot of these songs, and this one is no exception. Hearing it now feels like you're sitting through a history lesson you've heard a number of times. As if your stoner history teacher is totally phoning it in and the lecture is a rerun. But, you always liked this lesson and it helps you remember your roots. Also, you're not going to have to sit through the acoustic bits later in original album.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Queens Of The Stone Age - Little Sister&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This song starts out with a woodblock. It doesn't let up. Most songs don't know how to rock with an entire drum set. The Queens could have done it here with only a hollowed out block of wood. But they don't stop there. The drums keep up, chanting starts and the simple guitar solo tempts you to break out your air guitar.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Federale - Magic Word&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Brooklyn can rock. Federale will explain that to you. They immediately demand your attention, which you give, and you hang on every word they have to say. This song reminds you that guitars aren't best heard on vinyl, they're best heard through an open garage door behind a six pack of beer.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The Darkness - I Believe in a Thing Called Love&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I'm not going to lie to you, this is a song for the ladies. Sure, you totally love it, because this song totally kicks ass, but at the end of the day it's a love song and that's not really your thing. Let your chick know that this song says everything that you can't, and ask if she wouldn't mind getting a couple of beers. It's a bit &amp;quot;hair metal,&amp;quot; but sweet Jesus these guys rock! Listen to his voice, that shredding... magnificent.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Black Mountain - Evil Ways&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;For years and years the song name &amp;quot;Evil Ways&amp;quot; was taken by Santana, repurposed into something to buy groceries to. Not any longer. Black Mountain took that name and gave it an appropriate song. While you're certainly not going to, the drums make you want to play air drums, but you could.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Mastodon - Colony Of Birchmen&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Listen to this glorious mess. The whole sound moves as one. When the guitars, bass and drums all gang up on you about two minutes in, you're not ashamed to admit you're a bit scared. But you're pretty sure you hear Josh Homme in there, letting you know everything is going to be OK.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Tenacious D - Karate&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;People suggest that this is a joke band and they laugh at them. I dare you to ask those people to name some bands that aren't a joke... you'll see, they're just confused. Also, this is the only acoustic addition. It rocks so hard, it's only acoustic because our pea brains couldn't handle an electric version of this song. Also, at one minute long, this is a perfect chance to smoke a cigarette. Amidst all this balls out rocking, it shouldn't take you much longer than a minute to smoke a cigarette.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Manowar - King Of Kings&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Not only this mix, but the entire history of music has been leading up to this song. It starts strong, and he flat out declares that he owns &amp;quot;the right to be the king of kings.&amp;quot; This song is an achievement on par with anything humanity has ever done. When it sounds like it's relenting about a minute and a half in, it sounds like a challenge from them: doubt this, let your guard down. I'd advise against it, close your eyes and get ready.&lt;/p&gt;

&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;img src="http://feeds.feedburner.com/~r/tedroden/~4/2LPMH-6P3Ac" height="1" width="1"/&gt;</description>
   <category domain="http://blog.tedroden.com">/music</category>
   <pubDate>Fri, 11 Apr 2008 18:42 GMT</pubDate>
<feedburner:origLink>http://blog.tedroden.com/music/liner_notes_to_my_newest_muxtape.ejr</feedburner:origLink></item>
<item>
   <title>See what you want</title>
   <guid isPermaLink="false">webs/see_what_you_want</guid>
   <link>http://feedproxy.google.com/~r/tedroden/~3/Ea0rZ_86udI/see_what_you_want.ejr</link>
   <description>&lt;p&gt;Last week I &lt;a href="http://tedroden.com/54805"&gt;relaunched&lt;/a&gt; my main site. It's got a few bugs, a couple of quirks and the design needs a bit of work. Even with those bugs, I still think it's a lot better than the previous versions and I wanted to point out a couple of things that the new site can do.&lt;/p&gt;

&lt;h3&gt;Filters&lt;/h3&gt;

&lt;p class="first"&gt;Are you only interested in seeing my breathtaking photos? Just my awesome links or hilarious quotes? That's easy! Just go to &lt;a href="http://tedroden.com/filter/photos"&gt;tedroden.com/filter/photos&lt;/a&gt; or (&lt;a href="http://tedroden.com/filter/quotes"&gt;quotes&lt;/a&gt;, &lt;a href="http://tedroden.com/filter/links"&gt;links&lt;/a&gt; or &lt;a href="http://tedroden.com/filter/regular"&gt;regular&lt;/a&gt;). That way you can see all my photos from all over the web, without going to my separate accounts on flickr, tumblr and anywhere else. Links is a collection links from delicious, magnolia, etc. You get the idea.&lt;/p&gt;


&lt;h3&gt;Stalkers&lt;/h3&gt;

&lt;p class="first"&gt;Do you want to track my every move? Go to my stalker page: &lt;a href="http://grablr.com/i/am/stalking/tedroden"&gt;grablr.com/i/am/stalking/tedroden&lt;/a&gt;. There you can see what I'm listening to, what I've read, things I've determined are &amp;quot;good,&amp;quot; things I've posted online and what I'm planning on reading.&lt;/p&gt;

&lt;p&gt;You can even suggest things for me to read by &lt;a href="http://del.icio.us/fatius"&gt;befriending me on delicious&lt;/a&gt; and tagging items as &amp;quot;for:fatius&amp;quot; Those things are automatically added to my &amp;quot;Planning on reading&amp;quot; list. When I'm bored, I go through that list.&lt;/p&gt;


&lt;h3&gt;The old site&lt;/h3&gt;

&lt;p class="first"&gt;If you don't like this change and just want the old site back, &lt;a href="http://blog.tedroden.com/"&gt;you can still get to that too&lt;/a&gt;! It helps make the new site.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/tedroden/~4/Ea0rZ_86udI" height="1" width="1"/&gt;</description>
   <category domain="http://blog.tedroden.com">/webs</category>
   <pubDate>Fri, 11 Apr 2008 15:43 GMT</pubDate>
<feedburner:origLink>http://blog.tedroden.com/webs/see_what_you_want.ejr</feedburner:origLink></item>
<item>
   <title>The most sexist direct mail campaign ever</title>
   <guid isPermaLink="false">misc/the_most_sexist_direct_mail_campaign_ever</guid>
   <link>http://feedproxy.google.com/~r/tedroden/~3/AASWP1OXtmI/the_most_sexist_direct_mail_campaign_ever.ejr</link>
   <description>&lt;p&gt;Yesterday when I opened my mailbox, I pulled out two catalogs for the same book of the month club. One addressed to me and the other to my lady. Sure, it's strange that we got on a book of the month club mailing list, but that isn't the strangest part. These catalogues are actually directed to &amp;quot;men&amp;quot; and &amp;quot;women&amp;quot; separately.&lt;/p&gt;

&lt;p&gt;While men get invited to &amp;quot;where a &lt;strong&gt;smart reader&lt;/strong&gt; belongs,&amp;quot; women get options for &amp;quot;Love &amp;amp; Looks,&amp;quot; &amp;quot;Style &amp;amp; Sex,&amp;quot; and &amp;quot;Fabulous Fun!&amp;quot;&lt;/p&gt;

&lt;p&gt;Stay classy Double Day.


&lt;table class="image" width="100%"&gt;
&lt;tr&gt;
&lt;td align="center"&gt;&lt;a href="http://tedroden-3.babycdn.com/bom-boys-scaled.jpg" title="Click for larger version"&gt;&lt;img src="http://tedroden-3.babycdn.com/bom-boys-thumb.jpg"&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td align="center"&gt;&lt;a href="http://tedroden-4.babycdn.com/bom-girls-scaled.jpg" title="Click for larger version"&gt;&lt;img src="http://tedroden-4.babycdn.com/bom-girls-thumb.jpg"&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td align="center" class="image-caption"&gt;The boys club&lt;/td&gt;
&lt;td align="center" class="image-caption"&gt;Chick lit&lt;//tr&gt;
&lt;/table&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/tedroden/~4/AASWP1OXtmI" height="1" width="1"/&gt;</description>
   <category domain="http://blog.tedroden.com">/misc</category>
   <pubDate>Fri, 11 Apr 2008 13:57 GMT</pubDate>
<feedburner:origLink>http://blog.tedroden.com/misc/the_most_sexist_direct_mail_campaign_ever.ejr</feedburner:origLink></item>
<item>
   <title>A new tedroden.com</title>
   <guid isPermaLink="false">webs/a_new_tedroden.com</guid>
   <link>http://feedproxy.google.com/~r/tedroden/~3/LgBTnIvUUeA/a_new_tedroden.com.ejr</link>
   <description>&lt;p&gt;I'm not ready to &lt;em&gt;launch&lt;/em&gt; it, but I'm also not ready to keep it a secret any longer. So I'm just going to do it: I'm relaunching my website without finishing it.&lt;/p&gt;

&lt;p&gt;&lt;a href="http://tedroden.com"&gt;tedroden.com&lt;/a&gt; is the new site, it's powered by a little thing called &lt;a href="http:grablr.com"&gt;grablr.com&lt;/a&gt;. If you want my old site, it's now located at &lt;a href="http://blog.tedroden.com"&gt;blog.tedroden.com&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;That is all.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/tedroden/~4/LgBTnIvUUeA" height="1" width="1"/&gt;</description>
   <category domain="http://blog.tedroden.com">/webs</category>
   <pubDate>Tue, 08 Apr 2008 02:31 GMT</pubDate>
<feedburner:origLink>http://blog.tedroden.com/webs/a_new_tedroden.com.ejr</feedburner:origLink></item>
</channel>
</rss>
