Uh what's wrong with shared hosting? I use Dreamhost but there are dozens of others. It costs less than $10/month and I've used it since 2009. I think the industry (or part of a generation of programmers) somehow collectively forgot that it exists. I don't see any mention of it in the article -- it solves the problem exactly. It easily serves and survives all the spikes from Hacker News that my site gets. Shared host…
Static site hosting hurdles
41–50 of 183 posts
Re: Static site hosting hurdles
#42There's also HTTP HEAD requests, and "304 Not Changed" that you need to take care of. This is what makes static site download look instantaneous. There's more of such optimizations. With all these I find it better to stick with old Apache or similar service for speed, rather than a simpler service that only takes care of GET.
Re: Static site hosting hurdles
#43Last month I paid $1 for route53, 12 cents for S3. and am hosting my https site which I create with publii. Works fine. Took a little time to set up, but now it is just a button push to update the site. Great for my personal blog and phtot gallery.
Re: Static site hosting hurdles
#44Re: Static site hosting hurdles
#45Re: Static site hosting hurdles
#46Re: Static site hosting hurdles
#47Uh what's wrong with shared hosting? I use Dreamhost but there are dozens of others. It costs less than $10/month and I've used it since 2009. I think the industry (or part of a generation of programmers) somehow collectively forgot that it exists. I don't see any mention of it in the article -- it solves the problem exactly. It easily serves and survives all the spikes from Hacker News that my site gets. Shared host…
Dreamhost is hugely underrated. Their custom panel with deep integrations are phenomenal for side projects or small businesses. In under a minute you can have your web server, SSL cert, database and more all setup and working - and you don’t have to manage any of it. I wish more companies offered their level of managed services. (If anyone knows of others, I’d like to hear who)
You just connect your git repo and tell it what command to run to build your site and where the html output is
Re: Static site hosting hurdles
#48Re: Static site hosting hurdles
#49Earlier quoted context omitted.
Dreamhost is hugely underrated. Their custom panel with deep integrations are phenomenal for side projects or small businesses. In under a minute you can have your web server, SSL cert, database and more all setup and working - and you don’t have to manage any of it. I wish more companies offered their level of managed services. (If anyone knows of others, I’d like to hear who)
I think this is what Cloudflare Pages tries to solve You just connect your git repo and tell it what command to run to build your site and where the html output is
Re: Static site hosting hurdles
#50Earlier quoted context omitted.
Dreamhost is hugely underrated. Their custom panel with deep integrations are phenomenal for side projects or small businesses. In under a minute you can have your web server, SSL cert, database and more all setup and working - and you don’t have to manage any of it. I wish more companies offered their level of managed services. (If anyone knows of others, I’d like to hear who)
FWIW I also tried NearlyFreeSpeech, which is the top comment in the same thread I linked: https://news.ycombinator.com/item?id=29253277 I think it is good, and will solve people's static hosting problem. It's a server that you don't have to manage. It has a nice fast custom web interface. Except I didn't realize it was FreeBSD. That probably doesn't matter for most, but I'm used to Linux, so I like Dreamhost better.…