


The article discusses an alternative approach to program configuration where programs read their own filename instead of using traditional flags or scripts. This method allows the entire configuration to be embedded in the filename itself, making programs self-contained, portable, and easily shareable. The author argues that flags are ephemeral and scripts d

