mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-12 15:09:07 -05:00
add: Cultural censorship (moderation)
This commit is contained in:
parent
20d3fd18e3
commit
fd828ee451
|
@ -48,6 +48,7 @@ A "hard" chain would store only the first previous event, and if that event is m
|
|||
|
||||
Events can go missing because of
|
||||
|
||||
- cultural reasons (moderation)
|
||||
- political reasons (censorship)
|
||||
- technical reasons (data loss)
|
||||
|
||||
|
@ -55,6 +56,9 @@ Political censorship can use the method of "shadow banning", also known as "sele
|
|||
In that case, most events are **not** censored to create the illusion of "free speech", and only some events are censored.
|
||||
To detect this form of censorship, we need a steady chain of events.
|
||||
|
||||
Cultural censorship (moderation) may remove "legal but annoying" content (for example: NSFW content), so we want to tolerate some missing events.
|
||||
When broadcasting "politically incorrect" content, authors should avoid such events in their chain of events, to make verification easier.
|
||||
|
||||
Redundancy
|
||||
----------
|
||||
|
||||
|
@ -143,5 +147,8 @@ Keywords
|
|||
|
||||
- blockchain
|
||||
- censorship-resistance
|
||||
- fault-tolerance
|
||||
- tamper-proof
|
||||
- append-only
|
||||
- verification
|
||||
- data integrity
|
||||
|
|
Loading…
Reference in New Issue
Block a user