|
|
|
|
|
by lixtra
1740 days ago
|
|
> 1.1. What is Pest? > Pest is a peer-to-peer network protocol intended for IRC-style chat. It is designed for decentralization of control, resistance to natural and artificial interference, and fits-in-head mechanical simplicity -- in that order. > Pest explicitly rejects the inherently-centralizing concepts of IRC |
|
> An IRC server is typically inhabited by a multitude of casual users and policed by a small group of privileged curators. A Pest station, on the other hand, is under the exclusive control of one person: its operator.
> 1.2.2. Nets Instead of Channels.
> Pest stations organize into nets. A net is formed by a group of station operators with a common interest. An operator who wishes to join a net must peer with at least one of the stations in that net. A broadcast message is sent to every member of a station's net. Nets may easily and organically undergo schismatic splits, or, on the contrary, combine into larger nets, whenever the individual station operators so desire.
This is interesting stuff. The basic model seems kind of elegant and should be relatively straightforward to implement. It also seems like it should be relatively easy to set up a station that "bridges" to other chat platforms like Matrix, IRC, etc.
However I suspect that moderation being nonexistent could pose a problem. Un-peering with somebody is equivalent to blocking them, which is certainly a valid tool for dealing with troublemakers, but it doesn't carry the same weight as being able to centrally found somebody. But I suppose that's part of the deliberate design here.