Comment by π cipres
Re: "Could someone briefly explain what and why? I found theβ¦"
@HanzBrix Agreed. You don't have to know anything.
2024-12-22 Β· 1 year ago
6 Later Comments β
π 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.