hello world

This is the first post on this site. Everything here is written in markdown, rendered at build time by a small Rust generator, then served as plain static HTML by featherserve. A custom web server running this domain.

what you'll find here

why static html

No JavaScript on the page, no client-side rendering, no tracking.

fn main() {
    println!("hello, world!");
}

More soon.