this post was submitted on 12 Dec 2024
20 points (83.3% liked)
Fediverse
17854 readers
2 users here now
A community dedicated to fediverse news and discussion.
Fediverse is a portmanteau of "federation" and "universe".
Getting started on Fediverse;
- What is the fediverse?
- Fediverse Platforms
- How to run your own community
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
What I am proposing would use the same exact lemmy backend. How would it magically use more resources with the same backend?
What you said is incorrect, the difference in features offered is not the only reason for the difference in resource utilization. Lemmy meme communities have plenty of images going around.
Ok, so now you're looking at Lemmy plus Pictrs (I think that's the image hosting software most instances use on the backend, but I might have the name wrong).
If you also want video support loke Facebook, that's an additional load on the server for whatever you use. Probably piped?
Maybe all of that together is still lighter weight than Friendica. I'd be surprised but it's possible.
So far we both seem to be going off of gut feelings and anecdotes, so if you (or anyone) has harder numbers that would be neat.
Then there's the workload of the modifications to the code, especially what would be needed to manage potentially nuanced visibility settings for each piece of uploaded content. That would mean that you wouldn't only need to mess with Lemmy, but how each of the other services work as well.
And then how do you manage federation while ensuring the visibility settings are kept?
By the time you would have a proof of concept that had the basic features down, it would be significantly diverged from Lemmy anyway.
You mention LemmyBB in your other response. I wasn't aware of it before, but an "old school" forum is significantly more similar in function to Reddit/Lemmy than Facebook is. It's just Reddit/Lemmy without nested comment replies, so everything is a top level comment (or displayed as one) in chronological order. Plus upvote/downvotes wouldn't need to be displayed.
None of this makes what you're suggesting impossible, but you've got many additional layers of complexity right out of the gate compared to just using what already exists for the job at a resource efficiency hit.
Would it truly not just be simpler to work on improving Friendica's efficiency rather than rebuilding the wheel using layer upon layer of leaky abstractions and approximations?