T (they/she)

  • 2 Posts
  • 86 Comments
Joined 1 year ago
cake
Cake day: June 20th, 2023

help-circle
  • I started “hating” Windows more recently. I was never a very technical user but I was always someone that could find myself around system configuration and they just keep hiding ways of letting you customize things.

    When I started learning programming I was still trying to use only Windows but at some point I got extremely tired of fighting how clunky environmental variables can be. Installing things such as gcc and python was extremely annoying.

    Then I did dual boot for a few years, then I started using WSL. WSL is… Awful, lol. It will never ask you if it is okay to stop what you are doing to reboot, I lost count of how many times I was working on something and suddenly my Linux environment was dead.

    This year the amount of clutter they are adding to Windows and the existence of Proton just kicked the bucked for me, everywhere you look at Windows is busy and full of stuff I don’t want to be there and like I said previously, you either can’t remove it or it is difficult because they just want it to be.

    I might need to figure out how to run a Windows VM if I need to run something (hasn’t happened yet) but that’s it, I don’t need to deal with all the bs anymore and I can customize things as I like. I love it.

    I wouldn’t say I hate Windows now, I just kind of despise it after so many years. I wish I heard my professors that kept shitting on Windows so many years ago.










  • You pull the origin to your fork and solve the conflicts one by one, that’s usually how it goes.

    If you want to keep your files how they are you can select “accept local changes” instead of “accept incoming changes”. That’s it.

    Edit: If you need something more detailed let me know, I am assuming you are using an IDE like VSCode