this post was submitted on 22 Jun 2023
34 points (100.0% liked)

Programming.dev Meta

2452 readers
2 users here now

Welcome to the Programming.Dev meta community!

This is a community for discussing things about programming.dev itself. Things like announcements, site help posts, site questions, etc. are all welcome here.

Links

Credits

founded 1 year ago
MODERATORS
34
Community Icon Poll (strawpoll.com)
submitted 1 year ago* (last edited 1 year ago) by Ategon@programming.dev to c/meta@programming.dev
 

Edit: This link is outdated, see new poll here https://programming.dev/post/190520

Hey everyone

Wanted to run a poll about the community icons to choose between a couple options

Option 1 - Use UBP icons - Use unified icons for all of the communities similar to beehaw

Option 2 - Use UBP for general communities and specific language, etc. icons for specific communities

Option 3 - Dont use UBP icons

Vote using the strawpoll here (doing strawpoll so it can be ranked voting) [removed in favor of new post]

EDIT: I have remade the poll with two more options. If you voted in the previous one please vote again in this. The new options are just for adding different colored gradients to the unified icons for different communities

Quick example of this:

you are viewing a single comment's thread
view the rest of the comments
[–] Ategon@programming.dev 2 points 1 year ago (1 children)

Also if a UBP option wins ill run another vote for hexagon vs circle

[–] l4sgc@programming.dev 2 points 1 year ago (1 children)

My top choice for icon shape is definitely the vertical hexagons we have now, but the poll should probably include options for both vertical and horizontal hexagons. Maybe square and squircle as well.

[–] ruffsl@programming.dev 6 points 1 year ago* (last edited 1 year ago) (3 children)

I think this should be done via CSS, rather than baking in the masked shape into the PNGs. We could customize our instance's default bootstrap theme for Lemmy-UI. This would allow us to keep the icon artwork unaltered as full-size square canvases, then mask them client side based on the user's preferred theme or custom layout. E.g. allowing the user to distinguish user avatars versus community icons based on masking shape, like on GitHub.

There is a growing development of RES like user side enhancements for Lemmy:

[–] l4sgc@programming.dev 3 points 1 year ago

Yes letting everyone choose their own icon shape is a great idea, and thanks for sharing that script, I've been missing the compact view!

[–] Ategon@programming.dev 2 points 1 year ago

Ill likely try to get that working in the instance and then the poll can just be the default option

[–] Paradox42@programming.dev 1 points 1 year ago (1 children)

While I personally like the idea of having the shape be decided by user/instance CSS choices, would that not potentially reduce the immediate brand recognition, when those outside our instance see our community icons?

[–] ruffsl@programming.dev 2 points 1 year ago

If folks vote for the UBP option, then I think that unified color palette and aesthetic would be a reasonable enough clue of instance origin.

That said, if we did hardcode shapes into our instance icons, it's not like there's a lot of maskable radial shapes to choose from that would:

  • fit inside the default circle that remote Lemmy instances would render our community icons as.
  • not overly crop out or limit the artwork canvas with fat dilated margins.
  • https://maskable.app/

With hexagons, octagons, rotated 45 or 30 degree offsets, at tens of pixels font heights: those are hardly differentiable at some point. So regardless, we could easily collide with other servers already that choose hexagons, or any polygon that fits in Lemmy's minimum circle mask.