Karmator
Karmator copied to clipboard
Determistic karma ranking in cases of ties.
Right now it seems like its determistic:
Foo: 20 (20++/0--/0+-) bar: 20 (20++/0--/0+-)
Will always in the "top N" result display either Foo or bar depending on some sort of order in sqlite. It should probably be possible to re-jiggle the query to do something more useful in cases of ties.
Such as:
- Order by total, in case of ties
- Order by (upvotes or downvotes)
- Then sidevotes or so
In a determistic manner, then if all else fail, fall back to rowid or so.
The output of the !karma and so on should probably also be displayed in sorted order.