Live data from Hacker News

Show HN: Needed Ideas for things to build, so I built this

aswhoiwant.com

31–40 of 46 posts

Re: Show HN: Needed Ideas for things to build, so I built this

#37

Is it odd that I find the exercise to prevent the spam far more interesting than the product itself (not a criticism)? No traditional captchas, no oauth tie-ins... just good-old-fashion machine learning, graph analysis, hellbanning, negative captchas, etc

Yeah, looks like a good technique for programmers to gain some experience : build a hacking magnet and defend it

Re: Show HN: Needed Ideas for things to build, so I built this

#39
post #14
post #6

this is really cool!

thanks! now if only i can prevent the spam...

Why not just use a simple csrf stored in a session? You already have an "authenticiy_token" in the request data, why not use it, or add another value for csrf?
Post reply on HN