Live data from Hacker News

I wrote a script that wins the majority of HQ Trivia games

hackernoon.com

21–30 of 54 posts

Re: I wrote a script that wins the majority of HQ Trivia games

#21
"Trivia bots and clever hackers will be no issue for the platform’s rapid growth, as long as HQ makes a few critical adjustments."

Really, pretty much every CAPTCHA has been solved with deep learning now. The mitigations this guy gives can be trivially overcome.

What a game like Trivia HQ does is give a monetary incentive to build better trivia AI. Hi Watson!

Re: I wrote a script that wins the majority of HQ Trivia games

#22
post #21

"Trivia bots and clever hackers will be no issue for the platform’s rapid growth, as long as HQ makes a few critical adjustments." Really, pretty much every CAPTCHA has been solved with deep learning now. The mitigations this guy gives can be trivially overcome. What a game like Trivia HQ does is give a monetary incentive to build better trivia AI. Hi Watson!

Not much of a monetary incentive, considering you only win $2-100 a day, and they'll ban you if you start winning every time.

Re: I wrote a script that wins the majority of HQ Trivia games

#23
Back in the dotcom craze, there was a company trying to promote their internet currency. Think Flooz or Beenz, although it was neither one of those. Let's call it iDollars.

To promote their currency, they had a variety of games you could play to earn small amounts of currency. One was a trivia game. My friends and I wrote a perl script to play the game, guess an answer, and whenever it guessed right, remember that combination for next time.

We ran the bot 24/7. The real coup was throttling the bot so we were never the top earner in any day; we aimed to be approximately in tenth place every day. That managed to keep our gains plausible.

As the dotcom bubble exploded, there was less and less you could do with iDollars. Eventually someone at iDollar caught on and we eventually got a cease-and-desist letter telling us to stop, although the let us keep our spoils. My one friend managed to trade in his remaining iDollars for like 250 iDollar promotional golf towels, right before the company went under for good. I wonder if he still has them.

Re: I wrote a script that wins the majority of HQ Trivia games

#24

This article practically rips off my article as well as an article I cited in that post, which I submitted earlier this week. If you put both articles side-by-side, they have the same structure and a fairly similar approach to the problem. While this could be a coincidence (and honestly, I don’t care), I’m still a little miffed that the author didn’t bother to cite his inspiration. The post in question: https://apple…

You should’ve put HQ Trivia in the post name. Pretty sure that’s why this got more attention.

Re: I wrote a script that wins the majority of HQ Trivia games

#25
post #24

This article practically rips off my article as well as an article I cited in that post, which I submitted earlier this week. If you put both articles side-by-side, they have the same structure and a fairly similar approach to the problem. While this could be a coincidence (and honestly, I don’t care), I’m still a little miffed that the author didn’t bother to cite his inspiration. The post in question: https://apple…

You should’ve put HQ Trivia in the post name. Pretty sure that’s why this got more attention.

[deleted]

Re: I wrote a script that wins the majority of HQ Trivia games

#26
post #24

This article practically rips off my article as well as an article I cited in that post, which I submitted earlier this week. If you put both articles side-by-side, they have the same structure and a fairly similar approach to the problem. While this could be a coincidence (and honestly, I don’t care), I’m still a little miffed that the author didn’t bother to cite his inspiration. The post in question: https://apple…

You should’ve put HQ Trivia in the post name. Pretty sure that’s why this got more attention.

Good point. I just didn't feel like name-dropping as a means of promotion. It feels clickbait-y.

Re: I wrote a script that wins the majority of HQ Trivia games

#27

This article practically rips off my article as well as an article I cited in that post, which I submitted earlier this week. If you put both articles side-by-side, they have the same structure and a fairly similar approach to the problem. While this could be a coincidence (and honestly, I don’t care), I’m still a little miffed that the author didn’t bother to cite his inspiration. The post in question: https://apple…

Yours is better IMO. Also, you showed an actual demo and very thorough explanation of your approach.

Re: I wrote a script that wins the majority of HQ Trivia games

#28

This article practically rips off my article as well as an article I cited in that post, which I submitted earlier this week. If you put both articles side-by-side, they have the same structure and a fairly similar approach to the problem. While this could be a coincidence (and honestly, I don’t care), I’m still a little miffed that the author didn’t bother to cite his inspiration. The post in question: https://apple…

Yours is better IMO. Also, you showed an actual demo and very thorough explanation of your approach.

Thank you! It's a pleasure to share my ideas with a community like this.

Re: I wrote a script that wins the majority of HQ Trivia games

#29
I've done digging of my own to do the same Google search tricks and found that you can just connect to a websocket and get a live stream of the questions, possible answers as well as every chat message in the feed. OCR not required.

I was also considering using the chat messages to get the answer. People are either going to mostly say the right answer to sound smart or mostly send the wrong answers to try to trick people. Keep track of which is most common and you have an additional datapoint.

Re: I wrote a script that wins the majority of HQ Trivia games

#30

Earlier quoted context omitted.

Yours is better IMO. Also, you showed an actual demo and very thorough explanation of your approach.

Thank you! It's a pleasure to share my ideas with a community like this.

I like the minimal design of your blog with the clickable outline on the right.
Post reply on HN