git ssb

9+

mixmix / ssb-handbook



Commit f0702c3e042e276cdf382400d1dd17822d0008d4

Apply https://github.com/ssbc/docs/pull/20.diff

cel committed on 3/27/2017, 1:33:16 PM
Parent: 8558b223f6c1a332097d438b20e64e808e4af529

Files changed

stories/design-challenge-sybil-attacks.mdchanged
stories/design-challenge-sybil-attacks.mdView
@@ -22,12 +22,12 @@
2222 The other approach is to use social/trust networks.
2323 Services like Facebook or Twitter are significantly less vulnerable to spam (if you dont consider the ads spam).
2424 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".
2525
26-I like to call this a "Solicited Spam" system.
26 +We like to call this a "Solicited Spam" system.
2727 Following someone on Twitter means you think they are human, or at least, an amusing bot.
2828 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".
3030
3131 Then graph analysis can be applied to the friend network - spammers may be isolated, or clustered together and can be filtered out.
3232
3333 By building SecureScuttlebutt around a social network, preventing spam becomes easy.

Built with git-ssb-web