Skip to content

Commit e0cc90a

Browse files
committed
cleanup
1 parent 26dde30 commit e0cc90a

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

src/components/EnergyConsumptionChart.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ const EnergyConsumptionChart: React.FC = () => {
149149
color: "#C1B6F5",
150150
},
151151
{
152-
name: t("energy-consumption-chart-airbnb-label"),
152+
name: "AirBnB",
153153
amount: 0.02,
154154
color: "#E50914",
155155
},

src/content/energy-consumption/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The chart above displays the estimated yearly energy consumption in TWh/yr for E
2929
| AirBnB | 0.02 | 8x | [source](<https://s26.q4cdn.com/656283129/files/doc_downloads/governance_doc_updated/Airbnb-ESG-Factsheet-(Final).pdf>) |
3030
| PoS Ethereum | 0.0026 | 1x | [source](https://carbon-ratings.com/eth-report-2022) |
3131

32-
It is complicated to get accurate estimates for energy consumption, especially when what is being measured has a complex supply chain or deployment details that influence its efficiency. consider Netflix or Youtube as examples. Estimates of their energy consumption vary depending upon whether they only include the energy used to maintain their systems and deliver content to users (_direct expenditure_) or whether they include the expenditure required to produce content, run corporate offices, advertise, etc (_indirect expenditure_). Indirect usage could also include the energy required to consume content on end-user devices such as TVs, computers and mobiles, which in turn depends on which devices are used.
32+
It is complicated to get accurate estimates for energy consumption, especially when what is being measured has a complex supply chain or deployment details that influence its efficiency. Consider Netflix or Youtube as examples. Estimates of their energy consumption vary depending upon whether they only include the energy used to maintain their systems and deliver content to users (_direct expenditure_) or whether they include the expenditure required to produce content, run corporate offices, advertise, etc (_indirect expenditure_). Indirect usage could also include the energy required to consume content on end-user devices such as TVs, computers and mobiles, which in turn depends on which devices are used.
3333

3434
There is some discussion of this issue on [Carbon Brief](https://www.carbonbrief.org/factcheck-what-is-the-carbon-footprint-of-streaming-video-on-netflix). In the table above, the value reported for Netflix includes their self-reported _direct_ and _indirect_ usage. Youtube only provides an estimate of their own _direct_ energy expenditure, which is around [12 TWh/yr](https://www.gstatic.com/gumdrop/sustainability/google-2020-environmental-report.pdf).
3535

src/intl/en/page-about.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,5 @@
3131
"energy-consumption-chart-eth-pow-label": "ETH PoW",
3232
"energy-consumption-chart-gaming-us-label": "Gaming in the US",
3333
"energy-consumption-chart-paypal-label": "PayPal",
34-
"energy-consumption-chart-airbnb-label": "AirBnB",
3534
"energy-consumption-chart-eth-pos-label": "ETH PoS"
3635
}

src/intl/en/page-what-is-ethereum.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@
9595
"energy-consumption-chart-eth-pow-label": "ETH PoW",
9696
"energy-consumption-chart-gaming-us-label": "Gaming in the US",
9797
"energy-consumption-chart-paypal-label": "PayPal",
98-
"energy-consumption-chart-airbnb-label": "AirBnB",
9998
"energy-consumption-chart-eth-pos-label": "ETH PoS",
10099
"page-what-is-ethereum-the-merge-update": "The Merge update",
101100
"page-what-is-ethereum-additional-reading": "Additional reading",

0 commit comments

Comments
 (0)