diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2022-02-18 19:02:42 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2022-02-18 19:02:42 -0300 |
commit | d5a9521cc7d9ea2c63dae382b5c4bc18046f920c (patch) | |
tree | db963a0d04458114565a18df9df30877c40db039 /research | |
parent | ec85d3a13ca1371913a3e8cac0c3e09cbc0ac44f (diff) | |
download | blog-d5a9521cc7d9ea2c63dae382b5c4bc18046f920c.tar.gz blog-d5a9521cc7d9ea2c63dae382b5c4bc18046f920c.tar.bz2 |
Minor fixes
Diffstat (limited to 'research')
-rw-r--r-- | research/computing/suckless.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/research/computing/suckless.md b/research/computing/suckless.md index 853f2c8..6ff9c5a 100644 --- a/research/computing/suckless.md +++ b/research/computing/suckless.md @@ -8,7 +8,7 @@ 5. Any given program will expand to fill all available memory. 6. The value of a program is proportional the weight of its output. 7. Program complexity grows until it exceeds the capability of - the programmer who must maintain it. + the programmer who must maintain it. -- fortune(6) |