
Hello, blog
Welcome. This blog runs on a small custom generator: markdown in, plain HTML out, no framework in sight.
What to expect
Posts about software development, AI, .NET, video games and the tech industry, at whatever pace real work allows.
Code samples get highlighted at build time, so your browser does no work:
var greeting = "Hello, blog";
Console.WriteLine(greeting);
Diagrams are rendered to SVG when the site is built, so they cost you no JavaScript either:
More soon.