Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@theNSA you got an error in your code there. Assuming a rant is an object, you forgot a '.' or if it's just a function that returns True, you forgot a '_'.
-
Froot75567yI think it just shows @linuxxx rants. The algo page is filled with them, for me at least 😄
-
dfox428267yThere’s a bunch of criteria and two types of content mixed in:
1. New rants (rants that have a few votes but are pretty new). These are sprinkled in.
2. Recommended rants from the last 45 days. These are the bulk of what you see. For any rant to be recommended (or new for that matter) it means you never went into it before and you never scrolled past it before, and it also means you didn’t have it get loaded a few times in the feed already. So simply put, you haven’t seen it yet.
Then, to decide if a rant is recommended and how highly it’s recommended to you (how high it should show up in your feed, we look at:
- how you like the tags
- how you like the author
- collaborative filtering - how do users you have similar tastes to like that rant you haven’t seen
I hope that clears it up a bit. Let me know if you have any other questions.
I’m also trying to find time to make algo more advanced and try to get some better results. -
@dfox wow, good job, cheers for sharing!
Do you do any machine learning?
Edit: whoops didn't see the above question which is basically the same
Related Rants
@dfox, How does the 'algo' work ?
question
how it works
hey!
devrant