This is the first post on my blog, served from a 2-core / 2GB Tencent Cloud VPS via Nginx, with content built locally by Hugo and pushed up over rsync.
Why a static blog?
- Zero runtime cost — Hugo produces plain HTML/CSS/JS. There is no database to back up, no app process to keep alive, no dependency to patch.
- Speed — Pages are flat files. Nginx serves them in microseconds.
- Portability — Every post is a Markdown file under version control. Migration is
cp -r.
What’s next
I’ll write about whatever shows up: code, hardware, voice AI, and the occasional half-baked thought.
print("life is a tough game")
That’s it. See you in the next one.