For me, I really want to get into niri, but the lack of XWayland support scares me (I know there’s solutions, but I don’t understand them yet).

Also, I stopped using Emacs (even though I love its design and philosophy with my whole heart) because it’s very slow, even as a daemon.

  • @PseudoSpock@lemmy.dbzer0.com
    link
    fedilink
    311 months ago

    https://en.wikipedia.org/wiki/Bcachefs

    Bcachefs is a copy-on-write (COW) file system for Linux-based operating systems.[3] Features include caching,[4] full file-system encryption using the ChaCha20 and Poly1305 algorithms,[5] native compression[4] via LZ4, gzip[6] and Zstandard,[7] snapshots,[4] CRC-32C and 64-bit checksumming.[3] It can span block devices, including in RAID configurations.[5]

    I see it has an audit back in 2017, but I’ve yet to find anything newer. The finding was good, but suggested further audit be done.

    • boredsquirrel
      link
      fedilink
      011 months ago

      I dont see the difference to BTRFS apart from encryption and maybe caching? I was always confused why people hype it so much.

      Interesting, yes I wouldnt not use LUKS if the alternative is less known, not used by enterprise distros

      • UnfortunateShort
        cake
        link
        fedilink
        111 months ago

        It’s mainly supposed to be simpler and by extension faster than btrfs (which is kinda proven by the fact that fewer devs made this thing work in less time when compared to btrfs). It happens to enable some extra features that way too.

        However, while btrfs annecdotally had many issues, it’s used by big players like SUSE and even bigger ones like Facebook these days. bcachefs on the other hand is nowhere near as battle tested, so I’ll stay away from it for a little longer.

        • boredsquirrel
          link
          fedilink
          211 months ago

          Does it have the self-healing capabilies of btrfs scrup and btrfs defragment? I guess btrfs balance is b-tree specific.

          I heard BTRFS is bettter than EXT4 because it can do these things, EXT4 cant