Hacker News new | ask | show | jobs
by hbosch 2628 days ago
Lol I walked into that, I admit it.

But Dropbox is something for laymen and casual consumers, it had a massive convenience quotient — Dokku and Netlify (and surge.sh and Heroku, etc) are for developers specifically, and git pushing to website generator is more or less the same experience with all of those services. There isn’t a gulf of difference between using Netlify and creating a Dokku droplet on DigitalOcean...

Edit: comment below helped me too, CDN, SSL, pretty URLs. All good value with Netlify. Thanks.

1 comments

> There isn’t a gulf of difference between using Netlify and creating a Dokku droplet

There absolutely is.

There might be one click deployment for tools as DO droplets, but if you're the target user for that kind of thing, you're probably taking on more responsibility than you're even understanding. It might even be that the one click setup has good security defaults and automatic updates set up. It might continue to work without any issue and any intervention for a long time, but by luck/coincidence. On netlify it will continue to work because someone is taking care of the things that need to be taken care of, not because of luck/coincidence.

Another perspective: You're a JS/HTML/CSS developer. Heartbleed happens. On netlify, you don't even need to pay attention. On DO you at the very least need to understand how to check that all your servers are updated.

Another perspective: I've managed linux servers before. I know how to do it. I don't enjoy it.