<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: URL shortening it&#8217;s nasty but it&#8217;s also unnecessary</title>
	<atom:link href="http://derivadow.com/2009/06/09/url-shortening-its-nasty-but-its-also-unnecessary/feed/" rel="self" type="application/rss+xml" />
	<link>http://derivadow.com/2009/06/09/url-shortening-its-nasty-but-its-also-unnecessary/</link>
	<description>...is a blog by Tom Scott a place where I ramble about my thoughts and observations on the open web, linked data, URIs and generally how technology and design can create great things for people to use.</description>
	<lastBuildDate>Mon, 06 Feb 2012 21:20:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: yungchin</title>
		<link>http://derivadow.com/2009/06/09/url-shortening-its-nasty-but-its-also-unnecessary/#comment-2679</link>
		<dc:creator><![CDATA[yungchin]]></dc:creator>
		<pubDate>Fri, 19 Jun 2009 09:49:47 +0000</pubDate>
		<guid isPermaLink="false">http://derivadow.com/?p=1151#comment-2679</guid>
		<description><![CDATA[Twitter may well store the message as 205 characters - it&#039;s not as if that would eat too much disk space. The only hard restriction comes in when they send it as a SMS text message.

It would have been just as sensible for text-message recipients not to see the link at all (maybe just [] brackets around the link-word). They have to log on to a modern-day device to follow the link anyway, so they might as well visit Twitter when they do that...]]></description>
		<content:encoded><![CDATA[<p>Twitter may well store the message as 205 characters &#8211; it&#8217;s not as if that would eat too much disk space. The only hard restriction comes in when they send it as a SMS text message.</p>
<p>It would have been just as sensible for text-message recipients not to see the link at all (maybe just [] brackets around the link-word). They have to log on to a modern-day device to follow the link anyway, so they might as well visit Twitter when they do that&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Smethurst</title>
		<link>http://derivadow.com/2009/06/09/url-shortening-its-nasty-but-its-also-unnecessary/#comment-2662</link>
		<dc:creator><![CDATA[Michael Smethurst]]></dc:creator>
		<pubDate>Thu, 11 Jun 2009 21:26:15 +0000</pubDate>
		<guid isPermaLink="false">http://derivadow.com/?p=1151#comment-2662</guid>
		<description><![CDATA[Just to correct myself. When a tweet contains the shortened URL the source is actually:
&lt;a href=&quot;shorturl&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;shorturl&lt;/a&gt;

So if the message body is 140 characters long the message source is 140 + 46 characters of additional markup + the length of the short URL in the @href. 

The source of &lt;a href=&quot;http://twitter.com/fantasticlife/status/2087796540&quot; rel=&quot;nofollow&quot;&gt;this tweet&lt;/a&gt; for example is 205 characters.

I&#039;m guessing twitter do the URL shortening (where they feel necessary) on tweet ingest and don&#039;t store the original message / URL. Then when they display the tweet they add the link element. 

Obviously it would add huge overheads if they shortened URLs on publishing but there&#039;s no reason (other than data storage) why they couldn&#039;t additionally store the tweet as:
&lt;a href=&quot;longurl&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;shorturl&lt;/a&gt;
or even
&lt;a href=&quot;longurl&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;link&lt;/a&gt;
and use that version for the web and the shorturl version for elsewhere.

Having said that there&#039;s always some reason why people do things that&#039;s impossible for an outsider to see so difficult to second guess their decisions!

@frankie twitter only shorten where they feel necessary. Not really possible to work out the rules for this without spamming twitter with test messages. I think the point is it&#039;s never necessary. Even if they have to use a shortener to shorten the visible message they don&#039;t have to shorten the link @href on the web.

@Julien as open as possible - in this case totally :-)
http://wiki.creativecommons.org/CC0
it gets timbl&#039;s backing
http://lists.w3.org/Archives/Public/public-lod/2009Jun/0091.html]]></description>
		<content:encoded><![CDATA[<p>Just to correct myself. When a tweet contains the shortened URL the source is actually:<br />
&lt;a href=&#8221;shorturl&#8221; rel=&#8221;nofollow&#8221; target=&#8221;_blank&#8221;&gt;shorturl&lt;/a&gt;</p>
<p>So if the message body is 140 characters long the message source is 140 + 46 characters of additional markup + the length of the short URL in the @href. </p>
<p>The source of <a href="http://twitter.com/fantasticlife/status/2087796540" rel="nofollow">this tweet</a> for example is 205 characters.</p>
<p>I&#8217;m guessing twitter do the URL shortening (where they feel necessary) on tweet ingest and don&#8217;t store the original message / URL. Then when they display the tweet they add the link element. </p>
<p>Obviously it would add huge overheads if they shortened URLs on publishing but there&#8217;s no reason (other than data storage) why they couldn&#8217;t additionally store the tweet as:<br />
&lt;a href=&#8221;longurl&#8221; rel=&#8221;nofollow&#8221; target=&#8221;_blank&#8221;&gt;shorturl&lt;/a&gt;<br />
or even<br />
&lt;a href=&#8221;longurl&#8221; rel=&#8221;nofollow&#8221; target=&#8221;_blank&#8221;&gt;link&lt;/a&gt;<br />
and use that version for the web and the shorturl version for elsewhere.</p>
<p>Having said that there&#8217;s always some reason why people do things that&#8217;s impossible for an outsider to see so difficult to second guess their decisions!</p>
<p>@frankie twitter only shorten where they feel necessary. Not really possible to work out the rules for this without spamming twitter with test messages. I think the point is it&#8217;s never necessary. Even if they have to use a shortener to shorten the visible message they don&#8217;t have to shorten the link @href on the web.</p>
<p>@Julien as open as possible &#8211; in this case totally :-)<br />
<a href="http://wiki.creativecommons.org/CC0" rel="nofollow">http://wiki.creativecommons.org/CC0</a><br />
it gets timbl&#8217;s backing<br />
<a href="http://lists.w3.org/Archives/Public/public-lod/2009Jun/0091.html" rel="nofollow">http://lists.w3.org/Archives/Public/public-lod/2009Jun/0091.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Scott</title>
		<link>http://derivadow.com/2009/06/09/url-shortening-its-nasty-but-its-also-unnecessary/#comment-2660</link>
		<dc:creator><![CDATA[Tom Scott]]></dc:creator>
		<pubDate>Thu, 11 Jun 2009 21:12:41 +0000</pubDate>
		<guid isPermaLink="false">http://derivadow.com/?p=1151#comment-2660</guid>
		<description><![CDATA[@Julien basically you need to allow derivative works for data.]]></description>
		<content:encoded><![CDATA[<p>@Julien basically you need to allow derivative works for data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julien</title>
		<link>http://derivadow.com/2009/06/09/url-shortening-its-nasty-but-its-also-unnecessary/#comment-2656</link>
		<dc:creator><![CDATA[Julien]]></dc:creator>
		<pubDate>Wed, 10 Jun 2009 23:27:44 +0000</pubDate>
		<guid isPermaLink="false">http://derivadow.com/?p=1151#comment-2656</guid>
		<description><![CDATA[Tom, that is a good point. Which version of the CC would you prefer? I can certainly change it to a less restritictve version.]]></description>
		<content:encoded><![CDATA[<p>Tom, that is a good point. Which version of the CC would you prefer? I can certainly change it to a less restritictve version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Scott</title>
		<link>http://derivadow.com/2009/06/09/url-shortening-its-nasty-but-its-also-unnecessary/#comment-2655</link>
		<dc:creator><![CDATA[Tom Scott]]></dc:creator>
		<pubDate>Wed, 10 Jun 2009 22:30:11 +0000</pubDate>
		<guid isPermaLink="false">http://derivadow.com/?p=1151#comment-2655</guid>
		<description><![CDATA[That certainly helps - especially when combined with the rev=&quot;canonical&quot; solution as proposed by Kellan and implemented by Simon Willison: http://simonwillison.net/2009/Apr/11/revcanonical/]]></description>
		<content:encoded><![CDATA[<p>That certainly helps &#8211; especially when combined with the rev=&#8221;canonical&#8221; solution as proposed by Kellan and implemented by Simon Willison: <a href="http://simonwillison.net/2009/Apr/11/revcanonical/" rel="nofollow">http://simonwillison.net/2009/Apr/11/revcanonical/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Scott</title>
		<link>http://derivadow.com/2009/06/09/url-shortening-its-nasty-but-its-also-unnecessary/#comment-2654</link>
		<dc:creator><![CDATA[Tom Scott]]></dc:creator>
		<pubDate>Wed, 10 Jun 2009 22:26:32 +0000</pubDate>
		<guid isPermaLink="false">http://derivadow.com/?p=1151#comment-2654</guid>
		<description><![CDATA[That&#039;s true and that would help, but it wouldn&#039;t fix the resultant broken links if the link shortner went bust, recycled the link or decided to censor the site.]]></description>
		<content:encoded><![CDATA[<p>That&#8217;s true and that would help, but it wouldn&#8217;t fix the resultant broken links if the link shortner went bust, recycled the link or decided to censor the site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Scott</title>
		<link>http://derivadow.com/2009/06/09/url-shortening-its-nasty-but-its-also-unnecessary/#comment-2653</link>
		<dc:creator><![CDATA[Tom Scott]]></dc:creator>
		<pubDate>Wed, 10 Jun 2009 22:23:38 +0000</pubDate>
		<guid isPermaLink="false">http://derivadow.com/?p=1151#comment-2653</guid>
		<description><![CDATA[Julien, that&#039;s good news that you are making the data available, but looking at your site I see that you are licensing the underlying data under a CC-no derivative works license which, when it comes to data, is seriously limiting. Put it this way, it would prevent anyone else from using your data to create a similar service should safe.mn decide to close the service, if you went bust etc. And that&#039;s important because it goes to the very heart of the problem - shortening services make the web more brittle because they risk resulting in broken links.]]></description>
		<content:encoded><![CDATA[<p>Julien, that&#8217;s good news that you are making the data available, but looking at your site I see that you are licensing the underlying data under a CC-no derivative works license which, when it comes to data, is seriously limiting. Put it this way, it would prevent anyone else from using your data to create a similar service should safe.mn decide to close the service, if you went bust etc. And that&#8217;s important because it goes to the very heart of the problem &#8211; shortening services make the web more brittle because they risk resulting in broken links.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julien Sobrier</title>
		<link>http://derivadow.com/2009/06/09/url-shortening-its-nasty-but-its-also-unnecessary/#comment-2651</link>
		<dc:creator><![CDATA[Julien Sobrier]]></dc:creator>
		<pubDate>Wed, 10 Jun 2009 04:04:40 +0000</pubDate>
		<guid isPermaLink="false">http://derivadow.com/?p=1151#comment-2651</guid>
		<description><![CDATA[&quot;[...]in addition to the source code being open sourced[...]&quot; Safe.mn addresses the two main criticisms to URL shorteners: security and transparency. All links are thoroughly verified for viruses, malware, phishing, malicious content, session stealing, cross-site scripting attacks, etc. Any suspicious link gets flagged, and users are warned about it. Safe.mn is also the most transparent URL shortener service: all links generated by Safe.mn are publicly available, and updated regularly.

The code is not outsourced, but the list of all shortened URLs is available to anybody.]]></description>
		<content:encoded><![CDATA[<p>&#8220;[...]in addition to the source code being open sourced[...]&#8221; Safe.mn addresses the two main criticisms to URL shorteners: security and transparency. All links are thoroughly verified for viruses, malware, phishing, malicious content, session stealing, cross-site scripting attacks, etc. Any suspicious link gets flagged, and users are warned about it. Safe.mn is also the most transparent URL shortener service: all links generated by Safe.mn are publicly available, and updated regularly.</p>
<p>The code is not outsourced, but the list of all shortened URLs is available to anybody.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frankie Roberto</title>
		<link>http://derivadow.com/2009/06/09/url-shortening-its-nasty-but-its-also-unnecessary/#comment-2650</link>
		<dc:creator><![CDATA[Frankie Roberto]]></dc:creator>
		<pubDate>Tue, 09 Jun 2009 10:09:47 +0000</pubDate>
		<guid isPermaLink="false">http://derivadow.com/?p=1151#comment-2650</guid>
		<description><![CDATA[Twitter have already started doing exactly this. eg see my tweet: http://twitter.com/frankieroberto/status/2040670517 - they&#039;ve truncated the visible url to 30 characters (including &quot;...&quot; at the end).

Unfortunately, they haven&#039;t factored this truncation into the 140 character limit yet. But it&#039;s surely only a matter of time...]]></description>
		<content:encoded><![CDATA[<p>Twitter have already started doing exactly this. eg see my tweet: <a href="http://twitter.com/frankieroberto/status/2040670517" rel="nofollow">http://twitter.com/frankieroberto/status/2040670517</a> &#8211; they&#8217;ve truncated the visible url to 30 characters (including &#8220;&#8230;&#8221; at the end).</p>
<p>Unfortunately, they haven&#8217;t factored this truncation into the 140 character limit yet. But it&#8217;s surely only a matter of time&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duncan Robertson</title>
		<link>http://derivadow.com/2009/06/09/url-shortening-its-nasty-but-its-also-unnecessary/#comment-2649</link>
		<dc:creator><![CDATA[Duncan Robertson]]></dc:creator>
		<pubDate>Tue, 09 Jun 2009 09:03:18 +0000</pubDate>
		<guid isPermaLink="false">http://derivadow.com/?p=1151#comment-2649</guid>
		<description><![CDATA[http://wordpress.org/extend/plugins/revcanonical/]]></description>
		<content:encoded><![CDATA[<p><a href="http://wordpress.org/extend/plugins/revcanonical/" rel="nofollow">http://wordpress.org/extend/plugins/revcanonical/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

