Live data from Hacker News

How I Built a Side Project

stayintech.com

11–20 of 99 posts

Re: How I Built a Side Project

#11
post #7
post #5

Earlier quoted context omitted.

I'm pretty surprised as well. It's basically a simple CRUD app. I think that a single digital ocean box could have done the trick.

Especially when the website does not work (I have an SSL error, see my other reply above).

It's no longer live on that domain. The checklist is nowadays here: https://stayintech.com/info/UX

Re: How I Built a Side Project

#12
I like this kind of posts, a side project helps creating side projects. it was a matter of time until I figured out that to make money you can simply teach people how to make money. who wouldn't want to learn that :)

Re: How I Built a Side Project

#15
post #2

Author here, happy to get feedback!

"monthly costs of running the service" was your killing argument. Why didn't you migrate to a cheap hosting ? My single host at scaleway (3.59€ per month) can handle many toy projects and gives me all freedom.

Re: How I Built a Side Project

#16
post #12

I like this kind of posts, a side project helps creating side projects. it was a matter of time until I figured out that to make money you can simply teach people how to make money. who wouldn't want to learn that :)

Agreed. I like reading these. Kinda disappointed to see the project abandoned though. Seemed like you were really on to something and like others are saying, you probably could have found cheaper hosting to keep it going. Also would +1 seeing the project open sourced if it's not continued.

Re: How I Built a Side Project

#17
I don't really understand the costs involved here. You can get a pretty powerful DigitalOcean droplet for $24 a month, which I personally run multiple side projects on with no issues. This could have stayed up indefinitely to tinker with, while you work on other stuff!

Re: How I Built a Side Project

#18
post #10
post #5

Earlier quoted context omitted.

I'm pretty surprised as well. It's basically a simple CRUD app. I think that a single digital ocean box could have done the trick.

True, I should have perhaps looked at cheaper options. Dynos were cheaper on most months, that example was the 'worst' month. The wildcard SSL certificate for subdomains was a bit expensive.

I really dig the idea behind the site. I am not a UX developer, but I am improving and the service would be invaluable. What can we do to help get the iteration back in place?

I assume the reason for not going with DO, Linode or AWS was you're not a devOps guy, which is understandable. We can help you with that.

Re: How I Built a Side Project

#19

I don't really understand the costs involved here. You can get a pretty powerful DigitalOcean droplet for $24 a month, which I personally run multiple side projects on with no issues. This could have stayed up indefinitely to tinker with, while you work on other stuff!

That's a good point, but Heroku has a much lower barrier of entry for people who are just starting out. You don't have to worry about configuring and maintaining a Linux box. Some people are willing to pay a premium to avoid those headaches and get back to what they really want to be doing: application development.

Re: How I Built a Side Project

#20
post #19

I don't really understand the costs involved here. You can get a pretty powerful DigitalOcean droplet for $24 a month, which I personally run multiple side projects on with no issues. This could have stayed up indefinitely to tinker with, while you work on other stuff!

That's a good point, but Heroku has a much lower barrier of entry for people who are just starting out. You don't have to worry about configuring and maintaining a Linux box. Some people are willing to pay a premium to avoid those headaches and get back to what they really want to be doing: application development.

$225 premium!? I mean come on. The article focuses a lot on the learning aspect of these exercises, and setting up your own services should really be a part of it. Especially for a one man operation. Typing apt-get install mongo / mysql / rethinkdb after the droplet is really all there is to it.
Post reply on HN