<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>所有文章 - 一峰的记录</title>
        <link>https://www.simplife.tech/posts/</link>
        <description>所有文章 | 一峰的记录</description>
        <generator>Hugo -- gohugo.io</generator><language>zh-cn</language><lastBuildDate>Mon, 20 Apr 2026 12:00:00 &#43;0800</lastBuildDate><atom:link href="https://www.simplife.tech/posts/" rel="self" type="application/rss+xml" /><item>
    <title>基于 stdio 的自建 MCP：我的 Skill 化工作流实践</title>
    <link>https://www.simplife.tech/posts/wxp-20260420/</link>
    <pubDate>Mon, 20 Apr 2026 12:00:00 &#43;0800</pubDate>
    <author>一峰</author>
    <guid>https://www.simplife.tech/posts/wxp-20260420/</guid>
    <description><![CDATA[<p>这几个月在做一些高频的日常工作流程时，我有意沉淀成 <strong>skill</strong>，过程中踩了不少坑，其中最核心的一个问题，其实不是技术，而是——<strong>权限</strong>。</p>
<p>这篇主要分享一下我是怎么做权限控制，搭建一套“自己可控”的 MCP + skill 体系的。</p>]]></description>
</item>
<item>
    <title>自下而上到自上而下：AI 正在被谁使用？</title>
    <link>https://www.simplife.tech/posts/wxp-20260413/</link>
    <pubDate>Mon, 13 Apr 2026 12:00:00 &#43;0800</pubDate>
    <author>一峰</author>
    <guid>https://www.simplife.tech/posts/wxp-20260413/</guid>
    <description><![CDATA[<p>其他行业我不知道，在计算机行业，AI 已经成为了最热的关键词，什么话题都可以沾上 AI。</p>
<p>本文只谈大语言模型。</p>
<p>我认为在当前，对 AI 的使用，正在经历一个明显的拐点：</p>]]></description>
</item>
<item>
    <title>怎样让本地 AI CLI 对外服务？——从claude起点看ACP</title>
    <link>https://www.simplife.tech/posts/wxp-20260407/</link>
    <pubDate>Tue, 07 Apr 2026 12:00:00 &#43;0800</pubDate>
    <author>一峰</author>
    <guid>https://www.simplife.tech/posts/wxp-20260407/</guid>
    <description><![CDATA[<p>很多人现在都把本地 AI CLI 用起来了：</p>
<ul>
<li>Claude CLI</li>
<li>Codex</li>
<li>自己用比如 LangGraph 做的工具</li>
</ul>
<p>然而，这些 CLI，默认是「只能自己使用」的。</p>
<p>如果想要把这些工具共享给团队共同使用，该怎么办？</p>]]></description>
</item>
<item>
    <title>一个同事走了，他曾教会我最难的一步是开始</title>
    <link>https://www.simplife.tech/posts/wxp-20260330/</link>
    <pubDate>Mon, 30 Mar 2026 12:00:00 &#43;0800</pubDate>
    <author>一峰</author>
    <guid>https://www.simplife.tech/posts/wxp-20260330/</guid>
    <description><![CDATA[<p>最近行业开始了大裁员，我一个比较优秀的同事也在其中。与这位同事共事两年，从他身上我学到了很多。</p>
<p>无论生活还是工作，我都是一个想法很多的人。然而，有时候想做的事情很多，却始终没有迈开第一步，总觉得要等&quot;准备好了&quot;、&ldquo;时机对了&rdquo;、&ldquo;资源够了&quot;再开始。</p>]]></description>
</item>
<item>
    <title>基于 mitmproxy 的手机 Proto 埋点抓包工具</title>
    <link>https://www.simplife.tech/posts/mitm-event-detector/</link>
    <pubDate>Thu, 26 Mar 2026 14:03:03 &#43;0800</pubDate>
    <author>一峰</author>
    <guid>https://www.simplife.tech/posts/mitm-event-detector/</guid>
    <description><![CDATA[<h2 id="一背景">一、背景</h2>
<p>在工作中，我们埋点数据的调试和验证一直是一个痛点。传统的抓包方案（如 Charles、Fiddler）虽然能够抓取 HTTPS 流量，但对于使用 Protocol Buffers 编码的埋点数据，只能看到二进制内容，无法直接阅读和解析。</p>]]></description>
</item>
<item>
    <title>最近几周，我把 AI 用在了这 3 个更“深入”的地方</title>
    <link>https://www.simplife.tech/posts/wxp-20260323/</link>
    <pubDate>Sat, 21 Mar 2026 15:23:07 &#43;0800</pubDate>
    <author>一峰</author>
    <guid>https://www.simplife.tech/posts/wxp-20260323/</guid>
    <description><![CDATA[<p>前面提到，AI 在测试用例生成、代码审查这些场景已经越来越成熟，甚至逐渐成为需求迭代中的“标配环节”。</p>
<p>最近，下面这几个更偏“日常工作流”的使用方式我也越来越得心应手。</p>]]></description>
</item>
<item>
    <title>利用零宽字符改变字符串排序</title>
    <link>https://www.simplife.tech/posts/sorting-strings-using-zero-width-characters/</link>
    <pubDate>Sun, 15 Mar 2026 21:16:02 &#43;0800</pubDate>
    <author>一峰</author>
    <guid>https://www.simplife.tech/posts/sorting-strings-using-zero-width-characters/</guid>
    <description><![CDATA[<p>上周五干了件有点逆天的事情，记录一下。</p>
<p>事情是这样的，有一个活动页面，从上到下展示商品，大概五六个商品。设计的时候对排序有特殊要求，于是开发随便做了个按商品名称排序，结果上线之后才发现低估了粉丝的狂热度。页面上线后，排在后面的粉丝表达了强烈不满，要求排序前置。于是，产品临时决定按照销量排序。</p>]]></description>
</item>
<item>
    <title>AI Agent 的三块基石：Skills、Function Call 与 MCP 到底是什么关系？</title>
    <link>https://www.simplife.tech/posts/what-is-skill-function_call-mcp/</link>
    <pubDate>Thu, 12 Mar 2026 16:16:43 &#43;0800</pubDate>
    <author>一峰</author>
    <guid>https://www.simplife.tech/posts/what-is-skill-function_call-mcp/</guid>
    <description><![CDATA[<p>openclaw越来越出圈地爆火，很多人对这种爆火感到非常诧异，最近我看到一条评论这样写道：</p>
<blockquote>
<p>很多人以为是什么颠覆性的东西，完全不知道skills就是上下文工程，上下文工程就是prompt工程，prompt工程就是注意力机制</p>]]></description>
</item>
<item>
    <title>卡牌游戏技能强度判定策略</title>
    <link>https://www.simplife.tech/posts/wxp-20260309/</link>
    <pubDate>Mon, 09 Mar 2026 22:34:05 &#43;0800</pubDate>
    <author>一峰</author>
    <guid>https://www.simplife.tech/posts/wxp-20260309/</guid>
    <description><![CDATA[<p>我们团队运营着一个小型卡牌对战游戏，每隔一段时间都需要对技能强度进行平衡性调整。问题在于：<strong>对哪些技能进行改动，以及改动多少数值</strong>，不仅影响玩家体验，也影响游戏生态。核心玩家的反馈固然重要，但仅凭玩家意见难以保证科学性和客观性。下面分享我们的一套实践策略。</p>]]></description>
</item>
<item>
    <title>OpenClaw 爆火，我体验了一下</title>
    <link>https://www.simplife.tech/posts/wxp-20260305/</link>
    <pubDate>Thu, 05 Mar 2026 18:00:37 &#43;0800</pubDate>
    <author>一峰</author>
    <guid>https://www.simplife.tech/posts/wxp-20260305/</guid>
    <description><![CDATA[<p>最近，OpenClaw 非常火。各种“AI自动操作电脑”、“AI自己干活”的视频和文章刷屏，看得人热血沸腾。作为一个长期喜欢折腾的人，我也认真体验了一番。下面讲讲我的真实感受。</p>]]></description>
</item>
</channel>
</rss>
