<?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>UW-Madison CS student. This is my mind palace.</description><title>Zach Thomae</title><generator>Tumblr (3.0; @zthomae)</generator><link>http://zthomae.tumblr.com/</link><item><title>gen_nocorrect</title><description>&lt;p&gt;&lt;strong&gt;gen_nocorrect:&lt;/strong&gt; A shell (written for zsh) function for turning a list of commands into nocorrect aliases.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Example input:&lt;/strong&gt;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;jsc
mplayer
ipython
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Example output:&lt;/strong&gt;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;# Aliases for nocorrect commands. Automatically generated
alias jsc="nocorrect jsc"
alias mplayer="nocorrect mplayer"
alias ipython="nocorrect ipython"
&lt;/code&gt;&lt;/pre&gt;
&lt;div class="gist"&gt;&lt;a href="https://gist.github.com/4553009" target="_blank"&gt;https://gist.github.com/4553009&lt;/a&gt;&lt;/div&gt;</description><link>http://zthomae.tumblr.com/post/40731237760</link><guid>http://zthomae.tumblr.com/post/40731237760</guid><pubDate>Wed, 16 Jan 2013 20:32:50 -0600</pubDate><category>programming</category><category>code</category><category>shell script</category><category>zsh</category></item><item><title>"[RIM] will stand alone as the only mobile solutions provider focused on IT first and the needs of..."</title><description>“[RIM] will stand alone as the only mobile solutions provider focused on IT first and the needs of users later.”&lt;br/&gt;&lt;br/&gt; - &lt;em&gt;Rob Enderle, &lt;a href="http://www.cio.com/article/724827/Why_2013_Is_RIM_s_BlackBerry_Year" target="_blank"&gt;Why 2013 Is RIM’s BlackBerry Year&lt;/a&gt;&lt;/em&gt;</description><link>http://zthomae.tumblr.com/post/39615864851</link><guid>http://zthomae.tumblr.com/post/39615864851</guid><pubDate>Thu, 03 Jan 2013 19:51:17 -0600</pubDate><category>RIM</category><category>BlackBerry</category><category>fail</category><category>tech</category></item><item><title>split_keep.py</title><description>&lt;p&gt;&lt;strong&gt;split_keep.py&lt;/strong&gt; - A simple python function for splitting a string by multiple &amp;#8220;splitters&amp;#8221;, remembering the splitter used each time.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What it does:&lt;/strong&gt; Takes a string and a list of splitters and splits the string by each of them. Basically, returns a list containing all of the splitters found in the input string, along with all of the characters found between them.&lt;/p&gt;
&lt;div class="gist"&gt;&lt;a href="https://gist.github.com/4440324" target="_blank"&gt;https://gist.github.com/4440324&lt;/a&gt;&lt;/div&gt;</description><link>http://zthomae.tumblr.com/post/39533513047</link><guid>http://zthomae.tumblr.com/post/39533513047</guid><pubDate>Wed, 02 Jan 2013 21:32:39 -0600</pubDate><category>code</category><category>python</category><category>gist</category><category>bad ideas</category></item><item><title>soundstretch.sh</title><description>&lt;p&gt;&lt;strong&gt;soundstretch.sh&lt;/strong&gt; - A silly shell script for recursively finding mp3 files and making copies that are sped up +40%.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What it does:&lt;/strong&gt; Recursively searches for &lt;code&gt;mp3&lt;/code&gt;s&lt;sup&gt;*&lt;/sup&gt; in a given &lt;code&gt;GETDIR&lt;/code&gt;, making faster copies in the same relative location in a copy of the directory tree rooted in the &lt;code&gt;PUTDIR&lt;/code&gt; specified.&lt;/p&gt;
&lt;p&gt;&lt;sup&gt;* &lt;/sup&gt;Will skip over files with the extension &lt;code&gt;.fast.mp3&lt;/code&gt;, so as to not speed songs up twice.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Key line:&lt;/strong&gt;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;find "$GETDIR"
    -type f \( -iname "*.mp3" -a ! -iname "*.fast.mp3" \)
    -exec bash -c 'convertFile "{}" "$PUTDIR" $FORCE $VERBOSE' ';'&lt;/code&gt;&lt;/pre&gt;
&lt;div class="gist"&gt;&lt;a href="https://gist.github.com/4281336" target="_blank"&gt;https://gist.github.com/4281336&lt;/a&gt;&lt;/div&gt;</description><link>http://zthomae.tumblr.com/post/38189597984</link><guid>http://zthomae.tumblr.com/post/38189597984</guid><pubDate>Mon, 17 Dec 2012 19:21:11 -0600</pubDate><category>bash</category><category>shell script</category><category>code</category><category>gist</category></item><item><title>Introducing Comparative Word Clouds</title><description>&lt;p&gt;&lt;img alt="Comparative word cloud" height="496" src="https://s3.amazonaws.com/zthomae-project-pics/cloud2.PNG" width="472"/&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What is a comparative word cloud?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Comparative word clouds are like normal word clouds, except they compare two different sources of text.&lt;/p&gt;
&lt;p&gt;&lt;!-- more --&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;How does it work?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In a normal word cloud, words only have one meaningful attribute: their size, corresponding to how many times they are used. In a comparative word cloud, words are also colored according to how predominately they appear in one source or another&amp;#8212;for example, words only appearing in one or the other might appear red or blue, with words used in both colored with shades in between. The words are loosely placed according to how relatively often they are used in the sources, to reinforce the information provided by the coloring while keeping the basic shape of a word cloud.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Why use this?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In a picture, &lt;a href="http://motherjones.tumblr.com/post/31061988631/frequency-of-climate-change-related-words-in-the" target="_blank"&gt;this&lt;/a&gt;:&lt;/p&gt;
&lt;p&gt;&lt;img height="229" src="http://25.media.tumblr.com/tumblr_m9zne6KPlM1qat9xfo1_500.jpg" width="500"/&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Has anything else like this been done before?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Yes&amp;#8212;most notably by &lt;a href="http://www.drewconway.com/zia/?p=2624" target="_blank"&gt;Drew Conway&lt;/a&gt;. Our clouds don&amp;#8217;t work in the same way&amp;#8212;he uses placement on the canvas to convey how predominately words are used in one source or another with color reinforcing it, while I do the opposite. His calculations are also done slightly differently&amp;#8212;for example, only words that are used in both articles appear, and they are sized based on their frequency only in the source where they appear most.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;How can I make these?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;As of now, there isn&amp;#8217;t an easy, plug-and-play way of making comparative word clouds. However, I have a rudimentary implementation &lt;a href="https://github.com/zthomae/d3-compcloud" target="_blank"&gt;on github&lt;/a&gt; that might give you a place to start.&lt;/p&gt;
&lt;p&gt;My implementation is forked from &lt;a href="https://github.com/jasondavies/d3-cloud" target="_blank"&gt;Jason Davies&amp;#8217; word cloud layout&lt;/a&gt; for &lt;a href="http://d3js.org" target="_blank"&gt;d3.js&lt;/a&gt;. For a good introduction to d3.js, I recommend &lt;a href="http://vimeo.com/35005701" target="_blank"&gt;this presentation by Mike Dewar&lt;/a&gt; (uploaded to Vimeo by none other than Drew Conway).&lt;/p&gt;
&lt;p&gt;Most of the implementation isn&amp;#8217;t done in the d3 layout, but a simple example of how it might be finished is given in the example.&lt;/p&gt;
&lt;p&gt;From there, this is the most important snippet, showing a very simple way of calculating the attributes of a word. After the words in each source have been counted (and common words removed), we calculate the total number of words in each source, and divide the raw count by that (or, if the word wasn&amp;#8217;t used at all, use a count of zero). Then, the &amp;#8220;size&amp;#8221; is the sum of the counts for a given word, and the &amp;#8220;difference&amp;#8221; is the difference of the usage in the first article and the second divided by the size. (Why divide by size? Well, it makes the difference a number between -1 and 1, where these each of these represent words being used completely in one article or another. Said another way, this makes the difference like a percentage that can go both ways.)&lt;/p&gt;
&lt;div class="code"&gt;
&lt;div class="syntax"&gt;
&lt;pre&gt;&lt;span class="kd"&gt;var&lt;/span&gt; &lt;span class="nx"&gt;tags&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="kd"&gt;function&lt;/span&gt; &lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;first&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="nx"&gt;second&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
		    &lt;span class="kd"&gt;var&lt;/span&gt; &lt;span class="nx"&gt;addValues&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="kd"&gt;function&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;obj&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
			    &lt;span class="kd"&gt;var&lt;/span&gt; &lt;span class="nx"&gt;sum&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="mi"&gt;0&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
				&lt;span class="nb"&gt;Object&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;keys&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;obj&lt;/span&gt;&lt;span class="p"&gt;).&lt;/span&gt;&lt;span class="nx"&gt;forEach&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="kd"&gt;function&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;i&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
				    &lt;span class="nx"&gt;sum&lt;/span&gt; &lt;span class="o"&gt;+=&lt;/span&gt; &lt;span class="nx"&gt;obj&lt;/span&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="nx"&gt;i&lt;/span&gt;&lt;span class="p"&gt;];&lt;/span&gt;
				&lt;span class="p"&gt;});&lt;/span&gt;
				&lt;span class="k"&gt;return&lt;/span&gt; &lt;span class="nx"&gt;sum&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
			&lt;span class="p"&gt;};&lt;/span&gt;
			&lt;span class="nx"&gt;words1&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nx"&gt;addValues&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;first&lt;/span&gt;&lt;span class="p"&gt;);&lt;/span&gt;
			&lt;span class="nx"&gt;words2&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nx"&gt;addValues&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;second&lt;/span&gt;&lt;span class="p"&gt;);&lt;/span&gt;
	        &lt;span class="k"&gt;return&lt;/span&gt; &lt;span class="nx"&gt;unique&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nb"&gt;Object&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;keys&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;first&lt;/span&gt;&lt;span class="p"&gt;).&lt;/span&gt;&lt;span class="nx"&gt;concat&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nb"&gt;Object&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;keys&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;second&lt;/span&gt;&lt;span class="p"&gt;))).&lt;/span&gt;&lt;span class="nx"&gt;map&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="kd"&gt;function&lt;/span&gt; &lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;w&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
		    &lt;span class="kd"&gt;var&lt;/span&gt; &lt;span class="nx"&gt;c1&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="p"&gt;((&lt;/span&gt;&lt;span class="nx"&gt;first&lt;/span&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="nx"&gt;w&lt;/span&gt;&lt;span class="p"&gt;]&lt;/span&gt; &lt;span class="o"&gt;/&lt;/span&gt; &lt;span class="nx"&gt;words1&lt;/span&gt;&lt;span class="p"&gt;))&lt;/span&gt; &lt;span class="o"&gt;||&lt;/span&gt; &lt;span class="mi"&gt;0&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
	                 &lt;span class="nx"&gt;c2&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="p"&gt;((&lt;/span&gt;&lt;span class="nx"&gt;second&lt;/span&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="nx"&gt;w&lt;/span&gt;&lt;span class="p"&gt;]&lt;/span&gt; &lt;span class="o"&gt;/&lt;/span&gt; &lt;span class="nx"&gt;words2&lt;/span&gt;&lt;span class="p"&gt;))&lt;/span&gt; &lt;span class="o"&gt;||&lt;/span&gt; &lt;span class="mi"&gt;0&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
	            &lt;span class="k"&gt;return&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
	                &lt;span class="nx"&gt;text&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="nx"&gt;w&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
	                &lt;span class="nx"&gt;size&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="nx"&gt;c1&lt;/span&gt; &lt;span class="o"&gt;+&lt;/span&gt; &lt;span class="nx"&gt;c2&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
	                &lt;span class="nx"&gt;diff&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;c1&lt;/span&gt; &lt;span class="o"&gt;-&lt;/span&gt; &lt;span class="nx"&gt;c2&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="o"&gt;/&lt;/span&gt; &lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;c1&lt;/span&gt; &lt;span class="o"&gt;+&lt;/span&gt; &lt;span class="nx"&gt;c2&lt;/span&gt;&lt;span class="p"&gt;),&lt;/span&gt;
	            &lt;span class="p"&gt;};&lt;/span&gt;
	        &lt;span class="p"&gt;});&lt;/span&gt;
	    &lt;span class="p"&gt;}(&lt;/span&gt;&lt;span class="nx"&gt;texts&lt;/span&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="mi"&gt;0&lt;/span&gt;&lt;span class="p"&gt;],&lt;/span&gt; &lt;span class="nx"&gt;texts&lt;/span&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="mi"&gt;1&lt;/span&gt;&lt;span class="p"&gt;]);&lt;/span&gt;
	    &lt;span class="nx"&gt;tags&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nx"&gt;d3&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;entries&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;tags&lt;/span&gt;&lt;span class="p"&gt;).&lt;/span&gt;&lt;span class="nx"&gt;sort&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="kd"&gt;function&lt;/span&gt; &lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;a&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="nx"&gt;b&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
	        &lt;span class="k"&gt;return&lt;/span&gt; &lt;span class="nx"&gt;b&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;value&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;size&lt;/span&gt; &lt;span class="o"&gt;-&lt;/span&gt; &lt;span class="nx"&gt;a&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;value&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;size&lt;/span&gt;
	    &lt;span class="p"&gt;}).&lt;/span&gt;&lt;span class="nx"&gt;slice&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="mi"&gt;0&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="mi"&gt;51&lt;/span&gt;&lt;span class="p"&gt;);&lt;/span&gt;
	    &lt;span class="kd"&gt;var&lt;/span&gt; &lt;span class="nx"&gt;max&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nx"&gt;tags&lt;/span&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="mi"&gt;0&lt;/span&gt;&lt;span class="p"&gt;].&lt;/span&gt;&lt;span class="nx"&gt;value&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;size&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
	    &lt;span class="nx"&gt;tags&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;forEach&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="kd"&gt;function&lt;/span&gt; &lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;d&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
	        &lt;span class="nx"&gt;d&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;key&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nx"&gt;cases&lt;/span&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="nx"&gt;d&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;key&lt;/span&gt;&lt;span class="p"&gt;];&lt;/span&gt;
	        &lt;span class="nx"&gt;d&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;value&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;size&lt;/span&gt; &lt;span class="o"&gt;/=&lt;/span&gt; &lt;span class="nx"&gt;max&lt;/span&gt;
	    &lt;span class="p"&gt;});&lt;/span&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;Any questions? Feel free to &lt;a href="mailto:zthomae@gmail.com" target="_blank"&gt;email me&lt;/a&gt; or &lt;a href="http://zthomae.tumblr.com/ask" target="_blank"&gt;ask me anything&lt;/a&gt;. You also might want to &lt;a href="http://twitter.com/zthomae" target="_blank"&gt;follow me on Twitter&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Disclaimer: Since this is a word cloud, &lt;a href="http://www.niemanlab.org/2011/10/word-clouds-considered-harmful/" target="_blank"&gt;it isn&amp;#8217;t the most sophisticated visualization tool you can find&lt;/a&gt;&amp;#8212;it&amp;#8217;s still more of a commodity visualization technique than anything else. It still has all of the problems of other word clouds, especially in being best suited for those who already have some understanding of what the sources are about.&lt;/strong&gt;&lt;/p&gt;</description><link>http://zthomae.tumblr.com/post/31121181123</link><guid>http://zthomae.tumblr.com/post/31121181123</guid><pubDate>Sat, 08 Sep 2012 08:44:00 -0500</pubDate><category>word clouds</category><category>charts</category><category>code</category><category>visualization</category><category>data</category></item><item><title>Everything about this, from the twitter bird tweeting a dislike...</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_m9hasjgVq41rs8m1oo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Everything about this, from the twitter bird tweeting a dislike button to the phrase “ethically icky,” is awesome. &lt;a href="http://instagr.am/p/O4dpMKRLCg/" target="_blank"&gt;http://instagr.am/p/O4dpMKRLCg/&lt;/a&gt;&lt;/p&gt;</description><link>http://zthomae.tumblr.com/post/30398334068</link><guid>http://zthomae.tumblr.com/post/30398334068</guid><pubDate>Tue, 28 Aug 2012 13:45:52 -0500</pubDate></item><item><title>Batman and the Bomb</title><description>&lt;p&gt;&lt;strong&gt;WARNING: This post is about a major spoiler for The Dark Knight Rises.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;!-- more --&gt;&lt;/p&gt;
