Live data from Hacker News

Bluesky facing degraded performance due to record high traffic

bsky.app

21–30 of 223 posts

Re: Bluesky facing degraded performance due to record high traffic

#22

not surprising. centralized communication platforms suffer from the hug of death naturally occurring when people want to read information all at once.

Isn't this exactly what caching is for? If it's read-only data, I feel like hug-of-death should not be the norm.

Maybe it's bad when lots of people want to interact with information all at once.

Or maybe when access to information is gated behind a bunch of javascript client/server interactions.

On the other hand, I'm out of touch and still just write static HTML pages when I can get away with it :þ

Re: Bluesky facing degraded performance due to record high traffic

#24

Earlier quoted context omitted.

Yeah, what I need is a Reddit replacement

They're getting slammed hard, but I recommend creating an account on either http://lemmy.world or http://kbin.social . (Personally I prefer Lemmy due to it being closer to Reddit in design.) They both run OSS Reddit clones and appear to be gaining the most traction. As a bonus, they're also interoperable with each other, and any other server that installs the software.

they also federate with mastodon

Re: Bluesky facing degraded performance due to record high traffic

#25
post #10

What's funny is that while Twitter wants you to log in and goes at great length to prevent you from reading anything when not logged in, the situation is exactly the other way round with Bluesky. They limit who can sign in, but openly publish all data via their API. So one could use an AT protocol client to read, or a web based client like this one: https://firesky.tv/ I just made an account, let's see how this thing…

I’m there too:

@donohoe.dev

Re: Bluesky facing degraded performance due to record high traffic

#27

But it’s owned by Jack, right? Who’s posting increasingly Musk-level takes on Twitter

The “At” protocol is supposed to allow you to take your account elsewhere. Since you own the domain, nobody else can use it and thus you may migrate to instances owned by other corporations or by you even.

Re: Bluesky facing degraded performance due to record high traffic

#30

not surprising. centralized communication platforms suffer from the hug of death naturally occurring when people want to read information all at once.

Not if they’re well-designed and adequately provisioned, which is just as true for federated platforms.

It sounds like you're arguing from a hypothetically perfect view with 20/20 hindsight. Scaling problems are good problems, solvable at the right time without the evils of premature optimization. Doing work without a need is wasted effort.
Post reply on HN