this post was submitted on 05 Sep 2023
122 points (99.2% liked)

Linux

46328 readers
823 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
[–] danielbln 4 points 11 months ago (2 children)

I mean, we're talking curl here, I don't think a lot of suffering of consequences is happening. And man pages are often also not a great resource, throw everything at you, often don't contain examples. If I'm building an app that integrates curl or libcurl, oh yes I'm reading the doc. If I just need curl to do something quickly, the LLM output is perfectly fine.

[–] [email protected] 3 points 11 months ago

I think you're right, it is harmless for the most part. But one time I unintentionally overwrote a file using curl. It is definitely my own stupidity here though.

[–] [email protected] 1 points 11 months ago

I'd be scared to perform POST/PUT with LLM-generated commands. For immutable calls I agree though