<?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/"
     xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:media="http://search.yahoo.com/mrss/">
  <channel>
    <title>AI Technology on 熊鑫伟（cubxxw）的简体中文博客 🇨🇳</title>
    <link>https://cubxxw.com/zh/ai-technology/</link>
    <description>AI Builder、开源贡献者、数字游民的技术博客：Kubernetes、Go、AI 开源项目与成长思考。</description>
    <image>
      <title>熊鑫伟（cubxxw）的简体中文博客 🇨🇳</title>
      <url>https://cubxxw.com/assets/og-image.png</url>
      <link>https://cubxxw.com/</link>
    </image>
    <generator>Hugo -- gohugo.io</generator>
    <language>zh-cn</language>
    <atom:link href="https://cubxxw.com/zh/ai-technology/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>拆解 open-lovable：一个不靠 Agent 框架、直接驯服裸 API 的应用生成器</title>
      <link>https://cubxxw.com/zh/ai-technology/posts/dissecting-open-lovable/</link>
      <pubDate>Mon, 29 Jun 2026 09:30:00 +0800</pubDate>
      <atom:updated>Mon, 29 Jun 2026 23:33:51 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/ai-technology/posts/dissecting-open-lovable/</guid>
      <description>把 firecrawl/open-lovable（27k★，输入一个网址几秒重建成 React 应用）从产品到代码彻底拆开。它最有意思的地方不是「能生成代码」，而是它不用任何 Agent 框架、不用 Claude Agent SDK、不用原生 tool-calling，而是在裸 LLM API 之上手搓了一整套 harness：文本 DSL 协议、流式正则解析、截断检测与补全、手工上下文编排，再配一套可切换的云端沙箱（E2B / Vercel Sandbox）。这是一份「直接驯服原始 API」的工程范本拆解。
</description>
      <category domain="category">AI &amp; Technology</category>
      <category domain="tag">AI</category>
      <category domain="tag">Agent</category>
      <category domain="tag">LLM</category>
      <category domain="tag">Architecture</category>
      <category domain="tag">Sandbox</category>
      <category domain="tag">Harness</category>
    </item>
    <item>
      <title>从零设计一个生产级 AI Agent 系统：Relay 求职 Agent 的架构全解</title>
      <link>https://cubxxw.com/zh/ai-technology/posts/relay-agent-architecture-design/</link>
      <pubDate>Wed, 24 Jun 2026 10:00:00 +0800</pubDate>
      <atom:updated>Wed, 24 Jun 2026 14:18:19 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/ai-technology/posts/relay-agent-architecture-design/</guid>
      <description>这篇文章以 Relay 开源求职 Agent 项目为案例，完整拆解一个生产级多 Agent 系统从架构设计到落地的每一个关键决策：为什么把单 Agent 拆成 5 个、如何用 LangGraph 实现 HITL 检查点、三层 LLM 路由如何精算成本、反虚构防卫如何运行时验证、混合后端（Hono/Bun + FastAPI/Python）如何优雅解耦。无论你是在搭建第一个 Agent PoC 还是推进生产落地，这里都有可以拿走的设计模式。
</description>
      <category domain="category">AI &amp; Technology</category>
      <category domain="tag">AI</category>
      <category domain="tag">Agent</category>
      <category domain="tag">LangGraph</category>
      <category domain="tag">LLM</category>
      <category domain="tag">Architecture</category>
      <category domain="tag">TypeScript</category>
      <category domain="tag">Python</category>
      <enclosure url="https://cubxxw.com/images/blog/relay-agent-architecture.webp" type="image/jpeg" length="0" />
      <media:content url="https://cubxxw.com/images/blog/relay-agent-architecture.webp" medium="image"><media:description>展示 Relay 求职 Agent 系统五层架构的技术图解：用户层、API 编排层、Agent 执行层、共享服务层、数据与集成层</media:description></media:content>
    </item>
    <item>
      <title>Context 不是 Prompt：为什么「上下文工程」正在成为 AI 的新地基</title>
      <link>https://cubxxw.com/zh/ai-technology/posts/context-engineering-the-new-foundation/</link>
      <pubDate>Mon, 22 Jun 2026 03:30:00 +0800</pubDate>
      <atom:updated>Tue, 23 Jun 2026 15:16:04 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/ai-technology/posts/context-engineering-the-new-foundation/</guid>
      <description>上下文工程正在从一句口号变成一门独立学科。这篇文章从 Anthropic、Karpathy、LangChain、Sourcegraph 与 Manus 的一线实践出发，拆解上下文工程与提示词工程的本质区别、两套四支柱分类法、以及装配检索压缩淘汰这些具体设计模式，再回到我自己的判断：上下文不是工具的参数，而是 AI 与你之间那条共享的世界线。
</description>
      <category domain="category">AI &amp; Technology</category>
      <category domain="tag">Context Engineering</category>
      <category domain="tag">AI</category>
      <category domain="tag">LLM</category>
      <category domain="tag">Agent</category>
      <category domain="tag">MCP</category>
      <enclosure url="https://cubxxw.com/images/blog/context-engineering-desk.webp" type="image/jpeg" length="0" />
      <media:content url="https://cubxxw.com/images/blog/context-engineering-desk.webp" medium="image"><media:description>书桌上的笔记本电脑显示「Context 不是 Prompt」文章与核心要点面板，旁边摊开的笔记写着 Context Engineering 的四支柱与 Worldline</media:description></media:content>
    </item>
    <item>
      <title>Agent Engineering 全景地图：那 98.4% 的工程量到底在哪里</title>
      <link>https://cubxxw.com/zh/ai-technology/posts/agent-engineering-the-98-percent-harness/</link>
      <pubDate>Wed, 17 Jun 2026 09:30:00 +0800</pubDate>
      <atom:updated>Wed, 24 Jun 2026 14:18:30 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/ai-technology/posts/agent-engineering-the-98-percent-harness/</guid>
      <description>一篇把 Agent Engineering 当成一门学科来拆的全景地图。从 Claude Code 那个广为流传的「1.6% 是 AI 决策、98.4% 是基础设施」说起，沿着八大支柱——编排、上下文、记忆、工具、可靠性、评估、成本、治理——逐根讲清每一块填补的缺口、最小实现与失效边界，并融合 Anthropic、OpenAI、Cognition、Manus、Temporal 在 2025 至 2026 年的一线工程实践，最后落到一句话：模型是买来的，harness 是你造的，工程杠杆全在那 98.4%。