&lt;p&gt;How far away from Gotham would Batman have to have taken the bomb to stay out of the blast radius?&lt;/p&gt;
&lt;p&gt;Using New York as a model (which is fair&amp;#8230;) he would&amp;#8217;ve had to have put it about here:&lt;/p&gt;
&lt;p&gt;&lt;img height="531" src="http://i.imgur.com/LGTK5.png" width="616"/&gt;&lt;/p&gt;
&lt;p&gt;You can play along &lt;a href="http://nuclearsecrecy.com/nukemap/?lat=40.35215539078038&amp;amp;lng=-73.65792708740236&amp;amp;zm=9&amp;amp;kt=5000" target="_blank"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Some notes:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;The air blast radius would be about 7.63 miles, but the thermal radiation radius would be about 14 miles. Since third-degree burns are really bad (an understatement), I used the thermal radiation radius to place the bomb.&lt;/li&gt;
&lt;li&gt;Getting the bomb out here is difficult. The Bat would have to be much faster than any helicopter in existence, for sure. (The &lt;a href="http://gizmodo.com/5659576/watch-the-sikorsky-x2-breaking-the-worlds-helicopter-speed-record" target="_blank"&gt;fastest helicopter in the world&lt;/a&gt; can travel about 5 miles per minute, for comparison.)&lt;/li&gt;
&lt;/ul&gt;</description><link>http://zthomae.tumblr.com/post/27619341601</link><guid>http://zthomae.tumblr.com/post/27619341601</guid><pubDate>Fri, 20 Jul 2012 04:44:28 -0500</pubDate><category>dark knight rises</category><category>nuclear bomb</category><category>helicopter</category><category>new york city</category></item><item><title>Lady gaga fugue on guitar (by matthewguitars)</title><description>&lt;iframe width="400" height="225" src="http://www.youtube.com/embed/rqb84E9XqjU?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;Lady gaga fugue on guitar (by &lt;a href="http://www.youtube.com/watch?v=rqb84E9XqjU&amp;feature=share" target="_blank"&gt;matthewguitars&lt;/a&gt;)&lt;/p&gt;</description><link>http://zthomae.tumblr.com/post/26807340208</link><guid>http://zthomae.tumblr.com/post/26807340208</guid><pubDate>Sun, 08 Jul 2012 22:18:12 -0500</pubDate></item><item><title>11 Days of Mozart: The most popular composers on WPR, updated</title><description>&lt;p&gt;I updated my script to take start/end dates and a number of composers to print results for as (optional) arguments from the command line, and wrapped the functionality inside a class.&lt;/p&gt;
&lt;p&gt;To test it out, I made it fetch data going back to the first day I could find archives for, May 12th, 2010. The results are similar to &lt;a href="http://zthomae.tumblr.com/post/26311226094/who-are-the-most-popular-composers-on-wpr" target="_blank"&gt;the results for this year&lt;/a&gt;, with more shifting at the bottom of the list.&lt;/p&gt;
&lt;p&gt;Results:&lt;/p&gt;
&lt;p&gt;&lt;!-- more --&gt;&lt;/p&gt;
&lt;ol&gt;&lt;li&gt;Wolfgang Amadeus Mozart: 953572 seconds&lt;/li&gt;
&lt;li&gt;Ludwig van Beethoven: 650857 seconds&lt;/li&gt;
&lt;li&gt;Franz Joseph Haydn: 597224 seconds&lt;/li&gt;
&lt;li&gt;Johann Sebastian Bach: 505043 seconds&lt;/li&gt;
&lt;li&gt;Antonin Dvorak: 385224 seconds&lt;/li&gt;
&lt;li&gt;Johannes Brahms: 384967 seconds&lt;/li&gt;
&lt;li&gt;Franz Schubert: 353319 seconds&lt;/li&gt;
&lt;li&gt;Peter Ilyich Tchaikovsky: 336718 seconds&lt;/li&gt;
&lt;li&gt;George Frederich Handel: 333560 seconds&lt;/li&gt;
&lt;li&gt;Felix Mendelssohn: 288508 seconds&lt;/li&gt;
&lt;li&gt;Robert Schumann: 239454 seconds&lt;/li&gt;
&lt;li&gt;Antonio Vivaldi: 202499 seconds&lt;/li&gt;
&lt;li&gt;Frederic Chopin: 194942 seconds&lt;/li&gt;
&lt;li&gt;Camille Saint-Saens: 167783 seconds&lt;/li&gt;
&lt;li&gt;Sergei Rachmaninoff: 165387 seconds&lt;/li&gt;
&lt;li&gt;Richard Strauss: 163767 seconds&lt;/li&gt;
&lt;li&gt;Maurice Ravel: 156930 seconds&lt;/li&gt;
&lt;li&gt;Claude Debussy: 155820 seconds&lt;/li&gt;
&lt;li&gt;Edward Elgar: 155643 seconds&lt;/li&gt;
&lt;li&gt;Jean Sibelius: 150540 seconds&lt;/li&gt;
&lt;li&gt;Georg Philipp Telemann: 134558 seconds&lt;/li&gt;
&lt;li&gt;Luigi Boccherini: 132601 seconds&lt;/li&gt;
&lt;li&gt;Ralph Vaughan Williams: 127123 seconds&lt;/li&gt;
&lt;li&gt;Aaron Copland: 119691 seconds&lt;/li&gt;
&lt;li&gt;Edvard Grieg: 118143 seconds&lt;/li&gt;
&lt;li&gt;Gustav Mahler: 116837 seconds&lt;/li&gt;
&lt;li&gt;Gioacchino Rossini: 113339 seconds&lt;/li&gt;
&lt;li&gt;Franz Liszt: 112802 seconds&lt;/li&gt;
&lt;li&gt;Ottorino Respighi: 109616 seconds&lt;/li&gt;
&lt;li&gt;Sergei Prokofiev: 107547 seconds&lt;/li&gt;
&lt;li&gt;Dmitri Shostakovich: 98440 seconds&lt;/li&gt;
&lt;li&gt;Giuseppe Verdi: 95818 seconds&lt;/li&gt;
&lt;li&gt;Nikolai Rimsky-Korsakov: 90403 seconds&lt;/li&gt;
&lt;li&gt;Hector Berlioz: 89517 seconds&lt;/li&gt;
&lt;li&gt;Gabriel Faure: 83087 seconds&lt;/li&gt;
&lt;li&gt;Carl Maria Von Weber: 80124 seconds&lt;/li&gt;
&lt;li&gt;Max Bruch: 79516 seconds&lt;/li&gt;
&lt;li&gt;Igor Stravinsky: 77808 seconds&lt;/li&gt;
&lt;li&gt;Richard Wagner: 77284 seconds&lt;/li&gt;
&lt;li&gt;Louis Spohr: 76933 seconds&lt;/li&gt;
&lt;li&gt;Carl Philipp Emanuel Bach: 74636 seconds&lt;/li&gt;
&lt;li&gt;Bedrich Smetana: 74151 seconds&lt;/li&gt;
&lt;li&gt;Henry Purcell: 72311 seconds&lt;/li&gt;
&lt;li&gt;Georges Bizet: 70632 seconds&lt;/li&gt;
&lt;li&gt;Johann Christian Bach: 68189 seconds&lt;/li&gt;
&lt;li&gt;George Gershwin: 63948 seconds&lt;/li&gt;
&lt;li&gt;Frederick Delius: 62307 seconds&lt;/li&gt;
&lt;li&gt;Joaquin Rodrigo: 61184 seconds&lt;/li&gt;
&lt;li&gt;Arcangelo Corelli: 59189 seconds&lt;/li&gt;
&lt;li&gt;Alexander Borodin: 58209 seconds&lt;/li&gt;
&lt;/ol&gt;&lt;p&gt;Chart:&lt;/p&gt;
&lt;p&gt;&lt;img height="445" src="http://i.imgur.com/89lZe.png" width="634"/&gt;&lt;/p&gt;
&lt;p&gt;Full code:&lt;/p&gt;
&lt;div class="code"&gt;
&lt;div class="syntax"&gt;
&lt;pre&gt;&lt;span class="nb"&gt;require&lt;/span&gt; &lt;span class="s1"&gt;'date'&lt;/span&gt;
&lt;span class="nb"&gt;require&lt;/span&gt; &lt;span class="s1"&gt;'optparse'&lt;/span&gt;
&lt;span class="nb"&gt;require&lt;/span&gt; &lt;span class="s1"&gt;'ostruct'&lt;/span&gt;
&lt;span class="nb"&gt;require&lt;/span&gt; &lt;span class="s1"&gt;'mechanize'&lt;/span&gt;
&lt;span class="nb"&gt;require&lt;/span&gt; &lt;span class="s1"&gt;'open-uri'&lt;/span&gt;
&lt;span class="nb"&gt;require&lt;/span&gt; &lt;span class="s1"&gt;'gnuplot'&lt;/span&gt;

&lt;span class="k"&gt;class&lt;/span&gt; &lt;span class="nc"&gt;WPRCrawl&lt;/span&gt;

  &lt;span class="k"&gt;def&lt;/span&gt; &lt;span class="nc"&gt;self&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;parse&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;args&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
	&lt;span class="n"&gt;options&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="no"&gt;OpenStruct&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;new&lt;/span&gt;
	&lt;span class="n"&gt;options&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;starting&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="o"&gt;[&lt;/span&gt;&lt;span class="no"&gt;Date&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;today&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;year&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="mi"&gt;1&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="mi"&gt;1&lt;/span&gt;&lt;span class="o"&gt;]&lt;/span&gt;
	&lt;span class="n"&gt;options&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;ending&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="o"&gt;[&lt;/span&gt;&lt;span class="no"&gt;Date&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;today&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;year&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="no"&gt;Date&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;today&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;month&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="no"&gt;Date&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;today&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;day&lt;/span&gt;&lt;span class="o"&gt;]&lt;/span&gt;
	&lt;span class="n"&gt;options&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;composers&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="mi"&gt;50&lt;/span&gt;
	&lt;span class="n"&gt;opts&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="no"&gt;OptionParser&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;new&lt;/span&gt; &lt;span class="k"&gt;do&lt;/span&gt; &lt;span class="o"&gt;|&lt;/span&gt;&lt;span class="n"&gt;opts&lt;/span&gt;&lt;span class="o"&gt;|&lt;/span&gt;
	  &lt;span class="n"&gt;opts&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;banner&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="s2"&gt;"Usage: wpr.rb [options]"&lt;/span&gt;
	  &lt;span class="n"&gt;opts&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;separator&lt;/span&gt; &lt;span class="s2"&gt;""&lt;/span&gt;
	  &lt;span class="n"&gt;opts&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;separator&lt;/span&gt; &lt;span class="s2"&gt;"Specific options:"&lt;/span&gt;
	  
      &lt;span class="n"&gt;opts&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;on_head&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="s2"&gt;"-h"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="s2"&gt;"--help"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="s2"&gt;"Show this message"&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="k"&gt;do&lt;/span&gt;
        &lt;span class="nb"&gt;puts&lt;/span&gt; &lt;span class="n"&gt;opts&lt;/span&gt;
        &lt;span class="nb"&gt;exit&lt;/span&gt;
      &lt;span class="k"&gt;end&lt;/span&gt;
      
	  &lt;span class="n"&gt;opts&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;on&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="s2"&gt;"-s"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="s2"&gt;"--start-date YYYY,mm,dd"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="nb"&gt;Array&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
	          &lt;span class="s2"&gt;"Starting date for search"&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="k"&gt;do&lt;/span&gt; &lt;span class="o"&gt;|&lt;/span&gt;&lt;span class="n"&gt;date&lt;/span&gt;&lt;span class="o"&gt;|&lt;/span&gt;
	      &lt;span class="n"&gt;options&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;starting&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="n"&gt;date&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;collect&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt; &lt;span class="o"&gt;|&lt;/span&gt;&lt;span class="n"&gt;x&lt;/span&gt;&lt;span class="o"&gt;|&lt;/span&gt; &lt;span class="n"&gt;x&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;to_i&lt;/span&gt; &lt;span class="p"&gt;}&lt;/span&gt;
	  &lt;span class="k"&gt;end&lt;/span&gt;
	    
	  &lt;span class="n"&gt;opts&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;on&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="s2"&gt;"-e"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="s2"&gt;"--end-date YYYY,mm,dd"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="nb"&gt;Array&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
	          &lt;span class="s2"&gt;"Ending date for search"&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="k"&gt;do&lt;/span&gt; &lt;span class="o"&gt;|&lt;/span&gt;&lt;span class="n"&gt;date&lt;/span&gt;&lt;span class="o"&gt;|&lt;/span&gt;
	      &lt;span class="n"&gt;options&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;ending&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="n"&gt;date&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;collect&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt; &lt;span class="o"&gt;|&lt;/span&gt;&lt;span class="n"&gt;x&lt;/span&gt;&lt;span class="o"&gt;|&lt;/span&gt; &lt;span class="n"&gt;x&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;to_i&lt;/span&gt; &lt;span class="p"&gt;}&lt;/span&gt;
	  &lt;span class="k"&gt;end&lt;/span&gt;
	  
	  &lt;span class="n"&gt;opts&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;on&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="s2"&gt;"-c"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="s2"&gt;"--number-composers count"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="nb"&gt;Integer&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
	          &lt;span class="s2"&gt;"Number of composers to print data for"&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="k"&gt;do&lt;/span&gt; &lt;span class="o"&gt;|&lt;/span&gt;&lt;span class="n"&gt;count&lt;/span&gt;&lt;span class="o"&gt;|&lt;/span&gt;
	    &lt;span class="n"&gt;options&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;composers&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="n"&gt;count&lt;/span&gt;
	  &lt;span class="k"&gt;end&lt;/span&gt;
	&lt;span class="k"&gt;end&lt;/span&gt;
    
    &lt;span class="n"&gt;opts&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;parse!&lt;/span&gt;
	&lt;span class="n"&gt;options&lt;/span&gt;
  &lt;span class="k"&gt;end&lt;/span&gt;
  
  &lt;span class="k"&gt;def&lt;/span&gt; &lt;span class="nc"&gt;self&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;get&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;options&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
    &lt;span class="n"&gt;d&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="no"&gt;Date&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;new&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="o"&gt;*&lt;/span&gt;&lt;span class="n"&gt;options&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;starting&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
    &lt;span class="n"&gt;e&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="no"&gt;Date&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;new&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="o"&gt;*&lt;/span&gt;&lt;span class="n"&gt;options&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;ending&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
    &lt;span class="n"&gt;count&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="n"&gt;options&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;composers&lt;/span&gt;
    &lt;span class="nb"&gt;puts&lt;/span&gt; &lt;span class="s2"&gt;"Top "&lt;/span&gt; &lt;span class="o"&gt;+&lt;/span&gt; &lt;span class="n"&gt;count&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;to_s&lt;/span&gt; &lt;span class="o"&gt;+&lt;/span&gt; &lt;span class="s2"&gt;" composers from "&lt;/span&gt; &lt;span class="o"&gt;+&lt;/span&gt; &lt;span class="n"&gt;d&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;to_s&lt;/span&gt; &lt;span class="o"&gt;+&lt;/span&gt; &lt;span class="s2"&gt;" to "&lt;/span&gt; &lt;span class="o"&gt;+&lt;/span&gt; &lt;span class="n"&gt;e&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;to_s&lt;/span&gt; &lt;span class="o"&gt;+&lt;/span&gt; &lt;span class="s2"&gt;":"&lt;/span&gt;
	&lt;span class="n"&gt;url&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="s2"&gt;"http://wpr.org/guts/playlists/DisplayPlaylistByDate.cfm?date="&lt;/span&gt;
	&lt;span class="n"&gt;date_format&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="s2"&gt;"%Y-%m-%d"&lt;/span&gt;
	&lt;span class="n"&gt;agent&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="no"&gt;Mechanize&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;new&lt;/span&gt;
	&lt;span class="n"&gt;composers&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="no"&gt;Hash&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;new&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="mi"&gt;0&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
	
	&lt;span class="k"&gt;while&lt;/span&gt; &lt;span class="n"&gt;d&lt;/span&gt; &lt;span class="o"&gt;&amp;lt;&lt;/span&gt; &lt;span class="n"&gt;e&lt;/span&gt; &lt;span class="k"&gt;do&lt;/span&gt;
	  &lt;span class="n"&gt;results&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="n"&gt;agent&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;get&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;url&lt;/span&gt; &lt;span class="o"&gt;+&lt;/span&gt; &lt;span class="n"&gt;d&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;strftime&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;date_format&lt;/span&gt;&lt;span class="p"&gt;))&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;search&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="s2"&gt;"//tr[@valign]"&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
	  &lt;span class="n"&gt;results&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;each&lt;/span&gt; &lt;span class="k"&gt;do&lt;/span&gt; &lt;span class="o"&gt;|&lt;/span&gt;&lt;span class="n"&gt;r&lt;/span&gt;&lt;span class="o"&gt;|&lt;/span&gt;
		&lt;span class="n"&gt;composer&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="n"&gt;r&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;children&lt;/span&gt;&lt;span class="o"&gt;[&lt;/span&gt;&lt;span class="mi"&gt;2&lt;/span&gt;&lt;span class="o"&gt;].&lt;/span&gt;&lt;span class="n"&gt;content&lt;/span&gt;
		&lt;span class="k"&gt;if&lt;/span&gt; &lt;span class="o"&gt;!&lt;/span&gt;&lt;span class="n"&gt;composer&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;empty?&lt;/span&gt;
		  &lt;span class="n"&gt;time&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="n"&gt;r&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;children&lt;/span&gt;&lt;span class="o"&gt;[&lt;/span&gt;&lt;span class="mi"&gt;6&lt;/span&gt;&lt;span class="o"&gt;].&lt;/span&gt;&lt;span class="n"&gt;content&lt;/span&gt;
		  &lt;span class="n"&gt;duration&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="n"&gt;time&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;split&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="s2"&gt;":"&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;&lt;span class="o"&gt;[&lt;/span&gt;&lt;span class="mi"&gt;0&lt;/span&gt;&lt;span class="o"&gt;].&lt;/span&gt;&lt;span class="n"&gt;to_i&lt;/span&gt;&lt;span class="o"&gt;*&lt;/span&gt;&lt;span class="mi"&gt;60&lt;/span&gt;&lt;span class="o"&gt;+&lt;/span&gt;&lt;span class="n"&gt;time&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;split&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="s2"&gt;":"&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;&lt;span class="o"&gt;[&lt;/span&gt;&lt;span class="mi"&gt;1&lt;/span&gt;&lt;span class="o"&gt;].&lt;/span&gt;&lt;span class="n"&gt;to_i&lt;/span&gt;
		  &lt;span class="n"&gt;composers&lt;/span&gt;&lt;span class="o"&gt;[&lt;/span&gt;&lt;span class="n"&gt;composer&lt;/span&gt;&lt;span class="o"&gt;]&lt;/span&gt; &lt;span class="o"&gt;+=&lt;/span&gt; &lt;span class="n"&gt;duration&lt;/span&gt;
		&lt;span class="k"&gt;end&lt;/span&gt;
	  &lt;span class="k"&gt;end&lt;/span&gt;
	  &lt;span class="n"&gt;d&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="n"&gt;d&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;next_day&lt;/span&gt;
	&lt;span class="k"&gt;end&lt;/span&gt;
	
	&lt;span class="n"&gt;count&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="n"&gt;composers&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;size&lt;/span&gt; &lt;span class="k"&gt;if&lt;/span&gt; &lt;span class="n"&gt;count&lt;/span&gt; &lt;span class="o"&gt;&amp;gt;&lt;/span&gt; &lt;span class="n"&gt;composers&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;size&lt;/span&gt;
	&lt;span class="n"&gt;composers&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;sort_by&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="o"&gt;|&lt;/span&gt;&lt;span class="n"&gt;k&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="n"&gt;v&lt;/span&gt;&lt;span class="o"&gt;|&lt;/span&gt; &lt;span class="n"&gt;v&lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;reverse&lt;/span&gt;&lt;span class="o"&gt;[&lt;/span&gt;&lt;span class="mi"&gt;0&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;.count&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="mi"&gt;1&lt;/span&gt;&lt;span class="o"&gt;].&lt;/span&gt;&lt;span class="n"&gt;each&lt;/span&gt; &lt;span class="k"&gt;do&lt;/span&gt; &lt;span class="o"&gt;|&lt;/span&gt;&lt;span class="n"&gt;k&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="n"&gt;v&lt;/span&gt;&lt;span class="o"&gt;|&lt;/span&gt;
	  &lt;span class="nb"&gt;puts&lt;/span&gt; &lt;span class="n"&gt;k&lt;/span&gt; &lt;span class="o"&gt;+&lt;/span&gt; &lt;span class="s2"&gt;": "&lt;/span&gt; &lt;span class="o"&gt;+&lt;/span&gt; &lt;span class="n"&gt;v&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;to_s&lt;/span&gt; &lt;span class="o"&gt;+&lt;/span&gt; &lt;span class="s2"&gt;" seconds"&lt;/span&gt;
	&lt;span class="k"&gt;end&lt;/span&gt;
	
	&lt;span class="no"&gt;Gnuplot&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;open&lt;/span&gt; &lt;span class="k"&gt;do&lt;/span&gt; &lt;span class="o"&gt;|&lt;/span&gt;&lt;span class="n"&gt;gp&lt;/span&gt;&lt;span class="o"&gt;|&lt;/span&gt;
	  &lt;span class="no"&gt;Gnuplot&lt;/span&gt;&lt;span class="o"&gt;::&lt;/span&gt;&lt;span class="no"&gt;Plot&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;new&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt; &lt;span class="n"&gt;gp&lt;/span&gt; &lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="k"&gt;do&lt;/span&gt; &lt;span class="o"&gt;|&lt;/span&gt;&lt;span class="n"&gt;plot&lt;/span&gt;&lt;span class="o"&gt;|&lt;/span&gt;
		&lt;span class="n"&gt;plot&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;title&lt;/span&gt; &lt;span class="s2"&gt;"Classical composers - WPR"&lt;/span&gt;
		&lt;span class="n"&gt;plot&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;ylabel&lt;/span&gt; &lt;span class="s2"&gt;"seconds"&lt;/span&gt;
		&lt;span class="n"&gt;plot&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;xlabel&lt;/span&gt; &lt;span class="s2"&gt;"rank"&lt;/span&gt;
	
		&lt;span class="n"&gt;x&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="mi"&gt;1&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;.count&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;collect&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt; &lt;span class="o"&gt;|&lt;/span&gt;&lt;span class="n"&gt;x&lt;/span&gt;&lt;span class="o"&gt;|&lt;/span&gt; &lt;span class="n"&gt;x&lt;/span&gt; &lt;span class="p"&gt;}&lt;/span&gt;
		&lt;span class="n"&gt;y&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="n"&gt;composers&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;sort_by&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="o"&gt;|&lt;/span&gt;&lt;span class="n"&gt;k&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="n"&gt;v&lt;/span&gt;&lt;span class="o"&gt;|&lt;/span&gt; &lt;span class="n"&gt;v&lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;reverse&lt;/span&gt;&lt;span class="o"&gt;[&lt;/span&gt;&lt;span class="mi"&gt;0&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;.count&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="mi"&gt;1&lt;/span&gt;&lt;span class="o"&gt;].&lt;/span&gt;&lt;span class="n"&gt;collect&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt; &lt;span class="o"&gt;|&lt;/span&gt;&lt;span class="n"&gt;k&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="n"&gt;v&lt;/span&gt;&lt;span class="o"&gt;|&lt;/span&gt; &lt;span class="n"&gt;v&lt;/span&gt; &lt;span class="p"&gt;}&lt;/span&gt;
	
		&lt;span class="n"&gt;plot&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;data&lt;/span&gt; &lt;span class="o"&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class="no"&gt;Gnuplot&lt;/span&gt;&lt;span class="o"&gt;::&lt;/span&gt;&lt;span class="no"&gt;DataSet&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;new&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt; &lt;span class="o"&gt;[&lt;/span&gt;&lt;span class="n"&gt;x&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;y&lt;/span&gt;&lt;span class="o"&gt;]&lt;/span&gt; &lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="k"&gt;do&lt;/span&gt; &lt;span class="o"&gt;|&lt;/span&gt;&lt;span class="n"&gt;ds&lt;/span&gt;&lt;span class="o"&gt;|&lt;/span&gt;
		  &lt;span class="n"&gt;ds&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;with&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="s2"&gt;"linespoints"&lt;/span&gt;
		  &lt;span class="n"&gt;ds&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;notitle&lt;/span&gt;
		&lt;span class="k"&gt;end&lt;/span&gt;
	  &lt;span class="k"&gt;end&lt;/span&gt;
	&lt;span class="k"&gt;end&lt;/span&gt;
  &lt;span class="k"&gt;end&lt;/span&gt;
&lt;span class="k"&gt;end&lt;/span&gt;

&lt;span class="n"&gt;options&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="no"&gt;WPRCrawl&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;parse&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="no"&gt;ARGV&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;span class="no"&gt;WPRPCrawl&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;get&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;options&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;</description><link>http://zthomae.tumblr.com/post/26790100222</link><guid>http://zthomae.tumblr.com/post/26790100222</guid><pubDate>Sun, 08 Jul 2012 17:46:00 -0500</pubDate><category>wisconsin</category><category>public radio</category><category>classical music</category><category>mozart</category><category>ruby</category><category>code</category></item><item><title>The bookstore goes meta http://instagr.am/p/Mq63gAxLDa/</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_m6ni2z3Wmq1rs8m1oo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;The bookstore goes meta &lt;a href="http://instagr.am/p/Mq63gAxLDa/" target="_blank"&gt;http://instagr.am/p/Mq63gAxLDa/&lt;/a&gt;&lt;/p&gt;</description><link>http://zthomae.tumblr.com/post/26507744081</link><guid>http://zthomae.tumblr.com/post/26507744081</guid><pubDate>Wed, 04 Jul 2012 14:28:11 -0500</pubDate></item><item><title>I plotted the data from this post. Very much a power law...</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_m6jw4oOB2i1rs8m1oo1_500.png"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;I plotted the data from &lt;a href="http://zthomae.tumblr.com/post/26311226094/who-are-the-most-popular-composers-on-wpr" target="_blank"&gt;this post&lt;/a&gt;. Very much a power law graph.&lt;/p&gt;
&lt;p&gt;Relevant code snippet:&lt;/p&gt;
&lt;div class="code"&gt;
&lt;div class="hlcode"&gt;
&lt;div class="syntax"&gt;
&lt;pre&gt;&lt;span class="no"&gt;Gnuplot&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;open&lt;/span&gt; &lt;span class="k"&gt;do&lt;/span&gt; &lt;span class="o"&gt;|&lt;/span&gt;&lt;span class="n"&gt;gp&lt;/span&gt;&lt;span class="o"&gt;|&lt;/span&gt;
  &lt;span class="no"&gt;Gnuplot&lt;/span&gt;&lt;span class="o"&gt;::&lt;/span&gt;&lt;span class="no"&gt;Plot&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;new&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt; &lt;span class="n"&gt;gp&lt;/span&gt; &lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="k"&gt;do&lt;/span&gt; &lt;span class="o"&gt;|&lt;/span&gt;&lt;span class="n"&gt;plot&lt;/span&gt;&lt;span class="o"&gt;|&lt;/span&gt;

    &lt;span class="n"&gt;plot&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;title&lt;/span&gt; &lt;span class="s2"&gt;"Classical composers - WPR"&lt;/span&gt;
    &lt;span class="n"&gt;plot&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;ylabel&lt;/span&gt; &lt;span class="s2"&gt;"seconds"&lt;/span&gt;
    &lt;span class="n"&gt;plot&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;xlabel&lt;/span&gt; &lt;span class="s2"&gt;"rank"&lt;/span&gt;

    &lt;span class="n"&gt;x&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="mi"&gt;1&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;.&lt;/span&gt;&lt;span class="mi"&gt;50&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;collect&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt; &lt;span class="o"&gt;|&lt;/span&gt;&lt;span class="n"&gt;x&lt;/span&gt;&lt;span class="o"&gt;|&lt;/span&gt; &lt;span class="n"&gt;x&lt;/span&gt; &lt;span class="p"&gt;}&lt;/span&gt;

    &lt;span class="n"&gt;y&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="n"&gt;composers&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;sort_by&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="o"&gt;|&lt;/span&gt;&lt;span class="n"&gt;k&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="n"&gt;v&lt;/span&gt;&lt;span class="o"&gt;|&lt;/span&gt; &lt;span class="n"&gt;v&lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;reverse&lt;/span&gt;&lt;span class="o"&gt;[&lt;/span&gt;&lt;span class="mi"&gt;0&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;.&lt;/span&gt;&lt;span class="mi"&gt;50&lt;/span&gt;&lt;span class="o"&gt;].&lt;/span&gt;&lt;span class="n"&gt;collect&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt; &lt;span class="o"&gt;|&lt;/span&gt;&lt;span class="n"&gt;k&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="n"&gt;v&lt;/span&gt;&lt;span class="o"&gt;|&lt;/span&gt; &lt;span class="n"&gt;v&lt;/span&gt; &lt;span class="p"&gt;}&lt;/span&gt;

    &lt;span class="n"&gt;plot&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;data&lt;/span&gt; &lt;span class="o"&gt;&lt;&lt;&lt;/span&gt; &lt;span class="no"&gt;Gnuplot&lt;/span&gt;&lt;span class="o"&gt;::&lt;/span&gt;&lt;span class="no"&gt;DataSet&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;new&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt; &lt;span class="o"&gt;[&lt;/span&gt;&lt;span class="n"&gt;x&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;y&lt;/span&gt;&lt;span class="o"&gt;]&lt;/span&gt; &lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="k"&gt;do&lt;/span&gt; &lt;span class="o"&gt;|&lt;/span&gt;&lt;span class="n"&gt;ds&lt;/span&gt;&lt;span class="o"&gt;|&lt;/span&gt;

      &lt;span class="n"&gt;ds&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;with&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="s2"&gt;"linespoints"&lt;/span&gt;
      &lt;span class="n"&gt;ds&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;notitle&lt;/span&gt;
    &lt;span class="k"&gt;end&lt;/span&gt;

  &lt;span class="k"&gt;end&lt;/span&gt;
&lt;span class="k"&gt;end&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;Based on code found &lt;a href="http://rgplot.rubyforge.org/" target="_blank"&gt;here&lt;/a&gt;.&lt;/p&gt;</description><link>http://zthomae.tumblr.com/post/26368127724</link><guid>http://zthomae.tumblr.com/post/26368127724</guid><pubDate>Mon, 02 Jul 2012 15:41:12 -0500</pubDate><category>classical music</category><category>composers</category><category>wisconsin</category><category>wisconsin public radio</category><category>charts</category><category>graphs</category><category>code</category><category>ruby</category></item><item><title>Who are the most popular composers on WPR?</title><description>&lt;p&gt;&lt;strong&gt;Question: Which composers are played most on the &lt;a href="http://wpr.org/music/" target="_blank"&gt;NPR News and Classical network on WPR&lt;/a&gt;, and how much playtime do they get?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Here&amp;#8217;s a rough draft of some code to find the top 50 most played composers (by total piece duration) for 2012. It does nothing fancy (it doesn&amp;#8217;t even convert the raw number of seconds into something more human-friendly), but it gave me an answer.&lt;/p&gt;
&lt;div class="code"&gt;
&lt;div class="syntax"&gt;
&lt;pre&gt;&lt;span class="nb"&gt;require&lt;/span&gt; &lt;span class="s1"&gt;'date'&lt;/span&gt;
&lt;span class="nb"&gt;require&lt;/span&gt; &lt;span class="s1"&gt;'mechanize'&lt;/span&gt;
&lt;span class="nb"&gt;require&lt;/span&gt; &lt;span class="s1"&gt;'open-uri'&lt;/span&gt;

&lt;span class="n"&gt;d&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="no"&gt;Date&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;new&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="mi"&gt;2012&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="mi"&gt;1&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="mi"&gt;1&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;span class="n"&gt;url&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="s2"&gt;"http://wpr.org/guts/playlists/DisplayPlaylistByDate.cfm?date="&lt;/span&gt;
&lt;span class="n"&gt;date_format&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="s2"&gt;"%Y-%m-%d"&lt;/span&gt;
&lt;span class="n"&gt;today&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="no"&gt;Date&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;today&lt;/span&gt;
&lt;span class="n"&gt;agent&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="no"&gt;Mechanize&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;new&lt;/span&gt;
&lt;span class="n"&gt;composers&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="no"&gt;Hash&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;new&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="mi"&gt;0&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;

