<?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>OpenIM on 熊鑫伟（cubxxw）的简体中文博客 🇨🇳</title>
    <link>https://cubxxw.com/zh/tags/openim/</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>
    <lastBuildDate>Tue, 16 Apr 2024 01:21:13 +0800</lastBuildDate>
    <atom:link href="https://cubxxw.com/zh/tags/openim/index.xml" rel="self" type="application/rss+xml" />
    <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>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>对开源商业化的思考 &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>管理后台和监控的部署与设计</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>设计 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>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>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/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>速读开源项目 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>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/growth/posts/stage-growth-of-open-source/</link>
      <pubDate>Tue, 16 May 2023 16:36: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/growth/posts/stage-growth-of-open-source/</guid>
      <description>本文将为您呈现一份开源项目的阶段性成长指南，帮助您了解如何在开源项目中不断进步和成长。</description>
      <category domain="category">Growth</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">Open Source</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>
  </channel>
</rss>
