174
Replace Windows, Excel needed
(sh.itjust.works)
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
For work, I just use windows. Not my machine not my problem.
But the slowness... I have a stroke every time I press tab after any git command in Git Bash. The piece of shit takes three seconds to respond. In Linux it happens instantaneously.
That's more the fault of running software designed for Linux on Windows.
I fully blame this on NTFS being terrible with metadata and small files. I'm sure everyone's tried copying/moving/deleting a big folder with 1000s of small files before and the transfer rate goes to nearly 0...
Well - Windows has always had poor "fork()" performance compared to Linux (Windows applications prefer threads). So running lots of small applications that do lots of forking will take a performance hit.
I don't think File Explorer on Windows uses fork() to copy files? If it does, that's insane. I don't think git calls fork per-file or anything either, does it?
On the bright side, you're getting paid to wait around
( /s because I know the feeling, and it's just slow enough you can't step away and do something else)
I get paid by the hour! 😅 But for real though it's a struggle. Mostly I try to use msys2 for everything but. I still have native git. There are some long standing bugs that make the vim excruciatingly slow to open or close, really I should go try to fix it but it doesn't feel like a fun problem.
MSYS2 is a lifesaver!
the problem is my patience and frustration
I want to get my shit done and move on with my day, not sit here waiting on stuff and getting RSI from navigating directories so slowly