this post was submitted on 08 Jun 2023
82 points (100.0% liked)

Asklemmy

43402 readers
931 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 5 years ago
MODERATORS
 

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?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] pumpkin@sh.itjust.works 7 points 1 year ago (2 children)

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@lemmy.fmhy.ml 2 points 1 year ago (1 children)

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

[โ€“] pumpkin@sh.itjust.works 7 points 1 year ago (2 children)

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.

[โ€“] cypherpunks@lemmy.ml 7 points 1 year ago* (last edited 1 year ago)

Nope, you only need one account

well, almost... your account can only see what its instance lets you, eg from where i'm posting from (lemmy.ml) i can see things on lemmygrad.ml but many instances, including the one you're on sh.itjust.works, have blocked them.

[โ€“] generalEdo@lemmy.fmhy.ml 2 points 1 year 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.

[โ€“] tasbir49@lemmy.ml 1 points 1 year ago (1 children)

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

[โ€“] pumpkin@sh.itjust.works 3 points 1 year 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.