thunderrabbit's recent activity

  1. Comment on Suggestion: Weighted Subscriptions in ~tildes

    thunderrabbit
    Link
    I guess a post's popularity is based on adding its number of votes minus a factor for how long it has been on the site. Wouldn't this "just" be a multiplier on the number of votes? So instead of...

    I guess a post's popularity is based on adding its number of votes minus a factor for how long it has been on the site. Wouldn't this "just" be a multiplier on the number of votes? So instead of

    rank =  votes - age
    

    becomes

    rank = f(user, tilde) X votes - age
    
    2 votes