• Dudewitbow@lemmy.zip
    link
    fedilink
    English
    arrow-up
    53
    ·
    edit-2
    5 months ago

    arm is very primed to take a lot of market share of server market from intel. Amazon is already very committed on making their graviton arm cpu their main cpu, which they own a huge lion share of the server market on alone.

    for consumers, arm adoption is fully reliant on the respective operating systems and compatibility to get ironed out.

    • icydefiance@lemm.ee
      link
      fedilink
      English
      arrow-up
      20
      ·
      5 months ago

      Yeah, I manage the infrastructure for almost 150 WordPress sites, and I moved them all to ARM servers a while ago, because they’re 10% or 20% cheaper on AWS.

      Websites are rarely bottlenecked by the CPU, so that power efficiency is very significant.

      • tal@lemmy.today
        link
        fedilink
        English
        arrow-up
        11
        ·
        edit-2
        5 months ago

        I really think that most people who think that they want ARM machines are wrong, at least given the state of things in 2024. Like, maybe you use Linux…but do you want to run x86 Windows binary-only games? Even if you can get 'em running, you’ve lost the power efficiency. What’s hardware support like? Do you want to be able to buy other components? If you like stuff like that Framework laptop, which seems popular on here, an SoC is heading in the opposite direction of that – an all-in-one, non-expandable manufacturer-specified system.

        But yours is a legit application. A non-CPU-constrained datacenter application running open-source software compiled against ARM, where someone else has validated that the hardware is all good for the OS.

        I would not go ARM for a desktop or laptop as things stand, though.

        • batshit@lemmings.world
          link
          fedilink
          English
          arrow-up
          4
          ·
          edit-2
          5 months ago

          If you didn’t want to game on your laptop, would an ARM device not be better for office work? Considering they’re quiet and their battery lasts forever.

          • frezik@midwest.social
            link
            fedilink
            English
            arrow-up
            3
            arrow-down
            1
            ·
            5 months ago

            ARM chips aren’t better at power efficiency compared to x84 above 10 or 15W or so. Apple is getting a lot out of them because TSMC 3nm; even the upcoming AMD 9000 series will only be on TSMC 4nm.

            ARM is great for having more than one competent company in the market, though.

            • batshit@lemmings.world
              link
              fedilink
              English
              arrow-up
              2
              ·
              5 months ago

              ARM chips aren’t better at power efficiency compared to x84 above 10 or 15W or so.

              Do you have a source for that? It seems a bit hard to believe.

              • frezik@midwest.social
                link
                fedilink
                English
                arrow-up
                2
                arrow-down
                1
                ·
                5 months ago

                If you look at pfsense/OPNsense hardware recommendations, it’s almost all using chips like the Intel N5105 (10W TDP, though admittedly “TDP” is itself a messy term) or J4125 (also 10W TDP). Using ARM hardware is asked a lot in the community forums, and it’s one of those questions that will get you a flamed for not checking Google first. The power usage benefits for switching to ARM just aren’t there.

                There is the Netgate 1100, which runs ARM on a proprietary build of pfsense. The community has largely ignored it in favor of Intel chips. There isn’t much of a price advantage, and the performance is lackluster.

                That said, there’s lots that you can do with a sub-10W chip, and x86 has nothing modern there.

                Personally, I cobbled together an OPNsense firewall out of some old desktop parts I had on hand. Power usage is a bit higher, but not so much that I care. I would like a more viable high-end ARM option, though, just because I don’t want x86 to be the only option.

                • bamboo@lemm.ee
                  link
                  fedilink
                  English
                  arrow-up
                  2
                  ·
                  5 months ago

                  Extrapolating the specific use case of pfsense routers to all other applications seems misleading, especially when arm laptops and servers exist that prove their utility and power savings for their use cases. It seems to be the case that there isn’t a particular arm device that is priced well and well suited for pfsense, which does have somewhat unusual requirements compared to other applications.

          • Nighed@sffa.community
            link
            fedilink
            English
            arrow-up
            1
            ·
            5 months ago

            As long as the apps all work. So much stuff is browser based now, but something will always turns up that doesn’t work. Something like mandatory timesheet software, a bespoke tool etc.

    • sugar_in_your_tea@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      10
      ·
      edit-2
      5 months ago

      Linux works great on ARM, I just want something similar to most mini-ITX boards (4x SATA, 2x mini-PCIe, and RAM slots), and I’ll convert my DIY NAS to ARM. But there just isn’t anything between RAM-limited SBCs and datacenter ARM boards.

      • Dudewitbow@lemmy.zip
        link
        fedilink
        English
        arrow-up
        16
        ·
        edit-2
        5 months ago

        arm is a mixed bag. iirc atm the gpu on the Snapdragon X Elite is disabled on Linux, and consumer support is reliant on how well the hardware manufacturer supports it if it closed source driver. In the case of qualcomm, the history doesnt look great for it

        • sugar_in_your_tea@sh.itjust.works
          link
          fedilink
          English
          arrow-up
          2
          ·
          5 months ago

          Eh, if they give me a PCIe slot, I’m happy to use that in the meantime. My current NAS uses an old NVIDIA GPU, so I’d just move that over.

          • Zangoose@lemmy.world
            link
            fedilink
            English
            arrow-up
            2
            ·
            5 months ago

            Apparently (from another comment on a thread about arm from a few weeks ago) consumer GPU bioses contain some x86 instructions that get run on the CPU, so getting full support for ARM isn’t as simple as swapping the cards over to a new motherboard. There are ways to hack around it (some people got AMD GPUs booting on a raspberry pi 5 using its PCIe lanes with a bunch of adapters) but it is pretty unreliable.

            • sugar_in_your_tea@sh.itjust.works
              link
              fedilink
              English
              arrow-up
              3
              ·
              5 months ago

              Yeah, there are some software issues that need to be resolved, but the bigger issue AFAIK is having the hardware to handle it. The few ARM devices with a PCIe slot often don’t fully implement the spec, such as power delivery. Because of that, driver work just doesn’t happen, because nobody can realistically use it.

              If they provide a proper PCIe slot (8-16 lanes, on-spec power delivery, etc), getting the drivers updated should be relatively easy (months, not years).