<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Github on moyutianzun 的博客</title><link>https://moyutianzun.com/tags/github/</link><description>Recent content in Github on moyutianzun 的博客</description><generator>Hugo</generator><language>zh-cn</language><copyright>moyutianzun</copyright><lastBuildDate>Fri, 05 Jun 2026 09:47:40 +0800</lastBuildDate><atom:link href="https://moyutianzun.com/tags/github/index.xml" rel="self" type="application/rss+xml"/><item><title>每日github项目解析：（二）20260605 github robot和agent soul</title><link>https://moyutianzun.com/blog/mei-ri-githubxiang-mu-jie-xi-er-20260605/</link><pubDate>Fri, 05 Jun 2026 09:47:40 +0800</pubDate><guid>https://moyutianzun.com/blog/mei-ri-githubxiang-mu-jie-xi-er-20260605/</guid><description>&lt;h1 style="" id="github-robot"&gt;github robot&lt;/h1&gt;&lt;p style=""&gt;https://github.com/pbakaus/agent-reviews&lt;/p&gt;&lt;p style=""&gt;&lt;strong&gt;&lt;mark data-color="#fed7aa" style="background-color: #fed7aa; color: inherit"&gt;&lt;u&gt;这个项目让我想到一个有意思的场景：一个让人血压升高的下午&lt;/u&gt;&lt;/mark&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=""&gt;你提了一个 PR，信心满满。几秒钟后，Copilot 来了，CodeRabbit 来了，Cursor Bugbot 也来了。它们在你的代码行上密密麻麻留下几十条评论：这里可能空指针，那里命名不规范，这个函数复杂度超标。你认认真真改了一轮，git push。&lt;/p&gt;</description></item><item><title>每日github项目解析：（一）20260604</title><link>https://moyutianzun.com/blog/mei-ri-githubxiang-mu-jie-xi-yi-20260604/</link><pubDate>Thu, 04 Jun 2026 10:00:30 +0800</pubDate><guid>https://moyutianzun.com/blog/mei-ri-githubxiang-mu-jie-xi-yi-20260604/</guid><description>&lt;h1 style="" id="headroom"&gt;headroom&lt;/h1&gt;&lt;p style=""&gt;https://github.com/chopratejas/headroom&lt;/p&gt;&lt;p style=""&gt;&lt;strong&gt;&lt;mark data-color="#fed7aa" style="background-color: #fed7aa; color: inherit"&gt;&lt;u&gt;官方的说法是它是个给 AI agent 省 token 的"压缩中间层"。&lt;/u&gt;&lt;/mark&gt;&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p style=""&gt;AI agent(比如 Claude Code)干活时,要把一大堆东西塞给大模型读——工具输出、日志、报错、检索结果、文件内容、聊天历史。&lt;/p&gt;</description></item><item><title>vibe coding系列：（二）GET SHIT DONE</title><link>https://moyutianzun.com/blog/vibe-codingxi-lie-er-get-shit-done/</link><pubDate>Tue, 14 Apr 2026 06:31:13 +0800</pubDate><guid>https://moyutianzun.com/blog/vibe-codingxi-lie-er-get-shit-done/</guid><description>&lt;blockquote&gt;&lt;p style=""&gt;github link：https://github.com/gsd-build/get-shit-done/blob/main/README.zh-CN.md&lt;/p&gt;</description></item><item><title>github源码阅读：（一）LlamaIndex 上下文数据规范</title><link>https://moyutianzun.com/blog/githubyuan-ma------llamaindex-shang-xia-wen-shu-ju-gui-fan/</link><pubDate>Wed, 31 Dec 2025 06:09:51 +0800</pubDate><guid>https://moyutianzun.com/blog/githubyuan-ma------llamaindex-shang-xia-wen-shu-ju-gui-fan/</guid><description>&lt;h1 style="" id="%E6%A6%82%E8%BF%B0"&gt;概述&lt;/h1&gt;&lt;p style=""&gt;&lt;a href="https://github.com/run-llama/llama_index" target="_self" rel=""&gt;LlamaIndex&lt;/a&gt;（原名 GPT Index）是一个开源的数据框架，专门用于构建大语言模型（LLM）应用。它解决了 LLM 的一个核心局限性：&lt;strong&gt;LLM 在训练后就无法访问私有数据&lt;/strong&gt;。LlamaIndex 通过&lt;strong&gt;检索增强生成（RAG）&lt;/strong&gt;技术，将用户的私有数据与 LLM 的生成能力无缝连接。与langchain相比，langchian是编排工具流工作流等，&lt;strong&gt;而llamaindex专注于数据格式和数据索引&lt;/strong&gt;。&lt;/p&gt;</description></item><item><title>基本操作：（一）github is all you need</title><link>https://moyutianzun.com/blog/github-dai-ma-guan-li------sourcetree/</link><pubDate>Mon, 22 Dec 2025 16:56:26 +0800</pubDate><guid>https://moyutianzun.com/blog/github-dai-ma-guan-li------sourcetree/</guid><description>&lt;h1 style="" id="%E7%A0%81%E5%86%9C%E5%9C%A3%E5%9C%B0-github"&gt;码农圣地 github&lt;/h1&gt;&lt;p style=""&gt;github众所周知，是最大的&lt;s&gt;同性交友网站&lt;/s&gt;开源项目公布网站，每个人都可以在这里share自己的项目。&lt;/p&gt;&lt;p style=""&gt;由于open-source往往由一个团队进行开发，所有有很多开发版本，为了管理不同的开发版本之间的异同，远古linux大神linus写了git的原型来管理不同的fork。每个opensource都有一条master主线，然后有不同的分支合并到master分支上。由此也看出，git最主要的功能就是派生（fork）、合并（merge）。&lt;/p&gt;&lt;p style=""&gt;这里我不想重复造轮子，请直接观看我觉得&lt;a href="https://www.bilibili.com/video/BV1iu4y157Cz" target="_self" rel=""&gt;非常棒的讲解&lt;/a&gt;。&lt;/p&gt;&lt;p style=""&gt;&lt;/p&gt;&lt;h1 style="" id="issues%E5%92%8Cpr"&gt;issues和PR&lt;/h1&gt;&lt;p style=""&gt;把 GitHub 想成一个研发团队的工单系统：&lt;/p&gt;&lt;p style=""&gt;&lt;strong&gt;Issue 像工单 / 任务卡，&lt;/strong&gt;比如：&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p style=""&gt;这个 bug 要修&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p style=""&gt;这个功能要加&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p style=""&gt;这个文档要补&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p style=""&gt;这个体验要优化&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=""&gt;&lt;strong&gt;PR 像交付单 / 审核单，&lt;/strong&gt;比如：&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p style=""&gt;我已经写完了&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p style=""&gt;请大家 review 一下&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p style=""&gt;没问题就把代码合进去&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=""&gt;常见的过程就是&lt;strong&gt;Issue 提出问题 → 开分支开发 → 提交代码 → 创建 PR → PR 合并后，Issue 关闭&lt;/strong&gt;。&lt;/p&gt;</description></item></channel></rss>