Live data from Hacker News

Ask HN: I'm 15, won a grant to develop a suicide prevention app, what next?

news.ycombinator.com

21–30 of 161 posts

Re: Ask HN: I'm 15, won a grant to develop a suicide prevention app, what next?

#21
I 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. The project will be more successful with someone who cares for it. Hiring a contractor will make it difficult for you to maintain and improve. Contractors will also expect a specification with penalties if you need to change it. My guess is that you're still experimenting with what can best serve the community so this probably isn't a good fit for contracting as well.

[1] Recommended tech stack (optimizing for documentation and availability of help). Ruby, MongoDB, Heroku (or if ambitious, Linux on Amazon EC2 + nginx). Everything else is pretty similar so once you learn these, the concepts apply reasonably well.

p.s. If money is a concern, you should look into contacting some companies PR/DevRel people and see if they are willing to donate some compute time or services to your cause. (It's probably doing this after launch and getting a better sense of usage and will be easier to convince them that you're legit).

Re: Ask HN: I'm 15, won a grant to develop a suicide prevention app, what next?

#22
post #15

I 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'…

Would you say the same about Firebase?

I suggested Parse because I'm personally using it right now, so I know it well. That's obviously a bias, so take it as such. Firebase looks very similar. If you are going to lean on the greater community, Parse seems slightly better, because of the fact its a fork of Backbone-more people should understand pretty easily what's up with models.

Also, Parse is owned by Facebook and has pretty solid, simple login and integration with social sites.

Re: Ask HN: I'm 15, won a grant to develop a suicide prevention app, what next?

#23
Idea( you have ) -> Stakeholders -> Requirements -> Features -> Evaluate -> Repeat

Considering the fact that you already received a grant, I would imagine you have a few details of what you want to build, but you will find the real tangles in the details.

I would greatly advise that you dive deeply into the various requirements and untangle the details and drive clarity throughout the design, before you start writing a lot of code.

Once you feel comfortable that you won't run into any big surprises and you understand your general feature set you should prioritize these features, I like to do the most risky and difficult features first, and then get started. You will of course have a lot of ground work to lay, but that could be counted as a feature.

After you have your first shippable set of code done, should take between 2 weeks and 2 months, shouldn't be perfect. Get it in front of someone that's relevant. As it will be hard to find somebody suicidal that also wants to review an app, probably somebody at a crisis center or a counselor that helps people in this situation.

After a few demos you should find plenty of improvements and features you never thought of, as well as defects. Now it's time to add these into your priorities and start over.

Good Luck, I hope this goes well for you. Let me know if you would like any further advisement, I would be glad to take emails and what not. I have been developing software professionally for the past 3 years.

Re: Ask HN: I'm 15, won a grant to develop a suicide prevention app, what next?

#27

I'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.

Marketing/design background here. If you (krrishd) are assembling a posse, this subject is incredibly near to my heart and I would be happy to contribute my time/ability when you get to that stage. Email also in profile.

Re: Ask HN: I'm 15, won a grant to develop a suicide prevention app, what next?

#28
post #15

I 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'…

Would you say the same about Firebase?

I've tinkered with Firebase and looks quite comprehensive as well. From what I can tell there isn't much difference. They have a nice little wrapper for Angular too.

Re: Ask HN: I'm 15, won a grant to develop a suicide prevention app, what next?

#29
What 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 dark sense of humor. You're not going to save many lives if you don't get attention, and you're not going to get anyone's attention if it's Just Another Web App. Tasteful gallows humor is a good way to grab the audience you're looking for.

Re: Ask HN: I'm 15, won a grant to develop a suicide prevention app, what next?

#30

I'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.

Also would do it pro-bono if you need a hand with the backend. Email in profile.
Post reply on HN