Posted by ssaboum 14 hours ago
ls: usage: ls [-@ABCFGHILOPRSTUWXabcdefghiklmnopqrstuvwxy1%,] [--color=when] [-D format] [file ...]
I don't think it knew when to stop.
> Say no by default — every feature has a hidden cost: complexity, maintenance, edge cases
AI-assisted development is blowing up this long-standing axiom in the software development world, and I am afraid it's a terrible thing.
Just because you can do something, doesn't mean you should.
The best codebases I've worked with share a common trait: they have clear boundaries about what they don't do. The worst ones try to be everything and end up being nothing well.
This applies doubly to developer tools. The ones that survive decades (Make, grep, curl) do one thing and compose well. The ones that try to be platforms tend to collapse under their own weight.