You know I’ve worked on these sorts of bullshit features (under protest) as a developer (special sorting algorithms that bump up the score of monetized entries over organic (aka real) ones) and somehow I never stopped to think that everyone was likely doing the same.
You know I’ve worked on these sorts of bullshit features (under protest) as a developer (special sorting algorithms that bump up the score of monetized entries over organic (aka real) ones) and somehow I never stopped to think that everyone was likely doing the same.
Naivety, I guess
Something like this?
SELECT * FROM content ORDER BY (views + bribe) DESC;