Earlier quoted context omitted.
So you're saying that if someone buys access to a kitchen, doesn't learn to cook or operate it safely, burns the place down trying to serve 100,000 people, they'll get a big insurance claim made against them and have a $150k bill? You're kidding me? Are you telling me people have to learn to USE these tools if they don't want a nasty surprise? :-P (I'm being tongue-in-cheek cheeky here.) I know you're mostly pushing…
Eek what a hot take. He's talking about the pricing model not the way to operate it. AWS bills for egress data. You can't operate it in any different way to stop that.
Ask HN: So you moved off Heroku, where did you go?
71–80 of 322 posts
Re: Ask HN: So you moved off Heroku, where did you go?
#72I have 4 apps running on fly.io for most of this year and can recommend them. 2 are elixir apps that have been created on fly, 1 was an elixir app I had running on heroku, and 1 was rails app on heroku I recently migrated. I used their heroku migrator and it worked pretty much automatically. I had a few steps to follow to move the DB, but their docs covered it - https://fly.io/docs/rails/getting-started/migrate-from-…
Overall, my pricing has been about the same or 5-10% less per month.
It doesn't have the same "Click this button to add this third-party service to your dynos, with billing included" eco-system that Heroku has (had?) but my Heroku usage was pretty vanilla so it wasn't an issue for me.
Re: Ask HN: So you moved off Heroku, where did you go?
#73I can run it like `m3o app run --name=helloworld --repo=https://github.com/m3o/m3o-app` and then go to https://helloworld.m3o.app
Re: Ask HN: So you moved off Heroku, where did you go?
#74Re: Ask HN: So you moved off Heroku, where did you go?
#75Hey, Andras here, founder of Coolify ( https://coolify.io ). Coolify is an open-source & self-hostable Heroku / Netlify alternative. Lots of features are added day-by-day and I'm open for new ones. Visit our Github ( https://github.com/coollabsio/coolify ) or our feedback page ( https://feedback.coolify.io/ ) to get more info. A few months ago, I quit my job and started to work on it full-time (best decision I've mad…
Re: Ask HN: So you moved off Heroku, where did you go?
#76I have moved a Rails and Go app to https://northflank.com . I have my Rails app running in their free project (limited to two services and 2 jobs) and my Go app in a paid project. I find the pricing to be very reasonable and considerably cheaper than Heroku. I was looking for somewhere I could run web services and cron jobs both in the same place. They have a Heroku importer, however I think you need to ask to have i…
Re: Ask HN: So you moved off Heroku, where did you go?
#77Hey, Andras here, founder of Coolify ( https://coolify.io ). Coolify is an open-source & self-hostable Heroku / Netlify alternative. Lots of features are added day-by-day and I'm open for new ones. Visit our Github ( https://github.com/coollabsio/coolify ) or our feedback page ( https://feedback.coolify.io/ ) to get more info. A few months ago, I quit my job and started to work on it full-time (best decision I've mad…
Looks really ...cool. When you say Netlify alternative, you're referring to commit-to-deploy functionality of static files only, not a global CDN and serverless functions, right?
Re: Ask HN: So you moved off Heroku, where did you go?
#78I went with render.com (no affiliation). Found them fairly easy to use, really excellent support.
Re: Ask HN: So you moved off Heroku, where did you go?
#79Re: Ask HN: So you moved off Heroku, where did you go?
#80I have moved a Rails and Go app to https://northflank.com . I have my Rails app running in their free project (limited to two services and 2 jobs) and my Go app in a paid project. I find the pricing to be very reasonable and considerably cheaper than Heroku. I was looking for somewhere I could run web services and cron jobs both in the same place. They have a Heroku importer, however I think you need to ask to have i…
thanks for this mate, was looking for a free tier paas to show off some proof of concept projects, northflank seems good.