Join us on IRC: #infoanarchy on irc.oftc.net — channel blog

KISS

From iA wiki

Also see: Sayings

Acronym: Keep It Simple, Stupid

Example: An ancient example is Vi, in contrast to Emacs (Dangerous)

The philosophy of making something (ie. a program) for solely 1 purpose (ie. 1 protocol). In software development increased complexity may lead to bugs and errors. It is the opposite of bloat.