Live data from Hacker News

Lately I've been using timers daily

github.com

91–100 of 130 posts

Re: Lately I've been using timers daily

#91
post #19

Stop listening to podcasts. Enjoy the quiet. I use to fill up my day with listening to podcasts during all non-work time (e.g. driving in the car, exercising, even showering). It overloads your brain if it's having to process info during every waking moment. You brain just needs quiet time to think, relax and explore. I'm way more relaxed, creative and find unique solutions to problems now, than before.

Yes, 100% this.

Re: Lately I've been using timers daily

#92
Years ago I reprogrammed my Pebble watch exactly for this.

Tap button once: +1 minute.

Tap twice: +5 minute.

Tap three times: +20 minutes.

Tap secondary button: Reset timer.

And this app was always in foreground.

Re: Lately I've been using timers daily

#93

Can anyone identify the font? I tried whatthefont but it's only giving me paid fonts, I'm pretty sure this is a free font but can't seem to find it. edit: thanks for the answers

Adobe Capture (app) has one of the best in my experience https://helpx.adobe.com/fonts/using/visual-search-adobe-font...

Re: Lately I've been using timers daily

#94
post #38
post #19

Stop listening to podcasts. Enjoy the quiet. I use to fill up my day with listening to podcasts during all non-work time (e.g. driving in the car, exercising, even showering). It overloads your brain if it's having to process info during every waking moment. You brain just needs quiet time to think, relax and explore. I'm way more relaxed, creative and find unique solutions to problems now, than before.

> Stop listening to podcasts. > > Enjoy the quiet. For me, this translates directly to “close this very tab.“ “Now.“ And I’ll do that, but I’ll hit reply first ;-).

Exactly, i agree. But i also fight with the idea that there might be some extra wisdom if i just keep scrolling a little bit longer. Maybe if i close now I'll miss out on the most important part

Re: Lately I've been using timers daily

#95
post #10

Timers are great, I've been using them for more and more things lately. I still want to make a proper server-backed app one day that syncs any timers between devices though. I often enable them in my phone but then put it away when working on something on my PC and the widget in the app would be a good idea. Maybe even a plugin for my editor!

I buy packs of old school stop watches from amazon. They are practically disposable.

There is something really nice about having the timer disconnected from all other usability as a separate device and at the same time not having to care if it is lost or damaged.

Re: Lately I've been using timers daily

#96
post #53

I call my "timer" a "nagger" and use it via a shell nagme() function. Takes care of certain ADHD traits which were previously causing "refocusing" during unpleasant tasks, like emptying the washing machine (half or less clothes would go to the dryer and half would stay in the washing machine while I'd switch to other task). I learned to only turn off the nagger after completing a task and it works. It's used not just…

This reminds me of a feature I had enabled on my previous computer but hadn't enabled on my current one yet: having MacOS announce the time on the hour. Sometimes it would scare the crap out of me, but it was effective at breaking me out of the periodic trance state that's so easy to fall into. I think I'll enable that again...

Re: Lately I've been using timers daily

#97
post #53

I call my "timer" a "nagger" and use it via a shell nagme() function. Takes care of certain ADHD traits which were previously causing "refocusing" during unpleasant tasks, like emptying the washing machine (half or less clothes would go to the dryer and half would stay in the washing machine while I'd switch to other task). I learned to only turn off the nagger after completing a task and it works. It's used not just…

Quite similar to what I wrote a few days ago to remind me when my water should be boiling. Decided to use swaynag(1) since my sound could be on mute or speakers off:

    #!/bin/bash

    [ "$#" -ne 2 ] && echo "Usage: nag when msg\n" && exit -1

    when=$1; shift
    sleep $when; swaynag -m "$@"

Re: Lately I've been using timers daily

#98
post #19

Stop listening to podcasts. Enjoy the quiet. I use to fill up my day with listening to podcasts during all non-work time (e.g. driving in the car, exercising, even showering). It overloads your brain if it's having to process info during every waking moment. You brain just needs quiet time to think, relax and explore. I'm way more relaxed, creative and find unique solutions to problems now, than before.

I don't know if it's a purely modern thing but quietness is I think straight up perceived as uncomfortable by a lot of people now. Had a conversation recently with someone saying that they can't have a meal without having something on in the background, and in conversations too people are very hung up about avoiding silence. it's really underdiscussed how averse people seem to just contemplation.

> in conversations too people are very hung up about avoiding silence.

"If they don't stop exercising their mouths, their brains start working."

-- Douglas Adams

Re: Lately I've been using timers daily

#99
post #53

I call my "timer" a "nagger" and use it via a shell nagme() function. Takes care of certain ADHD traits which were previously causing "refocusing" during unpleasant tasks, like emptying the washing machine (half or less clothes would go to the dryer and half would stay in the washing machine while I'd switch to other task). I learned to only turn off the nagger after completing a task and it works. It's used not just…

This reminds me of a feature I had enabled on my previous computer but hadn't enabled on my current one yet: having MacOS announce the time on the hour. Sometimes it would scare the crap out of me, but it was effective at breaking me out of the periodic trance state that's so easy to fall into. I think I'll enable that again...

I have activated that same beeps on my casio F91W..

Re: Lately I've been using timers daily

#100
post #80

Off topic, but just wanted to say I love the way this guy has repurposed a github repo to be a blog. One of the most effective integration of aesthetics and functionality of minimalism I've seen.

That's what I was thinking too. I'm pretty confident you can actually write and publish an open-source book on github.

I love how simple markdown is and how covers most of my writing use cases.

Post reply on HN