Live data from Hacker News

How Does Mastodon Work?

kevq.uk

51–60 of 186 posts

Re: How Does Mastodon Work?

#51
> This is by design so that a person’s Toot is only Boosted in a way that gets the message they intended across.

Seems like a bad design decision trying to force people to use the platform in an unnatural way. They will just take screenshots and add their own comments instead, making the "retoots with comments" inferior to what it could be with native comments.

Re: How Does Mastodon Work?

#52
post #15

Earlier quoted context omitted.

Yes, I know that. But email was just the analogy ;) For Mastodon, that would be running your own instance, I guess.

Which is unfortunate. I consider myself a highly skilled technical user, and the burden of running and maintaining my own Mastodon server, or even my own Nginx server to redirect WebFinger requests somewhere else, exceeds the free time I have to devote to the problem. (Keeping another VM alive, updated, and configured through the years costs mental energy, time, and money.) Whereas, adding an SRV record to my existin…

I don't understand why these federated social networks don't use standard email addresses for identity.

Re: How Does Mastodon Work?

#53

Earlier quoted context omitted.

correct me if I'm wrong but i don't think there is one single place developers can create APIs for. if anything, developers will be picking and choosing which "instance" they want to write for if willing. this is like having thousands of "twitter" clones all acting as their own environment. kind of like how we have thousands of wordpress sites out there.

That doesn't seem right. The API for an instance is going to be the Mastodon API, which will be the same for all instances. Each instance isn't going to be creating their own API - really, all Mastodon is is an API spec.

yes what i was saying is, i doubt you will be able to hit one mastodon API and get the tweets across all the federated instances. you will only retrieve the data of that single instance you are hitting. if that instance only has 1 user, then that will be all you are getting.

but please correct me if im wrong. i havent really dived too much into it.

Re: How Does Mastodon Work?

#54

I wish the author had expanded on migration from one instance to another and what it entails (similar to the questions and responses here). Another point I would've liked to see is on encryption and privacy — who, other than the people I choose as an audience, can see my Toots (the admins of the instances, someone sniffing the network, etc.). If these platforms are being sold as "awesome", there need to be more reaso…

A (distributed?) search that crawls the federated network and indexes toots could be the killer feature that grows adoption. The search API could be seemlessly integrated into any mastodon client. Or does such a thing already exist? My short experience with it made it seem hard to find anything.

Re: How Does Mastodon Work?

#56

I wrote a companion piece that explains what makes Mastodon better than Twitter. It starts like this: > Mastodon is a newcomer social media platform that is a lot like Twitter—short messages, followers, hashtags, all that. But Mastodon is much better than Twitter, and not just because being totally ad-free and keeping chronological timelines make it far more enjoyable to use (though that certainly helps!). All that i…

It's the people that bring the outrage, not the platform itself. Anything that reaches a certain scale will start to become it, it's part of human nature and something we haven't had sufficient time to learn and evolve past.

Re: How Does Mastodon Work?

#57
post #51

> This is by design so that a person’s Toot is only Boosted in a way that gets the message they intended across. Seems like a bad design decision trying to force people to use the platform in an unnatural way. They will just take screenshots and add their own comments instead, making the "retoots with comments" inferior to what it could be with native comments.

Whether it's bad design or not this is one of the aspects of Mastodon that appeals to me the most. The friction is just enough to stop the context collapse that plagues Twitter

Re: How Does Mastodon Work?

#58
post #33

I wish the author had expanded on migration from one instance to another and what it entails (similar to the questions and responses here). Another point I would've liked to see is on encryption and privacy — who, other than the people I choose as an audience, can see my Toots (the admins of the instances, someone sniffing the network, etc.). If these platforms are being sold as "awesome", there need to be more reaso…

> I wish the author had expanded on migration from one instance to another and what it entails (similar to the questions and responses here). Account migration is not a thing yet, and conceptually requires a new namespace for referencing accounts (such as public keys). There is a multi-year-long actively-discussed open issue thread about this problem. https://github.com/tootsuite/mastodon/issues/177

What is the migrate account thing at the bottom of edit profile then?

  Move to a different account
  If you wish to redirect this account to a different one, you can configure it here.

Re: How Does Mastodon Work?

#59
post #19
post #3

The thing I never really see from these is about setting up on an existing instance vs running my own. And if I set up my own, does it need to be a community? Am I shutting myself out of an experience by creating, say, a Mastodon instance for my family? I'm bought in to the idea of Mastodon, but getting started is like being handed an atlas of the US and being told, "Please pick a neighborhood to live in."

1. And if I set up my own, does it need to be a community? No. Mastadon and other compatible servers like GNUSocial do have single-user environments. [0] 2. Am I shutting myself out of an experience by creating, say, a Mastodon instance for my family? No. The entire thing is federated, users from all servers can speak to each other. [0] https://github.com/ummjackson/mastodon-guide/blob/master/sin...

> 1. No. Mastadon and other compatible servers like...

Well that's the easy answer.

I run my own instance and it's near impossible to find interesting people to follow. I started making alternate accounts on various other servers and it was immediately much better.

Also, (from my experience) people actually do pay attention to the local feed. People are more likely to find about (and talk to) you when they see you on their local feed. It's very hard for people to find you when you have your own instance.

So for Mastodon, at least, you most likely will want a community server - not a single user one.

Re: How Does Mastodon Work?

#60
> Well, finding the right one is very difficult

That sounds like a rather critical UX bug.

Just give me the instance I should sign up on in the "sign up" area of mastodon.social. Use what you think is the most suitable algorithm to cycle through a list of "appropriate" instances, where you-- the people with domain experience-- define "appropriate" for the potential user.

Otherwise you end up with this passive-aggressive situation where everybody does the obvious thing of signing up on mastodon.social, but your devs and fans take it on themselves to "teach" people not to do that because federation.

Case in point: the very first step of signing up is described as "very difficult" in this newbie guide.

Post reply on HN