this post was submitted on 09 Jan 2025
246 points (97.3% liked)

Fediverse

28861 readers
734 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

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 2 years ago
MODERATORS
 

jointhefediverse.net seems to be a commonly linked resource for directing people to join the Fediverse.

Curiously, it does not list Lemmy under the list of Reddit alternatives. Their GitHub README explains why.

Previous relevant discussion: https://lemmy.ml/post/78808

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 2 points 4 hours ago (1 children)

It uses postgres for the DB - I think that and redis are designed to operate at very large scales, so it wouldn't be them.

My guess would be that it's something in the interpreted nature of Python - this seems to be why a familiar dismissal of PieFed is a concern about how it will scale.

That said, this site shows that Python is the most popular language for Fediverse apps (just), the likes of Mastodon are written in another interpreted language (Ruby), and I think there are more big websites running Python (with Django or Flask) than people realise. So I don't know, really, I'm just following other people's lead on this. I don't imagine that any problems would be insurmountable though: an admin could restrict the amount of signups, or if new users mean a few more donations, they could just throw money at the problem (more cycles for one server, or splitting up tasks across multiple servers).

[โ€“] [email protected] 1 points 4 hours ago

If you consider all AI-chat sites are running on python, I guess python scales with no issue at all