6 ms·
I really like the idea, but part of your concept concerns me. Having pronounceable short urls is always a plus, but having them expire is sketchy to me. It mean
by d_mcgraw 16y ago
I really like the idea, but part of your concept concerns me. Having pronounceable short urls is always a plus, but having them expire is sketchy to me. It means 1 of 2 things in my mind and maybe you can put my worries to rest. I will also preface the concerns with 'I did notice that the time is variable and user chosen'.
1 You are going to litter the web with non-active(broken) links and that sucks.
2 (more likely) As you reuse words in urls there will be links that will point to things that are in no way related to the context in which they were originally used.
- PStamatiou 16y agothese shorturls are not meant for actually linking to anywhere online. just for IRL sharing with others. hence the pronounceable aspect is a big part of the utility.
- jazzychad 16y agoExactly. These links are not meant to be posted online or meant to last forever. The main use-case is to share them aloud with other people in the room (or write them on a whiteboard at a hackathon). I mention quite clearly that the links are temporary, so people that use them otherwise are missing the point I think.
- mdonahoe 16y agoSo ideally you want people entering links directly into the url bar instead of creating a page link somewhere. You could detect that reasonably well with the Referer header, and perhaps provide a warning against that behavior? food for thought
- andrewacove 16y agoIt might be terrible from a usability stand point (or it might be an improvement), but if the point is to share the link verbally and not via a text link [or if doing so will litter the web with broken links], why support direct links at all? Why not just have an input box on the home page? The user puts in the english word, and you do the redirect.
- arb99 16y agothen rather than just type one url in and get redirected, they have to remember to type in a url, then type in a word. its easier as it is.
- d_mcgraw 16y agoI understood that, but rarely do people use services exactly as they are intended unless somehow forced to.