This is the first post. I’ll use this space to write about research I’m reading, projects I’m building, and whatever else seems worth writing down.

New posts go in _posts/ and follow the filename pattern YYYY-MM-DD-title.md. The front matter at the top sets the title and date; everything below is markdown.

# A code block, just to confirm syntax highlighting works.
def hello(name: str) -> str:
    return f"Hello, {name}!"

That’s it for now.