• HugeNerd@lemmy.ca
    link
    fedilink
    English
    arrow-up
    3
    ·
    3 hours ago

    Why not just hand them over to agentic AI in a flatpack running on a VM in Docker container in the cloud?

  • antianarchist@sopuli.xyz
    link
    fedilink
    English
    arrow-up
    26
    ·
    13 hours ago

    chips like Intel’s old Core 2 Duo, which comprises about 47 percent of their fleet

    That’s just a crazy number and I was not aware how dated their systems were. On the other hand, never touch a running system.

    • WhatAmLemmy@lemmy.world
      link
      fedilink
      English
      arrow-up
      14
      ·
      10 hours ago

      The LHC was completed in 08. That chip was sold from 06 to 12. This means basically half the pc’s they bought ~15 years ago are still meeting their needs.

      Honestly, this is the way it should be. The only reason most enterprises upgrade their computers is because Microslop, and all the other proprietary software they’ve allowed themselves to grow dependent on, require it; not because a 20 year old computer isn’t snappy on Debian, or isn’t powerful enough for email, docs, and browsing. The LHC requires supercomputers and server farms for primary operations. These pc’s are basically just thin clients to access those resources.

      There are still a shocking amount of Windows XP and 7 systems in production, because the software stack doesn’t need to be updated. If those systems had been deployed on linux 20 years ago, they would still be fully capable of receiving security updates.

      • BurgerBaron@quokk.au
        link
        fedilink
        English
        arrow-up
        3
        ·
        6 hours ago

        I work manufacturing, any computer that isn’t connected to the internet doesn’t get upgraded. Windows XP on PLC touchscreens.

        • WhatAmLemmy@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          ·
          54 minutes ago

          Yeah, and that’s generally fine if it isn’t critical infra that could be targeted by bad actors, and they don’t have wifi or uncontrolled interfaces. The risk and damage of someone pulling apart an ATM to get at a USB port is negligible.

          The main problem with it is the longer things don’t get upgraded the less people know how to fix or service them, which adds extra friction and cost to change anything with each passing year. After 10-20 years of zero updates, major projects are required because the OS and software stack need a complete overhaul to make even the smallest software change, and the software becomes a major bottleneck to organizational change or operations.

      • antianarchist@sopuli.xyz
        link
        fedilink
        English
        arrow-up
        2
        ·
        6 hours ago

        You are saying that to someone who recently bought a Lenovo T420 with a new battery pack, installed Debian with Xfce. An amazing work horse.

      • UndergroundParking@lemmy.cafe
        link
        fedilink
        English
        arrow-up
        3
        arrow-down
        1
        ·
        8 hours ago

        The only reason most enterprises upgrade their computers is because Microslop

        Honestly - not true. It’s compliance. Compliance says you need to be insured, insurance says you need to have vendor support, vendor says sorry, your old shit is out of support.

  • oce 🐆@jlai.lu
    link
    fedilink
    English
    arrow-up
    60
    ·
    19 hours ago

    The reason is old hardware support:

    The reason for all that was a compiler flag. When Red Hat builds RHEL, it picks a minimum CPU generation the software will run on. RHEL 9’s cutoff already excludes CERN’s oldest boards, the kind running chips like Intel’s old Core 2 Duo, which comprises about 47 percent of their fleet.

    RHEL 10 raises that cutoff again, and this time even newer Ivy Bridge-generation boards, another 17 percent, fall on the wrong side of it.

    • 0x4f1@lemmy.world
      link
      fedilink
      English
      arrow-up
      16
      ·
      13 hours ago

      Core 2 Duo, wow! Present day raspberry pi is likely faster and much more power efficient. Not to mention security considerations.

      • palordrolap@fedia.io
        link
        fedilink
        arrow-up
        4
        ·
        7 hours ago

        Yes, but not yet, which is all CERN needs for now.

        They’ll undoubtedly switch to something else in a few years if they continue to favour hardware retention over software compliance.

        Spiralling off into rampant speculation, I can imagine they might end up finding some way to create their own in-house Linux distro that supports old hardware if all the stock distros raise the bar out of the reach of what they have, but I’m sure they hope that’s a way off yet.

        But it could be a good thing for folks outside CERN with old hardware if that ever comes to pass.

    • lambalicious@lemmy.sdf.org
      link
      fedilink
      English
      arrow-up
      2
      arrow-down
      4
      ·
      13 hours ago

      I mean they could have just picked Debian 12… I doubt Debian will make retroactive slop updates to older versions of the distro. At least that’s what I’m doing on the systems I administer: set up a custom package that conflicts with base-files >= 13 and with some already-known slopified version numbers (thanks to Open Slopware) to keep things a bit more under control.

        • lambalicious@lemmy.sdf.org
          link
          fedilink
          English
          arrow-up
          2
          ·
          8 hours ago

          Thanks to how Debian versions packages, numero 2 is solved with a package solution like mine (liberal use of >> for package version comparison), so that you can’t install the updates that come with slopification.

    • rozodru@piefed.world
      link
      fedilink
      English
      arrow-up
      2
      arrow-down
      2
      ·
      13 hours ago

      I mean if you want something that’s stable and you really don’t have to think about upgrading similar to Debian there’s always NixOS. wee bit of a learning curve but once you have it configured you can pretty much forget about it. can even run stuff without installing it if you wanted.

      • raspberriesareyummy@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        11 hours ago

        As a programmer, I can always run stuff without installing ;) As a user, however, I wish to have 3D acceleration capable graphics drivers for the occasional game.