I didn’t know whether to mark this NSFW or not but it’s time to buy a new computer if you haven’t upgraded in multiple decades.

  • Dariusmiles2123@sh.itjust.works
    link
    fedilink
    arrow-up
    23
    arrow-down
    1
    ·
    2 days ago

    I think it should be possible to still run Linux on almost every 25 years old computer.

    If the computer is older than this, it really becomes a piece of history and I can accept that it’d take efforts from the user to keep it in use, just like a collection car.

    I only hope no bricking update is gonna be proposed to the people running such old hardware. The distribution should check if the hardware is compatible with a newer kernel before updating.

    Still I think it’s important that Linux remains the OS of choice for old hardware and that the some distros remain deficated to these museum pieces.

  • pineapple@lemmy.ml
    link
    fedilink
    English
    arrow-up
    43
    arrow-down
    1
    ·
    3 days ago

    That’s a real showcase of how linux actually cares about its users over other companies. It’s great to see that hardware I buy now will be supported on linux for a long long time into the future.

    • LeFantome@programming.dev
      link
      fedilink
      arrow-up
      3
      ·
      2 days ago

      The Linux kernel still supports Pentium but most Linux distros do not. The only two I can think of are Adelie and Gentoo. Nothing based on Debian does (Pentium Pro minimum).

    • Troy@lemmy.ca
      link
      fedilink
      arrow-up
      9
      ·
      3 days ago

      I remember when Mandrake was a young distro – a redhat derivative – and they (gasp) chose to compile for i586 instead of i386. People were like VROooooOM! And a bunch of other people were like: why would you target CPU instructions that not everyone has?!

  • peetabix@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    17
    ·
    3 days ago

    Linux newb here. So I’m assuming this would make the kernel smaller, and take up less space. Would it be significant?

    • ShittyBeatlesFCPres@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      30
      ·
      3 days ago

      It’s probably less about making the kernel smaller and more about security and reviewing code. The less code you have to maintain, the fewer vulnerabilities even if it’s old code.

      I would doubt almost 20 year-old code is taking up a lot of space or presenting new vulnerabilities. And it’s obviously open source so if anyone needs it, they can always use an older kernel or maintain it. Sometimes, your oldest code is insane. I wish there was a budget for every company and government to pay retirees part time to go back over their oldest code that’s still in use. A lot of retired programmers would do it for fun and nostalgia. And to be horrified something they wrote 20 years ago hasn’t been updated or replaced.

      • utopiah@lemmy.ml
        link
        fedilink
        arrow-up
        10
        ·
        3 days ago

        I wish there was a budget for every company and government to pay retirees part time to go back over their oldest code that’s still in use. A lot of retired programmers would do it for fun and nostalgia.

        There is no budget for it AFAICT but there is https://github.com/abandonware and others trying to help on that path.

    • LeFantome@programming.dev
      link
      fedilink
      arrow-up
      17
      ·
      3 days ago

      The Linux kernel is well over 30 million lines of code (lots of that is drivers).

      This change shrinks the kernel by about 15,000 lines. That is not nothing, but it hardly moves the needle.

      It is just one less thing to have to worry about and one less constraint to limit flexibility in the future.

  • ☂️-@lemmy.ml
    link
    fedilink
    arrow-up
    8
    ·
    3 days ago

    i like this. hardware should be the least disposable as possible, as long as there is manpower to maintain it. as long as theres people still using it fruitfully, its not trash.

  • brax@sh.itjust.works
    link
    fedilink
    arrow-up
    6
    ·
    3 days ago

    “My baby, you have blossomed into a wonderful adult. It’s time to stop relying on us now, though. Go on and do big things, or something…”

    • CameronDev@programming.dev
      link
      fedilink
      arrow-up
      25
      ·
      edit-2
      3 days ago

      Old kernels still run on it, it just won’t get new versions.

      The reason Linux (and BSD) is perfect for old machines is that the source code is available, so anyone can maintain it if they want to. It doesn’t mean the core Linux team has to maintain it for them though.

    • LandedGentry@lemmy.zip
      link
      fedilink
      English
      arrow-up
      19
      arrow-down
      1
      ·
      edit-2
      3 days ago

      Dude it’s been almost 20 years of support and it’s not like they brick today. If you want to run one it will still work for years.

      When was the last time you ran a 486?

    • LeFantome@programming.dev
      link
      fedilink
      arrow-up
      10
      ·
      edit-2
      3 days ago

      Latest 486 “distro” released 3 months ago:

      https://github.com/marmolak/gray486linux

      Same userland as Alpine Linux. Newer version of MUSL than current Void Linux ships with. Up to the minute kernel.

      The oldest kernel version still getting updates at kernel.org is from 6 years ago. So, we may still have active 486 support in official kernels for years yet.

      Even after that, the kernel will stay available. You can always backport any important security fixes yourself.

      And this is just the kernel. A 486 will run current c libraries for decades most likely.

      You can still use Linux on 386 and Git commits as recent as a year ago say things like “adding support for new hardware”.

      https://github.com/marmolak/gray386linux

      Again, even in a 386 you have the same C library and userland as found in current Alpine Linux.

    • Vopyr@lemmy.world
      link
      fedilink
      arrow-up
      4
      ·
      edit-2
      2 days ago

      Wow, to wake up and see that a large number of people have downvoted my simple noob comment is definitely something. C’mon people, chill, I am quite new to all this stuff.

    • 418_im_a_teapot@sh.itjust.works
      link
      fedilink
      arrow-up
      3
      arrow-down
      3
      ·
      3 days ago

      And how much have you paid for the last 18 years of support? You can continue to run Linux on old hardware, as long as you’re willing to pay for the development. 18 years is one hell of a freemium model.