Eskating cyclist, gamer and enjoyer of anime. Probably an artist. Also I code sometimes, pretty much just to mod titanfall 2 tho.

Introverted, yet I enjoy discussion to a fault.

  • 1 Post
  • 44 Comments
Joined 3 years ago
cake
Cake day: June 13th, 2023

help-circle
  • Banned on local instances, is the same as being deleted. Banned by another instance means you won’t show up on that instance.

    Atop all this there’s defederation.

    My instance for example won’t count votes or show comments from users with accounts on lemmynsfw, because we defederate porn. This happens even if I go look at posts in a community on another instance that does federate with lemmynsfw.


  • •If a community is hosted on instance A and a user that’s on instance B creates a post in this community, is the post hosted on A, B? Or are individual comments hosted on the instance of their respective authors?

    Content is controlled by the instance on which a community was created (through the instance admin, local and off-instance mod accounts, as well as individual content authors). Posts and comments get mirrored to other instances with subscribers, and kept in sync by federation events. (Every time someone comments, votes, posts)

    •what happens when your account gets deleted? Are all my messages deleted? Does this happen to all instances (it syncs the deletion?)

    Your instance will delete all local content, and attempt to delete all content from other instances, as well. This may fail, for example if an instance has gone offline.

    •do instances cache posts and comments posted on other instances? If so, RAM or disk?

    All content in a community is mirrored to every instance with subscribers. Images may be cached, but are hosted primarily by the instance they were posted from.

    •will having too many instances increase the load of all instances? (If they all have to sync?)

    No. Instances only mirror content from off-instance communities which have at least one local subscriber. Instances do not need to host everything from every other instance.

    •if I want to check the comments of a post, does my client ask this to my instance of to the instance of the author or to the community’s instance?

    Your instance. Assuming no federation issues, your instance will have a complete copy of the content.



  • ActivityPub unfortunately does need some work, and there’s drama about properly following the protocol and not extending it with non-standard stuff that then breaks things when federating with stuff outside the given application.

    I’m optimistic, but I’m also making sure not to put too much of a stake in it, as it may eventually become an inferior system when compared to some future hypothetical standard.

    And other standards like diaspora and ATProto, are around, and seeing use.




  • Not that I’m aware.

    But there are web UIs you can run that allow you to run a lemmy instance more like a forum, and that could of course be federated with other fediverse instances, including other forum instances.

    But not existing forum systems. That’s something they have to implement, not lemmy.

    Behind the scenes Lemmy speaks a protocol called ActivityPub. It can’t just talk to any other similar arbitrary service if it doesn’t also support the protocol.

    Edit: Apparently the forum systems you mention do/will indeed support ActivityPub. There would certainly be potential for interpretability with the threadiverse, then.