• davelA
        link
        fedilink
        English
        arrow-up
        15
        ·
        edit-2
        9 months ago

        😂

        node-os is a full operating system built on top of the linux kernel

    • Venator@lemmy.nz
      link
      fedilink
      arrow-up
      10
      arrow-down
      3
      ·
      9 months ago

      Ease of access to the underlying hardware in your programming language is only ever needed for embedded programming in the current year. Change my mind.

      • ShortN0te
        link
        fedilink
        arrow-up
        9
        ·
        9 months ago

        There are actual use cases where direct memory access and pointer magic can be very efficient or almost necessary. We work a lot with large images and basically always the first steps are some pointer operations.

      • davelA
        link
        fedilink
        English
        arrow-up
        6
        ·
        edit-2
        9 months ago

        Every operating system running on bare metal needs access to the hardware. And if not on bare metal, it needs access to the virtual hardware.

    • ShortN0te
      link
      fedilink
      arrow-up
      10
      arrow-down
      4
      ·
      9 months ago

      Exactly for that a memory safe language would avoid so many security vulnerabilities.