TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Tell HN: Solution to URL Shortners

3 pointsby dryicerxalmost 16 years ago
tr.im went down, a great example. Lot of people get really defensive on this subject, but seriously other than twitter, there is rarely a need for shortners. You are depending the links validity completely on a 3rd party website which doesn't have a great business model to survive, not very smart. Bitching about it aside, a Solution:<p>URL Lengthener/Unrollers/Expanders.<p>I call upon web developers and the HN community to take action from the application/server side. There are already scripts available that converts the popular shortners to their original form. (which convert tr.im/12345 -&#62; realURL). Run this through you're DBs or inputs and clean out the mess.<p><pre><code> - http://dentedreality.com.au/projects/slinky/ - http://www.longurlplease.com/ - Google got more</code></pre>

4 comments

yannisalmost 16 years ago
Tim was right in 1998! But who reads 1998 articles? Cool URIs don't change <a href="http://www.w3.org/Provider/Style/URI" rel="nofollow">http://www.w3.org/Provider/Style/URI</a>. Tim told us so!
astrodustalmost 16 years ago
Maybe there's some way to publish an archive of all shortened URLs for posterity, even .torrent. It's the least a service can do before turning the lights out.
mbrubeckalmost 16 years ago
See also <a href="http://news.ycombinator.com/item?id=753154" rel="nofollow">http://news.ycombinator.com/item?id=753154</a> (from just two hours earlier).
noodlealmost 16 years ago
yeah, i'll take issue with the assertion that there's rarely a need for shorteners. for many, its not about the shortening, its about the statistics gleaned from the service.<p>but yes, nice idea. i think there are a few other similar services out there, though.