diff options
| author | Paul Buetow <paul@buetow.org> | 2021-09-24 12:03:40 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2021-09-24 12:03:40 +0300 |
| commit | 0543c5053c128ed46840c7453f13ae4ece48894b (patch) | |
| tree | c07c5092c56c1bb7ccdef968a93a07d08c140593 | |
| parent | cc58bdc55f5eb081d2bcd2e67bdeca54d27f05ce (diff) | |
add link
| -rw-r--r-- | gemfeed/2021-09-12-keep-it-simple-and-stupid.md | 6 | ||||
| -rw-r--r-- | gemfeed/index.md | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gemfeed/2021-09-12-keep-it-simple-and-stupid.md b/gemfeed/2021-09-12-keep-it-simple-and-stupid.md index 0d1cef2b..6340d20d 100644 --- a/gemfeed/2021-09-12-keep-it-simple-and-stupid.md +++ b/gemfeed/2021-09-12-keep-it-simple-and-stupid.md @@ -15,7 +15,7 @@ -------------------- -------------------- ``` -> Written by Paul Buetow 2021-09-12 +> Written by Paul Buetow 2021-09-12, last updated 2021-09-24 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. @@ -43,6 +43,10 @@ Coming back to COBOL, k8s is on its way to becoming something similar. One day, [https://www.techrepublic.com/article/why-kubernetes-is-our-modern-day-cobol-says-a-tech-expert/](https://www.techrepublic.com/article/why-kubernetes-is-our-modern-day-cobol-says-a-tech-expert/) +Another article which stroke me is: + +[Today's Students Don't Understand the Basics of Computer Operations ](https://it.slashdot.org/story/21/09/23/163212/todays-students-dont-understand-the-basics-of-computer-operations) + # The bloated web Another example is the modern web. Have you ever wondered why the internet becomes slower and slower nowadays? The modern web is so much like lasagna that I decided to use Gemini to be the primary protocol of my website. The HTML version of this website is just a fallback as many visitors don't know what Gemini is and don't have any compatible software installed for surfing the Geminispace: diff --git a/gemfeed/index.md b/gemfeed/index.md index 39a3ea85..b126a2b6 100644 --- a/gemfeed/index.md +++ b/gemfeed/index.md @@ -2,7 +2,7 @@ ## Having fun with computers! -[2021-09-12 (1331 words) - Keep it simple and stupid](./2021-09-12-keep-it-simple-and-stupid.md) +[2021-09-12 (1351 words) - Keep it simple and stupid](./2021-09-12-keep-it-simple-and-stupid.md) [2021-08-01 (2919 words) - On being Pedantic about Open-Source](./2021-08-01-on-being-pedantic-about-open-source.md) [2021-07-04 (2048 words) - The Well-Grounded Rubyist](./2021-07-04-the-well-grounded-rubyist.md) [2021-06-05 (1191 words) - Gemtexter - One Bash script to rule it all](./2021-06-05-gemtexter-one-bash-script-to-rule-it-all.md) |
