1️⃣ Legacy naming quirks & cross‑OS confusion
The discussion repeatedly points out how the innocuous “null” filename stems from DOS’s missing /dev/null, leading developers to try null (or /dev/nul) and create surprisingly widespread side‑effects.
"One day a small file turned up in everyone's network home directory called null. A nix person had evidently had a go at writing a .bat file." – lelanthran
"Unix programmer remembered that there's no /dev/null in DOS and that it's something shorter, and tried null which worked." – 3form
"Fun fact: “/dev/nul” (with only one L) would have worked, even if there is no directory with that name." – rep_lodsb*
2️⃣ Calls for a unified configuration standard Participants lament the chaotic scattering of “dotfiles” and configuration directories, advocating for enforcement of standards like XDG Base Directory or a common .config folder across distros.
"As these things go, there obviously is a standard for this called the XDG Base Directory Specification." – 9dev (link omitted for brevity)
"I'd love to see a distro that was able to enforce a .config folder somehow would be a winner for me." – ozlikethewizard > "Projects like suckless are configured by changing source and recompiling… a similar modern approach." – fredoralive
3️⃣ Nostalgia for retro low‑level hacking
Several users reminisce about patching CP/M binaries, editing CP/M config bytes, and hand‑tweaking Z80/8080 machine code—viewing it as a cool, performant alternative to today’s heavier abstractions.
"My recollection is that most CP/M programs were configured via patching." – Semaphor
"The patching code had to be in Z80/8080 machine code. I wrote higher performance keyboard and display routines for my copy of Wordstar using this feature." – zabzonk
"Stuff like that is also cool… patching machine code to improve performance of a compiled app? Very cool!" – Semaphor
These three themes capture the bulk of the discussion: historical filename mishaps, the push for standardized config locations, and reverence for low‑level retro programming tricks.