cannot@lemmy.mltoAsklemmy@lemmy.ml•Why are YouTube comments so much different than any other comments made online
1·
1 year agoThat’s usually from credential stuffing, which I guess you could consider botting, but what I was referring to was automatically creating accounts. Sorry for the miscommunication.
It also adds to the deployment complexity even more. Just from memory, to run Mastodon you need:
So this is at least 5 different server processes to manage, In reality for almost all deployments, Redis and Elasticsearch are unnecessary; the database can be used for jobs and full text search. Further, it could even be SQLite for all but large instances.
The deployment story for Mastodon is a nightmare and a substitute like Pleroma or even better something in Rust is necessary.