From 777aac60c5c36298d73e166fff094caa9e5db68f Mon Sep 17 00:00:00 2001 From: AnnatarHe Date: Fri, 27 Feb 2026 01:40:51 +0800 Subject: [PATCH 1/2] =?UTF-8?q?feat(posts):=20add=20EP55=20=E4=B8=A2?= =?UTF-8?q?=E6=8E=89=E5=A4=A7=E8=84=91=E6=89=8D=E8=83=BD=E5=86=99=E5=A5=BD?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=20podcast=20episode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- src/content/posts/ep55.mdx | 40 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 src/content/posts/ep55.mdx diff --git a/src/content/posts/ep55.mdx b/src/content/posts/ep55.mdx new file mode 100644 index 0000000..258a758 --- /dev/null +++ b/src/content/posts/ep55.mdx @@ -0,0 +1,40 @@ +--- +type: podcast-episode +status: published +slug: /posts/ep55 +guid: 55 +title: EP55 丢掉大脑才能写好代码 +subtitle: 丢掉大脑才能写好代码 +publicationDate: 2026-02-27 11:20:00 +author: AnnatarHe +season: 3 +episodeNumber: 55 +episodeType: full +excerpt: EP55 丢掉大脑才能写好代码 +url: "" +size: 0 +duration: 0 +explicit: false +xyzLink: "" +youtubeId: BQ_55nt7B84 +biliUrl: "" +categories: + - ai + - nextjs + - tailwind + - programming +--- + +### 📕 Shownotes + +AI 时代写代码的方式发生了翻天覆地的变化。 + +本期节目介绍了推荐的 next.js, tailwindcss 以及 node 来构建项目 + +选择 star 数高的库来集成 + +可读性的重要性,以及不要过度优化 + +最重要的是思维模式一定要转变,AI 使得个人能力极度放大,我们需要创造力和 passion + +BGM by Otologic From 357355041ff250a6d9db482ecaf24ecc4abafe59 Mon Sep 17 00:00:00 2001 From: Le He Date: Sat, 28 Feb 2026 00:30:49 +0800 Subject: [PATCH 2/2] fix(ep55): update --- src/content/posts/ep55.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/content/posts/ep55.mdx b/src/content/posts/ep55.mdx index 258a758..1903872 100644 --- a/src/content/posts/ep55.mdx +++ b/src/content/posts/ep55.mdx @@ -11,13 +11,13 @@ season: 3 episodeNumber: 55 episodeType: full excerpt: EP55 丢掉大脑才能写好代码 -url: "" +url: https://www.xiaoyuzhoufm.com/episode/69a17e7743c8f0e4452747f2 size: 0 duration: 0 explicit: false -xyzLink: "" +xyzLink: https://www.xiaoyuzhoufm.com/episode/69a17e7743c8f0e4452747f2 youtubeId: BQ_55nt7B84 -biliUrl: "" +biliUrl: //player.bilibili.com/player.html?isOutside=true&aid=116138096727843&bvid=BV1EqAyz2Emb&cid=36311861218&p=1 categories: - ai - nextjs