Earlier quoted context omitted.
As someone who has been working in ML for years, I can only recommend to stay away from anything recent. Grab an old bayesian statistics textbook and learn the fundamentals, then progress to learning the major frameworks like Pytorch. Try to write every part of a CNN, RNN and Transformer architecture and training pipeline yourself the first time (including data loaders, but maybe leave out CUDA matrix kernels). Stay…
Any book you would recommend?
Breaking the 4Chan CAPTCHA
231–240 of 378 posts
Re: Breaking the 4Chan CAPTCHA
#232Earlier quoted context omitted.
> so really captchas are more like putting a small min amount of effort. At that point a proof of work captcha (mCaptcha.org is one, but there are others), is probably the best option. Especially with how any reasonably effective traditional captcha is an accessibility nightmare.
It's completely unclear what a "proof of work" captchas is supposed to be.
Re: Breaking the 4Chan CAPTCHA
#233Earlier quoted context omitted.
It's completely unclear what a "proof of work" captchas is supposed to be.
Brave search uses it. From my limited understanding, it sends a time-consuming javascript function and its input to your browser, and has your browser calculate the output and send it back. The server matches your output with the expected output. I assume the server would pre-compute in some way? On the spectrum, it leans more towards being a spam-alleviating thing rather than a human-distinguishing thing.
Or it could be a SAT or something that's easy to verify and hard to solve.
Re: Breaking the 4Chan CAPTCHA
#234Earlier quoted context omitted.
Just because you can technically crack them doesn't mean they're useless. There's a significant amount of time, skill and effort that went into the solution from this post, and the end result doesn't generalize well (you'd have to start all over for a different kind of captcha). The vast majority of spammers would not be able to replicate this; those who do would either make money legitimately, or focus their skills…
So, I do this type of AI development for solving CAPTCHAs. I can't get any real jobs that pay me for my more advanced skills. My primary sins were going to a second/third-tier university and some performance concerns in a portion of my previous roles due to divorce and burn-out. I make $80k/year in government IT, and $30-150k/year as the "AI" guy in a small 2-5 person group that offers a CAPTCHA-breaking API. The spa…
Re: Breaking the 4Chan CAPTCHA
#235Earlier quoted context omitted.
It’s very easy to opine about the ethics others should have. Different when it’s you and your family and a comparatively easy effort will make a material difference in quality of life. And especially when you know ghe market need will be met by someone else anyway.
So you get a bit richer for less effort... but how do you think moderating legions of spam posts affects the lives of independent website owners, who just want to create communities around the things they love? Or indeed the users, who have to wade through trash invading their threads? Or other legitimate users, who now have to answer captchas from CloudFlare just to access their favourite websites? Ultimately this i…
Parasites can solve captchas, people with accessibility issues and the poorest of people are the one being locked out.
Re: Breaking the 4Chan CAPTCHA
#236Earlier quoted context omitted.
It’s very easy to opine about the ethics others should have. Different when it’s you and your family and a comparatively easy effort will make a material difference in quality of life. And especially when you know ghe market need will be met by someone else anyway.
So you get a bit richer for less effort... but how do you think moderating legions of spam posts affects the lives of independent website owners, who just want to create communities around the things they love? Or indeed the users, who have to wade through trash invading their threads? Or other legitimate users, who now have to answer captchas from CloudFlare just to access their favourite websites? Ultimately this i…
The lesson here is that systems that rely on humans to do the 'moral' thing and fail otherwise are bad systems.
Re: Breaking the 4Chan CAPTCHA
#237Semi-related but I needed a CAPTCHA on my site[0] mainly to block comment form spam and settled on repurposing a fun method I’d seen before. Is definitely not foolproof (or hard at all), but I really liked making it. [0] https://www.hybridlogic.co.uk/contact
It says I've been blocked when I try to view that. Not on a VPN.
Re: Breaking the 4Chan CAPTCHA
#238Earlier quoted context omitted.
Just because you can technically crack them doesn't mean they're useless. There's a significant amount of time, skill and effort that went into the solution from this post, and the end result doesn't generalize well (you'd have to start all over for a different kind of captcha). The vast majority of spammers would not be able to replicate this; those who do would either make money legitimately, or focus their skills…
So, I do this type of AI development for solving CAPTCHAs. I can't get any real jobs that pay me for my more advanced skills. My primary sins were going to a second/third-tier university and some performance concerns in a portion of my previous roles due to divorce and burn-out. I make $80k/year in government IT, and $30-150k/year as the "AI" guy in a small 2-5 person group that offers a CAPTCHA-breaking API. The spa…
Re: Breaking the 4Chan CAPTCHA
#239Re: Breaking the 4Chan CAPTCHA
#240Earlier quoted context omitted.
So, I do this type of AI development for solving CAPTCHAs. I can't get any real jobs that pay me for my more advanced skills. My primary sins were going to a second/third-tier university and some performance concerns in a portion of my previous roles due to divorce and burn-out. I make $80k/year in government IT, and $30-150k/year as the "AI" guy in a small 2-5 person group that offers a CAPTCHA-breaking API. The spa…
Why do you do this? While I can appreciate the technical achievement, you know most users of forums and imageboards don’t want any AI content at all.