TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Pause Me – Apply the 20-20-20 rule to prevent eyestrain while working

57 pointsby qwerty69about 10 years ago

14 comments

anon4about 10 years ago
Implementation for Linux:<p><pre><code> #!&#x2F;bin&#x2F;bash set -e while true; do sleep 20m xlock -allowaccess&amp; pid=$! sleep 20s kill $pid done </code></pre> Check the manpage for xlock and choose a screensaver that won&#x27;t keep you looking at the monitor.
评论 #9407436 未加载
评论 #9407389 未加载
评论 #9407291 未加载
sgloutnikovabout 10 years ago
On the topic of eye strain. For anyone not familiar with f.lux, highly recommend you check it out. Everyone that I have recommended it to so far loves it. <a href="https:&#x2F;&#x2F;justgetflux.com" rel="nofollow">https:&#x2F;&#x2F;justgetflux.com</a>
评论 #9406906 未加载
评论 #9406829 未加载
评论 #9407099 未加载
评论 #9407254 未加载
评论 #9406936 未加载
lpszabout 10 years ago
I&#x27;ve found f.lux indispensable for long hours of computer work, be it coding or reading. Surprised when I find friends who haven&#x27;t installed it (or an alternative) yet -- this stuff should be standard, especially on incredibly bright-screen Macs. If you&#x27;re on Linux, try Redshift instead.<p>When will something like this be available on my non-jailbroken iPhone? Heck, maybe someone could make a third-party browser app that tints itself ... turning down the brightness is just not the same.
评论 #9406964 未加载
评论 #9407274 未加载
brainyzabout 10 years ago
There is also a Chrome App called Eye Care. It has slightly more flexibility and runs on Win&#x2F;Mac&#x2F;Linux<p><a href="https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;eye-care&#x2F;ingonfahmmfgbamnahjpkccllhpmidcp?hl=en&amp;gl=001" rel="nofollow">https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;eye-care&#x2F;ingonfahm...</a><p>+1 for f.lux
评论 #9407292 未加载
anupshindeabout 10 years ago
I have experienced that eyes strain much lesser while using a LCD display instead of an LED display. Experienced this pretty much consistently. LEDs start hurting my eyes after some time.<p>And I use a MBP with Retina display for long hours - and I have to say, it has never put stress on my eyes at all (unless I make the screen too bright). Also I do not work at super-high small font resolutions - that allows me to keep distance from the screen. The only thing that I find better than it is Kindle reader.
评论 #9406810 未加载
评论 #9406798 未加载
评论 #9409553 未加载
评论 #9406918 未加载
naichabout 10 years ago
Has the 20-20-20 rule actually been scientifically verified as the optimal regime for relieving eye strain or was it something thought up by some bloke off the top of his head?
评论 #9406717 未加载
yelnatzabout 10 years ago
Is this even usable as a developer?<p>Seems it&#x27;ll be annoying for something to break my concentration every 20 minutes, losing my flow all the time.
评论 #9407780 未加载
评论 #9406981 未加载
评论 #9406792 未加载
评论 #9406844 未加载
评论 #9406943 未加载
rmcabout 10 years ago
Workrave is a great cross platform application for doing this.
mparramonabout 10 years ago
I use Time Out for OS X, works like a charm:<p><a href="http:&#x2F;&#x2F;www.dejal.com&#x2F;timeout&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.dejal.com&#x2F;timeout&#x2F;</a>
fmsfabout 10 years ago
Sounds incredibly disruptive: <a href="http:&#x2F;&#x2F;heeris.id.au&#x2F;2013&#x2F;this-is-why-you-shouldnt-interrupt-a-programmer&#x2F;" rel="nofollow">http:&#x2F;&#x2F;heeris.id.au&#x2F;2013&#x2F;this-is-why-you-shouldnt-interrupt-...</a><p>After 20 minutes, when you may finally be reaching flow... &quot;POP&quot;...<p>Using coloured glasses works for me to limit eye strain.
评论 #9406957 未加载
评论 #9406989 未加载
krannerabout 10 years ago
If you use this, you might as well take the opportunity to stand up every 20 minutes.
hamparawaabout 10 years ago
Would like to see multiple screen support too..
评论 #9407257 未加载
castellabout 10 years ago
Thanks a lot, it seems simple and useful.
iM8tabout 10 years ago
Anything similar for OSX?
评论 #9406694 未加载
评论 #9406746 未加载