Live data from Hacker News

Ask HN: Why is my typing speed faster on higher frame rate monitor?

news.ycombinator.com

1–9 of 9 posts

Re: Ask HN: Why is my typing speed faster on higher frame rate monitor?

#4

Ever think your computer feels like it was possessed by the devil? Display lag is a major cause.

I thought my phone was getting slower, until I went into the settings and reduced the animation time. Lag is sometimes a software feature...?

Re: Ask HN: Why is my typing speed faster on higher frame rate monitor?

#5
It's pretty well established that feedback delay actively hampers performance.

Hearing your own voice delayed by some amount, 100 milliseconds IIRC, makes it very difficult to speak. There is the famous video by Microsoft Research on the effects of latency (delay) when using a pen. Dan Luu has done a series of articles on measuring latency because he notices the discomfort induced by the poor performance of modern peripherals and software.

A 60Hz monitor refreshes the screen every 16.67 ms If your OS or editor implements a double-buffering scheme, your keystrokes will on average be another half-frame behind that, so a display latency of around 25 ms.

At 240 Hz the frame time is just over 4 ms so the display will lag by only around 6 ms. You are a fiftieth of a second better off, minimum.

1. Delayed auditory Feedback https://en.wikipedia.org/wiki/Delayed_Auditory_Feedback

2. random article with link to youtube video: https://www.phonearena.com/news/Microsoft-has-created-the-fi...

3. https://danluu.com/input-lag/

Re: Ask HN: Why is my typing speed faster on higher frame rate monitor?

#7
post #5

It's pretty well established that feedback delay actively hampers performance. Hearing your own voice delayed by some amount, 100 milliseconds IIRC, makes it very difficult to speak. There is the famous video by Microsoft Research on the effects of latency (delay) when using a pen. Dan Luu has done a series of articles on measuring latency because he notices the discomfort induced by the poor performance of modern pe…

It is real tragedy that latency has gotten worse over time