this post was submitted on 19 Aug 2024
2 points (100.0% liked)

me_irl

4512 readers
109 users here now

All posts need to have the same title: me_irl it is allowed to use an emoji instead of the underscore _

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 0 points 1 month ago (1 children)

I wonder if it was just me but I heard that clicking a dead spot could help when a computer was freezing or lagging

[–] [email protected] 0 points 1 month ago (1 children)

With love and respect,

Maybe with some specific use case related to gpu rendering or something, but even then it would be more like forcing it to repaint part of the screen not clicking in the right place.

As a developer, I can say with confidence that generally there’s just no way that clicking a random spot will help the code suddenly execute correctly or faster or help a resource free up so execution can continue or whatever.

There’s just way too many kinds of freezes and lagging that this advice is all but useless and akin to a placebo at best.

[–] [email protected] 0 points 4 weeks ago

it's an interrupt of sorts, isn't it? if the OS has frozen all other threads but the mouse is still operable, sending repeated clicks/IRQs could saturate the CPU's limited interrupt buffer and force it to pause or kill the hanging process