The way Lemmy works right now is you search a community in your instance for it to then get shown, so you need to first discover that community from elsewhere. With that in mind, what are some growing communities that you discovered that could get some more love?

  • Pumpkin
    link
    fedilink
    1111 months ago

    The short answer is no, you dont.

    Think of this like email, you sign up to a mail provider (gmail, yahoo, fastmail, etc) or even if you’re feeling up to it run you own email server with you own domain. You can then use that account to send emails to anyone regardless of which provider they picked and anyone can send you email too.

    Lemmy (and ActivityPub, the underlying protocol) works the same. ActivityPub under the hood even uses the same concept of an inbox and outbox. You pick your provider and you can comment, post, etc. to anywhere regardless of which instance the other users or community is on.

    If you see a post on another instance (e.g. Beehaw) you can just comment in the webui or app and it’ll just work.

    • generalEdo
      link
      fedilink
      311 months ago

      But if I want to subscribe to an instance on beehaw or kbin I need to have an account for those correct?

      • Pumpkin
        link
        fedilink
        711 months ago

        Nope, you only need one account. It works like email, it dosn’t matter if you’re on gmail, yahoo or fastmail, you can still send and receive emails from other providers. You can subscribe to communities on other instances and post comments or submit new posts regardless of which instance the community is on.

        • generalEdo
          link
          fedilink
          211 months ago

          Thanks for the reply, I think I got it now. What confused me was the “it’s like email” part. I understand I can send to/receive from yahoo, AOL etc. But I can’t log into them with my Gmail. So I was thinking I would need a sing-in for beehaw and others.

    • dotdot
      link
      fedilink
      111 months ago

      I’m wondering, does ActivityPub have a way to delete content such that the deletion is propagated to other instances?

      • Pumpkin
        link
        fedilink
        311 months ago

        Yeah it does, when you delete some content it creates a “delete” activity which is sent out to all the servers that content was shared with. Those instances should remove the content on their side too, of course there is no way to ensure the content that has been shared is deleted, but activitypub does have a mechanism to delete content that has been federated.