summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contact-information.md3
-rw-r--r--gemfeed/2021-06-05-gemtexter-one-bash-script-to-rule-it-all.md2
-rw-r--r--gemfeed/2021-09-12-keep-it-simple-and-stupid.md4
-rw-r--r--gemfeed/index.md2
4 files changed, 6 insertions, 5 deletions
diff --git a/contact-information.md b/contact-information.md
index ecb0edcd..ff22ede8 100644
--- a/contact-information.md
+++ b/contact-information.md
@@ -25,7 +25,8 @@ I am on irc.german-elite.net in #talk, #coding, #linux (and maybe in others) as
### My Open Source code repositories
-[My personal GitHub page](https://github.com/snonux)
+[My personal Codeberg page](https://codeberg.org/snonux)
+[My personal GitHub page (slowly moving all my stuff over to Codeberg)](https://github.com/snonux)
[DTail at Mimecast](https://github.com/mimecast/dtail)
[I/O Riot at Mimecast](https://github.com/mimecast/ioriot)
diff --git a/gemfeed/2021-06-05-gemtexter-one-bash-script-to-rule-it-all.md b/gemfeed/2021-06-05-gemtexter-one-bash-script-to-rule-it-all.md
index e4773384..2dcf0687 100644
--- a/gemfeed/2021-06-05-gemtexter-one-bash-script-to-rule-it-all.md
+++ b/gemfeed/2021-06-05-gemtexter-one-bash-script-to-rule-it-all.md
@@ -57,7 +57,7 @@ Another benefit of using Gemini is that the Gemtext markup language is easy to p
I have exactly done that - I wrote a Bash script, named Gemtexter, for that:
-[https://github.com/snonux/gemtexter](https://github.com/snonux/gemtexter)
+[https://codeberg.org/snonux/gemtexter](https://codeberg.org/snonux/gemtexter)
In short, Gemtexter is a static site generator and blogging engine that uses Gemtext as its input format.
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 4e4229d4..eee1b011 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, last updated 2021-10-02
+> Written by Paul Buetow 2021-09-12, last updated 2021-10-22
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.
@@ -71,7 +71,7 @@ I don't say that the ELK stack doesn't work, but it requires experts and additio
## The Adslowbe PDF Reader
-Another perfect example is the Adobe PDF reader. How can it be that the inventor of the PDF format creates such a terrible user experience with its official reader? The reader is awful bloated, and slow. There are much better alternatives around (especially for Linux and other UNIX like operating systems). I believe the reason Adobe's reader is like this is featuritis, and 90% of the users don't use 90% of all available features. Less is more; keep it simple and stupid.
+Another perfect example is the Adobe PDF reader. How can it be that the inventor of the PDF format creates such a terrible user experience with its official reader? The reader is awful bloated, and slow. There are much better alternatives around (especially for Linux and other UNIX like operating systems, look at Zathura for example). I believe the reason Adobe's reader is like this is featuritis, and 90% of the users don't use 90% of all available features. Less is more; keep it simple and stupid.
## The power of plain text files
diff --git a/gemfeed/index.md b/gemfeed/index.md
index 7e9d52e7..9d8a3a72 100644
--- a/gemfeed/index.md
+++ b/gemfeed/index.md
@@ -3,7 +3,7 @@
## Having fun with computers!
[2021-10-22 (2276 words) - Defensive DevOps](./2021-10-22-defensive-devops.md)
-[2021-09-12 (1360 words) - Keep it simple and stupid](./2021-09-12-keep-it-simple-and-stupid.md)
+[2021-09-12 (1365 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)