154
I feel like I'm taking crazy pills
(lemmy.ca)
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
OP: chatGPT is your personal Linux guru. Pretend it's your friend who knows everything about linux and tell it what you want to achieve.
Paste in any error messages and it will tell you how to fix them. Just make sure it knows what distro you're using first.
That's how I learned to use docker :)
except it makes up so much shit that it's harmful past extremely noob stuff
Actually though. I've asked it questions about impossible things related to technology and it's even gone as far to make up things for features that don't exist.
In one case I asked it once if it was possible to have Kafka partitions shared across topics (currently impossible per design) and it was confidently incorrect, even gave me a made up command line for how to achieve what I asked.
oh i know... i had it write a few very short programs, just about every single line had an error... importing shit that doesn't exist, adding incorrect arguments to functions...
but what's scary is it looks ok at a quick glance... and these ai bros with reverse imposter syndrome are going to talk their way into some dangerous situations and break important things, eventually...
but i guess that's not too different from shitty coders and contractors anyways.
e.g. the original healthcare.gov taking 500 million lines of code
Well making mistakes is how you learn stuff. Do all this on a vm that you can blow away and start over when you do screw up. So ChatGPT giving you crap advice can still be very useful. Sometimes the wrong answer can lead you to the right one.