• 2 Posts
  • 196 Comments
Joined 2 months ago
cake
Cake day: May 5th, 2024

help-circle




  • Dealing with proton shenanigans is much easier than dealing with all of Windows and Microsoft’s bullshit.

    The windows “desktop environment” is so slow and clunky. It makes game development or really any workflow requiring the use of multiple open directories almost too hard. It makes me wonder how they even develop this piece of shit at Microsoft HQ. Do they have an in-house developers ui that’s maybe a little more efficient? Do they have special accelerated hardware that makes it run faster than fast on the development machines? I guess the windows server ui is faster than the windows 11 ui and maybe it has a better file explorer so maybe that’s what they use.

    When you need to install a program, all the choices available are too spammy and corporate. The hp printer driver is 300mb and takes 15 minutes to install on a ssd on Windows. Meanwhile on Linux you type something like “sudo apt install cups” and 15 seconds later you have printer drivers.

    It’s pretty easy to identify the sweaty mlg titles that lock down everything with windows-only anticheat before buying them. Beyond anticheat games, I can’t even recall a game I couldn’t get running.








  • I’m a die hard Microsoft hater. I haven’t had windows installed on a pc in years. With that being said I use visual studio code because it’s kind of the only text editor that does code completion in the capacity that it does. I can take a class name, type a “.” after it and a scroll view opens up shows every accessible member of that class along with comments and information about all the variables. The amount of time this saves is so huge I don’t even know how you would quantify it. Nothing else has code completion that even comes close to being that good.

    Do non visual studio code users just have to memorize every single function, parameter and return type in their code base? Yeah you can always read the documentation, sure you can always dig through the source code to figure it out every time you forget what data type a parameter is but that takes valuable time.

    If they ever put visual studio code behind a paywall or stop making it for Linux, I’m going to be forced to either switch to windows (which I never will under any circumstances) or make a custom made ripoff clone of that entire intellisense code completion system and hack it into whichever open source text editor I deem is the next best thing.