This is the first post on this blog. Nothing too deep yet — just checking that MDX renders, code blocks work, and the Win95 window chrome looks right.
Why Win95?
Because flat design has dominated for fifteen years and I wanted something that felt like software again — something with weight and texture.
const greet = (name: string) => `Hello, ${name}!`;
console.log(greet("world"));
More posts incoming.