<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>YEN HARVEY</title>
    <link>https://yenharvey.com</link>
    <atom:link href="https://yenharvey.com/rss.xml" rel="self" type="application/rss+xml" />
    <description>记录灵感，实验想法，归档过程。在混沌中构建秩序，在代码中寻找自由。</description>
    <language>zh-CN</language>
    <lastBuildDate>Mon, 15 Jun 2026 00:00:00 GMT</lastBuildDate>
    <item>
      <title>从 21 RPS 到 800 RPS：一次 Rust 列表接口优化</title>
      <link>https://yenharvey.com/articles/rust-feed-list-n-plus-one-optimization</link>
      <guid isPermaLink="true">https://yenharvey.com/articles/rust-feed-list-n-plus-one-optimization</guid>
      <description>记录一次真实业务列表接口的压测、定位和修复：先把 N+1 拍平，再用 try_join 收紧尾延迟。</description>
      <category>后端 / 性能</category>
      <pubDate>Mon, 15 Jun 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>先别急着怪 Rust：一次 debug 模式压测乌龙</title>
      <link>https://yenharvey.com/articles/rust-debug-release-benchmark-lesson</link>
      <guid isPermaLink="true">https://yenharvey.com/articles/rust-debug-release-benchmark-lesson</guid>
      <description>第一次压测后我差点怀疑人生。后来发现，debug 构建、请求日志和业务查询混在一起，很容易把问题看歪。</description>
      <category>后端 / 性能</category>
      <pubDate>Sun, 14 Jun 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>把博客搬到 SvelteKit + Cloudflare</title>
      <link>https://yenharvey.com/articles/building-this-blog</link>
      <guid isPermaLink="true">https://yenharvey.com/articles/building-this-blog</guid>
      <description>从 WordPress 一路重做到 SvelteKit：记录这次站点重构的选型与取舍——静态、快、可维护。</description>
      <category>开发日志</category>
      <pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>为什么我放弃了 Next.js Server Actions</title>
      <link>https://yenharvey.com/articles/why-i-dropped-next-server-actions</link>
      <guid isPermaLink="true">https://yenharvey.com/articles/why-i-dropped-next-server-actions</guid>
      <description>聊聊在实际项目中遇到的问题，以及我现在的处理方式。</description>
      <category>开发日志</category>
      <pubDate>Tue, 20 May 2025 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>AI Coding 真的提高效率了吗？</title>
      <link>https://yenharvey.com/articles/does-ai-coding-really-help</link>
      <guid isPermaLink="true">https://yenharvey.com/articles/does-ai-coding-really-help</guid>
      <description>关于 AI 编程助手的一些真实使用体验和思考。</description>
      <category>AI / 思考</category>
      <pubDate>Sun, 18 May 2025 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>我理想中的 ACG 社区形态</title>
      <link>https://yenharvey.com/articles/my-ideal-acg-community</link>
      <guid isPermaLink="true">https://yenharvey.com/articles/my-ideal-acg-community</guid>
      <description>记录 ACGHub 的设计理念，以及未来的想法。</description>
      <category>产品思考</category>
      <pubDate>Sun, 21 Aug 2022 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>我一开始以为七层代理是套了七层 CDN</title>
      <link>https://yenharvey.com/articles/edgeone-osi-layer-7-proxy</link>
      <guid isPermaLink="true">https://yenharvey.com/articles/edgeone-osi-layer-7-proxy</guid>
      <description>从 Cloudflare 的一站式体验聊到腾讯 EdgeOne，再顺手把 OSI Model、四层代理和七层代理串起来。</description>
      <category>网络 / 后端</category>
      <pubDate>Tue, 02 Aug 2022 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>为什么游戏设置里有五种抗锯齿</title>
      <link>https://yenharvey.com/articles/why-games-have-five-anti-aliasing</link>
      <guid isPermaLink="true">https://yenharvey.com/articles/why-games-have-five-anti-aliasing</guid>
      <description>大一打游戏翻设置，抗锯齿那栏点开是 SSAA / MSAA / FXAA / SMAA / TAA 一长串全是缩写。好奇查了查才发现，它们其实都在跟同一个东西较劲——锯齿，而锯齿的根，是采样不够。</description>
      <category>学习笔记</category>
      <pubDate>Sun, 08 Nov 2020 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>刚上大学学数据结构：那些结构到底在解决什么</title>
      <link>https://yenharvey.com/articles/learning-data-structures-as-a-freshman</link>
      <guid isPermaLink="true">https://yenharvey.com/articles/learning-data-structures-as-a-freshman</guid>
      <description>大一开学，C 和数据结构一起压过来。一开始全是名词，后来才慢慢想明白——它们不是要背，而是在回答同一个问题：数据该用什么装。</description>
      <category>学习笔记</category>
      <pubDate>Wed, 16 Sep 2020 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Hello, World：博客开张</title>
      <link>https://yenharvey.com/articles/hello-world</link>
      <guid isPermaLink="true">https://yenharvey.com/articles/hello-world</guid>
      <description>2020 年秋天，我在一个 WordPress 站点上敲下第一篇。一切的起点。</description>
      <category>随笔</category>
      <pubDate>Sat, 05 Sep 2020 00:00:00 GMT</pubDate>
    </item>
  </channel>
</rss>