Mods react as Reddit kicks some of them out again: “This will break the site”

https://lemmy.world/post/36023627

Mods react as Reddit kicks some of them out again: “This will break the site” - Lemmy.World

Lemmy

What’s the second logo?
Piefed?

It’s like Lemmy but with consolidated comments, flairs, spoilers, polls, topics, feeds (like multireddits), proper blocks, hashtags, piped video integration, disclaimer message, better mod and reporting tools.

https://join.piefed.social/features/

Features - PieFed

Nice things about PieFed: There are two other options for reddit-style federated forums, Lemmy and Kbin (recently forked to Mbin, which shows some promise). Having used them both extensively I came away unsatisfied, for a variety of reasons. It is unlikely that their trajectory will change in future, either. However we all owe those projects […]

PieFed
Is it like, a whole other network with different people or is it like a different front-end to the lemmyverse ? This is kind of confusing ? And what about that “kbin” I keep hearing about, is that the same deal ?

Remember that big discussion? https://lemmy.ml/post/36058152

PieFed has had that feature for a long time, and many more besides. https://join.piefed.social/features/

Lemmy community feedback: Should we fetch and combine comments from cross-posts on the post screen? · Issue #3415 · LemmyNet/lemmy-ui - Lemmy

Lemmy

Is there a piefed/mbin backend server or is it just an alternative webui client ?

I’m thinking of switching to a self-hosted single user lemmy instance and run all 3 self-hosted clients to my self-hosted server, is that practical ?

Yes, backend server.

https://codeberg.org/rimu/pyfedi/src/branch/main/INSTALL.md

You could run all 3 but it would be redundant as they all have the same content and people :D

pyfedi/INSTALL.md at main

pyfedi - Project background: https://join.piefed.social Demo site / Flagship instance: https://piefed.social

Codeberg.org

One thing I don’t understand, the clients (and servers) have different features ? So how are they compatible with each other ? I understand the activitypub allows interoperatibility, but if piefed for crosspost agglomeration but lemmy doesn’t, how is that mismatch handled ?

Are they extensions that are just not supported like on XMPP ?

I think I’d want to run each of the 3 webui locally, to figure out which I actually like, but does that mean I should runt he 3 backends as well so that all the features work ?

Is there one backend that basically does it all and I should only run that one ? I do have plenty over ram with many HP G8 DL380 and 256gb ram each so … it’s mostly a matter of “crossing the desert” and configuring each one, which I suspect will be pretty similar but each with their own little gotcha (speaking as a self-hosting veteran, there’s always something)

They each use a different backend, and their web UI’s are designed with their own unique backend in mind.

There is Photon, a third-party web UI/client that may someday be compatible with both Lemmy and Piefed, but currently only properly supports lemmy.

As far as I know, Piefed, Lemmy, and Mbin essentially are just displaying the data made available from ActivityPub in different ways, like the comment aggregation for crossposts.

GitHub - Xyphyn/photon: A faster, prettier, and nicer fediverse client

A faster, prettier, and nicer fediverse client. Contribute to Xyphyn/photon development by creating an account on GitHub.

GitHub
Thanks ! In that case I think I will make a self-hosted server and client instances of all 3 plus photon and then decide which one I like !