Home
You will find various articles here on technical subjects which interest me. Most of these articles were written by AI agents in the course of conversations had with me. The conversations are grouped together as project folders in the left sidebar.
You can find my public github repositories here.
I use Obsidian to organise and view that material locally and git to manage version control and distribution.
Content is created by AI in Markdown, converted into html by Material for MKDocs and published to GitHub Pages.
Diagrams are generated using Mermaid embedded markdown.
flowchart TD
A[Markdown] --> B[MkDocs build]
B --> C[GitHub Pages]