I don't think it would be hard to do, in fact, they reverse the whole point of a CAPTCHA. A CAPTCHA is supposed to be a task that is easy for humans, but difficult for computers. High-level mathematics is difficult for humans but easy for computers. They do have some success of telling computers and humans apart, though.
High-level mathematics is difficult for humans and provably impossible for computers.
Hardest captcha ever?
51–60 of 125 posts
Re: Hardest captcha ever?
#52My captcha was to find the least zero of this polynomial: http://random.irb.hr/latexrender/pictures/c46ad0f30d7575c609...
and all I had to do was to OCR the formula: http://www.wolframalpha.com/input/?i=x^3+%2B+3x^2-4x+-12+%3D...
Re: Hardest captcha ever?
#53Earlier quoted context omitted.
As you stated: If computer wanted to hack it - sure it is easy enough. But I was looking for a easy way to do some verification. I asked this because I was creating a reddit clone and wanted a captcha system. I detest the ones that exist right now.
The point of most captchas is to stop someone from writing a program that abuses your system. If you're not doing that, what exactly are you "verifying"?
For another website, I used to store the IP address and do checks but for a simple system that seem to be overkill.
All of the websites have no user accounts.
Is there another way to do this? Where you want some voting to happen but with no user accounts. And you want it to be dirt simple.
Re: Hardest captcha ever?
#54This can be automated with https://github.com/mathgladiator/tutor
I'd have to spend some time working on adding OCR support, but overall totally doable,
Re: Hardest captcha ever?
#55Am I the only one saddened by the fact that this would have been a piece of cake back in high school/college, but can't remember how to do them (integrals) anymore? :(
The notion of "use it or lose it" is always disappointing, but honestly if you learned them once you can learn them again.
I doubt this personally. I didn't have any problems with the partial differential I was set. I mean on a general level that something once learnt can be relearned.
Re: Hardest captcha ever?
#56Re: Hardest captcha ever?
#57The hardest captcha I've come across is the audio one used by Google on https://www.google.com/accounts/NewAccount . Click the little wheelchair icon to hear it. It's so hard to decipher, it almost comes across as a cruel joke at the expense of blind people. These are much easier, in that I can actually understand them.
http://blog.wintercore.com/2008/03/05/breaking-gmails-audio-...
Re: Hardest captcha ever?
#58I don't think it would be hard to do, in fact, they reverse the whole point of a CAPTCHA. A CAPTCHA is supposed to be a task that is easy for humans, but difficult for computers. High-level mathematics is difficult for humans but easy for computers. They do have some success of telling computers and humans apart, though.
Precisely the reason I wrote the very useful "human.txt" captcha: http://www.mrspeaker.net/2010/07/15/humans-txt/ Stops those pesky humans wasting precious robot bandwidth and is quite a bit harder than the Quantum Random Bit Generator captcha ;)
Re: Hardest captcha ever?
#59Earlier quoted context omitted.
The notion of "use it or lose it" is always disappointing, but honestly if you learned them once you can learn them again.
>if you learned them once you can learn them again I doubt this personally. I didn't have any problems with the partial differential I was set. I mean on a general level that something once learnt can be relearned.