this post was submitted on 23 Jan 2024
4 points (100.0% liked)

Fediverse

1 readers
2 users here now

This magazine is dedicated to discussions on the federated social networking ecosystem, which includes decentralized and open-source social media platforms. Whether you are a user, developer, or simply interested in the concept of decentralized social media, this is the place for you. Here you can share your knowledge, ask questions, and engage in discussions on topics such as the benefits and challenges of decentralized social media, new and existing federated platforms, and more. From the latest developments and trends to ethical considerations and the future of federated social media, this category covers a wide range of topics related to the Fediverse.

founded 1 year ago
 

Seems like an interesting effort. A developer is building an alternative Java-based backend to Lemmy’s Rust-based one, with the goal of building in a handful of different features. The dev is looking at using this compatibility to migrate their instance over to the new platform, while allowing the community to use their apps of choice.

top 3 comments
sorted by: hot top controversial new old
[–] Kierunkowy74@kbin.social 2 points 7 months ago (1 children)

From the project website:

Sublinks, crafted using Java Spring Boot, stands as a state-of-the-art link aggregation and microblogging platform , reminiscent yet advanced compared to Lemmy & Kbin.

But the author of PieFed, written in even more popular language than Java (Python) said:

The thing with the more twitter-style ActivityPub projects is they send activities to individual users inboxes a lot, whereas with the threadverse it's all shared inboxes. So there's a fundamental difference in the way they use the protocol which makes scaling those projects much more difficult. My gut feel is that adding full microblog support would increase the size and complexity of the codebase by at least 50% and triple the server load. Maybe much more. It just doesn't seem worth it.

A feature creep?

(maybe they see a bus factor = 1 as the only issue of /kbin, though)

[–] 0x1C3B00DA@kbin.social 2 points 7 months ago

I think the developer of PieFed is mistaken because the microblogging projects also use shared inbox a lot. My understanding is that for certain classes of posts, they actually just use it over a user's individual inbox and the remote server is responsible for delivering it from the shared inbox to the user's timeline.

[–] cavemeat@beehaw.org 1 points 7 months ago

Huh, this is interesting