7 ms·
Show HN: I made an emoji URL shortener
- TimLeland 4y agoNeat project! URL shorteners are always fun to build and think about scaling. The real challenge is dealing with malicious users. I've spent more time building automated malicious url detection then anything else while building https://t.ly/ https://t.ly/ Url Shortener.
- sekun 4y agoVery true. I could use some advice for where to start. I replied to your Twitter DM!
- gigglesupstairs 4y agoCute. More fun ways to get redirected to harmful links. /s Appreciate the efforts, though I get real skeptic with link shorteners due to their inherent risky nature. Are you doing anything to avoid those kind of links in the backend?
- sekun 4y agoCurrently no, since this was just meant to be a toy project. But I agree with you that I have to deal with moderation if I intend to keep this up. The only countermeasure is to peek into the URL without having to be redirected cause each shortened URL has a stats page. e.g https://emojied.net/stats/%F0%9F%8D%8A%F0%9F%8C%90 https://emojied.net/stats/%F0%9F%8D%8A%F0%9F%8C%90
- deleted 4y ago[deleted]
- jawerty 4y agoLooks solid great work. It worked for me however the copy link did not copy the emoji url it copied the original link.
- sekun 4y agoThank you for your kind words, and for checking it out! I'll look into it.
- AdamJacobMuller 4y agohttps://emojied.net/stats/%F0%9F%99%80%F0%9F%99%8B%F0%9F%98%A3%F0%9F%98%96%F0%9F%98%8D%F0%9F%98%B9 https://emojied.net/stats/%F0%9F%99%80%F0%9F%99%8B%F0%9F%98%... Neat. Emoji domain would have been fun. [edit: less fun since you can't put emoji's in HN comments (thankfully i suppose)]
- sekun 4y agoUnfortunately IDNs aren't allowed to have emojis. :( That definitely would've been fun though.
- ComradePhil 4y ago"Copy to clipboard" doesn't work (Edge on Android).
- sekun 4y agoThere seems to be an issue in Chrome in general. Thanks for reporting, I'll look into it. :)