Skip to main content

Shell Config in AI era

· One min read
Zed
Zed

几年前,我曾在公司内部分享过 zsh 配置的经验。现在,到了 AI 时代,各种 AI 工具如 Claude、Cursor、Windsurf 等,疯狂的在 home 中加入大量的配置。

这些配置是干什么的?有什么用?为什么有时候没有生效?

Pre-rendering

· One min read
Zed
Zed

Next.js has two forms of pre-rendering: Static Generation and Server-side Rendering. The difference is in when it generates the HTML for a page.