{{ define "body_content" }}

Why This Site Exists


Most of the modern Web sucks. This is my futile attempt at changing that.

Many sites these days try to solve problems that don't exist using improper tools and techniques to do so. The classic example is JavaScript; client-side scripting can be quite useful in certain situations. The problem, however, is that most situations are not these situations.

The vast majority of websites could be simple HTML( + CSS) pages and gain all the benefits that go along with that, namely simplicity, speed/performance and reliability. Instead, people choose to complicate things.

"Install this plugin!"

"Use this framework!"

Rather than fixing the underlying problem by stripping back the layers to find that we really just want to render some HTML, we instead pile more on top, obscuring and worsening whatever problem we think we're trying to solve.

"Millions of jobs are based on outputting HTML in an inefficient way."

suckless.org

Some common excuses for "I need to use x:"

What Can We Do?


Start your own website where you can complain about stuff too! Anyone can and everyone should. With all the information that's out there it's never been easier to help fix the Web by creating your own site. {{ end }}