Live data from Hacker News

Show HN: MyTimers.app offline-first PWA with no build step and zero dependencies

mytimers.app

11–20 of 33 posts

Re: Show HN: MyTimers.app offline-first PWA with no build step and zero dependencies

#11
I find it a little overwhelming.

Like erikrthoff suggested, I'd drop the light mode toggle and just go with prefers-color-scheme. Then I'd move the X buttons to the top-right of their respective sections (timers, segments), and move the Add Timer button underneath.

Mockup: https://i.imgur.com/EcSHX7S.png

Re: Show HN: MyTimers.app offline-first PWA with no build step and zero dependencies

#12
I built something similar! I also wanted a timer for multiple phases wity varying time. I use it for setting a time limit on various task so I don't get distracted or too invested into something without getting stuff done.

Also zero analytics and all that other stuff: https://timer.bryanhogan.com/

Re: Show HN: MyTimers.app offline-first PWA with no build step and zero dependencies

#14
If you really want to learn: Watch some people (your mom, neighbor or friends) use the app. Literally tell them "Hey look here's a new tool, can you set a couple of timers for me." and sit beside them and watch them use it. Don't tell them anything, just watch.

You will learn SO MUCH!

Re: Show HN: MyTimers.app offline-first PWA with no build step and zero dependencies

#15
This is exactly what I want when baking bread: I have a fixed sequence of steps, spaced quite far apart, and this is pretty much perfect: a series of relatively short breaks when autolysing and kneading, then waiting 10 hours overnight, then waiting 75 minutes after proofing.

I'm not sure how well this will work on a mobile; the service worker might be stopped after a few hours, particularly with the screen off overnight

Re: Show HN: MyTimers.app offline-first PWA with no build step and zero dependencies

#17

[dead]

That's what I tend to do. I give someone my app, don't say a thing, and see how they attack it.

I like to think that the discoverability of my apps is good, but I can be surprised.

Just a couple of days ago, I got a request for help from my own timer app[0], that surprised me. They did not understand that the pickers were pickers. That's because I modified their appearance, so they look more like buttons. I'm still not exactly sure how I'll deal with it, but it's definitely my problem.

[0] https://apps.apple.com/us/app/ambiamara/id1448933389

Re: Show HN: MyTimers.app offline-first PWA with no build step and zero dependencies

#18
post #15

This is exactly what I want when baking bread: I have a fixed sequence of steps, spaced quite far apart, and this is pretty much perfect: a series of relatively short breaks when autolysing and kneading, then waiting 10 hours overnight, then waiting 75 minutes after proofing. I'm not sure how well this will work on a mobile; the service worker might be stopped after a few hours, particularly with the screen off overn…

Yes! I noticed this too, I really want to go with the PWA / open approach, however after a bit more research it looks like the PWA would be barely usable on mobile without their "closed APIs" a native app has :/

Will research what is the thinnest "wrapper" I can use to avoid maintaining 3 different apps.

Re: Show HN: MyTimers.app offline-first PWA with no build step and zero dependencies

#19

I built something similar! I also wanted a timer for multiple phases wity varying time. I use it for setting a time limit on various task so I don't get distracted or too invested into something without getting stuff done. Also zero analytics and all that other stuff: https://timer.bryanhogan.com/

I knew I wasn't alone!

:fist-bump:

Re: Show HN: MyTimers.app offline-first PWA with no build step and zero dependencies

#20

I find it a little overwhelming. Like erikrthoff suggested, I'd drop the light mode toggle and just go with prefers-color-scheme. Then I'd move the X buttons to the top-right of their respective sections (timers, segments), and move the Add Timer button underneath. Mockup: https://i.imgur.com/EcSHX7S.png

What a great suggestion, and you even made a mockup! That's so considerate of you, thank you so much.

I'll try to implement these UI changes tonight.

Post reply on HN