From 625f513e15548a9bbf60134ff6e8b350a44ec90b Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 10 Dec 2023 07:56:23 +0200 Subject: Update content for html --- gemfeed/2021-04-24-welcome-to-the-geminispace.html | 4 +- gemfeed/2022-01-01-bash-golf-part-2.html | 2 + gemfeed/atom.xml | 8 +- index.html | 2 +- uptime-stats.html | 138 ++++++++++----------- 5 files changed, 79 insertions(+), 75 deletions(-) diff --git a/gemfeed/2021-04-24-welcome-to-the-geminispace.html b/gemfeed/2021-04-24-welcome-to-the-geminispace.html index 6af17e54..a6794b2f 100644 --- a/gemfeed/2021-04-24-welcome-to-the-geminispace.html +++ b/gemfeed/2021-04-24-welcome-to-the-geminispace.html @@ -85,8 +85,8 @@
Check out one of the following links for more information about Gemini. For example, you will find a FAQ that explains why the protocol is named Gemini. Many Gemini capsules are dual-hosted via Gemini and HTTP(S) so that people new to Gemini can sneak peek at the content with a regular web browser. Some people go as far as tri-hosting all their content via HTTP(S), Gemini and Gopher.

-gemini://gemini.circumlunar.space
-https://gemini.circumlunar.space
+gemini://geminiprotocol.net/
+https://geminiprotocol.net/

Other related posts are:

diff --git a/gemfeed/2022-01-01-bash-golf-part-2.html b/gemfeed/2022-01-01-bash-golf-part-2.html index 4106611c..0e24262b 100644 --- a/gemfeed/2022-01-01-bash-golf-part-2.html +++ b/gemfeed/2022-01-01-bash-golf-part-2.html @@ -57,6 +57,8 @@ Foo Foo
+Update: A reader pointed out, that the redirection should actually go to /proc/self/fd/1 and not 0. But apparently, either way works for this particular example. Do you know why?
+
Other useful redirections are: