(no title)
technovader | 3 years ago
Or that there are Windows workflows that just don't work on OSX?
Or want a fanless laptop with good performance?
technovader | 3 years ago
Or that there are Windows workflows that just don't work on OSX?
Or want a fanless laptop with good performance?
oofbey|3 years ago
Also you can always run windows in a VM. Even on an M1.
withinboredom|3 years ago
[0] https://www.youtube.com/watch?v=94swlF55tVc
dosenbrot|3 years ago
delta_p_delta_x|3 years ago
I use Windows and Linux equally as often, and I don't see this changing. There are some areas in which Windows itself is far superior, e.g:
- HiDPI and font rendering (ClearType is the best font AA solution I've ever seen);
- gaming and 3D graphics (Direct3D is a straightforward API to program with; OpenGL is 'deprecated', and Vulkan is a mess);
- multi-GPU support with Optimus and related switching technologies;
- a catch-all OS API to program with (WinAPI goes as far as handling user folders, libraries, application configuration and data[0], whereas on Linux land it's just a mess of hopefully-defined environment variables and if not, everything is dumped into a dotfile/dotdir);
- a nice shell[1] (IMO, superior to bash and friends) that is bundled with the OS to manage said OS, with object-oriented data throughput, strong(er) typing, and access to the .NET library;
- as of Windows 11, increasingly unifying UI/UX experience with WinUI 3 (yes, it was a mess with Windows 8 and 10; Vista and 7 were the most recent OSes to drastically change the 'desktop environment', and Windows 8 was a very mild reskin of Windows 7, all things considered);
- powerful ACL-based permissions model and 'hidden file' metadata bit, instead of expecting a dot prefix to mean 'hidden';
- a kernel structure that makes writing third-party device drivers straightforward, because there is no need to compile out-of-kernel drivers with headers;
- vastly improved touchpad handling compared to Linux (yes, OS X is better still, but given that it will be increasingly difficult to 'hackintosh' after Apple's move to ARM, this is a moot point);
Furthermore:
- there are some software that are either industry-standard, or superior to the competition that only run on Windows/OS X, or even only on Windows (e.g. MS Office, Adobe suite, Visual Studio, Autodesk Maya/CAD; Active Directory);
- there is less incentive to run Linux bare-metal when WSL2 exists;
- Windows still holds a supermajority of desktop users, and it would do well for developers to use the OS that their users use, aka dog-fooding.
I have never understood this hardcore anti-Windows dogma that so many hackers seem to have.
[0]: https://docs.microsoft.com/en-us/windows/win32/shell/knownfo...
[1]: https://docs.microsoft.com/en-us/powershell/