I was under the assumption that Raspberry Pi was a US based company, but I just found out they are European and almost all made in Wales.

It’s probably the most European computer you can buy, with a massive following of enthusiastic developers creating alternatives for all the cloud services we are trying to stop using.

This has confirmed my choice to try and replace the US based cloud services my family and I are currently using.

  • TheMightyCat@lemm.ee
    link
    fedilink
    arrow-up
    5
    ·
    6 days ago

    It is part convience and part necessity. My entire infrastructure is currently x86 and introducing ARM into it seems like a hassle, if i develop and test software on my x86 based workstation i expect it to just work then, not having to deal with either compiling to ARM or using emulation. Also part of this that currently everything I use runs Arch, which only officially supports x86.

    Which brings us to necessity, my software currently runs with manually written simd instructions. Ofcourse I can write ARM NEON polyfills for these, but again that takes a lot of work.

    So while not impossible to use ARM it currently is a lot of work to use. I’m gonna save that time for when the big riscv migration comes.

    • grue@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      5 days ago

      Which brings us to necessity, my software currently runs with manually written simd instructions. Ofcourse I can write ARM NEON polyfills for these, but again that takes a lot of work.

      Using the word “polyfill” to describe that is making my eye twitch, so thanks for that!