<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Treecat</title>
    <link>https://treecat.cn/</link>
    <description>记录 Agent Runtime、后端基础设施与系统工程，也复盘运行时、构建系统和高性能计算。</description>
    <language>zh-CN</language>
    <lastBuildDate>Wed, 15 Jul 2026 09:06:00 GMT</lastBuildDate>
    <generator>fresh-static-blog</generator>
    <atom:link href="https://treecat.cn/feed.xml" rel="self" type="application/rss+xml" xmlns:atom="http://www.w3.org/2005/Atom" />
  <item>
    <title>Vibe Coding 的 70% 之后</title>
    <link>https://treecat.cn/posts/2918992d6f.html</link>
    <guid>https://treecat.cn/posts/2918992d6f.html</guid>
    <pubDate>Wed, 15 Jul 2026 09:06:00 GMT</pubDate>
    <description>从 Workspace 三级角色、生产 event loop 阻塞和 5GB 沙箱投影三个 Corevo 现场出发，解释为什么能演示的功能离可交付系统还隔着权限语义、失败一致性与可执行证据。</description>
  </item>
  <item>
    <title>Transformer 为什么抛弃循环网络</title>
    <link>https://treecat.cn/posts/06b435c9d4.html</link>
    <guid>https://treecat.cn/posts/06b435c9d4.html</guid>
    <pubDate>Wed, 15 Jul 2026 08:41:00 GMT</pubDate>
    <description>《Attention Is All You Need》中文浓缩译读：Transformer 用自注意力替代循环与卷积，把序列建模改造成可并行的矩阵计算。</description>
  </item>
  <item>
    <title>单体里的分布式系统</title>
    <link>https://treecat.cn/posts/ebe71475c8.html</link>
    <guid>https://treecat.cn/posts/ebe71475c8.html</guid>
    <pubDate>Tue, 14 Jul 2026 17:38:00 GMT</pubDate>
    <description>从同步 I/O 冻结 event loop，到连接、持久 Job 与执行 owner 分离，再到把全局并发配额从匿名计数器换成具名租约：Corevo 的 Agent Runtime 还没拆微服务，就先要回答分布式系统的问题。</description>
  </item>
  <item>
    <title>Skia Painter：无头渲染后端</title>
    <link>https://treecat.cn/posts/f852fff213.html</link>
    <guid>https://treecat.cn/posts/f852fff213.html</guid>
    <pubDate>Sat, 04 Apr 2026 21:00:00 GMT</pubDate>
    <description>基于 Skia Painter 源码与提交历史，分析其 V8 + Skia 架构、Canvas API 实现策略、ECharts 兼容思路以及从骨架到可运行后端的演进过程。</description>
  </item>
  <item>
    <title>Chat2Chart：语义解析后端</title>
    <link>https://treecat.cn/posts/96c4e0269d.html</link>
    <guid>https://treecat.cn/posts/96c4e0269d.html</guid>
    <pubDate>Mon, 30 Mar 2026 18:25:00 GMT</pubDate>
    <description>从主题路由、Schema Linking 和多轮状态一路追到 Intent，并用可执行 Workbench 展示消歧、Intent Diff、DSL 编译与查询计划。</description>
  </item>
  <item>
    <title>Van-Analysis：BI 图表运行时</title>
    <link>https://treecat.cn/posts/f80962f025.html</link>
    <guid>https://treecat.cn/posts/f80962f025.html</guid>
    <pubDate>Mon, 30 Mar 2026 17:30:00 GMT</pubDate>
    <description>从 Store、协议重建、大数据控制器和导出链路看 BI 图表运行时：真正复杂的是状态与数据管线，不是最后一次 Canvas 绘制。</description>
  </item>
  <item>
    <title>机器学习之梯度下降法</title>
    <link>https://treecat.cn/posts/8b3a9bdc63.html</link>
    <guid>https://treecat.cn/posts/8b3a9bdc63.html</guid>
    <pubDate>Wed, 16 Jul 2025 15:55:00 GMT</pubDate>
    <description>拿 20 个点做一次线性拟合，记录损失函数、学习率以及 JS 和 PyTorch 两份实现。</description>
  </item>
  <item>
    <title>Worker 图表运行时</title>
    <link>https://treecat.cn/posts/0d11f6687c.html</link>
    <guid>https://treecat.cn/posts/0d11f6687c.html</guid>
    <pubDate>Tue, 15 Oct 2024 16:33:00 GMT</pubDate>
    <description>把图表计算与渲染移入 Worker，比较 ImageBitmap Transfer 和 OffscreenCanvas 两种跨线程执行模型，以及它们怎样隔离主线程故障域。</description>
  </item>
  <item>
    <title>百万级几何计算：GPU 并行</title>
    <link>https://treecat.cn/posts/b3937e13a5.html</link>
    <guid>https://treecat.cn/posts/b3937e13a5.html</guid>
    <pubDate>Wed, 17 Jul 2024 17:00:00 GMT</pubDate>
    <description>面对 100 万个圆的覆盖判定，先建立正确性基线，再用网格空间索引缩小候选，最后把适合的计算交给 GPU 并行。</description>
  </item>
  <item>
    <title>Fiber：协作式调度</title>
    <link>https://treecat.cn/posts/9c7a440525.html</link>
    <guid>https://treecat.cn/posts/9c7a440525.html</guid>
    <pubDate>Wed, 15 May 2024 09:00:00 GMT</pubDate>
    <description>用一份可运行的最小实现复盘 Fiber 的协作式调度：如何把深度优先遍历拆成可暂停、可恢复、最终统一提交的工作单元。</description>
  </item>
  <item>
    <title>静态博客构建系统</title>
    <link>https://treecat.cn/posts/ae7d0ddeeb.html</link>
    <guid>https://treecat.cn/posts/ae7d0ddeeb.html</guid>
    <pubDate>Sat, 25 Sep 2021 13:41:00 GMT</pubDate>
    <description>复盘 Vector 如何扫描内容、并发渲染、调度图片与生成索引，以及 fire-and-forget、缓存和插件抽象怎样从优化变成系统边界问题。</description>
  </item>
  </channel>
</rss>
