177
Permanently Deleted
(reddthat.com)
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
Honest question...why?
Some have better ux, some support more platforms out of the box. I don't find it a good idea trying to replace everything though.
I only tend to replace if all of those are met:
So far, only things I've actually replaced are aliasing
ls
toexa
/eza
, and switched toripgrep
for most of my uses ofgrep
.Because Rust is better, hurr-durr.
Forgor the /s
Turns out Lemmy isn't better at understanding sarcasm than Reddit lol.
Utilities built in Rust have a higher potential for better security, all else being equal.
Uhhhhh, they do?
I don't really thing the security 'guarantees' of rust matter that much.
I think it's a better language to work in than C or C++, though. That's not a reason to change utilities now, but a larger Rust ecosystem is always better in my humble opinion.
Yes that’s the major selling point in the Rust language in my opinion. Memory safety. Most of the security issues you hear about are because of mismanaged memory, specifically buffer overflows. My understanding is that Rust reduces risk of those by catching them at compile time.