European e-waste campaigners are calling on EU leadership to force tech vendors to provide 15 years of software updates, using Microsoft’s plan to end Windows 10 support next month — which may make an estimated 400 million PCs obsolete — as a textbook case of avoidable e-waste.
Windows 10 has already had 10 years of support. ESU extends this one extra year. If you have hardware that cannot meet Windows 11’s requirements, there are other OSes available that will happily run on that hardware. Which is what brings us to the real issue.
Microsoft’s near monopoly on consumer grade PCs and Apple’s vendor lock in. This is the core issue.
Companies can do this because there are no regulations to stop them. We call on European Commissioner Jessika Roswall to introduce EU Ecodesign requirements for laptops, guaranteeing at least 15 years of software updates. No more devices designed to break or become obsolete before their time
Ten years is a very long time for support. If you need support past that length, you need a different OS. Apple does good to keep Macs made in the last five to seven years still able to run their newest OS. They are some of the worse offenders on this. But even with a different OS, there’s still a limit to how far you can take hardware. You could put the best optimized software on really old hardware and that won’t change that the underlying CPU is old.
The older hardware gets the harder it is to keep supporting it. Case in point, there reason you can’t get TLS 1.2 that pretty much every site now requires onto Windows 95 era machine is the underlying hardware cannot keep up with the required computational needs to support that encryption. And if you happened to install Windows 95 onto modern hardware, the number of changes to the OS to get access to the underlying hardware is pretty much an upgrade to Windows 7.
Ten year old machines are doing alright for the time being, but we have to move on. TLS 1.3 is here, has been here since 2018. The stricter requirements for security, require more advanced hardware.
And I just mention TLS as a single example of what we’re talking about here. Modern hardware advances and attackers and users get those at the same time. While software security schemes do ensure security long after the hardware has become dated, there’s a point where it won’t matter anymore what software you toss onto the machine. It’s just so out dated it doesn’t matter, no software is securing it. Now that’s usually a lot longer than ten years, but it’s not much longer.
You can take a very lightweight Linux distro and pop it onto a Pentium 3 machine. It will technically run. But you are lacking SSE2 and even if you recompiled to remove SSE2 optimizations and strictly held to 586 ISA, you’re not going to enjoy the performance on the machine. For even the most simple tasks like unpacking a 7-zip. You will fare very unwell to some attacker who has a modern Threadripper machine.
I love old machines but the rest of the world is moving forward. Yes, software could technically cover for more than ten years, but not much more. But it’s silly to think that a Athlon 64 (2003), the oldest CPU you can technically get working on Windows 10 because of the NX bit requirement, would be able to keep pace on today’s multi megabyte sized website. Hell even the X2 models that were the first to be “dual core” would have issues with how modern web browsers handle things because Athlon 64 X2’s model for multiple processors is vastly different than how modern CPUs do it. It wouldn’t take anything for someone to feed it a website that would bring the system to it’s knees.
The thing is 15 years a very long time in the world of technology that’s ever evolving. Software can only go so far. 15 years is absolutely you need a different OS if that’s your requirement territory. But when you start hitting 20 years, your going to see breakage no matter what software you throw at it. It might be very slight at the 20 year mark. but each year after that it’s going to become more pronounced.
Ten years is a very long time for support. If you need support past that length, you need a different OS.
I strongly disagree. Ten years should be the bare minimum required. Windows used to support hardware way longer than 10 years and probably more than 15, until Windows 11 came out.
The older hardware gets the harder it is to keep supporting it. Case in point, there reason you can’t get TLS 1.2 that pretty much every site now requires onto Windows 95 era machine is the underlying hardware cannot keep up with the required computational needs to support that encryption. And if you happened to install Windows 95 onto modern hardware, the number of changes to the OS to get access to the underlying hardware is pretty much an upgrade to Windows 7.
Windows 95 is a bad example since it’s a 30 year old OS. It’s a completely different era with different OS architecture and different OS environment. Let’s instead use an example of an OS from the time frame being discussed: Windows 7, released a little over 15 years ago. There’s very little reason why a computer that was made since Windows 7 was released shouldn’t be able to run Windows 11. I think that this is a profit maximization decision on Microsoft’s part (less hardware support, less development and testing cost). They basically said screw the customers and screw the environment.
Well, maybe tell Microsoft and others to stop sucking in these technological advances they treat as shiny misunderstood toys that are forced down everyone’s throats and make everyone’s lives a lot harder than they’re supposedly making easier.
I am not arguing against the idea of upgrading at all or avoiding security at all. What I am always tired of, is just seeing the direction Microsoft takes and then telling people to shove off into their shitty new ecosystem for the sake of security. Like no, you’re watering down your OS and dumbing down everything while telling millions of users like “well, uh, like it because we’re Microsoft so fuck you”.
And nothing is improving or giving people the strong urge to immediately upgrade because of said directions and choices.
Which is why we have this delayed lapse in people just stretching out these support cycles who’re not interested in hopping to the next OS, because they aren’t liking what they see and sometimes experience on another’s computer that has that latest OS version.
By the time Windows 10 is truly done, Windows 11 has its announcement for the last of its updates and by the time Microsoft moves to 12 in however they handle it, maybe then.
Windows 10 has already had 10 years of support. ESU extends this one extra year. If you have hardware that cannot meet Windows 11’s requirements, there are other OSes available that will happily run on that hardware. Which is what brings us to the real issue.
Microsoft’s near monopoly on consumer grade PCs and Apple’s vendor lock in. This is the core issue.
Ten years is a very long time for support. If you need support past that length, you need a different OS. Apple does good to keep Macs made in the last five to seven years still able to run their newest OS. They are some of the worse offenders on this. But even with a different OS, there’s still a limit to how far you can take hardware. You could put the best optimized software on really old hardware and that won’t change that the underlying CPU is old.
The older hardware gets the harder it is to keep supporting it. Case in point, there reason you can’t get TLS 1.2 that pretty much every site now requires onto Windows 95 era machine is the underlying hardware cannot keep up with the required computational needs to support that encryption. And if you happened to install Windows 95 onto modern hardware, the number of changes to the OS to get access to the underlying hardware is pretty much an upgrade to Windows 7.
Ten year old machines are doing alright for the time being, but we have to move on. TLS 1.3 is here, has been here since 2018. The stricter requirements for security, require more advanced hardware.
And I just mention TLS as a single example of what we’re talking about here. Modern hardware advances and attackers and users get those at the same time. While software security schemes do ensure security long after the hardware has become dated, there’s a point where it won’t matter anymore what software you toss onto the machine. It’s just so out dated it doesn’t matter, no software is securing it. Now that’s usually a lot longer than ten years, but it’s not much longer.
You can take a very lightweight Linux distro and pop it onto a Pentium 3 machine. It will technically run. But you are lacking SSE2 and even if you recompiled to remove SSE2 optimizations and strictly held to 586 ISA, you’re not going to enjoy the performance on the machine. For even the most simple tasks like unpacking a 7-zip. You will fare very unwell to some attacker who has a modern Threadripper machine.
I love old machines but the rest of the world is moving forward. Yes, software could technically cover for more than ten years, but not much more. But it’s silly to think that a Athlon 64 (2003), the oldest CPU you can technically get working on Windows 10 because of the NX bit requirement, would be able to keep pace on today’s multi megabyte sized website. Hell even the X2 models that were the first to be “dual core” would have issues with how modern web browsers handle things because Athlon 64 X2’s model for multiple processors is vastly different than how modern CPUs do it. It wouldn’t take anything for someone to feed it a website that would bring the system to it’s knees.
The thing is 15 years a very long time in the world of technology that’s ever evolving. Software can only go so far. 15 years is absolutely you need a different OS if that’s your requirement territory. But when you start hitting 20 years, your going to see breakage no matter what software you throw at it. It might be very slight at the 20 year mark. but each year after that it’s going to become more pronounced.
I strongly disagree. Ten years should be the bare minimum required. Windows used to support hardware way longer than 10 years and probably more than 15, until Windows 11 came out.
Windows 95 is a bad example since it’s a 30 year old OS. It’s a completely different era with different OS architecture and different OS environment. Let’s instead use an example of an OS from the time frame being discussed: Windows 7, released a little over 15 years ago. There’s very little reason why a computer that was made since Windows 7 was released shouldn’t be able to run Windows 11. I think that this is a profit maximization decision on Microsoft’s part (less hardware support, less development and testing cost). They basically said screw the customers and screw the environment.
Well, maybe tell Microsoft and others to stop sucking in these technological advances they treat as shiny misunderstood toys that are forced down everyone’s throats and make everyone’s lives a lot harder than they’re supposedly making easier.
I am not arguing against the idea of upgrading at all or avoiding security at all. What I am always tired of, is just seeing the direction Microsoft takes and then telling people to shove off into their shitty new ecosystem for the sake of security. Like no, you’re watering down your OS and dumbing down everything while telling millions of users like “well, uh, like it because we’re Microsoft so fuck you”.
And nothing is improving or giving people the strong urge to immediately upgrade because of said directions and choices.
Which is why we have this delayed lapse in people just stretching out these support cycles who’re not interested in hopping to the next OS, because they aren’t liking what they see and sometimes experience on another’s computer that has that latest OS version.
By the time Windows 10 is truly done, Windows 11 has its announcement for the last of its updates and by the time Microsoft moves to 12 in however they handle it, maybe then.
Some websites bring my 9800X3D to its knees