From 2177bfc6acff127fe53df64396ccca174f6ce768 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Wed, 6 Mar 2024 08:05:06 -0600 Subject: [PATCH] update post --- gemlog/hello-gemini.gmi | 13 ++++++++++++- gemlog/hello-gemini.yaml | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/gemlog/hello-gemini.gmi b/gemlog/hello-gemini.gmi index 88f48bf..6f6a6da 100644 --- a/gemlog/hello-gemini.gmi +++ b/gemlog/hello-gemini.gmi @@ -9,7 +9,18 @@ I recently discovered Gemini, which is a sort of re-imagining of the World Wide => gemini://geminiprotocol.net/docs/faq.gmi Project Gemini FAQ => gemini://geminiquickst.art/ Gemini Quickstart -I thought it sounded like a pretty neat idea, and the more I dug into it the more excited I became. So here we are: I've deployed a self-hosted Capsule (Gemini speak for "website") that I intend to use for posting a Gemlog (Gemini for "blog") as well as a basic profile page in Geminispace (Gemini for "the web"). +I thought it sounded like a pretty neat idea, and the more I dug into it the more excited I became. Gemini has some really interesting properties: +* Security is baked into the Gemini protocol, and TLS encryption is required for all connections. +* There's no CSS or other styling; styling is determined entirely by the Gemini client. Users are in control of how their Gemini experience is styled, and that means everything is styled consistently no matter where you go. +* There's no client-side scripting, which means no ads, tracking, or bloated pages. The text content is the priority, and pages render immediately. +* There are no cookies to follow you around, which also means traditional username+password logins aren't typically used. Instead, logins are usually handled via TLS client certificates, and support for managing those certificate-based identities is often a top-level menu option in Gemini clients. +* Content is solely written in the very simple Gemtext format, which is easy to write, easy to parse (for both humans and machines), and easy to render. Unlike HTML, there aren't complicated tags to keep track of. Unlike Markdown, there's no worrying about how whitespace will be handled. + +=> https://geminiprotocol.net/docs/cheatsheet.gmi Gemtext Cheatsheet + +That simplicity seems like it might be restrictive, but it's ultimately kind of freeing. You can just focus on writing a thing rather than worrying about how it's going to be presented. + +So here we are: I've deployed a self-hosted Capsule (Gemini speak for "website") that I intend to use for posting a Gemlog (Gemini for "blog") as well as a basic profile page in Geminispace (Gemini for "the web"). Since Gemini doesn't use HTTP, you'll need a Gemini client (like Lagrange) to view Gemini Capsules. But through the magic of a kineto proxy, this Capsule is _also_ available on the traditional web. If you visit `gemini://capsule.jbowdre.lol`, you'll get the Gemini representation; visit `https://capsule.jbowdre.lol` and you'll see a version translated for your legacy browser. Kineto will also proxy any other Gemini Capsules that I link. Pretty slick, right? diff --git a/gemlog/hello-gemini.yaml b/gemlog/hello-gemini.yaml index d7a3d76..700ab8a 100644 --- a/gemlog/hello-gemini.yaml +++ b/gemlog/hello-gemini.yaml @@ -1,4 +1,4 @@ id: "urn:uuid:a751b018-cda5-4c03-bd9d-16bdc1506050" title: "Hello Gemini" published: "2024-03-05T17:00:00-06:00" -updated: "2024-03-05T17:00:00-06:00" +updated: "2024-03-06T07:45:00-06:00"