• davel [he/him]
        link
        fedilink
        English
        15
        edit-2
        8 months ago

        😂

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

      • @[email protected]
        link
        fedilink
        English
        8
        edit-2
        8 months ago

        It seems the cancer has metastasized. First to the backend, now to the entire operating system.

    • @[email protected]
      link
      fedilink
      68 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.

      • @[email protected]
        link
        fedilink
        98 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.

      • @marcos
        link
        88 months ago

        It’s required for drivers too.

      • davel [he/him]
        link
        fedilink
        English
        6
        edit-2
        8 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.