• colourlesspony@pawb.social
    link
    fedilink
    arrow-up
    3
    ·
    3 months ago

    I feel like linux users benefit the most from arm since we can build our software natively for arm with access to the source code.

      • 737@lemmy.blahaj.zone
        link
        fedilink
        arrow-up
        2
        ·
        3 months ago

        RISC-V is currently already being used in MCUs such as the popular ESP32 line. So I’d say it’s looking pretty good for RISC-V. Instruction sets don’t really matter in the end though, it’s just licensing for the producer to deal with. It’s not like you’ll be able to make a CPU or even something on the level of old 8-bit MCUs at home any time soon and RISC-V IC designs are typically proprietary too.

      • RedWeasel@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        3 months ago

        Until risc-v is at least as performant as top of the line 2 year old hardware it isn’t going to be of interest to most end users. Right now it is mostly hobbyist hardware.

        I also think a lot of trust if being put into it that is going to be misplaced. Just because the ISA is open doesn’t mean anything about the developed hardware.

      • uis@lemm.ee
        link
        fedilink
        arrow-up
        0
        ·
        3 months ago

        Same goes for RV, OpenRISC, MIPS and other architectures.

    • benzmacx16v@discuss.tchncs.de
      link
      fedilink
      arrow-up
      2
      ·
      3 months ago

      It doesn’t usually work that well in practice. I have been running an M1 MBA for the last couple years (asahi Arch and now Asahi Fedora spin). More complex pieces of software typically have build system and dependencies that are not compatible or just make hunting everything down a hassle.

      That said there is a ton of software that is available for arm64 on Linux so it’s really not that bad of an experience. And there are usually alternatives available for software that cannot be found.