(no title)
cousin_it | 26 days ago
A better heuristic is always keep in mind not only developer efficiency, but also program efficiency. I'm not saying optimize everything, but keep program efficiency in mind at least a little bit. In this case, that would've led the developer to download a tiny SVG or PNG and serve it from the app itself. Which would've avoided the problem in the post, and maybe other problems as well.
apike|26 days ago
While in this case we’d included the emoji font for displaying user content in another part of the app, the hazard of letting a “simple” approach expand and get out of hand is part of what I wanted to convey in writing this.
riwsky|26 days ago
bambax|26 days ago
patates|25 days ago
I use a lot of different OSs, and none of the default terminals seem to have any problems with emojis, even cmd on windows (which isn't even default anymore?).
So detaching from the main theme of if the use of emojis is a good idea from the start, may I get more details on how your console breaks? :)
qingcharles|26 days ago
kitd|26 days ago
... assuming it all works ofc (though you could say that about serving svgs too)