<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link rel="hub" href="http://tumblr.superfeedr.com/" xmlns:atom="http://www.w3.org/2005/Atom"/><description>An anagram of Matthew Obert</description><title>Hot Web Matter</title><generator>Tumblr (3.0; @hotwebmatter)</generator><link>http://hotwebmatter.tumblr.com/</link><item><title>The Feelies at the Met Café — second set</title><description>&lt;img src="http://25.media.tumblr.com/58031a9d484d6d0322bf50844b1ce098/tumblr_mll3qcULUR1r54alro1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;The Feelies at the Met Café — second set&lt;/p&gt;</description><link>http://hotwebmatter.tumblr.com/post/48490996408</link><guid>http://hotwebmatter.tumblr.com/post/48490996408</guid><pubDate>Sat, 20 Apr 2013 22:47:00 -0400</pubDate></item><item><title>The Feelies’ set list</title><description>&lt;img src="http://25.media.tumblr.com/5cfceb9e3a65d9b1d26447d535304862/tumblr_mll3p8w5GA1r54alro1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;The Feelies’ set list&lt;/p&gt;</description><link>http://hotwebmatter.tumblr.com/post/48490946990</link><guid>http://hotwebmatter.tumblr.com/post/48490946990</guid><pubDate>Sat, 20 Apr 2013 22:46:20 -0400</pubDate></item><item><title>The Feelies at the Met Café</title><description>&lt;img src="http://25.media.tumblr.com/c7011ab42f41219012d2615b3d43247e/tumblr_mll0cgqfET1r54alro1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;The Feelies at the Met Café&lt;/p&gt;</description><link>http://hotwebmatter.tumblr.com/post/48485723683</link><guid>http://hotwebmatter.tumblr.com/post/48485723683</guid><pubDate>Sat, 20 Apr 2013 21:33:52 -0400</pubDate></item><item><title>Blackmail made easy using Python counters</title><description>&lt;a href="http://wordaligned.org/articles/python-counters"&gt;Blackmail made easy using Python counters&lt;/a&gt;: &lt;p&gt;The evolution of multisets in Python&lt;/p&gt;</description><link>http://hotwebmatter.tumblr.com/post/44464050111</link><guid>http://hotwebmatter.tumblr.com/post/44464050111</guid><pubDate>Sun, 03 Mar 2013 12:01:44 -0500</pubDate><category>python</category><category>programming</category><category>geek</category></item><item><title>Via dc401-l</title><description>&lt;img src="http://25.media.tumblr.com/c968db9c313927e6166f683acf6c0328/tumblr_milvp99MP31r54alro1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Via dc401-l&lt;/p&gt;</description><link>http://hotwebmatter.tumblr.com/post/43703975729</link><guid>http://hotwebmatter.tumblr.com/post/43703975729</guid><pubDate>Fri, 22 Feb 2013 00:10:21 -0500</pubDate></item><item><title>Google AdWords Destination URLs</title><description>&lt;p&gt;I&amp;#8217;m working on an elaborate site redesign for a client who makes extensive use of Google AdWords for targeted web ads. The client has dozens of AdWords campaigns, each of which contains dozens of ads; clickthroughs are directed to several landing pages on the client&amp;#8217;s site.&lt;/p&gt;

&lt;p&gt;I need to tread lightly when making changes to the site structure, because if a &amp;#8220;Destination URL&amp;#8221; becomes invalid, all of the client&amp;#8217;s Google AdWords campaigns will be suspended until the situation is rectified.&lt;br/&gt;&lt;!-- more --&gt;&lt;br/&gt;
A suspended AdWords account can be restored by restoring the appropriate URL for the landing page, by implementing an HTTP redirect (either via RewriteRule in .htaccess (Apache mod_rewrite), or in a scripting language like PHP or JavaScript), or by changing the destination URL for any affected ads.&lt;/p&gt;

&lt;p&gt;Unfortunately, the Google AdWords &lt;a href="https://adwords.google.com"&gt;Campaign Management console&lt;/a&gt; does not offer an easy way to sort out a list of destination URLs for active landing pages. Google support directed me to download a program called &lt;a href="http://www.google.com/intl/en/adwordseditor"&gt;AdWords Editor&lt;/a&gt;, available for Windows and Mac OS X platforms.&lt;/p&gt;

&lt;p&gt;After dealing with the momentary frustration of shutting down my Linux-based development environment and rebooting into Windows (along with a few lost hours spent patching the OS and updating software) I got AdWords Editor up and running.&lt;/p&gt;

&lt;p&gt;Now I understand why the AdWords AJAX interface does not offer this functionality &amp;#8212; it generated a CSV file almost 30,000 lines long!&lt;/p&gt;

&lt;p&gt;&lt;code&gt;$ wc -l Client\ Name+2013-01-21.csv&lt;br/&gt;
29254 Client Name+2013-01-21.csv&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;But luckily, I only needed to know the base URL for each unique landing page, and now that I had the data in CSV format, extracting what I needed was relatively trivial:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;$ cut -f36 -s Client\ Name+2013-01-21.csv |cut -f1 -d? |sort |uniq |wc -l&lt;br/&gt;
46&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;At last, I have the manageable amount of data (less than 50 base URLs) needed to make sensible decisions while proceeding with my redesign of the client&amp;#8217;s site.&lt;/p&gt;

