sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit a9558eb9b5d1f649d9c8886d9e47d2c9e95ee183
parent 3dc77e6e8b07469d74d492c6aa071e0f61ed69cb
Author: Christoph Lohmann <20h@r-36.net>
Date:   Wed, 21 Oct 2015 19:49:27 +0200

Add the web to topics that suck.

Diffstat:
Msuckless.org/sucks/index.md | 4++++
Asuckless.org/sucks/web.md | 25+++++++++++++++++++++++++
2 files changed, 29 insertions(+), 0 deletions(-)

diff --git a/suckless.org/sucks/index.md b/suckless.org/sucks/index.md @@ -3,6 +3,10 @@ Stuff that sucks See the [philosophy](http://suckless.org/philosophy) page about what applies to this page. +Bigger topics that suck: +[systemd](http://suckless.org/http://suckless.org/sucks/systemd), [the +web](http://suckless.org/sucks/web) + Libraries --------- These libraries are broken/considered harmful and should not be used if it's diff --git a/suckless.org/sucks/web.md b/suckless.org/sucks/web.md @@ -0,0 +1,25 @@ +The Web Sucks +============= +It has enabled the global information exchange, mass surveillance, studies in +social control, allowed revolutions, made a fortune for many billionaires and +in the meanwhile ruined our climate: the web. + +[This is a moterfucking website.](http://motherfuckingwebsite.com/) + +For short: There is an industry which is specialized on extending the resource +usage to display just some characters on your display. Millions of jobs are +based on outputting HTML in an inefficient way. Look at PHP and all the +techniques to extend it's "scalability". It is not scalable, it's a +prototyping language. Not to mention all it's syntactic irregulatories. +Nowadays classes on classes on classes with getter and setter functions define +buttons which can be stripped down to just a simple character string. The web +is the practical example why corporate software development does not work and +never will. It only ruins our environment, sanity and many brains which could +be used for the better of humanity. + +PHP was used as the primary example for how interpreted languages produce +resource waste. There were optimisations for compiling PHP to C++(!). But this +is just a way to allow the mass of programmer sheep to go on and sleep calm at +night. + +