• 0 Posts
  • 157 Comments
Joined 2 years ago
cake
Cake day: September 9th, 2023

help-circle

  • I think the “controversy” is just tribalism. I’ve never once witnessed a case of any of the negative adjectives thrown at the Rust community. They’ve always taken exceedingly fair and good-faith approaches to discussing any critique of the language.

    Their snark is reserved for the weird “anti-woke” crowd that hates Rust for some reason.






  • I agree that it’s be useful, and I think you can just install e.g. the LTS kernel next to the regular one.

    But even without , the arch way isn’t insane either: when something kernel-related breaks, boot with a live system on USB and fix it.

    Case in point: I dimensioned the EFI partition too small, so at some point, me using the zen kernel (which comes with a backup kernel image) messed things up and I couldn’t boot a half-written kernel.

    then I

    1. created and booted a live USB stick,
    2. Mounted my / and /boot partitions manually into /mnt/root/ and /mnt/root/boot
    3. Bind-mounted the live system’s /dev and /proc into /mnt/root/{dev,proc}
    4. chrooted into /mnt/root (resulting in an environment using /dev and /proc from the live system and the rest from my system),
    5. Used regular package manager commands to uninstall the zen kernel and install the regular one, and finally
    6. rebooted into the now working system.

    It’s not crazy, it doesn’t take long, you just need to know how the system works. Upside is that nothing ever breaks permanently, everything is fixable (except hardware failure)









  • OK, let’s see if I remember well:

    OSS is obsolete.

    ALSA is a basic primitive way to do play audio streams integrated into the kernel.

    PA is an abstraction on top of ALSA that helps with network stuff, per-application volume control, …

    JACK is an alternative to ALSA/PA for low latency professional use cases: you can plumb it yourself, connect inputs/outputs, …

    PW is an efficient implementation of both PA and JACK, which is better than the original PA in latency.



  • Yeah. In the first months, there were clipboard issues. Until 2 years or so ago for me, screen sharing wasn’t perfect.

    I searched for or filed issues whenever I could, and there’s not a trace of a problem left.

    I wonder if these people just complain on social media and give up immediately without informing anyone relevant and then feign surprise when shit’s not magically fixed later.



  • Pretty good for mostly volunteers, hampered by recalcitrant project leads that actively sabotage any progress and consider “told you so” appropriate.

    If anyone cared enough, they could have made that list 17 years ago, and pushed through a set of protocol extensions that allow talon to work.

    Why did nobody do that?

    It’s crazy to me that people complain now. It’s far too late for complaints.


  • I don’t get what you mean. Isn’t the list just a status quo and not how things are supposed to be forever? What’s “hilarious” about somebody painstakingly going through all the features and checking how close they are?

    Like I wouldn’t put it past GNOME to give up on interoperability at the slightest inconvenience, but I don’t see that here?