Ask HN: What's the lowest carbon impact way to build a web page in 2020?
1–6 of 6 posts
Re: Ask HN: What's the lowest carbon impact way to build a web page in 2020?
#2The lowest carbon way is also probably the cheapest way. I dunno, maybe a static site on the cheapest s3 tier (with reduced redundancy) using cloudflare's free tier (workers, CDN, DDoS protection, SSL).
Re: Ask HN: What's the lowest carbon impact way to build a web page in 2020?
#3https://cloud.google.com/sustainability
EU based smaller hosting provider such as scaleway:
https://www.scaleway.com/en/about-us/
For website, static generation opposes to loading ton of javascript and using a cdn.
Not much to go on here.
Re: Ask HN: What's the lowest carbon impact way to build a web page in 2020?
#4Define "website". The lowest carbon way is also probably the cheapest way. I dunno, maybe a static site on the cheapest s3 tier (with reduced redundancy) using cloudflare's free tier (workers, CDN, DDoS protection, SSL).
Re: Ask HN: What's the lowest carbon impact way to build a web page in 2020?
#5Define "website". The lowest carbon way is also probably the cheapest way. I dunno, maybe a static site on the cheapest s3 tier (with reduced redundancy) using cloudflare's free tier (workers, CDN, DDoS protection, SSL).
Website = a couple of static pages + images + a few forms embeds running on airtable
Re: Ask HN: What's the lowest carbon impact way to build a web page in 2020?
#6Google cloud if you want a big vendor. https://cloud.google.com/sustainability EU based smaller hosting provider such as scaleway: https://www.scaleway.com/en/about-us/ For website, static generation opposes to loading ton of javascript and using a cdn. Not much to go on here.