</description>
      <category domain="category">AI &amp; Technology</category>
      <category domain="tag">AI</category>
      <category domain="tag">Agent</category>
      <category domain="tag">LLM</category>
      <category domain="tag">Context Engineering</category>
      <category domain="tag">Architecture</category>
      <category domain="tag">MCP</category>
      <enclosure url="https://cubxxw.com/images/blog/agent-engineering-harness.webp" type="image/jpeg" length="0" />
      <media:content url="https://cubxxw.com/images/blog/agent-engineering-harness.webp" medium="image"><media:description>一张技术示意图，中心是一个小小的 agent loop，外面一圈一圈包裹着编排、上下文、记忆、工具、可靠性、评估、成本、治理八根支柱</media:description></media:content>
    </item>
    <item>
      <title>Agent 的自我：从洛克到 OpenClaw</title>
      <link>https://cubxxw.com/zh/ai-technology/posts/agent-identity-from-locke-to-openclaw/</link>
      <pubDate>Sun, 05 Apr 2026 20:00:00 +0800</pubDate>
      <atom:updated>Mon, 22 Jun 2026 18:48:25 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/ai-technology/posts/agent-identity-from-locke-to-openclaw/</guid>
      <description>AI Agent 的失忆不是功能缺陷，是信任账户的根本缺失。本文从洛克 1689 年的身份理论出发，逐层拆解 2026 年 Agent 身份连续性的完整工程栈：文件即身份（SOUL.md 范式）、Harness 作为环境条件、记忆的四层结构与 Gene Capsule 协议、多智能体拓扑中的自我定位，以及评测作为身份验证的终极难题。 适合正在构建或设计 AI Agent 系统的从业者，以及对 AI 自主性边界有深度思考需求的研究者。
</description>
      <category domain="category">AI &amp; Technology</category>
      <category domain="tag">AI</category>
      <category domain="tag">Open Source</category>
      <category domain="tag">Monthly Notes</category>
      <enclosure url="https://cubxxw.com/images/agent-identity/01-locke-spec.svg" type="image/jpeg" length="0" />
      <media:content url="https://cubxxw.com/images/agent-identity/01-locke-spec.svg" medium="image"><media:description>Locke Identity Spec — Agent Identity Engineering Stack</media:description></media:content>
    </item>
    <item>
      <title>Mem0 开源项目：AI记忆层的技术分析与实践</title>
      <link>https://cubxxw.com/zh/ai-technology/posts/mem0/</link>
      <pubDate>Fri, 09 May 2025 21:33:46 +0800</pubDate>
      <atom:updated>Mon, 22 Jun 2026 18:48:25 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/ai-technology/posts/mem0/</guid>
      <description>本文深入分析Mem0开源项目的技术架构、核心功能和应用场景，探讨如何为AI系统构建智能记忆层，实现个性化交互体验。
</description>
      <category domain="category">Projects</category>
      <category domain="tag">AI</category>
      <category domain="tag">Open Source</category>
    </item>
    <item>
      <title>微软UFO项目深度解析：设计、实现、原理与架构</title>
      <link>https://cubxxw.com/zh/ai-technology/posts/ufo/</link>
      <pubDate>Fri, 09 May 2025 21:30:15 +0800</pubDate>
      <atom:updated>Mon, 22 Jun 2026 18:48:25 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/ai-technology/posts/ufo/</guid>
      <description>本文深入解析微软UFO项目的核心设计、技术实现与系统架构，涵盖其多智能体协作、混合GUI/API操作、持续学习等创新特性，帮助开发者全面理解这一前沿的桌面自动化平台。
</description>
      <category domain="category">Projects</category>
      <category domain="tag">AI</category>
      <category domain="tag">Automation</category>
      <category domain="tag">Windows 开发</category>
      <category domain="tag">微软技术</category>
    </item>
    <item>
      <title>Argo CD: Declarative GitOps for Kubernetes Continuous Delivery</title>
      <link>https://cubxxw.com/zh/ai-technology/posts/argo-cd/</link>
      <pubDate>Fri, 09 May 2025 20:45:39 +0800</pubDate>
      <atom:updated>Mon, 22 Jun 2026 02:05:38 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/ai-technology/posts/argo-cd/</guid>
      <description>An introduction to Argo CD, a declarative, GitOps-based continuous delivery (CD) tool for Kubernetes. Learn how it automates application deployment by synchronizing the desired state defined in Git with the live state in a Kubernetes cluster.
</description>
      <category domain="category">AI &amp; Technology</category>
      <category domain="tag">ArgoCD</category>
      <category domain="tag">GitOps</category>
      <category domain="tag">Kubernetes</category>
      <category domain="tag">Continuous Delivery</category>
      <category domain="tag">DevOps</category>
      <category domain="tag">CNCF</category>
    </item>
    <item>
      <title>Kubernetes 资源与学习路径总结</title>
      <link>https://cubxxw.com/zh/ai-technology/posts/kubernetes-learning/</link>
      <pubDate>Tue, 06 Aug 2024 20:29:30 +0800</pubDate>
      <atom:updated>Mon, 22 Jun 2026 18:48:25 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/ai-technology/posts/kubernetes-learning/</guid>
      <description>本文提供了详细的 Kubernetes 资源和学习路径，涵盖了 CNI、CRI、CSI 以及云原生环境中的核心技术。我们还分享了一些重要的学习资源和学习方法，帮助读者进一步深造 Kubernetes 生态系统。
</description>
      <category domain="category">AI &amp; Technology</category>
      <category domain="tag">Golang (GO语言)</category>
      <category domain="tag">Kubernetes</category>
      <category domain="tag">Cloud Native</category>
      <category domain="tag">Microservices</category>
      <category domain="tag">服务网格 (Service Mesh)</category>
    </item>
    <item>
      <title>利用 LangChain 框架的语言模型应用：开发者指南</title>
      <link>https://cubxxw.com/zh/ai-technology/posts/harnessing-language-model-applications-with-langchain-a-developer-is-guide/</link>
      <pubDate>Wed, 22 May 2024 21:37:34 +0800</pubDate>
      <atom:updated>Mon, 22 Jun 2026 18:48:25 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/ai-technology/posts/harnessing-language-model-applications-with-langchain-a-developer-is-guide/</guid>
      <description>本指南深入探讨了使用 LangChain 框架集成和应用语言模型的过程，专为希望简化复杂实现的开发者量身定制。</description>
      <category domain="category">AI &amp; Technology</category>
      <category domain="tag">AI 开发 (AI Development)</category>
      <category domain="tag">语言模型 (Language Models)</category>
      <category domain="tag">LangChain</category>
      <category domain="tag">AI 框架 (AI Frameworks)</category>
      <category domain="tag">AI</category>
      <category domain="tag">API 集成 (API Integration)</category>
      <category domain="tag">自然语言处理 (NLP)</category>
      <category domain="tag">软件开发 (Software Development)</category>
      <category domain="tag">编程 (Programming)</category>
      <category domain="tag">Automation</category>
      <category domain="tag">AI 工具 (AI Tools)</category>
      <category domain="tag">OpenAI</category>
      <category domain="tag">深度学习 (Deep Learning)</category>
    </item>
    <item>
      <title>探索大型语言模型（llm）：人工智能在理解与生成人类语言方面的先锋</title>
      <link>https://cubxxw.com/zh/ai-technology/posts/exploring-large-language-models-llms-pioneering-ai-understanding-generation-human-language/</link>
      <pubDate>Wed, 15 May 2024 20:12:29 +0800</pubDate>
      <atom:updated>Mon, 22 Jun 2026 18:48:25 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/ai-technology/posts/exploring-large-language-models-llms-pioneering-ai-understanding-generation-human-language/</guid>
      <description>本文系统介绍大型语言模型（LLM）的核心概念、发展历程与涌现能力。从 GPT、PaLM 等数百亿参数模型出发， 解释它们如何在海量文本上训练以理解和生成人类语言，以及为何参数规模的提升会带来小模型不具备的复杂任务处理能力。
</description>
      <category domain="category">AI &amp; Technology</category>
      <category domain="tag">LLM</category>
      <category domain="tag">AI</category>
      <category domain="tag">Deep Learning</category>
      <category domain="tag">Machine Learning</category>
    </item>
    <item>
      <title>这是一篇我职业生涯总结的 OpenIM 故障排查指南</title>
      <link>https://cubxxw.com/zh/ai-technology/posts/troubleshooting-guide-for-openim/</link>
      <pubDate>Tue, 16 Apr 2024 01:21:13 +0800</pubDate>
      <atom:updated>Mon, 22 Jun 2026 18:48:25 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/ai-technology/posts/troubleshooting-guide-for-openim/</guid>
      <description>本指南提供了一个全面的 OpenIM 故障排查方法和调试技术概览，基于真实的开发和操作经验。非常适合希望在 OpenIM 环境中提升问题解决能力的开发人员。</description>
      <category domain="category">AI &amp; Technology</category>
      <category domain="tag">Blog</category>
      <category domain="tag">OpenIM</category>
      <category domain="tag">Troubleshooting</category>
      <category domain="tag">Debugging</category>
      <category domain="tag">Technical Support</category>
    </item>
    <item>
      <title>探索开源以及开源商业模式研究</title>
      <link>https://cubxxw.com/zh/ai-technology/posts/navigating-the-open-source-landscape/</link>
      <pubDate>Sat, 13 Apr 2024 20:29:22 +0800</pubDate>
      <atom:updated>Mon, 22 Jun 2026 18:48:25 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/ai-technology/posts/navigating-the-open-source-landscape/</guid>
      <description>本文深入探讨了开源和商业模式的结合，分析了开源项目的经济潜力与挑战，为开发者提供了如何在开源项目中找到商业机会的实用指南。</description>
      <category domain="category">AI &amp; Technology</category>
      <category domain="tag">Open Source</category>
      <category domain="tag">Business Model</category>
      <category domain="tag">Open Source Commercialization</category>
      <category domain="tag">Developer Guide</category>
      <category domain="tag">Innovation</category>
      <category domain="tag">Tech Trends</category>
    </item>
    <item>
      <title>Sora Ease 指南：开发者掌握 Sora AI 的全面指南</title>
      <link>https://cubxxw.com/zh/ai-technology/posts/sora-ease-guide-mastering-sora-ai-for-developers/</link>
      <pubDate>Thu, 14 Mar 2024 08:44:13 +0800</pubDate>
      <atom:updated>Tue, 07 Jul 2026 15:43:20 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/ai-technology/posts/sora-ease-guide-mastering-sora-ai-for-developers/</guid>
      <description>本综合指南介绍了 Sora AI，为开发者提供了一个易于访问、自动化且迅速的途径来挖掘其潜力。深入不同的场景，掌握指挥 Sora 的技巧，并探索这个 AI 模型的多面应用，该模型被训练用以理解和模拟运动中的物理世界。无论你是寻求最新的 Sora 新闻、开发项目还是开源贡献，本文都是你进入 Sora AI 开发广阔世界的入口。</description>
      <category domain="category">AI &amp; Technology</category>
      <category domain="tag">Blog</category>
      <category domain="tag">Sora</category>
      <category domain="tag">AI</category>
      <category domain="tag">Developer Guide</category>
    </item>
    <item>
      <title>Sora 技术讨论以及普通人和开发者如何利用 Sora 改变世界</title>
      <link>https://cubxxw.com/zh/ai-technology/posts/exploring-sora-technology-for-enthusiasts-and-developers/</link>
      <pubDate>Sat, 24 Feb 2024 13:30:15 +0800</pubDate>
      <atom:updated>Tue, 07 Jul 2026 15:43:20 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/ai-technology/posts/exploring-sora-technology-for-enthusiasts-and-developers/</guid>
      <description>深入Sora技术的世界，这是一个开创性的AI驱动视频生成平台。本文旨在为技术爱好者和开发者提供一个了解和利用Sora潜能的入口。探索如何轻松利用Sora创造令人惊叹的AI生成视频，并加入一个正在改变数字景观的创新者社区。</description>
      <category domain="category">AI &amp; Technology</category>
      <category domain="tag">Blog</category>
      <category domain="tag">AI</category>
      <category domain="tag">Technology</category>
      <category domain="tag">Development</category>
      <category domain="tag">Git</category>
    </item>
    <item>
      <title>脑友好型英语学习策略：工具与技巧解析</title>
      <link>https://cubxxw.com/zh/ai-technology/posts/brain-friendly-english-learning-strategies-tools-and-techniques-explained/</link>
      <pubDate>Fri, 16 Feb 2024 13:34:36 +0800</pubDate>
      <atom:updated>Mon, 22 Jun 2026 18:48:25 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/ai-technology/posts/brain-friendly-english-learning-strategies-tools-and-techniques-explained/</guid>
      <description>探索脑友好型英语学习策略，包括旨在加强语言习得的有效工具与技巧。发现如何利用认知科学原理来优化学习过程，更快达到流利。本指南提供了将技术与传统方法结合起来，创建与我们的大脑最佳工作方式相一致的个性化学习体验的洞见。</description>
      <category domain="category">Life</category>
      <category domain="tag">英语学习</category>
      <category domain="tag">大脑效率</category>
      <category domain="tag">学习策略</category>
      <category domain="tag">教育工具</category>
    </item>
    <item>
      <title>Go 源码里的这些 go: 指令 &amp;&amp; go 自动化工具</title>
      <link>https://cubxxw.com/zh/ai-technology/posts/directives-and-the-use-of-automation-tools/</link>
      <pubDate>Thu, 25 Jan 2024 15:22:36 +0800</pubDate>
      <atom:updated>Mon, 22 Jun 2026 18:48:25 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/ai-technology/posts/directives-and-the-use-of-automation-tools/</guid>
      <description>本文探讨了 Go 源码中的特殊指令（go: 指令）以及这些指令如何在 Go 项目中应用。同时，文章还介绍了几种常用的 Go 自动化工具，它们如何帮助开发者优化工作流程。</description>
      <category domain="category">AI &amp; Technology</category>
      <category domain="tag">Blog</category>
      <category domain="tag">Go</category>
      <category domain="tag">Automation</category>
    </item>
    <item>
      <title>Go 语言中的并发类型检查与跨平台开发</title>
      <link>https://cubxxw.com/zh/ai-technology/posts/concurrent-type-checking-and-cross-platform-development-in-go/</link>
      <pubDate>Wed, 24 Jan 2024 22:40:15 +0800</pubDate>
      <atom:updated>Mon, 22 Jun 2026 18:48:25 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/ai-technology/posts/concurrent-type-checking-and-cross-platform-development-in-go/</guid>
      <description>探索 Go 语言中并发类型检查和高效跨平台开发技术，阐述最佳实践和高级概念，以构建健壮的应用程序。</description>
      <category domain="category">AI &amp; Technology</category>
      <category domain="tag">Go</category>
      <category domain="tag">Type Checking</category>
      <category domain="tag">Concurrency</category>
      <category domain="tag">Cross-Platform</category>
    </item>
    <item>
      <title>向量数据库的学习</title>
      <link>https://cubxxw.com/zh/ai-technology/posts/vector-database-learning/</link>
      <pubDate>Sat, 20 Jan 2024 12:57:15 +0800</pubDate>
      <atom:updated>Mon, 22 Jun 2026 18:48:25 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/ai-technology/posts/vector-database-learning/</guid>
      <description>本文介绍了向量数据库的基础知识，使用场景，以及它在现代大数据和人工智能领域中的应用。</description>
      <category domain="category">AI &amp; Technology</category>
      <category domain="tag">Blog</category>
      <category domain="tag">AI</category>
      <category domain="tag">Database</category>
      <enclosure url="https://cubxxw.com/images/blog/vector-database.png" type="image/jpeg" length="0" />
      <media:content url="https://cubxxw.com/images/blog/vector-database.png" medium="image"></media:content>
    </item>
    <item>
      <title>OpenIM：构建高效的版本控制和测试工作流程</title>
      <link>https://cubxxw.com/zh/ai-technology/posts/openim-building-an-efficient-version-control-and-testing-workflow/</link>
      <pubDate>Mon, 15 Jan 2024 21:13:07 +0800</pubDate>
      <atom:updated>Mon, 22 Jun 2026 18:48:25 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/ai-technology/posts/openim-building-an-efficient-version-control-and-testing-workflow/</guid>
      <description>一个开源项目的成功很大程度上取决于其质量管理和协作流程。在 OpenIM 开源社区中，项目管理和测试流程的标准化对于确保代码库的质量和稳定性至关重要。本文提供了对我们的测试策略、分支管理、质量控制政策的简要概述，以及它们如何应用于主分支、PR测试分支和稳定发布分支，以满足开发人员、测试人员和社区管理人员的需求。此外，我们还将介绍 OpenIM 开源社区的标准、测试方案和项目管理策略，旨在提供明确的指导，以确保项目的稳定性和可持续性。</description>
      <category domain="category">AI &amp; Technology</category>
      <category domain="tag">Blog</category>
      <category domain="tag">Git</category>
      <category domain="tag">Testing Workflow</category>
      <category domain="tag">OpenIM</category>
      <enclosure url="https://cubxxw.com/images/blog/openim-version-control.jpg" type="image/jpeg" length="0" />
      <media:content url="https://cubxxw.com/images/blog/openim-version-control.jpg" medium="image"></media:content>
    </item>
    <item>
      <title>AI元年: 2024年的新兴挑战与趋势</title>
      <link>https://cubxxw.com/zh/ai-technology/posts/emerging-challenges-and-trends-in-2024/</link>
      <pubDate>Sun, 14 Jan 2024 22:52:24 +0800</pubDate>
      <atom:updated>Mon, 22 Jun 2026 18:48:25 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/ai-technology/posts/emerging-challenges-and-trends-in-2024/</guid>
      <description>探索2024年技术和开发领域的最新趋势和挑战。
