• this_is_router@feddit.de
    link
    fedilink
    arrow-up
    18
    arrow-down
    7
    ·
    3 months ago

    one of the main reasons the linux kernel is where it is today: “never break userspace”

    unfortunately not every project keeps to this principle.

    • mogoh@lemmy.ml
      link
      fedilink
      arrow-up
      15
      arrow-down
      1
      ·
      3 months ago

      There are good reasons to break userspace sometimes. If we would never do so, we would stuck on X11 forever.

      • merthyr1831@lemmy.world
        cake
        link
        fedilink
        arrow-up
        2
        ·
        3 months ago

        Wayland is definitely on the side of not breaking userspace, though. The API design, xWayland compatibility layer, and recent focus on protocols to fix missing functionality from xorg are all designed to make Wayland a seamless transition.

        Otherwise we’d have been using Wayland as the only option for years now.

        • flying_sheep@lemmy.ml
          link
          fedilink
          arrow-up
          7
          ·
          3 months ago

          No, because the kernel has a different goal than most other software. Linux agrees that breaking the userspace from userspace is sometimes necessary.