<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>小红鸡</title>
    <link>https://gitpull.cn/</link>
    <description>桃李春风一杯酒，江湖夜雨十年灯。</description>
    <language>zh-CN</language>
    <lastBuildDate>Wed, 03 Jun 2026 06:16:58 GMT</lastBuildDate>
    <atom:link href="https://gitpull.cn/rss.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>PeerCache：一个去中心化的 RDMA 零拷贝 KV 缓存后端</title>
      <link>https://gitpull.cn/post/20260601/</link>
      <guid isPermaLink="false">peercache-decentralized-rdma-kv-cache</guid>
      <pubDate>Mon, 01 Jun 2026 02:00:00 GMT</pubDate>
      <author>兰州小红鸡</author>
      <category>分布式存储</category><category>AI 基础设施</category><category>项目介绍</category>
      <description><![CDATA[PeerCache 是我写的一个面向 SGLang HiCache 的 L3 KV 缓存后端：它做的是跨请求、跨节点的 KV 前缀复用，提供和 Mooncake Store 类似的能力，却砍掉了中心化的 master 与 metadata 服务。单卡能吃到裸 ib_read_bw 的 94%，整机 8 卡聚合 413 GB/s。这篇文章讲清楚它的定位、为什么这样设计、双 MR 模型怎么工作，以及实测性能基线。]]></description>
    </item>
    <item>
      <title>大模型推理的 PD 分离：原理、动机与 Mooncake 的实现</title>
      <link>https://gitpull.cn/post/20260529/</link>
      <guid isPermaLink="false">大模型推理的-pd-分离原理动机与-mooncake-的实现</guid>
      <pubDate>Fri, 29 May 2026 03:40:23 GMT</pubDate>
      <author>兰州小红鸡</author>
      <category>算法</category><category>分布式存储</category>
      <description><![CDATA[当我们谈论 LLM 推理优化时，绕不开一个关键词—— PD 分离 （Prefill Decode Disaggregation）。这篇文章从第一性原理出发，讲清…]]></description>
    </item>
    <item>
      <title>CPTI：手机上就能玩的恋爱人格小测验</title>
      <link>https://gitpull.cn/post/20260514/</link>
      <guid isPermaLink="false">cpti-love-personality-test-intro</guid>
      <pubDate>Thu, 14 May 2026 00:00:00 GMT</pubDate>
      <author>Jimmy</author>
      <category>杂七杂八</category><category>前端</category>
      <description><![CDATA[CPTI 是一个偏手机体验的恋爱向趣味测验：刷题像刷短内容，最后给你「你像谁」和「谁更适合接住你」两套结果，再配一整套恋爱角色卡。本文只聊怎么玩、能玩出什么，不聊实现细节。]]></description>
    </item>
    <item>
      <title>GitBlog：一个带伪后台的博客站点</title>
      <link>https://gitpull.cn/post/welcome/</link>
      <guid isPermaLink="false">welcome</guid>
      <pubDate>Mon, 11 May 2026 08:50:00 GMT</pubDate>
      <author>Jimmy</author>
      <category>博客建站</category><category>教程</category><category>项目介绍</category>
      <description><![CDATA[一个完全静态、托管在 GitHub Pages 上的博客，但带有可以在浏览器里直接写、直接发的'伪后台'。这篇文章记录它能做什么，相比传统方案为什么这样设计，以及如果你也想搭一个，要怎么开始。]]></description>
    </item>
    <item>
      <title>关于小红鸡</title>
      <link>https://gitpull.cn/post/about/</link>
      <guid isPermaLink="false">about</guid>
      <pubDate>Mon, 11 May 2026 08:40:00 GMT</pubDate>
      <author>Jimmy</author>
      <category>杂七杂八</category>
      <description><![CDATA[关于这个博客和写它的人 —— 一名做系统软件的程序员，这些年从图数据库、推荐系统一路走到大模型推理基础设施（KV 缓存 / RDMA 零拷贝 / 分布式存储），业余写点代码、读点书、记点流水账。]]></description>
    </item>
    <item>
      <title>Smallpond 源码走读：DuckDB × 3FS × Ray 是如何拼成一台分布式数据处理机的</title>
      <link>https://gitpull.cn/post/20260415/</link>
      <guid isPermaLink="false">smallpond-source-walkthrough</guid>
      <pubDate>Wed, 15 Apr 2026 00:00:00 GMT</pubDate>
      <author>Jimmy</author>
      <category>分布式存储</category><category>AI 基础设施</category><category>python</category>
      <description><![CDATA[Smallpond 是 DeepSeek 开源的轻量级分布式数据处理框架，专为 10 TB 到 PB 量级的 AI / 数据场景设计。它把 DuckDB 的列式向量化执行、3FS 的高带宽存储、Ray 的任务调度三块拼到一起，做成了\"一台机器\"。本文从架构分层、端到端工作流、Parquet 基础到核心源码走读，把这台\"机器\"的工作原理说清楚。]]></description>
    </item>
    <item>
      <title>3FS 的零拷贝之路：USRBIO 是怎么把存储吞吐推到 6.6 TiB/s 的</title>
      <link>https://gitpull.cn/post/20260311/</link>
      <guid isPermaLink="false">3fs-usrbio-zero-copy</guid>
      <pubDate>Wed, 11 Mar 2026 00:00:00 GMT</pubDate>
      <author>Jimmy</author>
      <category>分布式存储</category><category>AI 基础设施</category><category>C++</category>
      <description><![CDATA[DeepSeek 开源的 3FS 在 180 节点集群上实测聚合读取吞吐约 6.6 TiB/s。本文从 FUSE 的性能瓶颈讲起，拆解 3FS 如何通过共享内存、io_uring 风格的环形队列、以及 RDMA 直接传输三层叠加，把数据通路上的每一次拷贝都抠掉。]]></description>
    </item>
    <item>
      <title>多维数组的索引方案与内存设计</title>
      <link>https://gitpull.cn/post/20220313/</link>
      <guid isPermaLink="false">多维数组的索引方案与内存设计-16000038</guid>
      <pubDate>Sun, 13 Mar 2022 04:08:00 GMT</pubDate>
      <author>兰州小红鸡</author>
      
      <description><![CDATA[多维数组的内存结构 类似ndarray之类的多维数组，实际上是一个连续的内存地址+一种索引方案。我们可以将一个多维数组对象分为两部分，一部分是实际存储数组数据的连续内存段，另一部分…]]></description>
    </item>
    <item>
      <title>推荐系统——推荐引擎的架构</title>
      <link>https://gitpull.cn/post/20220312/</link>
      <guid isPermaLink="false">推荐系统——推荐引擎的架构-15996742</guid>
      <pubDate>Sat, 12 Mar 2022 03:31:00 GMT</pubDate>
      <author>兰州小红鸡</author>
      
      <description><![CDATA[什么是推荐系统 谈推荐系统之前我们先聊一下搜索系统，推荐系统和搜索系统都是为了解决互联网信息过载的问题，互联网信息的数量远超过人类可以逐一浏览的程度，而搜索引擎便是解决这一问题的代…]]></description>
    </item>
    <item>
      <title>nebula graph 图计算数据库</title>
      <link>https://gitpull.cn/post/20220311/</link>
      <guid isPermaLink="false">置顶-nebula-graph-图计算数据库-15993772</guid>
      <pubDate>Fri, 11 Mar 2022 07:03:00 GMT</pubDate>
      <author>兰州小红鸡</author>
      
      <description><![CDATA[更新历史 在学习过程中，本文持续更新 2021 12 13：更新nebula官方介绍 2021 12 14：更新编译与部署方式，总结importer导入方式 2021 12 15：…]]></description>
    </item>
    <item>
      <title>nebula代码走读——从Validator到Executor</title>
      <link>https://gitpull.cn/post/20220310/</link>
      <guid isPermaLink="false">nebula代码走读——从Validator到Executor-15988828</guid>
      <pubDate>Thu, 10 Mar 2022 03:41:00 GMT</pubDate>
      <author>兰州小红鸡</author>
      <category>图数据库</category>
      <description><![CDATA[整体架构 Nebula Graph Query Engine 主要分为四个模块，分别是 Parser、Validator、Optimizer 和 Executor。 Parser …]]></description>
    </item>
    <item>
      <title>推荐召回-向量召回之U2I学习总结</title>
      <link>https://gitpull.cn/post/20220309/</link>
      <guid isPermaLink="false">推荐召回-向量召回之U2I学习总结-15986952</guid>
      <pubDate>Wed, 09 Mar 2022 12:42:00 GMT</pubDate>
      <author>兰州小红鸡</author>
      <category>推荐</category><category>推荐算法</category>
      <description><![CDATA[常见召回模型 I2I：计算item item相似度，用于相似推荐、相关推荐； U2I：基于矩阵分解，通过用户特征直接推荐item； U2U2I：基于用户的协同过滤，先找相似用户，再…]]></description>
    </item>
    <item>
      <title>随笔杂谈</title>
      <link>https://gitpull.cn/post/20200101/</link>
      <guid isPermaLink="false">随笔杂谈-15995658</guid>
      <pubDate>Tue, 31 Dec 2019 16:00:00 GMT</pubDate>
      <author>兰州小红鸡</author>
      <category>杂七杂八</category>
      <description><![CDATA[拍完毕业照，从图书馆走回宿舍的路上，学校的林荫小道微风习习，好惬意，夏天的风从树下拂过脑袋，走路都轻飘飘的。这种舒服而又宁静的感觉，像是十年前在那个小岛上，小学毕业的我，走在回家的…]]></description>
    </item>
    <item>
      <title>生如夏花般绚烂 死如秋叶般静美</title>
      <link>https://gitpull.cn/post/20190605/</link>
      <guid isPermaLink="false">生如夏花般绚烂死如秋叶般静美-bcd926d2</guid>
      <pubDate>Wed, 05 Jun 2019 00:00:00 GMT</pubDate>
      <author>邻家酒肆</author>
      <category>谙风</category><category>随想</category>
      <description><![CDATA[“本来，生命只有一次，对于谁都是宝贵的”，这是瞿秋白说的话。我非常认同这句话，也非常相信这句话。今天刚参加完一场葬礼，一位老人的离去，由于恰逢元宵节，族人都在岛上，所以送行的人很多，熙熙攘攘的挤满了半个庭院。许多半年没见外出打工的年轻小伙子，也在庭院两旁站着，扶持着快被大风吹倒的花圈。人们熙熙攘攘地低声私语着，声音轻轻的被大风裹挟着，撕碎了，屋外的女人们听着屋内的哭喊声，也低头揉了揉鼻子。突如其来的大风在马路上卷起了一阵阵尘土，人们捂住…]]></description>
    </item>
    <item>
      <title>记忆的种子·一</title>
      <link>https://gitpull.cn/post/20190605-2/</link>
      <guid isPermaLink="false">记忆的种子·一-c315b081</guid>
      <pubDate>Wed, 05 Jun 2019 00:00:00 GMT</pubDate>
      <author>邻家酒肆</author>
      <category>谙风</category><category>随想</category>
      <description><![CDATA[一、南风秋末的北欧，暮色如冻凝的琥珀，缓缓沉降在挪威峡湾的褶皱里，远处峡湾的轮廓被秋雾晕开，湖面倒映着雪山与枫林，像一块碎裂的蓝宝石镜子。漫山枫叶裹挟着波罗的海的咸腥扑向岸边错落的木屋，一扇挂着冰霜的便利店玻璃门在风中咔咔震颤。这是我在挪威度过的第七个秋天，周末刚结束一场在大学礼堂的学生结业音乐晚会，应杰里教授和她家里人的邀请，周日要去挪威港的海岸边野餐。我走在大学城附近的街道上，可能是天气微凉的缘故，有些萧瑟，路人行色匆匆，怀里揣着面…]]></description>
    </item>
    <item>
      <title>记忆的种子·二</title>
      <link>https://gitpull.cn/post/20190605-3/</link>
      <guid isPermaLink="false">记忆的种子·二-29fe4821</guid>
      <pubDate>Wed, 05 Jun 2019 00:00:00 GMT</pubDate>
      <author>邻家酒肆</author>
      <category>谙风</category><category>随想</category>
      <description><![CDATA[五、再访小店挪威的冬天终于还是来了，先是下了一场薄薄的雪，街边的房屋都盖上了一层白白的薄膜，然后又淋了最后一场雨，天气终于冷冽起来了。海岸边的贼鸥早已准备好了收集来的树枝将巢穴加厚一圈，以应对将来到来的冬天。太阳下山地越发早了，晚饭吃完还没过多久，站台窗台边就已经看不见海岸线，街上的行人也更稀疏了。两个月前和杰里教授家里人一起在海边聚过餐后，一些中学时代的记忆在我心底又复苏了，关于那些懵懂的年月，还有那个曾在心底藏了好久的人。只是那海边…]]></description>
    </item>
    <item>
      <title>谙风 | 小城中学</title>
      <link>https://gitpull.cn/post/20190605-4/</link>
      <guid isPermaLink="false">谙风-小城中学-7712d2d6</guid>
      <pubDate>Wed, 05 Jun 2019 00:00:00 GMT</pubDate>
      <author>邻家酒肆</author>
      <category>谙风</category><category>随想</category>
      <description><![CDATA[大巴车在乡间小路慢悠悠地跑着，离海岸线越来越远，最后渐渐望不见海岸，只有路旁山坡的野花不断地进入视野，林谙还是被一路晃荡的车厢弄醒，无法入睡，只好靠在车窗上看着眼前不断闪过的小树和远处慢慢向后退的小山丘。九月份的山花开得很是潇洒，漫山遍野的红红绿绿似乎要溢出山谷流到马路上，流到路旁的农舍房顶上。路旁的狗尾巴草和小池塘边的芦苇倒是歪歪扭扭的不像样子，偶尔几只海鸟缓缓地从半山腰飞回，叼着树枝回去重建被台风吹毁的巢穴，大巴车呼啸而过的乡间小路…]]></description>
    </item>
    <item>
      <title>【PCC】一个用python写的ｃ语言编译器</title>
      <link>https://gitpull.cn/post/20190101/</link>
      <guid isPermaLink="false">PCC一个用python写的ｃ语言编译器-15991910</guid>
      <pubDate>Mon, 31 Dec 2018 16:00:00 GMT</pubDate>
      <author>兰州小红鸡</author>
      <category>杂七杂八</category><category>编译器</category><category>python</category>
      <description><![CDATA[PCC——python实现编译器 大学的编译原理课设，实现源码到汇编代码的翻译，链接部分使用gcc的功能。目前支持数组，四则运算，赋值，判断，输出，循环语句等。 项目地址：http…]]></description>
    </item>
    <item>
      <title>桃李春风一杯酒，江湖夜雨十年灯</title>
      <link>https://gitpull.cn/post/20190101-2/</link>
      <guid isPermaLink="false">桃李春风一杯酒江湖夜雨十年灯-15995716</guid>
      <pubDate>Mon, 31 Dec 2018 16:00:00 GMT</pubDate>
      <author>兰州小红鸡</author>
      <category>杂七杂八</category>
      <description><![CDATA[最终我还是选择放弃考研了。感到无比的轻松。 01 准备考研的大学生好多，我也是其中之一，准备了大半年，数学快复习完了，专业课也复习一半了。一切都进行地井然有序，如果我没有放弃考研的…]]></description>
    </item>
    <item>
      <title>模仿知乎的链接卡片</title>
      <link>https://gitpull.cn/post/20181216/</link>
      <guid isPermaLink="false">模仿知乎的链接卡片-a714f04b</guid>
      <pubDate>Sun, 16 Dec 2018 09:13:47 GMT</pubDate>
      <author>兰州小红鸡</author>
      <category>教程</category><category>前端</category>
      <description><![CDATA[今天逛知乎发现他们的链接卡片挺好看，就想写一个自己拿来博客用（扒下来知乎的代码），效果如下。 源码放在github，感兴趣的朋友可以自己拿。 兰州小红鸡的博客 小鸡背单词 gith…]]></description>
    </item>
    <item>
      <title>Windows下的终端折腾——弃坑msys2，开始用wsl</title>
      <link>https://gitpull.cn/post/20181214/</link>
      <guid isPermaLink="false">Windows下的终端折腾——弃坑msys2开始用wsl-d6b124c4</guid>
      <pubDate>Fri, 14 Dec 2018 02:50:18 GMT</pubDate>
      <author>兰州小红鸡</author>
      <category>教程</category>
      <description><![CDATA[之前用了半年Linux，后来因为平常一些软件需要，只能在Windows下玩，就换回Windows了。 但还是万分想念Linux，然而Windows下的终端一直用的不爽，就一直在尝试…]]></description>
    </item>
    <item>
      <title>12月6日杂谈</title>
      <link>https://gitpull.cn/post/20181206/</link>
      <guid isPermaLink="false">12月6日杂谈-5027c817</guid>
      <pubDate>Thu, 06 Dec 2018 09:13:48 GMT</pubDate>
      <author>兰州小红鸡</author>
      <category>随想</category>
      <description><![CDATA[今天是12月6日，周四，没课 小雪，温度零下好多度 早上去了会儿图书馆，没看下书，下午在宿舍荒废了一下午，满满的罪恶感。 18年就剩下20多天了，这学期开学前立下的目标，慢慢丢失的…]]></description>
    </item>
    <item>
      <title>小程序开发之接入Bmob后端云作为后端数据库</title>
      <link>https://gitpull.cn/post/20181203/</link>
      <guid isPermaLink="false">小程序开发之接入Bmob后端云作为后端数据库-93621394</guid>
      <pubDate>Sun, 02 Dec 2018 23:37:40 GMT</pubDate>
      <author>兰州小红鸡</author>
      <category>教程</category><category>微信小程序</category>
      <description><![CDATA[前几天在网络课的项目汇报中，我展示了一个背单词的微信小程序，后端使用的是bmob的数据库。 今天有同学来问我怎么用那个数据库，我当时可能没讲清楚，索性写篇博客来说一下。 接入 Bm…]]></description>
    </item>
    <item>
      <title>使用vue.js制作carousel跑马灯组件</title>
      <link>https://gitpull.cn/post/20181202/</link>
      <guid isPermaLink="false">使用vue.js制作carousel跑马灯组件-456bc465</guid>
      <pubDate>Sun, 02 Dec 2018 07:53:59 GMT</pubDate>
      <author>兰州小红鸡</author>
      <category>前端</category>
      <description><![CDATA[前几天在掘金上看到一个开源项目(PyUI)在招人，一个基于vue.js的UI库，想着反正页闲着，就硬着头皮加入了（其实我都还没学vue.js) 两天速成了一下，学了点皮毛，就开始撸…]]></description>
    </item>
    <item>
      <title>Dijkstra单源最短路径算法</title>
      <link>https://gitpull.cn/post/20181123/</link>
      <guid isPermaLink="false">Dijkstra单源最短路径算法-15e41f53</guid>
      <pubDate>Fri, 23 Nov 2018 09:32:33 GMT</pubDate>
      <author>兰州小红鸡</author>
      <category>前端</category><category>算法</category><category>C++</category>
      <description><![CDATA[算法动态演示地址 今天用c++撸了一遍Dijkstra单源最短路径算法，做个记录,先看下算法的描述 ¶问题描述 给定一个带权有向图 G=(V,E) ，其中每条边的权是一个非负实数。…]]></description>
    </item>
    <item>
      <title>使用腾讯云cdn加速博客</title>
      <link>https://gitpull.cn/post/20181122/</link>
      <guid isPermaLink="false">使用腾讯云cdn加速博客-1609338289</guid>
      <pubDate>Thu, 22 Nov 2018 11:41:45 GMT</pubDate>
      <author>兰州小红鸡</author>
      <category>教程</category><category>博客建站</category>
      <description><![CDATA[最近把博客搬到腾讯云后，使用腾讯云的COS存储 免费50G的存储空间，放个小博客还是够用的 而且，还可以使用免费的CDN加速 国内访问博客速度比放在GitHub上要快多了 申请腾讯…]]></description>
    </item>
    <item>
      <title>hexo建站笔记之首页文章轮播图</title>
      <link>https://gitpull.cn/post/20181114/</link>
      <guid isPermaLink="false">hexo建站笔记之首页文章轮播图-6bf81741</guid>
      <pubDate>Wed, 14 Nov 2018 07:25:40 GMT</pubDate>
      <author>兰州小红鸡</author>
      <category>教程</category><category>前端</category><category>博客建站</category>
      <description><![CDATA[¶设计特点 轮播图UI：模仿简书 可以直接在每篇文章的md文件里设置是否要设为轮播图的文章 就是我们每次新写一篇文章，用hexo生成一个md文件，我们只要在头部注明是否要作为轮播图…]]></description>
    </item>
    <item>
      <title>将公众号文章爬到hexo博客</title>
      <link>https://gitpull.cn/post/20181111/</link>
      <guid isPermaLink="false">将公众号文章爬到hexo博客-fb598031</guid>
      <pubDate>Sun, 11 Nov 2018 14:00:15 GMT</pubDate>
      <author>兰州小红鸡</author>
      
      <description><![CDATA[由于以前公众号发了挺多分享资源的文章，索性写个python爬虫来爬取 特点： 1.保留公众号排版样式（就是把div样式全拷下来了） 2.写成md格式，并且加了hexo渲染需要的头部…]]></description>
    </item>
    <item>
      <title>hexo建站笔记之彩色标签云</title>
      <link>https://gitpull.cn/post/20181107/</link>
      <guid isPermaLink="false">hexo建站笔记之彩色标签云-d6caa003</guid>
      <pubDate>Wed, 07 Nov 2018 12:08:34 GMT</pubDate>
      <author>兰州小红鸡</author>
      <category>教程</category><category>前端</category><category>博客建站</category>
      <description><![CDATA[方法比较简单，加个js脚本就好了，至于加载哪里都无所谓了，就放在标签云的页面。 就加在标签的那个页面好了。 1. 打开themes\\\\next\\\\layout\\\\page.swig…]]></description>
    </item>
    <item>
      <title>用回valine评论系统,valine评论框样式美化</title>
      <link>https://gitpull.cn/post/20181101/</link>
      <guid isPermaLink="false">用回valine评论系统valine评论框样式美化-2d5da13e</guid>
      <pubDate>Thu, 01 Nov 2018 00:52:05 GMT</pubDate>
      <author>兰州小红鸡</author>
      <category>教程</category><category>博客建站</category>
      <description><![CDATA[我感觉我一个处女座的就不应该搞前端，太吹毛求疵追求完美了，哪里有一点点觉得不漂亮就想改 博客的评论系统用过好几家（虽然都没有人评论 比如gitalk，来必力 之前用的来必力，加载慢…]]></description>
    </item>
  </channel>
</rss>
