Live data from Hacker News

Emoji Kitchen

emojikitchen.dev

21–30 of 65 posts

Re: Emoji Kitchen

#21
post #18
post #6

Would be cool if you could get this as a plugin for signal/WhatsApp/etc

On Android using Gboard (Google's default keyboard) you can insert those as images into many IM apps.

I love this feature. I just wish there was a way to browse more of them from the UI.

Re: Emoji Kitchen

#22
post #15

[flagged]

Serious question, could you explain why you disable JS in 2023?

JS cannot access your files, your browser certainly protects you against cryptomining...

JS is not always eye candy, there are many things that cannot be done with forms alone. If you want a terrible web experience, feel free, but it's not the devs' job to write an exposé to explain why they had to use JS.

Re: Emoji Kitchen

#23
post #15

[flagged]

> why don’t devs put in the minimal effort

You can build what you want. Xavier says this on his site:

My name is Xavier Salazar (he/him), and I love emoji. I currently work full-time at @slackhq and work remotely from Portland, OR I spend more time than my manager knows creating and perfecting the silliest little ideas for the internet. I've been able to cover the costs of these projects by myself, but, at the end of the day, they are not free. Supporting me, even only for a couple dollars, goes a long way in making sure I can continue to create and support these projects.

Re: Emoji Kitchen

#24
post #3

looking more into this i guess it's called emoji kitchen by google and there's over 20,000 combinations, its crazy using this tool and seeing how specific they can get, they're not lazily copy pasted either, need a hedgehog wearing headphones? google got you covered i guess

[deleted]

Re: Emoji Kitchen

#25
I wonder if we can fine tune a language model using this and then get infinite emoji mixes… Could be a fun weekend project. If SVG of those icons exists somewhere it’s possible to find tune GPT with it too

Re: Emoji Kitchen

#26
post #15

[flagged]

It's really tiresome reading all the crying from no-JS snobs in a world when you cannot use most websites without JS. Move on or turn on JS.

I opt in to JavaScript—not fully disabled. When there’s a compelling reason to enable it, I do, but if a site shows me nothing, it gives me nothing to work with. I run TUI browsers semi-regular though and they’ll never show me anything. Slap on that non-Google web crawlers aren’t executing JS & your site will get worse SEO too.

Re: Emoji Kitchen

#27
post #15

[flagged]

> why don’t devs put in the minimal effort You can build what you want. Xavier says this on his site: My name is Xavier Salazar (he/him), and I love emoji. I currently work full-time at @slackhq and work remotely from Portland, OR I spend more time than my manager knows creating and perfecting the silliest little ideas for the internet. I've been able to cover the costs of these projects by myself, but, at the end of…

> > why don’t devs put in the minimal effort

You left out the noscript part. I’m not implying the project as a whole is minimal effort.

It would be nice to at least see a small explanation of what I as a user am missing out (one or two sentences), or the bare minimum is to at least name the application in the noscript instead of leaving the default text of create-react-app (or similar project generator). It could be as minimal as adding the name and repeating the meta description.

    
     Emoji Kitchen requires enabling JavaScript to run
     

Unique illustrations of combined emoji, cooked up in Google’s Emoji Kitchen, and comprehensively available on the web.

Re: Emoji Kitchen

#28
post #15

[flagged]

Of all things to worry about when designing a website, the basically-zero percentage of people who voluntarily disable JS doesn't even make the list. I view the noscript tag more along the lines of "Hey, your browser isn't working" than "Here's a sales pitch for my site for you and the 2 other people who disabled Javascript".

As time has gone on, more and more folks recommend disabling JavaScript as the default behavior and opting in on a per-site basis. This is easy to do with uBlock Origin. This isn’t a broken browser behavior but a conscious decision for the security and privacy of many users. Leaving one or two sentences isn’t much, and the “sales pitch” will help with SEO for web crawlers that don’t execute scripts.

Re: Emoji Kitchen

#29
post #25

I wonder if we can fine tune a language model using this and then get infinite emoji mixes… Could be a fun weekend project. If SVG of those icons exists somewhere it’s possible to find tune GPT with it too

It's probably better to finetune a text-to-image model for that, at least they have a lot of knowledge about the visual world.

Re: Emoji Kitchen

#30
post #22
post #15

[flagged]

Serious question, could you explain why you disable JS in 2023? JS cannot access your files, your browser certainly protects you against cryptomining... JS is not always eye candy, there are many things that cannot be done with forms alone. If you want a terrible web experience, feel free, but it's not the devs' job to write an exposé to explain why they had to use JS.

A lot of the web is full of sludge—blog spam, analytics, advertising, unnecessary motion. A lot of these files are large and take time to execute for marginal benefit (or negative benefit with tracking). Opting in on a per-site basis can save you the rare threat vector, but also prevent the sludge. When it’s clear the JavaScript provides value (or even good eyecandy), I do the two clicks to enable it and refresh; a blank page generically saying “Enable JavaScript” isn’t telling me anything and feels more like a warning to stay away. Exposé implies it needs to be anything beyond a line or two.

Not everyone wants to download and execute programs from the internet every time they visit a site.

Note: the ‘web’ is comprised of both web pages & applications where web applications obviously need JavaScript, but web pages are better served with JavaScript as an enhancement. In the post here, we have a web app, but there’s nothing that tells me what it is and with so many sites running these project generator defaults of “You need to enable JavaScript to run this app”, it’s impossible to tell if this is an trustworthy application, malicious, or another SPA that should have just been static content.

You could also check out 2018 articles praising uBlock Origin for allowing users to disable JS by default in v1.17.0 such as https://www.zdnet.com/article/ublock-origin-gets-option-to-b...

Post reply on HN