A reasonable option for hobbyists is Dokku[1], a single-server heroku clone. I'm also pretty excited about Convox[2], and would definitely recommend that early adopters check it out. I get that people are frustrated with heroku's pricing, but at the end of the day I think that if your side project isn't worth the money you spend on it's hosting, maybe you should look into other side projects? If it's truly not a mone…
Correcting grammar and spelling errors—especially in public—is always a tough call: upon judging that an error is systematic and not a simple typo, do you help the writer avoid the error in perpetuity—even if it embarrasses them a little, and even if you'll probably get downvoted for being pedantic or offtopic? In this case, I've determined the downsides are worth the possibility of sparing the author a lifetime of e…
Heroku is no longer the hobbyist's friend
51–60 of 119 posts
Re: Heroku is no longer the hobbyist's friend
#52$7 dollars a month to run a little app? That's less than I spend on coffee each day and I'm glad that money is going towards differentiated and valuable service.
I have a couple of toy apps, a personal blog and a "not such a toy" app on Heroku and I have used their services for free for AGES - more than fair enough that they make some money.
Re: Heroku is no longer the hobbyist's friend
#53I for one think it's a good thing Heroku is not joining the herd in a race to the bottom. $7 dollars a month to run a little app? That's less than I spend on coffee each day and I'm glad that money is going towards differentiated and valuable service. I have a couple of toy apps, a personal blog and a "not such a toy" app on Heroku and I have used their services for free for AGES - more than fair enough that they mak…
Then it's an extra $20/mo if you want SSL. Which you will most likely want.
That $7/mo just became $34/mo.
Bye, bye Heroku.
Re: Heroku is no longer the hobbyist's friend
#54A reasonable option for hobbyists is Dokku[1], a single-server heroku clone. I'm also pretty excited about Convox[2], and would definitely recommend that early adopters check it out. I get that people are frustrated with heroku's pricing, but at the end of the day I think that if your side project isn't worth the money you spend on it's hosting, maybe you should look into other side projects? If it's truly not a mone…
Correcting grammar and spelling errors—especially in public—is always a tough call: upon judging that an error is systematic and not a simple typo, do you help the writer avoid the error in perpetuity—even if it embarrasses them a little, and even if you'll probably get downvoted for being pedantic or offtopic? In this case, I've determined the downsides are worth the possibility of sparing the author a lifetime of e…
Re: Heroku is no longer the hobbyist's friend
#55I for one think it's a good thing Heroku is not joining the herd in a race to the bottom. $7 dollars a month to run a little app? That's less than I spend on coffee each day and I'm glad that money is going towards differentiated and valuable service. I have a couple of toy apps, a personal blog and a "not such a toy" app on Heroku and I have used their services for free for AGES - more than fair enough that they mak…
Except it's $14, because I can't remember the last time I built even a trivial app that didn't incorporate background processes somehow (the extra $7). Then it's an extra $20/mo if you want SSL. Which you will most likely want. That $7/mo just became $34/mo. Bye, bye Heroku.
For SSL, you can use CloudFlare as your DNS and take advantage of their SSL feature.
While not ideal, does it need to be ideal for a trivial, probably-not-super-high-functioning-hacky-app?
There's always Cloud66 — which I've used to great success. I have two servers (e3/32GB/4x250gb enterprise SSDs in HW RAID on nice pipes for less than $100 a month) that I rent, threw vSphere on it, hired a $50/month competent and trusted off-shore sysadmin team, and loaded up a couple VMs.
It's not completely ideal, and I understand I'm trading stability for a couple bucks, but in scaling my clients have saved a bunch.
Re: Heroku is no longer the hobbyist's friend
#56A reasonable option for hobbyists is Dokku[1], a single-server heroku clone. I'm also pretty excited about Convox[2], and would definitely recommend that early adopters check it out. I get that people are frustrated with heroku's pricing, but at the end of the day I think that if your side project isn't worth the money you spend on it's hosting, maybe you should look into other side projects? If it's truly not a mone…
Correcting grammar and spelling errors—especially in public—is always a tough call: upon judging that an error is systematic and not a simple typo, do you help the writer avoid the error in perpetuity—even if it embarrasses them a little, and even if you'll probably get downvoted for being pedantic or offtopic? In this case, I've determined the downsides are worth the possibility of sparing the author a lifetime of e…
Re: Heroku is no longer the hobbyist's friend
#57Heroku indeed used to be very generous. I totally get why they are making these changes, it's hard to sustain this in the long run. That said; for hobby stuff I've switched to a cheap VPS plus Dokku [0] and haven't looked back. Works with Heroku buildpacks and even runs custom Dockerfiles if you need anything fancy. Hardly requires any maintenance. There's a couple of alternatives like Deis [1] and Flynn [2] that off…
Dokku + a $5 or $10 Digital Ocean droplet is a great combo.
Current favorites (in no specific order): OVH (don't judge, their performance is wicked, just don't expect support), RAMNode, BuyVM, Vultr, 6sync, SparkNode.
Re: Heroku is no longer the hobbyist's friend
#58Earlier quoted context omitted.
So is it not in fact up for 24hrs if it has to wake up when you try to access it again?
According to https://www.openshift.com/products/pricing/plan-comparison the free plan idles after 24 hours of inactivity ( https://developers.openshift.com/en/managing-idling.html ) However you can work around it by hitting your server with an http request every 24 hours, or upgrade to the Bronze Plan which apparently has $0 base price anyway so I'm not sure what the downside is.
Re: Heroku is no longer the hobbyist's friend
#59While my instinctive reaction to Heroku's shift was "ugh, that sucks, how dare they," I have to say I get it. It is hard to build a successful business with that model given their offering. However to the comment about "git push heroku master," someone that is an "early" programmer like myself finds that level of simplification helpful when I'm focusing on things like learning all the other things that could go wrong…
> I'm wondering if there are any recommendations for "Heroku-like" providers with a free tier that stays up 24/7 for super simple Rails and Sinatra apps, perhaps with a DB. OpenShift( https://www.openshift.com/ ) may be the service you're looking for. I haven't tried it, but it looks nice.
Re: Heroku is no longer the hobbyist's friend
#60I think it's still pretty friendly to hobbyists (throw up a quick Flask app for a demo, etc), but it's probably no longer very friendly to 'get everything for free'ists (like 24/7 compute, >512MB ram, etc). The benefit to me of using something like Heroku is not because I get more CPU/RAM than an equivalently priced Linode instance - the value is in not having to manage a Linode instance at all. I'd also argue that g…
Meanwhile every time I'd deploy a new project to Linode, I'd use a different deploy script/strategy as I'd learn slightly better ways of doing it. It's much more annoying to do maintenance on my Linode projects I haven't touched in 6+ months, and it turns out I usually don't have the energy to re-credentialize in the idiosyncrasies of each sideproject, so they languish.