nate

joined 1 month ago
[–] nate@social.trom.tf 2 points 1 day ago

@5teverin0 @SharkAttak The lines kinda blur in some places, but mostly just no max post length, text formatting, and a layout that more resembles a blog as apposed to a twitter profile (tags/categories, about page, that sort of stuff). You also usually get a domain or sub domain (example.com or user.example.com respectively) instead of just a handle (e.g. example.com/@user) so that it's easier to use as an independent website.

[–] nate@social.trom.tf 4 points 1 day ago

@ColonelThirtyTwo Sorta/mostly. The protocol has a bit of a different model then Activity Pub, and it's in development so there are some limitations, but it's been opened and there's people hosting their own PDSs now (the part of Bluesky that hosts your account).

To my knowledge there's only two AT relays (the part that aggregates content from PDSs), Bluesky itself and very recently frontpage (a link aggregator). That makes the network fairly centralized right now, although BlueSky/AT has made a lot of progress in the last 9 months in terms of opening up so I expect it'll be a lot less centralized this time next year. I'm also betting that somebody will make an AT client that pulls posts directly from PDSs instead of going through a relay at some point.

[–] nate@social.trom.tf 4 points 1 day ago

@nanook Actually, quick fun fact, there's already bridges. Bridgy Fed offers Activity Pub <> AT bridging, and Mostr offers Nostr <> Activity Pub bridging (and can be chained with Bridgy Fed to offer Nostr <> AT bridging). Not aware of any Zot bridges except the Hubzilla plugin that lets you follow AP users.

[–] nate@social.trom.tf 14 points 2 days ago (6 children)

@thenexusofprivacy So, I've just kinda got a stream of random tidbits here that'll hopefully sorta surmise my thoughts.

The good:

First off, it's shrunk but it's by no means dead. Things grow and shrink and grow again, if it was a straight line with no variation I'd assume it was fake.

Also, Mastodon is not all of activity pub. Threads has brought a lot if people onto the protocol, and while it's still in development it seems to be intended to work interoperably and the devs said they plan to let people migrate out and take their following/followers with them. I expect this to really supercharge the ecosystem.

The indifferent:

This isn't 2020 anymore, and there's more protocols out there. Nostr, in my opinion, is leagues better in the decentralization and user options/customizations department. AT (Bluesky) is leagues better in the end user was of use department. Both of those protocols are also much, much, lighter to host.

Activity pub also has it's advantages of course. Being the oldest and also being great for communities are two quite big ones.

Some people have chosen to either leave Activity Pub for those protocols, or joined the decentralized ecosystem directly into one of the other two. It's indifferent, though, because it's a decentralized ecosystem. All three can chat with each other, so Mastodon & Activity Pub may have shrunk - but the amount of people you can communicate with on them has risen exponentially thanks to bridges.

The ugly:

Federation is a mess. You can have a dozen friends on Activity Pub, a dozen on other protocols connected via bridges or threads and find you can only talk to two or three. That's a problem; most would give up before understanding why, and many more would likely figure out why and the decide it's not worth their time working around. After the Bluesky wave I've heard Mastodon be called some variation of "bickering fiefs" a couple dozen times.

There's also some toxicity within the space. Most people I've interacted with have been great, but it still rears it's head now and then. You can get nearly bullied off the platform if you suggest people be nice to Windows users. It was kinda funny to see that blog post shortly after I jokingly said "you guys would probably put a hit out on me if I said I was using Windows" in a similar thread. In a similar vein, while accessibility is great, I'd bet more people have left the protocol after being yelled at for not using alt text then there are users who rely on alt text.

My predictions:

I'd bet that all three protocols grow a lot in the future and that more platforms start integrating one or more of the three big protocols. It's a cheat code for new platforms to automatically have a bunch of content, and it's free platform software already built. Federation issues and fediverse specific toxicity issues will potentially be eternal septembered away. Most people won't care what OS you use and will want to be able to talk to their friends as apposed to having current federation. There might be a small splinter group of the older crowd using opt-in federation, but most of the ecosystem will change if it grows.

I'd also bet the three big protocols will continue to get closer. All three can already communicate, and heck, I, as an incompitant programmer, made a quick script that lets any Nostr client communicate with Mastodon &/or Bluesky. Throw some compitant devs at it and soon enough you probably won't even be able to tell at first glance what protocol the other person you're communicating with is on. Bluesky and Nostr in the mix bring Mastodon's ~800k monthly active users to like ~15 million. A more connected ecosystem make things better for everyone.

[–] nate@social.trom.tf 6 points 2 days ago (3 children)

@5teverin0 Writefreely might be a good option, it's built around being federated. It's in the social media category instead of the publishing category, but it's intended for blogs instead of microblogs.

