Ask HN: I'm 15, won a grant to develop a suicide prevention app, what next?
31–40 of 161 posts
Re: Ask HN: I'm 15, won a grant to develop a suicide prevention app, what next?
#32So many of the little hobby projects I've worked on over the years (long since abandoned) have provided a fantastic base for something else. A website I managed when I was a teenager taught me all sorts of server admin skills that still pay off 5 years later. When you're 15 you have absolutely oodles of free time (it might not seem that way now, but it will when you're working full time!). Make use of it!
Re: Ask HN: I'm 15, won a grant to develop a suicide prevention app, what next?
#33This list of cognitive distortions and how to fix them might be relevant: http://www.apsu.edu/sites/apsu.edu/files/counseling/COGNITIV...
This was created by Dr. David Burns and is supported by research in cognitive therapy. The full information is available in his book "Feeling Good". The interactive medium could afford some interesting possibilities.
Another thing that I remember reading is that tracking your happiness level and sharing that information with others seems to improve mood. Somebody was experimenting with this on the web. Seems like a perfect fit for a social app.
I second the opinion that you should make sure that you pay attention to research. Some common sense approaches might be counter-productive. For example, the cliché: "suicide is a permanent solution to a temporary problem" can make suicide sound even better to the seriously depressed. Be suspicious of common sense here.
Re: Ask HN: I'm 15, won a grant to develop a suicide prevention app, what next?
#34I would encourage you to write the entire thing, frontend, backend, content, PR releases, etc. Two reasons: 1. You're young and still figuring out what you love doing; no better time to experiment and learn. I still have fond memories over the php site I wrote in high school. You could visible tell which functions were written at the beginning of the project versus the end because you'll improve drastically. [1] 2. T…
Re: Ask HN: I'm 15, won a grant to develop a suicide prevention app, what next?
#35What is a "front-end developer"? I can do the literal translation, and I can surmise that it means a person who builds and designs UIs, but I always thought that was a designer, not a developer. Javascript is the only thing on what you've just listed that's Turing complete, so look into Node.js, in addition to all the other Buzz Words you see in the rest of the comments. I also think you should come at this with a da…
Here's a good article about it, as well: http://en.wikipedia.org/wiki/Front_and_back_ends
Re: Ask HN: I'm 15, won a grant to develop a suicide prevention app, what next?
#36[1] http://www.amazon.com/Learned-Optimism-Change-Your-Mind/dp/1...
[2] http://www.amazon.com/The-Optimistic-Child-Depression-Resili...
Re: Ask HN: I'm 15, won a grant to develop a suicide prevention app, what next?
#37Re: Ask HN: I'm 15, won a grant to develop a suicide prevention app, what next?
#38Re: Ask HN: I'm 15, won a grant to develop a suicide prevention app, what next?
#39Take it all with a grain of salt. What I'd suggest to get started is create a public github project for it, put together some wireframes and sequence diagrams (publish them in the github project) so that people can see what it's meant to look like and how it's mean to work. Then just start coding.
Post the github project here on HN and ask for contributors. Keep a curated list of features, tasks and bugs in the github project and let people pick them up and help you build it.
Rule #1 though, don't let people get you down. Everyone has an opinion and we software people can be pretty harsh, especially when, frankly, we're just arguing our opinion rather than fact.
Rule #2, done is better than perfect. What's your Minimum Viable Product? Build that, maintain tunnel vision on completing that, then worry about everything else it could do.
Re: Ask HN: I'm 15, won a grant to develop a suicide prevention app, what next?
#40I would encourage you to write the entire thing, frontend, backend, content, PR releases, etc. Two reasons: 1. You're young and still figuring out what you love doing; no better time to experiment and learn. I still have fond memories over the php site I wrote in high school. You could visible tell which functions were written at the beginning of the project versus the end because you'll improve drastically. [1] 2. T…
I generally agree with all of this. Backend is not as scary as you might assume, and it's not hard to ship something that works.