this post was submitted on 19 Sep 2023
29 points (72.3% liked)
Technology
59421 readers
2822 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I don't particularly hate MS (yet), but I hate some aspects of it.
I hate windows. I'm not even sure if I'm objectively right but it does not even matter. GNU/Linux is just a superior software system. I hate how Windows is not Linux and find most things they do different stupid. I'm not going to make an exhaustive list here, but for starters:
Windows, especially before 11, is so ugly. On Linux I can install themes, fancy WMs, entire DEs, etc etc. MacOS is famously overdesigned, never used but from what I hear it seems good too.
Windows does not support links. They have some weird thing, but it's not the beauty of Symbolic and Hardlonks on Unix like systems.
Backslash in paths. Come on. And yes I know regular slashes work most of the time nowadays, but the default is just bad.
Multiple roots. C: D: and so on. Probably an okay design choice, but I like the UNIX way better.
No central package Manager. There is windows store, and it's a step in the right direction, but it's not the same as apt, dnf, pacman and so on. Installing things is just annoying, every time.
Terminal sucks on windows. I hate PowerShell with it's weird verbose syntax. Installed programs are most often not usable and I have to manually add them to PATH. Common things, like ctrl-d for EOF does not work.
There is probably much more than that. I find windows to just be a bad OS. And this is subjective, I know. Some people don't care, some even like windows better for some reason. It's probably not as bad as I feel it is.
Here is another completely h related thing: Microsoft naught Rare, a software studio that developed games for Nintendo. And oh boy, what games. During the N64 era, they made timeless classics like banjo kazooie, until MS bought them and drove them against the wall.
As a Windows user for quite some time, I have couple comments about some statements.
Do you mean these things or it's something else?
If you have 1 disk, it will be just C:, partitioning is not really a thing anymore for most. And if you have multiple disks, doesn't UNIX separate each (I think they were called devices /dev/ or something like that)? And if you want, you can put multiple physical disks under 1 logical partition so you end up with 100TB of C:\
There's a new native thing called winget. There are also 3rd party options like Chocolatey.
New Windows Terminal is pretty good. There are also 3rd party options like ConEmu.
It is logical and easy to understand without memorizing some arcane strings. There are also aliases that even match UNIX commands like ls or man, but using those is bad practice unless you do some quick thing interactively.
All in all, if someone grows up with specific OS, they will probably prefer that OS and when comparing it with another one, try to do same operations same way as on their primary OS ending up with bad experience.
winget is a poor excuse of a package manager, misses lots of applications, doesn't handle OS updates and AFAIK also no dependencies.
WSL is Linux on crutches since the file IO is done with the subpar Windows API and bloated NTFS killing one of Linux' most effective performance advantage (it runs much faster in vm on Windows even). It's basically the reverse of Wine which makes some Windows applications run even faster than on Windows itself.
Cannot say anything about probability but I grew up with DOS and Windows (starting from 3.1). I tried Debian in the 90s and hated it. Tried again almost 20 years later and eventually moved all my machines to Linux (Windows 10 telemetry was the last straw). Still use Windows at work though and hate it even more now that I know how smooth a modern OS can run.