From d02ec2fa61e7ad116577de69cea335d1056eef1d Mon Sep 17 00:00:00 2001 From: Kyle Neath Date: Sat, 1 Dec 2012 00:02:47 -0800 Subject: [PATCH] Dumb software --- _posts/2012-12-03-dumb-software.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 _posts/2012-12-03-dumb-software.md diff --git a/_posts/2012-12-03-dumb-software.md b/_posts/2012-12-03-dumb-software.md new file mode 100644 index 0000000..f48344d --- /dev/null +++ b/_posts/2012-12-03-dumb-software.md @@ -0,0 +1,23 @@ +--- +layout: post +title: "Dumb software" +excerpt: + There is a beauty to dumb software. These things like HTML, CSS and JavaScript. Things like Unix, C and SQL. Plain text files, email, and GIFs. They're fun to work with. They always work. There's no caveats. I just love them so damn much. +--- + +There is a beauty to dumb software. These things like HTML, CSS and JavaScript. Things like Unix, C and SQL. Plain text files, email, and GIFs. They're fun to work with. They always work. There's no caveats. I just love them so damn much. + +But software today is intelligent! Asynchronous front ends generated from esoteric scripting languages running on clusters of distributed virtual machines around the globe. Death to repetition! It's more productive! It's scalable! It's fault tolerant! + +But I haven't found this to be true. + +Intelligent systems have dark corners. Why didn't it work this time? It's hard to see everything. I'm not sure what it's doing. This is impossible! Is there even a bug, or have I simply lost my mind? + +

The problem with ARC is it's hard to verify the difference between you losing your mind and an ARC bug.

— Josh Abernathy (@joshaber) December 1, 2012
+ + +Dumb systems are obvious. It's obviously doing something dumb — too much work, too inflexible. But the work is predictable. It's obviously doing too much work. I can see everything. + +Dumb software can do great things. It put humankind on the Moon. [It got us to Mars](http://lars-lab.jpl.nasa.gov/JPL_Coding_Standard_C.pdf). To me, it feels like the dumber the software, the more it accomplishes. + +And I think that's why I love dumb software — because I want to create great things. And sometimes it just feels right to build a simple little static website with HTML, CSS, and JavaScript.