From 50d918b4c04f1326fb9eb42db84895ad8b1f9793 Mon Sep 17 00:00:00 2001 From: JP Hastings-Edrei Date: Wed, 7 Aug 2024 15:23:12 -0700 Subject: [PATCH] Add tags --- content/notes/2024-08-07/xwrgg/index.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/content/notes/2024-08-07/xwrgg/index.md b/content/notes/2024-08-07/xwrgg/index.md index c40ccdf1..5ca71eff 100644 --- a/content/notes/2024-08-07/xwrgg/index.md +++ b/content/notes/2024-08-07/xwrgg/index.md @@ -1,13 +1,17 @@ --- date: 2024-08-07T17:13:37.126+01:00 publishDate: 2024-08-07T17:13:37.126+01:00 -slug: xwrgg +tags: +- GeminiProtocol +- IPFS +- WASM +- dev --- -I've been toying with an idea for a partner tech to the #GeminiProtocol; a standard for dynamic pages you can derive locally (instead of needing a server). +I've been toying with an idea for a partner tech to the [GeminiProtocol](/tags/geminiprotocol); a standard for dynamic pages you can derive locally (instead of needing a server). -A "page" that is a #WASM blob that accepts the Query part of the request to it, and returns a Gemini response (with status). +A "page" that is a [WASM](/tags/wasm) blob that accepts the Query part of the request to it, and returns a Gemini response (with status). I really like the idea of being able to keep a static copy of a capsule, even if it has dynamic features, like search. -I'd store my capsule (including this new offline search functionality) on #IPFS, record the root CID in an [IPLD-encoded IPNS record](https://github.com/multiformats/multicodec/pull/312) signed with my capsule's TLS cert, bundle all that in a [CAR file](https://ipld.io/specs/transport/car/). A permanent, interactive, trustable, local-first copy of my (and anyone else who's keen) online space. +I'd store my capsule (including this new offline search functionality) on [IPFS](/tags/ipfs), record the root CID in an [IPLD-encoded IPNS record](https://github.com/multiformats/multicodec/pull/312) signed with my capsule's TLS cert, bundle all that in a [CAR file](https://ipld.io/specs/transport/car/). A permanent, interactive, trustable, local-first copy of my (and anyone else who's keen) online space.