acff072f5c9a2954ac90c166ce29081cd0321dee
The chrome came back for a couple of seconds every few minutes during a film with nobody touching anything. Only three things wake it, and none of them is periodic — so the culprit is a stray pointermove. A mouse sitting on a desk still emits the odd one-pixel event, a bumped table emits a few, and the browser synthesises a zero-delta move of its own when the cursor style changes, which this player does every single time it hides the cursor. A move now has to travel eight manhattan pixels from wherever the pointer last genuinely woke it. The anchor only advances on a real wake, so a slow deliberate drift still accumulates past the threshold — it is jitter around a fixed point that stops counting. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Description
No description provided
42 MiB
Languages
TypeScript
90.9%
Shell
4.7%
JavaScript
4.1%
CSS
0.2%
HTML
0.1%