←back to thread

461 points GavinAnderegg | 1 comments | | HN request time: 0.218s | source
Show context
PaulHoule ◴[] No.42151244[source]
My take is that Bluesky is a nicer place than Mastodon.

Personally I think politics are terrible on microblogging platforms for the reason that you can't say very much in 140 characters or even 1400 characters.

A common kind of profile on that kind of platform is: "There are good people and bad people and I'm one of the good people"

It is very easy to other people and share memes that build group cohesion while driving other people away. Really making progress requires in politics a lot of "I agree with you about 90% but there is 10% that I don't" or "Well, I negotiated something in the backroom that you'd really hate but headed off a situation you would have thought was catastrophic but you won't appreciate that I did it so you and I are both better off if I don't tell you" and other sorts of nuance, you don't want to see how the sausage is made, etc.

To stand Mastodon (where you would have thought fascists were taking over the world a year ago if you believed what you read) I have to have about 20 or so block rules.

I see some people with the same kind of profiles on Bluesky but see a lot less othering in my feed because the "Discover" feed on Bluesky filters out a lot of angry content. My rough estimate is that it removes about 75% of the divisive political junk. That

(1) Immediately improves my feed, but also

(2) Reduces the amount of re-posted angry political content (it's like adding some boron to the coolant in a nuclear reactor) and

(3) Since angry political memes don't work anymore people find a different game to play

My guess is the X-odus folks are less agreeable than average for the same reason why people who "left California" to go to Colorado or someplace else are less agreeable. Those who go are less agreeable than those who stay. On the other hand, a certain amount of suppression of negativity could stop it from spreading and might not even be noticed as "censorship".

replies(17): >>42151452 #>>42151589 #>>42151611 #>>42152500 #>>42153028 #>>42153370 #>>42153572 #>>42153647 #>>42153687 #>>42153903 #>>42153950 #>>42154060 #>>42155427 #>>42155672 #>>42155823 #>>42156515 #>>42161532 #
ASalazarMX ◴[] No.42151611[source]
The most crucial decision when joining Mastodon is choosing the most friendly instance. I have a strong interest in interacting with cybersecurity professionals, so infosec.exchange was perfect for me, either browsing subscribed or local posts. Browsing all is something I do only when I'm bored, because many posts are not what I'd like to see. You can always migrate your account if you want.

https://instances.social/

That being said, BlueSky is simpler and easier because there's no real federation yet, and even if they have a "Discovery" algorithm, you get many options to control what you want to see. It's feels great, like Twitter before their 2012(ish?) IPO.

replies(4): >>42151706 #>>42152061 #>>42152582 #>>42165945 #
JoshTriplett ◴[] No.42152582[source]
> The most crucial decision when joining Mastodon is choosing the most friendly instance.

Consider using a self-hosting service, like https://togethr.party/ , to have your own instance on your own domain. Much like email, you should never be beholden to another party for your identity; your hosting service should be an invisible detail that can change without anyone interacting with you needing to notice.

I've watched several instances shut down over the years, and have never once regretted the decision to have an instance on my own domain. My social network handle is now the same as my email address, with an extra @ in front.

replies(3): >>42153179 #>>42154223 #>>42155803 #
danpalmer ◴[] No.42153179[source]
I regretted my decision to self host. It’s expensive (for what it is), there are federation issues with some instances, some admins don’t like smaller unknown instances, it requires a fair bit of active management to keep an instance healthy, and you can’t migrate post history.
replies(3): >>42153243 #>>42153562 #>>42156177 #
JoshTriplett ◴[] No.42153243[source]
A good self-hosting service should provide full access to extract all your data, such that you can import it into a different service later.

I'm paying ~$7/month to own my own fediverse identity, which seems cheap to me.

You're right about federation issues, though that's more a limitation of the fediverse protocols and fediverse software that really needs fixing. Fediverse instances don't automatically fetch and show all replies to posts you see, even if it knows they exist, unless your server is already fetching other things from the server hosting those posts. So it's a little harder to see other people's replies, which contributes to the problem of 20 people replying with the same answers because they can't see that other people have already replied.

Large instances work around that because everyone's already talking to at least one account on that server.

I hope those limitations get fixed someday, but for now they're fundamental to the fediverse.

replies(3): >>42153571 #>>42153788 #>>42154429 #
1. danpalmer ◴[] No.42154429[source]
> though that's more a limitation of the fediverse protocols and fediverse software that really needs fixing

I don't believe ATProto has the same issues, and I believe it would take quite a rearchitecture of ActivityPub to solve.

> such that you can import it into a different service later

This is the key issue. There is no way to import posts in Mastodon without manually fudging the database (which I also had to do when running my own instance). As another commenter mentioned, it's a tricky issue, in large part because it's not part of the federation protocol.

Bluesky solves this by separating the storage from the other parts of the distributed system, such that you don't need to move your storage to change your identity, hosting, moderation, etc. Keeping them independent is a smart move.