7 ms·
The author mentions Sway and i3 window managers as examples of finished software. I'd be interest if anyone has more examples. What is a piece of software that
by neuland 6y ago
The author mentions Sway and i3 window managers as examples of finished software. I'd be interest if anyone has more examples. What is a piece of software that is feature complete in your opinion?
A couple more examples I can think of:
- jq: https://stedolan.github.io/jq/ https://stedolan.github.io/jq/
- pass: https://www.passwordstore.org/ https://www.passwordstore.org/
- tokyo/kyoto cabinet: embedded key value database
- awk: text processing tool / programming language
- (almost per-se) any game that shipped on physical media
- siraben 6y agoReading the AWK Programming Language book, it's amazing how little has changed in decades, I can still run the code snippets in 2021 in the same way I would have in 1991.