&lt;p&gt;Feature Request: Please, Google &amp;#8212; can the AdWords web interface be extended to return this data? (Not the entire 30,000 lines, just the base URLs.) I think it would help many site designers &amp;#8212; not just myself &amp;#8212; to avoid invalidating any AdWords destination URLs when altering a client site&amp;#8217;s existing URL paths.&lt;/p&gt;</description><link>http://hotwebmatter.tumblr.com/post/41137678223</link><guid>http://hotwebmatter.tumblr.com/post/41137678223</guid><pubDate>Mon, 21 Jan 2013 16:58:00 -0500</pubDate></item><item><title>Lookmark Blog: The Most Engaging Sites on Hacker News</title><description>&lt;a href="http://blog.lookmark.com/post/35652256460/the-most-engaging-sites-on-hacker-news"&gt;Lookmark Blog: The Most Engaging Sites on Hacker News&lt;/a&gt;: &lt;p&gt;&lt;a href="http://blog.lookmark.com/post/35652256460/the-most-engaging-sites-on-hacker-news" class="tumblr_blog"&gt;lookmarkit&lt;/a&gt;:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Most social news sites like Hacker News measure the popularity of an item by the number of votes it receives. Digg augments their own vote count with social sharing data from Facebook and Twitter.&lt;/p&gt;
&lt;p&gt;A problem these sites face is that votes and shares tend to favor short-form content, because people…&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;— Ag3nt5 (via dc401-l)&lt;/p&gt;</description><link>http://hotwebmatter.tumblr.com/post/35706223947</link><guid>http://hotwebmatter.tumblr.com/post/35706223947</guid><pubDate>Wed, 14 Nov 2012 10:08:02 -0500</pubDate></item><item><title>To the Wayback Machine!</title><description>&lt;p&gt;This is just &lt;i&gt;too awesome&lt;/i&gt; not to share.&lt;/p&gt;
&lt;!-- more --&gt;
&lt;p&gt;Earlier today, I posted three links which represent the sum total of all known webpages referring to the late, great &lt;b&gt;Coat of Arms&lt;/b&gt;. There&amp;#8217;s not much to see on their MySpace page (although you can hear some of their songs there, I already have their 2004 retrospective CD &lt;i&gt;Ancients and Terribles&lt;/i&gt; and all the original cassettes from their heyday) and I had already read &lt;a target="_blank" href="http://www.warpedrealitymagazine.com/2006/08/a_kitchen_is_a_place_where_you.html"&gt;Andrea Feldman&amp;#8217;s fantastic article on the Warped Reality blog.&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The only other link pointed to drummer &lt;b&gt;Dean &amp;#8220;Clean&amp;#8221; Sabatino&lt;/b&gt;&amp;#8217;s &amp;#8220;18 years ago &amp;#8230; A tour story blog based on old unearthed tour diaries by Dean Clean of the Dead Milkmen.&amp;#8221; On my initial glance, I had chuckled at the familiar names: &amp;#8220;the Living Room, &lt;b&gt;Coat of Arms&lt;/b&gt;, &lt;b&gt;What Now&lt;/b&gt;, &lt;b&gt;Neutral Nation&lt;/b&gt;, &lt;b&gt;Rash of Stabbings&lt;/b&gt;, heh heh,&amp;#8221; and moved along. Luckily, while I was writing about my findings, I decided to return to that page for a closer reading.&lt;/p&gt;

&lt;p&gt;Now, here&amp;#8217;s the really great part: on that whole page of &lt;a target="_blank" href="http://www.deadmilkmen.com/tourstories/archives/000110.html"&gt;Dean Clean&amp;#8217;s September 15, 1986 Dead Milkmen tour diary&lt;/a&gt;, there are only two outbound links to off-site content.&lt;/p&gt;

&amp;#8220;&lt;a target="_blank" href="http://www.providencephoenix.com/music/top/documents/03331486.asp"&gt;Neutral Nation&lt;/a&gt;&amp;#8221; is linked to an article by Bob Gulla from the November 21, 2003 issue of the Providence &lt;i&gt;Phoenix&lt;/i&gt;, which is pretty cool. And &amp;#8220;&lt;a target="_blank" href="http://www.providenceri.com/as220/clubhistory.html"&gt;short history of the Providence club scene&lt;/a&gt;&amp;#8221; is linked to &amp;#8230; ahh, never mind, that&amp;#8217;s a dead link:
&lt;br/&gt;&lt;p&gt;&lt;code&gt;&lt;a href="http://www.providenceri.com/as220/clubhistory.html"&gt;http://www.providenceri.com/as220/clubhistory.html&lt;/a&gt;&lt;/code&gt;&lt;/p&gt;
&lt;br/&gt;&lt;p&gt;Chalk that one up to another casualty of &amp;#8220;link rot&amp;#8221; &amp;#8212; a common enough occurrence, especially on web pages that are older than a few years (the comments on Dean&amp;#8217;s tour blog date back to mid-2004). Nothing to be done about it.&lt;/p&gt;

&lt;p&gt;Still, something about the linked text and the dead URL nudged at me with an odd tingle of familiarity. If I wanted to get to the bottom of this mystery, I knew what I had to do &amp;#8230;&lt;/p&gt;

&lt;p&gt;&amp;#8220;Sherman, set the WABAC machine to June 4, 2004!&amp;#8221;&lt;/p&gt;

&lt;p&gt;This will be old news for the geeks in the audience, but just in case you&amp;#8217;re not familiar with the &lt;b&gt;Internet Archive&lt;/b&gt; (&lt;a target="_blank" href="http://archive.org"&gt;archive.org&lt;/a&gt;), it&amp;#8217;s a 501(c)3 non-profit organization with headquarters in San Francisco, which was founded in 1996 to create an Internet library.&lt;/p&gt;

&lt;p&gt;It&amp;#8217;s an incredible project, really &amp;#8212; you can read more about it &lt;a target="_blank"&gt;here&lt;/a&gt;. Their comprehensive collections include texts, audio, moving images, and software as well as archived web pages, and they provide specialized services for adaptive reading and information access for the blind and other persons with disabilities.&lt;/p&gt;

&lt;p&gt;Wait, what &amp;#8212; &lt;a target="_blank" href="http://www.archive.org/web/web.php"&gt;archived web pages&lt;/a&gt;? Yep, you heard that right!&lt;/p&gt;

&lt;p&gt;The Internet Archive&amp;#8217;s &amp;#8220;About the Wayback Machine&amp;#8221; says:&lt;/p&gt;

&lt;blockquote&gt;&lt;div&gt;Browse through over 150 billion web pages archived from 1996 to a few months ago. To start surfing the Wayback, type in the web address of a site or page where you would like to start, and press enter. Then select from the archived dates available. The resulting pages point to other archived pages at as close a date as possible. Keyword searching is not currently supported.&lt;/div&gt;&lt;/blockquote&gt;

&lt;p&gt;And so, thanks to the utterly amazing Wayback Machine, &lt;a target="_blank" href="http://web.archive.org/web/20040604055321/http://www.providenceri.com/as220/clubhistory.html"&gt;here&amp;#8217;s a June 6, 2004 snapshot of the original article&lt;/a&gt; that Dean Clean linked to from his tour blog, which I wrote back in 1999.&lt;/p&gt;

&lt;p&gt;It hung around on the City of Providence&amp;#8217;s official website (which, in hindsight, was not a good choice for its permanent home) until just about six months after Dean linked to it.&lt;/p&gt;

&lt;p&gt;The Wayback Machine&amp;#8217;s snapshot from August 21, 2004 shows that the page was still online, but someone had hacked a clumsy &amp;#8220;Meta Refresh&amp;#8221; tag into the header to redirect visitors to the site for the new Providence Department of Arts, Culture and Tourism&amp;#8221; like so:&lt;/p&gt;
&lt;br/&gt;&lt;p&gt;&lt;code&gt;
&amp;lt;META HTTP-EQUIV="Refresh" CONTENT="0;URL=http://web.archive.org/web/20040821150551/http://www.providenceri.com/ArtCultureTourism/"&amp;gt;
&lt;/code&gt;&lt;/p&gt;
&lt;br/&gt;&lt;p&gt;Obviously, whoever did this was not a seasoned web design pro, because the old &amp;#8220;client pull&amp;#8221; method of redirection was unpleasantly like being led around a website by the nose.&lt;sup class="footnote" id="fnrev_meta-refresh-deprecated"&gt;&lt;a href="#fn_meta-refresh-deprecated"&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;

