<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Rossotron.com &#187; twitter</title>
	<atom:link href="http://rossotron.com/tag/twitter/feed/" rel="self" type="application/rss+xml" />
	<link>http://rossotron.com</link>
	<description>The eclectic ramblings, interests, and works of Ross Goldberg</description>
	<lastBuildDate>Wed, 09 May 2012 16:55:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Postpone the OAuthcalypse &#8211; Basic Authentication and Command Line Tools for Twitter</title>
		<link>http://rossotron.com/2010/10/19/postpone-the-oauthcalypse-basic-authentication-and-command-line-tools-for-twitter/</link>
		<comments>http://rossotron.com/2010/10/19/postpone-the-oauthcalypse-basic-authentication-and-command-line-tools-for-twitter/#comments</comments>
		<pubDate>Tue, 19 Oct 2010 15:30:32 +0000</pubDate>
		<dc:creator>Ross</dc:creator>
				<category><![CDATA[hacks]]></category>
		<category><![CDATA[on the interwebs]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[oauthcalypse]]></category>
		<category><![CDATA[simpleauthtwitter]]></category>
		<category><![CDATA[supertweet]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://rossotron.com/2010/10/19/postpone-the-oauthcalypse-basic-authentication-and-command-line-tools-for-twitter/</guid>
		<description><![CDATA[A little while ago, Twitter decided to get rid of &#8220;basic authentication&#8221; for all third party tools (i.e. login and<a href="http://rossotron.com/2010/10/19/postpone-the-oauthcalypse-basic-authentication-and-command-line-tools-for-twitter/" class="searchmore">Read the Rest...</a><div class="clr"></div>
Possibly related posts (auto-generated):<ol>
<li><a href='http://rossotron.com/2008/09/02/twitter-tech/' rel='bookmark' title='Twitter != Tech'>Twitter != Tech</a></li>
<li><a href='http://rossotron.com/2008/06/18/autolink-for-twitter-new-greasemonkey-script/' rel='bookmark' title='AutoLink for Twitter &#8211; New Greasemonkey Script'>AutoLink for Twitter &#8211; New Greasemonkey Script</a></li>
<li><a href='http://rossotron.com/2010/03/22/cut-the-crap-introducing-thecrapcritic-reviews-on-twitter-2/' rel='bookmark' title='Cut the Crap! Introducing TheCrapCritic Reviews on Twitter'>Cut the Crap! Introducing TheCrapCritic Reviews on Twitter</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>A little while ago, Twitter decided to get rid of &#8220;basic authentication&#8221; for all third party tools (i.e. login and passwords) and force them to use OAuth as a more secure and user-friendly means of using their service.  This event, affectionately known as the <a href="http://mashable.com/2010/04/24/twitter-oauthcalypse/">OAuthcalypse</a> among the tech community, caused many people to throw their hands up in disgust as they realized that many of their scripts and tools would now be obsolete &#8211; that is, unless they spent time and effort revamping them to use OAuth.</p>
<p>Luckily, there&#8217;s a simpler solution for all those folks out there &#8211; using a website that handles the OAuth handshake for you lets you essentially proxy your Twitter calls through an authorized site, meaning you can hang on to your scripts and tools with minimal modifications.</p>
<p>The easiest solution I&#8217;ve found out there is <a href="http://www.supertweet.net/">SuperTweet.net</a>.  Designed to transparently replace direct calls to Twitter, SimpleTweet does all the heavy lifting and has quite an extensive API to utilize.  Setup is relatively quick and painless (see details below) and for the most simple one-line tweeting solutions, just requires you replacing your Twitter password with your SuperTweet password, and changing the URL you hit to the SimpleTweet gateway URL.</p>
<p>An alternate solution, and one I&#8217;ve had only partial success with, is Elliot Kember&#8217;s <a href="http://simpleauthtwitter.heroku.com/">Simple Auth Twitter</a>.  Although it boasts an easier setup (basically, click one link and you&#8217;ve got everything set up for you), it appears to be more limited in what you can do on Twitter via the proxy, and requires you to change your format of your scripts to hit a custom URL for each status tweet.  Although it worked for me on unix-based systems, I could not get it to work via curl for Windows.</p>
<p>My recommendation, if you like to tweet from the command line or have a script/tool that needs to do so, is use SimpleTweet.net to replace your old basic authentication calls to Twitter.  It took me about 2 minutes to set up and edit my scripts to use this, and they&#8217;ve worked flawlessly since then.  Sure, there&#8217;s a third party in the loop now, but if the alternative is learning OAuth or giving up on my scripts entirely, I&#8217;ll happily take the quick &amp; dirty solution and go about the rest of my day doing something more fun.</p>
<hr />How to Set Up SuperTweet.net &#8211; Step by Step instructions</p>
<p>1) If you’re not already signed in, login into Twitter via the <a href="http://twitter.com/">Twitter homepage</a> with the account you want to use with SuperTweet’s API Proxy</p>
<p>2) Go to the SuperTweet.net homepage and click the “Sign in With Twitter” button to get to the Twitter authorization page</p>
<p><a href="http://rossotron.com/wp/wp-content/uploads/1signin.jpg"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="1signin" src="http://rossotron.com/wp/wp-content/uploads/1signin_thumb.jpg" border="0" alt="1signin" width="244" height="178" /></a> 3) Click the “Allow” button to allow “MyAuth API Proxy by supertweet.net” access to your Twitter account.  This is the step where they’re setting up the OAuth handshake for you so you can use SuperTweet as a proxy without having to do OAuth yourself.</p>
<p><a href="http://rossotron.com/wp/wp-content/uploads/2allow.jpg"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="2allow" src="http://rossotron.com/wp/wp-content/uploads/2allow_thumb.jpg" border="0" alt="2allow" width="244" height="139" /></a> 4) You’ll be returned to the SuperTweet site, with a page that shows the credentials that are set up for your account.  Right now, the account is Inactive because you have not set up a password.  Click the “Activate” link to set up a password.</p>
<p><a href="http://rossotron.com/wp/wp-content/uploads/3activate.jpg"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="3activate" src="http://rossotron.com/wp/wp-content/uploads/3activate_thumb.jpg" border="0" alt="3activate" width="244" height="143" /></a> 4) On the next screen, enter the password you want to use with your command-line tools.  Note: They recommend NOT using your Twitter password here to add a little extra safety to your account.  Most command line tools are going to transmit this password in the clear, so it’s probably a good idea to use an alternate password.</p>
<p><a href="http://rossotron.com/wp/wp-content/uploads/4password.jpg"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="4password" src="http://rossotron.com/wp/wp-content/uploads/4password_thumb.jpg" border="0" alt="4password" width="244" height="98" /></a> 5) You should now be returned to the credentials page, with a note next to your status saying your account is active.  Congratulations, you can now use SuperTweet as a proxy for your Twitter calls!</p>
<p>Here’s an example to get you started – if you want to tweet your status from the command line, use the following one-liner:</p>
<p><code>curl -u your_twitter_username_here:your_SuperTweet_password_here -d status="Status you want tweeted goes here" <a href="http://api.supertweet.net/1/statuses/update.xml">http://api.supertweet.net/1/statuses/update.xml</a></code></p>
<p>(Curl for Windows uses arguments slightly differently, but it’s similar enough that I think you can figure it out.)</p>
<p>The full list of API calls is available <a href="http://www.supertweet.net/about/api">here</a>. Lots of possibilities out there if you want to get more complex, but I think most people just want their script/tool to be able to tweet status info based on the outcome of their script, which is what I’ve listed above.</p>
<p>Hope this helps you out, letting you continue to use those scripts/tools you wrote and Twitter broke with their OAuthcalypse!</p>
<p>Possibly related posts (auto-generated):<ol>
<li><a href='http://rossotron.com/2008/09/02/twitter-tech/' rel='bookmark' title='Twitter != Tech'>Twitter != Tech</a></li>
<li><a href='http://rossotron.com/2008/06/18/autolink-for-twitter-new-greasemonkey-script/' rel='bookmark' title='AutoLink for Twitter &#8211; New Greasemonkey Script'>AutoLink for Twitter &#8211; New Greasemonkey Script</a></li>
<li><a href='http://rossotron.com/2010/03/22/cut-the-crap-introducing-thecrapcritic-reviews-on-twitter-2/' rel='bookmark' title='Cut the Crap! Introducing TheCrapCritic Reviews on Twitter'>Cut the Crap! Introducing TheCrapCritic Reviews on Twitter</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://rossotron.com/2010/10/19/postpone-the-oauthcalypse-basic-authentication-and-command-line-tools-for-twitter/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Cut the Crap! Introducing TheCrapCritic Reviews on Twitter</title>
		<link>http://rossotron.com/2010/03/22/cut-the-crap-introducing-thecrapcritic-reviews-on-twitter-2/</link>
		<comments>http://rossotron.com/2010/03/22/cut-the-crap-introducing-thecrapcritic-reviews-on-twitter-2/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 18:57:50 +0000</pubDate>
		<dc:creator>Ross</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[crap]]></category>
		<category><![CDATA[reviews]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://rossotron.com/2010/03/22/cut-the-crap-introducing-thecrapcritic-reviews-on-twitter-2/</guid>
		<description><![CDATA[In my family, I am notorious for choosing the worst movies for family movie nights.&#160; It&#39;s almost a sure thing.&#160;<a href="http://rossotron.com/2010/03/22/cut-the-crap-introducing-thecrapcritic-reviews-on-twitter-2/" class="searchmore">Read the Rest...</a><div class="clr"></div>
Possibly related posts (auto-generated):<ol>
<li><a href='http://rossotron.com/2007/08/28/crap/' rel='bookmark' title='CRAP!'>CRAP!</a></li>
<li><a href='http://rossotron.com/2007/10/23/fantasy-football-recap-7-holy-crap-i-won/' rel='bookmark' title='Fantasy Football Recap #7 &#8211; Holy Crap, I Won!'>Fantasy Football Recap #7 &#8211; Holy Crap, I Won!</a></li>
<li><a href='http://rossotron.com/2010/03/02/ross-reviews-hurt-locker-paranormal-activity-and-more-2/' rel='bookmark' title='Ross Reviews: Hurt Locker, Paranormal Activity, and More'>Ross Reviews: Hurt Locker, Paranormal Activity, and More</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div xmlns="http://www.w3.org/1999/xhtml" xmlns:at="http://www.sixapart.com/ns/at">
<p>In my family, I am notorious for choosing the worst movies for family  movie nights.&#160; It&#39;s almost a sure thing.&#160; In fact, it happened so often  over the years that I almost consider it my superpower to be able to  choose to watch, out of all available selections, the worst movie  possible.&#160; Here are some of the &quot;gems&quot; I selected over the years:</p>
<ul>
<li><a href="http://www.imdb.com/title/tt0108255/"><em>Super Mario Brothers</em></a></li>
<li><a href="http://www.imdb.com/title/tt0111653/"><em>Wagons East</em></a> and <a href="http://www.imdb.com/title/tt0109370/"><em>Canadian Bacon</em></a></li>
<li><a href="http://www.imdb.com/title/tt0114898/"><em>Waterworld</em></a></li>
<li><a href="http://www.imdb.com/title/tt0101775/"><em>Drop Dead Fred</em></a></li>
<li><a href="http://www.imdb.com/title/tt0115906/"><em>Citizen Ruth</em></a>  (caveat &#8211; for my 12 year old brother)<em><br /></em></li>
<li><em><a href="http://www.imdb.com/title/tt0115798/">The Cable Guy</a></em></li>
<li><em><a href="http://www.imdb.com/title/tt0118688/">Batman and Robin</a></em></li>
</ul>
<p>Now  granted, most of my worst choices were back in the days before internet  rating systems and review sites were in place.&#160; We&#39;d usually wander  around in a Blockbuster video store and pick movies that looked like  they might appeal to the family.&#160; I just know, if left to my own  devices, I tend to choose films on the crappier side of the scale.</p>
<p>Given  this knowledge, how can I best use my powers for the good of all  mankind? By simultaneously warning and entertaining others of the perils  of these crappy movies!&#160; And what better way to do it than in the most  succinct format known to humanity today &#8211; the 140 character tweet!</p>
<p>I&#39;d  like to introduce to you my alter-ego, <a href="http://twitter.com/thecrapcritic">TheCrapCritic</a>, who can be  found anywhere that bad movies and media exist.&#160; Through this account,  I&#39;ll distill the essence of a crappy film, book, commercial, television  show, or other media down into a pithy, 1-tweet &quot;review&quot;.&#160; I can&#39;t  promise a regular schedule because even I won&#39;t voluntarily subject  myself to these crappy products &#8211; but you can bet with my unerring  ability to choose the crap that I&#39;ll have plenty to post.&#160; Here a couple  of my more recent &quot;reviews&quot;:</p>
<ul>
<li>SURROGATES: The  actors portray surrogate robots. They do a great  job &#8211; it&#39;s like a bad  screenplay being read aloud by your computer. <a href="http://twitter.com/search?q=%23crap" rel="nofollow" title="#crap">#crap</a></li>
<li>DEATH RACE: Where  Jason Statham wears a metal mask and drives a  Mustang with guns  attached. Viewers are advised to wear blindfolds. <a href="http://twitter.com/search?q=%23crap" rel="nofollow" title="#crap">#crap</a></li>
<li>If Jet Li spent as  much time practicing his acting as he did his  martial arts, Kiss of the  Dragon might have been a better movie. <a href="http://twitter.com/search?q=%23crap" rel="nofollow" title="#crap">#crap</a></li>
</ul>
<p>If you&#39;re on Twitter, come follow <a href="http://twitter.com/thecrapcritic">TheCrapCritic</a> for more along  the same lines.&#160; I&#39;m just getting started over there so there&#39;s not  much of a backlog, but the crap will out, so it&#39;s just a matter of  time&#8230; </p>
<p style="clear:both;">      <a href="http://typeset.vox.com/library/post/cut-the-crap-introducing-thecrapcritic-reviews-on-twitter.html?_c=feed-atom-full#comments">Read and post comments</a>   |        <a href="http://www.vox.com/share/6a00d4142121106a470123ddf892c2860b?_c=feed-atom-full">Send to a friend</a>  </p>
</p></div>
<p>Possibly related posts (auto-generated):<ol>
<li><a href='http://rossotron.com/2007/08/28/crap/' rel='bookmark' title='CRAP!'>CRAP!</a></li>
<li><a href='http://rossotron.com/2007/10/23/fantasy-football-recap-7-holy-crap-i-won/' rel='bookmark' title='Fantasy Football Recap #7 &#8211; Holy Crap, I Won!'>Fantasy Football Recap #7 &#8211; Holy Crap, I Won!</a></li>
<li><a href='http://rossotron.com/2010/03/02/ross-reviews-hurt-locker-paranormal-activity-and-more-2/' rel='bookmark' title='Ross Reviews: Hurt Locker, Paranormal Activity, and More'>Ross Reviews: Hurt Locker, Paranormal Activity, and More</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://rossotron.com/2010/03/22/cut-the-crap-introducing-thecrapcritic-reviews-on-twitter-2/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>You Kids Today Have Things Too Good</title>
		<link>http://rossotron.com/2010/02/23/you-kids-today-have-things-too-good/</link>
		<comments>http://rossotron.com/2010/02/23/you-kids-today-have-things-too-good/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 22:47:04 +0000</pubDate>
		<dc:creator>Ross</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[card]]></category>
		<category><![CDATA[catalog]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[guernica]]></category>
		<category><![CDATA[heinz]]></category>
		<category><![CDATA[ketchup]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[nes]]></category>
		<category><![CDATA[nintendo]]></category>
		<category><![CDATA[picasso]]></category>
		<category><![CDATA[reminiscing]]></category>
		<category><![CDATA[skype]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[when i was your age]]></category>
		<category><![CDATA[wii]]></category>

		<guid isPermaLink="false">http://rossotron.com/2010/02/23/you-kids-today-have-things-too-good/</guid>
		<description><![CDATA[Alright, listen up you whippersnappers.&#160; You don&#39;t know how nice you&#39;ve got things nowadays.&#160; Your lives are too easy, too<a href="http://rossotron.com/2010/02/23/you-kids-today-have-things-too-good/" class="searchmore">Read the Rest...</a><div class="clr"></div>
Possibly related posts (auto-generated):<ol>
<li><a href='http://rossotron.com/2002/08/14/good-things-come-in-fives/' rel='bookmark' title='Good Things Come in Fives'>Good Things Come in Fives</a></li>
<li><a href='http://rossotron.com/2007/10/01/today-tomorrow-starts-today/' rel='bookmark' title='Today :: Tomorrow Starts Today'>Today :: Tomorrow Starts Today</a></li>
<li><a href='http://rossotron.com/2008/11/11/its-the-little-things/' rel='bookmark' title='It&#8217;s the Little Things&#8230;'>It&#8217;s the Little Things&#8230;</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div xmlns="http://www.w3.org/1999/xhtml" xmlns:at="http://www.sixapart.com/ns/at">
<p>Alright, listen up you whippersnappers.&#160; You don&#39;t know how nice you&#39;ve got things nowadays.&#160; Your lives are too easy, too good, too plentiful.&#160; Let me tell you, when I was your age:</p>
<ul>
<li>We didn&#39;t have any of this &quot;motion-controlled video game system&quot; crap.&#160; When we jerked our controllers up to make Mario jump just a little bit higher on the screen, did he jump higher?&#160; No sir-ee bob, he did not.&#160; If you didn&#39;t hit that A button, Mario would get bit by that turtle and you&#39;d lose a life, simple as that.&#160; Oh yes, we&#39;d be waving that damn controller all over the place, but good luck having it do anything more than give you a psychological benefit in the game!</li>
</ul>
<div at:enclosure="asset" at:xid="6a00d4142121106a470123ddff785d860c" at:format="large" at:align="center"     class="enclosure enclosure-center enclosure-large photo-enclosure"       style="text-align: center;">
<div class="enclosure-inner"              style="padding: 9px; border: 1px solid; width: px; margin: 10px auto;"     >
<div class="enclosure-list">
<div class="enclosure-item photo-asset last">
<div class="enclosure-image">                          <a href="http://rossotron.com/wp/wp-content/uploads/6a00d4142121106a470123ddff785d860c.jpg"><img src="http://rossotron.com/wp/wp-content/uploads/6a00d4142121106a470123ddff785d860c-300x225.jpg" alt="Sometimes it felt like this..." title="Sometimes it felt like this..." /></a>                      </div>
<div class="enclosure-meta">
<div class="enclosure-asset-name"><a href="http://rossotron.com/wp/wp-content/uploads/6a00d4142121106a470123ddff785d860c.jpg" title="Sometimes it felt like this...">Sometimes it felt like this&#8230;</a></div>
</p></div>
</p></div>
</p></div>
</p></div>
</p></div>
<p><!-- end enclosure -->
<div>
<ul>
<li>Ketchup packets were just that &#8211; packets of ketchup that always contained too little ketchup and were damn hard to open.&#160; None of this &quot;Dip &amp; Squeeze&quot; crap that Heinz is coming out with now.&#160; You bit your ketchup packets to open them because your hands were too greasy to tear open that serrated edge of the packet and that was that!&#160; And if you were in the car, good luck keeping ketchup on your food and out of your lap!</li>
</ul>
<div at:enclosure="asset" at:xid="6a00d4142121106a470123ddff7893860c" at:format="extra-large" at:align="center"     class="enclosure enclosure-center enclosure-extra-large photo-enclosure"       style="text-align: center;">
<div class="enclosure-inner"              style="padding: 9px; border: 1px solid; width: px; margin: 10px auto;"     >
<div class="enclosure-list">
<div class="enclosure-item photo-asset last">
<div class="enclosure-image">                          <a href="http://rossotron.com/wp/wp-content/uploads/6a00d4142121106a470123ddff7893860c.jpg"><img src="http://rossotron.com/wp/wp-content/uploads/6a00d4142121106a470123ddff7893860c-279x300.jpg" alt="Squeeze" title="Squeeze" /></a>                      </div>
<div class="enclosure-meta">
<div class="enclosure-asset-name"><a href="http://rossotron.com/wp/wp-content/uploads/6a00d4142121106a470123ddff7893860c.jpg" title="Squeeze">Squeeze</a></div>
</p></div>
</p></div>
</p></div>
</p></div>
</p></div>
<p><!-- end enclosure -->    </div>
<div>
<ul>
<li>Forget about cell phones, text messaging, instant messaging, email, twitter, facebook or skype.&#160; When you wanted to get in touch with your friends, you picked up the house phone and called their house!&#160; Or more often, you got on your bike or walked over to their house, rang the doorbell, and asked if they were home and could come play!</li>
</ul>
<div at:enclosure="asset" at:xid="6a00d4142121106a470123ddff79e2860c" at:format="large" at:align="center"     class="enclosure enclosure-center enclosure-large photo-enclosure"       style="text-align: center;">
<div class="enclosure-inner"              style="padding: 9px; border: 1px solid; width: px; margin: 10px auto;"     >
<div class="enclosure-list">
<div class="enclosure-item photo-asset last">
<div class="enclosure-image">                          <a href="http://rossotron.com/wp/wp-content/uploads/6a00d4142121106a470123ddff79e2860c.jpg"><img src="http://rossotron.com/wp/wp-content/uploads/6a00d4142121106a470123ddff79e2860c-300x225.jpg" alt="Ok, it wasn't quite THIS primitive..." title="Ok, it wasn't quite THIS primitive..." /></a>                      </div>
<div class="enclosure-meta">
<div class="enclosure-asset-name"><a href="http://rossotron.com/wp/wp-content/uploads/6a00d4142121106a470123ddff79e2860c.jpg" title="Ok, it wasn't quite THIS primitive...">Ok, it wasn&#8217;t quite THIS primitive&#8230;</a></div>
</p></div>
</p></div>
</p></div>
</p></div>
</p></div>
<p><!-- end enclosure -->
<ul>
<li>When we had to do a report for school, the first place we went was the CARD CATALOG in the LIBRARY.&#160; Then you&#39;d have to find BOOKS in the stacks and READ through them to find information!&#160; Google and Wikipedia searches <em><strong>didn&#39;t exist</strong></em>. If you wanted to find out when Picasso painted <em>Guernica</em>, you had to look it up the hard way.&#160; It built character, and ruined our eyesight.&#160; That&#39;s why we all wear reading glasses now, dontcha know?</li>
</ul>
<div at:enclosure="asset" at:xid="6a00d4142121106a4701240ba5d93c860e" at:format="large" at:align="center"     class="enclosure enclosure-center enclosure-large photo-enclosure"       style="text-align: center;">
<div class="enclosure-inner"              style="padding: 9px; border: 1px solid; width: px; margin: 10px auto;"     >
<div class="enclosure-list">
<div class="enclosure-item photo-asset last">
<div class="enclosure-image">                          <a href="http://rossotron.com/wp/wp-content/uploads/6a00d4142121106a4701240ba5d93c860e.jpg"><img src="http://rossotron.com/wp/wp-content/uploads/6a00d4142121106a4701240ba5d93c860e-300x225.jpg" alt="I actually loved looking things up in the catalog..." title="I actually loved looking things up in the catalog..." /></a>                      </div>
<div class="enclosure-meta">
<div class="enclosure-asset-name"><a href="http://rossotron.com/wp/wp-content/uploads/6a00d4142121106a4701240ba5d93c860e.jpg" title="I actually loved looking things up in the catalog...">I actually loved looking things up in the catalog&#8230;</a></div>
</p></div>
</p></div>
</p></div>
</p></div>
</p></div>
<p><!-- end enclosure -->   I could go on and on about all the ways you kids have it too easy today, but it&#39;s time for me to go watch some Olympics on the DVR.&#160; Then I have to go read some of my feeds on Google Reader and follow it up with a &quot;dance party&quot; with my kids to the custom Pandora music stream I set up specifically for when we want to boogie on down.&#160; But hear me on this: you kids are SPOILED.&#160; Appreciate what you&#39;ve got, because the next generation certainly will take it for granted&#8230;</div>
<p style="clear:both;">      <a href="http://typeset.vox.com/library/post/you-kids-today-have-things-too-good.html?_c=feed-atom-full#comments">Read and post comments</a>   |        <a href="http://www.vox.com/share/6a00d4142121106a470123f1a94716860f?_c=feed-atom-full">Send to a friend</a>  </p>
</p></div>
<p>Possibly related posts (auto-generated):<ol>
<li><a href='http://rossotron.com/2002/08/14/good-things-come-in-fives/' rel='bookmark' title='Good Things Come in Fives'>Good Things Come in Fives</a></li>
<li><a href='http://rossotron.com/2007/10/01/today-tomorrow-starts-today/' rel='bookmark' title='Today :: Tomorrow Starts Today'>Today :: Tomorrow Starts Today</a></li>
<li><a href='http://rossotron.com/2008/11/11/its-the-little-things/' rel='bookmark' title='It&#8217;s the Little Things&#8230;'>It&#8217;s the Little Things&#8230;</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://rossotron.com/2010/02/23/you-kids-today-have-things-too-good/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>More Valuable Websites I Use</title>
		<link>http://rossotron.com/2008/11/29/more-valuable-websites-i-use/</link>
		<comments>http://rossotron.com/2008/11/29/more-valuable-websites-i-use/#comments</comments>
		<pubDate>Sat, 29 Nov 2008 20:39:59 +0000</pubDate>
		<dc:creator>Ross</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[delicious]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[goodreads]]></category>
		<category><![CDATA[last.fm]]></category>
		<category><![CDATA[reviews]]></category>
		<category><![CDATA[running]]></category>
		<category><![CDATA[runningahead]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://rossotron.com/2008/11/29/more-valuable-websites-i-use/</guid>
		<description><![CDATA[I&#39;m not an overly big fan of the social networking and/or 2.0 websites, but I do use a few of<a href="http://rossotron.com/2008/11/29/more-valuable-websites-i-use/" class="searchmore">Read the Rest...</a><div class="clr"></div>
Possibly related posts (auto-generated):<ol>
<li><a href='http://rossotron.com/2011/03/09/5519/' rel='bookmark' title='Day 01 &#8211; Best book you read last year'>Day 01 &#8211; Best book you read last year</a></li>
<li><a href='http://rossotron.com/2009/09/01/ross-reads-ancestor/' rel='bookmark' title='Ross Reads: Ancestor'>Ross Reads: Ancestor</a></li>
<li><a href='http://rossotron.com/2011/04/06/30-dob-day-04-the-fave-of-a-fave/' rel='bookmark' title='30 DoB: Day 04 &#8211; The Fave of a Fave?'>30 DoB: Day 04 &#8211; The Fave of a Fave?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div xmlns="http://www.w3.org/1999/xhtml" xmlns:at="http://www.sixapart.com/ns/at">
<p>I&#39;m not an overly big fan of the social networking and/or 2.0 websites, but I do use a few of them.&#160; The big ones (<a href="http://www.facebook.com/profile.php?id=788218118">Facebook</a>, <a href="http://www.last.fm/user/rossruns/">Last.fm</a>, <a href="http://del.icio.us/rossruns/">Delicious</a>, <a href="http://www.flickr.com/photos/rossruns/">Flickr</a>, and <a href="http://twitter.com/rossruns">Twitter</a>) have already been rehashed in great detail, but there&#39;s a couple others that really do what I need them to do, and are worth a mention here &#8211; namely, <a href="http://goodreads.com/">Goodreads</a> and <a href="http://www.runningahead.com/">RunningAHEAD</a>.</p>
<p><span style="font-size: 1.25em;"><u><strong>Goodreads</strong></u></span></p>
<p><a href="http://goodreads.com/">Goodreads</a> is my favorite book-related website.&#160; In essence, it&#39;s a way to catalog and organize books.&#160; You can use it any number of ways &#8211; as a way to log what books you read, categorize books in your library using &quot;bookshelves&quot; (essentially tags, so you can put one book on multiple &quot;bookshelves&quot;), review &amp; rate books, and then add friends so you can view all of this information on other like-minded people&#39;s accounts.&#160; I find it a great way to keep track of what I&#39;m reading, how many books I&#39;m reading a year, whether I already have a book in my library and whether I&#39;ve read it, whether I&#39;m borrowing/lending a book from/to someone else, and even my wish-list of books (hint: make a bookshelf called &quot;wish-list&quot; and then you can direct people to the books on it directly).&#160; </p>
<p>In addition, everything is hyperlinked, so clicking on the author of a book will bring up a list of his/her works, clicking on the title of a book will show links to pages where you can read reviews and/or purchase the book, cover art is imported automatically, and you can subscribe to a feed and/or summary email of someone&#39;s activity, if you want to see what they&#39;ve read/rated lately.</p>
<div at:enclosure="asset" at:xid="6a00d4142121106a47010980bbeb25000b" at:format="extra-large" at:align="center"     class="enclosure enclosure-center enclosure-extra-large photo-enclosure"       style="text-align: center;">
<div class="enclosure-inner"              style="padding: 9px; border: 1px solid; width: px; margin: 10px auto;"     >
<div class="enclosure-list">
<div class="enclosure-item photo-asset last">
<div class="enclosure-image">                          <a href="http://rossotron.com/wp/wp-content/uploads/6a00d4142121106a47010980bbeb25000b.png"><img src="http://rossotron.com/wp/wp-content/uploads/6a00d4142121106a47010980bbeb25000b-300x167.png" alt="Sample Goodreads &quot;Currently Reading&quot; Page" title="Sample Goodreads &quot;Currently Reading&quot; Page" /></a>                      </div>
<div class="enclosure-meta">
<div class="enclosure-asset-name"><a href="http://rossotron.com/wp/wp-content/uploads/6a00d4142121106a47010980bbeb25000b.png" title="Sample Goodreads &quot;Currently Reading&quot; Page">Sample Goodreads &quot;Currently Reading&quot; Page</a></div>
</p></div>
</p></div>
</p></div>
</p></div>
</p></div>
<p><!-- end enclosure -->
<p>Goodreads is completely free, with no limit on the number of books you may have in your library.&#160; They even have easy ways to import books from a spreadsheet or from ISBN numbers, if you already have them in some other format.&#160; If you join or are already a member, be sure to add me as a friend &#8211; I love to see what other people are reading and how they rate the books they&#39;ve read.&#160; <a href="http://www.goodreads.com/user/show/296204">My profile is here</a>, and it&#39;s easy to sign up and start keeping track of your own books!</p>
<p><span style="font-size: 1.25em;"><u><strong><br />RunningAHEAD</strong></u></span></p>
<p>Recently, I&#39;ve gotten back into running regularly for exercise, and as part of my efforts, I find it interesting and motivational to log my running activity.&#160; Prior to signing up with <a href="http://www.runningahead.com/">RunningAHEAD</a>, I used to keep all my runs in a spreadsheet on my computer.&#160; The biggest issue with this was I never seemed to have a copy of the spreadsheet on the computer I was near after finishing my run.&#160; Now I have a single, centralized location where I can enter my workout information, track my running shoes and the mileage I&#39;ve put on them, and even map routes and add extra information about my run.&#160; The website also has some decent graphing and trending tools to allow you to visualize any of the data variables you choose to record regularly.&#160; The site even has capabilities to join or start a training group &#8211; all members that join are listed together under the group heading, and you can then chat in a separate group forum, share running reports, etc.&#160; Overall, a very nice little site that does what it should do, and is free to boot.</p>
<div at:enclosure="asset" at:xid="6a00d4142121106a47010980bbeb16000b" at:format="extra-large" at:align="center"     class="enclosure enclosure-center enclosure-extra-large photo-enclosure"       style="text-align: center;">
<div class="enclosure-inner"              style="padding: 9px; border: 1px solid; width: px; margin: 10px auto;"     >
<div class="enclosure-list">
<div class="enclosure-item photo-asset last">
<div class="enclosure-image">                          <a href="http://rossotron.com/wp/wp-content/uploads/6a00d4142121106a47010980bbeb16000b.png"><img src="http://rossotron.com/wp/wp-content/uploads/6a00d4142121106a47010980bbeb16000b-300x219.png" alt="Sample Summary Page on RunningAHEAD" title="Sample Summary Page on RunningAHEAD" /></a>                      </div>
<div class="enclosure-meta">
<div class="enclosure-asset-name"><a href="http://rossotron.com/wp/wp-content/uploads/6a00d4142121106a47010980bbeb16000b.png" title="Sample Summary Page on RunningAHEAD">Sample Summary Page on RunningAHEAD</a></div>
</p></div>
</p></div>
</p></div>
</p></div>
</p></div>
<p><!-- end enclosure -->
<p>If you want to see my RunningAHEAD info, <a href="http://www.runningahead.com/logs/33b4ba3054824d2d807094bd681b09a2">my info is here</a>.&#160;&#160; Be aware I only update on a weekly/biweekly basis with all of the runs I did that week, once I download them from my Forerunner, so it may not show the most recent run status for me.</p>
<hr />
<div at:enclosure="asset" at:xid="6a00d4142121106a47010980b28c46000b" at:format="medium" at:align="right"     class="enclosure enclosure-right enclosure-medium photo-enclosure"       style="text-align: center; float: right;">
<div class="enclosure-inner"              style="padding: 9px; border: 1px solid; width: px; margin: 0 0 20px 20px;"     >
<div class="enclosure-list">
<div class="enclosure-item photo-asset last">
<div class="enclosure-image">                          <a href="http://rossotron.com/wp/wp-content/uploads/6a00d4142121106a47010980b28c46000b.jpg"><img src="http://rossotron.com/wp/wp-content/uploads/6a00d4142121106a47010980b28c46000b.jpg" alt="NaBloPoMo 2008!" title="NaBloPoMo 2008!" /></a>                      </div>
<div class="enclosure-meta">
<div class="enclosure-asset-name"><a href="http://rossotron.com/wp/wp-content/uploads/6a00d4142121106a47010980b28c46000b.jpg" title="NaBloPoMo 2008!">NaBloPoMo 2008!</a></div>
</p></div>
</p></div>
</p></div>
</p></div>
</p></div>
<p><!-- end enclosure -->
<p> [NaBloPoMo 2008 - #29/30]
<div></div>
</p>
<p style="clear:both;">      <a href="http://typeset.vox.com/library/post/more-valuable-websites-i-use.html?_c=feed-atom-full#comments">Read and post comments</a>   |        <a href="http://www.vox.com/share/6a00d4142121106a470109d06f27f6000e?_c=feed-atom-full">Send to a friend</a>  </p>
</p></div>
<p>Possibly related posts (auto-generated):<ol>
<li><a href='http://rossotron.com/2011/03/09/5519/' rel='bookmark' title='Day 01 &#8211; Best book you read last year'>Day 01 &#8211; Best book you read last year</a></li>
<li><a href='http://rossotron.com/2009/09/01/ross-reads-ancestor/' rel='bookmark' title='Ross Reads: Ancestor'>Ross Reads: Ancestor</a></li>
<li><a href='http://rossotron.com/2011/04/06/30-dob-day-04-the-fave-of-a-fave/' rel='bookmark' title='30 DoB: Day 04 &#8211; The Fave of a Fave?'>30 DoB: Day 04 &#8211; The Fave of a Fave?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://rossotron.com/2008/11/29/more-valuable-websites-i-use/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Twitter != Tech</title>
		<link>http://rossotron.com/2008/09/02/twitter-tech/</link>
		<comments>http://rossotron.com/2008/09/02/twitter-tech/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 21:26:04 +0000</pubDate>
		<dc:creator>Ross</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[open letter]]></category>
		<category><![CDATA[sixapart]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://rossotron.com/2008/09/02/twitter-tech/</guid>
		<description><![CDATA[Dear Vox and 6A, I like that you try to auto-allocate people&#39;s posts into one of the 5 categories for<a href="http://rossotron.com/2008/09/02/twitter-tech/" class="searchmore">Read the Rest...</a><div class="clr"></div>
Possibly related posts (auto-generated):<ol>
<li><a href='http://rossotron.com/2008/06/18/autolink-for-twitter-new-greasemonkey-script/' rel='bookmark' title='AutoLink for Twitter &#8211; New Greasemonkey Script'>AutoLink for Twitter &#8211; New Greasemonkey Script</a></li>
<li><a href='http://rossotron.com/2010/03/22/cut-the-crap-introducing-thecrapcritic-reviews-on-twitter-2/' rel='bookmark' title='Cut the Crap! Introducing TheCrapCritic Reviews on Twitter'>Cut the Crap! Introducing TheCrapCritic Reviews on Twitter</a></li>
<li><a href='http://rossotron.com/2010/10/19/postpone-the-oauthcalypse-basic-authentication-and-command-line-tools-for-twitter/' rel='bookmark' title='Postpone the OAuthcalypse &ndash; Basic Authentication and Command Line Tools for Twitter'>Postpone the OAuthcalypse &ndash; Basic Authentication and Command Line Tools for Twitter</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div xmlns="http://www.w3.org/1999/xhtml" xmlns:at="http://www.sixapart.com/ns/at">
<p>Dear Vox and 6A,</p>
<p>I like that you try to auto-allocate people&#39;s posts into one of the 5 categories for your Explore module (at least, I&#39;m assuming you&#39;re not doing it by hand!)&#160; It&#39;s neat to subscribe to the <a href="http://www.vox.com/technology/">technology</a> RSS feed and suddenly have 30-50 posts from a random sampling of Vox users talking about different tech subjects.&#160; And of course, on the rare occasion that the Tech Editor puts up new featured posts, I&#39;ll see that in the feed, too.&#160; But could you tweak something for me please?&#160; Pretty please with cherries on top?</p>
<p>Just because someone is using LoudTwitter or another Twitter archiving service to archive their tweets on a Vox account does NOT mean that post is tech-related.&#160; Please change your filters so posts with the word <em>Twitter</em><sup>1</sup> in the post or title are not automatically allocated to this category.&#160; There&#39;s nothing I like less than hitting &quot;next&quot; through 25 posts on this RSS feed because Joe Schmoe&#39;s twitter archive post with 12 tweets about his cat Fluffy has been lumped into the Tech category.</p>
<p>Thanks,<br />Ross</p>
<p><sup>1</sup>How much do you want to bet this post gets lumped into the tech category because I mentioned <em>Twitter</em>?</p>
<p> </p>
<p style="clear:both;">      <a href="http://typeset.vox.com/library/post/twitter-tech.html?_c=feed-atom-full#comments">Read and post comments</a>   |        <a href="http://www.vox.com/share/6a00d4142121106a4700fa969691c40002?_c=feed-atom-full">Send to a friend</a>  </p>
</p></div>
<p>Possibly related posts (auto-generated):<ol>
<li><a href='http://rossotron.com/2008/06/18/autolink-for-twitter-new-greasemonkey-script/' rel='bookmark' title='AutoLink for Twitter &#8211; New Greasemonkey Script'>AutoLink for Twitter &#8211; New Greasemonkey Script</a></li>
<li><a href='http://rossotron.com/2010/03/22/cut-the-crap-introducing-thecrapcritic-reviews-on-twitter-2/' rel='bookmark' title='Cut the Crap! Introducing TheCrapCritic Reviews on Twitter'>Cut the Crap! Introducing TheCrapCritic Reviews on Twitter</a></li>
<li><a href='http://rossotron.com/2010/10/19/postpone-the-oauthcalypse-basic-authentication-and-command-line-tools-for-twitter/' rel='bookmark' title='Postpone the OAuthcalypse &ndash; Basic Authentication and Command Line Tools for Twitter'>Postpone the OAuthcalypse &ndash; Basic Authentication and Command Line Tools for Twitter</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://rossotron.com/2008/09/02/twitter-tech/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>AutoLink for Twitter &#8211; New Greasemonkey Script</title>
		<link>http://rossotron.com/2008/06/18/autolink-for-twitter-new-greasemonkey-script/</link>
		<comments>http://rossotron.com/2008/06/18/autolink-for-twitter-new-greasemonkey-script/#comments</comments>
		<pubDate>Thu, 19 Jun 2008 01:18:01 +0000</pubDate>
		<dc:creator>Ross</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[autolink]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[jesse]]></category>
		<category><![CDATA[ruderman]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://rossotron.com/2008/06/18/autolink-for-twitter-new-greasemonkey-script/</guid>
		<description><![CDATA[Greasemonkey @Pistachio on Twitter gave me a great idea for a new Greasemonkey script.&#160; Twitter users know that putting the<a href="http://rossotron.com/2008/06/18/autolink-for-twitter-new-greasemonkey-script/" class="searchmore">Read the Rest...</a><div class="clr"></div>
Possibly related posts (auto-generated):<ol>
<li><a href='http://rossotron.com/2007/07/31/tired-of-recent-updates-use-my-greasemonkey-script/' rel='bookmark' title='Tired of Recent Updates?  Use My Greasemonkey Script!'>Tired of Recent Updates?  Use My Greasemonkey Script!</a></li>
<li><a href='http://rossotron.com/2008/03/24/need-a-link-greasemonkey-to-the-rescue/' rel='bookmark' title='Need a Link?  Greasemonkey to the Rescue!'>Need a Link?  Greasemonkey to the Rescue!</a></li>
<li><a href='http://rossotron.com/2008/02/06/more-greasemonkey-goodness-threaded-comments-on-vox/' rel='bookmark' title='More Greasemonkey Goodness &#8211; Threaded Comments on Vox'>More Greasemonkey Goodness &#8211; Threaded Comments on Vox</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div xmlns="http://www.w3.org/1999/xhtml" xmlns:at="http://www.sixapart.com/ns/at">
<div at:enclosure="asset" at:xid="6a00d4142121106a4700fad691c81e0005" at:format="small" at:align="right"     class="enclosure enclosure-right enclosure-small photo-enclosure"       style="text-align: center; float: right;">
<div class="enclosure-inner"              style="padding: 9px; border: 1px solid; width: px; margin: 0 0 20px 20px;"     >
<div class="enclosure-list">
<div class="enclosure-item photo-asset last">
<div class="enclosure-image">                          <a href="http://rossotron.com/wp/wp-content/uploads/6a00d4142121106a4700fad691c81e0005.gif"><img src="http://rossotron.com/wp/wp-content/uploads/6a00d4142121106a4700fad691c81e0005.gif" alt="Greasemonkey" title="Greasemonkey" /></a>                      </div>
<div class="enclosure-meta">
<div class="enclosure-asset-name"><a href="http://rossotron.com/wp/wp-content/uploads/6a00d4142121106a4700fad691c81e0005.gif" title="Greasemonkey">Greasemonkey</a></div>
</p></div>
</p></div>
</p></div>
</p></div>
</p></div>
<p><!-- end enclosure -->
<p>@Pistachio on Twitter gave me a great idea for a <a href="http://userscripts.org/scripts/show/28705">new Greasemonkey script</a>.&#160; Twitter users know that putting the @ sign in front of someone&#39;s Twitter ID (e.g. @twitterID) is the way to reply to that person through twitter.&#160; When you&#39;re on twitter.com, or using a twitter client, this @twitterID is usually hyperlinked to that Twitter profile page (e.g. <a href="http://www.twitter.com/twitterID">http://www.twitter.com/twitterID</a> ).&#160; However, this is usually NOT the case when you view a Twitter ID on any other&#160;webpage (including Gmail).&#160; I decided to put together a Greasemonkey script that changes that, so that any Twitter ID, anywhere (even in Gmail) will be hyperlinked to the corresponding Twitter profile page.</p>
<p>Since I try not to reinvent the wheel when possible, I built my script on top of Jesse Ruderman&#39;s AutoLink Greasemonkey script.&#160; (I did delete some of the functionality that people might not want, such as bugzilla IDs and phone numbers &#8211; if you want the full version of that script, get it <a href="http://www.squarefree.com/2005/05/22/autolink/">here</a>. Note that you&#39;ll have to merge my Twitter filter into his script if you want the Twitter auto-linking functionality.)</p>
<p>Once you install the script, @rossruns will look like <a href="http://www.twitter.com/rossruns">@rossruns</a>.&#160; As an added benefit, Jesse&#39;s script already converted email addresses and plainlink URLs into hyperlinked versions, so you get that auto-linking functionality with this script, too.</p>
<p>Want to install this script for your own use?&#160; First install Greasemonkey, and then get the script <a href="http://userscripts.org/scripts/show/28705">here</a>.&#160; (Instructions to install Greasemonkey can be found <a href="http://diveintogreasemonkey.org/install/greasemonkey.html">here</a>.)</p>
<p style="clear:both;">      <a href="http://typeset.vox.com/library/post/autolink-for-twitter---new-greasemonkey-script.html?_c=feed-atom-full#comments">Read and post comments</a>   |        <a href="http://www.vox.com/share/6a00d4142121106a4700fae8c42751000b?_c=feed-atom-full">Send to a friend</a>  </p>
</p></div>
<p>Possibly related posts (auto-generated):<ol>
<li><a href='http://rossotron.com/2007/07/31/tired-of-recent-updates-use-my-greasemonkey-script/' rel='bookmark' title='Tired of Recent Updates?  Use My Greasemonkey Script!'>Tired of Recent Updates?  Use My Greasemonkey Script!</a></li>
<li><a href='http://rossotron.com/2008/03/24/need-a-link-greasemonkey-to-the-rescue/' rel='bookmark' title='Need a Link?  Greasemonkey to the Rescue!'>Need a Link?  Greasemonkey to the Rescue!</a></li>
<li><a href='http://rossotron.com/2008/02/06/more-greasemonkey-goodness-threaded-comments-on-vox/' rel='bookmark' title='More Greasemonkey Goodness &#8211; Threaded Comments on Vox'>More Greasemonkey Goodness &#8211; Threaded Comments on Vox</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://rossotron.com/2008/06/18/autolink-for-twitter-new-greasemonkey-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

