I wonder which billionaire is going to snap up bluesky once they’ve fattened their crop of highly engaged users
Ok. I want to host my own Bluesky and interact with the bsky.app instance. How?
The article is all about excuses.
all you have to do is
-
host your own PDS, where your account lives, this is easy, I do it myself already.
-
host you own appview: the only actually good appview is bsky’s, luckily it’s open source, unfortunately I do not believe they made it easy to self-host.
-
Host a relay, this isn’t all that hard, it just needs a real big server (AFAIK it needs a shitton of io throughput), so unless you’re very rich it’s not too realistic to host this.
So yeah, a PDS is easy to host but the other two parts are a pain, and since the protocol has only been open for a few months, people haven’t really done too much.
Frontpage exists, but they haven’t made it be able to interact with bsky.Social, although the accounts are shared. I have been told by people involved with that that that’s an issue with frontpage’s implementation, and not the AT protocol
-
My guess is Bluesky never intended to be « open » and « federated » and « decentralized « as we understand it
Decentralisation doesn’t necessarily come with decentralized technical infrastructure, but its the basis for it. I’m still betting on ActivityPub. Sure social insentives are important, but the most openess will win. Also, Wordpress, Flipboard, Threads already joined ActivityPub, so the ecosystem already is kind of attractive in that direction.
Just a hunch, but I think no decentralised network is going to run ATProto unless someone other than Bluesky forks it and makes the protocol changes that would allow that to be practical. I guess it’s possible, in theory?
I’ve not read much about their protocol yet, is there a proposal somewhere on what changes are needed?
I’m not sure what approach would work. As I understand it, it’s designed around the idea that all messages get routed through a monolithic “relay” which needs to see every single event from every user in order for any of them to get routed between the PDS nodes where user data gets stored.
Probably best to just add ActivityPub on top of it, if they really wanted to federate with anyone.