It is important to note that trying to hide from OCR systems is not the right approach here. The text displayed in the game is coming from the network, and I highly doubt it's hard to MiTM from your own device. The other mitigations are more reasonable.
What if the text was rendered as an image on the server, then sent to the device?
I wrote a script that wins the majority of HQ Trivia games
41–50 of 54 posts
Re: I wrote a script that wins the majority of HQ Trivia games
#42Earlier quoted context omitted.
My approach (see below) cropped the screenshot before running OCR to remove mistranslations.
Hey, Cognetta here :). I also cropped the screenshot before running OCR, but I can still imagine HQ changing its UI frequently to thwart OCR attempts.
Re: I wrote a script that wins the majority of HQ Trivia games
#43This 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…
Code open sourced, and auto updating website every time I use the script
https://news.ycombinator.com/item?id=15832124 jakemor.com/hq
Re: I wrote a script that wins the majority of HQ Trivia games
#44This 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…
Re: I wrote a script that wins the majority of HQ Trivia games
#45This 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…
Publicly claiming someone has ripped off your work is a pretty strong allegation and I don't see any basis for it.
If a problem can be summarized in a few simple steps, then how different do you expect any posts about the topic to be?
Re: I wrote a script that wins the majority of HQ Trivia games
#46This 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…
Google Cloud Vision API does a really great job at OCR'ing your 'adversarial perturbations' example for HQ Trivia: https://imgur.com/a/f06JT
Re: I wrote a script that wins the majority of HQ Trivia games
#47This 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…
I'm really sorry that the work seems like it plagiarizes yours. I started this project as soon as HQ Trivia came out, and I did not see your article until reading this comment.
A few other comments on this thread show that others (e.g. https://github.com/nbclark/hqcheat/) also implemented very similar techniques, so it seems that this may just be a "great minds think alike" situation :/.
I'd love to support your article as well, as I love your format and videos! Let me know if you'd like to talk about plagiarism, would love for us to talk directly instead of on comments.
Re: I wrote a script that wins the majority of HQ Trivia games
#48This 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…
Hi applecrazy! I'm the author of the article. I'm really sorry that the work seems like it plagiarizes yours. I started this project as soon as HQ Trivia came out, and I did not see your article until reading this comment. A few other comments on this thread show that others (e.g. https://github.com/nbclark/hqcheat/ ) also implemented very similar techniques, so it seems that this may just be a "great minds think ali…
To think that two (or three or a dozen) clever engineers couldn't independently look at one of the most popular mobile apps and think "I can game this" is silly.
Re: I wrote a script that wins the majority of HQ Trivia games
#49Earlier quoted context omitted.
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
#50Earlier quoted context omitted.
idk, this is pretty low-hanging programmer fruit. I wouldn't be surprised if there's already more than a hundred of these scripts out there.
Fair enough, but what bugged me was that the author didn’t even bother changing the structure of his article. I honestly don’t care about the script, but I’m kind of disappointed that my writing style was copied.