|
|
|
|
|
by EGreg
2102 days ago
|
|
I have spent a great deal of time thinking about contact discovery and how to make it private or infeasible to do at scale. If a service X knows the mapping between a user id and some useful info it can display (eg the name or photo) then whatever you do to get that user id, you can then display that useful info if it would be shown to any user of the service. Such as Facebook showing the profile pic and name (that’s why the real names policy is DUMB for privacy). So people resort to effectively usernames. This means you can id the user across sites and then later try to scrape info associated with that username across sites. The solution is to remove all info, including usernames, unless the person has shared it with you (eg friended you and shared some info like a username with friends). Most of us on forums don’t give a crap who answering, just their reputation. For strangers, why have avatars or usernames at all? Why have anything? Otherwise you will have to rate limit scrapers and stuff like that, playing a cat and mouse game against sybil accounts. |
|