Hello, World
The first post — what this blog is about.
Why this blog
A single place for scattered notes — engineering practice, books, and quiet observations. Long-form fits better than social-media bursts; it ages better too.
What you’ll find here
- Engineering notes: embedded systems, frontend, tooling
- Reading notes: technical books and essays
- Slow takes: occasional photos and short essays
A few samples
Inline code and a code block:
function greet(name: string) {
return `Hello, ${name}!`;
}
Block quotes look like this.
| Col A | Col B |
|---|---|
| 1 | 2 |
See you in the next post.