This is the first post on this blog. I’m starting this as a place to write about things I learn — technology, coding, philosophy, life.
It’s mostly for me. A way to think clearly by writing things down. But I also want it to be something I can share with my daughter someday. A record of what her dad was thinking about and learning, year by year.
What to expect
Some posts will be technical — things I figured out while debugging, patterns I found useful, tools that changed how I work.
Some will be reflections — on how to think, how to live, what matters.
“The faintest ink is more powerful than the strongest memory.” — Chinese proverb
How this blog works
This site is built with Hugo, a static site generator. Posts are written in Markdown, which means I can write in any text editor and the site builds in milliseconds.
Here’s what a code block looks like:
def greet(name: str) -> str:
return f"Hello, {name}!"
And a table:
| Tool | Purpose |
|---|---|
| Hugo | Static site generator |
| Markdown | Content format |
| Excalidraw | Diagrams and sketches |
That’s it. Let’s go.