Earlier quoted context omitted.
I agree that screens likely play a big role in messing up a lot of bedtime routines. I have a few ideas for updates in the near future to combat this issue, but I don't think I know how to shut off computers and TVs from an app yet and after a quick stack overflow search it doesn't look like anyone there does either
You would need a daemon running on said systems, and communicate via network (local / wifi, for better privacy?) The daemon would just listen to the network and shutdown the system when requested to.
Show HN: Nebula – Alarm clock where you grow stars while you sleep
81–90 of 160 posts
Re: Show HN: Nebula – Alarm clock where you grow stars while you sleep
#82Earlier quoted context omitted.
I studied with these guys: https://www.theverge.com/2014/1/4/5273474/google-acquires-bi... They did exactly what you did after graduating and their company got acquired (acqui-hired) by Google. Timely was the number one alarm clock app at the time. It was buttery smooth and beautiful but beyond that didn’t even any special functionality. So, don’t take the parent comment too seriously!
> [...] got acquired by Google [...] It was buttery smooth and beautiful but beyond that didn’t even any special functionality. I think you just confirmed my comment. I just want to add: - It saddens me that a lot of sentiment here is about making easy money. Imho, we should not stimulate people who just graduated to write screensavers to be sold to Google. - In a world full of distraction, these apps provide even mo…
Appreciate that and thanks for your feedback.
Re: Show HN: Nebula – Alarm clock where you grow stars while you sleep
#83Earlier quoted context omitted.
- The site is great, esp. the testimonials :-) - In the app, cut down the introduction texts and steps. It takes like 30 taps to get the alarm started. - Also, I found the pulse of the focused area (the circle) annoying and distracting when reading the text just next to it. - Use briefer descriptions of the things in the guided tour(s). Every word you can remove is often an improvement. And, again, get rid of steps.…
Hi! Thanks so much for this very detailed feedback and glad you like the testimonials :). intro/onboarding feedback: I agree with you and will look at ways to cut it down both in length and quality - I just removed the "Try tapping" and changed it to tap cause I agree with you (it will be pushed out next update) - you're 100% correct on the sound previews too, I implemented the listener as an onChanged rather than on…
IMO the sleep sound feature seems to be something you should analyze whether it's used or not. If not (<5 or 10%?), drop the feature. If it's used, you might want to extend the collection (in the premium version only?), and then the user could download the sounds he/she wants.
Re: Show HN: Nebula – Alarm clock where you grow stars while you sleep
#84Not all gamification of life is a bad thing. The app seems very nice! My problem in life is not waking up. Its going to bed early enough to get enough sleep. Encouraging an early bedtime would be a great feature :) IMO.
Re: Show HN: Nebula – Alarm clock where you grow stars while you sleep
#85Earlier quoted context omitted.
- The site is great, esp. the testimonials :-) - In the app, cut down the introduction texts and steps. It takes like 30 taps to get the alarm started. - Also, I found the pulse of the focused area (the circle) annoying and distracting when reading the text just next to it. - Use briefer descriptions of the things in the guided tour(s). Every word you can remove is often an improvement. And, again, get rid of steps.…
Hi! Thanks so much for this very detailed feedback and glad you like the testimonials :). intro/onboarding feedback: I agree with you and will look at ways to cut it down both in length and quality - I just removed the "Try tapping" and changed it to tap cause I agree with you (it will be pushed out next update) - you're 100% correct on the sound previews too, I implemented the listener as an onChanged rather than on…
If you're paying for the download bandwidth that might help too, as many will get the app and never use it.
You could use IAP to sell new media packs including high-quality.
Re: Show HN: Nebula – Alarm clock where you grow stars while you sleep
#86I really like it. I didn't try it yet but it feel like I would enjoy this points system for waking up on time. I noticed that over the summer, when I was excited about my work (and trying to meet deadlines), waking up on time was not an issue. Now that I'm back to going to school, it's easier to snooze/sleep in. Also, it's easier to go to bed at more random times. What if you could also collect some points by going t…
Have you tried getting excited about school? :)
Re: Show HN: Nebula – Alarm clock where you grow stars while you sleep
#87Random note: the fact that you're showing an iPhone device frame but using Android screenshots is one of those things that makes me unreasonably unhappy. I do like the idea of the app though.
Re: Show HN: Nebula – Alarm clock where you grow stars while you sleep
#88Earlier quoted context omitted.
Hi! Thanks so much for this very detailed feedback and glad you like the testimonials :). intro/onboarding feedback: I agree with you and will look at ways to cut it down both in length and quality - I just removed the "Try tapping" and changed it to tap cause I agree with you (it will be pushed out next update) - you're 100% correct on the sound previews too, I implemented the listener as an onChanged rather than on…
I'm glad I could help and looking forward to the update :-) IMO the sleep sound feature seems to be something you should analyze whether it's used or not. If not (<5 or 10%?), drop the feature. If it's used, you might want to extend the collection (in the premium version only?), and then the user could download the sounds he/she wants.
Re: Show HN: Nebula – Alarm clock where you grow stars while you sleep
#89Hi HN, I just wanted to add that I'm looking for any kind of feedback on the app. I've been working on it since graduating in may and released it a couple of days ago.
Some feedback here on your website: you've got the best testimonial section I've ever seen, you're mom should be really proud
Re: Show HN: Nebula – Alarm clock where you grow stars while you sleep
#90Earlier quoted context omitted.
Hi! Thanks so much for this very detailed feedback and glad you like the testimonials :). intro/onboarding feedback: I agree with you and will look at ways to cut it down both in length and quality - I just removed the "Try tapping" and changed it to tap cause I agree with you (it will be pushed out next update) - you're 100% correct on the sound previews too, I implemented the listener as an onChanged rather than on…
For smaller audio files, take a look at the Opus codec. It does way better than mp3 at lower bitrates. Android 5.0 and up can decode it natively and there's a library with NDK that should work on older devices.