Live data from Hacker News

Ask HN: What's the lowest carbon impact way to build a web page in 2020?

news.ycombinator.com

1–6 of 6 posts

Re: Ask HN: What's the lowest carbon impact way to build a web page in 2020?

#3
Google 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.

Re: Ask HN: What's the lowest carbon impact way to build a web page in 2020?

#4

Define "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?

#5
post #4

Define "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

Thx !

Re: Ask HN: What's the lowest carbon impact way to build a web page in 2020?

#6

Google 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.

Thx !