top | item 30974768

Show HN: I made an emoji URL shortener

15 points| sekun | 3 years ago |emojied.net

13 comments

order

TimLeland|3 years ago

Neat 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/ Url Shortener.

sekun|3 years ago

Very true. I could use some advice for where to start. I replied to your Twitter DM!

gigglesupstairs|3 years ago

Cute. 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|3 years ago

Currently 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

jawerty|3 years ago

Looks solid great work. It worked for me however the copy link did not copy the emoji url it copied the original link.

sekun|3 years ago

Thank you for your kind words, and for checking it out! I'll look into it.

ComradePhil|3 years ago

"Copy to clipboard" doesn't work (Edge on Android).

sekun|3 years ago

There seems to be an issue in Chrome in general. Thanks for reporting, I'll look into it. :)