this post was submitted on 26 Aug 2024
458 points (100.0% liked)

Programmer Humor

421 readers
1 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] MehStrongBadMeh@programming.dev 126 points 2 months ago (5 children)

There's a reason captchas have moved mostly image identification systems. These text-based captchas have all been defeated for years.

[–] Prunebutt@slrpnk.net 26 points 2 months ago (2 children)

I remember that Jdownloader could crack some CAPTCHAs back in the 00's.

load more comments (2 replies)
[–] RonSijm@programming.dev 8 points 2 months ago (2 children)

It's a bit weird how that actually works though...

"Which of these pictures are traffic lights?"

I'd hope with all the self-driving-(ish) cars coming out, any AI like that should be able to identify a traffic light, right?

[–] null@slrpnk.net 21 points 2 months ago

When you "solve" a captcha like that, you're just helping train the AI you're talking about.

The stuff that determines whether you're a not or not is based on browser information, how you interact with the page, etc.

[–] driving_crooner@lemmy.eco.br 7 points 2 months ago

That's exactly what you're doing, training the AIs to identify that.

load more comments (3 replies)