Hello, สวัสดี, नमस्ते: why I'm writing
Sep 01, 2025 • meta, intro, public
Welcome to my corner of the internet. This blog will start off as an idea dump for me to be intentional about how I think about myself, work and life. Each post will start out private to me, and I will experiment with it, refine it, or even remove it altogether. Occasionally, I will make posts visible to others.
export function hello(name: string) {
return `สวัสดี ${name}, hello world!`;
}