记录思考,分享发现

Thoughts on design, engineering, and the craft of building things that matter.

最新文章 · Latest

12
Design

构建有意义的排版系统

字体是设计的骨架。本文探讨如何从内容出发,建立一套兼具功能与美感的排版系统——从字阶、行距到响应式排版策略。 Typography is the skeleton of design. A practical guide to building a type system that balances readability with expression — scale, rhythm, and responsive strategies.
Typography Design Systems CSS
Engineering

Rust 中的零成本抽象:一个实际案例

通过一个网络服务的重构案例,看 Rust 的零成本抽象如何在不牺牲性能的前提下让代码更清晰、更可维护。 A real-world refactor of a network service — how Rust's zero-cost abstractions made the code cleaner without sacrificing a single microsecond.
Rust Performance Refactoring
随笔

工具与手艺

一个好用的工具不会自动产出好作品。真正重要的是使用者对材料的理解、对细节的敏感,以及在无数次练习中积累的判断力。 A good tool doesn't make good work. What matters is the maker's understanding of the material, sensitivity to detail, and judgment earned through practice.
Craft 工具 思考
Reading

《设计中的设计》读后

原研哉对「白」的探讨让我重新思考留白在设计中的角色——它不是空,而是让意义得以浮现的容器。 Hara Kenya's meditations on whiteness reframed how I see negative space — not emptiness, but a vessel that lets meaning surface.
Books Design Review
Engineering

React Server Components:回顾与展望

RSC 推出一年后,我们重新审视它在实际项目中的表现:哪些承诺兑现了,哪些取舍需要认真考虑。 One year in, a sober look at React Server Components in production — what promises held, what trade-offs emerged, and where the model still stumbles.
React RSC Frontend
Design

界面中的微交互

好的微交互不被注意,但少了它就会觉得少了什么。从按钮反馈到页面转场,细节决定体验的温度。 Great micro-interactions go unnoticed — until they're missing. From button feedback to page transitions, details define the temperature of an experience.
UX Interaction Design Animation