Hardest captcha ever?
61–70 of 125 posts
Re: Hardest captcha ever?
#62The 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.
Once at MIT a blind student was showing me his screen reader. I couldn't make sense of the sounds at all, and asked if it was in some special code. He said no, it was normal language, just really fast. He had it read the current line on his terminal (this was late '80s). I could see the words it was supposedly reading, but I still couldn't map them to the brief burst of sound that came from the screen reader. So mayb…
He, and other blind computer scientists that were present at the talk, was so used to the screen reader that could crank its speed up to impossible speeds for non-blind users (that don't exercise their hearing sense that much).
The same applied to the tiny distortions in pitch and tone that he'd use as a replacement for syntax coloring.
Pretty amazing.
Re: Hardest captcha ever?
#63Most of these are really easy. I got a partial derivative of a constant. And honestly, if you can't answer basic math questions, you probably have no use for a quantum random bit generator.
Re: Hardest captcha ever?
#64Re: Hardest captcha ever?
#65Re: Hardest captcha ever?
#66Most of these are really easy. I got a partial derivative of a constant. And honestly, if you can't answer basic math questions, you probably have no use for a quantum random bit generator.
Re: Hardest captcha ever?
#67The 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.
Wow.
Re: Hardest captcha ever?
#68I 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.
If you're thinking of either of Gödel's incompleteness theorems, you may be slightly mistaken about what they say. In general, a human operating by rigorous standards of proof is no more able to prove the completeness and consistency of certain formal systems—using the tools provided by those formal systems—than a machine can.
If, as a human, you somehow prove the consistency of these particular formal systems, you run smack into Gödel's second theorem: For any formal effectively generated theory T including basic arithmetical truths and also certain truths about formal provability, T includes a statement of its own consistency if and only if T is inconsistent. Thus, any proof of consistency is self-defeating, whether it's made by neurons or silicon.
Really, math doesn't care what parts of the periodic table you use to prove things. :-)
Re: Hardest captcha ever?
#69Most of these are really easy. I got a partial derivative of a constant. And honestly, if you can't answer basic math questions, you probably have no use for a quantum random bit generator.
I'm not sure I'd consider calculus to be a basic math question, except in the context of uses where you have a real need for this level of randomness.
Calculus has been around for a pretty long time, there's plenty of good material out there to learn it and people who understand it to teach it, there's no real reason it shouldn't be required curriculum these days.
Re: Hardest captcha ever?
#70The 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.
Once at MIT a blind student was showing me his screen reader. I couldn't make sense of the sounds at all, and asked if it was in some special code. He said no, it was normal language, just really fast. He had it read the current line on his terminal (this was late '80s). I could see the words it was supposedly reading, but I still couldn't map them to the brief burst of sound that came from the screen reader. So mayb…
When I was at MIT I had a lab partner who was blind for I think 6.002 or 6.003. I remember that one side-effect of using a screen reader was that he easily "recited" code, which I don't think most sighted programmers could do fluently.
Of course, in order to understand what he was reciting, my only hope was generally to try to type it into a text editor, format it and look at it. (And it's also hard to transcribe code being read to you.)