Add unix principles. - bitreich-documents - The repository to track the core bitreich documents.
HTML git clone git://bitreich.org/bitreich-documents/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/bitreich-documents/
DIR Log
DIR Files
DIR Refs
DIR Tags
---
DIR commit 2030d9bd311e90269d88136b277792e700f87c1b
DIR parent 24b769d2fe312e369df99f6f7983bbb933b90644
HTML Author: Christoph Lohmann <20h@r-36.net>
Date: Tue, 26 Dec 2023 21:21:36 +0100
Add unix principles.
Diffstat:
A unix-principles-dogmatic.txt | 9 +++++++++
A unix-principles-liberal.txt | 10 ++++++++++
2 files changed, 19 insertions(+), 0 deletions(-)
---
DIR diff --git a/unix-principles-dogmatic.txt b/unix-principles-dogmatic.txt
@@ -0,0 +1,9 @@
+1. Small is beautiful.
+2. Make each program do one thing well.
+3. Build a prototype as soon as possible.
+4. Choose portability over efficiency.
+5. Store numerical data as flat ASCII files.
+6. Use software leverage to your advantage.
+7. Use shell scripts to increase leverage and portability.
+8. Avoid captive user interfaces.
+9. Make every program a filter.
DIR diff --git a/unix-principles-liberal.txt b/unix-principles-liberal.txt
@@ -0,0 +1,10 @@
+1. Allow the user to tailor the environment.
+2. Make operating system kernels small and lightweight.
+3. Use lower case and keep it short.
+4. Save trees.
+5. Silence is golden.
+6. Think parallel.
+7. The sume of the parts is greater than the whole.
+8. Look for the 90 percent solution.
+9. Worse is better.
+10. Think hierarchically.