You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we have global trust scores and personalized trust scores for stackers, but neither of these consider the topic/domain/territory.
Additionally, founders of territories are conflicted - they'll often zap stuff in their territory to support people posting in their territory and not necessarily because they like the post. This can negatively affect their trust scores and ideally it wouldn't.
To improve this, we should
modify trust computation to give conflicted and unconfliced global trust scores to territory founders
that is a global trust score when they are and aren't zapping things in their territory, so that their effect on homepage ranking is more accurate
create independent trust graph for each territory where founder is the seed, and rank posts in the territory based on this graph and not global
this will involve adding a subName to the Arc table (where null is for global)
this will require giving each Item a weightedVotes for each territory it belongs to (when crossposting is live) and for the frontpage/global (subName = null)
The text was updated successfully, but these errors were encountered:
Currently we have global trust scores and personalized trust scores for stackers, but neither of these consider the topic/domain/territory.
Additionally, founders of territories are conflicted - they'll often zap stuff in their territory to support people posting in their territory and not necessarily because they like the post. This can negatively affect their trust scores and ideally it wouldn't.
To improve this, we should
subName
to theArc
table (where null is for global)Item
aweightedVotes
for each territory it belongs to (when crossposting is live) and for the frontpage/global (subName = null
)The text was updated successfully, but these errors were encountered: