this post was submitted on 29 May 2025
138 points (90.1% liked)

Ask Lemmy

31978 readers
1503 users here now

A Fediverse community for open-ended, thought provoking questions


Rules: (interactive)


1) Be nice and; have funDoxxing, trolling, sealioning, racism, and toxicity are not welcomed in AskLemmy. Remember what your mother said: if you can't say something nice, don't say anything at all. In addition, the site-wide Lemmy.world terms of service also apply here. Please familiarize yourself with them


2) All posts must end with a '?'This is sort of like Jeopardy. Please phrase all post titles in the form of a proper question ending with ?


3) No spamPlease do not flood the community with nonsense. Actual suspected spammers will be banned on site. No astroturfing.


4) NSFW is okay, within reasonJust remember to tag posts with either a content warning or a [NSFW] tag. Overtly sexual posts are not allowed, please direct them to either !asklemmyafterdark@lemmy.world or !asklemmynsfw@lemmynsfw.com. NSFW comments should be restricted to posts tagged [NSFW].


5) This is not a support community.
It is not a place for 'how do I?', type questions. If you have any questions regarding the site itself or would like to report a community, please direct them to Lemmy.world Support or email info@lemmy.world. For other questions check our partnered communities list, or use the search function.


6) No US Politics.
Please don't post about current US Politics. If you need to do this, try !politicaldiscussion@lemmy.world or !askusa@discuss.online


Reminder: The terms of service apply here too.

Partnered Communities:

Tech Support

No Stupid Questions

You Should Know

Reddit

Jokes

Ask Ouija


Logo design credit goes to: tubbadu


founded 2 years ago
MODERATORS
 

In comment sections or in community pages, it's mostly an ocean of default avatars.

As a UI developer, that's always been a gripe because I put a lot of effort into making them look good and scale properly, etc. When I see 60-70% or more accounts sporting the default avatar, it makes me wonder why I even bother.

So, since this bugs me so much, figured I'd just ask.

Lemm.ee users I can understand because of the waiting period for uploads, but AFAIK, most instances don't have that restriction. Even then, there are plenty of .ee accounts that never bother to go back and set one.

you are viewing a single comment's thread
view the rest of the comments
[–] tal@lemmy.today 10 points 4 days ago* (last edited 4 days ago) (2 children)

As a UI developer, that’s always been a gripe because I put a lot of effort into making them look good and scale properly, etc. When I see 60-70% or more accounts sporting the default avatar, it makes me wonder why I even bother.

You could just do those autogenerated things instead of a static image if they haven't set one. Like, hash their username and use the bits of the hash as an input to some function that procedurally-generates an image. Makes it easy to visually-identify users without needing them to go out and manually create an avatar.

I don't really care much about the visual appearance myself, but I did want something unique to make it easier to visually-identify my posts for other users. Humans can identify color in their visual field in constant time, so having different colors for different users is helpful. I plonked "wave swirl"---the first thing that came to mind---or something like that into Stable Diffusion 1.5, got a picture of a wave, haven't touched it since.

EDIT: For a good example, I always easily identify @Kolanaki@yiffit.net comments, as he's got custom colored Unicode in a display name and a custom avatar and custom background. I don't care enough to go do that myself, but it does highlight the fact that it can be useful for rapidly-identifying people in a conversation.

For those who can't see avatars, he looks like this in the Lemmy Web UI:

I'll add that I don't personally really like the display name functionality, because I need to refer to people in text using "@" syntax---as I did above---by their real username and it makes it slightly more obnoxious to get that, but I do have to say that it does help make users visually unique.

I think that my ideal for user identification would be maybe some sort of procedurally-generated flag as the default. Those are designed to be readily-identifiable at a distance already. Like, use the hash bits to choose one of several different groups of flags (triband, etc) and bits to choose the color of various elements in the flag. If one flag isn't enough to consume all the bits in the hash, maybe do two side-by-side, etc.

EDIT2: Hmm. Now I kind of wonder if that should be done client-side, because it could let the viewing user theme what they're seeing. Like, dark-mode people don't have to have bright flags, if someone wants a specific theme they could use that (a string of different colored cats in different poses), etc.

EDIT3: And I loathe the fact that the Lemmy Web UI by default permits animated avatars. I think I disabled animations somewhere in Firefox specifically because of the people on here using animated avatars. I think that not putting the kibosh on that was a huge mistake.

[–] ptz@dubvee.org 3 points 4 days ago

I'm just gonna reply to your edit separately lol

I'll add that I don't personally really like the display name functionality, because I need to refer to people in text using "@" syntax

Haven't used Lemmy-UI in forever, but the user search does work on display names, though the one you mentioned with the custom Unicode characters definitely wouldn't (well, not typing the letters they represent anyway).

[–] ptz@dubvee.org -1 points 4 days ago* (last edited 4 days ago)

You could just do those autogenerated things instead of a static image if they haven't set one.

Yeah, it already does that. I'm using the Dicebear adventurer pack for users and the initials pack for communities. Each user gets the same pseudo-random one generated every time.

I'm the opposite of another commenter (the one who said they find profiles with avatars sus). I find the ones who don't bother to set anything a bit sus myself. Like, it's as if they don't care to be here, they don't plan on sticking around, just here to hit it and quit it, etc. Taking the effort to put something there at least shows they're trying to be part of something (well, in addition to other factors).