this post was submitted on 22 Dec 2023
213 points (88.4% liked)

Asklemmy

43736 readers
1240 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy 🔍

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_[email protected]~

founded 5 years ago
MODERATORS
 

Reading comments in different communities, I noticed that users hardly leave smilies. Why is that?

༼ つ ◕_◕ ༽つ

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 7 points 10 months ago (1 children)

I have a negative attitude to standard emoticons built into Android and iOS. They don’t look good, they’re too many.

I'm interested to know who uses emoticons depicting, for example, player rewind icons or rectangular shapes. Are there people who use these emoticons at least once a year?

[–] [email protected] 8 points 10 months ago (2 children)

I make apps and I use them for prototyping buttons and stuff... So yeah, pretty often.

[–] [email protected] 4 points 10 months ago (1 children)

Sounds intriguing. How does that look?

[–] [email protected] 3 points 10 months ago

Could just look like this. It's a dumb little stopwatch app I made some time ago to explain a different concept. All it uses is plain HTML, CSS, and Javascript. Because I could use emojis as icons, I didn't need to bring in a separate icon pack.

If I didn't have access to emojis at all, I probably would have just used text only... But if I'm prototyping an app that I'm building for someone else, it helps make it look closer to the real thing, and that's kinda nice.

[–] [email protected] 0 points 10 months ago (1 children)

Hmm... Then wouldn't it be logical on the part of mobile OS developers to make the extended set of emoticons hidden by default and enabled through system settings? Or make an extended set of smileys as an app that can be installed through the app directory?

[–] [email protected] 3 points 10 months ago

Maybe! The MacOS emoji picker actually does this: You can choose which categories to include or omit, and set favorites... And not all of them are enabled by default. No reason phone keyboards couldn't do the same thing. MacOS calls most of what we'd consider "emojis" to be one category though, lol... So that wouldn't actually solve the problem. But it's possible.

Installing them like an app wouldn't really be a thing though-- Emojis are part of Unicode, which means they're essentially text characters. You wouldn't want to omit those from the system entirely, because if they appear in text, you still want to be able to render them. Kind of like... You might not need (or want) a convenient way to write an "é," but it'd be annoying if somebody wrote "the appetizers were good, but the entrée was just okay" and you saw "entr�e" because you didn't have the right app installed.

Personally, I'd rather have access to everything and just use search to find the one I want, but it might be nice to have the option to omit categories that you aren't interested in.