Anyway, I wish you good luck.
Ask HN: I'm 15, won a grant to develop a suicide prevention app, what next?
11–20 of 161 posts
Re: Ask HN: I'm 15, won a grant to develop a suicide prevention app, what next?
#12You'd have to be more specific about how the app is supposed to work. For instance maybe it can be accomplished with the Facebook javascript api, implementing it on top of Facebook. Maybe not. Anyway, I wish you good luck.
Re: Ask HN: I'm 15, won a grant to develop a suicide prevention app, what next?
#13I suggest you open source all of it, and keep HN up to date on progress. List out what the product should do, and how you want to design your models. You'll get some solid feedback.
Web iterates fast, so I'd use web rather than jumping right into native. You'll be able to show your code to coders, and show your product to social workers and those who support at-risk people.
Re: Ask HN: I'm 15, won a grant to develop a suicide prevention app, what next?
#14My favorite anti-suicide advice is 'Never commit suicide when hungover'. It sounds subversive but I think it gets the message across by first not discounting that the other person may have valid and important problems, and then emphasizing that all states of mind are subject to improvement. You could (carefully) curate a list of this sort of advice from people who have actually felt suicidal at one point or another a…
Re: Ask HN: I'm 15, won a grant to develop a suicide prevention app, what next?
#15I have to +1 the parse.com suggestion. Their API has an Angular wrapper if you really know it well. Or, if you haven't hit the 'Angular Wall' (meaning you haven't built something of real-world complexity with it), you can use their JS SDK, which is a backbone fork. I suggest you open source all of it, and keep HN up to date on progress. List out what the product should do, and how you want to design your models. You'…
Re: Ask HN: I'm 15, won a grant to develop a suicide prevention app, what next?
#16Re: Ask HN: I'm 15, won a grant to develop a suicide prevention app, what next?
#17You may find https://www.firebase.com/ or http://www.meteor.com/ allow you to do it all on the frontend
I was thinking about meteor, I'm just not sure how complex it would be to implement on a mobile app.
For this application, meteor may be suitable, but keep in mind that you'll need to build a lot of your supporting infrastructure until Meteor 1.0 comes out.
Reasons not to use Meteor:
It is currently very difficult to accurately profile memory issues.
Simple html mixups can take half an hour to debug due to the fact that they'll only show up in production, and in minimized/uglified form.
MongoDB costs 'money' to scale properly (sharding across multiple machines with lots of memory (if your database grows).
Edit: This is not a simple project, so maybe meteor is asking for trouble since it's not very mature yet.
Re: Ask HN: I'm 15, won a grant to develop a suicide prevention app, what next?
#18On the projectside: Cool that you would take your time and skills to work on a project like that. I had the sad experience of losing someone close through suicide, so... yeah. Thanks.
Re: Ask HN: I'm 15, won a grant to develop a suicide prevention app, what next?
#19http://themoth.org/posts/stories/perfect-moments
And maybe reach out to other suicide prevention non profits?
Re: Ask HN: I'm 15, won a grant to develop a suicide prevention app, what next?
#20I'm quite interested in suicide prevention, having lost several friends to suicide over the years. I'd do it pro bono. If you're interested, let me know - my e-mail is in my profile.