Hacker News new | ask | show | jobs
by ISL 1092 days ago
Scratches head.

  [ISL@home:~]$ lscpu | grep -i intel
  Vendor ID:                       GenuineIntel
  Model name:                      Intel(R) Core(TM) i5-3330 CPU @ 3.00GHz
  [ISL@home:~]$ uname -a
  Linux home 6.1.0-6-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.15-1 (2023-03-05) x86_64 GNU/Linux
  [ISL@home:~]$ 

The i5-3330 went EOL in 2014, released in 2012. An up-to-date first-class Debian system on decade-old hardware is just a sudo apt update; sudo apt dist-upgrade away.

It is a real bummer that the major hardware vendors choose not to open up their devices when they reach end of life. Phones and old hardware are frequently viable for double their enforced service-lives or longer.

1 comments

I love this about Linux.

I do kind of wonder if Linux’ real problem is just that the Venn diagram of things people care about is all over the place and Linux just fails at the edge cases.

I’ve used Linux for a bunch of projects, and use it every day in a VM for work, but I wouldn’t dare to use it for my daily driver and I don’t think my niche needs are ever likely to be something that gets picked up. Shame for me, but the nature of open-source.

Out of curiosity, what kinds of niche needs might those be?
Trust features mostly.

macOS and Windows have a lot of features to lock user directories away from rogue software, and Macs have notarization and certificate revocation (which I believe is coming to Windows too unless I’m mistaken).

Notarization/revocation isn’t really philosophically FOSS compatible so I don’t ever see things like this making it’s way to Linux either.