Earlier quoted context omitted.
The comparison here is to something like TCP/IP. TCP/IP never goes down. TCP/IP is a protocol, the servers may go down and cause disruption, but the protocol doesn't really have the ability to "go down". Nostr is also a protocol. The communication on top of Nostr is pretty resilient compared to other solutions though, so that's the main highlight here. If tens of servers go down, then some people may start noticing a…
That's because TCP/IP is a protocol, not a (centralized or decentralized) server. A protocol cannot go down. It can trigger failures, it can be abused, but it cannot go down. It's like saying "English never burns". Sure, you can't burn English but you can burn specific books, newspapers and so on.
Bluesky April 2026 Outage Post-Mortem
81–85 of 85 posts
Re: Bluesky April 2026 Outage Post-Mortem
#82Re: Bluesky April 2026 Outage Post-Mortem
#83Earlier quoted context omitted.
If nostr went down would people even notice?
The good thing about nostr is that, contrary to popular federated protocols, your identity is not tied to any single server, you own the keypair to your account, so you can continue using it just fine even if some relays experience a downtime.
Re: Bluesky April 2026 Outage Post-Mortem
#84Earlier quoted context omitted.
Getting clients to do the right thing is like herding cats, but there has been some progress. Early 2023 Mike Dilger came up with the "gossip model" (renamed "outbox model" for obvious reasons). Here's my write-up: https://habla.news/hodlbod/8YjqXm4SKY-TauwjOfLXS The basic idea is that for microblogging use cases users advertise which relays their content is stored on, which clients follow (this implies that there ar…
Thanks! Not to be critical - more like thinking out loud - and don't have solutions to following myself - but that sounds like it could 1) affect negatively to power concentrating into the top popular relays -> potentially leading to same kind of speech issues as semi-centralized ActivityPub, and 2) it won't solve need to maintain multiple firehose connections. I've been wondering if the multi-firehose architecture i…
Re: Bluesky April 2026 Outage Post-Mortem
#85Earlier quoted context omitted.
That's because TCP/IP is a protocol, not a (centralized or decentralized) server. A protocol cannot go down. It can trigger failures, it can be abused, but it cannot go down. It's like saying "English never burns". Sure, you can't burn English but you can burn specific books, newspapers and so on.
That's... literally the point I just made in my reply?