<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Sébastien</title>
    <description>The latest articles on DEV Community by Sébastien (@perennova).</description>
    <link>https://dev.to/perennova</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4129662%2Fd24c2a74-d30a-47e8-b372-9391a607bf91.png</url>
      <title>DEV Community: Sébastien</title>
      <link>https://dev.to/perennova</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/perennova"/>
    <language>en</language>
    <item>
      <title>Your servers are not the problem: devices are 65–92% of digital's footprint</title>
      <dc:creator>Sébastien</dc:creator>
      <pubDate>Thu, 17 Sep 2026 10:46:22 +0000</pubDate>
      <link>https://dev.to/perennova/your-servers-are-not-the-problem-devices-are-65-92-of-digitals-footprint-4cog</link>
      <guid>https://dev.to/perennova/your-servers-are-not-the-problem-devices-are-65-92-of-digitals-footprint-4cog</guid>
      <description>&lt;p&gt;Most "green software" conversations I see start at the server. Pick a greener host, move to a cleaner region, trim your bundle, measure grams of CO₂ per page view. All of it is real work, and almost none of it is where the impact is.&lt;br&gt;
The French environment agency (ADEME) and the telecoms regulator (Arcep) ran a joint study on the environmental footprint of digital technology in France. The headline number is uncomfortable if you're an engineer: user devices account for 65% to 92% of the total footprint, depending on which indicator you look at — and the bulk of that is manufacturing, not electricity.&lt;br&gt;
Your servers are in the remainder.&lt;br&gt;
What that actually implies&lt;br&gt;
If devices dominate, and manufacturing dominates devices, then the single biggest environmental lever in a digital product is not efficiency. It's not pushing your users to replace their hardware.&lt;br&gt;
A service that still runs acceptably on a six-year-old Android phone does more for its footprint than any hosting migration you will ever run. And that decision is almost never made by the infrastructure team. It's made in a refinement session, when someone says "we can drop support for that, nobody's on it anyway," and nobody asks how many people "nobody" is.&lt;br&gt;
Here's the hierarchy I now use, most powerful first:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Rank&lt;/th&gt;
&lt;th&gt;Lever&lt;/th&gt;
&lt;th&gt;Who decides&lt;/th&gt;
&lt;th&gt;Cost&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;1&lt;/td&gt;
&lt;td&gt;Don't build the feature&lt;/td&gt;
&lt;td&gt;Product&lt;/td&gt;
&lt;td&gt;negative — you save&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;2&lt;/td&gt;
&lt;td&gt;Don't exclude old devices&lt;/td&gt;
&lt;td&gt;Product + Eng&lt;/td&gt;
&lt;td&gt;low to medium&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;3&lt;/td&gt;
&lt;td&gt;Cut media and data weight&lt;/td&gt;
&lt;td&gt;Design + Eng&lt;/td&gt;
&lt;td&gt;low&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;4&lt;/td&gt;
&lt;td&gt;Simplify the flow (fewer screens, fewer requests)&lt;/td&gt;
&lt;td&gt;Product + Design&lt;/td&gt;
&lt;td&gt;low&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;5&lt;/td&gt;
&lt;td&gt;Optimise architecture and hosting&lt;/td&gt;
&lt;td&gt;Eng&lt;/td&gt;
&lt;td&gt;medium to high&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;6&lt;/td&gt;
&lt;td&gt;Offset&lt;/td&gt;
&lt;td&gt;Nobody — this is not a lever&lt;/td&gt;
&lt;td&gt;—&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;Rank 6 is not a joke. Offsetting doesn't reduce your service's footprint, it buys the reduction somewhere else. If it comes up as the answer in a steering committee, it's a reliable signal that ranks 1 to 5 were never worked.&lt;br&gt;
And rank 1 is the whole thing in one line: the feature you don't ship is the only one whose impact is zero. No engineer can optimise a feature that shouldn't have existed.&lt;br&gt;
Why the existing frameworks don't get used&lt;br&gt;
France has a public, free, genuinely good reference framework for this: the RGESN (référentiel général de l'écoconception des services numériques), version 2, published 17 May 2024 by Arcep and Arcom together with ADEME. Seventy-eight criteria, each with a practice sheet, three priority levels. The W3C's Web Sustainability Guidelines cover similar ground for an English-speaking audience — that work now sits with the W3C Sustainable Web Interest Group, and the guidelines are developed in the open on GitHub.&lt;br&gt;
Both are built for auditing. Neither is built for the thing that actually happens on a Tuesday afternoon, which is a product manager with fifteen minutes and a backlog, deciding whether a feature ships.&lt;br&gt;
Seventy-eight criteria is not a decision tool. It's a conformance tool. Those are different objects, and conflating them is why most teams read the framework once and never open it again.&lt;br&gt;
Eight questions instead of seventy-eight&lt;br&gt;
So I compressed it into what a refinement session can absorb. Eight questions, roughly four minutes, asked before anything gets built. If the answer to the first one is weak, the other seven are moot.&lt;br&gt;
What measured usage justifies this feature? Not expected usage — observed usage on something comparable. Failing that, what test will measure it before you generalise.&lt;br&gt;
What are you removing in exchange? A team that has deleted nothing in six months isn't making trade-offs, it's accumulating.&lt;br&gt;
Does this exclude any device currently in your user base? If yes: which one, how many users, and who owns that call by name.&lt;br&gt;
How many network requests and kilobytes does this add to the main flow? An order of magnitude is enough. Having no answer at all is the real signal.&lt;br&gt;
What new data does it collect, and how long is that data kept?&lt;br&gt;
Does the degraded version stay usable without this feature? If not, you just created a hard dependency.&lt;br&gt;
What triggers its removal? A usage threshold and a date. A feature with no kill criterion is permanent by default.&lt;br&gt;
What's the likely rebound effect? A per-user gain multiplied by an increase in usage you caused can be a net loss.&lt;br&gt;
Question 7 is the one that changes behaviour fastest, in my experience. Most backlogs have no deletion mechanism at all, so everything that ships stays forever, and the footprint only goes one way.&lt;br&gt;
The traps, in order of how often I see them&lt;br&gt;
Measuring what's easy instead of what matters. Hosting emissions are simple to obtain and small. Device impact is hard to obtain and is most of it. A sustainability page that talks only about hosting is a tell.&lt;br&gt;
Confusing eco-design with offsetting. One reduces, the other purchases. Mixing them in the same communication invites a greenwashing critique that will be entirely fair.&lt;br&gt;
Ignoring rebound. A lighter service that triggers three times the usage has increased its total footprint. Gains have to be reasoned in absolute terms, not per user.&lt;br&gt;
Chasing the label before the practice. Publishing a sustainability declaration on top of an empty process is the most expensive reputational risk on this list.&lt;br&gt;
If you want to run it&lt;br&gt;
I built a free version of the eight questions as a single static page — no signup, no tracker, no network request after load, and it gives you a score out of 100 plus your two highest-priority levers: &lt;a href="https://perennova-eco.github.io/en/" rel="noopener noreferrer"&gt;https://perennova-eco.github.io/en/&lt;/a&gt;&lt;br&gt;
It's open and it costs nothing. The MIT-licensed source is on GitHub. There's no buy button on it: I do sell a longer kit built on the same method, but it exists in French only, and pointing English readers at a document they can't read would be a waste of their click.&lt;br&gt;
Disclosure, since it matters here: I'm one person doing this in the open, and I use AI tooling to draft and translate. The numbers, the sources and the method are mine and are checkable — the ADEME-Arcep study and the RGESN are both public.&lt;br&gt;
The question I'd actually like answered: for those of you who've tried to get this onto a roadmap — what got you a yes? In my experience the regulatory argument lands badly and the cost argument lands well, but I've only got my own sample. What worked in yours?&lt;/p&gt;

</description>
      <category>sustainability</category>
      <category>greentech</category>
      <category>webperf</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
