Good software knows when to stop | Olivier Girardot's Ramblings

Source: original

Mar 5, 2026

Good software knows when to stop

Good software knows what problem it solves and what needs to be tackled by another tool

Olivier Girardot Olivier Girardot

it’s 9AM, you’re ready to upgrade your favorite Linux distribution and packages to their latest versions, the process goes smoothly and after a reboot your machine is now up-to-date. You start going as usual about your day and then when trying to list the content of a directory on your machine, something strange happens, the routinely boring behavior you’re used to of ls surprises you, and not for the best :

javascript

$ ls ┌──────────────────────────────────────────────────────────────────────┐ │ │ │ NOTICE: The legacy utility ls has evolved. │ │ │ │ _ _ │ │ / \ __| | ___ │ │ / _ \ / _|/ _ \ │ │ / ___ \ (_| | __/ │ │ /_/ \_\__,_|\___| │ │ │ │ AI-Powered Directory Intelligence™ │ │ │ │ Hello. │ │ │ │ The classiclscommand has reached the end of its lifecycle. │ │ For decades it faithfully listed files. │ │ But listing is no longer enough. │ │ │ │ The filesystem deserves to be *understood*. │ │ │ │ Introducing: │ │ │ │ █████╗ ██╗ ███████╗ │ │ ██╔══██╗██║ ██╔════╝ │ │ ███████║██║ ███████╗ │ │ ██╔══██║██║ ╚════██║ │ │ ██║ ██║███████╗███████║ │ │ ╚═╝ ╚═╝╚══════╝╚══════╝ │ │ │ │ Adaptive Listing System │ │ │ │alsdoesn't just show files. │ │ It predicts which ones you meant. │ │ It ranks them. │ │ It understands you. │ │ │ │ Your currentlsbinary will remain functional for: │ │ │ │ 30 days │ │ │ │ After this period: │ │ •lswill be deprecated │ │ • updates will cease │ │ • directory awareness will be disabled │ │ │ │ You can begin your transition today: │ │ │ │ $ als --trial │ │ │ │ (30-day free evaluation period) │ │ │ │ Thank you for participating in the future of file awareness. │ │ │ │ — Thels` Team │ │ (now part of ALS) │ │ │ └──────────────────────────────────────────────────────────────────────┘

Fortunately, this does not happen… Good software knows the purpose it serves, it does not try to do everything, it knows when to stop and what to improve.

One of the most counterintuitive, for the maximalist human psyche we have, is to know the role and place your software fits in and to decide when what you want to do next fits with, what you nowadays call the “product vision”, or if it’s just another project, another tool.

For the oldest amongst us this kind of lessons came from 37Signals, the founders of Basecamp’s (the project management tool) books Rework and Getting Real - two books I’d recommend and especially Getting Real for product design, whose lessons I could sum up by :

At the time where Minio becomes AIStor and even Oracle Database becomes the Oracle AI Database, I think a little reminder that not everything has to change drastically and that being the de facto standard for a given problem has more value than branding yourself as the new hot thing no-one expected.

260

claps

Newsletter

Stay updated with new articles.

0 Comments

No comments yet. Be the first to comment!