ChatGPT has been amazing for all kinds of programming-adjacent things, even in my line of work where I asked it for help modifying the config file for a selfhosted gitlab instance. > But [Bash] fucking sucks. Like, it’s truly awful to write [...] As an aside, considering how basic the shell script actually was, I think this is a great example of being so intimidated by something that you don't actually try and use it…
Using ChatGPT to make Bash palatable
21–30 of 148 posts
Re: Using ChatGPT to make Bash palatable
#22This is a great example of how someone with little programming knowledge could leverage an AI into building simple scripts. Lately I've been encouraging my friends into trying just that. If the poster would want, for example, to save all current tabs when switching context (going from dev to marketing, for example), this would quickly turn into a more involved debugging/prompting question.
Re: Using ChatGPT to make Bash palatable
#23Re: Using ChatGPT to make Bash palatable
#24I don't understand how people can look at this and still claim that it's not doing any "actual reasoning".
Re: Using ChatGPT to make Bash palatable
#25I don't understand how people can look at this and still claim that it's not doing any "actual reasoning".
It has trained on countless programming tutorials out there, including bash tutorials for all kinds of things. Such tutorials often includes "create file -> ls to see file -> print content of file" etc, so GPT then takes those tutorials and creates grammatical rules how those words transform into each other. But if you start going outside of the realms of online tutorials it starts to falter quickly and then just pri…
Re: Using ChatGPT to make Bash palatable
#26Re: Using ChatGPT to make Bash palatable
#27ChatGPT has been amazing for all kinds of programming-adjacent things, even in my line of work where I asked it for help modifying the config file for a selfhosted gitlab instance. > But [Bash] fucking sucks. Like, it’s truly awful to write [...] As an aside, considering how basic the shell script actually was, I think this is a great example of being so intimidated by something that you don't actually try and use it…
Re: Using ChatGPT to make Bash palatable
#28If you want to launch Chrome with flags through your dock/UI you have to compile an AppleScript to an .app. It's crazy.
Re: Using ChatGPT to make Bash palatable
#29I don't understand how people can look at this and still claim that it's not doing any "actual reasoning".