Hello, world (yes, really)

Every programmer’s blog starts with a “hello world” post, and Filip Hráček even wrote a whole essay about why that’s a trap — The “Hello World” fallacy. So let’s keep this one short.

This blog is where I’ll write about Flutter, code, and the occasional silly software experiment. Plain HTML, no paywalls, and an RSS feed if you’re old-school like me.

void main() {
  print('hello, world');
}

That’s it. More soon.