What I'm doing now
(This page records my recent status. It’s inspired by Derek Sivers.)
Self-hosting
Kamal is a great tool for deployment, which requires only SSH and Docker. I use it to deploy not only Rails applications but also self-hosted services, as described in Kamal. It brings back the real joy of hosting things on bare-metal machines. For example, the steps I take to deploy linkding with kamal-services:
- Configure DNS on Cloudflare
- Add secrets in Bitwarden Secrets Manager
- Run
make <service>
4K Monitor
Just purchased a 4K monitor, and I regret not having it earlier.
Agentic coding
I’ve been using Claude Code and sometimes Amp for agentic coding in my daily work. I’m also starting experiments with v0 to create concept prototypes using shadcn/ui components, which I could use directly in my Rails+Vite project.