Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!eternal-september.org!feeder.eternal-september.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: UNSURE 0.233 X-Spam-Level: ** X-Spam-Evidence: '*H*': 0.55; '*S*': 0.01; '8-bit': 0.16; 'station.': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'aug': 0.22; 'options': 0.25; 'header:In-Reply-To:1': 0.27; 'tried': 0.27; 'chris': 0.29; 'tim': 0.29; 'words': 0.29; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; '13,': 0.31; 'chase': 0.31; 'received:google.com': 0.35; 'accessible': 0.36; 'module.': 0.36; 'effort': 0.37; 'easily': 0.37; 'audio': 0.38; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'visual': 0.39; 'to:addr:python.org': 0.39; 'easy': 0.60; 'radio': 0.60; 'more': 0.64; 'default': 0.69; 'captcha': 0.84; 'recognition': 0.84; 'speech': 0.84; 'employ': 0.93 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=krh9oQI8JLMTPumu3mbtI0D6xCCo+7l3mnJ+Rdau2xo=; b=VqUXhP7ydzqsukMyeqH3Qbv9MZxOz58QFxD8FUcQPKe8M4cIxkOUnVaCEiQPXaiVMT hiEVDhZDvUdwCJF+KuC+v7c/yc2RcqcOwZQJPvlqEerz/Dt6uXJj9jRFuR4zEZwJWMjQ fVKmf2oqZXjBfCtZwoBWF/4oc+SPc8ohCMWWfz2VPaqzDUlvonE4nJSgDA60q9mAoL4t jlSqbgVvFHmQFd3QZbWOQwtYESAOnv4dGt7aLZZl77uI+7uYlFxzIU2fv52NeUPFCGbN wKyu4KakHXcPrEguSCnDdqwE+fu7zHD28fmJl/afhu/pFeaNHylGcsl2hRkUOQ+mCk6x bYFw== X-Received: by 10.68.204.134 with SMTP id ky6mr110018pbc.61.1407961170939; Wed, 13 Aug 2014 13:19:30 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20140813150128.1cab8cc5@bigbox.christie.dr> References: <8c2e4bc2-4f46-4a68-83ed-469fe171de3a@googlegroups.com> <2320baf0-e097-4d67-97c1-dd37ca79fffb@googlegroups.com> <376a239c-77e8-4e0e-9300-847dfa8a8547@googlegroups.com> <53EB4E68.8050405@harvee.org> <20140813150128.1cab8cc5@bigbox.christie.dr> From: Ian Kelly Date: Wed, 13 Aug 2014 14:18:50 -0600 Subject: Re: Captcha identify To: Python Content-Type: text/plain; charset=UTF-8 X-Mailman-Approved-At: Wed, 13 Aug 2014 23:04:24 +0200 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1407963865 news.xs4all.nl 2921 [2001:888:2000:d::a6]:38350 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:76238 On Wed, Aug 13, 2014 at 2:01 PM, Tim Chase wrote: > On 2014-08-13 12:24, Chris Kaynor wrote: >> Many of the better captchas also include options for an audio cue in >> addition to the default visual one. > > Have you actually tried to use the audio cue? They're atrocious. I > got more intelligible words out of my old 8-bit SoundBlaster or a > de-tuned radio station. I'm all for just ditching them (and avoiding > sites that employ them). Just like the images, if they were easy to understand then they would be easily defeated by a spambot with a speech recognition module. I think the effort to make captcha systems more accessible is laudable, if perhaps misguided.