Show HN: WakeMyself. Get a wakeup call from your yesterday's self.
21–30 of 63 posts
Re: Show HN: WakeMyself. Get a wakeup call from your yesterday's self.
#22This is really interesting. It promises to help bridge the gap between conscious periods, while allowing us to capture bits of our unconscious and dream state musings.
Re: Show HN: WakeMyself. Get a wakeup call from your yesterday's self.
#23Very 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 num…
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…
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.
Re: Show HN: WakeMyself. Get a wakeup call from your yesterday's self.
#24Nice. I did something like this (tho MUCH more limited!) back in the 80s. I created a little Turbo Pascal program that let you enter the wake-up time, and at that time it would make my home phone ring, which was guaranteed to always wake me up. It used the AT commands of the modem to do a little onhook/offhook toggling and then dialing my own number and then going back onhook. The local phone company would interpret…
Re: Show HN: WakeMyself. Get a wakeup call from your yesterday's self.
#25Nice. I did something like this (tho MUCH more limited!) back in the 80s. I created a little Turbo Pascal program that let you enter the wake-up time, and at that time it would make my home phone ring, which was guaranteed to always wake me up. It used the AT commands of the modem to do a little onhook/offhook toggling and then dialing my own number and then going back onhook. The local phone company would interpret…
But I bet you weren't able to do text-to-speech thing back then :)
Re: Show HN: WakeMyself. Get a wakeup call from your yesterday's self.
#26Nice. I did something like this (tho MUCH more limited!) back in the 80s. I created a little Turbo Pascal program that let you enter the wake-up time, and at that time it would make my home phone ring, which was guaranteed to always wake me up. It used the AT commands of the modem to do a little onhook/offhook toggling and then dialing my own number and then going back onhook. The local phone company would interpret…
That would work for me the first 5 times, maybe. After that I'll have built up an ironclad immunity to the sound.
Re: Show HN: WakeMyself. Get a wakeup call from your yesterday's self.
#27An important request: make entries deletable, I just tried a test and the sound quality wasn't sufficient (mobile issues).
Re: Show HN: WakeMyself. Get a wakeup call from your yesterday's self.
#28Re: Show HN: WakeMyself. Get a wakeup call from your yesterday's self.
#29Earlier quoted context omitted.
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…
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…
Re: Show HN: WakeMyself. Get a wakeup call from your yesterday's self.
#30I've tried services likes this before but it's too easy to know what it is and ignore it and then fall back asleep. Maybe I'm just more stubborn than everyone else.
Have you ever tried something that tells you what to do? I've tried things that wakes me up with music or all kinds of things, but the key here I think is the message you can write to yourself. If you could tell yourself all the things you need to do for the day, that would be a really good way to start the day. Because I find that even when I do wake up most of the times I just do nothing productive. I think it's gr…
I'm much more tempted to write something for a Raspberry Pi with speakers attached that will immediately begin yelling at me at the proper time. More configurable, and less prone to weird phone-related issues. (The only vulnerability would be if I started unplugging the device or speakers in my sleep, but there are ways to mitigate that.)