Earlier quoted context omitted.
It’s something we’re building in real time, as we use it. If you visit the NIPs repo, you will see it changing by the idea. As the clients and relays try things, ideas propagate quickly. In that sense it is extremely exciting.
It is definitely interesting and exciting, at least the end goal. I am still not sold on the architecture but I want to be. So relays are not able to talk to one another and if I want to be able to interact with another user in any way, we have to be sharing a relay, right? These seem like really strong limitations to me and I am having a hard time understanding why they exist. Why not start with some relay-to-relay…
Nostr.how – A Complete Guide to Nostr
71–80 of 140 posts
Re: Nostr.how – A Complete Guide to Nostr
#72Earlier quoted context omitted.
I think centralized moderation is the problem with social media servers. Users should be the ones to control their own moderation. See a post you don't like? Hide the post. Don't like any posts from a particular user? Block the user. It's not difficult to do and if users are really only following friends and famous accounts (celebrities, bots, news, etc.) they won't experience much spam anyway. I think the real issue…
Saw some CP, just block it, right? No one to be notified so it stops spreading.
Choosing the right amount of freedom is always a balancing act.
Re: Nostr.how – A Complete Guide to Nostr
#73I read everything there and all NIPs (they look like underage RFCs, but also drunk) and I'm a little confused. - The protocol doesn't define a transport but seem to use WebSockets. How does it handle poor/dropping connections? Does it allow usage of alternate transport protocols? - Messages are defined as JSON but doesn't use much of its structure anyway. Some fields are just arrays of values. And even then some part…
> Message signatures are signatures of stringified JSON. Given that JSON is not particularly well defined to guarantee representation stability are implementation differences handled? Systems I've seen (and written) that do this use deterministic serialization algorithms that sort keys and do other things standard, general-purpose implementations don't. The implementations in core libraries, browsers, and the like te…
Re: Nostr.how – A Complete Guide to Nostr
#74Earlier quoted context omitted.
Yup spot on. The main issue though is that if you want to ensure that you have absolutely unassailable content, you need to run you own relay that ensures all your events are stored. You can’t assume that the relays you connect to via clients are perfect. I imagine relay services will get better over time here but something to be aware of.
I don't quite understand why a client can't do it's own backup... it's really not that much data i would think. you could sync it to google drive or equivalent, and while your posts may temporarily be unavailable if all the relays are down, you could theoretically re-populate another relay (or your own) with that backed up data right?
Re: Nostr.how – A Complete Guide to Nostr
#75Earlier quoted context omitted.
The search function can help you find accounts. Your timeline is generated from who you are following. Follow some people and it gets more interesting.
I missed the global function. After blocking a bunch of spammers it seems better. Still seems like they generate new PK’s once in a while though, so it’s impossible to keep up.
Also https://nostr.directory helps me find people on Twitter in nostr.
Took a bit I’m happy with my normal feed now and use Global less and less.
Re: Nostr.how – A Complete Guide to Nostr
#76Earlier quoted context omitted.
> I can't select whom emails me. If you are in control of your mail server you can block email addresses, even entire domains or IP spaces. I do not understand this statement.
Email is push. Twitter is pull. Of course you can set your email server to reject every single email that you do not have in a whitelist, but that’s not a feature of the protocol. Plus it’s something you need to manually do (because most people don’t want -or expect that- from email). People expect Twitter (or similar apps/protocols) to not show them messages other than from people that are explicitly followed.
Re: Nostr.how – A Complete Guide to Nostr
#77I read everything there and all NIPs (they look like underage RFCs, but also drunk) and I'm a little confused. - The protocol doesn't define a transport but seem to use WebSockets. How does it handle poor/dropping connections? Does it allow usage of alternate transport protocols? - Messages are defined as JSON but doesn't use much of its structure anyway. Some fields are just arrays of values. And even then some part…
I’ve built a Nostr relay from scratch to learn the protocol and while there are some odd quirks, the fact that it’s maximally simple and the core spec can be understood in 5-10 minutes has way more value than you may immediately realize. It lowers the barrier to entry for builders substantially.
Time-to-grok is fast and then you’re off to the races building.
I never even bothered to build anything on ActivityPub because the minimum bar is much higher.
Re: Nostr.how – A Complete Guide to Nostr
#78Earlier quoted context omitted.
I think centralized moderation is the problem with social media servers. Users should be the ones to control their own moderation. See a post you don't like? Hide the post. Don't like any posts from a particular user? Block the user. It's not difficult to do and if users are really only following friends and famous accounts (celebrities, bots, news, etc.) they won't experience much spam anyway. I think the real issue…
Saw some CP, just block it, right? No one to be notified so it stops spreading.
Re: Nostr.how – A Complete Guide to Nostr
#79Re: Nostr.how – A Complete Guide to Nostr
#80I’ve been using Nostr, Mastodon and Twitter concurrently for the last few months. Nostr is absolutely fascinating in its simplicity and I really enjoyed writing a Python relay in a few days - more than I should have. My thoughts: - The NIPS are not as rigorously defined as RFC's but this is a vibrant community and things are taking shape. - Relay scaling will be a problem, something Mastodon has discovered with the T…
As it is it seems like very basic spam measures would be enough to cut down on almost all the spam in relays.