Nitrux uses OpenRC instead of systemd, unlike most mainstream distros. It also features the Liquorix kernel, described as “an enthusiast Linux kernel designed for uncompromised responsiveness in interactive systems, enabling low latency in A/V production, and reduced frame time deviations in games.”

New in this release is kboot, a utility to switch kernels on-the-fly without needing a reboot, and VMetal, which allows users to run Windows in parallel to Nitrux to provide users of access to Windows software.

  • d3Xt3r@lemmy.nz
    link
    fedilink
    arrow-up
    4
    ·
    11 months ago

    I know, which is why I used the word “package” and not “binary”. ;)

    • jarfil@beehaw.org
      link
      fedilink
      arrow-up
      5
      ·
      edit-2
      11 months ago

      The thing is, it’s neither. You can split the package into multiple pieces, you can replace each of them with whatever you want, the only difference is that instead of serializing-deserializing through plain text, the modules pass full objects so you may need to add a translation layer for the traditional tools pushing serial text.

      It’s more like the debate between sh and PowerShell/JSON/XML/etc. Some like to grep and cut things, some prefer to address object properties. Some like plain text logs, some prefer compressed binary object logs.

      Both come with their pros and cons, but in practice either can be tinkered with and controlled to the same degree.