Commit 08b43d3973cbef30349b13a1d40910b39f00f01d
Improving the flow.
Mitar authored on 3/27/2017, 7:48:22 AMGitHub committed on 3/27/2017, 7:48:22 AM
Parent: 6df9ea93a94bb89306a4646684660ff2983c5a22
Files changed
articles/design-challenge-sybil-attack.md | changed |
articles/design-challenge-sybil-attack.md | ||
---|---|---|
@@ -22,14 +22,14 @@ | ||
22 | 22 | The other approach is to use social/trust networks. |
23 | 23 | Services like Facebook or Twitter are significantly less vulnerable to spam (if you dont consider the ads spam). |
24 | 24 | Instead of receiving personal messages from anyone one who knows your id/address on a social network, you only receive messages from other users you have "followed" or "friended". |
25 | 25 | |
26 | -I like to call this a "Solicited Spam" system. | |
26 | +We like to call this a "Solicited Spam" system. | |
27 | 27 | Following someone on Twitter means you think they are human, or at least, an amusing bot. |
28 | 28 | This is actually a pretty strong signal. |
29 | -Email doesn't an explicit social network, but the best spam filtered email systems (like gmail) can use the implicit social network in email: if I send you and email and you reply then we are "friends". | |
29 | +Email doesn't have an explicit social network, but the best spam filtered email systems (like gmail) can use the implicit social network in email: if I send you and email and you reply then we are "friends". | |
30 | 30 | |
31 | 31 | Then graph analysis can be applied to the friend network - spammers may be isolated, or clustered together and can be filtered out. |
32 | 32 | |
33 | 33 | By building SecureScuttlebutt around a social network, preventing spam becomes easy. |
34 | 34 | Since, in a social network application, you only communicate with trusted peers (friends) anyway, and there is usually an explicit "follow" mechanism which expresses who you trust, and humans are pretty good at detecting frauds. |
35 | -This is why SSB was made as an inherently social system. | |
35 | +This is why SSB was made as an inherently social system. |
Built with git-ssb-web