Hacker News new | ask | show | jobs
by cromka 1987 days ago
if (result.origin == (select origin from origins having max(count) and type == result.type)) priority+=10; else priority-=10;

Not manual, so OK. Right?

1 comments

What’s wrong with manual? Also if I set up a service like that, what would be illegal about it? Nobody would use it, but that’s fine too.