|
|
|
|
|
by teej
3418 days ago
|
|
From the "how does this work" > How do products trend? What causes a product to trend?
Products are ranked based on the number of users who have recommended the product in the past month (we’re using a rolling 30 days). Ok so this isn't trending, it's popularity. Typically you want to normalize such that items with evergreen popularity get sifted out and you're left with items growing in popularity. A marginally better approach might be to look at % of like growth month over month, with some floor of likes so that going from 1 to 100 likes doesn't dominate. This isn't perfect but it should kick google drive, Dropbox, and git out of the list. |
|
I mentioned in another comment that one of our bets is that since a user can only recommend a product once, over time the more obvious products should find it relatively more difficult to get new recommendations and newer products will surface.
e.g., if we did a filter of recommendations by YC companies (or more extreme - YC founders), then something like Slack would be popular the first month, but then have few remaining votes. Thoughts?