Boring Avatars – React library to generate custom avatars
51–60 of 99 posts
Re: Boring Avatars – React library to generate custom avatars
#52Re: Boring Avatars – React library to generate custom avatars
#53Earlier quoted context omitted.
I find it a bit sad that the most upvoted reaction to someone's cool little project they wanted to share is the classic HN misguided and overused response of 'React BAD'
There's a reason for that. The web is roughly 90% static pages with JS sprinkled on top(usually jQuery), and 10% SPAs made in various frameworks. https://w3techs.com/technologies/overview/javascript_library React is a small part of the web(in terms of the number of people using it commercially) and thus a library written in React isn't terribly useful for most of the market.
And why does that matter? The OP is someone's toy project, not an attempt at starting a SaaS company.
Re: Boring Avatars – React library to generate custom avatars
#54They look cool but aren't avatars mainly used to uniquely identify someone based on a picture? A lot of these look too similar. The really boring approach IMO is to choose a random solid color and put the user's initial(s) on top of it. This makes it pretty unique and much easier to associate someone back to their avatar.
I agree that it's a good simple baseline, but going on a minor off-topic rant, I find it very annoying when this is implemented under the anglocentric assumption of names always being of the format Firstname (Middlename) Surname everywhere, and thus always parsing the initials as "FS". As a result, Spanish people whose naming custom is Firstname(s) 1stSurname 2ndSurname, where the 2nd surname is the "droppable" one, are inappropriately rendered. Director Pedro Almodóvar Caballero becomes "PC", rather than the acceptable versions "PA" or "PAC".
Re: Boring Avatars – React library to generate custom avatars
#55Love the list of sample names!! https://notablewomen.withgoogle.com/all
Re: Boring Avatars – React library to generate custom avatars
#56Re: Boring Avatars – React library to generate custom avatars
#57Love the list of sample names!! https://notablewomen.withgoogle.com/all
So instead of just producing a set of notable people, they went with excluding men. I am not sure how we will ever achieve the supposed goals when they all seem to just be lip service and not about equality at all. How is this equal?
Re: Boring Avatars – React library to generate custom avatars
#58My favourite was the Stackoverflow April Fools Unicorn avatar generator from a few years ago but I'm not sure if they ever released the source https://meta.stackexchange.com/questions/37328/my-god-its-fu...
> If you want bigger and/or higher-quality images, the avatar generation code (including a command-line app) is at https://bitbucket.org/balpha/go-unicornify.
The code appears to have been migrated to GitHub at https://github.com/codingisacopingstrategy/unicornify and the about page on https://web.archive.org/web/20100428132341/http://unicornify...
The code is also at https://bitbucket-archive.softwareheritage.org/projects/ba/b...
Re: Boring Avatars – React library to generate custom avatars
#59They look cool but aren't avatars mainly used to uniquely identify someone based on a picture? A lot of these look too similar. The really boring approach IMO is to choose a random solid color and put the user's initial(s) on top of it. This makes it pretty unique and much easier to associate someone back to their avatar.
Re: Boring Avatars – React library to generate custom avatars
#60Love the list of sample names!! https://notablewomen.withgoogle.com/all
So instead of just producing a set of notable people, they went with excluding men. I am not sure how we will ever achieve the supposed goals when they all seem to just be lip service and not about equality at all. How is this equal?