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 !

  • irelephant [he/him]🍭@lemm.ee
    link
    fedilink
    English
    arrow-up
    3
    ·
    3 days ago
    ^(?:(?: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-cant@feddit.uk
      link
      fedilink
      English
      arrow-up
      5
      ·
      edit-2
      3 days ago

      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