&lt;span class="k"&gt;while&lt;/span&gt; &lt;span class="n"&gt;d&lt;/span&gt; &lt;span class="o"&gt;&amp;lt;&lt;/span&gt; &lt;span class="n"&gt;today&lt;/span&gt; &lt;span class="k"&gt;do&lt;/span&gt;
  &lt;span class="n"&gt;results&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="n"&gt;agent&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;get&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;url&lt;/span&gt; &lt;span class="o"&gt;+&lt;/span&gt; &lt;span class="n"&gt;d&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;strftime&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;date_format&lt;/span&gt;&lt;span class="p"&gt;))&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;search&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="s2"&gt;"//tr[@valign]"&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
  &lt;span class="n"&gt;results&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;each&lt;/span&gt; &lt;span class="k"&gt;do&lt;/span&gt; &lt;span class="o"&gt;|&lt;/span&gt;&lt;span class="n"&gt;r&lt;/span&gt;&lt;span class="o"&gt;|&lt;/span&gt;
    &lt;span class="n"&gt;composer&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="n"&gt;r&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;children&lt;/span&gt;&lt;span class="o"&gt;[&lt;/span&gt;&lt;span class="mi"&gt;2&lt;/span&gt;&lt;span class="o"&gt;].&lt;/span&gt;&lt;span class="n"&gt;content&lt;/span&gt;
    &lt;span class="k"&gt;if&lt;/span&gt; &lt;span class="o"&gt;!&lt;/span&gt;&lt;span class="n"&gt;composer&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;empty?&lt;/span&gt;
      &lt;span class="n"&gt;time&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="n"&gt;r&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;children&lt;/span&gt;&lt;span class="o"&gt;[&lt;/span&gt;&lt;span class="mi"&gt;6&lt;/span&gt;&lt;span class="o"&gt;].&lt;/span&gt;&lt;span class="n"&gt;content&lt;/span&gt;
      &lt;span class="n"&gt;duration&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="n"&gt;time&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;split&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="s2"&gt;":"&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;&lt;span class="o"&gt;[&lt;/span&gt;&lt;span class="mi"&gt;0&lt;/span&gt;&lt;span class="o"&gt;].&lt;/span&gt;&lt;span class="n"&gt;to_i&lt;/span&gt;&lt;span class="o"&gt;*&lt;/span&gt;&lt;span class="mi"&gt;60&lt;/span&gt;&lt;span class="o"&gt;+&lt;/span&gt;&lt;span class="n"&gt;time&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;split&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="s2"&gt;":"&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;&lt;span class="o"&gt;[&lt;/span&gt;&lt;span class="mi"&gt;1&lt;/span&gt;&lt;span class="o"&gt;].&lt;/span&gt;&lt;span class="n"&gt;to_i&lt;/span&gt;
      &lt;span class="n"&gt;composers&lt;/span&gt;&lt;span class="o"&gt;[&lt;/span&gt;&lt;span class="n"&gt;composer&lt;/span&gt;&lt;span class="o"&gt;]&lt;/span&gt; &lt;span class="o"&gt;+=&lt;/span&gt; &lt;span class="n"&gt;duration&lt;/span&gt;
    &lt;span class="k"&gt;end&lt;/span&gt;
  &lt;span class="k"&gt;end&lt;/span&gt;
  &lt;span class="n"&gt;d&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="n"&gt;d&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;next_day&lt;/span&gt;
&lt;span class="k"&gt;end&lt;/span&gt;

&lt;span class="n"&gt;composers&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;sort_by&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="o"&gt;|&lt;/span&gt;&lt;span class="n"&gt;k&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="n"&gt;v&lt;/span&gt;&lt;span class="o"&gt;|&lt;/span&gt; &lt;span class="n"&gt;v&lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;reverse&lt;/span&gt;&lt;span class="o"&gt;[&lt;/span&gt;&lt;span class="mi"&gt;0&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;.49&lt;/span&gt;&lt;span class="o"&gt;].&lt;/span&gt;&lt;span class="n"&gt;each&lt;/span&gt; &lt;span class="k"&gt;do&lt;/span&gt; &lt;span class="o"&gt;|&lt;/span&gt;&lt;span class="n"&gt;k&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="n"&gt;v&lt;/span&gt;&lt;span class="o"&gt;|&lt;/span&gt;
  &lt;span class="nb"&gt;puts&lt;/span&gt; &lt;span class="n"&gt;k&lt;/span&gt; &lt;span class="o"&gt;+&lt;/span&gt; &lt;span class="s2"&gt;": "&lt;/span&gt; &lt;span class="o"&gt;+&lt;/span&gt; &lt;span class="n"&gt;v&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;to_s&lt;/span&gt; &lt;span class="o"&gt;+&lt;/span&gt; &lt;span class="s2"&gt;" seconds"&lt;/span&gt;
&lt;span class="k"&gt;end&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;And here&amp;#8217;s the output, as of now (numbered here for readability):&lt;/p&gt;
&lt;ol&gt;&lt;li&gt;Wolfgang Amadeus Mozart: 216498 seconds&lt;/li&gt;
&lt;li&gt;Ludwig van Beethoven: 150386 seconds&lt;/li&gt;
&lt;li&gt;Johann Sebastian Bach: 146788 seconds&lt;/li&gt;
&lt;li&gt;Franz Joseph Haydn: 133335 seconds&lt;/li&gt;
&lt;li&gt;Johannes Brahms: 95029 seconds&lt;/li&gt;
&lt;li&gt;Antonin Dvorak: 92350 seconds&lt;/li&gt;
&lt;li&gt;Franz Schubert: 83477 seconds&lt;/li&gt;
&lt;li&gt;George Frederich Handel: 68254 seconds&lt;/li&gt;
&lt;li&gt;Peter Ilyich Tchaikovsky: 61137 seconds&lt;/li&gt;
&lt;li&gt;Robert Schumann: 57608 seconds&lt;/li&gt;
&lt;li&gt;Felix Mendelssohn: 56727 seconds&lt;/li&gt;
&lt;li&gt;Frederic Chopin: 52036 seconds&lt;/li&gt;
&lt;li&gt;Antonio Vivaldi: 47288 seconds&lt;/li&gt;
&lt;li&gt;Maurice Ravel: 44718 seconds&lt;/li&gt;
&lt;li&gt;Edward Elgar: 37858 seconds&lt;/li&gt;
&lt;li&gt;Claude Debussy: 36875 seconds&lt;/li&gt;
&lt;li&gt;Richard Strauss: 36316 seconds&lt;/li&gt;
&lt;li&gt;Ralph Vaughan Williams: 35336 seconds&lt;/li&gt;
&lt;li&gt;Sergei Rachmaninoff: 33705 seconds&lt;/li&gt;
&lt;li&gt;Gioacchino Rossini: 33336 seconds&lt;/li&gt;
&lt;li&gt;Aaron Copland: 31754 seconds&lt;/li&gt;
&lt;li&gt;Luigi Boccherini: 30890 seconds&lt;/li&gt;
&lt;li&gt;Camille Saint-Saens: 30490 seconds&lt;/li&gt;
&lt;li&gt;Georg Philipp Telemann: 28837 seconds&lt;/li&gt;
&lt;li&gt;Sergei Prokofiev: 27142 seconds&lt;/li&gt;
&lt;li&gt;Franz Liszt: 25941 seconds&lt;/li&gt;
&lt;li&gt;Jean Sibelius: 25362 seconds&lt;/li&gt;
&lt;li&gt;Dmitri Shostakovich: 24723 seconds&lt;/li&gt;
&lt;li&gt;Edvard Grieg: 24449 seconds&lt;/li&gt;
&lt;li&gt;Gustav Mahler: 23831 seconds&lt;/li&gt;
&lt;li&gt;Ottorino Respighi: 23659 seconds&lt;/li&gt;
&lt;li&gt;Hector Berlioz: 22307 seconds&lt;/li&gt;
&lt;li&gt;Louis Spohr: 21468 seconds&lt;/li&gt;
&lt;li&gt;Giuseppe Verdi: 20561 seconds&lt;/li&gt;
&lt;li&gt;Nikolai Rimsky-Korsakov: 20496 seconds&lt;/li&gt;
&lt;li&gt;Henry Purcell: 20495 seconds&lt;/li&gt;
&lt;li&gt;Gabriel Faure: 18773 seconds&lt;/li&gt;
&lt;li&gt;Georges Bizet: 18503 seconds&lt;/li&gt;
&lt;li&gt;Johann Christian Bach: 17287 seconds&lt;/li&gt;
&lt;li&gt;Richard Wagner: 17163 seconds&lt;/li&gt;
&lt;li&gt;Bedrich Smetana: 16842 seconds&lt;/li&gt;
&lt;li&gt;Carl Maria Von Weber: 16803 seconds&lt;/li&gt;
&lt;li&gt;Carl Philipp Emanuel Bach: 16291 seconds&lt;/li&gt;
&lt;li&gt;Alexander Borodin: 15357 seconds&lt;/li&gt;
&lt;li&gt;Joaquin Rodrigo: 15295 seconds&lt;/li&gt;
&lt;li&gt;George Gershwin: 15177 seconds&lt;/li&gt;
&lt;li&gt;Michael Haydn: 15153 seconds&lt;/li&gt;
&lt;li&gt;Frederick Delius: 14789 seconds&lt;/li&gt;
&lt;li&gt;Max Bruch: 14788 seconds&lt;/li&gt;
&lt;li&gt;Anton Bruckner: 13040 seconds&lt;/li&gt;
&lt;/ol&gt;&lt;p&gt;I&amp;#8217;ll do more with this later.&lt;/p&gt;</description><link>http://zthomae.tumblr.com/post/26311226094</link><guid>http://zthomae.tumblr.com/post/26311226094</guid><pubDate>Sun, 01 Jul 2012 19:47:33 -0500</pubDate><category>code</category><category>classical music</category><category>composers</category><category>ruby</category><category>public radio</category><category>wisconsin</category></item><item><title>newsweek:

