Live data from Hacker News

Mastodon.technology Shutdown

ashfurrow.com

11–20 of 604 posts

Re: Mastodon.technology Shutdown

#11
On the one hand, I am sad to hear about it and even more so due to the circumstances.

On the other, I feel a bit validated in my belief that we need to have professionally managed instances on the fediverse. "Community Support" only goes so far. Thousands of people using a service, but how many of them actually help with its upkeep?

I know that my instance has only a handful of paying users, and it is barely paying for itself, and far from paying all the work that I've put into it. But charging for access brings a lot of benefits: it keeps spammers and bots away, it is a good filter against trolls and best of all makes it explicit what is expected of all parties.

Re: Mastodon.technology Shutdown

#12
Aw man. That sucks but it's totally understandable. Mastodon.technology was the first instance I ever joined back when someone told me what the fediverse was. I eventually left because I wanted to selfhost, but the general warm reception I got on that instance made me think the fediverse could really go places.

Best of luck in the future and best of luck with your family.

Re: Mastodon.technology Shutdown

#13
Ash: I'm sorry to hear about the health issue that precipitated this. I wish you the best outcome but realize that that does not always happen.

Rest: As someone who does not (yet) use Mastodon, I'm curious about the impact of a single node shutting down. At least in this case this is happening in an orderly manner and with warning.

I'm also curious if this is a problem with Mastodon in general or did this particular node just become too popular for its own good. I seem to recall that some instances (Adam Curry's No Agenda related instance) limiting membership. Or perhaps I'm thinking of something else. But that may not help if the problem is traffic generated by the entire network as seems to be hinted at in the post.

Please excuse my ignorance of how Mastodon operates that may be implicit in my questions.

Re: Mastodon.technology Shutdown

#14
This is why I haven't gotten into mastodon. What server do I choose? At best they're internet forums from the 90s where the admin eventually has to move on (for often valid reasons, like in this case.)

Also why does this random guy have MY data? Why does he need to trust a new admin with my data for a succession plan to be possible?

I don't worry about any of this with my RSS feed. Mastodon federated at the wrong granularity.

Re: Mastodon.technology Shutdown

#15

> The server has also gotten too large and too complex for me to administer. I always suspected this would be a massive problem with Mastodon. I contemplated running a server, but there's no way to know beforehand when you'll be running into a limit, like cost or time. Can you really build a social network on volunteers that invest their own money and time, with little reward?

The tech also doesn't help.

It's a "typical" Rails application: large, convoluted, lot's of moving parts, and services, and generally slow as molasses (solved by throwing more hardware at it). As experienced Rails dev(ops), I managed to run and help run an instance, but it's not something done on a friday afternoon, let alone scale up.

What we really need in this landscape is dead simple services. I'm thinking about the difference between setting up a gitlab or a gitea. The first is Rails, needs ruby, gems, bundler, workers, database server, redis, mailserver and whatnot. And thats for manually installing on a server - no pipeline or anything to manage future changes. The second a single binary (pre compiled from a go codebase) everything statically linked (even sqlite is built in, with option to upgrade to postgres). Plop it on a server start it and go. For an intranet you might even skip putting a server/https in front, just run on exposed ports.

We can dockerize all the ruby-stuff, but that might make it easier, it doesn't make it simpler, it really makes it more complex. And the performance-issues aren't solved.

The fediverse needs this as well: just plop a binary on your VPS or homeserver and you're running. Such lean and simple servers are being worked on, but Mastodon itself is a huge, slow and hairy beast.

Re: Mastodon.technology Shutdown

#16
post #10
post #6

What do you think is the main issue with Mastodon not really getting mainstream adoption? Not different enough than Twitter or too different from it? Not enough marketing? Bad UX?

Network effects of twitter. Your friends are already on twitter if they still use this style of broadcast text based social media. Also recent privacy concerns and less recent issues with internet hostility means we're already past peak twitter, so mastodon is having to break into a declining market.

Hm, in the past many social networks came and go, so I think there should be more to it than "network effects".

Re: Mastodon.technology Shutdown

#17

This is why I haven't gotten into mastodon. What server do I choose? At best they're internet forums from the 90s where the admin eventually has to move on (for often valid reasons, like in this case.) Also why does this random guy have MY data? Why does he need to trust a new admin with my data for a succession plan to be possible? I don't worry about any of this with my RSS feed. Mastodon federated at the wrong gra…

Well, where do you expect your data to be stored? In the ether?

Re: Mastodon.technology Shutdown

#19
post #6

What do you think is the main issue with Mastodon not really getting mainstream adoption? Not different enough than Twitter or too different from it? Not enough marketing? Bad UX?

1. as mentioned earlier, network effects of twitter

2. you can just sign up for twitter, you don't need to pick an open instance run by some stranger.

3. deploying a rails app isn't trivial, mastodon being written in rails and dependent on multiple DBs makes it harder to install and thus harder for people to run their own server.

As we continue to improve computing power and efficiency, I think the idea of using a federated social network so you can "own your data" is going to become less and less attractive. If you take this concept to its logical extreme, eventually everyone will run their own social networking server, and we'll be interconnected with each other through some kind of DHT magic. After all, the fediverse is still "someone else's computer", it's just that "someone else" in this case is some guy and not a for-profit company. It doesn't really solve the problem.

Re: Mastodon.technology Shutdown

#20

> The server has also gotten too large and too complex for me to administer. I always suspected this would be a massive problem with Mastodon. I contemplated running a server, but there's no way to know beforehand when you'll be running into a limit, like cost or time. Can you really build a social network on volunteers that invest their own money and time, with little reward?

It's mostly large if you make it large. I run a single-user Pleroma instance, my fediverse network is relatively small and for the most part I can keep my timeline clean purely by reaction.

Even having around 20 users or so is still relatively manageable (used to run an open signup instance in the past). Basically as long as you don't exceed Dunbars Number[1], moderating a fedi instance is fairly painless.

External moderation can generally be managed with snap decisions. If you use Pleroma (and you should, it's much more technically competent than Mastodon), you can manually disable external user accounts specifically from federating with your instance.

Beyond that, most fediverse servers kinda make it really obvious whether or not you want to associate with them; they tend to be fairly open about what is and isn't allowed on their about pages so if you get a misbehaving user, you can usually see at a glance if the problem is instance-wide or just some random vandal.

Your biggest burden really is local moderation, external moderation isn't a big deal at all.

[1]: https://en.wikipedia.org/wiki/Dunbar%27s_number

Post reply on HN