Comments by "Anony Mousse" (@anon_y_mousse) on "Should You Ever Replace Core Linux Utils u0026 Software?" video.
-
2
-
1
-
1
-
1
-
1
-
I'm all for adding tools, but they have to actually add something. Merely looking pretty isn't enough. Want colors? Well, for a good number of years ls has had --color=auto, which will disable color when piping, which is a good thing, and display it when directly to a terminal. Grep has been able to colorize matches for a while now and likewise disables that for piping, which again is a good thing. Want extra functionality? Well, that's a whole other ball of wax. I keep getting recommended to alternatives that either match the functionality of a pre-existing program but with a different way of operating. That's perfectly fine for someone who doesn't know how the old tools work, but it won't be a transferable skill and what's the point of writing new code that hasn't had 20 years of debugging work when the old program already works and has been debugged thoroughly. If someone wants to create an alternative, I say great, but add functionality and don't remove any. Programs like ripgrep irk me because they take away functionality while adding it. I don't care if they want to have different flags, that's fine, but not everything needs to be rewritten in Rust only to be missing functionality. If someone actually comes up with a cogent argument, I'd love to hear it. I doubt anyone will, and instead I await the vicious attacks from Rustaceans who refuse to be wrong.
1