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.

Show HN: Can you go an hour without touching your phone?

7 pointsby dtranalmost 2 years ago

7 comments

dtranalmost 2 years ago
According to a 2022 survey [1], the average US adult picks up their phone 352 times per day, or approximately once every 2m43s while they&#x27;re awake. Inspired by Calm&#x27;s DoNothingFor2Minutes.com which launched on HN 13 years ago [2], I made this simple webapp to see if my friends and I could go an hour without touching our phones. It is <i>surprisingly difficult</i>. If you&#x27;re reading HN on your phone, definitely give it a shot.<p>On browsers that support it (iOS 16.4+, most versions of Android Chrome), it uses the Screen Wake Lock API [3] to keep the page open, and falls back to nosleep.js [4] otherwise. From testing on my iPhone 14 Pro Max running iOS 16.6, battery life only went down 3 or 4 percentage points after an hour with the wake lock.<p>Made this as a web app as a quick demo to be compatible across all mobile devices. As an app, we can probably save more on battery + not have the screen on. One caveat is that on iOS this will actually increase your Screen Time (although hopefully reduce your other category usage). I currently only track time on page through Google Analytics 4. No other calls are made to a server, although if we actually wanted to verify that you kept the page open vs. javascript&#x2F;inspector-system clock-fu, we could add a verified mode that pings the server every X minutes. As a PWA, possibly due to an iOS&#x2F;Mobile Safari quirk, neither wake lock nor nosleep.js appear to work .<p>[1] <a href="https:&#x2F;&#x2F;www.asurion.com&#x2F;connect&#x2F;news&#x2F;tech-usage&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.asurion.com&#x2F;connect&#x2F;news&#x2F;tech-usage&#x2F;</a> [2] <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=2124106">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=2124106</a> [3] <a href="https:&#x2F;&#x2F;developer.mozilla.org&#x2F;en-US&#x2F;docs&#x2F;Web&#x2F;API&#x2F;Screen_Wake_Lock_API" rel="nofollow noreferrer">https:&#x2F;&#x2F;developer.mozilla.org&#x2F;en-US&#x2F;docs&#x2F;Web&#x2F;API&#x2F;Screen_Wake...</a> [4] <a href="https:&#x2F;&#x2F;github.com&#x2F;richtr&#x2F;NoSleep.js">https:&#x2F;&#x2F;github.com&#x2F;richtr&#x2F;NoSleep.js</a>
rickyyeanalmost 2 years ago
I put my phone on permanent focus mode and specifically turn off even notifications from Messages, and I&#x27;ve found this to be super useful for keeping my focus. I see everyone else glancing at notifications all the time.<p>But even without notifications, I still pick up my phone on my own volition whenever I&#x27;m working on something slightly difficult. It&#x27;s almost a reflex at this point. Something about wanting a little dopamine or even just something to touch and swipe around, which could provide some dopamine on its own.<p>This website is super useful because I don&#x27;t even want to touch my phone because I don&#x27;t want to end the timer. I love it!
devonnullalmost 2 years ago
In short, yes. Mainly because I keep it out of easy reach most of the time. I can still get to it, but I have to make a bit of effort to do that. Then, of course, there are those few hours that I sleep each night ... :-)
billybuckwheatalmost 2 years ago
Interesting site. Not sure how effective it is&#x2F;can be, but great work pulling it together. And, no, I didn&#x27;t give it a go -- I can go long periods without touching my phone. Sometimes I forget I have one!
hdlothiaalmost 2 years ago
Yeah I can do it pretty easily and it&#x27;s a frequent source of complaints from friends and family. I don&#x27;t advise any married man to do this challenge more than once.<p>Edit: great product though, very well made kudos to you
评论 #37154759 未加载
XCSmealmost 2 years ago
The usual way I can to do it is by being busy with something else and keeping the phone in a different room (not in arm&#x27;s reach).
tornato7almost 2 years ago
I have found that an Apple Watch keeps me from touching my phone much of the time. Things like verifying an OTP or determining whether or not a notification is important are just a glance at my watch.
评论 #37154743 未加载
评论 #37154762 未加载