• 12 Posts
  • 293 Comments
Joined 1 year ago
cake
Cake day: June 10th, 2023

help-circle
  • pimeys@lemmy.nauk.ioto196@lemmy.blahaj.zoneRule
    link
    fedilink
    arrow-up
    6
    ·
    edit-2
    13 hours ago

    I was joking here a bit, but:

    • A big crowd of people has suddenly a lot of weed.
    • People in Berlin like to go to bars and like to smoke weed (a fact)
    • Suddenly there’s a lot more weed, many people more are smoking it either in the bar (allowed in a few places at least in Neukolln) or outside the bar (about every other place outside Neukolln)
    • Fun.

    So it was my take on laughing a bit about the winter 2024…











  • His job is to not get the maintainers to agree, but his job definitely is to bark a bit if somebody behaves like Ted.

    It might even be Rust is not meant for Linux kernel and it will never happen. Or it happens in the driver layers, but stays out from the core. We do not know yet. The concern Ted is raising is definitely valid: if the C APIs change, people who work daily in the C code cannot spent cycles fixing the Rust APIs. These people have their day jobs which pays them to maintain these subsystems, and it is at least not yet clear will these employers fund rewriting anything in Rust. There are tens of filesystems in Linux, with lifetimes passing around that are not documented and might not work in Rust.

    Note: I’m a Rust dev for the past 10 years, and I follow this discussion with high interest.









  • Me neither, but the risk is there and well documented.

    The point was, ZFS is not great as your normal laptop/workstation filesystem. It kind of requires a certain setup, can be slow in certain kinds of workflows, expects disks of same size and is never available immediately for the latest kernel version. Nowadays you actually can add more disks to a pool, but for a very long time you needed to build a new one. Adding a larger disk to a pool will still not resize it, untill all the disks are replaced.

    It shines with steady and stable raid arrays, which are designed to a certain size and never touched after they are built. I would never use it in my workstation, and this is the point where bcachefs gets interesting.