Live data from Hacker News

Breaking the MintEye image CAPTCHA in 23 lines of Python

jwandrews.co.uk

1–10 of 60 posts

Re: Breaking the MintEye image CAPTCHA in 23 lines of Python

#7
post #6
post #4

Hhahahaha, comment on the blog "Please post the Visual Basic codes for this. The language you post in the article is not Visual Basic. Thank you." xD God !

It's totally sarcasm

Wasn't there something about how 'high' sarcasm is undistinguishable from the real thing.

Unfortunately I can't make the distinction, and I think it's most likely the commenter was serious

Re: Breaking the MintEye image CAPTCHA in 23 lines of Python

#8
Its actually a super fun excercise to do. I did that years ago with a browser game that showed images on login, some years ago. Also with python. It was a fun learning experience because it's so much more visual then your typical "todo list tutorial" or "hello world".

Re: Breaking the MintEye image CAPTCHA in 23 lines of Python

#9
post #6

Earlier quoted context omitted.

It's totally sarcasm

Wasn't there something about how 'high' sarcasm is undistinguishable from the real thing. Unfortunately I can't make the distinction, and I think it's most likely the commenter was serious

Sounds like Poe's Law to me. http://en.wikipedia.org/wiki/Poes_law

Re: Breaking the MintEye image CAPTCHA in 23 lines of Python

#10
That's a really clever way of detecting the swirl effect. As for simply measuring overall sharpness, that could be thwarted by normalizing the FFT after swirling. That wouldn't help against the sum-of-edges technique though (in fact, it would make it worse).
Post reply on HN