Hacker News new | ask | show | jobs
by holmb 3485 days ago
This is quite nice to throw on a screen in the NOC/SOC. However I would have liked if it was possible to set the alarm clock via the URL.
2 comments

I don’t do alarms, just timers, but my site does it like this: http://5.minutestocountdown.com/

One nice benefit of doing the number first in the url is that the second time you set a timer you can just type a single number and url autocomplete will fill in the rest for you.

Thanks for this simple tool, I'll definitely use it next time.

I broke it by putting in a non-integer number of minutes. Is this even fixable?

Cannot upvote this enough!

The URL feature would be really useful, especially if you put the UNIX epoch time in the url. This way you can send the timer to other people/devices, and you can also close the tab by mistake and have the countdown pick up exactly where it should.

I wanted this for a long time and ended up implementing it (proof of concept, not guarantees): https://epoch-timer.gomix.me/

Feel free to "remix" it: https://gomix.com/#!/project/epoch-timer