Fits on a Floppy - A Manifesto for Small Software

13 points by msangi


In a world where application are getting bigger and bigger seeing application that do something useful while still fitting in a floppy disk is remarkable.

To be fair, the apps linked there heavily use the iOS and macOS SDK, so the application itself is small but it still depends on a potentially bug amount of code.

veqq

While I generally support this, a lot depends on what your system already has. Dynamically linked binaries from C or Python scripts easily fit, because the runtimes are already on every computer. Statically linking (for portability) or because the runtime is less common (e.g. with Janet) runs way past this!

rdg

Sounds familiar https://fosstodon.org/@dillo/113913161923323567

https://cdn.fosstodon.org/media_attachments/files/114/785/479/775/959/540/original/be9b68fb517d19e9.png

icefox

As someone who's played games that came on 4+ floppies, and which still came with a hundred page paper manual that had all the actual dialog in the game, I really don't need this back.

spc476

Gee, I can remember when I could get a Linux distribution on a single floppy (Tom's RootBoot Disk). It was great as a recovery system.