&lt;p&gt;If you &lt;i&gt;really&lt;/i&gt; want to get technical about it (and let&amp;#8217;s face it, if you&amp;#8217;re among my peers, the odds are that you probably do) it&amp;#8217;s pretty obvious that the Internet Archive altered the headers, because the refresh is pointed toward their snapshot of the Arts, Cuture and Tourism page &amp;#8212; but I do recall trying to link to the article back in 2004 and finding myself annoyed by the meta refresh.&lt;/p&gt;

&lt;p&gt;Anyway, I&amp;#8217;ve never tried to calculate my Internet &amp;#8220;degrees of Kevin Bacon&amp;#8221;, but I&amp;#8217;m pleased as punch to learn that Dean Clean linked directly to one of my articles. The mind boggles.&lt;/p&gt;

&lt;p&gt;By the way, Neutral Nation&amp;#8217;s amazing &lt;b&gt;Tom Buckland&lt;/b&gt; has recently returned to Rhode Island, which means that this unkillable band has more reunion shows coming up next month &amp;#8212; one on Saturday, December 1, 2012 at Fête in Olneyville, and another one on Saturday, December 29 opening up for the &lt;b&gt;Neighborhoods&lt;/b&gt; (!!!) at the Met Café.&lt;/p&gt;

&lt;hr&gt;&lt;p class="footnote" id="fn_meta-refresh-deprecated"&gt;&lt;sup&gt;1&lt;/sup&gt;&lt;a target="_blank" href="http://www.w3.org/TR/WCAG10-HTML-TECHS/#meta-element"&gt;Meta Refresh has been deprecated by the World Wide Web Consortium since November 6, 2000&lt;/a&gt;: &amp;#8220;[content developers] should not redirect users with this markup since it is non-standard, it disorients users, and it can disrupt a browser&amp;#8217;s history of visited pages.&amp;#8221;
&lt;br/&gt;&lt;br/&gt;
The archived snapshot from October 10, 2004 shows some improvement. The Meta Refresh has been replaced by an HTTP 302 Found &amp;#8220;temporary redirect&amp;#8221;, which indicates that the resource has been temporarily moved to another place, as per RFC 2616. But that wasn&amp;#8217;t quite right either, because they weren&amp;#8217;t using the 302 to redirect to my article &amp;#8212; they were sending people elsewhere.
&lt;br/&gt;&lt;br/&gt;
Nowadays, the city&amp;#8217;s website handles the request in a much more elegant manner: when the server receives an invalid URI, it parses the string and passes the tokens as input to the City of Providence website&amp;#8217;s Search form.
&lt;br/&gt;&lt;br/&gt;
Naturally, since the article is long gone, searching for &amp;#8220;AS220 clubhistory&amp;#8221; yields no results, but the whole process is a lot less irritating to users. They can stare at the search form for as long as they want, thinking about how they got there and deciding what to do next. Whether they want to submit the search query, click elsewhere, or just leave the website entirely, they can do so on their own steam and at their own pace.&lt;/p&gt;</description><link>http://hotwebmatter.tumblr.com/post/35669490731</link><guid>http://hotwebmatter.tumblr.com/post/35669490731</guid><pubDate>Tue, 13 Nov 2012 19:30:00 -0500</pubDate><category>providence</category><category>rock</category><category>history</category><category>coat of arms</category><category>dead milkmen</category><category>what now</category><category>neutral nation</category><category>the Living Room</category></item><item><title>Coat of Arms (band, Providence RI)</title><description>&lt;p&gt;Lately, I&amp;#8217;ve re-connected with a dear friend from the early &amp;#8217;90s who shares with me many fond memories of that era. We&amp;#8217;ve discovered that we share at least one mutual obsession &amp;#8212; we were both fanatical devotees of the Providence, RI band &lt;b&gt;Coat of Arms&lt;/b&gt;.&lt;br/&gt;&lt;!-- more --&gt;&lt;br/&gt;
In the late &amp;#8217;80s and early &amp;#8217;90s, the Providence underground rock scene seemed to have a sudden flood of bands with three words in their names: Rash of Stabbings, Courage to Be, On We Go, and the like.&lt;/p&gt;

&lt;p&gt;Coat of Arms was one of the best. Unfortunately, it&amp;#8217;s almost impossible to find information about them on the Internet, due to the preponderance of websites related to heraldic insignia and &lt;a href="http://web.meson.org/blazonserver/"&gt;blazonry&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;I managed to find a few webpages by crafting careful search queries. It&amp;#8217;s helpful to include the bizarre nicknames of band members &amp;#8220;Pip&amp;#8221; and &amp;#8220;Rudu,&amp;#8221; although these search terms on their own tend to return pages of results in Urdu for some reason.&lt;/p&gt;

&lt;p&gt;If you add &amp;#8220;Kelly&amp;#8221; and &amp;#8220;Cole&amp;#8221; to the mix, the top hit is their MySpace page from way back in 2006 &amp;#8212; when MySpace was still a thing, before it became one of the weird haunted ruins of the web. &lt;/p&gt;

&lt;p&gt;I would be careful about visiting MySpace at all unless you make sure that you have really good anti-virus / anti-malware software installed, especially if you are on Windows. MySpace&amp;#8217;s evil ad servers are known to allow malicious javascript, and it&amp;#8217;s no joke. I really don&amp;#8217;t think anybody works for MySpace anymore, anyway &amp;#8212; it just kind of lurches along on auto-pilot. (If you use Firefox, get the Adblock Plus and NoScript extensions and you should be safe.)&lt;/p&gt;

&lt;p&gt;With that caveat, here&amp;#8217;s the link:&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.myspace.com/coatofarmsband"&gt;http://www.myspace.com/coatofarmsband&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;These other web pages are probably a lot safer to browse without a prophylactic.&lt;/p&gt;

&lt;p&gt;Andrea Feldman&amp;#8217;s fantastic article on the Warped Reality blog:&lt;br/&gt;
&lt;a href="http://www.warpedrealitymagazine.com/2006/08/a_kitchen_is_a_place_where_you.html"&gt;http://www.warpedrealitymagazine.com/2006/08/a_kitchen_is_a_place_where_you.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Dean Clean&amp;#8217;s September 15, 1986 Dead Milkmen tour diary:&lt;br/&gt;
&lt;a href="http://www.deadmilkmen.com/tourstories/archives/000110.html"&gt;http://www.deadmilkmen.com/tourstories/archives/000110.html&lt;/a&gt;&lt;/p&gt;</description><link>http://hotwebmatter.tumblr.com/post/35641212389</link><guid>http://hotwebmatter.tumblr.com/post/35641212389</guid><pubDate>Tue, 13 Nov 2012 12:00:00 -0500</pubDate><category>Providence</category><category>rock</category><category>history</category><category>Coat of Arms</category><category>band</category></item><item><title>Here’s “Myra Eels, Librarian” — an old...</title><description>&lt;iframe class="tumblr_audio_player tumblr_audio_player_35560200020" src="http://hotwebmatter.tumblr.com/post/35560200020/audio_player_iframe/hotwebmatter/tumblr_mdd3o3m2ZT1r54alr?audio_file=http%3A%2F%2Fwww.tumblr.com%2Faudio_file%2Fhotwebmatter%2F35560200020%2Ftumblr_mdd3o3m2ZT1r54alr" frameborder="0" allowtransparency="true" scrolling="no" width="500" height="169"&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Here’s “Myra Eels, Librarian” — an old four-track recording  of my own invention (previously released on “The Library Album” — a fundraising effort for the &lt;a href="http://www.provcomlib.org"&gt;Providence Community Library&lt;/a&gt;, organized by &lt;a href="http://www.notaboutthebuildings.org"&gt;Not About The Buildings&lt;/a&gt; back in 2007) which I used as the audio source for my &lt;a href="http://hotwebmatter.tumblr.com/post/35559887717/triumphant-transcoding-with-mplayer"&gt;Ogg Vorbis to MP3 transcoding adventure&lt;/a&gt; last night.&lt;/p&gt;

&lt;p&gt;Bonus points if you know who Myra Eels was — besides (duh, obviously) a librarian.&lt;/p&gt;

&lt;p&gt;Aside: Encoded with Ogg Vorbis, the same song has a smaller file size, and it sounds better — but Tumblr wouldn’t let me upload that file, because it’s not an MP3. How fortunate that the point of the whole exercise last night was figuring out how to transcode the track to a Tumblr-accepted format!&lt;/p&gt;</description><link>http://hotwebmatter.tumblr.com/post/35560200020</link><guid>http://hotwebmatter.tumblr.com/post/35560200020</guid><pubDate>Mon, 12 Nov 2012 08:06:00 -0500</pubDate><category>music</category><category>self-promotion</category><category>Providence Community Library</category><category>Not About The Buildings</category><category>Myra Eels</category><category>Lewis Barnavelt</category><category>John Bellairs</category><category>instrumental</category><category>four-track recording</category></item><item><title>Triumphant Transcoding With MPlayer</title><description>&lt;p&gt;A good friend (I&amp;#8217;ll call her &amp;#8220;rad&amp;#8221; because she is) contacted me last night with a seemingly simple question.&lt;/p&gt;
&lt;p&gt;As usual with tech questions, there were a few curves on the road to the optimal solution &amp;#8212; starting with the fact that she was using Ubuntu and my main workstation runs Fedora, so I had to run Ubuntu 12.04.1 LTS &amp;#8220;Precise Pangolin&amp;#8221; off a LiveUSB (allocating storage for persistent data) in order to duplicate her bugs for troubleshooting purposes.&lt;/p&gt;
&lt;p&gt;If you grinned at that last paragraph, you&amp;#8217;ll probably enjoy the rest of this entry. Others &amp;#8212; you know who you are &amp;#8212; might want to skip it entirely!&lt;/p&gt;
&lt;p&gt;Anyway, here&amp;#8217;s a lengthy, albeit much-abbreviated, chat log:&lt;/p&gt;
&lt;!-- more --&gt;
&lt;p class="hangingindent"&gt;&lt;b&gt;rad&lt;/b&gt;: I&amp;#8217;m creating an offboard jukebox on a spare laptop drive in an enclosure. I&amp;#8217;m just putting a huge music library there. My question has to do with formats.&lt;/p&gt;
&lt;p class="hangingindent"&gt;&lt;b&gt;me&lt;/b&gt;: Oh, OK &amp;#8212; that&amp;#8217;s probably easy.&lt;/p&gt;
&lt;p class="hangingindent"&gt;&lt;b&gt;rad&lt;/b&gt;: Ideally, I&amp;#8217;d like it to work with a variety of platfoms. That means picking a disk format that&amp;#8217;s widely usable, and a file format that is also. Ideas?&lt;/p&gt;
&lt;p class="hangingindent"&gt;&lt;b&gt;me&lt;/b&gt;: Unless you are planning to re-master stuff, stay away from lossless codecs like the proprietary WAV and the free FLAC &amp;#8212; the file size will add up quickly.&lt;/p&gt;
&lt;p class="hangingindent"&gt;&lt;b&gt;rad&lt;/b&gt;: Good idea. I think I&amp;#8217;ve got about 80&amp;#160;GB (nominal) to play with here.&lt;/p&gt;
&lt;p class="hangingindent"&gt;&lt;b&gt;me&lt;/b&gt;: If you want to maximize cross-platform compatibility, I hate to admit it but stick with MP3. OGG is a better codec, but poorly-supported outside of Linux platforms.&lt;/p&gt;
&lt;p class="hangingindent"&gt;&lt;b&gt;rad&lt;/b&gt;: Right. What about disk format?&lt;/p&gt;
&lt;p class="hangingindent"&gt;&lt;b&gt;me&lt;/b&gt;: Huh, that&amp;#8217;s a good question. Best cross-platform filesystem choice (plug &amp;amp; play without installing special software) is still FAT32, hands-down. It does have file size limitations, but luckily, you shouldn&amp;#8217;t get near that ceiling if you stick with a compressed audio format. Just pick your MP3 encoding bitrate carefully &amp;#8212; here&amp;#8217;s a good (and kind of humorous) &lt;a target="_blank" href="http://www.codinghorror.com/blog/2012/06/the-great-mp3-bitrate-experiment.html"&gt;guide&lt;/a&gt;. LAME encoding defaults to ~192kbps, variable bitrate &amp;#8212; but the article&amp;#8217;s author recommends the &amp;#8220;medium&amp;#8221; preset, which averages ~160kbps. It&amp;#8217;ll save a lot of space for more tracks.&lt;/p&gt;
&lt;p class="hangingindent"&gt;&lt;b&gt;rad&lt;/b&gt;: Thanks! Last question: Some of my onboard music files are &amp;#8216;unique&amp;#8217; &amp;#8212; difficult to re-source. Many of those are in ogg vorbis, naturally. Is there a way to convert them while copying them over? I&amp;#8217;m using Rhythmbox to do the CD imports, but could use anything.&lt;/p&gt;
&lt;p class="hangingindent"&gt;&lt;b&gt;me&lt;/b&gt;: Re: transcoding your old OGG tracks, gimme a minute &amp;#8230;&lt;br/&gt;&lt;b&gt;me&lt;/b&gt;: Badass bash &amp;#8220;&lt;a target="_blank" href="http://liquidat.wordpress.com/2007/12/03/short-tip-convert-ogg-file-to-mp3/"&gt;for [&amp;#8230;]; do [&amp;#8230;]; done&lt;/a&gt;&amp;#8221; loops get the job done quicker every time without needing a GUI, but beware: &amp;#8220;Please keep in mind that you will lose audio quality when you transform one lossy audio format to another.&amp;#8221;&lt;/p&gt;
&lt;p class="hangingindent"&gt;&lt;b&gt;rad&lt;/b&gt;: OK, excellent!&lt;/p&gt;
&lt;p class="hangingindent"&gt;&lt;b&gt;me&lt;/b&gt;: Glad as ever to help.&lt;/p&gt;
&lt;p class="hangingindent"&gt;&lt;b&gt;rad&lt;/b&gt;: Confession: I&amp;#8217;m unsure what exact parts of the sample command are the parts to replace.&lt;/p&gt;
&lt;p class="hangingindent"&gt;&lt;b&gt;me&lt;/b&gt;: Re: sample command &amp;#8212; I think you can use it as-is:&lt;br/&gt;&lt;br/&gt;&lt;code&gt;for file in *.ogg; do oggdec -o - "$file" | lame -h -V 4 –-vbr-new - "$(basename "$file" .ogg).mp3"; done&lt;/code&gt;&lt;br/&gt;&lt;br/&gt;The *.ogg will match any file ending in &amp;#8220;.ogg&amp;#8221; and pipe the output to lame for re-encoding. Each foo.ogg file will be transcoded and output as foo.mp3 &amp;#8212; just be sure to run it on files in the current working directory!&lt;/p&gt;
&lt;p class="hangingindent"&gt;&lt;b&gt;rad&lt;/b&gt;: Gotcha!&lt;/p&gt;
&lt;p class="hangingindent"&gt;&lt;b&gt;me&lt;/b&gt;: You might need to &lt;code&gt;apt-get install vorbis-tools&lt;/code&gt; to get the oggdec utility. I&amp;#8217;m assuming you&amp;#8217;ve already got LAME or else Rhythmbox wouldn&amp;#8217;t be able to play MP3 files. But if you&amp;#8217;re missing LAME for some reason, just Google &amp;#8220;ubuntu lame codec&amp;#8221; (I included the word &amp;#8220;codec&amp;#8221; to cut down on search results where people complain that Ubuntu is lame!)&lt;/p&gt;
&lt;p class="hangingindent"&gt;&lt;b&gt;rad&lt;/b&gt;: booo. need to install oggdec first, and don&amp;#8217;t know ppa. I can look it up, though.&lt;/p&gt;
&lt;p class="hangingindent"&gt;&lt;b&gt;me&lt;/b&gt;: Just &lt;code&gt;apt-cache search oggdec&lt;/code&gt; and it will tell you if you can get vorbis-tools &amp;#8212; I&amp;#8217;m almost 100% certain it will be in default Ubuntu repos, not in a special PPA. Use &lt;code&gt;which oggdec&lt;/code&gt; first to see if it&amp;#8217;s already installed!&lt;/p&gt;
&lt;p class="hangingindent"&gt;&lt;b&gt;rad&lt;/b&gt;: crap, nope.&lt;/p&gt;
&lt;pre class="matchingindent"&gt;
E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
&lt;/pre&gt;
&lt;p class="hangingindent"&gt;&lt;b&gt;me&lt;/b&gt;: Is Ubuntu Software Store or Synaptic running? That could lock the dpkg admin directory.&lt;/p&gt;
&lt;p class="hangingindent"&gt;&lt;b&gt;rad&lt;/b&gt;: Yep, that was it. Need lame now.&lt;/p&gt;
&lt;p class="hangingindent"&gt;&lt;b&gt;me&lt;/b&gt;: Assuming that LAME is available in one of the repositories listed in /etc/apt/sources.list, you can install LAME with the following command:&lt;br/&gt;&lt;br/&gt;&lt;code&gt;
sudo apt-get install lame libmp3lame0
&lt;/code&gt;&lt;br/&gt;&lt;br/&gt;With Ubuntu at least, LAME is in the multiverse repository &amp;#8212; no PPA needed. You could edit the sources file from the terminal:&lt;br/&gt;&lt;br/&gt;&lt;code&gt;
sudoedit /etc/apt/sources.list
&lt;/code&gt;&lt;br/&gt;&lt;br/&gt;And then uncomment the multiverse sections of the following lines:&lt;/p&gt;
&lt;pre class="matchingindent"&gt;
#deb &lt;a href="http://us.archive.ubuntu.com/ubuntu/"&gt;http://us.archive.ubuntu.com/ubuntu/&lt;/a&gt; precise multiverse
#deb &lt;a href="http://us.archive.ubuntu.com/ubuntu/"&gt;http://us.archive.ubuntu.com/ubuntu/&lt;/a&gt; precise-updates multiverse
&lt;/pre&gt;
&lt;p class="hangingindent"&gt;&lt;b&gt;me&lt;/b&gt;: Or just open Ubuntu Software Center, then on the top system bar select Edit and then select Software Sources. Next tick the boxes next to universe &amp;amp; multiverse, enter your password and click OK.&lt;/p&gt;
&lt;p class="hangingindent"&gt;&lt;b&gt;rad&lt;/b&gt;: Got it. Now it&amp;#8217;s complaining about an &amp;#8220;excess arg&amp;#8221; - The files are not being converted. Maybe if I could figure out what &amp;#8220;excess arg(ument)&amp;#8221; it&amp;#8217;s complaining about&amp;#8230;&lt;/p&gt;
&lt;p class="hangingindent"&gt;&lt;b&gt;me&lt;/b&gt;: OK, I have installed the packages and duplicated the bug:&lt;/p&gt;
&lt;pre class="matchingindent"&gt;
hotwebmatter@ubuntu-liveUSB:~/Music$ which lame
/usr/bin/lame
hotwebmatter@ubuntu-liveUSB:~/Music$ which oggdec
/usr/bin/oggdec
hotwebmatter@ubuntu-liveUSB:~/Music$ for file in *.ogg; do oggdec -o - "$file" | lame -h -V 4 –-vbr-new - "$(basename "$file" .ogg).mp3"; done
lame: excess arg Myra_Eels_Librarian.mp3
Decoding "Myra_Eels_Librarian.ogg" to "standard output"
[ 0.0%]hotwebmatter@ubuntu-liveUSB:~/Music$
&lt;/pre&gt;
&lt;p class="hangingindent"&gt;&lt;b&gt;rad&lt;/b&gt;: I feel like I&amp;#8217;m in a weird dream, where I press buttons, stuff seems to happen and no errors come back, but nothing useful actually happens.&lt;/p&gt;
&lt;p class="hangingindent"&gt;&lt;b&gt;me&lt;/b&gt;: I often feel like that with computer crap &amp;#8212; you&amp;#8217;ve got to inure yourself to it or you&amp;#8217;ll never get anything done. I did find a new stupid reason why this might be failing, though. Check out this new error message (slightly modified command line):&lt;/p&gt;
&lt;pre class="matchingindent"&gt;
hotwebmatter@ubuntu-liveUSB:~/Music$ for f in *.ogg; do lame --vbr-new -V 3 "$f" "${f%.wav}.mp3"; done
sorry, vorbis support in LAME is deprecated.
&lt;/pre&gt;
&lt;p class="hangingindent"&gt;&lt;b&gt;me&lt;/b&gt;: Looks like &lt;code&gt;mplayer&lt;/code&gt; will do it from the command line so you can batch-convert a whole directory with a &lt;a target="_blank" href="http://thewatersandthewild.blogspot.com/2012/02/converting-ogg-to-mp3.html"&gt;bash for loop&lt;/a&gt;. I&amp;#8217;m running &lt;code&gt;sudo apt-get install mplayer&lt;/code&gt; right now &amp;#8230;&lt;/p&gt;
&lt;p class="hangingindent"&gt;&lt;b&gt;rad&lt;/b&gt;: I installed mplayer and ran the command, using a wildcard (*). Not working, but does play the music.&lt;/p&gt;
&lt;p class="hangingindent"&gt;&lt;b&gt;me&lt;/b&gt;: I&amp;#8217;ve almost got it &amp;#8212; it&amp;#8217;s re-encoding as MP3 using the following command line:&lt;br/&gt;&lt;br/&gt;&lt;code&gt;
for fname in *.ogg; do mplayer "$fname" -ao pcm:waveheader -ao pcm:file=&amp;gt;(lame - "`basename "$fname" .ogg` .mp3"); done
&lt;/code&gt;&lt;br/&gt;&lt;br/&gt;The only problem is that it&amp;#8217;s adding a space to the output filename, so I ended up with &lt;code&gt;Myra_Eels_Librarian .mp3&lt;/code&gt;&lt;/p&gt;
&lt;p class="hangingindent"&gt;&lt;b&gt;rad&lt;/b&gt;: Looks like it&amp;#8217;s doing something. The space is in the command - can be edited out. But &amp;#8212; WORKED!! Well, sort of. It created NEW files in mp3 format, but left the oggs there. Would be useful if it either overwrote or deleted the oggs, or created the mp3&amp;#8217;s in a different target area.&lt;/p&gt;
&lt;p class="hangingindent"&gt;&lt;b&gt;me&lt;/b&gt;: You can add &lt;code&gt;; rm $fname&lt;/code&gt; right before &lt;code&gt;; done&lt;/code&gt; but I&amp;#8217;d be very careful that you know it works correctly before you nuke the source oggs. Besides, how hard is it to type &lt;code&gt;rm *.ogg&lt;/code&gt; after you&amp;#8217;re sure it worked? Also, you can &lt;code&gt;mkdir mp3s; mv *.mp3 mp3s/&lt;/code&gt;&lt;/p&gt;
&lt;p class="hangingindent"&gt;&lt;b&gt;rad&lt;/b&gt;: Deleted &amp;#8221; .mp3&amp;#8221; files. Re-running without the space worked perfectly.&lt;/p&gt;
&lt;p class="hangingindent"&gt;&lt;b&gt;me&lt;/b&gt;: Paste your command line plz!&lt;/p&gt;
&lt;p class="hangingindent"&gt;&lt;b&gt;rad&lt;/b&gt;: &lt;code&gt;for fname in *.ogg; do mplayer "$fname" -ao pcm:waveheader -ao pcm:file=&amp;gt;(lame - "`basename "$fname" .ogg`.mp3"); done&lt;/code&gt;&lt;br/&gt;&lt;br/&gt;I just edited out the space before &amp;#8220;.mp3&amp;#8221;. My plan: Run command on all Music files. (done) Copy all to jukebox disk. (doing now) Delete *.ogg files in jukebox. (will figure out)&lt;/p&gt;
&lt;p class="hangingindent"&gt;&lt;b&gt;me&lt;/b&gt;: That will be easy &amp;#8212; just &lt;code&gt;rm *.ogg&lt;/code&gt; when you are sure you&amp;#8217;ve converted everything properly.&lt;/p&gt;

&lt;p&gt;So there you have it &amp;#8212; the old &lt;code&gt;oggdec &lt;b&gt;[...]&lt;/b&gt; | lame &lt;b&gt;[...]&lt;/b&gt;&lt;/code&gt; method exited with errors &amp;#8212; partially because Ogg Vorbis support in LAME is deprecated, and partially because of the &amp;#8220;excess arg&amp;#8221; problem (which may be related, or completely unrelated, but at least we solved our specific problem without getting distracted debugging that particular issue). &lt;/p&gt;

&lt;p&gt;But good old reliable &lt;code&gt;mplayer&lt;/code&gt; did the trick without much fuss. It&amp;#8217;s the bomb. I used to use it &amp;#8212; from the command line &amp;#8212; as my default music (and video) player all the time back in the &amp;#8217;90s.&lt;/p&gt;

&lt;p&gt;Before any audiophiles object that my advice above is clueless, I&amp;#8217;m quite aware that MP3 compression has well-documented drawbacks compared to Ogg Vorbis (no gapless playback, so there are noticeable glitches between tracks even on seamless psychedelic concept albums; flanging at high volumes; smearing of rapid percussion sounds due to low time resolution; all sorts of horrible compression artifacts; I&amp;#8217;m not even including the Fraunhofer Institute&amp;#8217;s onerous patent-licensing restrictions, which are generally of more concern to developers than end-users) and I honestly believe that a lossless codec like FLAC is the best choice for archival purposes. But, on the other hand, my friend had a huge collection of tunes to store on an 80GB drive, and her primary concern was universal portability, so I recommended MP3 for her specific scenario with only a &lt;i&gt;twinge&lt;/i&gt; of guilt.&lt;/p&gt;

&lt;p&gt;P.S.: Paying it forward, I even went back to &lt;a href="http://thewatersandthewild.blogspot.com/2012/02/converting-ogg-to-mp3.html"&gt;the blog post&lt;/a&gt; where I found the soultion and posted a comment, amending the command line to remove the pesky whitespace in the output filename.&lt;/p&gt;</description><link>http://hotwebmatter.tumblr.com/post/35559887717</link><guid>http://hotwebmatter.tumblr.com/post/35559887717</guid><pubDate>Mon, 12 Nov 2012 07:55:00 -0500</pubDate><category>linux</category><category>ubuntu</category><category>audio</category><category>transcoding</category><category>mplayer</category><category>ogg vorbis</category><category>mp3</category></item><item><title>
JEWEL DARLING
       YOU ARE MY COVETOUS INFATUATION.. MY...</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_mclnvidyaJ1r54alro1_400.jpg"/&gt;&lt;br/&gt; Dr. David Link Wins Tony Sale Award for "LoveLetters_1.0"&lt;br/&gt;&lt;br/&gt; &lt;img src="http://24.media.tumblr.com/tumblr_mclnvidyaJ1r54alro2_400.jpg"/&gt;&lt;br/&gt; "LoveLetters_1.0" by Dr. David Link (detail)&lt;br/&gt;&lt;br/&gt; &lt;pre&gt;
&lt;a target="_blank" href="http://alpha60.de/loveletters/archive/muc/11-01-10_13-53.html"&gt;JEWEL&lt;/a&gt; &lt;a target='_blank"' href="http://alpha60.de/loveletters/archive/muc/11-01-10_13-54.html"&gt;DARLING&lt;/a&gt;
       &lt;a target="_blank" href="http://alpha60.de/loveletters/archive/muc/11-01-10_13-56.html"&gt;YOU&lt;/a&gt; &lt;a target="_blank" href="http://alpha60.de/loveletters/archive/muc/11-01-10_13-58.html"&gt;ARE&lt;/a&gt; &lt;a target="_blank" href="http://alpha60.de/loveletters/archive/muc/11-01-10_14-00.html"&gt;MY&lt;/a&gt; &lt;a target="_blank" href="http://alpha60.de/loveletters/archive/muc/11-01-10_14-02.html"&gt;COVETOUS&lt;/a&gt; &lt;a target="_blank" href="http://alpha60.de/loveletters/archive/muc/11-01-10_14-03.html"&gt;INFATUATION..&lt;/a&gt; &lt;a target="_blank" href="http://alpha60.de/loveletters/archive/muc/11-01-10_14-06.html"&gt;MY&lt;/a&gt; &lt;a target="_blank" href="http://alpha60.de/loveletters/archive/muc/11-01-10_14-08.html"&gt;LOVELY&lt;/a&gt; &lt;a target="_blank" href="http://alpha60.de/loveletters/archive/muc/11-01-10_14-09.html"&gt;INFATUATION&lt;/a&gt;
&lt;a target="_blank" href="http://alpha60.de/loveletters/archive/muc/11-01-10_14-11.html"&gt;.&lt;/a&gt; &lt;a target="_blank" href="http://alpha60.de/loveletters/archive/muc/11-01-10_14-13.html"&gt;YOU&lt;/a&gt; &lt;a target="_blank" href="http://alpha60.de/loveletters/archive/muc/11-01-10_14-15.html"&gt;ARE&lt;/a&gt; &lt;a target="_blank" href="http://alpha60.de/loveletters/archive/muc/11-01-10_14-17.html"&gt;MY&lt;/a&gt; &lt;a target="_blank" href="http://alpha60.de/loveletters/archive/muc/11-01-10_14-19.html"&gt;PRECIOUS&lt;/a&gt; &lt;a target="_blank" href="http://alpha60.de/loveletters/archive/muc/11-01-10_14-21.html"&gt;SYMPATHY.&lt;/a&gt; &lt;a target="_blank" href="http://alpha60.de/loveletters/archive/muc/11-01-10_14-24.html"&gt;MY&lt;/a&gt; &lt;a target="_blank" href="http://alpha60.de/loveletters/archive/muc/11-01-10_14-26.html"&gt;PRECIOUS&lt;/a&gt; &lt;a target="_blank" href="http://alpha60.de/loveletters/archive/muc/11-01-10_14-28.html"&gt;DESIRE&lt;/a&gt; &lt;a target="_blank" href="http://alpha60.de/loveletters/archive/muc/11-01-10_14-30.html"&gt;IMPATIENTLY&lt;/a&gt;
&lt;a target="_blank" href="http://alpha60.de/loveletters/archive/muc/11-01-10_14-32.html"&gt;ADORES&lt;/a&gt; &lt;a target="_blank" href="http://alpha60.de/loveletters/archive/muc/11-01-10_14-34.html"&gt;YOUR&lt;/a&gt; &lt;a target="_blank" href="http://alpha60.de/loveletters/archive/muc/11-01-10_14-36.html"&gt;FANCY.&lt;/a&gt; &lt;a target="_blank" href="http://alpha60.de/loveletters/archive/muc/11-01-10_14-38.html"&gt;YOU&lt;/a&gt; &lt;a target="_blank" href="http://alpha60.de/loveletters/archive/muc/11-01-10_14-40.html"&gt;ARE&lt;/a&gt; &lt;a target="_blank" href="http://alpha60.de/loveletters/archive/muc/11-01-10_14-42.html"&gt;MY&lt;/a&gt; &lt;a target="_blank" href="http://alpha60.de/loveletters/archive/muc/11-01-10_14-44.html"&gt;AVID&lt;/a&gt; &lt;a target="_blank" href="http://alpha60.de/loveletters/archive/muc/11-01-10_14-47.html"&gt;FANCY.&lt;/a&gt;
                            &lt;a target="_blank" href="http://alpha60.de/loveletters/archive/muc/11-01-10_14-49.html"&gt;YOURS&lt;/a&gt; &lt;a target="_blank" href="http://alpha60.de/loveletters/archive/muc/11-01-10_14-50.html"&gt;ARDENTLY&lt;/a&gt;
&lt;a href="http://www.i-programmer.info/history/machines/206-the-manchester-computers.html"&gt;MUC&lt;/a&gt;
&lt;/pre&gt;

&lt;p&gt;&lt;a target="_blank" href="http://www.i-programmer.info/news/82-heritage/4927-loveletters-wins-tony-sale-award.html"&gt;LoveLetters Wins Tony Sale Award&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This interactive multimedia computer art installation sends sparks across the synapse gaps between hacking, making, wordplay, programming, engineering, visual art, and historic conservation. So, yeah — it pretty much lights up my whole brain.
&lt;/p&gt;&lt;p&gt;More Information:&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://www.computerconservationsociety.org/news.htm"&gt;Computer Conservation Society&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://alpha60.de/loveletters/2009_zkm/"&gt;David Link’s webite: LoveLetters_1.0&lt;/a&gt;&lt;/p&gt;</description><link>http://hotwebmatter.tumblr.com/post/34478527839</link><guid>http://hotwebmatter.tumblr.com/post/34478527839</guid><pubDate>Sun, 28 Oct 2012 07:00:00 -0400</pubDate><category>art</category><category>interactivity</category><category>multimedia</category><category>programming</category><category>maker</category><category>hacker</category></item><item><title>corruptela:

The Actually Ugly Duckling, by pictures for sad...</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_lrn3qhx50U1qze0o2o1_500.gif"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://25.media.tumblr.com/tumblr_lrn3qhx50U1qze0o2o2_500.gif"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;p&gt;&lt;a href="http://corruptela.tumblr.com/post/10294066090/the-actually-ugly-duckling-by-pictures-for-sad" class="tumblr_blog"&gt;corruptela&lt;/a&gt;:&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;&lt;em&gt;The Actually Ugly Duckling&lt;/em&gt;, by &lt;a title="Author's website" href="http://picturesforsadchildren.com/"&gt;pictures for sad children&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Print available at &lt;a title="Product page at TopatoCo" href="http://www.topatoco.com/merchant.mvc?Screen=PROD&amp;Store_Code=TO&amp;Product_Code=PFSC-DUCKLING&amp;Category_Code=PFSC"&gt;TopatoCo&lt;/a&gt;.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Thanks, Adam Bradley, for showing me this comic.&lt;/p&gt;</description><link>http://hotwebmatter.tumblr.com/post/32594134887</link><guid>http://hotwebmatter.tumblr.com/post/32594134887</guid><pubDate>Sun, 30 Sep 2012 10:37:00 -0400</pubDate></item><item><title>h2sta:

fortune cookies</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_lgtfpfPjhs1qh31rqo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a href="http://h2sta.tumblr.com/post/3362283796/fortune-cookies" class="tumblr_blog"&gt;h2sta&lt;/a&gt;:&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;fortune cookies&lt;/p&gt;&lt;/blockquote&gt;</description><link>http://hotwebmatter.tumblr.com/post/29171030763</link><guid>http://hotwebmatter.tumblr.com/post/29171030763</guid><pubDate>Fri, 10 Aug 2012 23:33:02 -0400</pubDate><category>chain and the gang</category><category>katie greer</category><category>comix</category><category>fortune cookie prize</category></item><item><title>sampledtelevision:

ll:

NASA just landed a rover on Mars, this...</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_m8bjw1S1Vg1rc2a3to1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a class="tumblr_blog" href="http://sampledtelevision.tumblr.com/post/28823458452/ll-nasa-just-landed-a-rover-on-mars-this-is"&gt;sampledtelevision&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;a class="tumblr_blog" href="http://ll.tumblr.com/post/28820015371"&gt;ll&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;NASA just landed a rover on Mars, this is the very first picture.  This JUST happened minutes ago.&lt;/p&gt;
&lt;p&gt;1:42am EST 8/6/2012&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;

&lt;p&gt;Welcome to Mars, NASA rover.&lt;/p&gt;</description><link>http://hotwebmatter.tumblr.com/post/29056955270</link><guid>http://hotwebmatter.tumblr.com/post/29056955270</guid><pubDate>Thu, 09 Aug 2012 11:53:00 -0400</pubDate><category>nasa</category><category>mars</category><category>solar system</category><category>exploration</category><category>rover</category><category>photo</category><category>reblog</category></item><item><title>White Mystery (Shonen Knife “Pop Tune” tourmates)...</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_m8gi7yHDLk1r54alro1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;White Mystery (Shonen Knife “Pop Tune” tourmates) live at PVD Social Club on July 24, 2012.&lt;/p&gt;

&lt;p&gt;Yes, there is already another male-female drum-guitar duo with a similar two-word name. But unlike the White Stripes (a divorced couple who pretended to be brother and sister and adopted the stage name “White”), White Mystery are actually siblings — and their last name is actually White.&lt;/p&gt;</description><link>http://hotwebmatter.tumblr.com/post/29006129901</link><guid>http://hotwebmatter.tumblr.com/post/29006129901</guid><pubDate>Wed, 08 Aug 2012 17:55:09 -0400</pubDate><category>white mystery</category><category>live</category><category>music</category><category>photo</category></item><item><title>Shonen Knife live at PVD Social Club on July 24, 2012 —...</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_m8ghl2swHK1r54alro1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Shonen Knife live at PVD Social Club on July 24, 2012 — this time from stage left, with Naoko in the foreground instead of Ritsuko.&lt;/p&gt;</description><link>http://hotwebmatter.tumblr.com/post/29005197173</link><guid>http://hotwebmatter.tumblr.com/post/29005197173</guid><pubDate>Wed, 08 Aug 2012 17:41:26 -0400</pubDate><category>shonen knife</category><category>live</category><category>music</category><category>photo</category><category>glitch</category></item><item><title>Here’s another photo I took of Shonen Knife live at PVD...</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_m8gh84bXub1r54alro1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Here’s another photo I took of Shonen Knife live at PVD Social Club on July 24, 2012.&lt;/p&gt;

&lt;p&gt;People seemed to like &lt;a href="http://hotwebmatter.tumblr.com/post/28624533377/shonen-knife-at-pvd-social-club"&gt;the last image I posted&lt;/a&gt; from this show; at any rate, it’s been tumbling around the reblogosphere.&lt;/p&gt;

&lt;p&gt;Once again, the eerie glow and hypersaturated colors in this pic are not the result of digital post-processing; they’re just a by-product of the intensity of the stage lights and the limitations of my phone camera.&lt;/p&gt;</description><link>http://hotwebmatter.tumblr.com/post/29004669235</link><guid>http://hotwebmatter.tumblr.com/post/29004669235</guid><pubDate>Wed, 08 Aug 2012 17:33:39 -0400</pubDate><category>shonen knife</category><category>live</category><category>music</category><category>photo</category><category>glitch</category></item><item><title>cubestep:

hotwebmatter:

A cube in a cube in a cube.

…
in a...</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_m86fwsnj0A1r54alro1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a href="http://cubestep.tumblr.com/post/28716324199/a-cube-in-a-cube-in-a-cube" class="tumblr_blog"&gt;cubestep&lt;/a&gt;:&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;&lt;a class="tumblr_blog" href="http://hotwebmatter.tumblr.com/post/28623181856/a-cube-in-a-cube-in-a-cube"&gt;hotwebmatter&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;A cube in a cube in a cube.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;…&lt;/p&gt;
&lt;p&gt;in a cube&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;You are correct, &lt;a href="http://cubestep.tumblr.com"&gt;cubestep&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;It &lt;i&gt;is&lt;/i&gt; a &lt;i&gt;cube-in-a-cube-in-a-cube-in-a-cube.&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;I apologize for my error.&lt;/p&gt;</description><link>http://hotwebmatter.tumblr.com/post/28994998396</link><guid>http://hotwebmatter.tumblr.com/post/28994998396</guid><pubDate>Wed, 08 Aug 2012 14:56:50 -0400</pubDate></item><item><title>Quotes from Marc Klasfeld (Director):

0:34 —

“The...</title><description>&lt;iframe width="400" height="225" src="http://www.youtube.com/embed/duVWUCkT92Q?wmode=transparent&amp;autohide=1&amp;egm=0&amp;hd=1&amp;iv_load_policy=3&amp;modestbranding=1&amp;rel=0&amp;showinfo=0&amp;showsearch=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Quotes from Marc Klasfeld (Director):&lt;/p&gt;

0:34 —
&lt;blockquote&gt;
“The idea for this video is that it is a sort of slow motion bar-fight / riot as the band performs.”
&lt;/blockquote&gt;
2:26 —
&lt;blockquote&gt;
“I really wanted to do something all on slow motion for this video, and there’s always amazing YouTube videos with people getting slapped in the face, things exploding, people getting punched — and I wanted this video to be the end-all be-all of that kind of slow motion thing that people like on YouTube, so that was kind of the inspiration for it.”
&lt;/blockquote&gt;

That actually helps — before I heard the director’s explanation, I found the video extremely unsettling on several levels. Now that I know he was just pandering to the tastes of the YouTube riff-raff, I can at least try to factor out the slapstick violence, even if I can’t really enjoy it. (I’m a big fan of Failblog-style posts highlighting outrageous grammatical errors, but I’m seldom amused by the ones featuring skateboard wipeouts or testicular injuries.)</description><link>http://hotwebmatter.tumblr.com/post/28985213963</link><guid>http://hotwebmatter.tumblr.com/post/28985213963</guid><pubDate>Wed, 08 Aug 2012 11:45:00 -0400</pubDate></item></channel></rss>
