Fits on a Floppy - A Manifesto for Small Software
The "Fits on a Floppy" manifesto, shared on Lobsters on May 17, 2026, champions the development of compact and efficient software. The initiative draws attention to applications capable of fitting within the storage limits of a floppy disk, presenting them as a counter-narrative to the prevailing trend of ever-expanding application sizes. While celebrating the small footprint of these applications, the manifesto candidly acknowledges that many such examples, particularly those referenced, often leverage extensive underlying SDKs like those for iOS and macOS. This dependency means the application's core code is minimal, but its operational environment still relies on a potentially significant volume of external code, which is a key nuance the manifesto addresses. The manifesto's core argument is not to eliminate all dependencies but to inspire a mindset where developers prioritize core functionality and resource efficiency. By showcasing what is achievable within severe size constraints, it encourages a re-evaluation of software architecture and feature bloat. The discussion on Lobsters and the manifesto itself serve as a call to action for developers to consider the implications of large software footprints, advocating for a return to more focused and less resource-intensive development practices. This perspective aims to foster innovation in efficiency and challenge the assumption that larger applications inherently offer more value, prompting a critical look at modern development paradigms and their impact on system resources.
This manifesto encourages developers to prioritize software efficiency and minimalism, challenging the trend of increasing application bloat.