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 !

  • flamingos-cant
    link
    fedilink
    English
    8
    edit-2
    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))$

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

    • irelephant [he/him]🍭
      link
      fedilink
      English
      33 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
        link
        fedilink
        English
        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