aboutsummaryrefslogtreecommitdiff
path: root/suckless.mdwn
blob: caebbb37fcaf8d28aaa4a2690dc46cd5f35ee5e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[[!meta title="The suckless agenda"]]

    Laws of Computer Programming:
            1. Any given program, when running, is obsolete.
            2. Any given program costs more and takes longer.
            3. If a program is useful, it will have to be changed.
            4. If a program is useless, it will have to be documented.
            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.

    -- fortune(6)

# Guiding principles

* [Software rot - Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Software_rot).
* [The Mutt E-Mail Client](http://www.mutt.org/): "All mail clients suck. This one just sucks less".
* [The Future Programming Manifesto](http://alarmingdevelopment.org/?p=893).
* [Unix philosophy - Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Unix_philosophy).
* [KISS principle - Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/KISS_principle).
* [suckless.org software that sucks less](http://suckless.org/).
* [principles - IndieWebCamp](http://indiewebcamp.com/principles).

## Contributions to the agenda

    Though a program be but three lines long, someday it will have to
    be maintained.

    -- The Tao of Programming

* [Security Specs](https://manual.fluxo.info/specs).
* [Static site generation](/static).
* [Inception](/inception) of applications and dotfiles.

## Stuff currently being observed

* [Neovim](http://neovim.io).