• 0 Posts
  • 226 Comments
Joined 3 years ago
cake
Cake day: July 31st, 2023

help-circle













  • Windows’ UX is shit.

    Windows 11 still has its settings splattered across multiple applications. The Settings application has all the shiny new gimmicks they added, yet still lacks any way to change some basic settings. If you need to reset a local user’s password, you’re stuck going back into the now-gutted Control Panel to do it. And if you want to change something that Microsoft feels the average user shouldn’t be allowed to know exists, you’re using the group policy editor to do it.

    Or, how about the way that there’s at least two applications installed by default that do the same or very similar things? Windows Media Player or Videos? Paint or Paint 3D? Cmd.exe or Windows Terminal?

    How about the design language inconsistency? The Run dialog was left looking like a Windows 7 dialog and didn’t get a dark mode until the mid 2020s. The Event Viewer and Windows Firewall UIs are still something right out of Windows XP, but with Vista-smeared paint applied on top.

    Or, if that’s not bad UX, then how about the ads in the start menu? Or how OneDrive tries to trick you into uploading your desktop to the cloud? Or, maybe all the telemetry services running in the background and slowing shit down?

    If you’re using a distro with a worse UX than that, then that’s on you. There’s plenty of options that provide a more cohesive UX than Windows



  • Mac is very similar to Linux in that it comes with bash (these days zsh) and a lot of the command line tools you’d expect on Linux, including gcc

    No it doesn’t.

    The gcc command is a wrapper for clang, and the clang command is a stub that runs an executable used to install the “Xcode Command-Line Tools”

    It also uses the BSD coreutils, rather than the GNU coreutils present on most Linux distros. The two are only compatible up to functionality defined by the POSIX standard, and anything beyond that is an inconsistent mess.

    Windows is more difficult. The command line is very different (it inherits from DOS instead of Unix like both Mac and Linux). It doesn’t come with Python pre-installed

    If you limit yourself to not using WSL, sure. WSL 2 runs an actual Linux kernel with the same Linux executables you would find on any other distro.

    It’s still Windows and full of telemetry and AI garbage nobody wants, but it somehow manages to have better Linux compatibility than macOS.



  • Agreed. The call trace shows it occurred as part of a drm_ function, which is related to the DRM (Direct Rendering Manager) subsystem.

    There’s a chance it might not be the root cause, but the more obvious answer is that the Nvidia driver managed to corrupt a kernel data structure.


  • I agree with them when they say distros shouldn’t be theming their apps by default. When the packager breaks a package, it misleadingly gives users the impression that the software is at fault. Unless the distro itself is willing to field all the user complaints and bug reports, it just ends up causing problems for the maintainers.

    Where I will never agree with them is in the demand that the developer has exclusive control over the application icon. It’s inconsequential to the software’s functionality, and if anyone thinks their brand should have more rights to a computer than the person who owns it, they can rightfully fuck off with the likes of Apple and Microsoft.