this post was submitted on 30 Apr 2026
157 points (98.8% liked)

Ask Lemmy

39350 readers
1497 users here now

A Fediverse community for open-ended, thought provoking questions


Rules: (interactive)


1) Be nice and; have funDoxxing, trolling, sealioning, racism, toxicity and dog-whistling 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
 

The threadiverse is small (compared to other major platforms) and I often see usernames that I recognize. How well do we notice each other around here?

I'll start... my name's "MrShankles" and I do be commenting/posting from time to time

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

All of you users with no avatar, go get one so I remember you all please! It’s an accessability aid in a way :p

Frankly, this could be implemented client-side. If there's no avatar set by the remote user, then have the client or Web UI or whatever hash the username/home instance pair and then use the bits of that hash as inputs to procedurally-generate an image. There are a number of forum systems that do this.

https://en.wikipedia.org/wiki/Identicon

An Identicon is a visual representation of a hash value, usually of an IP address, that serves to identify a user of a computer system as an effectively random form of avatar while protecting the user's privacy. The original Identicon was a 9-block graphic, and the representation has been extended to other graphic forms by third parties.

(Note that using an IP as an input to the hash, as is mentioned here, is not really a good idea, since the IPv4 address space is small enough that one can reverse the hash by brute-forcing it to obtain the user's IP address, and the IPv6 address space is only sparsely-used, so I bet that one could do the same there with a bit more work.)

[–] Tja@programming.dev 2 points 1 day ago (1 children)

Doesn't stackoverflow do that? Or some other popular website... Slashdot?

[–] tal@lemmy.today 2 points 1 day ago

Not Slashdot that I recall, and looking at it, looks like it still doesn't, but it looks like Stack Overflow does.