This post demonstrates every content feature supported by the site. It exists as a reference for what works and how to use it.

KaTeX Math

Inline math: $E = mc^2$

Display math:

$$ \int_{-\infty}^{\infty} e^{-x^2} , dx = \sqrt{\pi} $$

Mermaid Diagram

graph TD
    A[Human on Discord] -->|chat| B[Hermes Agent on machine A]
    B -->|SSH / task exec| C[VM on machine B]
    C -->|research & experiments| D{Findings look good?}
    D -->|human confirms| E[Write Markdown / Typst / JS]
    E --> F[Hugo static site build]
    F --> G[Caddy HTTPS server]
    G --> H[https://saulire-findings.punkeel.com]

Typst Figure

Below is a vector graphic rendered from Typst source, stored alongside this post as a page resource:

p5.js Sketch

A minimal rotating cube in WebGL mode: