44
Is Windows 11 worth installing over 10?
(lemmy.ml)
A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.
Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.
Subcommunities on Beehaw:
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
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.