27
all 26 comments
sorted by: hot top new old
[-] somegeek@programming.dev 2 points 12 hours ago

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.

[-] cornishon@lemmygrad.ml 5 points 19 hours ago

What do you think all the command line utils named after linux syscalls are doing if not calling the syscall for you?

[-] cockmushroom@reddthat.com -3 points 14 hours ago

Irrelevant unless they're presenting themselves as viable alternatives to a C codebase.

[-] fruitcantfly@programming.dev 25 points 1 day ago

I can't believe that Rust developers would call POSIX functions to interact with the operating system! The audacity!

[-] cockmushroom@reddthat.com -1 points 1 day ago

I can, now, but I didn't expect them to be the exact same ones behind this project.

[-] fruitcantfly@programming.dev 16 points 20 hours ago

You didn't expect them to use the standard low-level, cross-platform API to build cross-platform coreutils?

[-] KindaABigDyl@programming.dev 44 points 1 day ago

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?

[-] savvywolf@pawb.social 10 points 1 day ago

This "someone else" being... A C API header which can't be copyrighted/copylefted anyway?

[-] cockmushroom@reddthat.com 0 points 1 day ago

This is about coreutils, b

[-] onlinepersona@programming.dev 6 points 1 day ago

Can somebody explain why they are using libc in the first place?

[-] ace@lemmy.ananace.dev 36 points 1 day ago

Because it's a rust implementation of coreutils, and not a rust implementation of coreutils and libc?

[-] onlinepersona@programming.dev 6 points 1 day ago

But why is libc necessary in the first place? Are the functions not provided by the stdlib of rust?

[-] ace@lemmy.ananace.dev 24 points 1 day ago* (last edited 1 day ago)

No, the Rust standard library only contains functions useful for standard Rust, not POSIX/Linux user-space -specific functionality from libc.

this post was submitted on 02 Jul 2026
27 points (63.9% liked)

Programmer Humor

32119 readers
149 users here now

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.

Rules

founded 3 years ago
MODERATORS