Live data from Hacker News

Ask HN: As a developer, do you consider the carbon footprint of your apps?

news.ycombinator.com

1–10 of 51 posts

Ask HN: As a developer, do you consider the carbon footprint of your apps?

#1
Hi there,

I'm terrible at addressing the current environmental challenges.

This morning, I discovered the Website Carbon Calculator [0] and tested all the websites I've created. To my surprise, some of my websites turned out to be disastrous.

Until now, I hadn't been concerned about the carbon footprint of my apps, but having access to this information encourages us, as developers, to take responsibility for the performance of what we build. This article [1] details how to reduce this footprint when building websites, serving as a great starting point for considering how we can minimize our impact (e.g. using less JavaScript)

I don't want to engage in the cliché of “greenwashing”, but rather aim to make a positive impact as a developer.

What are your thoughts? Were you already aware of this?

[0] https://www.websitecarbon.com/

[1] https://www.wholegraindigital.com/blog/website-energy-efficiency/

(I'm not affiliated with any of the website I quote)

Re: Ask HN: As a developer, do you consider the carbon footprint of your apps?

#4
I have been to a few talks and likely about the footprint of making and running modern video games (and companies).

It is on my mind, and I have become more aware about how game design and implementations can facilitate over consumption. Small example is to have vsync enabled by default for all users, just so you don’t have users GPUs spinning at max speed.

I am not actively persuading it at the moment. But I have been aware about and been sharing knowledge with people of those ideas.

One nice side effect of reducing carbon footprint of these things is that it usually becomes cheaper to run as well :) similar to how accessibility seems to benefit a lot more people than what you target.

Re: Ask HN: As a developer, do you consider the carbon footprint of your apps?

#5
Not entirely. Besides the ones I build for work, I have a few systems running in a local server that I wrote, but I already optimized my home electricity network to use as little as possible.

For work, I don't have all that much choice. Obviously, I try to write as efficient code as reasonable, but I have no input on where it's hosted.

Re: Ask HN: As a developer, do you consider the carbon footprint of your apps?

#7
Looks like a new term for website optimisation? Which, more or less, anyone building anything online should do anyway. But forcing any environmental meaning behind in doesn't feel right.

It's like sorting waste that will end up in the general landfill.

Re: Ask HN: As a developer, do you consider the carbon footprint of your apps?

#10
Rockstar Games for sure didn't. They were "performing nearly 2 billion (largely pointless) item checks before each game." [0] Patching them out reduced load times by several minutes.

HN discussion: https://news.ycombinator.com/item?id=26296339

[0] https://www.eurogamer.net/rockstar-officially-implementing-f...

Post reply on HN