logoalt Hacker News

jvetoday at 8:19 AM4 repliesview on HN

> At Chrome's scale, the climate bill for one model push, paid in atmospheric CO2 by the entire planet, is between six thousand and sixty thousand tonnes of CO2-equivalent emissions, depending on how many devices receive the push.

Environmental analysis for operations? Not a fan of thinking in such terms.

> For users on capped mobile data plans, particularly in regions where smartphone-as-only-internet is dominant (much of Africa, much of South and Southeast Asia, most of Latin America), 4 GB of unrequested download is on the order of a month's data allowance, vapourised by Chrome on the user's behalf. Google has not, to my knowledge, published any analysis of the welfare impact of this on the populations whose internet access is metered.

THIS is a valid concern. Otherwise I'm not buying into "ask for consent because of dependency X". Users don't like questions/consents.

However OS (at least windows) has an way to set network connection as a metered so software can make informed decisions. Also Android has "Data Saver" function which should also be honored by software.


Replies

PatronBernardtoday at 8:22 AM

> Environmental analysis for operations? Not a fan of thinking in such terms.

Why not? It's about 60 000 London - New York City flights by the way (https://www.theguardian.com/environment/ng-interactive/2019/...). And what's the benefit again?

show 1 reply
SwellJoetoday at 8:22 AM

I know it takes extra steps to make Android perform OS or app updates over LTE. I doubt it's downloading a 4GB model over LTE unless the user has chosen to perform updates over LTE.

pu_petoday at 8:26 AM

Some parts of the anti-AI movement are becoming so unhinged that now any use of compute is considered an environmental threat. This degrowth mentality needs to die.

show 3 replies
mschuster91today at 8:39 AM

> However OS (at least windows) has an way to set network connection as a metered so software can make informed decisions. Also Android has "Data Saver" function which should also be honored by software.

Unfortunately, that automation is unreliable. It doesn't work across operating systems - Windows laptops won't enable data-saver mode when connected to iPhones and macOS laptops won't when connected to Android phones, and neither will enable it when connected to, say, public transport wifi.

And even if the OS has the information, websites can't reliably use it either. Firefox and Safari both don't implement the NetworkInformation API [1].

[1] https://developer.mozilla.org/en-US/docs/Web/API/NetworkInfo...