• this_is_router@feddit.de
    link
    fedilink
    arrow-up
    18
    arrow-down
    7
    ·
    11 个月前

    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
      ·
      11 个月前

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

      • merthyr1831@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        11 个月前

        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
          ·
          11 个月前

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