top | item 42917362

(no title)

nspattak | 1 year ago

half the comments so far talk about bluesky being similar to x ie private companies.

However AFAIK the use of the "AT protocol" seems to me to be a major difference https://bsky.social/about/faq.

I am really curious to know how I am wrong in that.

As a long time X user and now on bluesky i can tell that there is a huge difference in the content which makes it clear that the platform was pushing accounts with specific political views (or muting others)

discuss

order

taraparo|1 year ago

Doesn't mean anything. Facebook used to support XMPP.

nspattak|1 year ago

Supporting is on thing, being build on top of it is another thing. And on top of that, AFAIK on bluesky there is no "algorithm"

agumonkey|1 year ago

shallow knowledge on my side, but it seems that the AT proto requires some fancy relay node that, as of now, are only hosted by big corps, so no one has a a fully independent bsky instance

Pufferbo|1 year ago

This seems to be left out of the conversation when comparing Bluesky with the wider fediverse. The AT protocol relies on a bespoke setup and is complicated to implement. ActivityPub is comparatively simple, and can be implemented on pretty every thing with just a few endpoints.

half-kh-hacker|1 year ago

you can run a resequencing relay good enough to feed an atproto appview pretty cheaply - it just needs to subscribe to a few thousand websocket endpoints to get a live tail of the whole network (incoming traffic is well under 50Mbps at peak in my experience)

running an archival mirroring relay is storage-intensive (on the order of tens of TB iirc?) but only serves as an optimization (you can backfill full atproto repositories straight from the relay instead of needing to reach out to the relevant data server)

jovial_cavalier|1 year ago

You cannot run a bluesky instance on your own. The AT protocol isn't really a protocol in the same way that matrix or mastodon is. It's just an API, you know like all platforms used to have?

pfraze|1 year ago

None of that is true

upofadown|1 year ago

Just creating a protocol specification does not create a standard. You need politics for that...

apichat|1 year ago

Can you prove to us that it is possible to interact with someone on Bluesky without being registered on Bluesky?

Threads use e ActivityPub but we know it's bullshit and that they will shut down the network as soon as possible. Bluesky is the same shit. AT protocol is just a honey pot.

LelouBil|1 year ago

I did not use Bluesky a lot, and just set it up to try self-hosting.

From what I know :

- Right now you can self-host your PDS (Personal Data Server) that hosts your user account basically, and all of your user content (posts, images, etc...)

- The easiest way to register is to use bluesky's frontend, and specifying your PDS address, I didn't try to self-host it too but I would assume if you self-host the bluesky web app, or just do the api calls to your PDS by hand or in another application, registration would work too.

- From what I understood, when you post, it is completely stored on your PDS, and then there are kinds of "mega nodes", (I think they are called Firehoses ?) That aggregate from a bunch of PDS, (and the official bsky.social PDS) and present it to end users. I don't think you can self-host theses just yet.

So, in the end, I think you can absolutely interact on Bluesky without being registered, by installing your own PDS and only making calls to create an account on it and post on it, without having an account elsewhere. However, the "end user" part is still closed off for now, since the Blue Sky Frontend uses *official* aggregators that could theoretically refuse your posts.

Go here for more information:

https://atproto.com/

https://docs.bsky.app/docs/advanced-guides/atproto

https://docs.bsky.app/docs/advanced-guides/firehose

LtWorf|1 year ago

They all start neutral.

s_dev|1 year ago

They don't e.g. Parler and Gab

navigate8310|1 year ago

AT Proto is heavily developed by BS and BS is itself the major consumer of AT Proto.