Earlier quoted context omitted.
- masto.host - mastodon.green - social.lol - communick.com - cloud68.co - elest.io
I couldn’t come up with a list of URLs I’d be less likely to trust with anything without visiting them.
x.com
abc.xyz
41–50 of 84 posts
Earlier quoted context omitted.
I don't believe there is anything stopping someone from starting a managed Mastodon service.
It’s absurdly expensive to offer, because none of the major implementations support serving multiple domains in a single process, so you end up with a lot of duplication.
After the migration can we have dicks on Tumblr again
When they changed it a lot of folks were unhappy https://www.tumblr.com/photomatt/696629352701493248/why-go-n...
Earlier quoted context omitted.
>Its federated model is not meant to give control to the end user. Can you elaborate on this? I would think giving control to the end user is exactly what a federated model would do.
Mastodon suffers from the same problem Reddit does. Moderators have too much power. A truly P2P system where the end user has 100% control over what is blocked, and furthermore where they can't be shut out in the cold by capricious mods, would be the ideal social media vehicle.
I'm befuddled that Automattic is still investing in adding features (e.g. federation) to Tumblr. There's just about no chance of them actually making money from it, because its users are just about the most monetization-hostile users on the Internet. It doesn't help that the CEO actively antagonized a large portion of the site not too long ago.
Ironically, I found the opposite. Tumblr users will pay Tumblr to "blaze" posts of other users, sending the post to everyone on the platform. I don't think there are many platforms in which users are willing to give the platform money. If you asked me whether I'd give money to support Reddit, I'd say just let it crash and burn.
Reddit gold is a pale version of this. Neither Twitter nor Bluesky show any signs of getting it.
I'm befuddled that Automattic is still investing in adding features (e.g. federation) to Tumblr. There's just about no chance of them actually making money from it, because its users are just about the most monetization-hostile users on the Internet. It doesn't help that the CEO actively antagonized a large portion of the site not too long ago.
Earlier quoted context omitted.
Mastodon suffers from the same problem Reddit does. Moderators have too much power. A truly P2P system where the end user has 100% control over what is blocked, and furthermore where they can't be shut out in the cold by capricious mods, would be the ideal social media vehicle.
You can already control who and what you see by running your own server. If you choose to use someone else's infrastructure, don't act surprised when you're subject to their rules.
Earlier quoted context omitted.
Regarding [1], do you foresee this changing at some point? I'm interested in self hosting, bit have heard consistently that it is painful, so I've been waiting in the hopes that it will eventually improve.
Hosting Mastodon is as difficult as deploying a traditional web app: if you are familiar with docker, it's just a matter of choosing where you are going to put your database, redis and where to store media. The problem is that it is expensive. Even if you host on a cheap VPS and put your media on some object storage like Storj (~$4/TB/month), you are problably looking at a minimum of $20/month for the server. If you…
I delete posts mirrored from other servers older than 90 days with a cron job. It has a command to do this.
Earlier quoted context omitted.
Hosting Mastodon is as difficult as deploying a traditional web app: if you are familiar with docker, it's just a matter of choosing where you are going to put your database, redis and where to store media. The problem is that it is expensive. Even if you host on a cheap VPS and put your media on some object storage like Storj (~$4/TB/month), you are problably looking at a minimum of $20/month for the server. If you…
Pleroma was recommended to me as a less resource-intensive alternative to Mastodon and with less anti-features. It runs fine with one user on Hetzner's cheapest VPS. I delete posts mirrored from other servers older than 90 days with a cron job. It has a command to do this.
But I am still not happy with the idea that we should be deleting data from the server just to keep it manageable. It reminds of the before Gmail where people would get 5MB quota of Yahoo Mail and would have to go around deleting stuff from their mailboxes every other month.