this post was submitted on 19 Dec 2023
1048 points (91.5% liked)
Technology
59402 readers
2650 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
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
Dumb. Federation is how we escape from every cloud-based service being a dictatorship of the person who owns the platform. That includes federating with privately own orgs to provide them an exit.
By all means make good tools to allow individual users to block Threads (or other private instances ruled by amoral coporations), but doing it at instance level is just dumb.
edit: also, number of instances doesn't matter. Number of daily active users matters. Most users are on mastodon.social, mastodon.cloud, lemmy.world, hachyderm.io, lemmy.world, etc. And all of those are federating. The only large instance that is not federating with threads is mas.to
If you just want a hassle-free way to view as much content as possible, there are instances that are federated with pretty much everyone - just have to do a little research. If you want to guarantee keeping post history AND have absolute control over what you can see, you're gonna have to put in the work to make your own instance.
Also -
them: it's ridiculous they aren't listening to the user
the instance: held a vote and the majority voted to defederate
Have you looked into the process of actually spinning up your own Mastodon instance? It's not exactly the good old days of throwing together a LAMP box and installing PHPBB on it.
I appreciate your commitment to this meme. I don't exactly agree with you, but hilarious nonetheless.
deleted
I've done it and it's not a whole lot harder than that. The additional steps are:
It is harder than managed hosting where you might only need to create a database user in a web control panel and upload files for PHPBB, but there's managed hosting available for Mastodon.
FWIW, I recall when elestio announced that they were offering managed hosting for kbin, and that they already did managed hosting of lemmy instances, and and I'm sure that there is managed hosting for at least lemmy available elsewhere.
Doesn't it require a whole mess of Docker instances and some kind of orchestrator to host? Or is it easier to stand up on a single server now? I haven't looked into it in a year or so.
It does not. I set mine up more than a year ago and followed these instructions.
People already familiar with Ruby on Rails will not find any surprises there; Mastodon's hosting requirements are typical of a Rails app.