Hello everyone,

I’ve been wondering, why has no one built an entirely free (as in freedom) computer yet? For humans to be unable to share each other’s knowledge to build one of the most important technologies ever created for society, how is it that we have yet to have full knowledge about how our systems operate?

I get that companies are basically the ones to blame, and I know there are alternatives like the Talos II by Raptor Computing, but still, how do we not have publicly available full schematics for just one modern computer? I’m talking down to firmware-level stuff like proprietary ECs, microcode, hard drive/SSD firmware, network controllers, etc. How do we not have a fully open system yet?

  • half_built_pyramids@lemmy.world
    link
    fedilink
    arrow-up
    90
    ·
    5 months ago

    Also on top of what other folks are saying, making a complete modern computer is really fucking hard.

    No one is making a 3ghz CPU in their garage. Maybe folks are assembling stm32, or pis, or whatever into their own pcbs, but the machines that make the chips just aren’t hobby level yet. You just have to buy some stuff.

    Maybe that’s not your point. Maybe you’re okay with the processor being closed because it is fucking hard to make.

    Beyond the hardware now we’re talking making your own drivers and shit. There are resources out there like zephyr, but there’s millions of devices that aren’t covered.

    Try writing your own SPI interface for an established MCU and a common periferal. Make sure you include crc, don’t skip it. Maybe skimp and do i2c. It’s fucking hard.

    • Zeon@lemmy.worldOP
      link
      fedilink
      arrow-up
      10
      arrow-down
      2
      ·
      5 months ago

      Absolutely, creating a complete modern computer is an incredibly complex task. Building a 3GHz CPU from scratch is a monumental challenge, and even assembling components like stm32 or Pis requires a level of expertise. Developing your own drivers, dealing with various peripherals, and ensuring compatibility is tough shit.

      However, once the software is written and released under a Free Software license, it will be there forever. As you’ve already stated, it’s hard, but not impossible. I share your hope that one day we will reach the point where such endeavors become more feasible.

      • pearsaltchocolatebar@discuss.online
        link
        fedilink
        arrow-up
        17
        arrow-down
        4
        ·
        5 months ago

        Linux exists, so I’m not sure what more you’re asking for at a software level.

        You’re never going to get open source computer hardware. The machines that make the chips cost many, many millions of dollars.

        • astraeus@programming.dev
          link
          fedilink
          arrow-up
          16
          arrow-down
          1
          ·
          edit-2
          5 months ago

          Never say never. The phones in our hands are orders of magnitudes more powerful than the computer that took people into space and enabled landing on the moon. Eventually even today’s technology will be obsolete and potentially even easy to replicate in a garage. 2nm processes may be difficult, but 40nm process is certainly not impossible for hobbyists of the future.

          Edit: An article about a tinkerer currently using older tech to make semiconductors in his parents’ garage.

          • half_built_pyramids@lemmy.world
            link
            fedilink
            arrow-up
            5
            arrow-down
            2
            ·
            5 months ago

            Just to be clear how far behind the “hobby” microchip scene is, not to take anything away from the accomplishment, but the chip he made can’t do 1 + 1 yet. Don’t get the wrong idea from only reading the article title. No one is making pi chips in their garage.

            • astraeus@programming.dev
              link
              fedilink
              arrow-up
              4
              arrow-down
              2
              ·
              5 months ago

              No one claimed they’re making pi chips in their garage, it’s a modest start towards open-source hardware. One guy in a garage doing what thousands of skilled engineers and scientists devoted careers to make in expensive labs.

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

            Wow that is amazing. Even just a simple microcontroller chip that can be homebrewed would be amazing. Without being dependent on a global and somewhat fragile industrial economy. Something that allows you to program a 3D printer or CNC mill or use kites to generate electricity.

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

            Those devices aren’t completely open though. The boards are, but the components they include, namely the processor, are not at all open source.

          • half_built_pyramids@lemmy.world
            link
            fedilink
            arrow-up
            1
            ·
            5 months ago

            A microchip, even something as simple as an Arduino – which is an atmega 32 – is literally impossible to make in your garage. The machines that make the chips have multi million dollar HVAC just to get the dust out, before they even worry about the hardware.