dpaste web site

Vladimir Panteleev via Digitalmars-d digitalmars-d at puremagic.com
Wed Sep 9 16:55:25 PDT 2015


On Wednesday, 9 September 2015 at 22:59:42 UTC, nazriel wrote:
> I really have no idea,
> I tried to copy and paste those links and indeed they trigger 
> recaptcha...
> Not sure if recaptcha is so weak or indeed it is a human 
> posting those links %)

It costs 0.1 cent ($0.001) to have a human solve a reCAPTCHA.

> I will look into methods used in this forum and vibe.d forum.

For forum.dlang.org and wiki.dlang.org I created DCaptcha, which 
asks a D programming question: 
https://github.com/CyberShadow/dcaptcha

It is only activated if Akismet or other spam detectors report 
"spam". It used to have many questions of various difficulty, but 
currently it only asks 1 type of question. So far this blocked 
100% of spam.

AFAIK vibe.d forum uses a Bayesian filter which IIRC generally 
works well but had to be tweaked once or twice. This could work 
well for DPaste if it's trained to distinguish D code from 
not-code.



More information about the Digitalmars-d mailing list