Comment by π stack
Re: "Could someone briefly explain what and why? I found theβ¦"
Forgive my negativity, but it still looks like something no one in the right mind would use.
You have to know the public key _and_ relays where to look for someone's posts? And if compromised, somehow find other relays?
Whose posts are that important?
Maybe if you are James Bond getting secret orders, but then you probably just look for coded messages on Facebook or X...
Sounds kind of nuts.
2024-12-22 Β· 1 year ago
9 Later Comments β
π cipres Β· 2024-12-22 at 23:42:
@stack Nostr is rapidly growing for the same reason that Bitcoin and other crypto grew so fast: freedom. As Bitcoin removed the need for central banks, Nostr removes the need for centralized platforms where you need to login and beg to post in the hope that someone isn't about to censor you.
As long as you have your keys, you'll be able to communicate with others. That is invaluable in this era of censorship.
π cipres Β· 2024-12-22 at 23:51:
@stack No, you only need to know the person's npub (pubkey), not the relays. Here's an npub:
npub1sg6plzptd64u62a878hep2kev88swjh3tw00gjsfl8f237lmu63q0uf63m
Once you're following someone, your client can read his/her contacts list.
As for "whose posts are that important ?", you clearly don't know the level of censorship that happened in the last 4 years, or you wouldn't ask. Censorship of lifesaving information, information of all kinds.
π cipres Β· 2024-12-22 at 23:56:
@HanzBrix Agreed. You don't have to know anything.
π stack [OP] Β· 2024-12-23 at 00:09:
I am struggling to find a use case. What sensorship are we talking about? The biggest issue I've seen in the last 4 years is authoritarian propaganda and outright lies on mainstream news, at least where I live. No one is seizing private servers unless scamming or threatening people. If your Facebook or Youtube account is blocked, don't sign up for accounts with State actors posing as social networks.
Would this work for dissidents in say China, where the networks are monitored and relays would be identified immediately?
Can relays be compromised?
Is this better than Tor?
π cipres Β· 2024-12-23 at 01:14:
@stack omg. Wow.
π stack [OP] Β· 2024-12-23 at 02:15:
???
π¦ zzo38 Β· 2024-12-23 at 04:21:
I don't really like this use of JSON either (I think DER is better, although it can be used badly too), and there are some other problems with Nostr (including using Websockets I think shouldn't be needed here, and that the only character set it can use is Unicode, and seems to lack federation between servers, etc; but also other details about Nostr are not as well designed I think).
πΈ arma Β· 2024-12-24 at 06:20:
I've spent a couple hours yesterday on some Nostr sites. To me this looks like a messaging system that the crypto folk have come up with for communicating, presumably for transacting between peers. Not really a social networking system in the conventional sense.
π chickadeez Β· 2024-12-24 at 16:48:
You can add your preferred relays to ensure your information is always accessible, and clients that support the latest NIPs will automatically fetch the most recent version of a user's posts. Additionally, users can be discovered through a .well-known file, which helps configure relays and verify usernames seamlessly, using NIP-05 :)
Original Post
Could someone briefly explain what and why? I found the web site disapointingly unclear about how this works and why we need it (possibly from avoiding getting technical?). Briefely reading through it made me feel like a problem looking for another problem, with more layers between user and originator, both at the network level and at the data level (not a fan of JSON or complexity). If you have a clear idea of how it works or why we need it, I would love to hear it.