this post was submitted on 02 Jan 2024
93 points (100.0% liked)

Linux

1253 readers
86 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
[–] kanzalibrary@lemmy.ml 1 points 9 months ago (2 children)

I just found myself that C is the worst programming language as many people say, but the security and simplicity is more than any language in security. Thank you so much for this!

[–] TimeSquirrel@kbin.social 6 points 9 months ago* (last edited 9 months ago)

Nobody:

C: "Lemme just accept anything the user gives me, write beyond the input buffer, glitch out, and start executing whatever the fuck the user injects in there."

Still a decent language though, but like an oxy-acetylene torch, it's powerful tool, but you better know what you're doing.

[–] krash@lemmy.ml 1 points 9 months ago (1 children)

How is C more secure than Rust? Doesn't it lack features such as safe memory handling?

[–] kanzalibrary@lemmy.ml 1 points 9 months ago (1 children)
[–] LeFantome@programming.dev 4 points 9 months ago

In that talk he called C “the worst language” and said he chose it to troll the industry. How does that support your point?

He also said that you should choose “least privilege” whenever possible. That is precisely the value that Rust brings over C. So how does that talk support the idea that C is more secure than Rust?