• pelespirit@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    15
    ·
    3 days ago

    So, I watched the whole thing and they mentioned castopod (podcasts) and owncast (live streaming). He also mentioned hashtags to find what you’re looking for. Is there a search engine for across the fediverse? For example, that would be amazing to go there and find hashtags from pixelfed and castopod and owncast even if they don’t communicate with each other. It’s not about instance finding, but about topic finding. That search engine would be the bomb or does it already exist?

      • inconel@lemmy.ca
        link
        fedilink
        English
        arrow-up
        11
        ·
        3 days ago

        I mean given the demographic of fedi, ignoring robots.txt or GDPR removal requests warrant negative reaction and many in the list fall in that classification.

        • Microw@lemm.ee
          link
          fedilink
          English
          arrow-up
          6
          ·
          3 days ago

          And others dont fall into that classification, additionally it has been shown that the list’s author does not bother to actually check what is true about “scraping” accusations and just includes whatever accusation gets raised

      • arotrios@lemmy.world
        link
        fedilink
        English
        arrow-up
        3
        ·
        3 days ago

        This is a core issue with ActivityPub, one that I noticed myself when I started working with it. Unless a server is setup to keep a user’s private marked posts completely off the ActivityPub feed, they’re accessible within it to any script that ignores the opt-out request.

        My personal example was setting up wordpress to interact with a Mastodon instance, and suddenly finding private conversations published from Mastodon to my wordpress site that weren’t visible to me at all on Mastodon.

        Needless to say, that gave me pause about building anything with the protocol until I really understand the access control behind publishing, because even instance owners don’t seem to fully grasp it themselves.