I’ve gone and made accounts of a handful of Lemmy instances, all of them larger, more popular ones.

… and I can’t access any of them directly today, likely due to the influx of users from Reddit.

Programming.dev is alive and well though.

  • @PR_freak@vlemmy.net
    link
    fedilink
    English
    31 year ago

    Thank you! Really easy to understand

    Let me ask you another question, where are my comments stored? Are they only in my instance or are they elsewhere too?

    Lets say i comment on a post from my instance, if someone from another instance sees the post will il be replicated in their instances database?

    What if i comment on another instances post? Will my comment be stored in the other instance database or in mine?

    What if i delete a comment/post? Am i guaranteed in Will be deleted everywhere?

    • JackbyDev
      link
      fedilink
      English
      41 year ago

      My understanding is that everything you do is first stored on your instance and then makes its way to instances that are federated with yours. I’m not sure about the specifics of it or deletion though. I haven’t doved into the spec. Because it is called ActivityPub I bet it is the “pubsub” (publisher subscriber) pattern where other instances subscribe (federate) to be published to but it might not work like that.

      This is why when you’re the first user on an instance to subscribe to a community from another instance that no one on your instance has subscribed to yet it is somewhat more of an involved process because your instance was not getting anything from that community before and needs to start. I’m still new to this myself and basing it off stuff I’ve read people say who may also be wrong themselves though.