</description>
      <category domain="category">AI &amp; Technology</category>
      <category domain="tag">Blog</category>
      <category domain="tag">AI</category>
      <category domain="tag">Technology</category>
    </item>
    <item>
      <title>对开源商业化的思考 &amp; 全球流量大会（GTC）学习以及总结</title>
      <link>https://cubxxw.com/zh/ai-technology/posts/openim-open-source-business-journey/</link>
      <pubDate>Thu, 07 Dec 2023 11:33:15 +0800</pubDate>
      <atom:updated>Mon, 22 Jun 2026 18:48:25 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/ai-technology/posts/openim-open-source-business-journey/</guid>
      <description>通过 OpenIM 这个充满活力的开源项目的旅程，探索开源技术与业务发展的交汇点。了解 OpenIM 如何取得成功，应对挑战，并在商业化中平衡社区贡献。</description>
      <category domain="category">AI &amp; Technology</category>
      <category domain="tag">OpenIM</category>
      <category domain="tag">Blog</category>
      <category domain="tag">Open Source Commercialization</category>
      <category domain="tag">Open Source</category>
      <category domain="tag">Global Traffic Conference</category>
    </item>
    <item>
      <title>GitOps 实践理论：Kubernetes 部署策略深入解析</title>
      <link>https://cubxxw.com/zh/ai-technology/posts/gitops-practice-theory-part/</link>
      <pubDate>Sat, 25 Nov 2023 18:00:31 +0800</pubDate>
      <atom:updated>Mon, 22 Jun 2026 18:48:25 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/ai-technology/posts/gitops-practice-theory-part/</guid>
      <description>探索 GitOps 在 Kubernetes 中的实践，详细解析使用 Argo Rollouts 实现金丝雀和蓝绿部署策略。本文将为开发者提供深入的理论和实践指导，帮助优化持续部署流程。</description>
      <category domain="category">AI &amp; Technology</category>
      <category domain="tag">GitOps</category>
      <category domain="tag">Kubernetes</category>
      <category domain="tag">Argo Rollouts</category>
      <category domain="tag">Canary Deployment</category>
      <category domain="tag">Blue-Green Deployment</category>
    </item>
    <item>
      <title>管理后台和监控的部署与设计</title>
      <link>https://cubxxw.com/zh/ai-technology/posts/deployment-and-design-of-management-backend-and-monitoring/</link>
      <pubDate>Wed, 15 Nov 2023 11:25:54 +0800</pubDate>
      <atom:updated>Tue, 23 Jun 2026 08:17:53 +0000</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/ai-technology/posts/deployment-and-design-of-management-backend-and-monitoring/</guid>
      <description>本文指导您如何使用 Docker 部署 OpenIM，设置管理后台，并对应用进行监控。它为初学者提供了详细的步骤，并为更高级的用户提供了洞见。</description>
      <category domain="category">AI &amp; Technology</category>
      <category domain="tag">OpenIM</category>
      <category domain="tag">Docker</category>
      <category domain="tag">Instant Messaging</category>
      <category domain="tag">Backend Management</category>
      <category domain="tag">Monitoring</category>
    </item>
    <item>
      <title>Hugo 的高级教程</title>
      <link>https://cubxxw.com/zh/ai-technology/posts/hugo-advanced-tutorial/</link>
      <pubDate>Mon, 06 Nov 2023 13:44:09 +0800</pubDate>
      <atom:updated>Mon, 22 Jun 2026 18:48:25 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/ai-technology/posts/hugo-advanced-tutorial/</guid>
      <description>本教程为Hugo高级教程，适合已经有Hugo基础知识的开发者。我们将深入探讨Hugo的高级功能和最佳实践，包括自定义主题开发、数据模板、性能优化和部署策略。此外，教程将介绍如何将Hugo与GitHub结合使用，实现持续部署和版本控制，以优化的工作流程。</description>
      <category domain="category">AI &amp; Technology</category>
      <category domain="tag">Hugo</category>
      <category domain="tag">Blog Building</category>
      <category domain="tag">Web Development</category>
    </item>
    <item>
      <title>Kubernetes Kustomize 学习指南</title>
      <link>https://cubxxw.com/zh/ai-technology/posts/kubernetes-for-kustomize-learning/</link>
      <pubDate>Tue, 31 Oct 2023 21:30:19 +0800</pubDate>
      <atom:updated>Mon, 22 Jun 2026 18:48:25 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/ai-technology/posts/kubernetes-for-kustomize-learning/</guid>
      <description>探索 Kustomize 的强大功能，这是专为 Kubernetes 设计的开源配置管理工具。学习如何使用 Kustomize 以声明式的方式自定义 Kubernetes 对象并管理配置。了解与 kubectl 和 Helm 的集成，发现 Kubernetes 配置管理的最佳实践。</description>
      <category domain="category">AI &amp; Technology</category>
      <category domain="tag">Blog</category>
      <category domain="tag">Kubernetes</category>
      <category domain="tag">Kustomize</category>
      <category domain="tag">Configuration Management</category>
    </item>
    <item>
      <title>设计 OpenIM 使用 Harbor 构建企业镜像仓库</title>
      <link>https://cubxxw.com/zh/ai-technology/posts/openim-use-harbor-build-enterprise-mirror-repositories/</link>
      <pubDate>Wed, 25 Oct 2023 10:45:38 +0800</pubDate>
      <atom:updated>Mon, 22 Jun 2026 18:48:25 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/ai-technology/posts/openim-use-harbor-build-enterprise-mirror-repositories/</guid>
      <description>探索如何使用 Harbor 构建强大的开源容器镜像仓库，用于设置稳健的镜像存储解决方案。这一步步指南涵盖了 Harbor 的安装和配置，包括使用 Helm 图表和 Cert-manager 来确保安全的 HTTPS 连接。了解如何将 Docker 镜像推送到你的 Harbor 仓库，配置 DNS 解析，并探索使用 AWS S3 作为可伸缩的镜像存储选项。充分发挥 Harbor 的潜力，优化容器镜像管理，降低存储成本，同时确保安全性和可靠性。
