this post was submitted on 10 Aug 2024
630 points (97.6% liked)
Fediverse
27910 readers
9 users here now
A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).
If you wanted to get help with moderating your own community then head over to [email protected]!
Rules
- Posts must be on topic.
- Be respectful of others.
- Cite the sources used for graphs and other statistics.
- Follow the general Lemmy.world rules.
Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration), Search Lemmy
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The total federated bandwith is definatly a bottle neck we are starting to approach (ie what we see with .world and it overloading small instances). Not sure the solution here but I'm sure we can work past it without compromising on decentralisation.
0.19.6 is adding better parallelization
https://github.com/LemmyNet/lemmy/pull/4623
I am more and more convinced that we will need something like what I outlined here.
Good article. But the trend of the internet it to not use a browser but an app that often emulates a browser.
Which is still a client. I honestly don't care if we are talking about a mobile app, a PWA, a browser extension, a SPA or a dedicated app: as long as the business logic goes to the edge and the server is a "mere" dumb pipe, we should be okay.
That would be better, but also put more cost on the users who have been spoiled by decades of someone else paying for incremental access to, storage of and processing of data.
Another article of mine arguing that modern devices are more than able to handle that.
I'll read that but before I do, I want to point out that developers generally have the latest, most expensive tech and they generally build for that first.
We are not talking about complex tasks like video transcoding or ML training. ActivityPub is first and foremost, a messaging protocol. The most heavy thing that "must" live on the device is the user data. Sqlite can handle those workloads without a sweat. Old devices that can do XMPP group messaging should be more than able to do this.