Hacker News new | ask | show | jobs
by stervy 3099 days ago
This is the guy who wrote the post!

Wow, so funny we had the same approaches.

1 comments

One thing I did which helped results a bit is invert negative queries...So if the query had a NOT in it, remove that, and choose the option with the fewest matches. Seemed to work pretty well.
Ah that's smart. I usually would just read the outputs of my script the opposite way (So find the "min" number of search results, etc.)