</description>
      <category domain="category">AI &amp; Technology</category>
      <category domain="tag">Blog</category>
      <category domain="tag">OpenIM</category>
      <category domain="tag">Docker</category>
    </item>
    <item>
      <title>自动化测试的学习(一)</title>
      <link>https://cubxxw.com/zh/ai-technology/posts/learn-about-automated-testing/</link>
      <pubDate>Sat, 14 Oct 2023 10:27:43 +0800</pubDate>
      <atom:updated>Mon, 22 Jun 2026 18:48:25 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/ai-technology/posts/learn-about-automated-testing/</guid>
      <description>在这篇文章中，我将分享我学习自动化测试的过程，特别是使用Selenium框架。这是自动化测试系列文章的第一部分，旨在为初学者提供基础知识和操作指南。</description>
      <category domain="category">AI &amp; Technology</category>
      <category domain="tag">Blog</category>
      <category domain="tag">Testing</category>
      <category domain="tag">Automation</category>
      <category domain="tag">Selenium</category>
      <enclosure url="https://cubxxw.com/images/blog/automation-testing-part1.jpg" type="image/jpeg" length="0" />
      <media:content url="https://cubxxw.com/images/blog/automation-testing-part1.jpg" medium="image"></media:content>
    </item>
    <item>
      <title>Kubernetes 的 CNI，CRI，CSI 详解</title>
      <link>https://cubxxw.com/zh/ai-technology/posts/deep-dive-into-the-components-of-kubernetes-cni-csi-cri/</link>
      <pubDate>Thu, 28 Sep 2023 20:29:30 +0800</pubDate>
      <atom:updated>Mon, 22 Jun 2026 18:48:25 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/ai-technology/posts/deep-dive-into-the-components-of-kubernetes-cni-csi-cri/</guid>
      <description>深入探讨Kubernetes中的CNI（容器网络接口）、CRI（容器运行时接口）和CSI（容器存储接口）。本文将详细解释这些关键组件的作用，以及它们在云原生环境中的重要性和应用场景。
</description>
      <category domain="category">AI &amp; Technology</category>
      <category domain="tag">Golang (GO语言)</category>
      <category domain="tag">Kubernetes</category>
      <category domain="tag">OpenIM</category>
      <category domain="tag">Cloud Native</category>
      <category domain="tag">Microservices</category>
      <category domain="tag">服务网格 (Service Mesh)</category>
    </item>
    <item>
      <title>Kubernetes 控制平面 - Kubectl 详细讲解</title>
      <link>https://cubxxw.com/zh/ai-technology/posts/deep-dive-into-the-components-of-kubernetes-kubectl/</link>
      <pubDate>Thu, 28 Sep 2023 20:29:30 +0800</pubDate>
      <atom:updated>Mon, 22 Jun 2026 18:48:25 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/ai-technology/posts/deep-dive-into-the-components-of-kubernetes-kubectl/</guid>
      <description>kubelet 架构kubelet 管理 Pod 的核心流程kubelet 节点管理Pod 管理Pod</description>
      <category domain="category">AI &amp; Technology</category>
      <category domain="tag">Development</category>
      <category domain="tag">Go</category>
      <category domain="tag">Kubernetes</category>
    </item>
    <item>
      <title>Kubernetes 控制平面 - 调度器</title>
      <link>https://cubxxw.com/zh/ai-technology/posts/deep-dive-into-the-components-of-kubernetes-scheduler/</link>
      <pubDate>Thu, 28 Sep 2023 20:29:30 +0800</pubDate>
      <atom:updated>Mon, 22 Jun 2026 18:48:25 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/ai-technology/posts/deep-dive-into-the-components-of-kubernetes-scheduler/</guid>
      <description>探讨 Kubernetes 的调度器组件如何工作，它是如何决定将容器放置在哪个节点上的，以及这对集群管理和容器编排有何重要意义。</description>
      <category domain="category">AI &amp; Technology</category>
      <category domain="tag">Blog</category>
      <category domain="tag">Go</category>
      <category domain="tag">Kubernetes</category>
    </item>
    <item>
      <title>深入了解 Kubernetes kube-apiserver 组件架构</title>
      <link>https://cubxxw.com/zh/ai-technology/posts/deep-dive-into-the-components-of-kubernetes-kube-apiserver/</link>
      <pubDate>Thu, 28 Sep 2023 20:12:51 +0800</pubDate>
      <atom:updated>Tue, 23 Jun 2026 15:16:04 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/ai-technology/posts/deep-dive-into-the-components-of-kubernetes-kube-apiserver/</guid>
      <description>Kubernetes API的每个请求都会经过多阶段的访问控制之后才会被接受，这包括认证、授权以及准入控制（Admission Control）等。
