More logical sequence

master
Bob Mottram 2019-07-19 10:01:39 +01:00
parent cde55bd3f1
commit bf2567ae6e
1 changed files with 8 additions and 8 deletions

View File

@ -38,14 +38,6 @@ This project is currently *pre alpha* and not recommended for any real world use
* Limited visibility of follows/followers
* Suitable for single board computers.
## Culling follower numbers
In this system the number of followers which an account has will only be visible to the account holder. Other viewers will see a made up number. Which accounts are followed or followed by a person will also only have limited visibility.
The intention is to prevent the construction of detailed social graphs by adversaries, and to frustrate attempts to build celebrity status based on number of followers, which on sites like Twitter creates a dubious economy of fake accounts and the trading thereof.
If you are the account holder though you will be able to see exactly who you're following or being followed by.
## Object capabilities workflow
This is one proposed way that OCAP could work.
@ -338,6 +330,14 @@ Unfollowing is silimar:
python3 epicyon.py --nickname [yournick] --domain [name] --unfollow othernick@domain --password [c2s password]
```
## Culling follower numbers
In this system the number of followers which an account has will only be visible to the account holder. Other viewers will see a made up number. Which accounts are followed or followed by a person will also only have limited visibility.
The intention is to prevent the construction of detailed social graphs by adversaries, and to frustrate attempts to build celebrity status based on number of followers, which on sites like Twitter creates a dubious economy of fake accounts and the trading thereof.
If you are the account holder though you will be able to see exactly who you're following or being followed by.
## Sending posts
To make a public post: