My URL Shortening Service

80 words.

As part of my continuing effort to take over the world, I’ve created my own personal url-shortening service: http://uvurl.net.

Just for the record, mine is NOT implemented as Jeff Atwood describes in URL Shortening: Hashes In Practice.  It’s actually much easier than creating an “aggressive hash.”  Each URL is assigned a sequential numeric identifier, which is converted into base-36 with one PHP function.  (Why PHP has a function for converting number bases is beyond me, but there it was.)  Voila.

Related

This page is a static archival copy of what was originally a WordPress post. It was converted from HTML to Markdown format before being built by Hugo. There may be formatting problems that I haven't addressed yet. There may be problems with missing or mangled images that I haven't fixed yet. There may have been comments on the original post, which I have archived, but I haven't quite worked out how to show them on the new site.

Sorry, new comments are disabled on older posts. This helps reduce spam. Active commenting almost always occurs within a day or two of new posts.