Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Very cool, congrats on shipping!

Are you using Twilio to power the calls?

Some quick feedback:

1. I'd recommend having a clock selector for the "wake up time" -- right now it's not clear whether I'm setting an alarm for minutes from now, or for a specific time in the future, and what time zone it will be in.

2. Signing up initially is a friction point -- you might want to just let people set an alarm with a phone number, and then after they set a few alarms, send them a text prompting them to create an online account where they can manage all their alarms. You can use the phone number as a unique identifier before they create an account to store all the different reminders.

Congrats again on launching!



Awesome! Thanks for the feedback! Yes I used Twilio API. I went to a hackathon last weekend and built this using Twilio API, and it was cool so I decided to refine it some more and release it.

1. Yeah currently it's alarm for hours and minutes "from now" rather than actual time, because you know, time zone conversion thing is really annoying and takes up too much time. But you're right I gotta make that more clear.

2. Yeah I'm concerned about that too. I think I might actually think about doing it that way too. Thanks for the idea!


Re: 1, you can set it in the database as a UTC record and then have it visually change in the HTML (using javascript) with several options.

Eg: If I select 7am on 6/15 from your dropdown list, you render some inline HTML that shows some/all of the following:

"7am EST" "4am PST" "6am CST"

etc

Timezones are definitely tricky, but if you search StackOverflow or other sites there might be some good recommended approaches.


I've worked in a lot of time/timezone related apps and Moment (Javascript) has treated me the best so far.

http://momentjs.com/


http://www.datejs.com/ has been my goto js lib for handling frontend date/time.


Was it the XHack hackathon?


Yes. By the way XHack hackathon was really awesome. Best host ever.


Cool! I showed off ViaMeme there


Oh cool man. This was originally Talk To The Future. I just refined the UI and got a new domain.


I figured as much when I saw it :)

Congratulations on the win!




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: