this post was submitted on 28 May 2025
518 points (93.0% liked)

Fediverse

34019 readers
923 users here now

A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).

If you wanted to get help with moderating your own community then head over to !moderators@lemmy.world!

Rules

Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration)

founded 2 years ago
MODERATORS
 

Yesterday someone asked if one could do something like this, here is my version, in case you missed it !

Here is the list of all the softwares in this picture :

  • Friendica
  • GNUSocial / Mastodon
  • Vernissage
  • Wordpress / Writefreely / Pixelfed
  • Loops
  • Jlai.lu (French lemmy instance) / Lemmy (with the lemmy.world logo because it's more colorful than the plain lemmy logo)

Feel free to share it anywhere you want :)

If you have any idea for other meme of this type for the Fediverse, please send me a DM and I might make a nice graph like this for you !

you are viewing a single comment's thread
view the rest of the comments
[–] flamingos@feddit.uk 6 points 1 week ago* (last edited 1 week ago) (2 children)

^(?:(?:feddit.(?:it|ie|uk|org|de|nl))|(?:lemmy.(?:cafe|ml|ca|org|world|zip|nz))|(?:sh.itjust.works|programming.dev|lemm.ee|sopuli.xyz|jlai.lu|lemmy.blahaj.zone|lemmy.dbzer0.com|aussie.zone|beehaw.org|lemmy.sdf.org|slrpnk.net))$

Shout out to my favourite lemmy instance, shmitjust🎃works. Real cool people.

[–] Irelephant@lemm.ee 4 points 1 week ago (1 children)
^(?:(?:feddit\.(?:it|ie|uk|org|de|nl))|(?:lemmy\.(?:cafe|ml|ca|org|world|zip|nz))|(?:sh\.itjust\.works|programming\.dev|lemm\.ee|sopuli\.xyz|jlai\.lu|lemmy\.blahaj\.zone|lemmy\.dbzer0\.com|aussie\.zone|beehaw\.org|lemmy\.sdf\.org|slrpnk\.net))$

pretty sure this is correct.

[–] flamingos@feddit.uk 5 points 1 week ago* (last edited 1 week ago) (1 children)

Looks correct, but boring as you kept it pretty readable, the total opposite of what a regex should be.

^(?:(?:feddit\.(?:i[te]|uk|org|de|nl))|(?:lemm(?:\.ee|y\.(?:ca(?:fe)?|ml|(?:sdf\.)?org|world|zip|nz|blahaj\.zone|dbzer0\.com)))|(?:sh\.itjust\.works|programming\.dev|sopuli\.xyz|jlai\.lu|aussie\.zone|beehaw\.org|slrpnk\.net))$

~~I am a weirdo who actually like regex~~

[–] Irelephant@lemm.ee 6 points 1 week ago (1 children)

i[te]

That is fucked up and its annoying that it works

[–] JcbAzPx@lemmy.world 6 points 1 week ago

Regex in a nutshell.

[–] Irelephant@lemm.ee 4 points 1 week ago

I am unbelievably shit at regex, and I didn't bother testing this one.