Ask HN: Why is no one making FILE_ID.DIZ anymore?
7 reconnecting 3 5/15/2025, 8:07:31 AM
Back in the BBS days, nearly every ZIP folder contained `.nfo` and `FILE_ID.DIZ` files. I searched for "FILE_ID.DIZ" on GitHub and found only [1], [2], [3] files from last year.
How is it possible that such a strong habit has completely disappeared?
[1] https://github.com/Gargaj/Foxotron/blob/master/file_id.diz
[2] https://github.com/FDOS/freecom/blob/master/FILE_ID.DIZ
[3] https://github.com/TirrenoTechnologies/tirreno/blob/master/FILE_ID.DIZ
With the rise of platforms like GitHub, GitLab, and Bitbucket, project descriptions and metadata have become more integrated. The README.md has essentially replaced FILE_ID.DIZ as the default "project descriptor", but with much more flexibility for formatting, linking, and even embedding media.
Additionally, the way we discover and share software has changed. We now have package managers, app stores, and automatic metadata parsing tools that handle much of what these files used to do. Plus, we expect modern software to have much more comprehensive documentation than a few lines in a .DIZ file.
Basically, it was a feature of a subculture that was swept away by the hordes of computer users the pc revolution unleashed.
And it is worth considering that .zip is a bit niche technology among all the people online today…even if everybody we know knows about it, that’s because they are like us…by which I mean semi-competent at googling. Good luck.