Hacker News new | ask | show | jobs
by pbhjpbhj 1105 days ago
>Now it matters who upvoted - a random bot or a user whose past contributions have been useful to you. //

In that system how do you create a ranked list of content for a user to browse? Isn't it going to be very heavy on processing demand?

2 comments

Yes, it requires keeping track of how much each user trusts each other user. And then when you rank content for user A, you use the trust table of user A as weights of upvotes.

This is more computationally intensive than sorting by the raw number of upvotes or weight upvotes by karma/popularity.

But I think this is a useful computation - the user can be more confident that the content they is is not astroturfed and comes from trustworthy users.

Details of how trust is calculated: https://linklonk.com/item/3292763817660940288

You can do the processing in a worker. Maybe even offload it to the client. If there is a live stream a pretrained machine learning model could be used and it could infear who will like what