• 4 Posts
  • 122 Comments
Joined 3 years ago
cake
Cake day: June 9th, 2023

help-circle
  • I sincerely hope you’re trolling.

    I teach computer science and windows has been the biggest source of problems I’ve had in the last five years: I’ve seen defender delete their programs when compiling them, I’ve seen it delete gcc because it thought it was malware, I’ve seen it do forced updates in the middle of a test, I’ve seen updates break tools like compilers and servers that needed to be reinstalled on a daily basis, I’ve seen onedrive make some of their files inaccessible, I’ve seen updates break their wifi, I’ve seen it take upwards of 10 minutes to log into our AD domain, the list of problems goes on.

    These days windows is a piece of shit, especially if you’re a developer. I’m basically forced to have them either install linux or do all their development in wsl, and it fucking sucks.











  • Things have gotten A LOT better since I started using it, but here’s a list of things I hate after using Arch with KDE as my main OS for almost 7 years:

    • Not having an archive manager as good as 7-zip was on Windows. Ark is a good replacement but it supports less formats, has less options when compressing, and most importantly if you close the archive while extracting it silently fails (reported in 2019, still not fixed)
    • You can’t make an account without a password (yes, I know I can configure the sudoers file and polkit to skip password prompts, but that’s not user friendly). For the average user, having to type the password after login is incredibly annoying, I would like to have something like the UAC prompt in Windows
    • Wayland: it was made mainstream waaaay too early, causing a lot of issues with both Qt and GTK applications, some of which persist to this day, especially with fractional scaling and HDR
    • Developers seem to think that I enjoy using the terminal: I don’t, I hate it. Why isn’t there a GUI for pacman supports the AUR and doesn’t suck?
    • Random broken commits being pushed to stable. I’m talking about “how the f did you not notice this?” kind of bugs, like how I had to rename files twice in Dolphin before it would actually rename them. It was fixed quickly but how did this get into stable in the first place?
    • Flatpak having its old ass version of mesa in the runtime, causing all sorts of issues if you have a newly released GPU. I stopped using it because of this