this post was submitted on 07 Sep 2026
18 points (87.5% liked)

Open Source

48906 readers
628 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 7 years ago
MODERATORS
 

I love the Fediverse -- don't get me wrong--, but the fact that Lemmy was built atop a profile-oriented streaming stack, and that server moderators get to decide what servers your personal identity gets to interact with, doesn't sit right with me.

On a whim, a moderator could decide to defederate with one of your favorite servers for no reason at all.

I'm envisioning a server that authenticates you to other servers, accepts notifications to your personal inbox, and hosts its own forums.

One that can whitelist acceptable authentication servers, but doesn't restrict the notifications to your inbox. And doesn't restrict you from signing in elsewhere.

you are viewing a single comment's thread
view the rest of the comments
[–] ki4jgt@feddit.org 0 points 17 hours ago

The server moderator creates the community, or gives users permission to create communities on their server. I have no problem with that model.

Hosting servers basically have 4 functions:

  • Registering users
  • Authenticating users to other servers
  • Hosting forums
  • Pushing/Receiving notifications

Let's say you're running server at example.com, and I sign up. My username is bob. So, I'm bob@example.com.

Example.com has several local forums, but they lack a significant tech community. So, I go to example2.com, which has a large tech community. Using my login from example.com (and postMessages), I login to example2.com, as bob@example.com. Example2.com has example.com whitelisted as a valid authenticator. So, it will accept their users.

Let's then say that Bob gets a reply at example2.com. Example2.com pushes a notification to example.com, where Bob can read it.