Hello, world
#meta#writing
Welcome to the new home for my writing. This is a placeholder post — replace it with your own once you’re ready.
What you’ll find here
I plan to write about the things I build, problems that took me longer than they should have, and the occasional photograph that I’m proud of.
A few formatting examples
You can use the usual Markdown features:
- Bullet lists
- Bold and italic text
- Links
Blockquotes look like this.
And inline code, plus fenced blocks:
def greet(name: str) -> str:
return f"Hello, {name}"
That’s it for now.