tr:dr; he says “x86 took over the server market” because it was the same architecture developers in companies had on their machines thus it made it very easy to develop applications on their machines to then ship to the servers.

Now this, among others he made, are very good points on how and why it is hard for ARM to get mainstream on the datacenter, however I also feel like he kind lost touch with reality on this one…

He’s comparing two very different situations, more specifically eras. Developers aren’t so tied anymore like they used to be to the underlaying hardware. The software development market evolved from C to very high language languages such as Javascript/Typescript and the majority of stuff developed is done or will be done in those languages thus the CPU architecture becomes irrelevant.

Obviously very big companies such as Google, Microsoft and Amazon are more than happy to pay the little “tax” to ensure Javascript runs fine on ARM than to pay the big bucks they pay for x86…

What are your thoughts?

  • @DeprecatedCompatV2
    link
    19 months ago

    I hate my M2 Mac because I hate Macs and Docker doesn’t always work correctly.

    • @[email protected]
      link
      fedilink
      English
      19 months ago

      I’d be surprised if Docker worked at all on an M2, because it doesn’t work worth a shit on an x86 Mac.

    • @kornel
      link
      English
      19 months ago

      If you run an ARM system inside docker, it works much better!

      Many pre-baked images may be x86 only. However, thanks to M processors there’s a real demand for more than Raspberry Pi, so this will get better too.

      • @DeprecatedCompatV2
        link
        19 months ago

        Unfortunately I was trying to build WebRTC, which is supported on Linux only.

        • @kornel
          link
          English
          19 months ago

          There’s aarch64 version of Linux.

          • @DeprecatedCompatV2
            link
            19 months ago

            Not all the dependencies are supported on aarch64 unfortunately.