I think that I by this time I have the technology to make something like this work, I was wondering if this is a good solution though. What do you think?
Ask HN: A Good Alternative for ReCaptcha?
21–30 of 207 posts
Re: Ask HN: A Good Alternative for ReCaptcha?
#22I had a strange idea about solving this problem: How about a micro-payment, something like $0.01, instead of solving a puzzle? In that case maybe you won't care if many bots login to your website. I think that I by this time I have the technology to make something like this work, I was wondering if this is a good solution though. What do you think?
Re: Ask HN: A Good Alternative for ReCaptcha?
#23Re: Ask HN: A Good Alternative for ReCaptcha?
#24I had a strange idea about solving this problem: How about a micro-payment, something like $0.01, instead of solving a puzzle? In that case maybe you won't care if many bots login to your website. I think that I by this time I have the technology to make something like this work, I was wondering if this is a good solution though. What do you think?
Re: Ask HN: A Good Alternative for ReCaptcha?
#25I’m a fan of the Chinese-style captchas where you just move a puzzle piece with a slider. I have no idea how defeatable it is vs reCaptcha but it’s far far less painful.
Re: Ask HN: A Good Alternative for ReCaptcha?
#26Just out of curiosity, isn't that feasible today to implement some machine learning to stop spammers? Is there any project trying to come from this angle?
(For those unfamiliar with algoritms and code as solution, it's a reference to this: https://www.reddit.com/r/ProgrammerHumor/comments/5ylndv/so_... )
Re: Ask HN: A Good Alternative for ReCaptcha?
#27Just out of curiosity, isn't that feasible today to implement some machine learning to stop spammers? Is there any project trying to come from this angle?
Re: Ask HN: A Good Alternative for ReCaptcha?
#28I had a strange idea about solving this problem: How about a micro-payment, something like $0.01, instead of solving a puzzle? In that case maybe you won't care if many bots login to your website. I think that I by this time I have the technology to make something like this work, I was wondering if this is a good solution though. What do you think?
Payment processing is nontrivial to set up, and doesn't make sense in a lot of contexts.
Re: Ask HN: A Good Alternative for ReCaptcha?
#29It might be worth considering a honeypot approach. E.g. having a field in the form that isn't visible for users that, when filled in, indicates that it is likely a SPAM submission. https://www.projecthoneypot.org/
I do this but I also put a javascript field that is already checked and js unchecks it. not great for no script users but pretty good for any random bot that is using curl or some other scripting language and doesn’t check your trap box.
Re: Ask HN: A Good Alternative for ReCaptcha?
#30Be sure to use a separate email and give it to readers on your about page via some language like "questions (dash) and (dash) comments (at) (this domain)".
If it's for account signups just send an email confirmation link and possibly include a code in the email that has to be submitted manually as well.