~tykozic
- date: 2026-04-14
- identifier: 20260103T184353
Welcome to my Gemini capsule!
Whereas my HTTP site contains longer-form and more personal things, this capsule holds a web of notes about concepts and ideas.
my personal site
Browse the entire directory here:
(top)
If you're coming from a traditional web browser, understand that these pages are built for a protocol called Gemini and mirrored to the web you're familiar with. See:
the official Gemini project page
Wikipedia
The following code generates the list of topic nexus pages that succeed it.
(progn
(goto-char (point-max))
(search-backward "```\n")
(forward-line 1)
(delete-region (point) (point-max))
(newline)
(dolist (file (directory-files default-directory nil "_nexus"))
(insert "=> " file " " (denote-retrieve-filename-title file) "\n")))
writing
emacs