It is a rather massive change to the way Discourse deals with avatars. We no longer include direct links to gravatar, so for example, this is no longer a concern on Discourse.
Turns out our docker image is running an old version of image magick, will update the base image in the next week or so, but in the mean time I adjusted my usage. Deploying shortly.
Looks much cleaner, but shouldnāt HTML/CSS or SVG have been used instead of creating images for every user?
I think using SVG would have saved much storage space and added more flexibility to avatar creation.
One zero storage example I can think of is where colors are randomly selected taking userās username as seed in a RNG, and then extracting the userās nameās first letter from the DB (shouldnāt be expensive since names are already displayed wherever there are avatars), and then inserting it in a SVG template.
Since SVG images can also be cached, this shouldnāt put much load on servers, while saving precious storage space and adding flexibility to change all avatars in one go if need be.
I love the fact that on an active forum without many custom avatars (like Soylent), the topic listing has a very real chance of spelling out rude words. This makes me giggle with childish glee
Thereās even some abuse potential for creative miscreants, and thereās currently no tool to fix this short of removing inoffensive, on-topic posts for no reason other then that the usersā default avatars ājust so happenedā to spell out some four letter wordā¦
This is so theoretical. And posting in the topic will mess up the order, as posters get promoted to āmost frequentā status and last poster changes all the time.
Itās also trivial to rename users in about 3 clicks if they insist on doing this.
I appreciate the concern, but itās imagineering a bit.
Yeah, I guess Iāve just had too many bad experiences with forums full of 14 year oldsā¦ good thing that my WoW days are far, far behind me, altho it sticks to youā¦ it really does.
I think the current extra-mega-bold font is not a good idea. It is very readable (and definitely better than Gravatar for many technical and visual reasons), but veers too far on the side of being large, so to my eye it looks childish and whimsical :
After spending a couple of days getting used to this change, I still feel like the letter-avatars could look better. IMO most of the early mockups looked better than what we have currently. I think itās that little bit of border that doesnāt feel right.
Border:
No border:
(Using PT Mono. Dunno if thatās the font in use but it seemed pretty close).
I really like the border and am a die hard fan of helvetica, but also think we should probably make this stuff pluggable, so you can have your own fonts and algorithm for your own site.
+1000 to making it pluggable. Was just about to make a post about it. There is huge potential for bikeshed discussion here, for which āuserās choiceā is often a great remedy. Iād absolutely love a simple Avatars Customizer plugin that works in similar fashion to the new themer system.
Just changing up the avatar styling can go a long way to personalising your forum and making it feel less āmass producedā.