Projects, research, and technical writing
Projects
Recent articles
All articlesFrom Page Transitions to a Persistent Shell: Governing the Client Lifecycle of My Website
Documents how my personal website evolved from scattered page scripts into a persistent site shell, and how it governs lifecycle and visual-continuity problems across overlays, navigation, first-frame state, font readiness, page enhancements, and Pagefind search.
Git Identity Management
Differentiate between Git commit identity, GitHub CLI accounts, remote authentication, and commit signatures, and establish verifiable configurations for single-account, multi-account, and multi-platform environments.
Rotating Scenic Backgrounds for My Website
Documents the complete implementation of rotating scenic backgrounds for my personal website, from technology choices, the wallpaper pool, and client-side rotation to first-frame restoration, layer compositing, and the handoff to a persistent site shell.
Docker 与 Podman 的存储架构:进程身份、服务端点与数据边界
梳理 Docker 与 Podman 在 rootful、rootless 和 API service 模式下由谁管理存储、数据落在哪里,以及 endpoint、context、sudo 和有效 UID 分别改变了什么。