Bluesky Is a Scam
fiatjaf.com
Bluesky Is a Scam
1–10 of 59 posts
Re: Bluesky Is a Scam
#2Personally I would have preferred if they implemented federation before going into beta because that is the whole point of a decentralized network. But OTOH there is an opportunity right now to lure people away from Twitter and that opportunity may not exist in a few months. I don't think progressive decentralization, over a span of months not years, is inherently evil.
Re: Bluesky Is a Scam
#3Re: Bluesky Is a Scam
#4https://atproto.com/specs/did-plc#how-it-works
They could be using public keys as identifiers, why are they using nonsense?
Re: Bluesky Is a Scam
#5This may come as a surprise.
But your average cool, interesting person doesn't care whether Bluesky has a decentralised protocol or the intricacies of its identity model.
The reason most people are using it is because it's the closest thing to a Musk-less Twitter.
Re: Bluesky Is a Scam
#6Crazy that no one in the relevant circles seems to have realized that microblog posts don't require anything more sophisticated than what a static site generator can produce. The heavyweight server-to-server protocols that we've seen are just way too heavy.
Re: Bluesky Is a Scam
#7Re: Bluesky Is a Scam
#8Re: Bluesky Is a Scam
#9note that fiatjaf is the creator of nostr, which is a competing product
Re: Bluesky Is a Scam
#10The solution to the problem of centralization that Bluesky has been touted as tackling (and that Mastodon doesn't deal with in a satisfactory way) doesn't look anything like Bluesky or Twitter or Mastodon. Instead, it's just making RSS (read: Atom) suck less. Crazy that no one in the relevant circles seems to have realized that microblog posts don't require anything more sophisticated than what a static site generato…
I keep thinking, what if we: 1. Use domains/subdomains as usernames by just... having the content on them.
2. Follow a truly basic structure for index (feed), single post, etc. so that clients know how to consume them easily.
3. For interactions (replies, likes, etc), the client posts them to your own server (or service hosting you) and they're available at a url referencing the original post url on their own domain. ex) mydomain.com/replies/thepostsurl/1
4. It then posts the reply url to the original posts server endpoint, which can accept or not.
5. When a user loads the post, it lists the replies and interactions as a list of links. the client goes and gets their content directly, and renders it.
This would work without any servers actually having to talk to each other or store more than a link for interactions. If you want to confirm the interaction url on receiving a submission, your server could check but it doesn't need to store or cache it.
Am I crazy or would this not work just fine? or, is this what activity pub already is?