|
|
|
|
|
by saurik
807 days ago
|
|
It is not obvious to me at all that this problem needs to be solved or that it is even a good thing for social networks to provide such stats; but, if it actually somehow is important, it is also a problem that is trivially reduced to the same problem as spam: likes and follows are simply signed messages, not pre-aggregated counts, and if you balk at sending someone a list of a hundred thousand signatures they are trivially compressed using zero-knowledge proofs. Now... how to prevent people from making up a million real-looking bot accounts? That is harder (though I absolutely believe is tractable), but you have to solve that anyway lest rather than inflating likes and follows people just flood the system with replies (and it is also a problem the centralized system will also have to contend with, though it might have more strategies available to it). |
|