This is genius.
</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_m6c3mtyrEA1qzs5cqo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a class="tumblr_blog" href="http://newsweek.tumblr.com/post/26074343438/this-is-genius" target="_blank"&gt;newsweek&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;a href="https://twitter.com/rossneumann/status/218364934008999937" target="_blank"&gt;This&lt;/a&gt; is genius.&lt;/p&gt;
&lt;/blockquote&gt;</description><link>http://zthomae.tumblr.com/post/26074480634</link><guid>http://zthomae.tumblr.com/post/26074480634</guid><pubDate>Thu, 28 Jun 2012 10:45:22 -0500</pubDate></item><item><title>"Yet I would like it if the tiny baton twirler, who has been made to wear lipstick for the parade..."</title><description>“Yet I would like it if the tiny baton twirler, who has been made to wear lipstick for the parade before she has even sprouted her first public hair, grows up and marries the only Negro that Sheboygan has ever seen in person.”&lt;br/&gt;&lt;br/&gt; - &lt;em&gt;Don’t Mention My Name in Sheboygan - The Realist (&lt;a href="http://www.ep.tc/realist/64/28.html" target="_blank"&gt;appears on the second page&lt;/a&gt;)&lt;/em&gt;</description><link>http://zthomae.tumblr.com/post/26021747176</link><guid>http://zthomae.tumblr.com/post/26021747176</guid><pubDate>Wed, 27 Jun 2012 15:44:38 -0500</pubDate></item><item><title>Class Resources: CS 638 - Web Programming</title><description>&lt;p&gt;A few years ago, there was a CS course at UW-Madison called &lt;a href="http://pages.cs.wisc.edu/~estan/cs638/index.html" target="_blank"&gt;CS 638 - Web Programming&lt;/a&gt;. The course was later renamed CS 369, and it&amp;#8217;s still listed in the course directory, but it doesn&amp;#8217;t appear to have been offered very recently. So, I grabbed the class files from one session of the class and &lt;a href="https://www.dropbox.com/s/j6d64ikg4wkdvix/cs638.zip" target="_blank"&gt;zipped them up&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;From the class directory, I&amp;#8217;ve included:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Lecture slides (with mentioned links in a separate folder)&lt;/li&gt;
&lt;li&gt;Quizzes (with answers)&lt;/li&gt;
&lt;li&gt;The sample exam (with answers)&lt;/li&gt;
&lt;li&gt;Class notes (for early lectures&amp;#8212;later ones weren&amp;#8217;t available)&lt;/li&gt;
&lt;li&gt;Demos&lt;/li&gt;
&lt;li&gt;The syllabus&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;&lt;a href="https://www.dropbox.com/s/j6d64ikg4wkdvix/cs638.zip" target="_blank"&gt;Enjoy.&lt;/a&gt;&lt;/p&gt;</description><link>http://zthomae.tumblr.com/post/25551065381</link><guid>http://zthomae.tumblr.com/post/25551065381</guid><pubDate>Wed, 20 Jun 2012 22:12:55 -0500</pubDate></item><item><title>The LEGO store http://instagr.am/p/L4G4sexLNO/</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_m5mynqKDUm1rs8m1oo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;The LEGO store &lt;a href="http://instagr.am/p/L4G4sexLNO/" target="_blank"&gt;http://instagr.am/p/L4G4sexLNO/&lt;/a&gt;&lt;/p&gt;</description><link>http://zthomae.tumblr.com/post/25131688195</link><guid>http://zthomae.tumblr.com/post/25131688195</guid><pubDate>Thu, 14 Jun 2012 20:55:02 -0500</pubDate></item><item><title>This is a gem.</title><description>&lt;iframe class="spotify_audio_player" src="https://embed.spotify.com/?uri=spotify%3Atrack%3A1kf4l1sxeDDsoDN9tO1vOs&amp;view=coverart" frameborder="0" allowtransparency="true" width="500" height="580"&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;This is a gem.&lt;/p&gt;</description><link>http://zthomae.tumblr.com/post/25063517781</link><guid>http://zthomae.tumblr.com/post/25063517781</guid><pubDate>Wed, 13 Jun 2012 20:55:09 -0500</pubDate><category>music</category><category>spotify</category></item><item><title>Can’t decide what to pay attention to…...</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_m5ej4dKspx1rs8m1oo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Can’t decide what to pay attention to… &lt;a href="http://instagr.am/p/LsZCBhRLJ3/" target="_blank"&gt;http://instagr.am/p/LsZCBhRLJ3/&lt;/a&gt;&lt;/p&gt;</description><link>http://zthomae.tumblr.com/post/24809344605</link><guid>http://zthomae.tumblr.com/post/24809344605</guid><pubDate>Sun, 10 Jun 2012 07:38:36 -0500</pubDate></item><item><title>Tweets Onslaught: 2012-05-30</title><description>&lt;p&gt;This is everything I&amp;#8217;ve tweeted over the past few days. Yawn.&lt;/p&gt;&lt;p&gt;&lt;!-- more --&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205188044595265536" target="_blank"&gt;2012-05-23&amp;#160;01:46:56&lt;/a&gt; - My dumb tweet-fetching program seems to work, so I can probably sleep now. TODO: Make it less stupid.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205188389148962816" target="_blank"&gt;2012-05-23&amp;#160;01:48:18&lt;/a&gt; - RT @wjjessen: Stop Meeting People and Make Things Happen &lt;a href="http://t.co/WRTvrZ2h" target="_blank"&gt;http://t.co/WRTvrZ2h&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205325151951261696" target="_blank"&gt;2012-05-23&amp;#160;10:51:45&lt;/a&gt; - US Supreme Court takes on broad software and method patents, sort of &lt;a href="http://t.co/M2of4rsG" target="_blank"&gt;http://t.co/M2of4rsG&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205326956835770369" target="_blank"&gt;2012-05-23&amp;#160;10:58:55&lt;/a&gt; - #shotsfired RT @robertcaruso: Yup. I misspell tweets&amp;#8230;and I still write better papers than graduate students. #realkeeping&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205327568692457472" target="_blank"&gt;2012-05-23&amp;#160;11:01:21&lt;/a&gt; - RT @amandablair: RT @Colin_Jones: Column on comma errors has a comma error - &lt;a href="http://t.co/nwKNVS7F" target="_blank"&gt;http://t.co/nwKNVS7F&lt;/a&gt; via @thisisjendoll&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205329734643613697" target="_blank"&gt;2012-05-23&amp;#160;11:09:58&lt;/a&gt; - Ugh RT @madpolitics: It&amp;#8217;s official: Governor declares Donald Driver Day in Wisconsin &lt;a href="http://t.co/qc5GFLVd" target="_blank"&gt;http://t.co/qc5GFLVd&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205331376919162880" target="_blank"&gt;2012-05-23&amp;#160;11:16:29&lt;/a&gt; - @alexandralgekas Well, he has Ben Kingsley. Unrelated: The winner of the 48 hour film challenge is really good: &lt;a href="http://t.co/XShmFeEN" target="_blank"&gt;http://t.co/XShmFeEN&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205334901275369472" target="_blank"&gt;2012-05-23&amp;#160;11:30:30&lt;/a&gt; - RT @cschweitz: An Obama Spending Spree? Hardly &lt;a href="http://t.co/lgGBqygJ" target="_blank"&gt;http://t.co/lgGBqygJ&lt;/a&gt; A look at federal spending under Reagan, both Bushes, Clinton and Obama&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205335144851193857" target="_blank"&gt;2012-05-23&amp;#160;11:31:28&lt;/a&gt; - RT @dandrezner: &lt;a href="http://t.co/WZOpN72A" target="_blank"&gt;http://t.co/WZOpN72A&lt;/a&gt; RT @mollyesque Romney&amp;#8217;s education policy slogan: &amp;#8220;A Chance for Every Child&amp;#8221; &lt;a href="http://t.co/fHjB9mRM" target="_blank"&gt;http://t.co/fHjB9mRM&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205336067107336193" target="_blank"&gt;2012-05-23&amp;#160;11:35:08&lt;/a&gt; - @dandrezner Excuse me while I pretend that this movie doesn&amp;#8217;t exist: &lt;a href="http://t.co/FLxYtrFN" target="_blank"&gt;http://t.co/FLxYtrFN&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205337761815867392" target="_blank"&gt;2012-05-23&amp;#160;11:41:52&lt;/a&gt; - @slvonglahn My jam: &lt;a href="http://t.co/IYeHCx8B" target="_blank"&gt;http://t.co/IYeHCx8B&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205339599348826112" target="_blank"&gt;2012-05-23&amp;#160;11:49:10&lt;/a&gt; - @slvonglahn And of course, there&amp;#8217;s this other one: &lt;a href="http://t.co/wHZjegLC" target="_blank"&gt;http://t.co/wHZjegLC&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205339928635248641" target="_blank"&gt;2012-05-23&amp;#160;11:50:28&lt;/a&gt; - The musical version of beta testing: v1: &lt;a href="http://t.co/wHZjegLC" target="_blank"&gt;http://t.co/wHZjegLC&lt;/a&gt; v2: &lt;a href="http://t.co/IYeHCx8B" target="_blank"&gt;http://t.co/IYeHCx8B&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205340689062572032" target="_blank"&gt;2012-05-23&amp;#160;11:53:29&lt;/a&gt; - RT @ethanklapper:&amp;#160;!!! RT @HuffPostSF: Silicon Valley tech executive caught stealing LEGOs &lt;a href="http://t.co/A4NNuqC9" target="_blank"&gt;http://t.co/A4NNuqC9&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205340864044732416" target="_blank"&gt;2012-05-23&amp;#160;11:54:11&lt;/a&gt; - RT for @UWMadison RT @weywerdsun: Educational games to train middle schoolers&amp;#8217; attention, empathy: &lt;a href="http://t.co/ooEH6M30" target="_blank"&gt;http://t.co/ooEH6M30&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205341793292783616" target="_blank"&gt;2012-05-23&amp;#160;11:57:53&lt;/a&gt; - RT @ckanal: RT @paidContent: Fred Wilson: Content owners, don’t fear the future &lt;a href="http://t.co/O821RX05" target="_blank"&gt;http://t.co/O821RX05&lt;/a&gt; #pc2012&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205342357351186432" target="_blank"&gt;2012-05-23&amp;#160;12:00:07&lt;/a&gt; - Ew. MT @kellyfincham: Interesting read if you&amp;#8217;re in the market for a job  - 8 reasons journalists should consider PR &lt;a href="http://t.co/yotzRSwM" target="_blank"&gt;http://t.co/yotzRSwM&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205342723031576576" target="_blank"&gt;2012-05-23&amp;#160;12:01:34&lt;/a&gt; - Soros! Tides! RT @garonsen: Game over, #Occupy. Bill O&amp;#8217;Reilly has found you out: &lt;a href="http://t.co/WJyV9kPR" target="_blank"&gt;http://t.co/WJyV9kPR&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205346948243402752" target="_blank"&gt;2012-05-23&amp;#160;12:18:22&lt;/a&gt; - RT @AdamWestbrook: Video: &lt;a href="http://t.co/hdEwqC2W" target="_blank"&gt;http://t.co/hdEwqC2W&lt;/a&gt; The best art documentary film I&amp;#8217;ve ever seen.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205349571109466113" target="_blank"&gt;2012-05-23&amp;#160;12:28:47&lt;/a&gt; - adamwestbrook:

The best art documentary film I’ve ever seen&amp;#8230;. &lt;a href="http://t.co/XA8uJhlE" target="_blank"&gt;http://t.co/XA8uJhlE&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205391523901222912" target="_blank"&gt;2012-05-23&amp;#160;15:15:29&lt;/a&gt; - RT @CoreyRobin: &amp;#8220;We are all @secupp.&amp;#8221; Excellent piece (by @Beyerstein) about a shameful incident. &lt;a href="http://t.co/YVIjTg5u" target="_blank"&gt;http://t.co/YVIjTg5u&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205396248721768448" target="_blank"&gt;2012-05-23&amp;#160;15:34:16&lt;/a&gt; - Ugh: Hustler’s Larry Flynt Responds to Fake Explicit S.E. Cupp Image: ‘That’s Satire’ &lt;a href="http://t.co/E97FNv1z" target="_blank"&gt;http://t.co/E97FNv1z&lt;/a&gt; via @theblaze&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205397757517770753" target="_blank"&gt;2012-05-23&amp;#160;15:40:16&lt;/a&gt; - @ckanal At first glance, I thought you were telling me to beware foods that were healthier than they need to be. Oops, not quite.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205399042304376833" target="_blank"&gt;2012-05-23&amp;#160;15:45:22&lt;/a&gt; - RT @Reuters: Journalist alleges Piers Morgan showed him how to hack into phones 10 years ago &lt;a href="http://t.co/sXxUDLwe" target="_blank"&gt;http://t.co/sXxUDLwe&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205399459855736832" target="_blank"&gt;2012-05-23&amp;#160;15:47:02&lt;/a&gt; - RT @erinbiba: HP is firing 27,000 people &lt;a href="http://t.co/ldC83lOO" target="_blank"&gt;http://t.co/ldC83lOO&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205406139419082752" target="_blank"&gt;2012-05-23&amp;#160;16:13:34&lt;/a&gt; - RT @Mowgli3: A great thing for dudes to read, via @progjourno: &lt;a href="http://t.co/0RkvJ3yF" target="_blank"&gt;http://t.co/0RkvJ3yF&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205406852123598848" target="_blank"&gt;2012-05-23&amp;#160;16:16:24&lt;/a&gt; - RT @Slate: Why partisanship is actually the only thing preventing all policy decisions from being a series of scams: &lt;a href="http://t.co/tpQMTQt9" target="_blank"&gt;http://t.co/tpQMTQt9&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205407258123841538" target="_blank"&gt;2012-05-23&amp;#160;16:18:01&lt;/a&gt; - RT @ggreenwald: Here&amp;#8217;s the Chris Matthews comments I referenced earlier - working now &lt;a href="http://t.co/XPl6ZvF1" target="_blank"&gt;http://t.co/XPl6ZvF1&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205408024830017537" target="_blank"&gt;2012-05-23&amp;#160;16:21:04&lt;/a&gt; - RT @dancow: Forbes gets new 5-real-time-screens to remind them to write more about Mark Zuckerburg + Justin Bieber &lt;a href="http://t.co/D5ZRbZTX" target="_blank"&gt;http://t.co/D5ZRbZTX&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205409236455403520" target="_blank"&gt;2012-05-23&amp;#160;16:25:52&lt;/a&gt; - RT @SuzyKhimm: Actual good advice for college grads, from @anya1anya: &lt;a href="http://t.co/MnbsmXpZ" target="_blank"&gt;http://t.co/MnbsmXpZ&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205413939524276225" target="_blank"&gt;2012-05-23&amp;#160;16:44:34&lt;/a&gt; - +1 RT @dandrezner: Micro moon base?  RT @BuzzFeedPol Gingrich Super PAC Still Deciding Fate Of Leftover $5.6 Million &lt;a href="http://t.co/53sT7Ycx" target="_blank"&gt;http://t.co/53sT7Ycx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205414333696573440" target="_blank"&gt;2012-05-23&amp;#160;16:46:08&lt;/a&gt; - ICYMI: No, Members of Congress Don&amp;#8217;t &amp;#8220;Talk Like 10th Graders&amp;#8221; &lt;a href="http://t.co/K0RTwH1S" target="_blank"&gt;http://t.co/K0RTwH1S&lt;/a&gt; via @BrowBeatSlate&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205415357224206338" target="_blank"&gt;2012-05-23&amp;#160;16:50:12&lt;/a&gt; - RT @DaniFankhauser: &amp;#8220;an all-male panel of VCs at the TechCrunch Disrupt conference said that sexism isn’t that much of an&amp;#8230;&amp;#8221; &lt;a href="http://t.c" target="_blank"&gt;http://t.c&lt;/a&gt; &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205416384497328129" target="_blank"&gt;2012-05-23&amp;#160;16:54:17&lt;/a&gt; - Facebook IPO: lawsuits and accusations cloud the bigger issue | The Verge &lt;a href="http://t.co/tzwg8HDD" target="_blank"&gt;http://t.co/tzwg8HDD&lt;/a&gt; via @verge&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205419782995066880" target="_blank"&gt;2012-05-23&amp;#160;17:07:47&lt;/a&gt; - RT @tanehisi: Took a few hours to write a piece on Obama and race. Saw it linked and condensed into&amp;#8212;&amp;#8220;Is It Racist To Oppose Barack Obam &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205421924858343424" target="_blank"&gt;2012-05-23&amp;#160;17:16:18&lt;/a&gt; - RT @monkeycageblog: Instead of learning statistics from a robotic professor, learn it from an actual robot! &lt;a href="http://t.co/z3koBud2" target="_blank"&gt;http://t.co/z3koBud2&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205423679859998721" target="_blank"&gt;2012-05-23&amp;#160;17:23:16&lt;/a&gt; - RT @NickHeynen: Note to camera thieves &amp;#8212; taking a picture or video of yourself with the stolen camera is generally inadvisable: http:// &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205426325555642369" target="_blank"&gt;2012-05-23&amp;#160;17:33:47&lt;/a&gt; - RT @JimPethokoukis: Is it an orange sky? No, wait, that&amp;#8217;s Gallifrey&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205429263124533249" target="_blank"&gt;2012-05-23&amp;#160;17:45:27&lt;/a&gt; - Should be a tumblr: @BuzzFeedAndrew&amp;#8217;s Twitpic page.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205432756157677569" target="_blank"&gt;2012-05-23&amp;#160;17:59:20&lt;/a&gt; - This @foxnation comment is a bit vile. #twitpic &lt;a href="http://t.co/sjeTQsAb" target="_blank"&gt;http://t.co/sjeTQsAb&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205434504033214468" target="_blank"&gt;2012-05-23&amp;#160;18:06:17&lt;/a&gt; - RT @KooisMe: @dancow PR major here. Never felt compelled to pursue it. P.S. good journalism is like creative non-fiction (which is like  &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205443311505375234" target="_blank"&gt;2012-05-23&amp;#160;18:41:17&lt;/a&gt; - Does not work as advertised: &lt;a href="http://t.co/jK2rPTdB" target="_blank"&gt;http://t.co/jK2rPTdB&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205459898316767234" target="_blank"&gt;2012-05-23&amp;#160;19:47:11&lt;/a&gt; - RT @jeffjarvis: &amp;amp; public wants free beer RT @mediaguardian: Public wants stricter press regulation and tighter limits on ownership h &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205460897026682880" target="_blank"&gt;2012-05-23&amp;#160;19:51:09&lt;/a&gt; - RT @dpleasant: I always thought cable shoutfests were the most informative and productive. #edshow&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205461092061818882" target="_blank"&gt;2012-05-23&amp;#160;19:51:56&lt;/a&gt; - RT @Mowgli3: I just had a crazy idea, but bear with me: what if we stopped getting mad at women for reporting assault and got angry at d &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205560734631985153" target="_blank"&gt;2012-05-24&amp;#160;02:27:52&lt;/a&gt; - RT @md_kleist: Always search for the hidden truth&amp;#8230;that is the call to all peoples. Never be satisfied with what you think you know.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205561255312891905" target="_blank"&gt;2012-05-24&amp;#160;02:29:57&lt;/a&gt; - Late-night productivity: The ruby script that I made to aggregate myself now has timestamps &amp;amp; links: &lt;a href="http://t.co/MYRdret5" target="_blank"&gt;http://t.co/MYRdret5&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205561630493388800" target="_blank"&gt;2012-05-24&amp;#160;02:31:26&lt;/a&gt; - TODO: Fix the timezone, link profiles in text.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205689682464489472" target="_blank"&gt;2012-05-24&amp;#160;11:00:16&lt;/a&gt; - RT @ProducerMatthew: Today, the average website wouldn&amp;#8217;t fit on a 3.5-inch floppy disk - &lt;a href="http://t.co/zlNh4Ddb" target="_blank"&gt;http://t.co/zlNh4Ddb&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205690568939016192" target="_blank"&gt;2012-05-24&amp;#160;11:03:47&lt;/a&gt; - RT @edyong209: I love this piece so much. 10 science concepts that would make awesome supervillains. &lt;a href="http://t.co/9RLtNYZZ" target="_blank"&gt;http://t.co/9RLtNYZZ&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205690983051038720" target="_blank"&gt;2012-05-24&amp;#160;11:05:26&lt;/a&gt; - RT @BoingBoing: Cognitive Democracy: networked-based decision making as an alternative to markets and &amp;#8220;nudging&amp;#8221; &lt;a href="http://t.co/waE8tZzg" target="_blank"&gt;http://t.co/waE8tZzg&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205693352044273665" target="_blank"&gt;2012-05-24&amp;#160;11:14:51&lt;/a&gt; - Thioridazine kills cancer stem cells in human while avoiding toxic side-effects &lt;a href="http://t.co/I46ETgAH" target="_blank"&gt;http://t.co/I46ETgAH&lt;/a&gt; via @medical_xpress&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205694330889961472" target="_blank"&gt;2012-05-24&amp;#160;11:18:44&lt;/a&gt; - How Tim Cook is changing Apple &lt;a href="http://t.co/8DrObbuZ" target="_blank"&gt;http://t.co/8DrObbuZ&lt;/a&gt; via @FortuneMagazine&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205694704921223169" target="_blank"&gt;2012-05-24&amp;#160;11:20:13&lt;/a&gt; - RT @poliblogger: Rejoice!  Birtherism is Dead!: After all, Hawaii has finally and once and for all provided verification that Oba&amp;#8230; htt &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205695738599051264" target="_blank"&gt;2012-05-24&amp;#160;11:24:20&lt;/a&gt; - Mankiw! MT @jbouie: Romney lets a little Keynes slip in an interview. What it might tell us about his administration: &lt;a href="http://t.co/Ov0eDkTZ" target="_blank"&gt;http://t.co/Ov0eDkTZ&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205699794927222785" target="_blank"&gt;2012-05-24&amp;#160;11:40:27&lt;/a&gt; - Things that are messy: @webstagram rss feeds.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205700760820920320" target="_blank"&gt;2012-05-24&amp;#160;11:44:17&lt;/a&gt; - RT @MikeElk: RT @LarrySabato: On March 15, the Crystal Ball listed WI Gov. Walker&amp;#8217;s recall race as Leans R. Today, we&amp;#8217;re moving it to Li &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205700959366680576" target="_blank"&gt;2012-05-24&amp;#160;11:45:05&lt;/a&gt; - RT @LarrySabato: All polls have shown Walker ahead; Feingold (D) might have beaten Walker (R), but retread Barrett unlikely to do so 2/2&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205701733136080896" target="_blank"&gt;2012-05-24&amp;#160;11:48:09&lt;/a&gt; - RT @cressman: Quebec&amp;#8217;s attack on free speech: &lt;a href="http://t.co/xGftRNWK" target="_blank"&gt;http://t.co/xGftRNWK&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205702767904440321" target="_blank"&gt;2012-05-24&amp;#160;11:52:16&lt;/a&gt; - Semi-related: &lt;a href="http://t.co/XlIcyXco" target="_blank"&gt;http://t.co/XlIcyXco&lt;/a&gt; RT @jessicakroy: R.U. a Cyberpunk? &lt;a href="http://t.co/gZUa1p1H" target="_blank"&gt;http://t.co/gZUa1p1H&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205705670924845056" target="_blank"&gt;2012-05-24&amp;#160;12:03:48&lt;/a&gt; - @jessicakroy &amp;#8220;I WEAR&amp;#8230; [ ] Spock ears -&amp;gt; [ ] permanently due to plastic surgery&amp;#8221;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205707890227560449" target="_blank"&gt;2012-05-24&amp;#160;12:12:37&lt;/a&gt; - Failure Is Not An Option: Why Kickstarter Hides Failed Projects &lt;a href="http://t.co/NltXKcvi" target="_blank"&gt;http://t.co/NltXKcvi&lt;/a&gt; h/t @stkonrath&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205707957869084672" target="_blank"&gt;2012-05-24&amp;#160;12:12:53&lt;/a&gt; - RT @ProducerMatthew: Interesting read: Relatives of top Nazi officials, now living in New Mexico, wrestle with their legacy - &lt;a href="http://t.c" target="_blank"&gt;http://t.c&lt;/a&gt; &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205711269880266754" target="_blank"&gt;2012-05-24&amp;#160;12:26:03&lt;/a&gt; - FOUND: Nin-ghetto &lt;a href="http://t.co/OUJNyU4k" target="_blank"&gt;http://t.co/OUJNyU4k&lt;/a&gt; via @instagram&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205712174377746432" target="_blank"&gt;2012-05-24&amp;#160;12:29:38&lt;/a&gt; - Nin-ghetto back. Lots of NES ROMs are on that chip. &lt;a href="http://t.co/i171sO2S" target="_blank"&gt;http://t.co/i171sO2S&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205713480874074112" target="_blank"&gt;2012-05-24&amp;#160;12:34:50&lt;/a&gt; - @laurenamichael I used that clip in a presentation. Did not disappoint.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205713528282284032" target="_blank"&gt;2012-05-24&amp;#160;12:35:01&lt;/a&gt; - RT @LaurenAMichael: The essence of science, from Richard Feynman, in all of 63 seconds. &lt;a href="http://t.co/ESxFk9Iq" target="_blank"&gt;http://t.co/ESxFk9Iq&lt;/a&gt; @scholarlykitchn&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205720222345347072" target="_blank"&gt;2012-05-24&amp;#160;13:01:37&lt;/a&gt; - The battery pack is broken, but I found the AC adapter, and it can turn on. It might still work!&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205720640186089472" target="_blank"&gt;2012-05-24&amp;#160;13:03:17&lt;/a&gt; - The second controller also has a &amp;#8220;GameStar&amp;#8221; logo on it. Might be a clue as to what it is.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205721016788455424" target="_blank"&gt;2012-05-24&amp;#160;13:04:47&lt;/a&gt; - And the button layout on the second controller looks exactly like this (bad pics, sorry): &lt;a href="http://t.co/aMZwhJiT" target="_blank"&gt;http://t.co/aMZwhJiT&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205721686736248832" target="_blank"&gt;2012-05-24&amp;#160;13:07:26&lt;/a&gt; - It&amp;#8217;s made by a Chinese company called Advance Bright Ltd. It looks similar to this: &lt;a href="http://t.co/SGa9B8aQ" target="_blank"&gt;http://t.co/SGa9B8aQ&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205721968526376961" target="_blank"&gt;2012-05-24&amp;#160;13:08:34&lt;/a&gt; - More on the company here: &lt;a href="http://t.co/lk5xCVqz" target="_blank"&gt;http://t.co/lk5xCVqz&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205726946041143296" target="_blank"&gt;2012-05-24&amp;#160;13:28:20&lt;/a&gt; - Nin-ghetto: 80000 games in 1. &lt;a href="http://t.co/PpIEVaF2" target="_blank"&gt;http://t.co/PpIEVaF2&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205730110094057472" target="_blank"&gt;2012-05-24&amp;#160;13:40:55&lt;/a&gt; - RT @BuzzFeedAndrew: (Bon Jovi guitar riff) RT @RickSantorum: We&amp;#8217;re half-way there!&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205735186774761473" target="_blank"&gt;2012-05-24&amp;#160;14:01:05&lt;/a&gt; - RT @aschweig: Twitter is a way to post short messages on the internet. Sometimes people will read them. #hashtagconference&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205735327481069568" target="_blank"&gt;2012-05-24&amp;#160;14:01:39&lt;/a&gt; - RT @aschweig: Customers are really important to your business, especially when they&amp;#8217;re giving you money for your goods or services. #has &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205736333874962432" target="_blank"&gt;2012-05-24&amp;#160;14:05:39&lt;/a&gt; - RT @kashhill: Chief of Police Orders Ten Officers to Hunt Down Son’s Stolen iPhone &lt;a href="http://t.co/3ymrnD7X" target="_blank"&gt;http://t.co/3ymrnD7X&lt;/a&gt; (Spoiler: they don&amp;#8217;t actually re &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205736513567326209" target="_blank"&gt;2012-05-24&amp;#160;14:06:21&lt;/a&gt; - RT @MattZeitlin: I&amp;#8217;m 40 seconds in&amp;#8230;.@reihansalam&amp;#8217;s interview with Larry Flynt is already the best thing on the internet &lt;a href="http://t.co/qP" target="_blank"&gt;http://t.co/qP&lt;/a&gt; &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205738366992527361" target="_blank"&gt;2012-05-24&amp;#160;14:13:43&lt;/a&gt; - RT @aschweig: RT @trx0x: Transparency is very important. Especially if you want to see out of windows. #hashtagconference&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205747940583682048" target="_blank"&gt;2012-05-24&amp;#160;14:51:46&lt;/a&gt; - RT @ckanal: Facebook&amp;#8217;s photo filters + @instagram&amp;#8217;s - interesting side-by-side screenshots &lt;a href="http://t.co/7Hh4hfmm" target="_blank"&gt;http://t.co/7Hh4hfmm&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205748626142666752" target="_blank"&gt;2012-05-24&amp;#160;14:54:29&lt;/a&gt; - RT @arstechnica: No-cost desktop software development is dead on Windows 8&amp;#160;&lt;a href="http://t.co/3Y61n8jZ" target="_blank"&gt;http://t.co/3Y61n8jZ&lt;/a&gt; by @DrPizza&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205749386322509825" target="_blank"&gt;2012-05-24&amp;#160;14:57:30&lt;/a&gt; - RT @DaniFankhauser: Why FB launched camera, and what it means for Instagram - Yes, they were working on this way before the&amp;#8230; http://t. &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205749795514613761" target="_blank"&gt;2012-05-24&amp;#160;14:59:08&lt;/a&gt; - cc @jacobmouradian RT @kategardiner: Sparkles.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205758046276816898" target="_blank"&gt;2012-05-24&amp;#160;15:31:55&lt;/a&gt; - RT @KenJennings: By my math, a 13-episode pickup &amp;amp; late-Sept. premiere means Community will end exactly when the Mayans predicted it &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205778049411719169" target="_blank"&gt;2012-05-24&amp;#160;16:51:24&lt;/a&gt; - RT @mattyglesias: Just figured out that it&amp;#8217;s &amp;#8220;WI Recall&amp;#8221; not &amp;#8220;wire call.&amp;#8221;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205778662681878530" target="_blank"&gt;2012-05-24&amp;#160;16:53:51&lt;/a&gt; - RT @Vosmek: Could not have said it better. Moreover I wish I had! &lt;a href="http://t.co/cIvCSyua" target="_blank"&gt;http://t.co/cIvCSyua&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205779854749204480" target="_blank"&gt;2012-05-24&amp;#160;16:58:35&lt;/a&gt; - RT @ProducerMatthew: This plant strangles other plants after smelling them. Entertaining read from NPR - &lt;a href="http://t.co/EZIRgFLW" target="_blank"&gt;http://t.co/EZIRgFLW&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205780563263619072" target="_blank"&gt;2012-05-24&amp;#160;17:01:24&lt;/a&gt; - @slvonglahn About it being my jam? Yeah, just a teeny bit. But no, Glen is not kidding at all.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205780889496588289" target="_blank"&gt;2012-05-24&amp;#160;17:02:41&lt;/a&gt; - RT @ckanal: Wouldn&amp;#8217;t be surprised. RT @davidhoang Soon enough we&amp;#8217;ll have a Facebook app that launches Facebook apps…App Launcher!&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205781158288564224" target="_blank"&gt;2012-05-24&amp;#160;17:03:46&lt;/a&gt; - Small announcement: Tribes: Ascend is fun. A lot of fun. That is all.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205781635961065472" target="_blank"&gt;2012-05-24&amp;#160;17:05:39&lt;/a&gt; - Doctor Who: new companion starts work | Den of Geek &lt;a href="http://t.co/BdO5WwOD" target="_blank"&gt;http://t.co/BdO5WwOD&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205783706177241090" target="_blank"&gt;2012-05-24&amp;#160;17:13:53&lt;/a&gt; - Link? &lt;a href="http://t.co/t4OUh5JA" target="_blank"&gt;http://t.co/t4OUh5JA&lt;/a&gt; RT @petersagal: Why cable news is so great/horrible: &lt;a href="http://t.co/dBo2DHpg" target="_blank"&gt;http://t.co/dBo2DHpg&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205786348584570880" target="_blank"&gt;2012-05-24&amp;#160;17:24:23&lt;/a&gt; - RT @BuzzFeedBen: &amp;#8220;Propaganda&amp;#8221; amendmen dropped from Senate version of defense bill, Gillibrand blasts it &lt;a href="http://t.co/QshjlxGS" target="_blank"&gt;http://t.co/QshjlxGS&lt;/a&gt; @rfelliott &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205786612024614912" target="_blank"&gt;2012-05-24&amp;#160;17:25:26&lt;/a&gt; - RT @thinkprogress: .@50Cent: &amp;#8220;We need organizations for straight men.&amp;#8221; &lt;a href="http://t.co/KbGSvD8m" target="_blank"&gt;http://t.co/KbGSvD8m&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205787298862858240" target="_blank"&gt;2012-05-24&amp;#160;17:28:10&lt;/a&gt; - Read it. RT @michaelellsberg: .@TuckerMax&amp;#8217;s thoughts on my @Forbes profile on him. Interesting &lt;a href="http://t.co/jDiXiGWn" target="_blank"&gt;http://t.co/jDiXiGWn&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205787765370142720" target="_blank"&gt;2012-05-24&amp;#160;17:30:01&lt;/a&gt; - RT @mollyesque: MATTHEWS, avidly: Me too, me too. I&amp;#8217;m with elephants. GINGRICH: They&amp;#8217;re just remarkable. &lt;a href="http://t.co/sJOhsQ8B" target="_blank"&gt;http://t.co/sJOhsQ8B&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205789729453637633" target="_blank"&gt;2012-05-24&amp;#160;17:37:49&lt;/a&gt; - RT @EFF: EFF needs a new Coders&amp;#8217; Rights Project sticker. Help choose on Facebook: &lt;a href="https://t.co/GjW3zdoU" target="_blank"&gt;https://t.co/GjW3zdoU&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205790036476702722" target="_blank"&gt;2012-05-24&amp;#160;17:39:02&lt;/a&gt; - RT @TeeMcSee: American TV isn&amp;#8217;t following the Egyptian election at all. Wait until Morsi wins the first round and watch the explosion of &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205790526056837120" target="_blank"&gt;2012-05-24&amp;#160;17:40:59&lt;/a&gt; - RT @DeanZambrano: RT @PBSMediaShift: Can anyone be a data journalist? &lt;a href="http://t.co/NeZx5WBj" target="_blank"&gt;http://t.co/NeZx5WBj&lt;/a&gt; (via Guardian)&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205853553519108097" target="_blank"&gt;2012-05-24&amp;#160;21:51:26&lt;/a&gt; - Batteries Not Included - a collection of vintage toy commercials - Boing Boing &lt;a href="http://t.co/NpmgvjBa" target="_blank"&gt;http://t.co/NpmgvjBa&lt;/a&gt; via @BoingBoing&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205854658164555776" target="_blank"&gt;2012-05-24&amp;#160;21:55:49&lt;/a&gt; - I missed this earlier: The cable news audience has peaked - Jack Shafer &lt;a href="http://t.co/dYd80bTq" target="_blank"&gt;http://t.co/dYd80bTq&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205856481982160897" target="_blank"&gt;2012-05-24&amp;#160;22:03:04&lt;/a&gt; - Ron Johnson and 14 other Senators (all R&amp;#8217;s) who voted to stop FDA agents from conducting warrantless raids on farmers: &lt;a href="http://t.co/BRf6Y0aQ" target="_blank"&gt;http://t.co/BRf6Y0aQ&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205975410968772608" target="_blank"&gt;2012-05-25&amp;#160;05:55:39&lt;/a&gt; - RT @jelani9: The plan was to read Toni Morrison before bed. I&amp;#8217;m currently reading an Avengers graphic novel. I think this is called unde &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205976769164099584" target="_blank"&gt;2012-05-25&amp;#160;06:01:03&lt;/a&gt; - RT @daveweigel: 7 am, waking up in the morning. Gotta be fresh. Gotta go downstairs. Gotta have my bowl. Gotta have cereal.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205977886203723776" target="_blank"&gt;2012-05-25&amp;#160;06:05:29&lt;/a&gt; - Conflicting messages in #wirecall: How am I supposed to DVR the debate if I cancel my cable?&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205992004293898241" target="_blank"&gt;2012-05-25&amp;#160;07:01:35&lt;/a&gt; - RT @swin24: A left-wing date movie that dramatizes the invention of a lady&amp;#8217;s sex toy in Victorian London: &lt;a href="http://t.co/MA6x88VC" target="_blank"&gt;http://t.co/MA6x88VC&lt;/a&gt; @hysteria &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205993978154336256" target="_blank"&gt;2012-05-25&amp;#160;07:09:26&lt;/a&gt; - My luck: Security Now is exactly as long as my bus ride this morning.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205994291502387200" target="_blank"&gt;2012-05-25&amp;#160;07:10:40&lt;/a&gt; - RT @acarvin: News from @AP: Egypt vote: Brotherhood advances to second round &lt;a href="http://t.co/nMecYFPI" target="_blank"&gt;http://t.co/nMecYFPI&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/205994514047971328" target="_blank"&gt;2012-05-25&amp;#160;07:11:33&lt;/a&gt; - RT @hemantmehta: I&amp;#8217;ll admit: I thought about giving her the points&amp;#8230; #HappyTowelDay &lt;a href="http://t.co/P2V2aAi4" target="_blank"&gt;http://t.co/P2V2aAi4&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206016459846070273" target="_blank"&gt;2012-05-25&amp;#160;08:38:46&lt;/a&gt; - There is not too much on my desk &lt;a href="http://t.co/yYD8vKFm" target="_blank"&gt;http://t.co/yYD8vKFm&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206019765163143168" target="_blank"&gt;2012-05-25&amp;#160;08:51:54&lt;/a&gt; - Twitter Story to Launch The New Yorker’s Science Fiction Issue &lt;a href="http://t.co/lhfHql9q" target="_blank"&gt;http://t.co/lhfHql9q&lt;/a&gt; h/t @boingboing&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206020202079600642" target="_blank"&gt;2012-05-25&amp;#160;08:53:38&lt;/a&gt; - RT @dancow: via @CJR &amp;#8220;When big data is bad data&amp;#8221;, re: NYC teacher data &lt;a href="http://t.co/mKH9uMo6" target="_blank"&gt;http://t.co/mKH9uMo6&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206021644144218112" target="_blank"&gt;2012-05-25&amp;#160;08:59:22&lt;/a&gt; -&amp;#160;!!! RT @dancow: agh, indepth @CJR piece on big/bad data &lt;a href="http://t.co/itJiQgZS" target="_blank"&gt;http://t.co/itJiQgZS&lt;/a&gt; marred by misuse of &amp;#8220;begging the question&amp;#8221; &lt;a href="http://t.co/Xfm5ZrM9" target="_blank"&gt;http://t.co/Xfm5ZrM9&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206023424336871424" target="_blank"&gt;2012-05-25&amp;#160;09:06:26&lt;/a&gt; - @dancow &amp;#8220;Spreadsheet journalism&amp;#8221;? Brilliant. I think I&amp;#8217;ll steal that.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206024009589067778" target="_blank"&gt;2012-05-25&amp;#160;09:08:46&lt;/a&gt; - @erik_paulson Or a netbook. Oh, wait, nevermind.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206041798076928000" target="_blank"&gt;2012-05-25&amp;#160;10:19:27&lt;/a&gt; - RT @ksablan: Techmeme makes money not by promising advertisers traffic, but promising them &amp;#8220;good company alongside great content.&amp;#8221; http: &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206047706144190467" target="_blank"&gt;2012-05-25&amp;#160;10:42:55&lt;/a&gt; - RT @mmoyr: I&amp;#8217;m so glad this exists: RT @ZooeySiri Siri, why aren&amp;#8217;t more things lunar powered?&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206048985872465920" target="_blank"&gt;2012-05-25&amp;#160;10:48:01&lt;/a&gt; - @ckanal Another bit from my endless closet of conservative bloggers: &lt;a href="http://t.co/vRDk3z8W" target="_blank"&gt;http://t.co/vRDk3z8W&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206050897820790786" target="_blank"&gt;2012-05-25&amp;#160;10:55:36&lt;/a&gt; - @ckanal And something much juicier: The More Leaders Make, the Meaner They Get &lt;a href="http://t.co/5cks9PFJ" target="_blank"&gt;http://t.co/5cks9PFJ&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206052208213622784" target="_blank"&gt;2012-05-25&amp;#160;11:00:49&lt;/a&gt; - RT @andymboyle: The Huntsville Times has an interesting teaser headline above the news of their reduction in printing: &lt;a href="http://t.co/dddq2h04" target="_blank"&gt;http://t.co/dddq2h04&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206080832203522048" target="_blank"&gt;2012-05-25&amp;#160;12:54:33&lt;/a&gt; - @Mattzwolinski In case you didn&amp;#8217;t know: You should change your password or contact support. Your account has been compromised.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206085079783571456" target="_blank"&gt;2012-05-25&amp;#160;13:11:26&lt;/a&gt; - RT @aburnspolitico: Also now wearing a &amp;#8220;Convict me&amp;#8221; sign on his back RT @jameshohmann Edwards has been flirting w/a female alternate jur &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206086472107954176" target="_blank"&gt;2012-05-25&amp;#160;13:16:58&lt;/a&gt; - RT @erinbiba: Eating dirt may be adaptive, not pathological. &lt;a href="http://t.co/3kuMYXPU" target="_blank"&gt;http://t.co/3kuMYXPU&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206087298364866560" target="_blank"&gt;2012-05-25&amp;#160;13:20:15&lt;/a&gt; - RT @expresident: Photo: &lt;a href="http://t.co/G8YiWVp9" target="_blank"&gt;http://t.co/G8YiWVp9&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206094371249078272" target="_blank"&gt;2012-05-25&amp;#160;13:48:21&lt;/a&gt; - SHOCKER: Penn Jillette endorses Libertarian Gary Johnson &lt;a href="http://t.co/R7yBmM6O" target="_blank"&gt;http://t.co/R7yBmM6O&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206101479201832961" target="_blank"&gt;2012-05-25&amp;#160;14:16:36&lt;/a&gt; - The right way to look at Economic Freedom vs Income: Linear separability. (Not this: &lt;a href="http://t.co/pvKtdkON" target="_blank"&gt;http://t.co/pvKtdkON&lt;/a&gt;) &lt;a href="http://t.co/QVh2Fp14" target="_blank"&gt;http://t.co/QVh2Fp14&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206103982848999424" target="_blank"&gt;2012-05-25&amp;#160;14:26:33&lt;/a&gt; - RT @peretti: My friend @felixsalmon thinks I tweet too many BuzzFeed links, does he hate AWESOMENESS??!?? -&amp;gt;  &lt;a href="http://t.co/6NyVy2MD" target="_blank"&gt;http://t.co/6NyVy2MD&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206104038603886592" target="_blank"&gt;2012-05-25&amp;#160;14:26:46&lt;/a&gt; - RT @mattlynley: Killing a killer is like a double negative, right?&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206110371357011968" target="_blank"&gt;2012-05-25&amp;#160;14:51:56&lt;/a&gt; - RT @aaronchimbel: @stevebuttry has some great insights on student media pursuing a digital-first approach, including @tcu: &lt;a href="http://t.co/3" target="_blank"&gt;http://t.co/3&lt;/a&gt; &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206134495521415169" target="_blank"&gt;2012-05-25&amp;#160;16:27:48&lt;/a&gt; - I pushed an old project onto GitHub today: &lt;a href="http://t.co/ZHtb8bYI" target="_blank"&gt;http://t.co/ZHtb8bYI&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206135177334890497" target="_blank"&gt;2012-05-25&amp;#160;16:30:30&lt;/a&gt; - File under: People Obama is seeking advice from. Perry: Don&amp;#8217;t Go After Romney On Bain &lt;a href="http://t.co/YEeNsTrx" target="_blank"&gt;http://t.co/YEeNsTrx&lt;/a&gt; via @TPMLivewire&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206139971797655555" target="_blank"&gt;2012-05-25&amp;#160;16:49:33&lt;/a&gt; - Only 4 get to be in the Slug MT @jessicakroy: 7 Techies Who May Be Living Out Their Childhood Dreams by @kellyfaircloth &lt;a href="http://t.co/Ir1iaxwc" target="_blank"&gt;http://t.co/Ir1iaxwc&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206140093935788032" target="_blank"&gt;2012-05-25&amp;#160;16:50:02&lt;/a&gt; - Re: last tweet: Apologies for the accidental-caps-lock fix.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206140119286157312" target="_blank"&gt;2012-05-25&amp;#160;16:50:08&lt;/a&gt; - RT @dmataconis: Today @SpaceX succeeded. Somewhere, Robert A. Heinlein is smiling.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206141970672926722" target="_blank"&gt;2012-05-25&amp;#160;16:57:30&lt;/a&gt; - RT @robertmentzer: Um? RT @WAOW: Wis. GAB: It&amp;#8217;s a felony to tweet photo of your ballot &lt;a href="http://t.co/sHKr2h3U" target="_blank"&gt;http://t.co/sHKr2h3U&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206142170913185792" target="_blank"&gt;2012-05-25&amp;#160;16:58:18&lt;/a&gt; - RT @robertmentzer: But is retweeting someone else&amp;#8217;s tweeted pic of a ballot also a felony?&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206142207114227712" target="_blank"&gt;2012-05-25&amp;#160;16:58:26&lt;/a&gt; - RT @robertmentzer: What if you have one of those disclaimers in your profile that says &amp;#8220;RTs are not endorsements&amp;#8221;?&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206143506564136960" target="_blank"&gt;2012-05-25&amp;#160;17:03:36&lt;/a&gt; - @MaxwellJohnLove Re: equivalency of &amp;#8220;dope&amp;#8221;: Was expecting Immortal Technique. Only got Common.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206144471358906370" target="_blank"&gt;2012-05-25&amp;#160;17:07:26&lt;/a&gt; - @MaxwellJohnLove I guess that&amp;#8217;s not that bad, really. Also: you have now seen the limits of my knowledge of rap.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206145033504690177" target="_blank"&gt;2012-05-25&amp;#160;17:09:40&lt;/a&gt; - @MaxwellJohnLove Seeing as I don&amp;#8217;t listen to rap actively, knowing one unknown rapper doesn&amp;#8217;t show much. But he is amazing.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206145438989041664" target="_blank"&gt;2012-05-25&amp;#160;17:11:17&lt;/a&gt; - @ryan_rainey @MaxwellJohnLove I think you mean &amp;#8220;Media TraKKKers.&amp;#8221;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206146462118182912" target="_blank"&gt;2012-05-25&amp;#160;17:15:21&lt;/a&gt; - @ryan_rainey @MaxwellJohnLove Offtopic: I remember when he made the song &amp;#8220;What if the Tea Party was black?&amp;#8221;. Knew him before he was cool?&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206146857578143744" target="_blank"&gt;2012-05-25&amp;#160;17:16:55&lt;/a&gt; - @MaxwellJohnLove I believe I am betraying my claim that I don&amp;#8217;t know much about rap. Believe me, it&amp;#8217;s true.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206148121741361152" target="_blank"&gt;2012-05-25&amp;#160;17:21:56&lt;/a&gt; - RT @Beyerstein: .@Ronc99 @darleenclick @Johngcole SE Cupp&amp;#8217;s ideology is irrelevant. It&amp;#8217;s never OK to bully anyone with rape-in-effigy.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206148252452663296" target="_blank"&gt;2012-05-25&amp;#160;17:22:28&lt;/a&gt; - RT @news3jessica: I&amp;#8217;ll be live tweeting much of the Gov debate tonight (in between preparing stories for @Fox47Madison and @WISCTV_News3 &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206148585044193281" target="_blank"&gt;2012-05-25&amp;#160;17:23:47&lt;/a&gt; - @ryan_rainey @MaxwellJohnLove Jim Hoft? Oh.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206149132639936512" target="_blank"&gt;2012-05-25&amp;#160;17:25:57&lt;/a&gt; - Dear people talking on the bus: Can&amp;#8217;t wait to drown you out with some Mahler.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206150641712758785" target="_blank"&gt;2012-05-25&amp;#160;17:31:57&lt;/a&gt; - Dear bus wifi: Can&amp;#8217;t wait to shut you down with some Mahler.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206227921344540672" target="_blank"&gt;2012-05-25&amp;#160;22:39:02&lt;/a&gt; - Saw the Avengers again instead of watching the #widebate. I think that was a good decision.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206228500376584195" target="_blank"&gt;2012-05-25&amp;#160;22:41:20&lt;/a&gt; - And every day until June 6th will further prove that all of @dmataconis&amp;#8217;s cynicism about politics is right.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206233048818270209" target="_blank"&gt;2012-05-25&amp;#160;22:59:25&lt;/a&gt; - RT @davewiner: You&amp;#8217;ve heard of junk food and junk bonds, now junk news. Which is mostly what we get. No nutrients. Twinkies.  &lt;a href="http://t.c" target="_blank"&gt;http://t.c&lt;/a&gt; &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206233689401737216" target="_blank"&gt;2012-05-25&amp;#160;23:01:57&lt;/a&gt; - RT @MelissaTweets: Snort RT @radleybalko: barroom libertarian: (n) a guy who would rather win an argument than get laid.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206234976402944000" target="_blank"&gt;2012-05-25&amp;#160;23:07:04&lt;/a&gt; - RT @hemantmehta: America’s ‘Evolution’ Problem &lt;a href="http://t.co/j8hdfxco" target="_blank"&gt;http://t.co/j8hdfxco&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206235959623286784" target="_blank"&gt;2012-05-25&amp;#160;23:10:59&lt;/a&gt; - RT @mathewi: RT @Digidave: A good article on why articles are outdated. &lt;a href="http://t.co/7L63EMlg" target="_blank"&gt;http://t.co/7L63EMlg&lt;/a&gt; via @SeanBlanda - I agree. I think we can d &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206236526982594560" target="_blank"&gt;2012-05-25&amp;#160;23:13:14&lt;/a&gt; - RT @verge: Amazon and independent publisher resolve dispute, 5,000 titles return to Kindle Store &lt;a href="http://t.co/6niCr4A6" target="_blank"&gt;http://t.co/6niCr4A6&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206243950456078336" target="_blank"&gt;2012-05-25&amp;#160;23:42:44&lt;/a&gt; - RT @BuzzFeedAndrew: Check out @BuzzFeed President @jonsteinberg on CNBC explain social advertising on @CNBC. &lt;a href="http://t.co/OzkV1m7s" target="_blank"&gt;http://t.co/OzkV1m7s&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206248294786142208" target="_blank"&gt;2012-05-26&amp;#160;00:00:00&lt;/a&gt; - +100 RT @ckanal: Great top comment on that article, btw, from @rdmcfee of Vancouver. &lt;a href="http://t.co/94ZOd6n4" target="_blank"&gt;http://t.co/94ZOd6n4&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206249747374288897" target="_blank"&gt;2012-05-26&amp;#160;00:05:46&lt;/a&gt; - @billyhallowell This is a time when it might be interesting to hunt down what data point just got mangled.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206250821095141376" target="_blank"&gt;2012-05-26&amp;#160;00:10:02&lt;/a&gt; - RT @benhjacobs: Tampa Bay Manager @RaysJoeMaddon just called out the Red Sox for &amp;#8220;cowardly behavior&amp;#8221; on Twitter. I love the future.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206251961035669504" target="_blank"&gt;2012-05-26&amp;#160;00:14:34&lt;/a&gt; - RT @BillyHallowell: Oh wow. RT @TheRealRoseanne: @DaveMuegge @BillyHallowell get the f*ck out if you don&amp;#8217;t like it chump!&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206252459826495488" target="_blank"&gt;2012-05-26&amp;#160;00:16:33&lt;/a&gt; - RT @BillyHallowell: @TheRealRoseanne You and I should chat. Would love to hear your political views. We couldn&amp;#8217;t disagree more, I&amp;#8217;m sure.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206252487164956673" target="_blank"&gt;2012-05-26&amp;#160;00:16:39&lt;/a&gt; - RT @TheRealRoseanne: @BillyHallowell only problem: I am in no way interested in hearing your ideas. Good luck!&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206254427345129473" target="_blank"&gt;2012-05-26&amp;#160;00:24:22&lt;/a&gt; - @billyhallowell The one thing I can&amp;#8217;t get out of my mind: She is running for president. @TylerBarton27&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206255411047837696" target="_blank"&gt;2012-05-26&amp;#160;00:28:16&lt;/a&gt; - The Green Party has priorities. (Found on @TheRealRoseanne&amp;#8217;s campaign website) &lt;a href="http://t.co/XUthIWsW" target="_blank"&gt;http://t.co/XUthIWsW&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206256796405473280" target="_blank"&gt;2012-05-26&amp;#160;00:33:46&lt;/a&gt; - @tylerbarton27 @BillyHallowell Because she&amp;#8217;s a &amp;#8220;mother, grandmother, activist, leader, feminist, and successful business woman,&amp;#8221; of course!&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206257514000564225" target="_blank"&gt;2012-05-26&amp;#160;00:36:38&lt;/a&gt; - @tylerbarton27 @BillyHallowell Offtopic: You know what&amp;#8217;s funnier than running for President? This: &lt;a href="http://t.co/SS45q7hD" target="_blank"&gt;http://t.co/SS45q7hD&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206261757017202688" target="_blank"&gt;2012-05-26&amp;#160;00:53:29&lt;/a&gt; - RT @Mowgli3: By the way, the thread in question is here, if you want to be reminded of what horrible people r/atheists are: &lt;a href="http://t.co/" target="_blank"&gt;http://t.co/&lt;/a&gt; &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206265669149409281" target="_blank"&gt;2012-05-26&amp;#160;01:09:02&lt;/a&gt; - Online interactions: Still rated by Apple &lt;a href="http://t.co/jwQpyA8L" target="_blank"&gt;http://t.co/jwQpyA8L&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206453864730333186" target="_blank"&gt;2012-05-26&amp;#160;13:36:51&lt;/a&gt; - The president tucks me in at bedtime, reveals Mrs Obama: &lt;a href="http://t.co/n6OsdoKi" target="_blank"&gt;http://t.co/n6OsdoKi&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206455082705887233" target="_blank"&gt;2012-05-26&amp;#160;13:41:42&lt;/a&gt; - @butzler Line item veto, obviously.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206487455740862467" target="_blank"&gt;2012-05-26&amp;#160;15:50:20&lt;/a&gt; - RT @BenjySarlin: Cause and effect.  &lt;a href="http://t.co/qfH97x4x" target="_blank"&gt;http://t.co/qfH97x4x&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206489860842856451" target="_blank"&gt;2012-05-26&amp;#160;15:59:53&lt;/a&gt; - RT @aschweig: wow. people actually watch this, eh? #eurovision&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206493313656832000" target="_blank"&gt;2012-05-26&amp;#160;16:13:37&lt;/a&gt; - Urban Planning: Detroit plans to shrink by leaving half the city in the dark - @io9&amp;#160;&lt;a href="http://t.co/xAT4Usqg" target="_blank"&gt;http://t.co/xAT4Usqg&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206494571893501952" target="_blank"&gt;2012-05-26&amp;#160;16:18:37&lt;/a&gt; - Another one from @io9, by @BadAstronomer: How I Stopped Worrying (About Science) and Learned to Love the Story &lt;a href="http://t.co/yxsr0KDb" target="_blank"&gt;http://t.co/yxsr0KDb&lt;/a&gt; (fixed)&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206495037394141185" target="_blank"&gt;2012-05-26&amp;#160;16:20:28&lt;/a&gt; - r twotorials: ninety two-minute r tutorial videos &lt;a href="http://t.co/4qJyyuvx" target="_blank"&gt;http://t.co/4qJyyuvx&lt;/a&gt; (via HN)&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206496110867513344" target="_blank"&gt;2012-05-26&amp;#160;16:24:44&lt;/a&gt; - CHART PORN: Did a Stuck Quote Prevent a Facebook Opening Day Pop? &lt;a href="http://t.co/Ava1Nd5m" target="_blank"&gt;http://t.co/Ava1Nd5m&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206496826105409538" target="_blank"&gt;2012-05-26&amp;#160;16:27:34&lt;/a&gt; - Is the Retina display holding back iPad graphics? | The Verge &lt;a href="http://t.co/MTbhCZRZ" target="_blank"&gt;http://t.co/MTbhCZRZ&lt;/a&gt; via @verge&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206500005366857728" target="_blank"&gt;2012-05-26&amp;#160;16:40:12&lt;/a&gt; - RT @wblau: Jeff Jarvis on what connects the New Orleans Times-Picayune, The Guardian and Die Zeit / Zeit Online . &lt;a href="http://t.co/x2KvpIAo" target="_blank"&gt;http://t.co/x2KvpIAo&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206500595572543489" target="_blank"&gt;2012-05-26&amp;#160;16:42:33&lt;/a&gt; - &amp;#8220;Briesemeister also doesn&amp;#8217;t mind the book&amp;#8217;s graphic sex scenes, although she admits having to Google some of the terms&amp;#8221; &lt;a href="http://t.co/9S94eAII" target="_blank"&gt;http://t.co/9S94eAII&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206503271186178048" target="_blank"&gt;2012-05-26&amp;#160;16:53:11&lt;/a&gt; - Am I the only one who&amp;#8217;s gotten a lot of hacked DMs in the past two days?&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206504690685452288" target="_blank"&gt;2012-05-26&amp;#160;16:58:49&lt;/a&gt; - RT @michaelschaffer: Best thing about Mustang driver with MD vanity plate STFU23? 22 people already got STFU license plates before him.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206505677089275906" target="_blank"&gt;2012-05-26&amp;#160;17:02:44&lt;/a&gt; - She&amp;#8217;s a real blogger now. RT @huffpostpol: Bristol Palin admits big mistake  &lt;a href="http://t.co/NRdw6nzY" target="_blank"&gt;http://t.co/NRdw6nzY&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206508223585464320" target="_blank"&gt;2012-05-26&amp;#160;17:12:51&lt;/a&gt; - RT @jayrosen_nyu: No, I&amp;#8217;m sorry, Atlantic Wire, this is NOT at all how science journalism works. Churnalism, maybe. &lt;a href="http://t.co/FftDO8oC" target="_blank"&gt;http://t.co/FftDO8oC&lt;/a&gt; &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206514821418582016" target="_blank"&gt;2012-05-26&amp;#160;17:39:04&lt;/a&gt; - RT @cressman: I needed this. RT @SethCLewis: Beating the Anxiety of Online Reading - more good suggestions from @zenhabits &lt;a href="http://t.co/J" target="_blank"&gt;http://t.co/J&lt;/a&gt; &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206519067002150912" target="_blank"&gt;2012-05-26&amp;#160;17:55:57&lt;/a&gt; - RT @BuzzFeedAndrew: #fail RT @Poynter: Oh the inory: Denver Post announces it&amp;#8217;s eliminating copy desk, misspells headline &lt;a href="http://t.co/vv" target="_blank"&gt;http://t.co/vv&lt;/a&gt; &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206544051372175360" target="_blank"&gt;2012-05-26&amp;#160;19:35:13&lt;/a&gt; - RT @AntDeRosa: I would love this RT @davewiner: Scripting News: A simple proposal for discussion software makers.  &lt;a href="http://t.co/ifl6hju5" target="_blank"&gt;http://t.co/ifl6hju5&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206572104441790464" target="_blank"&gt;2012-05-26&amp;#160;21:26:42&lt;/a&gt; - RT @trevortimm: Why the right-to-record is so important: Arrested #OWS reporter exonerated in court by @timcast video, showed cops lied  &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206572796380327937" target="_blank"&gt;2012-05-26&amp;#160;21:29:27&lt;/a&gt; - RT @robertcaruso: Oh helllllll no RT @danatgu RT @jilliancyork Oh look, @chrisbrown took time off from beating women to have sympathy fo &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206573207707336705" target="_blank"&gt;2012-05-26&amp;#160;21:31:05&lt;/a&gt; - If we act together, we can save the net from censorship and broken legislation. Join me in the #InternetDefenseLeague. &lt;a href="http://t.co/zaODlR2H" target="_blank"&gt;http://t.co/zaODlR2H&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206574074963574786" target="_blank"&gt;2012-05-26&amp;#160;21:34:32&lt;/a&gt; - RT @joshtpm: When has your corp brand truly arrived? When it&amp;#8217;s enrolled into autocorrect.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206574668721831936" target="_blank"&gt;2012-05-26&amp;#160;21:36:53&lt;/a&gt; - From @DeborahZiff: Interest in research wanes among UW-Madison Ph.Ds: &lt;a href="http://t.co/fakYTsPm" target="_blank"&gt;http://t.co/fakYTsPm&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206574950268682240" target="_blank"&gt;2012-05-26&amp;#160;21:38:00&lt;/a&gt; - RT @AntDeRosa: WordPress, Reddit, Cheezburger and others join new Internet Defense League &lt;a href="http://t.co/EKgRJROC" target="_blank"&gt;http://t.co/EKgRJROC&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206577158737506306" target="_blank"&gt;2012-05-26&amp;#160;21:46:47&lt;/a&gt; - The github repo for the Internet Defense League shows commits that are up to 5 months old. Did anybody scoop this story?&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206577404964122625" target="_blank"&gt;2012-05-26&amp;#160;21:47:46&lt;/a&gt; - Also noticed: &lt;a href="http://t.co/R8G2Qwda" target="_blank"&gt;http://t.co/R8G2Qwda&lt;/a&gt; was registered in November of 2010. &lt;a href="http://t.co/t6tjVbrQ" target="_blank"&gt;http://t.co/t6tjVbrQ&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206578813231050752" target="_blank"&gt;2012-05-26&amp;#160;21:53:21&lt;/a&gt; - AFAICT, Fight for the Future looks like it was founded around COICA. Unsure if they did anything big before SOPA, though.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206580350980337664" target="_blank"&gt;2012-05-26&amp;#160;21:59:28&lt;/a&gt; - FCC approves spectrum changes for Sprint and hospitals | Ars Technica &lt;a href="http://t.co/575cdcGO" target="_blank"&gt;http://t.co/575cdcGO&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206583326922911744" target="_blank"&gt;2012-05-26&amp;#160;22:11:17&lt;/a&gt; - RT @jilliancyork: To support Syrian refugees, you can text 80077 to give $10.  Money goes through Mercy Int&amp;#8217;l, a 4-star charity. http:// &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206586564749438976" target="_blank"&gt;2012-05-26&amp;#160;22:24:09&lt;/a&gt; - Awesome. RT @boraz: My new course will be titled &amp;#8220;US History: The Awesomeness of Awesome Americans.&amp;#8221;  &lt;a href="http://t.co/Tiuy3hon" target="_blank"&gt;http://t.co/Tiuy3hon&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206586961513807873" target="_blank"&gt;2012-05-26&amp;#160;22:25:44&lt;/a&gt; - FOR SCIENCE: Can you grow a beard with consistent applications of Rogaine? - @io9&amp;#160;&lt;a href="http://t.co/WyxzmaZd" target="_blank"&gt;http://t.co/WyxzmaZd&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206588272149925889" target="_blank"&gt;2012-05-26&amp;#160;22:30:56&lt;/a&gt; - A fitting Hitchens column: Because Our Fathers Lied &lt;a href="http://t.co/kazamRRh" target="_blank"&gt;http://t.co/kazamRRh&lt;/a&gt; via @slate&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206588765580427266" target="_blank"&gt;2012-05-26&amp;#160;22:32:54&lt;/a&gt; - Epic rant is epic: Keep Your Bachelorette Party Out of My Gay Bar - @Gawker &lt;a href="http://t.co/OzHMlRxz" target="_blank"&gt;http://t.co/OzHMlRxz&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206589929680158720" target="_blank"&gt;2012-05-26&amp;#160;22:37:32&lt;/a&gt; - #shotsfired RT @galtsgirl: Believe me, you cannot take hashtag games door to door when walking a precinct or making candidate calls.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206590888770666497" target="_blank"&gt;2012-05-26&amp;#160;22:41:20&lt;/a&gt; - RT @Alex_Ogle: Wait for it&amp;#8230; &lt;a href="http://t.co/ByhzURDM" target="_blank"&gt;http://t.co/ByhzURDM&lt;/a&gt; #tommyleejones&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206594266535952384" target="_blank"&gt;2012-05-26&amp;#160;22:54:46&lt;/a&gt; - I can&amp;#8217;t believe this exists: &lt;a href="http://t.co/rqbtDW9o" target="_blank"&gt;http://t.co/rqbtDW9o&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206595844953227264" target="_blank"&gt;2012-05-26&amp;#160;23:01:02&lt;/a&gt; - RT @radleybalko: #journalism &lt;a href="http://t.co/zMPje5Er" target="_blank"&gt;http://t.co/zMPje5Er&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206601788906946560" target="_blank"&gt;2012-05-26&amp;#160;23:24:39&lt;/a&gt; - Clever camerawork. cc @jacobmouradian &lt;a href="http://t.co/xwPNTioj" target="_blank"&gt;http://t.co/xwPNTioj&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206604992981909505" target="_blank"&gt;2012-05-26&amp;#160;23:37:23&lt;/a&gt; - RT @BuzzFeedAndrew: RT @nydailynews: Naked man shot, killed by Miami police after allegedly chewing another man’s face: cops  &lt;a href="http://t.c" target="_blank"&gt;http://t.c&lt;/a&gt; &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206606595159891970" target="_blank"&gt;2012-05-26&amp;#160;23:43:45&lt;/a&gt; - Fixed link MT @buzzfeedandrew: MT @radleybalko: Santorum warned us. MT @HuffingtonPost: Yoga teacher marries herself &lt;a href="http://t.co/xjkwiK9h" target="_blank"&gt;http://t.co/xjkwiK9h&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206606986626875392" target="_blank"&gt;2012-05-26&amp;#160;23:45:18&lt;/a&gt; - Ew: &amp;#8221; I do not yet know any interesting gossip about numbers bigger than 9999.&amp;#8221; RT @boraz: Try this out: Number Gossip &lt;a href="http://t.co/sQC4eCTy" target="_blank"&gt;http://t.co/sQC4eCTy&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206781035621523457" target="_blank"&gt;2012-05-27&amp;#160;11:16:55&lt;/a&gt; - RT @jason_sims: The Rs in George R.R. Martin&amp;#8217;s name each stand for &amp;#8220;R.R. Martin.&amp;#8221; This recursion goes on forever, making it impossible t &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206781531107229696" target="_blank"&gt;2012-05-27&amp;#160;11:18:53&lt;/a&gt; - Obviously for the 16-year-old cougar story. RT @ksablan: The Journalism Daily is out! &lt;a href="http://t.co/VePjj5ns" target="_blank"&gt;http://t.co/VePjj5ns&lt;/a&gt; ▸ Top stories today via @zthomae&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206783354778030080" target="_blank"&gt;2012-05-27&amp;#160;11:26:08&lt;/a&gt; -&amp;#160;!!! RT @blakestacey: The Journal of Chatroulette Studies &lt;a href="http://t.co/R5jGNUVv" target="_blank"&gt;http://t.co/R5jGNUVv&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206785474440867840" target="_blank"&gt;2012-05-27&amp;#160;11:34:33&lt;/a&gt; - More proof: Wisconsin is Bizarro World RT @dariaanne: RT @jmattbarber: Divide and conquer #DescribeObamaInThreeWords&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206785788220948480" target="_blank"&gt;2012-05-27&amp;#160;11:35:48&lt;/a&gt; - Yup&amp;#8230; RT @joe_jeffries: #DescribeObamaInThreeWords Ron Paul 2012!!!&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206786570005647360" target="_blank"&gt;2012-05-27&amp;#160;11:38:54&lt;/a&gt; - Waiting for &amp;#8220;Professor of Law&amp;#8221;&amp;#8230; #DescribeObamaInThreeWords&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206787127181193216" target="_blank"&gt;2012-05-27&amp;#160;11:41:07&lt;/a&gt; - RT @brainpicker: The evolutionary purpose of music that gets stuck in your head &lt;a href="http://t.co/jtTi97Px" target="_blank"&gt;http://t.co/jtTi97Px&lt;/a&gt; And more on music and neuroscience  &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206787392403800066" target="_blank"&gt;2012-05-27&amp;#160;11:42:10&lt;/a&gt; - RT @dmataconis: Memorial Day &lt;a href="http://t.co/2kC663W7" target="_blank"&gt;http://t.co/2kC663W7&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206788707011932160" target="_blank"&gt;2012-05-27&amp;#160;11:47:24&lt;/a&gt; - @weywerdsun To quote a comment: &amp;#8220;73% vs 83%? That&amp;#8217;s some really weak sauce.&amp;#8221;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206789201834946560" target="_blank"&gt;2012-05-27&amp;#160;11:49:22&lt;/a&gt; - RT @legaleagle: This is a thing that happened. #dubstep &lt;a href="http://t.co/hKxoQmpK" target="_blank"&gt;http://t.co/hKxoQmpK&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206790439607611392" target="_blank"&gt;2012-05-27&amp;#160;11:54:17&lt;/a&gt; - RT @MrChrisLay: I expect much of my @IsthmusTDP live-blogging to be along the lines of &amp;#8220;ha! more like goobernatorial.&amp;#8221; #winning #tigerblood&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206790678645178368" target="_blank"&gt;2012-05-27&amp;#160;11:55:14&lt;/a&gt; - RT @tomtomorrow: Shorter Thomas Friedman this morning: step 1: Obama should embrace Simpson-Bowles.  Step 2:&amp;#160;?  Step 3: VICTORY!&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206791620182540288" target="_blank"&gt;2012-05-27&amp;#160;11:58:58&lt;/a&gt; - Seems legit. RT @noamscheiber: How to Drop 5 lbs of Fat in a week &lt;a href="http://t.co/gJdlQnSR" target="_blank"&gt;http://t.co/gJdlQnSR&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206792526357725184" target="_blank"&gt;2012-05-27&amp;#160;12:02:34&lt;/a&gt; - RT @physorg_com: Yale study concludes public apathy over climate change unrelated to science literacy &lt;a href="http://t.co/i7UdL9Gk" target="_blank"&gt;http://t.co/i7UdL9Gk&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206793665790754816" target="_blank"&gt;2012-05-27&amp;#160;12:07:06&lt;/a&gt; - Must be @Dog_ebooks RT @horse_ebooks: Being aggressive to other dogs&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206798302006624256" target="_blank"&gt;2012-05-27&amp;#160;12:25:31&lt;/a&gt; - RT @ethanklapper: A fantastic read from the May issue of @wired: Seven ways to spot the future &lt;a href="http://t.co/DasKOVRx" target="_blank"&gt;http://t.co/DasKOVRx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206801717340274688" target="_blank"&gt;2012-05-27&amp;#160;12:39:06&lt;/a&gt; - @jeffsnowuw Problem not quite fixed&amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206803927948197889" target="_blank"&gt;2012-05-27&amp;#160;12:47:53&lt;/a&gt; - Asking again: Am I the only one noticing more hacked accounts than normal this weekend?&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206805260323397633" target="_blank"&gt;2012-05-27&amp;#160;12:53:10&lt;/a&gt; - @erik_paulson In one weekend, I&amp;#8217;ve gotten 4 spammy DMs and have seen more spam on the public timeline. A lot more than I usually see.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206807963028037632" target="_blank"&gt;2012-05-27&amp;#160;13:03:55&lt;/a&gt; - RT @nickgillespie: Read while huffing #jenkum: From Rainbow Parties to Butt-Chugging, 5 Classic Teen Sex &amp;amp; Drug Freakouts: http://t. &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206810670128308224" target="_blank"&gt;2012-05-27&amp;#160;13:14:40&lt;/a&gt; - RT @dmataconis: Yea, pretty much&amp;#8230;.. &lt;a href="http://t.co/kw0vO07o" target="_blank"&gt;http://t.co/kw0vO07o&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206811183464976385" target="_blank"&gt;2012-05-27&amp;#160;13:16:43&lt;/a&gt; - RT @dandrezner: Hey @syfy: You may have produced the acme of postmodern cultural criticism. In other words, this f$&amp;amp;%ing rocks. Brav &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206811755698069504" target="_blank"&gt;2012-05-27&amp;#160;13:18:59&lt;/a&gt; - This is awesome. RT @corybooker: Yes, I&amp;#8217;m at home working. Stop by and pick it up. RT @TurboGrandma: Can I borrow $20?&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206812228480020480" target="_blank"&gt;2012-05-27&amp;#160;13:20:52&lt;/a&gt; - RT @ProducerMatthew: LIVE BLOG: Global community responds to situation in Syria (with live stakeout feed from U.N.) - &lt;a href="http://t.co/nQ6tmN5F" target="_blank"&gt;http://t.co/nQ6tmN5F&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206813596670365697" target="_blank"&gt;2012-05-27&amp;#160;13:26:18&lt;/a&gt; - RT @texasinafrica: There are an alarming number of billboards advertising AK-47&amp;#8217;s in southern Tennessee.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206814509984268289" target="_blank"&gt;2012-05-27&amp;#160;13:29:56&lt;/a&gt; - @dmataconis This person has better taste in that way: &lt;a href="http://t.co/x2Gp3k8C" target="_blank"&gt;http://t.co/x2Gp3k8C&lt;/a&gt; (But only in that way)&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206814948700078080" target="_blank"&gt;2012-05-27&amp;#160;13:31:40&lt;/a&gt; - RT @awbjs: The new old thing in dev tools: &lt;a href="http://t.co/Es5RgL3q" target="_blank"&gt;http://t.co/Es5RgL3q&lt;/a&gt; @kwindla #Smalltalk #JavaScript #wheelOfReincarnation &lt;a href="http://t.co/rfB6dN6J" target="_blank"&gt;http://t.co/rfB6dN6J&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206815438758346753" target="_blank"&gt;2012-05-27&amp;#160;13:33:37&lt;/a&gt; - RT @dmataconis: RT @JosephFCrater: Jack Kerouac Drunk on William Buckely&amp;#8217;s show: &lt;a href="http://t.co/mrULnA8a" target="_blank"&gt;http://t.co/mrULnA8a&lt;/a&gt; via @youtube&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206817312236503040" target="_blank"&gt;2012-05-27&amp;#160;13:41:04&lt;/a&gt; - RT @brainpicker: The number of languages spoken worldwide vs. the languages of the internet, visualized &lt;a href="http://t.co/HJdWmBQU" target="_blank"&gt;http://t.co/HJdWmBQU&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206841406503923712" target="_blank"&gt;2012-05-27&amp;#160;15:16:48&lt;/a&gt; - RT @ModeledBehavior: Entrepreneurial School Dropouts: 
A Model on Signalling, Education 
and Entrepreneurship &lt;a href="http://t.co/iYkqGhuK" target="_blank"&gt;http://t.co/iYkqGhuK&lt;/a&gt; (pdf) &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206842170102124544" target="_blank"&gt;2012-05-27&amp;#160;15:19:50&lt;/a&gt; - RT @Alex_Ogle: Michelle says Barack sings LMFAO in the shower &lt;a href="http://t.co/gQ55l5Vg" target="_blank"&gt;http://t.co/gQ55l5Vg&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206846913557966848" target="_blank"&gt;2012-05-27&amp;#160;15:38:41&lt;/a&gt; - RT @jilliancyork: But since Assange seems to think he caused the Arab Spring, I&amp;#8217;m not surprised he knows jack shit about Syria.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206847287274647554" target="_blank"&gt;2012-05-27&amp;#160;15:40:10&lt;/a&gt; - #tweetsfrom2000 RT @davewiner: Florida Telling Hundreds Of Eligible Citizens That They Are Ineligible To Vote.  &lt;a href="http://t.co/NApjldf0" target="_blank"&gt;http://t.co/NApjldf0&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206848417106898945" target="_blank"&gt;2012-05-27&amp;#160;15:44:40&lt;/a&gt; - RT @mashable: Facebook May Launch Smartphone by Next Year [REPORT] &lt;a href="http://t.co/ZZutvhsh" target="_blank"&gt;http://t.co/ZZutvhsh&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206849206487498754" target="_blank"&gt;2012-05-27&amp;#160;15:47:48&lt;/a&gt; - Cause and effect. RT @kristinaribali: 1.5 miles in. All uphill. Kids are threatening to puke. Good times.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206849861604229120" target="_blank"&gt;2012-05-27&amp;#160;15:50:24&lt;/a&gt; - RT @mattyglesias: Why it makes sense to as (some) teachers to teach (somewhat) larger classes: &lt;a href="http://t.co/gYcVTwLd" target="_blank"&gt;http://t.co/gYcVTwLd&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206849983205474304" target="_blank"&gt;2012-05-27&amp;#160;15:50:53&lt;/a&gt; - RT @xeni: I don&amp;#8217;t get it. Why would a cardboard box leaking blood on the Metro be unusual? &lt;a href="http://t.co/9OuLlHyr" target="_blank"&gt;http://t.co/9OuLlHyr&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206867686293114880" target="_blank"&gt;2012-05-27&amp;#160;17:01:14&lt;/a&gt; - RT @ProducerMatthew: Russian envoy to U.N. Security Council: Difficult to imagine that the Syrian government would target women, children.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206868007056715776" target="_blank"&gt;2012-05-27&amp;#160;17:02:30&lt;/a&gt; - RT @AUDIOMIND: Never saw a room clear so fast as I just did when dude started playing dubstep at the underground stage at #demf. There&amp;#8217;s &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206868140754341888" target="_blank"&gt;2012-05-27&amp;#160;17:03:02&lt;/a&gt; - RT @ProducerMatthew: Russian envoy to U.N. Security Council suggests a third force likely interfering in Syria.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206868217677889537" target="_blank"&gt;2012-05-27&amp;#160;17:03:21&lt;/a&gt; - RT @blakehounshell: Now Russian envoy talking about a &amp;#8220;third force.&amp;#8221; What an embarrassing load of crap.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206868749645647874" target="_blank"&gt;2012-05-27&amp;#160;17:05:28&lt;/a&gt; - RT @tskweres: How The Future of Mobile Lies in the Developing World  &lt;a href="http://t.co/52YHu1Vo" target="_blank"&gt;http://t.co/52YHu1Vo&lt;/a&gt; via @techcrunch&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206869860683231232" target="_blank"&gt;2012-05-27&amp;#160;17:09:52&lt;/a&gt; - RT @hemantmehta: Commentary on a Christian Children’s Show &lt;a href="http://t.co/pD0PaL4K" target="_blank"&gt;http://t.co/pD0PaL4K&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206870507600093185" target="_blank"&gt;2012-05-27&amp;#160;17:12:27&lt;/a&gt; - RT @elanazak: It&amp;#8217;s amazing how a small coding victory can make me so much happier. cc @tcarmody&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206873289224749057" target="_blank"&gt;2012-05-27&amp;#160;17:23:30&lt;/a&gt; - Goofballery: What if Jack Kirby made My Little Pony comics? - @io9&amp;#160;&lt;a href="http://t.co/oTaXTt9u" target="_blank"&gt;http://t.co/oTaXTt9u&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206873914108948482" target="_blank"&gt;2012-05-27&amp;#160;17:25:59&lt;/a&gt; - You should NOT follow me on Twitter «&amp;#160;I love split testing – Visual Website Optimizer Blog &lt;a href="http://t.co/GSyNHk2m" target="_blank"&gt;http://t.co/GSyNHk2m&lt;/a&gt; via @wingify #ff&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206874242535534593" target="_blank"&gt;2012-05-27&amp;#160;17:27:17&lt;/a&gt; - RT @noamscheiber: Thanks to everyone who wrote me - yes, it appears I&amp;#8217;ve been hacked. (Though that weight loss plan did look compelling. &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206874805423702018" target="_blank"&gt;2012-05-27&amp;#160;17:29:31&lt;/a&gt; - Quebeckers take to the streets with pots and pans: a charivari - Boing Boing &lt;a href="http://t.co/wmvgQhXV" target="_blank"&gt;http://t.co/wmvgQhXV&lt;/a&gt; via @BoingBoing&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206875350611922944" target="_blank"&gt;2012-05-27&amp;#160;17:31:41&lt;/a&gt; - RT @FooGDave: Nickelback walks into a bar&amp;#8230;there&amp;#8217;s no punchline because ruining music isn&amp;#8217;t funny.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206875603541045248" target="_blank"&gt;2012-05-27&amp;#160;17:32:42&lt;/a&gt; - RT @BuzzFeedAndrew: Good story on how the Brown-Warren Senate race is intensifying the Boston Herald-Globe rivalry. &lt;a href="http://t.co/aBtW13bF" target="_blank"&gt;http://t.co/aBtW13bF&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206875828234100736" target="_blank"&gt;2012-05-27&amp;#160;17:33:35&lt;/a&gt; - RT @jtlevy: Even by standards of @radleybalko &amp;#8216;s incredibly important &amp;amp; depressing blogging, a very important, very depressing post  &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206878812464623616" target="_blank"&gt;2012-05-27&amp;#160;17:45:27&lt;/a&gt; - RT @BuzzFeedAndrew: RT @blakehounshell: Um. RT @Drudge_Report: Bilderberg power masters set to meet in USA&amp;#8230; Developing&amp;#8230; &lt;a href="http://t.co/" target="_blank"&gt;http://t.co/&lt;/a&gt; &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206880961827315712" target="_blank"&gt;2012-05-27&amp;#160;17:53:59&lt;/a&gt; - @maxwelljohnlove Pff, Cato has you covered: &lt;a href="http://t.co/Fi0fT38I" target="_blank"&gt;http://t.co/Fi0fT38I&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206882035963404288" target="_blank"&gt;2012-05-27&amp;#160;17:58:15&lt;/a&gt; - Um. MT @bryanjfischer: Homosexuality OR liberty: can&amp;#8217;t have both. YouTube bans teen&amp;#8217;s defense of marriage &lt;a href="http://t.co/AHGYm0hs" target="_blank"&gt;http://t.co/AHGYm0hs&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206883305180762114" target="_blank"&gt;2012-05-27&amp;#160;18:03:18&lt;/a&gt; - RT @davidpilling: People’s Action loses Singapore byelection - quiet political upheaval continues in state that once had no opposition h &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206921563960913921" target="_blank"&gt;2012-05-27&amp;#160;20:35:19&lt;/a&gt; - RT @AmyVernon: I love this idea (&amp;amp; voted for it!) - Code Think: Learning the Process Behind Programming &lt;a href="http://t.co/W403FK6Q" target="_blank"&gt;http://t.co/W403FK6Q&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206924820422725633" target="_blank"&gt;2012-05-27&amp;#160;20:48:16&lt;/a&gt; - RT @ObsoleteDogma: Incredibly sad and poignant. &lt;a href="http://t.co/OwbdroIv" target="_blank"&gt;http://t.co/OwbdroIv&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206927974489014273" target="_blank"&gt;2012-05-27&amp;#160;21:00:48&lt;/a&gt; - Let&amp;#8217;s test the theory. RT @billyhallowell: #Occupy RT @FOSH1ZZLE @BillyHallowell you used that stupid hashtag..now you&amp;#8217;re tainted.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206929338166284288" target="_blank"&gt;2012-05-27&amp;#160;21:06:13&lt;/a&gt; - RT @dan_munz: Guammi bears. RT @aschweig: what do people from guam call themselves?&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206929492852219904" target="_blank"&gt;2012-05-27&amp;#160;21:06:50&lt;/a&gt; - RT @mathewi: +1 RT @markoff: I give Michael Wolff tremendous credit for the courage to write this. &lt;a href="http://t.co/nacYsYpu" target="_blank"&gt;http://t.co/nacYsYpu&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206929645889785857" target="_blank"&gt;2012-05-27&amp;#160;21:07:26&lt;/a&gt; - RT @jstrevino: Follow @falklands82 immediately. The Battle of Goose Green and the martyrdom of &amp;#8220;H&amp;#8221; Jones is imminent.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206930193716228096" target="_blank"&gt;2012-05-27&amp;#160;21:09:37&lt;/a&gt; - How not to tweet &lt;a href="http://t.co/jkAAN3nW" target="_blank"&gt;http://t.co/jkAAN3nW&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206932843656523778" target="_blank"&gt;2012-05-27&amp;#160;21:20:09&lt;/a&gt; - @billyhallowell Thanks for not making an &amp;#8220;It depends upon what the meaning of the word &amp;#8216;is&amp;#8217; is&amp;#8221; joke. Too easy.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206933911119470592" target="_blank"&gt;2012-05-27&amp;#160;21:24:23&lt;/a&gt; - RT @ethanklapper: Former Sen. Alan Simpson (R-Wyo.) lashed out at members of his party on Sunday &lt;a href="http://t.co/sHvixm6r" target="_blank"&gt;http://t.co/sHvixm6r&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/206939436154494976" target="_blank"&gt;2012-05-27&amp;#160;21:46:20&lt;/a&gt; - How to argue effectively (via reddit) &lt;a href="http://t.co/inFEF05p" target="_blank"&gt;http://t.co/inFEF05p&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207009657837981697" target="_blank"&gt;2012-05-28&amp;#160;02:25:23&lt;/a&gt; - RT @JeffreyFeldman: Proof the NYT will keep paying you long after you have nothing interesting/original left to say&amp;#8230; &lt;a href="http://t.co/84v1C6kf" target="_blank"&gt;http://t.co/84v1C6kf&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207010115847585794" target="_blank"&gt;2012-05-28&amp;#160;02:27:12&lt;/a&gt; - STEP. RT @ultan: DUB&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207148335231025152" target="_blank"&gt;2012-05-28&amp;#160;11:36:26&lt;/a&gt; - RT @ddjournalism: How to introduce data journalism in newsrooms? Follow the panel The Data Tsunami &amp;amp; journalism (live streamed) http &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207160682616074243" target="_blank"&gt;2012-05-28&amp;#160;12:25:30&lt;/a&gt; - The best tech writing of the week, May 27 | The Verge &lt;a href="http://t.co/9GRR8zar" target="_blank"&gt;http://t.co/9GRR8zar&lt;/a&gt; via @verge&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207160912644284416" target="_blank"&gt;2012-05-28&amp;#160;12:26:25&lt;/a&gt; - RT @legaleagle: All I remember thinking of Atlas Shrugged before I fell asleep is they must not have been able to get any decent actors  &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207161114113486848" target="_blank"&gt;2012-05-28&amp;#160;12:27:13&lt;/a&gt; - @legaleagle Don&amp;#8217;t worry, Grover Norquist is in the next one.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207161842202710018" target="_blank"&gt;2012-05-28&amp;#160;12:30:06&lt;/a&gt; - @dcaa Awesome.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207164344176349185" target="_blank"&gt;2012-05-28&amp;#160;12:40:03&lt;/a&gt; - RIP your argument. MT @bryanjfischer: Note to Ron Paul fans: guy who chewed off guy&amp;#8217;s face was probably high on LSD &lt;a href="http://t.co/l8euruQL" target="_blank"&gt;http://t.co/l8euruQL&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207180008970665987" target="_blank"&gt;2012-05-28&amp;#160;13:42:18&lt;/a&gt; - Precision and purpose: Ubuntu 12.04 and the Unity HUD reviewed | Ars Technica &lt;a href="http://t.co/3hJ2VbDf" target="_blank"&gt;http://t.co/3hJ2VbDf&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207194394682605569" target="_blank"&gt;2012-05-28&amp;#160;14:39:27&lt;/a&gt; - RT @dmataconis: I am looking for more interesting things to do while the Olympics are on TV. Like sorting my socks.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207196269624561664" target="_blank"&gt;2012-05-28&amp;#160;14:46:54&lt;/a&gt; - RT @brianbeutler: Um. This is false. RT @JoseCanseco: Death is the same thing as never being born&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207199994015514625" target="_blank"&gt;2012-05-28&amp;#160;15:01:42&lt;/a&gt; - @buzzfeedandrew Funny&amp;#8212;10 years ago is about when Adam Sandler should&amp;#8217;ve stopped making movies.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207209179662917633" target="_blank"&gt;2012-05-28&amp;#160;15:38:12&lt;/a&gt; - RT @AnnaTarkov: I&amp;#8217;m going to use &amp;#8220;puny god&amp;#8221; as my go-to insult from now on. #Hulkrules&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207229175059316736" target="_blank"&gt;2012-05-28&amp;#160;16:57:40&lt;/a&gt; - This person wants to know if @TheStalwart has &amp;#8220;constant diarrhea&amp;#8221;: &lt;a href="http://t.co/HxnIf7RW" target="_blank"&gt;http://t.co/HxnIf7RW&lt;/a&gt; via @collegemedia&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207231285331116034" target="_blank"&gt;2012-05-28&amp;#160;17:06:03&lt;/a&gt; - @maxwelljohnlove Instagram clogging.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207231514252034048" target="_blank"&gt;2012-05-28&amp;#160;17:06:57&lt;/a&gt; - @maxwelljohnlove Not as bad as this: &lt;a href="http://t.co/jkAAN3nW" target="_blank"&gt;http://t.co/jkAAN3nW&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207237712665780225" target="_blank"&gt;2012-05-28&amp;#160;17:31:35&lt;/a&gt; - @erik_paulson &amp;#8220;Best reached through a free print daily&amp;#8221;? That&amp;#8217;s a strong assertion. @dcaa&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207248172563693569" target="_blank"&gt;2012-05-28&amp;#160;18:13:09&lt;/a&gt; - @erik_paulson @dcaa I think that&amp;#8217;s an unanswerable question&amp;#8212;it depends on what they do online, among other things.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207249061735170048" target="_blank"&gt;2012-05-28&amp;#160;18:16:41&lt;/a&gt; - RT @KatyAnderson: +1, and learn to code MT @zoeywrites To journos who lament graduating into this climate, you should have worked for st &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207260463640223745" target="_blank"&gt;2012-05-28&amp;#160;19:01:59&lt;/a&gt; - RT @journchat: Guess what? Tonight one of our own @adampopescu is our guest moderator. Follow him for tonight&amp;#8217;s&amp;#160;?s. Give him a warm welc &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207263703031230465" target="_blank"&gt;2012-05-28&amp;#160;19:14:52&lt;/a&gt; - RT @elanazak: @DR4WARD So hard to figure out a business model for local news when national news still hasn&amp;#8217;t figured it out. #journchat&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207265373169532928" target="_blank"&gt;2012-05-28&amp;#160;19:21:30&lt;/a&gt; - @sherriwrites @ianhillmedia Journalists usually forget about marketing because that end of the newsroom is separated by design? #journchat&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207265727806312451" target="_blank"&gt;2012-05-28&amp;#160;19:22:54&lt;/a&gt; - RT @elanazak: RT @aschweig: A2: Interested in whether we take Buffet at his word that the publications will remain editorially independe &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207268814545629186" target="_blank"&gt;2012-05-28&amp;#160;19:35:10&lt;/a&gt; - @elanazak The monopoly still has to compete with the no-news alternative (a bad situation in general). #journchat @afmarcom @HuckleberryHart&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207269115671494656" target="_blank"&gt;2012-05-28&amp;#160;19:36:22&lt;/a&gt; - RT @elanazak: @SherriWrites Exactly! I feel like there&amp;#8217;s more ways to get national news but locally it&amp;#8217;s a whole different beast. #journchat&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207269948362473472" target="_blank"&gt;2012-05-28&amp;#160;19:39:41&lt;/a&gt; - RT @aschweig: @adampopescu that an executive at a news corporation, nay, THE News Corporation needs plausible deniability is kind of dis &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207271605418725376" target="_blank"&gt;2012-05-28&amp;#160;19:46:16&lt;/a&gt; - re: @elanazak RT. MT @sherriwrites: @zthomae Some local news startups OWN local news (e.g. @JxnFreePress). @DonnerKay editor #journchat&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207271803536683008" target="_blank"&gt;2012-05-28&amp;#160;19:47:03&lt;/a&gt; - RT @afmarcom: @TheVoiceOfGenY I agree that daily may not be necessary; our local hard copy is better now that it&amp;#8217;s less often. #journchat&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207271877008297984" target="_blank"&gt;2012-05-28&amp;#160;19:47:21&lt;/a&gt; - RT @ianhillmedia: A4: If print disappears, I&amp;#8217;ll just have to start buying wrapping paper during the holidays. #journchat&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207272979883765760" target="_blank"&gt;2012-05-28&amp;#160;19:51:44&lt;/a&gt; - @nicwirtz @adampopescu @SherriWrites @elanazak Not all perspectives are equally powerful. Blogs are oftentimes weakly established.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207273053745451008" target="_blank"&gt;2012-05-28&amp;#160;19:52:01&lt;/a&gt; - RT @aschweig: @journchat only daily paper I read: Sunday NY Times. and it&amp;#8217;s full of news I mostly already read online. #justsayin #journchat&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207279174170316801" target="_blank"&gt;2012-05-28&amp;#160;20:16:20&lt;/a&gt; - @erik_paulson Maybe. I&amp;#8217;ve noticed spam before, but a barrage of spam from hacked accounts over a weekend is new to me. Still watching this.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207279872719069186" target="_blank"&gt;2012-05-28&amp;#160;20:19:07&lt;/a&gt; - @erik_paulson I&amp;#8217;ll get back to this later, when I&amp;#8217;m done setting up a server. But a short answer: No, I don&amp;#8217;t think you can guess well.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207280610354528257" target="_blank"&gt;2012-05-28&amp;#160;20:22:03&lt;/a&gt; - @sneibs It seems that @erik_paulson has put that quote into action. #WAR&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207280865410166784" target="_blank"&gt;2012-05-28&amp;#160;20:23:04&lt;/a&gt; - @erik_paulson Education/testing. The hardware is weak, so it won&amp;#8217;t do much else.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207282076301529093" target="_blank"&gt;2012-05-28&amp;#160;20:27:52&lt;/a&gt; - @erik_paulson More specific: It&amp;#8217;s a web server for hosting web projects/experiments, and for learning more about how web servers work.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207283127092117504" target="_blank"&gt;2012-05-28&amp;#160;20:32:03&lt;/a&gt; - RT @conor64: If you aren&amp;#8217;t following @chrislhayes you should be. He consistently strives and succeeds at producing work that has integrity.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207284869317931009" target="_blank"&gt;2012-05-28&amp;#160;20:38:58&lt;/a&gt; - RT @ethanklapper: Applicable for tomorrow&amp;#8217;s #Manhattanhenge RT @textinstagram: The sun&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207285327533047809" target="_blank"&gt;2012-05-28&amp;#160;20:40:47&lt;/a&gt; - RT @JoseCanseco: If Colombus had landed on the west coast things in Mass would be hundreds of years newer cmon govt spend money on the p &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207299068504969216" target="_blank"&gt;2012-05-28&amp;#160;21:35:24&lt;/a&gt; - RT @cschweitz: This exists: &amp;#8220;50 Shades of Grey&amp;#8221; illustrated by bewildering stock photos&amp;#8212;&amp;#8220;50 Shades of Shutterstock&amp;#8221; &lt;a href="http://t.co/DD0oVdg" target="_blank"&gt;http://t.co/DD0oVdg&lt;/a&gt; &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207304262269669376" target="_blank"&gt;2012-05-28&amp;#160;21:56:02&lt;/a&gt; - RT @ProducerMatthew: Channel 4&amp;#8217;s @AlexTomo is reporting for the network from Homs, Syria. His first blog post - &lt;a href="http://t.co/1YZhBzC0" target="_blank"&gt;http://t.co/1YZhBzC0&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207313046736089088" target="_blank"&gt;2012-05-28&amp;#160;22:30:56&lt;/a&gt; - RT @sarahljaffe: My google ads are trying to sell me a &amp;#8220;degree in journalism with a concentration in PR.&amp;#8221; Everything wrong with journali &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207314180322242560" target="_blank"&gt;2012-05-28&amp;#160;22:35:26&lt;/a&gt; - RT @jayrosen_nyu: @sarahljaffe The first decision I voted on as a J-faculty member at NYU was to do away with the PR program. In 1988. A &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207314641196556288" target="_blank"&gt;2012-05-28&amp;#160;22:37:16&lt;/a&gt; - RT @sarahljaffe: @jayrosen_nyu seriously. two things that should never be in the same department. sigh.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207321364703612929" target="_blank"&gt;2012-05-28&amp;#160;23:03:59&lt;/a&gt; - @MaxwellJohnLove Wikipedia says: Media ownership concentration + sentence length + war on drugs.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207321567275921408" target="_blank"&gt;2012-05-28&amp;#160;23:04:48&lt;/a&gt; - RT @zseward: Really thrilled @glichfield is joining us as global news editor of Quartz &lt;a href="http://t.co/MWLPIJ7u" target="_blank"&gt;http://t.co/MWLPIJ7u&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207321657407320064" target="_blank"&gt;2012-05-28&amp;#160;23:05:09&lt;/a&gt; - RT @felixsalmon: First @zseward, now @glichfield. Seems QZ is carving out a niche in liberating web-savvy hacks from paywall ghettoes.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207321789313986562" target="_blank"&gt;2012-05-28&amp;#160;23:05:41&lt;/a&gt; - RT @thekeenanwire: Dear entire newspaper industry: &amp;#8220;You should pay because we need to eat&amp;#8221; is probably not your winning marketing slogan.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207322684391038977" target="_blank"&gt;2012-05-28&amp;#160;23:09:14&lt;/a&gt; - @MaxwellJohnLove I think you should be worried about the Incarceration Singularity, too: &lt;a href="http://t.co/UNebnsW3" target="_blank"&gt;http://t.co/UNebnsW3&lt;/a&gt; cf. &lt;a href="http://t.co/AKZsaDRG" target="_blank"&gt;http://t.co/AKZsaDRG&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207323953000230913" target="_blank"&gt;2012-05-28&amp;#160;23:14:16&lt;/a&gt; - @MaxwellJohnLove The singularity is all about exponential growth. The Incarceration Singularity is when everyone is in jail (rate=1).&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207324219879591937" target="_blank"&gt;2012-05-28&amp;#160;23:15:20&lt;/a&gt; - RT @jilliancyork: Seriously, every conference should have its own Ryan Gosling meme.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207325494125936640" target="_blank"&gt;2012-05-28&amp;#160;23:20:24&lt;/a&gt; - RT @RealCollege: When did the WSJ become Cosmo? RT @WSJ Is sex a problem in your relationship? Join our live chat at 12:30 p.m. EDT Tues &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207326239827038208" target="_blank"&gt;2012-05-28&amp;#160;23:23:22&lt;/a&gt; - RT @BuzzFeedAndrew: RT @hunterw: The son of Wisconsin Governor Scott Walker thinks &lt;a href="http://t.co/8kHj1ife" target="_blank"&gt;http://t.co/8kHj1ife&lt;/a&gt; is a &amp;#8220;quality website&amp;#8221; http://t. &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207327227178795009" target="_blank"&gt;2012-05-28&amp;#160;23:27:17&lt;/a&gt; - @BuzzFeedAndrew Accomplishments: One of Matt Walker&amp;#8217;s friends bragged about smoking weed in the governor&amp;#8217;s house. (Went to high school with)&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207331371201470466" target="_blank"&gt;2012-05-28&amp;#160;23:43:45&lt;/a&gt; - Just discovered that my high school&amp;#8217;s student newspaper is no longer being linked to on the school webpage. This is how things die.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207346439943241729" target="_blank"&gt;2012-05-29&amp;#160;00:43:38&lt;/a&gt; - RT @evgenymorozov: “404 Not Found”: Infocide in Open Content Communities &lt;a href="http://t.co/zyb8oCUe" target="_blank"&gt;http://t.co/zyb8oCUe&lt;/a&gt; interesting paper&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207477967943761922" target="_blank"&gt;2012-05-29&amp;#160;09:26:16&lt;/a&gt; - RT @kissane: I hang out with coders and type nerds, but when you say Scala, this is still what I think of first. &lt;a href="http://t.co/KUctAL4t" target="_blank"&gt;http://t.co/KUctAL4t&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207478260479705090" target="_blank"&gt;2012-05-29&amp;#160;09:27:26&lt;/a&gt; - RT @AnnaTarkov: The skills required to do what a great real-time digital journalist does are different. AMEN. &lt;a href="http://t.co/2RAT5cI3" target="_blank"&gt;http://t.co/2RAT5cI3&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207481037058613248" target="_blank"&gt;2012-05-29&amp;#160;09:38:28&lt;/a&gt; - Hypothesis: @hblodget&amp;#8217;s linkbaiting is more reserved than people think it is. Evidence: &lt;a href="http://t.co/U5h8amT4" target="_blank"&gt;http://t.co/U5h8amT4&lt;/a&gt; became &lt;a href="http://t.co/qjQ4VCCm" target="_blank"&gt;http://t.co/qjQ4VCCm&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207481506749358081" target="_blank"&gt;2012-05-29&amp;#160;09:40:20&lt;/a&gt; - RT @robertmentzer: Careful! Different camera angle and that is a felony! RT @MahlonMitchell: Voted! Have you? &lt;a href="http://t.co/bnEBFDtQ" target="_blank"&gt;http://t.co/bnEBFDtQ&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207482838075977729" target="_blank"&gt;2012-05-29&amp;#160;09:45:38&lt;/a&gt; - RT @existentialfish: Everyone remember when a whole convention of Republicans mocked veterans? &lt;a href="http://t.co/8zz6zLnd" target="_blank"&gt;http://t.co/8zz6zLnd&lt;/a&gt; Good times. And by g &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207483795404898304" target="_blank"&gt;2012-05-29&amp;#160;09:49:26&lt;/a&gt; - RT @journeydan: EXCLUSIVE: No one gets exclusives anymore. So stop.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207483929467428866" target="_blank"&gt;2012-05-29&amp;#160;09:49:58&lt;/a&gt; - RT @ethanklapper: RT @FixRachel: Cory Booker&amp;#8217;s communications director has resigned &lt;a href="http://t.co/KIfrhica" target="_blank"&gt;http://t.co/KIfrhica&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207484731527401473" target="_blank"&gt;2012-05-29&amp;#160;09:53:09&lt;/a&gt; - RT @nhannahjones: Can&amp;#8217;t shake this story: Man&amp;#8217;s rape conviction overturned after accuser reaches out on Facebook. &lt;a href="http://t.co/swuuSQuQ" target="_blank"&gt;http://t.co/swuuSQuQ&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207484892903243776" target="_blank"&gt;2012-05-29&amp;#160;09:53:48&lt;/a&gt; - RT @AlexJamesFitz: An email from Bill Clinton entitled &amp;#8220;Good Morning&amp;#8221; is how I&amp;#8217;ve always envisioned my new life as a secret agent to begin.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207485276031950850" target="_blank"&gt;2012-05-29&amp;#160;09:55:19&lt;/a&gt; - RT @ggreenwald: One of the ugliest details from the NYT piece is that political adviser David Axelrod attends the meeting where Obama de &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207485949599428608" target="_blank"&gt;2012-05-29&amp;#160;09:57:59&lt;/a&gt; - RT @BuzzFeedAndrew: @cschweitz Questions like that are always sort of gimmicky. Paris Hilton is running 6% ahead of Congress. &lt;a href="http://t.c" target="_blank"&gt;http://t.c&lt;/a&gt; &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207486330219937793" target="_blank"&gt;2012-05-29&amp;#160;09:59:30&lt;/a&gt; - RT @ksablan: Doh! RT @MSiddiqi: Well that was easy: presolved crossword in today&amp;#8217;s Post. More proof copy editors are valuable. http://t. &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207486484356403201" target="_blank"&gt;2012-05-29&amp;#160;10:00:07&lt;/a&gt; - RT @ProducerMatthew: Mobile live-stream service Bambuser offers citizen journalists, activists free premium accounts - &lt;a href="http://t.co/zZFApUjo" target="_blank"&gt;http://t.co/zZFApUjo&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207487603010838528" target="_blank"&gt;2012-05-29&amp;#160;10:04:34&lt;/a&gt; - RT @ProducerMatthew: We already have a Facebook phone. It&amp;#8217;s called the HTC Status - &lt;a href="http://t.co/wxj8hXdS" target="_blank"&gt;http://t.co/wxj8hXdS&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207488811423375360" target="_blank"&gt;2012-05-29&amp;#160;10:09:22&lt;/a&gt; - There is not too much on my desk, take 2&amp;#160;&lt;a href="http://t.co/GMbfSb6i" target="_blank"&gt;http://t.co/GMbfSb6i&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207489355361689600" target="_blank"&gt;2012-05-29&amp;#160;10:11:31&lt;/a&gt; - RT @hblodget: Greece in Great Depression. We&amp;#8217;re going&amp;#8230; RT @TheStalwart: MORE SPECIFICALLY: I&amp;#8217;m heading to Greece to cover the June 17  &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207489431836438528" target="_blank"&gt;2012-05-29&amp;#160;10:11:50&lt;/a&gt; - RT @AlexJamesFitz: How do journo professors feel about that? RT @TheStalwart: PERSONAL NEWS: Starting next month I&amp;#8217;m going to become an  &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207490151180541952" target="_blank"&gt;2012-05-29&amp;#160;10:14:41&lt;/a&gt; - RT @waxpancake: Doing some Google+ vs. Twitter API tests. Twitter averages 10 posts/second mentioning &amp;#8220;google.&amp;#8221; G+ averages 7 posts/hour.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207490469947641856" target="_blank"&gt;2012-05-29&amp;#160;10:15:57&lt;/a&gt; - The future of TV as seen in Super Hi-Vision | The Verge &lt;a href="http://t.co/wTJI8urK" target="_blank"&gt;http://t.co/wTJI8urK&lt;/a&gt; via @verge&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207492342784077825" target="_blank"&gt;2012-05-29&amp;#160;10:23:24&lt;/a&gt; - Read before reacting. RT @ethanklapper: Female GOP Senate candidate: I would have married my mother &lt;a href="http://t.co/TUSRcVJ1" target="_blank"&gt;http://t.co/TUSRcVJ1&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207495301542588416" target="_blank"&gt;2012-05-29&amp;#160;10:35:09&lt;/a&gt; - RT @ProducerMatthew: BBC News apologizes for accidentally using Halo video game logo instead of logo for United Nations - &lt;a href="http://t.co/au" target="_blank"&gt;http://t.co/au&lt;/a&gt; &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207499258696441856" target="_blank"&gt;2012-05-29&amp;#160;10:50:53&lt;/a&gt; - RT @aschweig: Hm. // bitly Tries to Turn Links Into a Destination for Mainstream Users &lt;a href="http://t.co/khZ9DMbk" target="_blank"&gt;http://t.co/khZ9DMbk&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207500203438260225" target="_blank"&gt;2012-05-29&amp;#160;10:54:38&lt;/a&gt; - RT @farwent: Why my mom was disappointed in &amp;#8220;Hatfields &amp;amp; McCoys&amp;#8221; when she finally got to see an episode: &amp;#8220;Hmmm. It&amp;#8217;s really violent.&amp;#8221;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207501480230531072" target="_blank"&gt;2012-05-29&amp;#160;10:59:42&lt;/a&gt; - @annatarkov They don&amp;#8217;t just block it out&amp;#8212;the actual text is replaced by a series of dashes. Ooh, tricky.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207502373701156864" target="_blank"&gt;2012-05-29&amp;#160;11:03:15&lt;/a&gt; - @annatarkov They have p/span elements in an &amp;#8220;elided&amp;#8221; class to block them out, but they ALSO replace the text to stop the easy JS way around.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207503308422782976" target="_blank"&gt;2012-05-29&amp;#160;11:06:58&lt;/a&gt; - @annatarkov I seem to be getting around this with the &amp;#8220;print&amp;#8221; widget. No comment.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207503927883735040" target="_blank"&gt;2012-05-29&amp;#160;11:09:26&lt;/a&gt; - @annatarkov It also means that I can probably hack together a userscript to put the text back in automatically. Will investigate.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207505026166423553" target="_blank"&gt;2012-05-29&amp;#160;11:13:48&lt;/a&gt; - @annatarkov Probably, but I&amp;#8217;m trying to become more comfortable with web programming right now. It&amp;#8217;s not the worst thing I could do.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207506056027451393" target="_blank"&gt;2012-05-29&amp;#160;11:17:53&lt;/a&gt; - Welcome to 2012, the year citizen journalism mobile apps will fail. RT @fludapp: &lt;a href="http://t.co/A87Ka8GO" target="_blank"&gt;http://t.co/A87Ka8GO&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207506347841945602" target="_blank"&gt;2012-05-29&amp;#160;11:19:03&lt;/a&gt; - RT @dancow: via @nytimes: &amp;#8220;The burden feels less like Noah building an ark and more like Schindler making a list.&amp;#8221; &lt;a href="http://t.co/gQeOdpA9" target="_blank"&gt;http://t.co/gQeOdpA9&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207508231923310592" target="_blank"&gt;2012-05-29&amp;#160;11:26:32&lt;/a&gt; - Fixed link: &lt;a href="http://t.co/g0G326G1" target="_blank"&gt;http://t.co/g0G326G1&lt;/a&gt; RT @weywerdsun: &amp;#8220;Tubes&amp;#8221;: What the Internet is Made Of
 &lt;a href="http://t.co/icOtEIa9" target="_blank"&gt;http://t.co/icOtEIa9&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207508702457110529" target="_blank"&gt;2012-05-29&amp;#160;11:28:24&lt;/a&gt; - Manganese. RT @StephLauren: Minnesota? RT @andersoncooper: Mn&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207510011964952576" target="_blank"&gt;2012-05-29&amp;#160;11:33:36&lt;/a&gt; - @timothypmurphy &amp;#8220;You know the only thing more insufferable than this lunch? Congress in session.&amp;#8221; #ArguingWithGeorgeWill&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207510436411744258" target="_blank"&gt;2012-05-29&amp;#160;11:35:18&lt;/a&gt; - RT @ckanal: Agree MT @myurow: .@Bitly has lost its way. You&amp;#8217;re a data service. Make it easy to shorten and analyze. Leave acct managemen &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207512773561810944" target="_blank"&gt;2012-05-29&amp;#160;11:44:35&lt;/a&gt; - @AnnaTarkov I can&amp;#8217;t remember the last time I was disproven so completely so quickly. Naive me 2 hours ago: &lt;a href="http://t.co/NN74LoxD" target="_blank"&gt;http://t.co/NN74LoxD&lt;/a&gt; Oops.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207513152286494720" target="_blank"&gt;2012-05-29&amp;#160;11:46:05&lt;/a&gt; - @AntDeRosa &amp;#8220;Add a bitmark&amp;#8221;?&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207513612850438146" target="_blank"&gt;2012-05-29&amp;#160;11:47:55&lt;/a&gt; - @AntDeRosa Yeah. It&amp;#8217;ll make a shortened url even if you don&amp;#8217;t share it. @channay&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207514106033479680" target="_blank"&gt;2012-05-29&amp;#160;11:49:52&lt;/a&gt; - @AntDeRosa I&amp;#8217;ve made a few test bitmarks. I can confirm that it works. Make bitmark, save, copy link or view bitmark details later @channay&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207514490445635584" target="_blank"&gt;2012-05-29&amp;#160;11:51:24&lt;/a&gt; - RT @mattlanger: Front page of @businessinsider before: &lt;a href="http://t.co/UKPJIXqS" target="_blank"&gt;http://t.co/UKPJIXqS&lt;/a&gt; 

And after: &lt;a href="http://t.co/5hGGSSjJ" target="_blank"&gt;http://t.co/5hGGSSjJ&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207515427557998593" target="_blank"&gt;2012-05-29&amp;#160;11:55:08&lt;/a&gt; - DEVELOPING: I&amp;#8217;m going to try rework the Bitmark bookmarklet to save and shorten the old-fashioned way.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207515585066696705" target="_blank"&gt;2012-05-29&amp;#160;11:55:45&lt;/a&gt; - @AnnaTarkov Them not being as bad of linkbaiters as everyone says. Nope, they&amp;#8217;re that bad.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207516312593899520" target="_blank"&gt;2012-05-29&amp;#160;11:58:39&lt;/a&gt; - The new @Bitly bitmarklet iframe id is &amp;#8220;bitmark_yoself_fool.&amp;#8221; That is all.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207516638092865537" target="_blank"&gt;2012-05-29&amp;#160;11:59:56&lt;/a&gt; - RT @BuzzFeedJack: &amp;#8220;Did he say &amp;#8216;Why Do People Hate Zoos?&amp;#8217; That&amp;#8217;s a weird idea for an article.&amp;#8221;-Every person at Business Insider when Henr &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207517840880844800" target="_blank"&gt;2012-05-29&amp;#160;12:04:43&lt;/a&gt; - Found in @bitly bitmarklet code: &amp;#8220;nyanbox.&amp;#8221; #dorks&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207634054206586880" target="_blank"&gt;2012-05-29&amp;#160;19:46:30&lt;/a&gt; - New on tumblr: I have a bookmarklet that makes it really simple to share @bitly links &lt;a href="http://t.co/vBMIC563" target="_blank"&gt;http://t.co/vBMIC563&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207639169441349633" target="_blank"&gt;2012-05-29&amp;#160;20:06:50&lt;/a&gt; - NPR, your timekeeping is not making sense. (Local time is CDT.) h/t @davewiner &lt;a href="http://t.co/5ZZGcvbP" target="_blank"&gt;http://t.co/5ZZGcvbP&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207639465592762369" target="_blank"&gt;2012-05-29&amp;#160;20:08:01&lt;/a&gt; - RT @AnnaTarkov: In case you missed it, this happened today: &lt;a href="http://t.co/J3nenRZI" target="_blank"&gt;http://t.co/J3nenRZI&lt;/a&gt; I&amp;#8217;m still trying to get over it.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207641846363590656" target="_blank"&gt;2012-05-29&amp;#160;20:17:28&lt;/a&gt; - +1 RT @dmataconis: The End Of The Debate Over Evolution? &lt;a href="http://t.co/pMgIk2kI" target="_blank"&gt;http://t.co/pMgIk2kI&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207655842059796480" target="_blank"&gt;2012-05-29&amp;#160;21:13:05&lt;/a&gt; - RT @BuzzFeedAndrew: Donald Trump on Fox:&amp;#8221;My Twitter is very large.&amp;#8221;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207668836982456321" target="_blank"&gt;2012-05-29&amp;#160;22:04:43&lt;/a&gt; - RT @designhawg: in case you were curious what the mobile product manager at RomneyHQ is doing right now… #amercia #mitt2012&amp;#160;&lt;a href="http://t.co/" target="_blank"&gt;http://t.co/&lt;/a&gt; &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207669851077087232" target="_blank"&gt;2012-05-29&amp;#160;22:08:45&lt;/a&gt; - Nope, it&amp;#8217;s this: &lt;a href="http://t.co/PhHh89ep" target="_blank"&gt;http://t.co/PhHh89ep&lt;/a&gt; RT @LibertyandEcon: Probably the Best Ron Paul Clip of All Time  &lt;a href="http://t.co/spWMfyWO" target="_blank"&gt;http://t.co/spWMfyWO&lt;/a&gt;  #RP&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207672540292853761" target="_blank"&gt;2012-05-29&amp;#160;22:19:26&lt;/a&gt; - RT @AlecMacGillis: Gotta hurt Perry to have Romney claim nomination in the state whose excessively sensible immigration policies Mitt pi &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207685811469172738" target="_blank"&gt;2012-05-29&amp;#160;23:12:10&lt;/a&gt; - Status: Rate limited while working on a Twitter script for Ruby again? Yup.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207686192303575040" target="_blank"&gt;2012-05-29&amp;#160;23:13:41&lt;/a&gt; - @aschweig If the new dashboard is too obnoxious, I made a bookmarklet for this: &lt;a href="http://t.co/ZbIAQvF8" target="_blank"&gt;http://t.co/ZbIAQvF8&lt;/a&gt; @MatthewRusso&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207688353024446465" target="_blank"&gt;2012-05-29&amp;#160;23:22:16&lt;/a&gt; - @aschweig I wonder if they&amp;#8217;ll be backpedaling over the next few weeks, tbh. Haven&amp;#8217;t seen a lot of happy people. @MatthewRusso&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207690148610179072" target="_blank"&gt;2012-05-29&amp;#160;23:29:24&lt;/a&gt; - @aschweig If the fancy new things get into API wrappers, I bet you could make this not suck. Easy linkblogging or something. @MatthewRusso&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207690558221717504" target="_blank"&gt;2012-05-29&amp;#160;23:31:02&lt;/a&gt; - FW: Future employers. RT @mikekujak: Dear summer jobs&amp;#8230; &lt;a href="http://t.co/9Zer7eml" target="_blank"&gt;http://t.co/9Zer7eml&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207691544768159744" target="_blank"&gt;2012-05-29&amp;#160;23:34:57&lt;/a&gt; - RT @joeybaker: Twitter’s implementation of server-side + client-side rendering might mark the largest deployment of its type  &lt;a href="http://t.c" target="_blank"&gt;http://t.c&lt;/a&gt; &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207703595410399232" target="_blank"&gt;2012-05-30&amp;#160;00:22:50&lt;/a&gt; - @willwilkinson I tried to unbreak it with a bookmarklet: &lt;a href="http://t.co/ZbIAQvF8" target="_blank"&gt;http://t.co/ZbIAQvF8&lt;/a&gt; Some assembly required, but then it&amp;#8217;s pretty easy.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207706964443144193" target="_blank"&gt;2012-05-30&amp;#160;00:36:13&lt;/a&gt; - RT @adampopescu: #Journchat Recap: The @Storify Version &lt;a href="http://t.co/SrXkoMpJ" target="_blank"&gt;http://t.co/SrXkoMpJ&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207707506984747010" target="_blank"&gt;2012-05-30&amp;#160;00:38:23&lt;/a&gt; - RT @garonsen: This is pretty great: Former classmate of both Romney and Obama weighs in on the race: &lt;a href="http://t.co/IEj3Moew" target="_blank"&gt;http://t.co/IEj3Moew&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207708713958653953" target="_blank"&gt;2012-05-30&amp;#160;00:43:11&lt;/a&gt; - RT @adampopescu: Oh boy. Get ready readers: the true story of how n why @TashaReign posed for a pic with ex-Pres Clinton in Monaco. #sta &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207713608103243776" target="_blank"&gt;2012-05-30&amp;#160;01:02:37&lt;/a&gt; - RT @blakehounshell: BREAKING RT @BBCWorld: Apple&amp;#8217;s CEO &amp;#8216;I&amp;#8217;m not Steve Jobs&amp;#8217; &lt;a href="http://t.co/Aq2fDy5F" target="_blank"&gt;http://t.co/Aq2fDy5F&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207844908885753859" target="_blank"&gt;2012-05-30&amp;#160;09:44:22&lt;/a&gt; - RT @mleewelch: I don&amp;#8217;t know if @nickgillespie won the whole Internet with his sentence in this post (&lt;a href="http://t.co/zb9rM0U6" target="_blank"&gt;http://t.co/zb9rM0U6&lt;/a&gt;), but he won * &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207845243939332096" target="_blank"&gt;2012-05-30&amp;#160;09:45:42&lt;/a&gt; - RT @ZekeJMiller: The most confusing shot/chaser email ever from @AmericanXRoads&amp;#8217;s @superfluouschap  &lt;a href="http://t.co/1lwcQx4h" target="_blank"&gt;http://t.co/1lwcQx4h&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207847646054981632" target="_blank"&gt;2012-05-30&amp;#160;09:55:15&lt;/a&gt; - RT @ajjaffe: RT @HuffPostHill For purpel mountians majesteis / Aboev teh friuted plane! / AMERCIAAAAAAA, AMERCIAAAAA GOD SHED HIS GRACE  &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207863905215725568" target="_blank"&gt;2012-05-30&amp;#160;10:59:51&lt;/a&gt; - RT @aschweig: RT @Bill_Gross: Here is a link to the 112-slide presentation that Mary Meeker just shared at #ATD10 #D10: &lt;a href="http://t.co/8pFZ" target="_blank"&gt;http://t.co/8pFZ&lt;/a&gt; &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207864241783447552" target="_blank"&gt;2012-05-30&amp;#160;11:01:11&lt;/a&gt; - RT @jayrosen_nyu: Side by side comparison: My post Tuesday that I wrote in imitation Gawker style &lt;a href="http://t.co/Sv5bzhtu" target="_blank"&gt;http://t.co/Sv5bzhtu&lt;/a&gt; Gawker, same stor &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207866795460276225" target="_blank"&gt;2012-05-30&amp;#160;11:11:20&lt;/a&gt; - RT @ZekeJMiller: RT @michaelscherer: RT @RyanLizza: Official WH photo of Obama-Romney phone call. &lt;a href="http://t.co/9dRBm1AQ" target="_blank"&gt;http://t.co/9dRBm1AQ&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207873375308222464" target="_blank"&gt;2012-05-30&amp;#160;11:37:29&lt;/a&gt; - RT @daveweigel: I worry that the difference between &amp;#8220;gaffe&amp;#8221; and &amp;#8220;flub&amp;#8221; has been lost forever.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207876137735569410" target="_blank"&gt;2012-05-30&amp;#160;11:48:28&lt;/a&gt; - Conspiracy efficiency. MT @realDonaldTrump: I want to see @BarackObama&amp;#8217;s college records to see his application&amp;#8217;s listed place of birth.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207876462274027523" target="_blank"&gt;2012-05-30&amp;#160;11:49:45&lt;/a&gt; - &lt;a href="http://t.co/lQoHh9Sn" target="_blank"&gt;http://t.co/lQoHh9Sn&lt;/a&gt; RT @TheStalwart: I&amp;#8217;d like to see all the papers/networks devote more coverage to the latest stuff that Trump says.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207876928827428868" target="_blank"&gt;2012-05-30&amp;#160;11:51:36&lt;/a&gt; - RT @AntDeRosa: Serenity now &lt;a href="http://t.co/9v8gCXbA" target="_blank"&gt;http://t.co/9v8gCXbA&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207878431873056768" target="_blank"&gt;2012-05-30&amp;#160;11:57:35&lt;/a&gt; - RT @jenayres: RT @MULawPoll: We&amp;#8217;ll be live tweeting new poll results starting at 12:15. #mulawpoll&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207879090974367746" target="_blank"&gt;2012-05-30&amp;#160;12:00:12&lt;/a&gt; - RT @AlexJamesFitz: Romney app updated, new version cites &amp;#8220;bug fixes.&amp;#8221; #Amercia &lt;a href="http://t.co/NHQNMXFS" target="_blank"&gt;http://t.co/NHQNMXFS&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207879350635339776" target="_blank"&gt;2012-05-30&amp;#160;12:01:14&lt;/a&gt; - RT @kashhill: Google&amp;#8217;s Competitor For Facebook Isn&amp;#8217;t Plus. It&amp;#8217;s Project Glass. &lt;a href="http://t.co/2fiX6mhB" target="_blank"&gt;http://t.co/2fiX6mhB&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207879873312735232" target="_blank"&gt;2012-05-30&amp;#160;12:03:18&lt;/a&gt; - W.C. RT @TheStalwart: If your child&amp;#8217;s teacher doesn&amp;#8217;t teach like this, your kid is guaranteed screwed. &lt;a href="http://t.co/x9iVEtrc" target="_blank"&gt;http://t.co/x9iVEtrc&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207880021438767105" target="_blank"&gt;2012-05-30&amp;#160;12:03:53&lt;/a&gt; - RT @dancow: I believe we&amp;#8217;re at max-lameness: Student body president demands right to pick student newspaper editor &lt;a href="http://t.co/KaxFwC3z" target="_blank"&gt;http://t.co/KaxFwC3z&lt;/a&gt;  &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207880486536749056" target="_blank"&gt;2012-05-30&amp;#160;12:05:44&lt;/a&gt; - And politically active. MT @dancow: Also, the newspaper-micromanaging-student gov. president is 37&amp;#160;&lt;a href="http://t.co/PwqXNTL6" target="_blank"&gt;http://t.co/PwqXNTL6&lt;/a&gt; via @romenesko&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207881347031773184" target="_blank"&gt;2012-05-30&amp;#160;12:09:10&lt;/a&gt; - @VickiMcKenna To be fair, Ed Schultz is a bit of a laughing stock.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207882050244575234" target="_blank"&gt;2012-05-30&amp;#160;12:11:57&lt;/a&gt; - RT @markknoller: HD Net&amp;#8217;s Dan Rather reporting Venezuelan Pres Hugo Chavez now suffering end-stage cancer. &lt;a href="http://t.co/bTgV4pyr" target="_blank"&gt;http://t.co/bTgV4pyr&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207882587266482176" target="_blank"&gt;2012-05-30&amp;#160;12:14:05&lt;/a&gt; - RT @LandonSandy: North Carolina&amp;#8217;s newest ban: Idea that sea level rise accelerating exponentially. Even their graphs must be straight!

 &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207882883887665152" target="_blank"&gt;2012-05-30&amp;#160;12:15:16&lt;/a&gt; -&amp;#160;!!! RT @dancow: Politwoops - Deleted tweets from politicians &lt;a href="http://t.co/a22ogJrQ" target="_blank"&gt;http://t.co/a22ogJrQ&lt;/a&gt; #politwoops via @sunfoundation&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207882974342025217" target="_blank"&gt;2012-05-30&amp;#160;12:15:38&lt;/a&gt; - RT @ethanklapper: Here&amp;#8217;s an early favorite from the new &lt;a href="http://t.co/ncbqRCQw" target="_blank"&gt;http://t.co/ncbqRCQw&lt;/a&gt; site: &lt;a href="http://t.co/q3CstXjF" target="_blank"&gt;http://t.co/q3CstXjF&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207893115284111360" target="_blank"&gt;2012-05-30&amp;#160;12:55:55&lt;/a&gt; - @erik_paulson You only need to allocate 8GB of memory to run the repeatability Felix VM, right? &lt;a href="http://t.co/tG5S9Bw7" target="_blank"&gt;http://t.co/tG5S9Bw7&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207895943419396097" target="_blank"&gt;2012-05-30&amp;#160;13:07:10&lt;/a&gt; - Last week&amp;#8217;s: Disparate. RT @DanielBice: Word of the week: desperate. #wirecall&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207896219916308480" target="_blank"&gt;2012-05-30&amp;#160;13:08:16&lt;/a&gt; - RT @ashk4n: Pretty cool project from @ProPublica: We&amp;#8217;re working to track how politicians use your personal data (via email) &lt;a href="http://t.co/" target="_blank"&gt;http://t.co/&lt;/a&gt; &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207896614306717696" target="_blank"&gt;2012-05-30&amp;#160;13:09:50&lt;/a&gt; - RT @Schneider_CM: &amp;#8220;Here&amp;#8217;s why the sampling is wrong in this poll I disagree with&amp;#8221; - Everyone&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207897007380115459" target="_blank"&gt;2012-05-30&amp;#160;13:11:23&lt;/a&gt; - RT @jackshafer: You need to follow @mathewi, one of the best new media and tech reporters&amp;#8212;and Twitter contributors&amp;#8212;I know.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207897568972255234" target="_blank"&gt;2012-05-30&amp;#160;13:13:37&lt;/a&gt; - Not really. MT @WeRWisconsin: VIDEO - @WePartyPatriots: &amp;#8220;Political Version of Jay-Z’s “99 Problems” Is a Winner&amp;#8221; &lt;a href="http://t.co/Fr9vnCcx" target="_blank"&gt;http://t.co/Fr9vnCcx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207900233865240576" target="_blank"&gt;2012-05-30&amp;#160;13:24:13&lt;/a&gt; - RT @aschweig: I added Spelling to @mittromney&amp;#8217;s topics on @klout &lt;a href="http://t.co/EtV7b2bx" target="_blank"&gt;http://t.co/EtV7b2bx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207900974310895617" target="_blank"&gt;2012-05-30&amp;#160;13:27:09&lt;/a&gt; - RT @keptsimple81: I prefer to think of him as the rapey mayor on Veronica Mars. MT @BuzzFeedAndrew:  Fox Nation scoop: &lt;a href="http://t.co/3iq9AB02" target="_blank"&gt;http://t.co/3iq9AB02&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207901330222751744" target="_blank"&gt;2012-05-30&amp;#160;13:28:34&lt;/a&gt; - @keptsimple81 @BuzzFeedAndrew I think he peaked here: &lt;a href="http://t.co/FewBoKXm" target="_blank"&gt;http://t.co/FewBoKXm&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207902353846829057" target="_blank"&gt;2012-05-30&amp;#160;13:32:38&lt;/a&gt; - RT @TimFernholz: This is brilliant.  &lt;a href="http://t.co/kQzwpvO3" target="_blank"&gt;http://t.co/kQzwpvO3&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207903012780392449" target="_blank"&gt;2012-05-30&amp;#160;13:35:15&lt;/a&gt; - @erik_paulson Looks like I&amp;#8217;ll be reading the docs (and probably the code, too).&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207915014592528384" target="_blank"&gt;2012-05-30&amp;#160;14:22:57&lt;/a&gt; - RT @politico: RT @ByronTau: Did Obama endorse Mayor Tom Barrett? Jay Carney: &amp;#8220;Not that I&amp;#8217;m aware of.&amp;#8221;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207915362916896770" target="_blank"&gt;2012-05-30&amp;#160;14:24:20&lt;/a&gt; - RT @TheStalwart: Dear media. More Donald Trump coverage, please! &lt;a href="http://t.co/fpdGqsPq" target="_blank"&gt;http://t.co/fpdGqsPq&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207915715309744129" target="_blank"&gt;2012-05-30&amp;#160;14:25:44&lt;/a&gt; - RT @GottaLaff: VID: 4 yr-old gets standing O for singing “Ain’t No Homos Gonna Make It To Heaven” in church &lt;a href="http://t.co/xYPpPukg" target="_blank"&gt;http://t.co/xYPpPukg&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207922834746515456" target="_blank"&gt;2012-05-30&amp;#160;14:54:01&lt;/a&gt; - RT @aschweig: .@bitly had to write a blog post to explain how to shorten links with the new UI &lt;a href="http://t.co/KWU2bFt5" target="_blank"&gt;http://t.co/KWU2bFt5&lt;/a&gt; passing that along w &amp;#8230;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207923089294630915" target="_blank"&gt;2012-05-30&amp;#160;14:55:02&lt;/a&gt; - I&amp;#8217;ll comment: &amp;#8220;We’ve always seen bitly as a central place for online sharing and saving of your links.&amp;#8221; Nonononono.&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207923915308269568" target="_blank"&gt;2012-05-30&amp;#160;14:58:19&lt;/a&gt; - @ethanklapper His email address is disappointing. Should be &lt;a href="http://t.co/ZSVS6fVG@voteforeddie.com" target="_blank"&gt;http://t.co/ZSVS6fVG@voteforeddie.com&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207924386517352449" target="_blank"&gt;2012-05-30&amp;#160;15:00:11&lt;/a&gt; - RT @HuffPostPol: &lt;a href="http://t.co/AXD64QaV" target="_blank"&gt;http://t.co/AXD64QaV&lt;/a&gt; is someone&amp;#8217;s legal name, and will appear on a Florida ballot in November &lt;a href="http://t.co/bxSuBArj" target="_blank"&gt;http://t.co/bxSuBArj&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207924906279702528" target="_blank"&gt;2012-05-30&amp;#160;15:02:15&lt;/a&gt; - Zombie outbreak&amp;#8212;THIS IS HAPPENING RT @AlexJamesFitz: Guys, guys&amp;#8230;.guys!! RT @USATODAY Police: Woman killed her infant, ate part of brain&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/zthomae/status/207927141638221825" target="_blank"&gt;2012-05-30&amp;#160;15:11:08&lt;/a&gt; - RT @ethanklapper: RT @PressSec: Per briefing question today: POTUS is supporting Tom Barrett in next week&amp;#8217;s Wisconsin election.&lt;/p&gt;</description><link>http://zthomae.tumblr.com/post/24086513651</link><guid>http://zthomae.tumblr.com/post/24086513651</guid><pubDate>Wed, 30 May 2012 17:05:23 -0500</pubDate></item><item><title>An easy bitly bookmarklet</title><description>&lt;p&gt;I hacked together a bookmarklet to make a bitly shortened url from the current page. Expanded, it looks like this:&lt;/p&gt;
&lt;div class="code"&gt;
&lt;div class="hlcode"&gt;
&lt;div class="syntax"&gt;
&lt;pre&gt;&lt;span class="kd"&gt;var&lt;/span&gt; &lt;span class="nx"&gt;xhr&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="k"&gt;new&lt;/span&gt; &lt;span class="nx"&gt;XMLHttpRequest&lt;/span&gt;&lt;span class="p"&gt;();&lt;/span&gt;
&lt;span class="nx"&gt;xhr&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;open&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="s2"&gt;"GET"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="s2"&gt;"https://api-ssl.bitly.com/v3/shorten?longUrl="&lt;/span&gt;&lt;span class="o"&gt;+&lt;/span&gt;&lt;span class="nb"&gt;encodeURIComponent&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;top&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nb"&gt;document&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;URL&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;&lt;span class="o"&gt;+&lt;/span&gt;&lt;span class="s2"&gt;"&amp;amp;login=LOGIN_KEY&amp;amp;apiKey=API_KEY"&lt;/span&gt;&lt;span class="p"&gt;);&lt;/span&gt;
&lt;span class="nx"&gt;xhr&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;onreadystatechange&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="kd"&gt;function&lt;/span&gt;&lt;span class="p"&gt;()&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt; 
    &lt;span class="k"&gt;if&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;xhr&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;readyState&lt;/span&gt; &lt;span class="o"&gt;==&lt;/span&gt; &lt;span class="mi"&gt;4&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt; 
        &lt;span class="k"&gt;if&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;xhr&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;status&lt;/span&gt;&lt;span class="o"&gt;==&lt;/span&gt;&lt;span class="mi"&gt;200&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
            &lt;span class="nx"&gt;json&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nx"&gt;JSON&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;parse&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;xhr&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;responseText&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
            &lt;span class="nb"&gt;window&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;prompt&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="s2"&gt;"Your new link"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="nx"&gt;json&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;data&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;url&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;      
        &lt;span class="p"&gt;}&lt;/span&gt; &lt;span class="k"&gt;else&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
            &lt;span class="nx"&gt;console&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;log&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="s2"&gt;"Oops"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="nx"&gt;xhr&lt;/span&gt;&lt;span class="p"&gt;);&lt;/span&gt;
        &lt;span class="p"&gt;}&lt;/span&gt;
    &lt;span class="p"&gt;}&lt;/span&gt; 
