Good morning Fediverse.
I would really love a fact checking service for ActivityPub related posts. E.g. is this post correct? Not aiming to throw shade at the author, but I suspect that it's very wrong.
E.g. 100 Mastodon Instances having 1 user each, might individually consume more resources than 10 Mastodon Instances having 10 users each. Assuming an appropriate number of posted images and correct follower relations, e.g. every user follows every other user.
Actually one can probably do the test: What consumes less resources
Please note that, I'm not including the resources of Bob's server in the comparison. I'm also confident in some of the answers: In both cases the storage cost for Abel is the same!!
@helge There is significant overhead to run just one server, and even higher overhead if that server is mastodon or mastodon-like.
Comparatively: grouping users together on a single server is _very_ efficient from both a connection and cost standpoint, especially if they follow each other.
If you take that same network and you spread it between multiple servers you have orders of magnitude higher resource costs per user and there's basically no getting around that with the current architectures. Not even getting into individual administrative costs (time) per person.
@helge People fetishize this idea of one person servers, but it's really not a good idea on multiple levels (on SO MANY levels, really) even to the degree that one can technically do it.