• 0xCAFe@feddit.de
    link
    fedilink
    English
    arrow-up
    62
    ·
    5 months ago

    While this chart certainly shows how dominant mastodon.social in the Fediverse is, I like this chart. It also shows how diverse the Fediverse is. For any other social network this graph would be a simple circle. For the Fediverse it shows 38 different servers, and apart from mastodon.social, the distribution seems quite fair.

    Very good!

    • BentiGorlich@gehirneimer.deOP
      link
      fedilink
      arrow-up
      21
      ·
      5 months ago

      Absolutely. I mean yeah 30-45% of the biggest accounts are on mastodon.social but it is the only one with a huge share. The rest is pretty diversely scattered among instances

    • Valmond@lemmy.mindoki.com
      link
      fedilink
      English
      arrow-up
      4
      ·
      5 months ago

      Made a little script and raked almost 1800 servers and over 40.000 communities.

      If someone has the http api call for messages and posts I’d love continuing and maybe set up some sort of search engine… Or maybe I should go with the soap(?) one but I don’t know how to do it in python, any information greatly appreciated!

      • 0xCAFe@feddit.de
        link
        fedilink
        English
        arrow-up
        3
        ·
        5 months ago

        oh, Good luck with that. Make sure however to respect the users privacy and indexing preferences. People in the Fediverse are very privacy consious and not everyone likes their post scraped and indexed.

        I’d start with the Mastodon docs, it’s a solid resource to get started.

        • Valmond@lemmy.mindoki.com
          link
          fedilink
          English
          arrow-up
          2
          ·
          edit-2
          5 months ago

          Hmm… I’d only index public data (I’m not totally there yet of course), which can be found by anyone, but if there is some way for people, posts, communities, servers, to opt out then ok. Serious question: is there though? Second question, I’m wanting to do this open source, which means anybody can take it, remove the check and scan everything. What are your thoughts about that?

          If you know how to query servers, communities, posts or comments on that topic I’m all ears, I’m only doing 50% of that today BTW.

          On a side note, where is your 0xCAFE come from? Is it like the stack overflow/ memory error checks like 0xDEAD(or 0xDEADBEEF) and so?

          Cheers!

          • 0xCAFe@feddit.de
            link
            fedilink
            English
            arrow-up
            2
            ·
            3 months ago

            Hey, how’s it going? Are you still working on it?

            Sorry for this huge delay, sometimes RL takes over… I don’t know how relevant it still is. I’ll try anyway.

            but if there is some way for people, posts, communities, servers, to opt out then ok.

            I think this could pose an issue. Many people in the Fediverse are very sensitive about informed consent — which cannot be satisfied by any opt-out mechanism. This is an issue for every bridge/search service, because with opt-in you will have way less users. I strongly recommend to go for opt-in however, you will be starkly criticized otherwise.

            I’m wanting to do this open source, which means anybody can take it, remove the check and scan everything. What are your thoughts about that?

            Yes, anybody could do that, or build something from scratch, but will meet strong opposition in the Fediserve, as we’ve seen more than once.

            If you know how to query servers, communities, posts or comments on that topic I’m all ears, I’m only doing 50% of that today BTW.

            Can’t help here, sorry.

            On a side note, where is your 0xCAFE come from? Is it like the stack overflow/ memory error checks like 0xDEAD(or 0xDEADBEEF) and so?

            Nope, just a nerd who likes computery stuff like hex numbers and, obviously, coffee. No technical magic number I know of (maybe there still is…?).

            • Valmond@lemmy.mindoki.com
              link
              fedilink
              English
              arrow-up
              1
              ·
              3 months ago

              Hello cafe !

              The project is on ice atm, if I get the hang on the API calls for communities and messages I’d probably continue.

              I know some people think you shouldn’t scan messages, but they’re free to see out there in the open already? I mean a search engine could actually do wonders for unknown communities, and I’d gladly filter out by some tag or whatever if needed. I mean if I get down to do it :-)

              Cheers!