</description>
      <category domain="category">AI &amp; Technology</category>
      <category domain="tag">Blog</category>
      <category domain="tag">etcd</category>
      <category domain="tag">Kubernetes</category>
      <category domain="tag">kube-apiserver</category>
    </item>
    <item>
      <title>深入了解Kubernetes等组件之ETCD</title>
      <link>https://cubxxw.com/zh/ai-technology/posts/deep-dive-into-the-components-of-kubernetes-etcd/</link>
      <pubDate>Tue, 26 Sep 2023 12:03:38 +0800</pubDate>
      <atom:updated>Mon, 22 Jun 2026 18:48:25 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/ai-technology/posts/deep-dive-into-the-components-of-kubernetes-etcd/</guid>
      <description>这一篇来深入并且贯穿的讲解 ETCD 和 Raft。并且站在 Kubernetes 的角度来深入剖析 ETCD。
</description>
      <category domain="category">AI &amp; Technology</category>
      <category domain="tag">Blog</category>
      <category domain="tag">Kubernetes</category>
      <category domain="tag">etcd</category>
      <category domain="tag">raft</category>
      <category domain="tag">Go</category>
    </item>
    <item>
      <title>通过配置文件简化 Kubernetes 部署的参数端口配置</title>
      <link>https://cubxxw.com/zh/ai-technology/posts/openim-cluster-deployment-parameter-passing-policy/</link>
      <pubDate>Mon, 18 Sep 2023 22:49:14 +0800</pubDate>
      <atom:updated>Mon, 22 Jun 2026 18:48:25 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/ai-technology/posts/openim-cluster-deployment-parameter-passing-policy/</guid>
      <description>本文介绍了如何通过配置文件简化 Kubernetes 部署的端口配置，提升了配置的灵活性和部署的便捷性。</description>
      <category domain="category">AI &amp; Technology</category>
      <category domain="tag">Kubernetes</category>
      <category domain="tag">Cloud Native</category>
      <category domain="tag">Microservices</category>
      <category domain="tag">Deployment</category>
    </item>
    <item>
      <title>OpenIM 的集群化设计 | Kubernetes 部署 | 方案讨论 | 会议总结</title>
      <link>https://cubxxw.com/zh/ai-technology/posts/openim-cluster-deployment-scheme-of/</link>
      <pubDate>Sun, 17 Sep 2023 09:51:54 +0800</pubDate>
      <atom:updated>Mon, 22 Jun 2026 18:48:25 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/ai-technology/posts/openim-cluster-deployment-scheme-of/</guid>
      <description>本文详细总结了在 Kubernetes 环境下部署 OpenIM 集群化解决方案的过程，探讨了关键设计考虑、部署策略及其挑战，旨在为同类项目提供实践指南和设计启示。</description>
      <category domain="category">AI &amp; Technology</category>
      <category domain="tag">OpenIM</category>
      <category domain="tag">Kubernetes</category>
      <category domain="tag">Clustering</category>
      <category domain="tag">Cloud Native</category>
      <category domain="tag">Microservices</category>
      <category domain="tag">Deployment</category>
    </item>
    <item>
      <title>在开源社区中学会如何提问</title>
      <link>https://cubxxw.com/zh/ai-technology/posts/the-art-of-asking-questions-in-open-source-communities/</link>
      <pubDate>Sun, 17 Sep 2023 03:35:18 +0800</pubDate>
      <atom:updated>Mon, 22 Jun 2026 18:48:25 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/ai-technology/posts/the-art-of-asking-questions-in-open-source-communities/</guid>
      <description>在开源社区中，提问的艺术</description>
      <category domain="category">AI &amp; Technology</category>
      <category domain="tag">Blog</category>
      <category domain="tag">Open Source</category>
      <category domain="tag">Community</category>
      <category domain="tag">Questions</category>
      <enclosure url="https://cubxxw.com/images/blog/opensource-questions.png" type="image/jpeg" length="0" />
      <media:content url="https://cubxxw.com/images/blog/opensource-questions.png" medium="image"></media:content>
    </item>
    <item>
      <title>自动化的高级追求： Prow 是什么？Kubernetes 为什么需要它</title>
      <link>https://cubxxw.com/zh/ai-technology/posts/prow-ecological-learning/</link>
      <pubDate>Sat, 16 Sep 2023 16:46:15 +0800</pubDate>
      <atom:updated>Mon, 22 Jun 2026 18:48:25 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/ai-technology/posts/prow-ecological-learning/</guid>
      <description>Prow 是一个基于 Kubernetes 的 CI/CD 系统，它可以在 Kubernetes 集群中运行，用于管理和执行 CI/CD 流程。</description>
      <category domain="category">AI &amp; Technology</category>
      <category domain="tag">Blog</category>
      <category domain="tag">Prow</category>
      <category domain="tag">Kubernetes</category>
      <category domain="tag">CI/CD</category>
      <category domain="tag">DevOps</category>
    </item>
    <item>
      <title>一份完整的开源贡献指南（提供给第一次踏入开源伙伴秘籍）</title>
      <link>https://cubxxw.com/zh/ai-technology/posts/open-source-contribution-guidelines/</link>
      <pubDate>Sat, 16 Sep 2023 16:40:54 +0800</pubDate>
      <atom:updated>Tue, 07 Jul 2026 13:05:29 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/ai-technology/posts/open-source-contribution-guidelines/</guid>
      <description>探索OpenIM这一活跃的开源项目如何实现其商业发展目标。了解OpenIM如何取得成功，应对挑战，并在社区贡献与商业化之间找到平衡。</description>
      <category domain="category">AI &amp; Technology</category>
      <category domain="tag">Blog</category>
      <category domain="tag">OpenIM</category>
      <category domain="tag">Development</category>
    </item>
    <item>
      <title>我的实践总结：开源社区的规范设计思路</title>
      <link>https://cubxxw.com/zh/ai-technology/posts/advanced-githook-design/</link>
      <pubDate>Sat, 16 Sep 2023 16:25:00 +0800</pubDate>
      <atom:updated>Mon, 22 Jun 2026 18:48:25 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/ai-technology/posts/advanced-githook-design/</guid>
      <description>探讨如何在开源社区中实施规范设计，分享我的实践经验与思路，包括如何利用Git和OpenIM工具进行高效管理。</description>
      <category domain="category">AI &amp; Technology</category>
      <category domain="tag">OpenIM</category>
      <category domain="tag">Management</category>
      <category domain="tag">Git</category>
      <category domain="tag">Open Source</category>
    </item>
    <item>
      <title>GoReleaser：自动化你的软件发布</title>
      <link>https://cubxxw.com/zh/ai-technology/posts/go-release-tools/</link>
      <pubDate>Sat, 16 Sep 2023 16:07:39 +0800</pubDate>
      <atom:updated>Mon, 22 Jun 2026 18:48:25 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/ai-technology/posts/go-release-tools/</guid>
      <description>本文介绍 GoReleaser 工具，一个帮助开发者自动化软件发布流程的强大工具。通过使用 GoReleaser，你可以简化构建、打包和发布软件的步骤，提高开发效率。</description>
      <category domain="category">AI &amp; Technology</category>
      <category domain="tag">GoReleaser</category>
      <category domain="tag">Automated Release</category>
      <category domain="tag">Go</category>
    </item>
    <item>
      <title>关于我的 Hugo 博客 (教程)</title>
      <link>https://cubxxw.com/zh/ai-technology/posts/my-hugo/</link>
      <pubDate>Tue, 12 Sep 2023 14:26:20 +0800</pubDate>
      <atom:updated>Tue, 07 Jul 2026 15:43:20 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/ai-technology/posts/my-hugo/</guid>
      <description>本教程将指导你如何使用 Hugo —— 一款流行的静态网站生成器 —— 来搭建和管理个人博客。详细介绍从安装到配置的各个步骤。</description>
      <category domain="category">AI &amp; Technology</category>
      <category domain="tag">Blog</category>
      <category domain="tag">Hugo</category>
      <category domain="tag">Tutorial</category>
    </item>
    <item>
      <title>速读开源项目 Sealos 的源码</title>
      <link>https://cubxxw.com/zh/ai-technology/posts/read-openim-project-sealos-openim-source-code/</link>
      <pubDate>Mon, 11 Sep 2023 16:33:09 +0800</pubDate>
      <atom:updated>Mon, 22 Jun 2026 18:48:25 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/ai-technology/posts/read-openim-project-sealos-openim-source-code/</guid>
      <description>一篇文章从头开始教会如何快速优雅地阅读学习一个顶级的开源项目 Sealos。</description>
      <category domain="category">AI &amp; Technology</category>
      <category domain="tag">Golang (GO语言)</category>
      <category domain="tag">Kubernetes</category>
      <category domain="tag">OpenIM</category>
      <category domain="tag">Cloud Native</category>
    </item>
    <item>
      <title>我如何设计 DevOps 下的 OpenIM 标准开发流 &amp; 敏捷体系 &amp; 精益模式</title>
      <link>https://cubxxw.com/zh/ai-technology/posts/openim-devops-design/</link>
      <pubDate>Sat, 02 Sep 2023 16:13:37 +0800</pubDate>
      <atom:updated>Mon, 22 Jun 2026 18:48:25 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/ai-technology/posts/openim-devops-design/</guid>
      <description>探索 OpenIM 在 DevOps 环境中的标准设计方法，本文深入讨论了如何利用 DevOps 原则优化 OpenIM 的部署和维护，提升项目的自动化和效率。</description>
      <category domain="category">AI &amp; Technology</category>
      <category domain="tag">OpenIM</category>
      <category domain="tag">DevOps</category>
      <category domain="tag">Cloud Native</category>
      <category domain="tag">Automation</category>
      <category domain="tag">Microservices</category>
      <category domain="tag">Deployment</category>
    </item>
    <item>
      <title>我是如何优雅设计 OpenIM 多进程管理策略的</title>
      <link>https://cubxxw.com/zh/ai-technology/posts/openim-multi-process-management/</link>
      <pubDate>Wed, 16 Aug 2023 15:55:39 +0800</pubDate>
      <atom:updated>Mon, 22 Jun 2026 18:48:25 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/ai-technology/posts/openim-multi-process-management/</guid>
      <description>本文详述了在 OpenIM 中实施多进程管理的策略和技术，OpenIM 的 System 部署设计； 探讨如何通过进程隔离和资源控制来提升系统稳定性和扩展性。</description>
      <category domain="category">AI &amp; Technology</category>
      <category domain="tag">OpenIM</category>
      <category domain="tag">Multi-Processing</category>
      <category domain="tag">Performance</category>
      <category domain="tag">System Stability</category>
      <category domain="tag">Resource Management</category>
    </item>
    <item>
      <title>如何安装和使用自主人工智能工具Auto-GPT</title>
      <link>https://cubxxw.com/zh/ai-technology/posts/use-auto-gpt/</link>
      <pubDate>Sun, 16 Jul 2023 16:28:31 +0800</pubDate>
      <atom:updated>Mon, 22 Jun 2026 18:48:25 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/ai-technology/posts/use-auto-gpt/</guid>
      <description>本文详细解释了如何安装和配置 Auto-GPT，一个先进的自主人工智能工具，以及如何有效地利用它来改善业务流程和用户体验。</description>
      <category domain="category">AI &amp; Technology</category>
      <category domain="tag">Blog</category>
      <category domain="tag">AI</category>
      <category domain="tag">Auto-GPT</category>
    </item>
    <item>
      <title>Go 调试测试以及调试工具 dlv 学习</title>
      <link>https://cubxxw.com/zh/ai-technology/posts/use-go-tools-dlv/</link>
      <pubDate>Mon, 19 Jun 2023 16:38:39 +0800</pubDate>
      <atom:updated>Mon, 22 Jun 2026 18:48:25 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/ai-technology/posts/use-go-tools-dlv/</guid>
      <description>本文深入介绍 Go 语言的调试过程，测试方法以及如何使用调试工具 dlv 来优化代码。</description>
      <category domain="category">AI &amp; Technology</category>
      <category domain="tag">Blog</category>
      <category domain="tag">Development</category>
      <category domain="tag">Debugging</category>
      <enclosure url="https://cubxxw.com/images/blog/go-debugging.png" type="image/jpeg" length="0" />
      <media:content url="https://cubxxw.com/images/blog/go-debugging.png" medium="image"></media:content>
    </item>
    <item>
      <title>Github Actions 的高级使用技巧</title>
      <link>https://cubxxw.com/zh/ai-technology/posts/github-actions-advanced-techniques/</link>
      <pubDate>Wed, 14 Jun 2023 16:17:02 +0800</pubDate>
      <atom:updated>Mon, 22 Jun 2026 18:48:25 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/ai-technology/posts/github-actions-advanced-techniques/</guid>
      <description>本文深入探讨了 Github Actions 的高级使用技巧，旨在帮助开发者更好地理解和利用这一强大的自动化工具来优化软件开发流程。通过实际案例和详细的步骤说明，您将学习到如何设置高效的 CI/CD 管道，以及如何通过 Github Actions 自动化常见的开发任务。</description>
      <category domain="category">AI &amp; Technology</category>
      <category domain="tag">Blog</category>
      <category domain="tag">CI/CD</category>
      <category domain="tag">Automation</category>
    </item>
    <item>
      <title>OpenIM离线部署设计</title>
      <link>https://cubxxw.com/zh/ai-technology/posts/openim-offline-deployment-design/</link>
      <pubDate>Fri, 19 May 2023 15:20:59 +0800</pubDate>
      <atom:updated>Mon, 22 Jun 2026 18:48:25 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/ai-technology/posts/openim-offline-deployment-design/</guid>
      <description>本文详细介绍了 OpenIM 社区版的离线部署设计方案及其实施策略，旨在帮助读者理解和应用于实际部署过程中。</description>
      <category domain="category">AI &amp; Technology</category>
      <category domain="tag">OpenIM</category>
      <category domain="tag">Offline Deployment</category>
      <category domain="tag">Design</category>
      <category domain="tag">Implementation Strategy</category>
      <category domain="tag">Deployment</category>
      <enclosure url="http://sm.nsddd.top/sm202309161529285.jpg" type="image/jpeg" length="0" />
      <media:content url="http://sm.nsddd.top/sm202309161529285.jpg" medium="image"></media:content>
    </item>
    <item>
      <title>从理论到实践的项目管理打通</title>
      <link>https://cubxxw.com/zh/ai-technology/posts/project-management-from-theory-to-practice/</link>
      <pubDate>Sun, 07 May 2023 15:12:31 +0800</pubDate>
      <atom:updated>Mon, 22 Jun 2026 18:48:25 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/ai-technology/posts/project-management-from-theory-to-practice/</guid>
      <description>本文深入探讨了项目管理的本质，从基础理论到实际应用。内容覆盖了包括瀑布模型、敏捷和Scrum在内的各种方法论，并强调了根据项目的动态性调整管理实践的重要性。通过聚焦于传统与敏捷项目管理的差异、十大知识领域以及五大过程组，旨在为读者提供项目管理原则的全面理解。此外，还探讨了项目高效启动、规划、执行、监控和收尾的过程，并提供了实用的工具和模板以实现有效的项目管理。加入我们，一起在项目管理的旅程中从理论走向实践。
