Jack Dorsey skipped ActivityPub, built AtProto, lost Twitter, funded Bluesky, watched it become a company with VCs and a board, said it was "repeating all the mistakes," left, and now funds Nostr.
-
I think it's nuts that Masto doesn't have local-only posts, it would be the easiest thing in the world to do, it's entirely natural to the underlying data model. Good on blacksky for building it first.
Re: @thisismissem 's point AP not directly matching how communities form, this is the kind of thing I had in mind when I said that neither AP nor activitypub is directly modeling human interaction. But AP is closer because there are large chunks of the fediverse where it does actually fit community. The instance I'm on is one such example, the local feed is heavily slanted towards people who have interests related to me, we moderate based on our own community standards, and all that. Many of the people I interact with are on similarly-sized instances that have their own noticeable community.
@ricci @thisismissem local-only posts is something that people have beel asking for for ages and Gargron has always fought against it. That led to the creation of the beautiful Hometown, along with a beautiful guide on how to make your own community: https://runyourown.social/ . Gargron has always said that this is not the kind of community they wanted, they want a distributed twitter. So, blacksky is only doing what others that are not mastodon have been doing for some time now -
I think it's nuts that Masto doesn't have local-only posts, it would be the easiest thing in the world to do, it's entirely natural to the underlying data model. Good on blacksky for building it first.
Re: @thisismissem 's point AP not directly matching how communities form, this is the kind of thing I had in mind when I said that neither AP nor activitypub is directly modeling human interaction. But AP is closer because there are large chunks of the fediverse where it does actually fit community. The instance I'm on is one such example, the local feed is heavily slanted towards people who have interests related to me, we moderate based on our own community standards, and all that. Many of the people I interact with are on similarly-sized instances that have their own noticeable community.
-
@ricci @thisismissem local-only posts is something that people have beel asking for for ages and Gargron has always fought against it. That led to the creation of the beautiful Hometown, along with a beautiful guide on how to make your own community: https://runyourown.social/ . Gargron has always said that this is not the kind of community they wanted, they want a distributed twitter. So, blacksky is only doing what others that are not mastodon have been doing for some time now
@rakoo @ricci now that Gargron is out of the way, I really hope @mellifluousbox and @renchap bring local-only posts to mainline Mastodon. It'd be such a huge help to moderators & server admins, it's not funny, and that's before you even get to the needs of server-local communities that you *don't* want federating.
Also, custom collections support to support addressing for Groups would be fantastic. I know Jesse from Frequency already has an implementation of that on top of a mastodon codebase
-
@thisismissem @rakoo I'm using AP to mean ActivityPub. I was agreeing with your point that in many spaces, AP doesn't necessarily line up with community boundaries - but also pointing out that sometimes it does, and this happens much more naturally with AP than atproto
-
I'll say that the verticals are one of the aspects of atproto that I am *least* excited about. I am extremely unexcited about the idea that takedowns on my social media account could also take down my git hosting repos and my blog and my instant messaging and my ....
But hey, 'login with facebook' does exist, and I guess a lot of people must use it? so I guess there is some revealed preference there.
@ricci @rakoo that shouldn't happen!
It's a bug, at least, that's how it's described today.
This is how it's envisioned to work: https://whtwnd.com/bnewbold.net/3m2j6ccx2bs2t
Essentially, if you're on a bsky PDS, and you act poorly on bsky.app, as long as you've not done anything strictly illegal or network abuse, the ban should only be on bsky.app β though they could also tell you: hey, we don't want to host your repo/account anymore, please find another PDS host (and provide instructions and state "even though we're asking you to move, moving will not change you being banned from bsky.app"
The only time your repo should be taken down is *if* you post strictly illegal content that your PDS host has liabilities for (CSAM, TVEC, etc), and bsky.app would send your PDS admin a notification informing them that bsky has detected that content on their server.
-
@thisismissem @rakoo I'm using AP to mean ActivityPub. I was agreeing with your point that in many spaces, AP doesn't necessarily line up with community boundaries - but also pointing out that sometimes it does, and this happens much more naturally with AP than atproto
-
@ricci @rakoo that shouldn't happen!
It's a bug, at least, that's how it's described today.
This is how it's envisioned to work: https://whtwnd.com/bnewbold.net/3m2j6ccx2bs2t
Essentially, if you're on a bsky PDS, and you act poorly on bsky.app, as long as you've not done anything strictly illegal or network abuse, the ban should only be on bsky.app β though they could also tell you: hey, we don't want to host your repo/account anymore, please find another PDS host (and provide instructions and state "even though we're asking you to move, moving will not change you being banned from bsky.app"
The only time your repo should be taken down is *if* you post strictly illegal content that your PDS host has liabilities for (CSAM, TVEC, etc), and bsky.app would send your PDS admin a notification informing them that bsky has detected that content on their server.
@thisismissem @rakoo I'm aware of this.
It's a bug enabled by the shape of the protocol, and I have to trust that the company will not decide to make this policy in the future.
And yes I can be on my own PDS (I am), but I still need to trust them to not start doing relay takedowns, because that is not something I can easily "move" from, that's up to whatever apps / appviews decide
-
@thisismissem @rakoo oops, yes, dumb error, edited
-
@thisismissem @rakoo I'm aware of this.
It's a bug enabled by the shape of the protocol, and I have to trust that the company will not decide to make this policy in the future.
And yes I can be on my own PDS (I am), but I still need to trust them to not start doing relay takedowns, because that is not something I can easily "move" from, that's up to whatever apps / appviews decide
@ricci @rakoo arguably a repo should probably advertise it's (primary) relays, which could help here (though would be complex.
Relays should be simple pipes, and only network level abuse would be moderated (or that strictly illegal content that PDSes should action).
That's the same as like how cloudflare describes itself (even though they took down switter)
But I think we'll get there with regards to correct moderation at the correct layers soon or eventually. I definitely want to see this fixed
-
@ricci @rakoo arguably a repo should probably advertise it's (primary) relays, which could help here (though would be complex.
Relays should be simple pipes, and only network level abuse would be moderated (or that strictly illegal content that PDSes should action).
That's the same as like how cloudflare describes itself (even though they took down switter)
But I think we'll get there with regards to correct moderation at the correct layers soon or eventually. I definitely want to see this fixed
@thisismissem @rakoo Having the repo advertise preferred relay(s) would be a pretty major architectural change, since it implies that apps or appviews are now required in some sense to dynamically adjust the set of relays they use based on user preferences - I think that'd be an *interesting* architectural change, but as you say it's a complex one.
Relying on relays to be neutral just goes against everything we know about how communication and web infrastructure has evolved. It all starts out neutral until the money people and the censors show up.
-
@rakoo @ricci now that Gargron is out of the way, I really hope @mellifluousbox and @renchap bring local-only posts to mainline Mastodon. It'd be such a huge help to moderators & server admins, it's not funny, and that's before you even get to the needs of server-local communities that you *don't* want federating.
Also, custom collections support to support addressing for Groups would be fantastic. I know Jesse from Frequency already has an implementation of that on top of a mastodon codebase
@thisismissem @smallcircles @rakoo @ricci @mellifluousbox @renchap And more than 500 chars on vanilla Masto pug-leeeeeassse!
