← All posts

Hello, World

· 1 min read
  • meta
  • writing

Welcome to my blog! This is the very first post.

I plan to write about software engineering, research, and whatever else I happen to be learning. Posts are written in plain Markdown, so they’re quick to draft and easy to maintain.

Why a blog?

Writing forces clarity. Putting an idea into words is the fastest way to find the holes in it.

What to expect

  • Notes on projects I’m building
  • Things I learn while reading papers
  • The occasional opinion

Here’s what a code block looks like:

function greet(name: string): string {
	return `Hello, ${name}!`;
}

And a quote:

The best way to predict the future is to invent it.

More soon.