| Yeah, I think the FSF and GNU are resting on their laurels and barely relevant. So one of the core things for the FSF has been the GNU tools. Recently it's become trendy to rewrite stuff in Rust, and overall it seems like an excellent idea to have the core tooling of an OS being much harder to exploit, and often much more performant. For instance ripgrep is a nice improvement on the classical grep, nushell is a better shell, exa is a better ls, and none of those is under the GPL. There's also a project to do a straightforward rewrite of coreutils in Rust, and that is MIT licensed. Where's the FSF's effort to modernize things and remain relevant? |
Individual GNU projects are doing fairly well on the technical side (toolchain, Emacs, Guix, Mes), but there is little to no coordination across GNU, much less with the FSFs.
FSF Asia seems to have fallen off the earth, even though India appears to have a fairly active free software movement.
I don't think rewrite in Rust is a solution to "modernize" GNU tools. Maybe another memory safe language, but Rust has severe bootstrapping issues which is a hard sell for distros that care about source to binary transparency.