• 0 Posts
  • 32 Comments
Joined 1 year ago
cake
Cake day: December 16th, 2023

help-circle







  • Nouveau is important because Nouveau is the default driver in Ubuntu, Fedora, OpenSUSE, Debian, and ever other distro.

    Linux distributions can’t easily distribute the proprietary nvidia drivers or the slightly less proprietary nvidia-open drivers so they depend on nouveau as the default nvidia driver. When you install a distro it usually has to use the nouveau drivers before downloading the proprietary blobs from Nvidia.

    Nouveau is the only reason anyone can use Linux on an Nvidia card long enough to install the other drivers.

    It’s also actively maintained, receiving updates that get upstreamed almost daily.

    I’m not sure what about those things says “defunct”.

    And the rust developments in Asahi for the M1+ series of CPUs don’t just benefit Mac but all the ARM CPUs as well.




  • WalnutLum@lemmy.mltoLinux@lemmy.mlResigning as Asahi Linux project lead
    link
    fedilink
    arrow-up
    40
    arrow-down
    1
    ·
    edit-2
    26 days ago

    I’m not surprised by this.

    The general attitude around R4L is that it’s largely unneeded and for every 1 person actively working against the project, there are 10 saying either “waiting and seeing if it works is the right decision” or “if rust is so good they should prove it.”

    So as a R4L developer you’re expected by the community to fight an uphill battle with basically no support on your side.

    We will likely keep having developers on that project continue to burn out and leave until the entire thing collapses unless the decision is made ahead of time to cancel the project.

    Every time I read any news about Rust for Linux I leave disappointed by the entire kernel community.






  • Typically when there are “can’t mount” issues with btrfs it’s cause the write log got corrupted, and memory errors are usually the cause.

    BTRFS needs a clean write log to guarantee the state of the blocks to put the filesystem overlay on top of, so if it’s corrupted btrfs usually chooses to not mount until you do some manual remediations.

    If the data verification stuff seems more of a pain in the ass than it’s worth you can turn most of those features off with mount options.



  • Yea a surprisingly small number of people don’t know a git remote can literally be any folder outside of your tree, over almost any kind of connection.

    I thought about doing a forge but realized that if I was the only one working on this stuff then I could do the same thing by setting my remote to a folder on my NAS.