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
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
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
(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.)
Doesn’t stackoverflow do that? Or some other popular website… Slashdot?
Not Slashdot that I recall, and looking at it, looks like it still doesn’t, but it looks like Stack Overflow does.