&lt;span class="p"&gt;}&lt;/span&gt;
&lt;span class="nx"&gt;xhr&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;send&lt;/span&gt;&lt;span class="p"&gt;();&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;I have a bookmarklet-friendly version &lt;a href="https://gist.github.com/2831694" target="_blank"&gt;here&lt;/a&gt;. You need to get your login and API keys from &lt;a href="https://bitly.com/a/your_api_key/" target="_blank"&gt;here&lt;/a&gt; and plug them in for LOGIN_KEY and API_KEY respectively for this to work (I haven&amp;#8217;t given you an easier way to do this than opening up the raw file in a text editor&amp;#8212;sorry!).&lt;/p&gt;
&lt;p&gt;Once you have your API key values in the script, drag it up to your bookmarks bar and click on it when you&amp;#8217;re on a site you&amp;#8217;d like to get a shortened URL for. Your new URL will be selected in a popup prompt (that does nothing) for you to copy and use as you wish. The URL will be copied to your bitly history as per usual.&lt;/p&gt;
&lt;p&gt;Based on code &lt;a href="http://dev.bitly.com/cors.html" target="_blank"&gt;here&lt;/a&gt;.&lt;/p&gt;</description><link>http://zthomae.tumblr.com/post/24031895410</link><guid>http://zthomae.tumblr.com/post/24031895410</guid><pubDate>Tue, 29 May 2012 19:46:00 -0500</pubDate></item></channel></rss>
