Earlier quoted context omitted.
I don’t usually do this but I decided to check your post history. I don’t know if anyone else posted your blog posts to HN but assuming it’s just you, I counted five posts (excluding the flagged ones) that would have made it to the front page of HN for any meaningful amount of time. Based on this, I would say that you are unlikely to be HN’a top blogger. And I don’t know how you’d set up your blog with AWS but I don’…
Wrong assumption, a fair bunch of the posts came from other people :p I honestly wonder what's the average distribution for HN contributors. I imagine it's not much for personal blogs. Not trying to compare myself to the new york times or cloudflare blog obviously.
DigitalOcean App Platform
321–330 of 357 posts
Re: DigitalOcean App Platform
#322I got quite excited at being able to stick my static sites on DO for free, but notice on this page[1] that only the first three are free, then it's $3/m/site. Perhaps I've been spoiled by services like Netlify. I'd be interested to know what the benefits are of using DO's service over free alternatives. [1] https://cloud.digitalocean.com/apps?i=6bf7f8
Netlify Analytics $9/month per site [1], no way to download logs [2]. That said it is easy to deploy, free HTTPS [3] and they support MIME definitions in _headers [4]. I host on Google Cloud Storage, it is not that easy but not that hard either [5], GoAccess for web analytics, no HTTPS. I would be interesting to have a matrix of supported features on different platforms. And how deployment compares to Nginx, letsencr…
I've used GCS before and I agree it's not easy/hard, but certainly not as simple as Netlify.
> I would be interesting to have a matrix of supported features on different platforms. And how deployment compares to Nginx, letsencrypt, git.
That would be useful, especially now that there are more and more options out there. I've seen benchmark comparisons but features would be more useful in my opinion, unless the speed is really poor.
Re: DigitalOcean App Platform
#323I got quite excited at being able to stick my static sites on DO for free, but notice on this page[1] that only the first three are free, then it's $3/m/site. Perhaps I've been spoiled by services like Netlify. I'd be interested to know what the benefits are of using DO's service over free alternatives. [1] https://cloud.digitalocean.com/apps?i=6bf7f8
Why not just use github pages for static sites?
I'll have to look at the benefits of that over Netlify, too.
Re: DigitalOcean App Platform
#324Re: DigitalOcean App Platform
#325Earlier quoted context omitted.
Yes, they added Secret Manager early this year: https://cloud.google.com/secret-manager
And before this you could implement Cloud KMS in your app to decrypt the encrypted secrets you can store in your repo.
Re: DigitalOcean App Platform
#326Tried this out in early access and wanted to love and use it however a few things that made it not workable: * wildcard subdomains aren't supported. * Only CNAMEs to digital ocean's CDN are supported (can't have an A record). * There was no way to run a console command. * Bandwidth is 12x higher than usual droplets and unlike standard droplets there isn't an included bandwidth pool.
I'm particularly disappointed to hear this. Digital Ocean likes to say they have simple and predicable pricing, they even say so in TFA - charging high prices for bandwidth is surely the most despised practice of the big 3 cloud providers. I don't expect this from DP. I'm not angry, I'm just disappointed...
Re: DigitalOcean App Platform
#327I got quite excited at being able to stick my static sites on DO for free, but notice on this page[1] that only the first three are free, then it's $3/m/site. Perhaps I've been spoiled by services like Netlify. I'd be interested to know what the benefits are of using DO's service over free alternatives. [1] https://cloud.digitalocean.com/apps?i=6bf7f8
Re: DigitalOcean App Platform
#328$0.10/GiB bandwidth. Ouch. That's 10x what they charge for droplets exceeding their included bandwidth. Seems to follow the trend of grossly overcharging for bandwidth that most other PaaS providers do.
Re: DigitalOcean App Platform
#329Earlier quoted context omitted.
If you're going to do this yourself, Caprover is the best. Cram it into that $5/month, bump the swap to 2GB and then deploy your DB into it... backups are supported if you just straight up map a persistent volume out to your B2 ( https://github.com/caprover/caprover/issues/410 ) Edit: Be aware during automated upgrades you will trip CPU alarms.
This is great, do you have any recommendations/comments on usage? Aside from the CPU one
It's not super pretty like Heroku but it works.
Recommend adding NetData integration so you can monitor your hardware without logging into instances.
Re: DigitalOcean App Platform
#330I am so glad to see this. I was looking to deploy an app and the choice is either Heroku or manage your own server which I don't want to do. Heroku gives instant deployment for the most common types of apps (python/java/ruby). It's PaaS done right, it's fantastic. You should really have a look if you're not aware of it, it's only $7 for a starter app. Problem is, scaling up is about $50 per gigabyte of memory which m…
There is also Cloud 66 which works with not only digital ocean but many other cloud providers, like a Heroku on top of any cloud.