I don’t really like Windows but it’s for my gaming PC. My laptop does run linux. I don’t know much of anything about 11 and whether it’s better or not.

  • Replying to this not because I believe you’ll need to know, but because others might see your comment and wonder…

    Anyone can get a GPT 3.5 API key now, you don’t need to have a subscription.

    This coupled with sgpt gives a nice command line interface to GPT, and a way to get GPT to generate the right (sometimes, anyway) shell commands for what you want to do. I use alias ask="sgpt --chat temp " to give me the ability to ask general one-line questions from GPT, or you can use ask --shell and it’ll ask about a shell command, then offer to execute it after showing you the command generated.