Hey D&B developer here. I'm excited to see so much interest in my work. If the captcha is correct we categorize it as a bot and don't let it through. If the captcha is incorrect then it must be a human and we let them through. Good news: we're hiring! We have day long meetings Mondays and Wednesdays, but other than that it's great.
Worst CAPTCHA Ever
111–120 of 169 posts
Re: Worst CAPTCHA Ever
#112Earlier quoted context omitted.
I still loathe reCAPTCHA more than any other captcha out there. I've given up hopes of logging in on many occasions simply because of it. Looks like it's designed for not to be deciphered either by humans or computers.
I totally agree, see this recaptcha which is upside down, how are we supposed to read it http://postimg.org/image/7xgovvhij/
Re: Worst CAPTCHA Ever
#113Hey D&B developer here. I'm excited to see so much interest in my work. If the captcha is correct we categorize it as a bot and don't let it through. If the captcha is incorrect then it must be a human and we let them through. Good news: we're hiring! We have day long meetings Mondays and Wednesdays, but other than that it's great.
I don't really understand this approach. Won't the false positive rate be close to 100%? Humans are going to get the captcha right every time. If it's supposed to be a honeypot system, the input should be hidden from human users to avoid that problem.
Re: Worst CAPTCHA Ever
#114Earlier quoted context omitted.
I don't really understand this approach. Won't the false positive rate be close to 100%? Humans are going to get the captcha right every time. If it's supposed to be a honeypot system, the input should be hidden from human users to avoid that problem.
Pssst. I don't think that was seriously a post from a D&B developer.
Re: Worst CAPTCHA Ever
#115D&B?! Aren't these the guys everyone including Apple trusts for their DUNS number?! Are you fucking serious?
Exactly. They're not the people everybody trusts to determine if incoming traffic is human/machine. Your response implies that they are inept at their area of expertise.
Re: Worst CAPTCHA Ever
#116Earlier quoted context omitted.
It is a protection against typos, because people are lazy and error-prone and it matters because getting it wrong means email delivery fails, whereas a misspelled name is no big deal. So, elegantly, two different issues use the same simple solution.
It's not elegant at all - it makes the user do extra work at signup. Wasn't there an interesting blog post on HN about 5 years ago that showed that each additional field you add to the registration form cuts sign-ups in half? The better solution is to send an e-mail with a confirmation link upon signup. This also protects against deliberately falsified e-mails, and against typing it incorrectly twice, and against fol…
Edit: Sorry I kind of misread your comment, but what I said is half relavent. None of the protections you state you get without forcing them to click the link before continuing.
Re: Worst CAPTCHA Ever
#117Earlier quoted context omitted.
Or when you enter bad login info, and the site doesn't tell you if it was your email or your password. But on the reset password form it tells you when you put a bad email in.
Well, that's usually a security feature so that hackers can't harvest valid accounts by trying e-mail addresses and seeing what the error message is. It's stupid if they can do that anyway via the password reset form, though (although presumably, if you get the password reset e-mail you'll have an idea that someone else is trying to access your account).
Re: Worst CAPTCHA Ever
#118Earlier quoted context omitted.
It's valid, but it's one of those things that shows they're not a web developer. We don't use or anymore. That's what CSS is for.
Nope, you're wrong. is actually still being used to differentiate between . is used for accessibility reasons (making the words enunciate with emphasis, while just makes the words bold by default). If you want to bold a part of the sentence without having emphasis, you'll need to use .
I could even use if I wanted to emphasize something without making it bold. Because that has a functional purpose with screen readers, and isn't strictly a styling thing.
Re: Worst CAPTCHA Ever
#119Speaking of, has anyone else noticed that captchas (especially recaptcha) have gotten a lot harder over the last year?
I've noticed that they occasionally have characters that are available in unicode, but are not part of the characters that are available on a 105-key keyboard with or without the shift key. THe most common one I see is the integral symbol that used to be used as an S. On very rare occasions I see characters like: ¡™£¢∞§¶•ªº–≠œ∑®†¥øπ«åß∂ƒ©˙∆˚¬…æΩ≈ç√∫˜µ≤≥÷⁄€‹›fifl‡°·‚—±Œ„´‰ˇÁ¨ˆØ∏»ÅÍÎÏ˝ÓÔÒÚÆ¸˛Ç◊ı˜Â¯˘¿
Re: Worst CAPTCHA Ever
#120Earlier quoted context omitted.
Fun tip: reCAPTCHA is actually two things, the "re" and the "CAPTCHA". In other words, one half is about testing that you're not a human, while the other half is a legitimately unknown word from a source of failed optical character recognition. You actually don't have to get the latter one anything close to right; and I think you're given the option of at least one typo in the actual CAPTCHA test. So when a CAPTCHA l…
Thanks to this we will now be plagued with ebooks using the word "balls" instead of correct words. Hilarity ensues.