I don't need a VPS anymore
21–30 of 197 posts
Re: I don't need a VPS anymore
#22Once there were a lot of free tera byte image hosting services. And then after some market ups and downs, most of them either closed down, asked for subscription fee or hugely restricted what can be done.
Free static hosting services might not remain such for long. At the very least, they might introduce terms or condition you might not like. Then it will be harder for you to shift to another service, compared to switching your VPS server.
Also I count my time spent on managing the servers as free. For me it's experimenting what else can be done, gaining experience and overall enjoyable time spent.
That might not be true for everyone.
Re: I don't need a VPS anymore
#23I wonder how long the likes of Netlify and Vercel will last though, before they too introduce onerous conditions.
Re: I don't need a VPS anymore
#2499% of what i use a VPS for is as a reverse proxy / tunnel, or as an IRC gateway. There's no SaaSing those in a way that scratches my itches.
Re: I don't need a VPS anymore
#25I feel the author presents a false dichotomy. I would argue that production servers should be immutable appliances. They should not have mutable root file-systems, they should not have package managers, they should not have ssh or require direct modification. Those are security accidents waiting to happen. I do not babysit my servers in my home rack. I have a company to run and better things to do just like the autho…
Interesting. Are there any OS’ that implement such a structure? Sounds kind of like chromeos if it was geared towards servers.
Re: I don't need a VPS anymore
#26Re: I don't need a VPS anymore
#27I feel the author presents a false dichotomy. I would argue that production servers should be immutable appliances. They should not have mutable root file-systems, they should not have package managers, they should not have ssh or require direct modification. Those are security accidents waiting to happen. I do not babysit my servers in my home rack. I have a company to run and better things to do just like the autho…
Interesting. Are there any OS’ that implement such a structure? Sounds kind of like chromeos if it was geared towards servers.
"The toolbox is using container technology to bring back your familiar tools and development environment on top of the immutable Silverblue base, for the best of both worlds."
Re: I don't need a VPS anymore
#28Fine if you can make do with static sites but that's hardly a common use case. Most of us who use a VPS are hosting Nginx with a reverse proxy to Rails, Django, Express or Laravel + PostgreSQL or MySQL where the memory costs are a fraction of the equivalent cloud offering. I tried Github pages once, rather than Netlify, and pulled my hair out trying to get HTTPS working with a personal domain. Last I checked it's sti…
Re: I don't need a VPS anymore
#29Re: I don't need a VPS anymore
#30IS this an ad for Netlify?