this post was submitted on 26 Aug 2024
873 points (98.7% liked)

Programmer Humor

19176 readers
1010 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
[–] [email protected] 6 points 3 weeks ago (1 children)

No, CAPTCHAs these days track mouse movements and other factors. They make you second guess if something should be included because, as a human, that's going to be something you do. And it'll be obvious from both that hesitation and your squishy, inaccurate mouse movements that you're a human.

[–] [email protected] 4 points 3 weeks ago (2 children)

Can't track mouse movements on mobile though

[–] [email protected] 1 points 3 weeks ago

You used to could, on Blackberry at least.

[–] [email protected] 0 points 3 weeks ago (1 children)
[–] [email protected] 7 points 3 weeks ago

They can't without the given permission from the browser to do so. While they can indeed track the mouse, when they try to access mobile motion sensors (I'm considering a CAPTCHA inside a webpage being accessed through a mobile browser such as Firefox mobile or Chrome for Android), they need to use an HTML5 API that, in turn, will ask the user for permission, something like "This site wants to use sensor motion data. Allow or block?"