• 38 Posts
  • 275 Comments
Joined 2 years ago
cake
Cake day: December 28th, 2023

help-circle
  • Huh? How did you go from “people should have equal opportunities” to lynching and firing pregnant women? At this point you’re just saying whatever you want.

    Plus, lmao at the hypocrisy of calling DEI a “boogeyman” while simultaneously accusing anyone disagreeing with you a racistsexistlyncher. It’s totally real, you’re proving it yourself.



  • I question whether the people hollering that “X11 is held together with duct tape” have actually tried using X11 in the recent years. It’s surprisingly stable. You never have to fiddle with Xorg.conf anymore, it’s all automatic. The only parts where it really shits the bed, in my experience, is either if you’re trying some extremely non-standard setup like mixing and matching wildly different generations of graphics cards, or in cases of deliberate sabotage by gn*me devs like client-side decorations and shadows. I really wished that the X11 -> wayland transition would be just like the pulseaudio -> pipewire transition where a desperately broken system that was causing issues for users got replaced – in a matter of months – with a successor that was not only 100% compatible but offered cool new features on top of stability improvements. But this has just not been the case so far. Wayland has been “the future of the linux desktop” for nearly twenty years, and it’s still not quite there yet. X11 mostly just works, it isn’t abandoned, it’s finished. And what exactly are the new features we should be looking forward to in wayland? Isolation between clients is very cool I must confess, but did it really necessitate an entire protocol overhaul? QubesOS has had that feature working under X11 for over a decade. This guy on github managed to get it working with off-the-shelf X11 tunneling tools. Nevertheless, I’m still optimistic for wayland. The already existing backwards compatibility with X11 is impressive, and I think with enough work it might just be viable as the successor.


  • renzev@lemmy.worldtolinuxmemes@lemmy.worldits real
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    5 days ago

    When people say that they are “anti-DEI” in the US, they mean that they want a society where the only people with power are white, protestant men.

    Source: trust me bro

    Is it really that implausible that some people really do just want to have diversity, inclusion, and equity the “old way” by simply giving everyone an equal opportunity to participate instead of embracing DEI ideology? It’s a huge leap in logic to just assume that anyone who doesn’t subscribe to some specific ideology that claims to be tolerant must secretly be opposed to tolerance itself. I think all of those people yelling “nazi” at anyone remotely critical of DEI are just projecting.





  • Systemd and network manager are deliberately malicious I’m with you on that one but I feel like the new kernel-specific features like capabilities and namespaces are actually pretty neat. Like, they don’t even break backward compatibility. If you had a program that needs a special capability on linux and you wanted to port it to bsd, you could just make it a SUID executable. It’s not like capabilities offers a new API that programs use or something. Same with namespaces. I see a lot of people complaining about docker somehow being bloat or something, but, like, it’s still just linux on the inside of the container. Anything that can run in docker can run just as well outside of it. Worst-case scenario is that you have to change some environment variables from host.docker.internal to localhost. You’re not being forced to use it.



  • Honestly I can’t imagine why anyone would use either of these when there are lightweight DEs like XFCE and Cinnamon that are not only easier on the system resources, but also more stable, customizeable, user-friendly and more pleasant to look at. I stopped taking gnome seriously ever since they came up with GTK3. They had a chance to fix it with GTK4 but instead they somehow made it even worse (as if client-side decorations wasn’t bad enough, now theyre doing clientside shadows? Seriously!?!?). KDE is allegedly better because it gives the user more options, but anyone who’s actually used it will tell you that it suffers from the same kind of bloat and braindead design decisions as gnome.





  • Partition management is the single most chaotic chore that you come across as a casual computer user, change my mind. Depending on the partition table and filesystem, each filesystem can have zero, one or two labels assigned to it. But there is no consensus about what to actually call these labels. I’ve seen “partlabel”, “label”, “partition label” and “name” with no obvious way to tell whether the tool is talking about the label stored in the partition table or the label stored in the filesystem.

    So just use UUIDs to refer to partitions instead of labels, right? Wrong! Each partition has both a UUID and a PartUUID which are not the same. It’s simple once you are aware of that fact, but if you are not, it can lead to hours of confused troubleshooting. I learned this the hard way.