Most active commenters

    ←back to thread

    1806 points JustSkyfall | 11 comments | | HN request time: 0.61s | source | bottom
    1. stroebs ◴[] No.45286038[source]
    Classic Salesforce. The exact same thing happened with our org and Heroku. Zero empathy, just pony up or we trash your company.
    replies(2): >>45286112 #>>45288916 #
    2. jonplackett ◴[] No.45286112[source]
    Yeah they fucked Heroku hard. I used to love Heroku. Can’t imagine there’s many people still left using it now.
    replies(4): >>45286520 #>>45286742 #>>45286944 #>>45288063 #
    3. mrroryflint ◴[] No.45286520[source]
    Hundreds of thousands, in fact. But I bet it’s a downward trend with no hope of a turnaround.
    4. jorisboris ◴[] No.45286742[source]
    I still have old personal projects on there

    Its inertia, its just not a priority to move them over

    5. wereHamster ◴[] No.45286944[source]
    We just managed to shut down our last Heroku service a week ago. Good riddance.
    replies(1): >>45288570 #
    6. Mo3 ◴[] No.45288063[source]
    > Yeah they fucked Heroku hard

    Surprisingly not as much as I'd thought when they took it over. They just never adjusted pricing to remain competitive. The experience is still some of the best you can get for RoR apps. But nobody in their right mind deploying a new application today would look at their insane 10 year old dyno pricing and be like - yup - reasonable

    replies(1): >>45289157 #
    7. gregsadetsky ◴[] No.45288570{3}[source]
    what did you migrate to?
    replies(1): >>45288865 #
    8. TuringNYC ◴[] No.45288865{4}[source]
    Not OP, but we originally migrated to Digital Ocean. But now, all complex stuff is on AWS and dual-stack stuff is on Replit.
    replies(1): >>45289265 #
    9. servercobra ◴[] No.45288916[source]
    Slack just did the same to us for our company Slack. We have to have the HIPAA compliant Enterprise version, price going up 40% next year. Looks like we'll migrate, especially because compliance has a bunch of annoying caveats.
    10. jrochkind1 ◴[] No.45289157{3}[source]
    in fact, if you actually look at the historical timeline, many of the things we think of as core to developer experience only were released after salesforce acquisition.

    I think even multiple buildpacks at once only came a couple years after acquisition.

    Possibly they were in the pipeline before acquisition, sure.

    But I'd agree, heroku is still a better DX than almost any competitors, although it's features and pricing have really stagnated. So better DX as long as you don't need any features it doens't have. But it hasn't really been 'ruined' in any way, it just started appearing frozen in amber some years ago.

    The new 'fir' platform is promissing, before that I didn't really know that any actual development was taking place in heroku, but it's a big move, modernizing things and setting the stage for more. Including slightly improved resource-to-pricing options. We'll see if it all works out...

    11. gregsadetsky ◴[] No.45289265{5}[source]
    and what did you use to manage git push deployments, setting env vars to replicate the heroku features?

    also, you used replit for the frontend deployment? or frontend and some backend?

    thanks - just super interesting as I'm in the space and feedback/real cases are really useful