- Currently Listening to:
- Iron & Wine — Lovesong Of The Buzzard
Daniel Sandler is experimenting with using twitter for comments, and makes some very good points about comments on the web in the process. Essentially, he pulls in the content of any tweet that references his post’s full URL, TinyURL, or even just the TinyURL hash. This has the very nice effect of forcing people who want to comment on his post to own their words. Their comments will be public to their own audience, and so are more likely to be constructive and civil.

Tying your tweet to a particular page online is awkward though, due to Twitter’s 140-character limit. URLs were designed to be expressive, but not necessarily space-efficient (compare them to DOI or ISBN codes). Twitter’s recent rise has driven the increased use of URL-shortening services like TinyURL and bit.ly, which were originally designed because of the limitations of email clients that weren’t able to correctly break up an URL that was wider than the 80-character wide text columns used at the time.
We seem to have replaced one limitation with another though. By feeding all URLs through minimisation services, readers lose all context about the page they are about to open — is it a video? What domain is it on? Have I visited it before? There are some links that I would be disinclined to click on when using my iPhone, but with minimised URLs, you don’t know what you’ve got until it begins to load in. Plus, there’s the nightmare scenario that the URL service dies, and since their databases are kept private, all that information is lost.
I think URL shortening services could be obviated if Twitter started treating URLs a little differently. There are two main audiences for twitter tweets: mobile phone users who receive tweets as SMS messages (this is the original reason why twitter has 140-character limits), and users who visit the twitter website, or use one of the myriad desktop and smartphone applications to keep up with tweets. These users are not concerned about the character limit in the same way. I would expect this group of people to be growing faster than those who get tweets via SMS.
Ideally, Twitter would disregard URL content as part of the character limit. If you think about it, the URL http://tinyurl.com/cxt59m (this page) conveys almost no information whatsoever. It could as easily be replaced with some single-character replacement in SMS messages (whose users are much less likely to actually follow links than web/applications users anyway). [On further reflection, it is clear that this wouldn't work as I imagined, as the target URL for these single character links would still need to be encoded somewhere as part of the message.]
On the web, and in applications, URLs shouldn’t need to be minimised at all. Twitter clients could truncate URLs for display, but all the URL content should stay available to be used by those clients that want it.
- Ned Batchelder: Http-https transitions and relative URLs
If this reference appears in an HTTPS page, the mixed content warning will appear. How to craft a reference that works for both? The answer is again relative URLs, but using a more obscure syntax:
<img src='//fast.cdn.net/pix/smiley.jpg' />
- 301Works.org - URL shorteners working with Internet Archive for long-term preservation
The Internet Archive and founding companies announce today the launch of 301Works.org, a service to archive shortened Universal Resource Locators (URLs). This will enable redirect services to incorporate these shortened URLs when a member company ceases business activities.
- Mac OS X 10.6 Snow Leopard: the Ars Technica review - Ars Technica
In Snow Leopard, Apple has created a new, unified, comprehensive set of file system APIs built around a single data type: URLs. But these are URL "objects"—namely, the opaque data types NSURL and CFURL, with a toll-free bridge between them—that have been imbued with all the desirable attributes of an FSRef.
- tr.im URLs | tr.im to December 31, 2009
I wanted to make another update to make one thing clear some users have missed from the homepage notice: All tr.im links will continue to redirect until at least December 31, 2009. We will not be turning tr.im off for redirections.
- joshua's blog: on url shorteners
One important conclusion is that services providing transit (or at least require a shortening service) should at least log all redirects, in case the shortening services disappear. If the data is as important as everyone seems to think, they should own it. And websites that generate very long URLs, such as map sites, could provide their own shortening services. Or, better yet, take steps to keep the URLs from growing monstrous in the first place.
- StumbleUpon Returns to Original Owners - Bits Blog - NYTimes.com
The announcement of StumbleUpon’s reacquisition follows a story my colleague Brad Stone reported last week, about how the original founders of Skype, an Internet calling service, may be in talks to purchase the company they sold to eBay in 2005 for $2.6 billion.
- The Security Implications of URL Shortening Services - Unweary
A hacker or spammer is empowered by using a "benign" URL shortening service that everyone uses and everyone trusts. Once the click is made, a homographic attack may follow and will make it very difficult for a normal user to detect that they are being redirected to a phishing site. The real danger is that people have become habituated to trusting unknown links from their friends. This is dangerous because if their friend's account is compromised, it might not be their friend sending a link and the shortened URL will be clicked without concern.
- Coding Horror: Url Shorteners: Destroying the Web Since 2002
Lame, yes, but it means that the typical, mainstream browser-based Twitter user is forced to become proficient with URL shortening services. Due to the increased exposure they've enjoyed through Twitter's meteoric rise to fame, the number of URL shortening services has exploded, and rapidly evolved -- they're no longer viewed as utility services to make URLs more convenient, but a way to subjugate, control, and perhaps worst of all, "monetize" the web experience.
- Facebook | Coming Soon: Facebook Usernames
We're planning to offer Facebook usernames to make it easier for people to find and connect with you. When your friends, family members or co-workers visit your profile or Pages on Facebook, they will be able to enter your username as part of the URL in their browser. This way people will have an easy-to-remember way to find you. We expect to offer even more ways to use your Facebook username in the future.
- That's Only Ten Lines Of Code
But every now and then, I find the totally dismissive comments annoying. And so it was today on Alley Insider's post about the bit.ly funding. I know the bit.ly team and investors and have been using bit.ly almost exclusively for URL shortening for as long as it's been out. I think it's a very useful service and a material improvement over the other URL shorteners I have used.
- URLs are tough — Anne’s Weblog
- Official Google Webmaster Central Blog: Specify your canonical
Carpe diem on any duplicate content worries: we now support a format that allows you to publicly specify your preferred version of a URL. If your site has identical or vastly similar content that's accessible through multiple URLs, this format provides you with more control over the URL returned in search results. It also helps to make sure that properties such as link popularity are consolidated to your preferred version.
- Owning your namespace « Jon Udell
Increasingly those articles cite more ephemeral things, like blog entries. Using a WebCite bookmarklet, these authors can produce URLs that point to archived copies of web pages. Think Wayback Machine, but you can ask to have an item archived and be sure that it will be.
- One Year Later, Too Many People Are Still Using TinyURL - ReadWriteWeb
One year ago link shortening service TinyURL experienced an extended period of down time and we argued that the outage illustrated serious risks associated with the service. One year later, the landscape doesn't look any less bleak. A search of the web turns up complaint after complaint after complaint about TinyURL being down and links being broken - apparently for at least a day or two every month.
- Sho Fukamachi Online » Blog Archive » Stop using TinyURL
Twitter should seriously use the title attribute to encode the full URL.