TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How would a reverse captcha work? A challenge that filtered out humans

6 点作者 burtonator超过 4 年前

4 条评论

Fragoel2超过 4 年前
Some very long calculation that a human would need time to parse, let alone compute, while instead a bot can do in milliseconds
muzani超过 4 年前
I&#x27;m convinced that the bots will soon do better than humans on image recognition.<p>With speech recognition, humans have shown worse performance with completely random words and letters, and this was about at least a decade ago when the tech was worse. For example, a bot would likely identify DBDBBDD in speech better than a human.
abdusco超过 4 年前
Add a honeypot field for humans (visible) and bots (hidden). If visible honeypot field is filled or hidden one not filled, that means you have a human
greenyoda超过 4 年前
How about a form that required clicking on an invisible button? A bot would see the button and click on it, while a human would just read whatever else was on the page and close the page.