Show HN: I couldn't figure out what an Emoji meant, so I made WhatMoji.com
11–20 of 81 posts
Re: Show HN: I couldn't figure out what an Emoji meant, so I made WhatMoji.com
#12Re: Show HN: I couldn't figure out what an Emoji meant, so I made WhatMoji.com
#13Earlier quoted context omitted.
A bank would be useful for general learning. i.e. when I went to the site just now, I didn't have a specific emoji that I needed to identify, but if there had been a 'bank of emojis' I probably would have wasted a few minutes of my day reading about what they mean...because I frequently have no idea what emojis mean... And by wasted I mean I wouldn't have been working. Not a jab at your project :)
I see - I just added links to lists of most emojis to the header: http://whatmoji.com/ I hope this helps you waste a few minutes! :)
Is there something I need to install, or something? I'm on Win7 with up-to-date Chrome and Vivaldi, and they're both the same way.
Re: Show HN: I couldn't figure out what an Emoji meant, so I made WhatMoji.com
#14would have have been cool.
Re: Show HN: I couldn't figure out what an Emoji meant, so I made WhatMoji.com
#15Re: Show HN: I couldn't figure out what an Emoji meant, so I made WhatMoji.com
#16I ran into this problem in a side project recently and made a package to programmatically fix it: https://github.com/NarroApp/translate-emoji
Nice work! You could even go further using algorithms like Sense2Vec ( https://spacy.io/demos/sense2vec?%3B%29|NOUN ). They are able to figure out similarities between emojis and between emojis and words.
http://instagram-engineering.tumblr.com/post/117889701472/em...
Re: Show HN: I couldn't figure out what an Emoji meant, so I made WhatMoji.com
#17http://whatmoji.com/?i=da510f5876a15885fa89de8abe731d3c
EDIT: OK, so it stores only the emojis. The actual text is removed.
Re: Show HN: I couldn't figure out what an Emoji meant, so I made WhatMoji.com
#18It also searches the descriptions, if given a word as an argument.
Re: Show HN: I couldn't figure out what an Emoji meant, so I made WhatMoji.com
#19Re: Show HN: I couldn't figure out what an Emoji meant, so I made WhatMoji.com
#20It seems to permanently (?) store all of the input text. Why? http://whatmoji.com/?i=da510f5876a15885fa89de8abe731d3c EDIT: OK, so it stores only the emojis. The actual text is removed.
Are you concerned this might be a privacy issue? I could change it to only store searches on demand.