</description>
      <category domain="category">Growth</category>
      <category domain="tag">Blog</category>
      <category domain="tag">project</category>
      <category domain="tag">agile</category>
      <category domain="tag">scrum</category>
      <category domain="tag">planning</category>
    </item>
    <item>
      <title>Openkf 多架构镜像的构建策略设计</title>
      <link>https://cubxxw.com/zh/ai-technology/posts/openkf-multi-architecture-image/</link>
      <pubDate>Sun, 23 Apr 2023 14:15:15 +0800</pubDate>
      <atom:updated>Mon, 22 Jun 2026 18:48:25 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/ai-technology/posts/openkf-multi-architecture-image/</guid>
      <description>本文探讨了针对 Openkf 的多架构镜像构建策略的设计，涵盖了在不同环境下的构建和部署方案，旨在提高应用的可移植性和效率。</description>
      <category domain="category">AI &amp; Technology</category>
      <category domain="tag">Golang (GO语言)</category>
      <category domain="tag">Kubernetes</category>
      <category domain="tag">OpenIM</category>
      <category domain="tag">Cloud Native</category>
    </item>
    <item>
      <title>在AI时代 - 精益团队的企业文化和远程工作指南 v2.0</title>
      <link>https://cubxxw.com/zh/ai-technology/posts/openim-remote-work-culture/</link>
      <pubDate>Wed, 29 Mar 2023 16:02:31 +0800</pubDate>
      <atom:updated>Mon, 22 Jun 2026 18:48:25 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/ai-technology/posts/openim-remote-work-culture/</guid>
      <description>详细介绍 OpenIM 远程工作团队协作协议的最新版本 v1.3，探讨其如何促进团队协作和提高工作效率。</description>
      <category domain="category">AI &amp; Technology</category>
      <category domain="tag">Blog</category>
      <category domain="tag">Remote Work</category>
      <category domain="tag">Team Collaboration</category>
      <category domain="tag">OpenIM</category>
      <enclosure url="https://cubxxw.com/images/blog/openim-remote-work.jpg" type="image/jpeg" length="0" />
      <media:content url="https://cubxxw.com/images/blog/openim-remote-work.jpg" medium="image"></media:content>
    </item>
    <item>
      <title>跨平台以及多架构编译设计</title>
      <link>https://cubxxw.com/zh/ai-technology/posts/cross-platform-compilation/</link>
      <pubDate>Mon, 13 Feb 2023 16:21:53 +0800</pubDate>
      <atom:updated>Mon, 22 Jun 2026 18:48:25 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/ai-technology/posts/cross-platform-compilation/</guid>
      <description>探索跨平台和多架构编译设计的技术。本文介绍如何设计和实施能够在不同平台和架构上无缝运行的编译方案，以提高软件项目的灵活性和可移植性。</description>
      <category domain="category">AI &amp; Technology</category>
      <category domain="tag">Blog</category>
      <category domain="tag">Cross-Platform Compilation</category>
      <category domain="tag">Multi-Architecture Compilation</category>
    </item>
    <item>
      <title>Kubernetes一篇快速入门的文章</title>
      <link>https://cubxxw.com/zh/ai-technology/posts/kubernetes-an-article-to-get-started-quickly/</link>
      <pubDate>Thu, 28 Apr 2022 23:38:11 +0800</pubDate>
      <atom:updated>Mon, 22 Jun 2026 18:48:25 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/ai-technology/posts/kubernetes-an-article-to-get-started-quickly/</guid>
      <description>Kubernetes是一个开源的容器编排引擎，用于自动化部署、扩展和管理容器化应用程序。该项目由云原生计算基金会管理，该基金会由Linux基金会托管。这篇文章将会带你快速入门Kubernetes。</description>
      <category domain="category">AI &amp; Technology</category>
      <category domain="tag">Blog</category>
      <category domain="tag">Kubernetes</category>
      <category domain="tag">Cloud Native</category>
      <category domain="tag">Docker</category>
    </item>
    <item>
      <title>参与我们的区块链学习平台项目</title>
      <link>https://cubxxw.com/zh/ai-technology/posts/participating-in-this-project/</link>
      <pubDate>Tue, 01 Feb 2022 10:26:53 +0800</pubDate>
      <atom:updated>Tue, 07 Jul 2026 13:05:29 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/zh/ai-technology/posts/participating-in-this-project/</guid>
      <description>欢迎来到我们的项目，一个基于区块链技术的学习平台。在这里，我们将分享项目进展的最新动态和见解。您可以切换到指定的语言了解更多详细信息。</description>
      <category domain="category">AI &amp; Technology</category>
      <category domain="tag">Blog</category>
      <category domain="tag">Blockchain</category>
      <category domain="tag">Open Source</category>
      <category domain="tag">Community</category>
    </item>
  </channel>
</rss>
