Earlier quoted context omitted.
I think this works for university student when 99.99% uptime isn't your highest priority. My university has static IP and near 700 up/down speed to each dormitory. So by investing in an old workstation I can easily work on various ideas and built MVP for it. I finally ended up running a crawler service for months before I migrated to a vps.
You can't really do NAT traversal on a university network though, so it's pretty useless for servers.
Ask HN: Best free compute and other resources for startups?
111–120 of 145 posts
Re: Ask HN: Best free compute and other resources for startups?
#112Re: Ask HN: Best free compute and other resources for startups?
#113Heroku's free tier is good. GCP App Engine is pretty similar, a little more powerful, but also more limiting in how you build your app. My pick for MVPs is AWS Lambda. It's very easy to get up and running, and you get access to the rich AWS ecosystem. Yeah yeah, the "unlimited scale" benefit will be great when you're accelerating user growth, but that's not why its a good pick for MVPs. Need a cron? Not too bad on Ap…
Re: Ask HN: Best free compute and other resources for startups?
#114Other people have mentioned GCP/Firebase for the $300 free trial, but I'm going to specifically mention their startup program: https://cloud.google.com/developers/startups/ I'm hosting my game servers today on $1000 of free credit from this program. If you have VCs and whatnot, they'll be able to get more credits out of the same program for you, but this was great as a solo founder.
Re: Ask HN: Best free compute and other resources for startups?
#115I started this list https://gist.github.com/mcapodici/25d225848eda987071a0263b31... - I keep meaning to keep it up to date.
Re: Ask HN: Best free compute and other resources for startups?
#116Re: Ask HN: Best free compute and other resources for startups?
#117Heroku's free tier is good. GCP App Engine is pretty similar, a little more powerful, but also more limiting in how you build your app. My pick for MVPs is AWS Lambda. It's very easy to get up and running, and you get access to the rich AWS ecosystem. Yeah yeah, the "unlimited scale" benefit will be great when you're accelerating user growth, but that's not why its a good pick for MVPs. Need a cron? Not too bad on Ap…
Re: Ask HN: Best free compute and other resources for startups?
#118Earlier quoted context omitted.
I understand why some are downvoting this but, with consumer internet connections being 1000up/down and a threadripper giving you like 100 cores for a few bucks, this can be a very handy solution, with quicker deploys and easier management. security might be too much of a concern for some applications
> with consumer internet connections being 1000up/down Step out of your Silicon Valley bubble and recognize that this doesn't apply to everyone. I only have 30 megabit up/down with Frontier. I can get faster, but it gets expensive quick, and I don't need more than 30 mbps, even as a gamer. Xfinity only offers 150 megabit down in my neighborhood, with a puny 15 megabit up, and for twice the price. And as others have m…
Re: Ask HN: Best free compute and other resources for startups?
#119Re: Ask HN: Best free compute and other resources for startups?
#120Earlier quoted context omitted.
I'd like to second this. The amount of free compute available to serverless infrastructure is insane! Serverless does have a learning curve but it's worth it to learn. The next best is Heroku's free tier.
I feel like Heroku got left behind in the current k8s craze but they're still a good choice for a lot of use-cases, cheap MVPs being one of them.
It's cheaper than hiring an operations team, but it's a heck of a lot more expensive than, say, dokku on a Digital Ocean or Linode VPS.