• db2@lemmy.world
    link
    fedilink
    arrow-up
    12
    ·
    18 hours ago

    My dream is the Linux kernel with the BeOS/Haiku filesystem and display system on top. It could easily put Wayland to shame and gaming would be pretty awesome.

    My other dream is Haiku having as much hardware and software support as modern Linux. Imagine running a version of qemu kvm on an os that already screams.

    Neither will happen but I can still wish.

    • BartyDeCanter@piefed.socialOP
      link
      fedilink
      English
      arrow-up
      11
      ·
      18 hours ago

      It’s still somewhat early days, but you might want to check out https://v-os.dev/

      I’ve also been playing with Haiku on an old laptop and it’s pretty decent as a daily driver for the basics.

      • Ascend910@lemmy.ml
        link
        fedilink
        English
        arrow-up
        5
        ·
        16 hours ago

        Omg this is so peak gonna be my next distro hop fixation.
        They are about to get a lot of github pull requests

    • dismay3915@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      13 hours ago

      Can you explain why are you fond of haiku? What are it’s strong points?

      I had it in a VM, and liked the UI design. It was retro and unique. but that’s about it.

      • db2@lemmy.world
        link
        fedilink
        arrow-up
        4
        ·
        10 hours ago

        The filesystem is basically a database and files have associated metadata like a description or whatever, searches are nearly instant. The email app for example uses this, I’ve never seen anything even come close to how well this worked.

        Under the hood it uses a server model for pretty much everything.

        The programming APIs are elegant.

        There’s a lot to it you wouldn’t have noticed immediately by just starting it and opening a few apps.

      • lime!@feddit.nu
        link
        fedilink
        arrow-up
        9
        ·
        13 hours ago

        the big one for me is tagged filesystems. they exist on other oses but beos embraced them fully, and haiku does the same.

        “music” is no longer a directory, but a view of your filesystem that shows everything tagged “music”. you want everything from an artist, or a year, or a genre? just create that directory and they’re in there.

        • dismay3915@lemmy.world
          link
          fedilink
          arrow-up
          2
          ·
          13 hours ago

          Hmmmm. The tagging approach seems interesting.

          Turns fs structure from tree hierarchy to graph hierarchy