this post was submitted on 11 Jul 2023
504 points (97.0% liked)

Linux

47231 readers
870 users here now

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.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 10 points 1 year ago (1 children)

You can ask chatgpt pretty much anything and it answers you.

[–] [email protected] 44 points 1 year ago (3 children)

Not always truthfully, but it does answer. It is quite confidently incorrect sometimes.

[–] [email protected] 16 points 1 year ago (1 children)

Imagine chatGPT beliving trolls in its training data and suggesting users to sudo rm -rf /*

[–] [email protected] 4 points 1 year ago

They've gone overboard in preventing troll behavior in this version. It constantly apologizes and refuses to say anything that could be considered even slightly controversial. It also spews morality lessons. But most importantly is that it understands the context of what it suggests, so it wouldn't recommend that unless you're trying to nuke your system. It probably wouldn't recommend that even if you're trying to nuke your system and would instead give you a lesson on why what you're doing is destructive.

[–] [email protected] 6 points 1 year ago (1 children)

It's works better as a conversation then just answering questions. The prompts you give it can also drastically alter it's accuracy.

I use it at work frequently instead of the docs nowadays.

[–] [email protected] 1 points 1 year ago

Me too. It sometimes saves me hours and writes code that is better than I would write. Other times it recommends code that doesn't actually compile, but insists that it should. Often it provides working code that is about 3 times more complicated than it needs to be. But overall it is an amazing tool that massively improves productivity. If you use it for help with complex subjects that you already understand well, then it is a bad-ass advisor.

[–] [email protected] 1 points 1 year ago

The weird thing about it is it often gives incorrect results for stuff like programming, but when you say that is wrong, it comes up with a correction. LOL Like, just tell me the correct thing from the start .