Earlier quoted context omitted.
The issue with this is that you won’t have a scapegoat if people do continue to roll through credit cards. With ReCaptcha, you just say “all of these attempts had verified captchas” and the CC processor is unlikely to personally blame you/the company for the activity since ReCaptcha is widespread. With a custom solution or other captchas, they can just block you due to insufficient protections when they see you have…
If you disable anonymous checkout work so that you have to have a registered account and be logged in to check out stop these credit card rolling attempts? Shut down any account it occurs. Probably whack-a-mole, but is it effective enough to not deploy a captcha system and not have the merchant account suspended?
Captcha pictures force you to look at the world the way an AI does
341–350 of 375 posts
Re: Captcha pictures force you to look at the world the way an AI does
#342Earlier quoted context omitted.
It’s not even necessarily the culture, it’s occasionally bit me as a native English speaker but not of American English. It’s a very minor annoyance on par with “colour” versus “color” when writing CSS but occasionally the automotive ones throw me off. For example, it took a captcha for me to know the central reservation is called the meridian over the Atlantic. I imagine it’s awful for people with English as a secon…
Median strip?
Re: Captcha pictures force you to look at the world the way an AI does
#343Earlier quoted context omitted.
That's what concerns me about Apple's hashing + human verification scheme - what are the values of the humans? What do they consider a positive? Nude pictures of kids are ok in some cultures and not ok in others.
Related: in my country it's common for young kids (say under 6 or 7) to go to the beach naked. I always find it a bit disturbing that Americans consider it obscene, because it means they sexualise it...?
Re: Captcha pictures force you to look at the world the way an AI does
#344Earlier quoted context omitted.
Related: in my country it's common for young kids (say under 6 or 7) to go to the beach naked. I always find it a bit disturbing that Americans consider it obscene, because it means they sexualise it...?
Yea totally. Little boys with genitals showing in public (eg urinating) is a common thing in many parts of asia for example. No one bats an eye at it.
Re: Captcha pictures force you to look at the world the way an AI does
#345Earlier quoted context omitted.
They're not the same as the classic US mailbox (). In the US you can use such a mailbox to send mail as well. In Europe you typically have private letterboxes for incoming mail and big, public post boxes for sending.
> classic US mailbox () Missing link? In NZ, and presumably other countries, personal letterboxes in rural areas can be used to send too, which I'm guessing is the same as what you're referring to.
Re: Captcha pictures force you to look at the world the way an AI does
#346Earlier quoted context omitted.
I'd appreciate feedback on possible reasons why my comment got multiple downvotes. Did my attempted explanation of CAPTCHAs come off as condescending? I specifically tried to avoid that. I also wasn't criticizing the parent commenter for not being able to come up with an explanation in the moment. Or was there something else objectionable about what I wrote? Edit: OK, in hindsight, my explanation was incomplete. I sh…
I think you were downvoted undeservedly but what you maybe don't understand is that some people's brains just don't work at this level of abstraction no matter how you break it down and use simple words. Your explanation might just as well have been written in Japanese, it would just not register.
Re: Captcha pictures force you to look at the world the way an AI does
#347Earlier quoted context omitted.
There’s always someone who is learning this for the first time!
Lucky 10k
Re: Captcha pictures force you to look at the world the way an AI does
#348Re: Captcha pictures force you to look at the world the way an AI does
#349Earlier quoted context omitted.
I am surprised at the downvotes on your comment. It seems so obviously correct that I can only surmise certain things about HNs demographic. Oh well, it’s not like men in tech are famous for our high emotional intelligence.
I don't pay attention to the points on this site. The hackernews I knew a decade ago is dead. What's left is a bunch of middling code monkeys who think this should be treated like extra-pretentious reddit. If I had to describe it in a metaphor, I would say it's now an Asperger's meet up show and tell. It used to be that truly interesting things would get posted here on a daily basis, too.
I’ve become more and more disconnected from user base as time has passed. I think I’ve been stuck at around 2k total karma for years now. I know I used to have more points several years ago. Paying no mind to the points is a good idea. Might be an even better idea to mourn and grieve the HN I used to enjoy, instead of fooling around with its rancid corpse…
Re: Captcha pictures force you to look at the world the way an AI does
#350Earlier quoted context omitted.
It’s not just that — google wants its own models to be resilient in the face of noisy data. (You’ve probably see examples where a cat is classified as a mountain or something ridiculous due to the addition of precisely crafted noise.) The best way to achieve that resilience is to simply train the models with noisy data; part of the learning process will then be learning to ignore the noise.
But you don't have to show humans the noise when you're getting humans to determine the ground truth, only the neural network. I think the noise exists to trip up CAPTCHA bots.
I don't know if that's what they're doing, but it would be a clever way to do data augmentation.