[–] nate@social.trom.tf 4 points 1 month ago (1 children)

@erlend_sh Cool to see things being built with AT. For what my thoughts are worth, I think that having Frontpage posts showing up on Bluesky would be benificial. It'd probably make it feel like it has a lower barrier to entry and increase interactions/discussions across the different communities.

P.S. replying here with Friendica which is taking advantage of similar cross compatibility.

Also, just a curiosity, how good is AT's cross compatibility without workarounds? Obviously if you guys are considering I assume it works, but I've been curious how well things play together. Nostr has NIPs to solve the issue, and ActivityPub is a little tempermental, but with AT's repo style accounts I've wondered how well everything interacts across different implementations.

[–] nate@social.trom.tf 2 points 1 month ago

@haui_lemmy @Blaze Yeah, it's very centralized at the moment. The idea of AT is that you can host your own Relay as well as PDS, so if I didn't like Bluesky I could make Nate's relay and have my relay pull the posts from the PDSs of the people I follow and sidestep Bluesky entirely. Though Bluesky was only opened up very recently so Bluesky is the only relay I know of ATM.

[–] nate@social.trom.tf 10 points 1 month ago* (last edited 1 month ago) (1 children)

@Blaze AT (Bluesky's protocol) is a little bit different then activity pub. There's two types of servers, a PDS and a relay. A PDS is basically a git repository of all your posts/interactions, it's super lightweight and doesn't do anything but host them and provide it to any server that asks for it. The PDS basically does the profile hosting portion of a Mastodon server, and is very similar to a Nostr relay if you're familiar with that.

A relay accesses data across a bunch of PDSs and provides it as one big network to the relay's users. It's basically the equivalent of the federated portion of what a Mastodon server does. It's also doing what a Nostr client does (although Nostr does that on the user's device) if you're familiar with that.

Any relay can pull data from any PDS, so theoretically it's very decentralized since anybody could host either a PDS and/or Relay. Bluesky was opened up very recently though, so there's not many non-Bluesky-hosted PDSs on the network yet and most are small and experimental. There's also no relays other than Bluesky that I'm aware of, although it's only been open for ~6 months so I expect that'd change soon.

[–] nate@social.trom.tf 1 points 1 month ago

@SorteKanin I know above he mentioned creating an account and then using it on anther platform like creating one on lemmy and then using it with something like Mastodon or Writefreely. If that was all he was asking about then Nomadic Identities would make that possible, though yeah if I just misinterpreted what he asked and we're talking completely disassociated (private key only instead of Zot's private key underneath a domain based username) then yeah nomadic identities wouldn't be quite what he was looking for.

[–] nate@social.trom.tf 4 points 1 month ago (6 children)

@matcha_addict There are very few drawbacks (assuming it's implemented in a way that doesn't break things). That's why it's part of two of the big three social protocols (Nostr & AT/BlueSky) and Activity Pub might get it soon.

I've written about and participated in discussions about implementing identities not controlled at the instance level and discussed bridges that connect activity pub to other protocols. The one major drawback people tend to bring up is moderation, but moderation is not effected like some people think it could be. Just like a PGP key doesn't force Gmail to host a user's email and a domain doesn't force Dreamhost to host a blog, even if identities are separated from instances an individual instance can still ban a user from participating in that instance or prevent other instances from interacting with your instance. The only difference is that if an instance goes down or bans a user the user can pick up and move to a different instance instead of having their account nuked. As somebody who lost a profile due to a SQL database breaking it would have been really nice to have been able to continue.

Also, in the thread here I heard a few people talking about it negating communities. We already can communicate with remote servers, I'm not fully sure where the argument that independent-from-instance-identities will break communities comes from. If something like nomadic identities are implemented, which again, they may be, your account will still be largely focused on one instance.

Say you're an arborist and join an arborist Mastodon community. You're still a part of the community, and your account is centralized there until you say otherwise. Yes, you can reply to a lemmy post or peertube post by authenticating on one of those instances, but you can already do that (there's just a lot of jank since Activity Pub's monolithic servers often have a hard time understanding each other). Yes, say you reply to a lemmy post about beekeeping that would show up in the local insatance timeline (assuming remotely authenticated posts are allowed to show up in the timeline), but again not only can you already do that, but it's not like you'd expect an aborist focused instance would have ONLY aborist focused discussions.

Lol, I hope I was coherent. I just misinterpreted a bottle of bottle of lime infused liquor as 30 proof instead of 30% ethanol so I consumed a little more than I expected. Anyway, regardless, personally consider identities separated from servers/instances a very big pro, with very little drawbacks (if implemented in a way that does not break existing implementations).