diff options
Diffstat (limited to 'gemfeed/2021-09-12-keep-it-simple-and-stupid.html')
| -rw-r--r-- | gemfeed/2021-09-12-keep-it-simple-and-stupid.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gemfeed/2021-09-12-keep-it-simple-and-stupid.html b/gemfeed/2021-09-12-keep-it-simple-and-stupid.html index 5a7093f0..cc369bbb 100644 --- a/gemfeed/2021-09-12-keep-it-simple-and-stupid.html +++ b/gemfeed/2021-09-12-keep-it-simple-and-stupid.html @@ -85,7 +85,7 @@ p.quote:after { / ************ \ / ************ \ -------------------- -------------------- </pre> -<p class="quote"><i>Written by Paul Buetow 2021-09-12, last updated 2021-10-22</i></p> +<p class="quote"><i>Published by Paul Buetow 2021-09-12, last updated 2021-10-22</i></p> <p>A robust computer system must be kept simple and stupid (KISS). The fancier the system is, the more can break. Unfortunately, most systems tend to become complex and challenging to maintain in today's world. In the early days, so I was told, engineers understood every part of the system, but nowadays, we see more of the "lasagna" stack. One layer or framework is built on top of another layer, and in the end, nobody has got a clue what's going on.</p> <h1>Need faster hardware</h1> <p>This not just makes the system much more complex, difficult to maintain and challenging to troubleshoot, but also slow. So more experts are needed to support it. Also, newer and faster hardware is required to make it run smoothly. Often, it's so much easier to buy speedier hardware than rewrite a whole system from scratch from the bottom-up. The latter would require much more resources in the short run, but in the long run, it should pay off. Unfortunately, many project owners scare away from it as they only want to get their project done and then move on.</p> |
