Fuck this rust coreutils projects.
I'm sure it's google, meta and some other shits behind it. Otherwise, the creators are just too fucking dumb for licensing their project under MIT.
Fuck this rust coreutils projects.
I'm sure it's google, meta and some other shits behind it. Otherwise, the creators are just too fucking dumb for licensing their project under MIT.
What do you think all the command line utils named after linux syscalls are doing if not calling the syscall for you?
Irrelevant unless they're presenting themselves as viable alternatives to a C codebase.
I can't believe that Rust developers would call POSIX functions to interact with the operating system! The audacity!
I can, now, but I didn't expect them to be the exact same ones behind this project.
You didn't expect them to use the standard low-level, cross-platform API to build cross-platform coreutils?
Are they using any original GNU coreutils code as reference? My understanding is nothing is 1:1. They're trying to build, from the ground up, a totally new codebase that has the same user-facing functionality but under the hood is idomatic Rust code (so nothing like the GNU C code)
They are recreating something that matches behavior not using licensed GPL code. Which is the same way the GNU coreutils were a recreation of the proprietary Unix tools in an effort to provide open source alternatives.
Like you wouldn't say "An appropriate amount of work to slap a GPL license on somebody else's work" in reference to GNU recreating the Unix tools, so why say it here?
This "someone else" being... A C API header which can't be copyrighted/copylefted anyway?
This is about coreutils, b
Can somebody explain why they are using libc in the first place?
Because it's a rust implementation of coreutils, and not a rust implementation of coreutils and libc?
But why is libc necessary in the first place? Are the functions not provided by the stdlib of rust?
No, the Rust standard library only contains functions useful for standard Rust, not POSIX/Linux user-space -specific functionality from libc.

Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.