What are some exciting projects that you follow and hope to see progress on?

I’ll start!

  • Wayland greeter on SDDM
  • rust support on gcc
  • more Wayland adoption (especially VSCodium & Firefox forks)
  • Reproducible Build
  • ReactOS
    • nicman24@kbin.social
      link
      fedilink
      arrow-up
      2
      ·
      2 years ago

      it sucks that bcachefs cannot be run as a dkms as it cannot be run as a module (only built-in)

        • trougnouf@lemmy.world
          link
          fedilink
          arrow-up
          3
          ·
          2 years ago

          All the advantages of btrfs + the ability to combine SSDs and HDDs in a way that maximizes speed and space.

            • trougnouf@lemmy.world
              link
              fedilink
              arrow-up
              1
              ·
              edit-2
              2 years ago

              It has RAID modes and it intelligently rearranges data s.t. commonly used files are stored in a fast drive and fetched from there, whereas BTRFS will write to and read from a “random” drive regardless of its speed.

              The previous solution of using btrfs raid1 + bcache (not the FS) separately was very wasteful because the cache had to store both/all copies of the data since btrfs picks a random drive to read from.

              • theshatterstone54@feddit.uk
                link
                fedilink
                arrow-up
                2
                ·
                2 years ago

                Does it provide any advantages for home users? I can see how this could be useful in enterprise settings, but does it benefit regular desktop users?