About!
Tuxedo Link Shortener

Tuxedo Link Shortener™ is a simple URL Shortening service with a twist. It comes with #hashtags, domains, and link notes. This is much unlike the average URL shortening service that only shortens links. Each link here is saved for posterity with accompanying notes and short URL.

Currently, only registered users with accounts can shorten links.

Server Time

Date Time Today

It is 29, Apr, 2024 12:31 pm.

Back to Tag Home

NOTES:   The sheer difficulty of writing a technical book in the Internet Age... Coding Horror: The Book #coding

20 clicks so far • Created 6 years ago • Preview Link


NOTES:   Haha... Object-Relational Mapping is the Vietnam of Computer Science #coding

18 clicks so far • Created 6 years ago • Preview Link


NOTES:   All Abstractions Are Failed Abstractions. In programming, abstractions are powerful things...But they can cause problems of their own. #coding

16 clicks so far • Created 6 years ago • Preview Link


NOTES:   The PLU problem and hiring great people... We Hire the Best, Just Like Everyone Else #business

19 clicks so far • Created 6 years ago • Preview Link


NOTES:   I consider this the golden rule of source control: Check in early, check in often. Developers who work for long periods - and by long I mean more than a day - without checking anything into source control are setting themselves up for some serious integration headaches down the line

19 clicks so far • Created 6 years ago • Preview Link


NOTES:   Race conditions and client enforcement of server-side security are just two of them. Top 25 Most Dangerous Programming Mistakes #coding

21 clicks so far • Created 6 years ago • Preview Link


NOTES:   Deadlocked! #coding

22 clicks so far • Created 6 years ago • Preview Link


NOTES:   The Mac vs PC debate settled finally.. Your screwdriver rocks, and our screwdriver sucks. So what? They're screwdrivers. If you really want to convince us, stop talking about your screwdriver, and show us what you've created with it

23 clicks so far • Created 6 years ago • Preview Link


NOTES:   URL Rewriting to Prevent Duplicate URLs. As a software developer, you may be familiar with the DRY principle: don't repeat yourself. It's absolute bedrock in software engineering #coding

17 clicks so far • Created 6 years ago • Preview Link


NOTES:   The Problem With URLs. URLs are simple things. Or so you'd think. Let's say you wanted to detect an URL in a block of text and convert it into a bona fide hyperlink #coding

22 clicks so far • Created 6 years ago • Preview Link


Next  
From Wikipedia

URL shortening is a technique on the World Wide Web in which a Uniform Resource Locator (URL) may be made substantially shorter and still direct to the required page. This is achieved by using a redirect which links to the web page that has a long URL.

For example, the URL "https://example.com/assets/category_B/subcategory_C/Foo/" can be shortened to "https://snip.ml/Foo", and the URL "https://example.com/about/index.html" can be shortened to "https://snip.ml/h2iBY".

Often the redirect domain name is shorter than the original one. A friendly URL may be desired for messaging technologies that limit the number of characters in a message (for example SMS), for reducing the amount of typing required if the reader is copying a URL from a print source, for making it easier for a person to remember, or for the intention of a permalink.

Read more on Wikipedia