From 165241ef4715f31a14d65aaaa4b1d0b6d0d01e75 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 24 May 2021 09:32:57 +0100 Subject: Reword to british english style --- contact-information.html | 4 ++-- gemfeed/2021-04-24-welcome-to-the-geminispace.html | 4 ++-- ...021-05-16-personal-bash-coding-style-guide.html | 16 ++++++++-------- gemfeed/atom.xml | 22 +++++++++++----------- resources.html | 10 +++++----- 5 files changed, 28 insertions(+), 28 deletions(-) diff --git a/contact-information.html b/contact-information.html index 6c23eb4f..f2afcc3c 100644 --- a/contact-information.html +++ b/contact-information.html @@ -54,8 +54,8 @@ h2, h3 {
  • Secure E-Mail: paul.buetow at protonmail dot com
  • E-Mail: paul at buetow dot org (forwards to the ProtonMail address)
  • -

    Why did I just mention 2 E-Mail addresses here? The buetow.org address will always stay. It is my lifetime E-Mail address as I own the domain name. The address will remain even when I decided to change my e-mail provider.

    -

    Use the ProtonMail address if you care about security for now. The address stays valid as long as I am ProtonMail user. Especially if you are ProtonMail user too we could have real E-Mail end-2-end encryption for our conversation.

    +

    Why did I mention 2 E-Mail addresses here? The buetow.org address will always stay. It is my lifetime E-Mail address as I own the domain name. The address will remain even when I decided to change my e-mail provider.

    +

    Use the ProtonMail address if you care about security for now. The address stays valid as long as I am ProtonMail user. Especially if you are ProtonMail user too, we could have real E-Mail end-2-end encryption for our conversation.

    Quick Links

    Social Media

    I am sharing articles that I found interesting regularly on all the social media channels. To get you navigated quickly, here are the links:

    diff --git a/gemfeed/2021-04-24-welcome-to-the-geminispace.html b/gemfeed/2021-04-24-welcome-to-the-geminispace.html index 40151756..268ab9c6 100644 --- a/gemfeed/2021-04-24-welcome-to-the-geminispace.html +++ b/gemfeed/2021-04-24-welcome-to-the-geminispace.html @@ -80,11 +80,11 @@ h2, h3 {

    All I wanted was to read an interesting article, but after a big advertising pop-up banner appeared and made everything worse, I gave up and closed the browser tab.

    Discovering the Gemini internet protocol

    Around the same time, I discovered a relatively new, more lightweight protocol named Gemini, which does not support all these CPU-intensive features like HTML, JavaScript, and CSS. Also, tracking and ads are unsupported by the Gemini protocol.

    -

    The "downside" is that due to the limited capabilities of the Gemini protocol, all sites look very old and spartan. But that is not a downside; that is, in fact, a design choice people made. It is up to the client software how your capsule looks. For example, you could use a graphical client with nice font renderings and colors to improve the appearance. Or you could use a very minimalistic command line black-and-white Gemini client. It's your (the user's) choice.

    +

    The "downside" is that due to the limited capabilities of the Gemini protocol, all sites look very old and spartan. But that is not a downside; that is, in fact, a design choice people made. It is up to the client software how your capsule looks. For example, you could use a graphical client with nice font renderings and colours to improve the appearance. Or you could use a very minimalistic command line black-and-white Gemini client. It's your (the user's) choice.

    Screenshot Amfora Gemini terminal client surfing this site:Screenshot Amfora Gemini terminal client surfing this site

    Why is there a need for a new protocol? As the modern web is a superset of Gemini, can't we use simple HTML 1.0 instead? That's a good and valid question. It is not a technical problem but a human problem. We tend to abuse the features once they are available. You can ensure that things stay efficient and straightforward as long as you are using the Gemini protocol. On the other hand, you can't force every website on the modern web to only create plain and straightforward-looking HTML pages.

    My own Gemini capsule

    -

    As it is effortless to set up and maintain your own Gemini capsule (Gemini server + content composed via the Gemtext markup language), I decided to create my own. What I like about Gemini is that I can use my favorite text editor and get typing. I don't need to worry about the style and design of the presence, and I also don't have to test anything in ten different web browsers. I can only focus on the content! As a matter of fact, I am using the Vim editor + its spellchecker + auto word completion functionality to write this.

    +

    As it is effortless to set up and maintain your own Gemini capsule (Gemini server + content composed via the Gemtext markup language), I decided to create my own. What I like about Gemini is that I can use my favourite text editor and get typing. I don't need to worry about the style and design of the presence, and I also don't have to test anything in ten different web browsers. I can only focus on the content! As a matter of fact, I am using the Vim editor + its spellchecker + auto word completion functionality to write this.

    Advantages summarised