<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>搞么得（gaome.de）</title>
    <description>Cooper 的个人技术博客，记录 Go、PHP、Rust、移动端、Web 开发与 Vibe Coding 实践。</description>
    <link>https://gaome.de</link>
      <item>
        <title>从会议纪要到事项执行：会议管理系统的后端设计</title>
        <link>https://gaome.de/posts/meeting-action-management-backend-design-cn</link>
        <guid>https://gaome.de/posts/meeting-action-management-backend-design-cn</guid>
        <pubDate>Sun, 26 Jul 2026 00:00:00 GMT</pubDate>
        <description>记录一套企业会议与事项管理系统如何把会议记录扩展为可执行流程，重点说明关系权限、业务版本、动态字段、提醒任务、电子签核、文档归档与批量查询。</description>
      </item>
      <item>
        <title>从聊天到交付：Agent 的可验证执行系统</title>
        <link>https://gaome.de/posts/verifiable-agent-execution-system-cn</link>
        <guid>https://gaome.de/posts/verifiable-agent-execution-system-cn</guid>
        <pubDate>Sat, 25 Jul 2026 00:00:00 GMT</pubDate>
        <description>把模型、工具、记忆、工作流和安全边界组合成可执行、可反馈、可验收的 Agent 系统。</description>
      </item>
      <item>
        <title>Go 布尔变量命名：用状态、能力和决策替代 flag</title>
        <link>https://gaome.de/posts/boolean-variable-naming-cn</link>
        <guid>https://gaome.de/posts/boolean-variable-naming-cn</guid>
        <pubDate>Fri, 24 Jul 2026 00:00:00 GMT</pubDate>
        <description>从 is、has、can、should 四类语义出发，整理 Go 布尔变量、条件判断与函数参数的命名方法，让代码直接表达状态、能力和决策。</description>
      </item>
      <item>
        <title>把工程约束写进代码：一套 Go 服务骨架的设计与迭代</title>
        <link>https://gaome.de/posts/go-service-skeleton-architecture-cn</link>
        <guid>https://gaome.de/posts/go-service-skeleton-architecture-cn</guid>
        <pubDate>Thu, 23 Jul 2026 00:00:00 GMT</pubDate>
        <description>以开源 Go Skeleton 为例，拆解 API、Worker、Migration 三进程、手写 DI、分层事务、异步任务、OpenAPI、生命周期与架构校验如何组成一套可执行的工程约束。</description>
      </item>
      <item>
        <title>从一场活动到一套经营系统：多组织实时交易平台的三年架构实践</title>
        <link>https://gaome.de/posts/multi-organization-event-platform-architecture-cn</link>
        <guid>https://gaome.de/posts/multi-organization-event-platform-architecture-cn</guid>
        <pubDate>Wed, 22 Jul 2026 00:00:00 GMT</pubDate>
        <description>回顾一套从 0 建设并持续迭代约 3 年的多组织活动平台，拆解活动生命周期、实时交易、绩效结算、Laravel 模块化单体与 Kubernetes 部署。</description>
      </item>
      <item>
        <title>从发卡接口到支付卡平台：业务模型、应用隔离与多渠道架构</title>
        <link>https://gaome.de/posts/payment-card-platform-architecture-evolution-cn</link>
        <guid>https://gaome.de/posts/payment-card-platform-architecture-evolution-cn</guid>
        <pubDate>Sun, 19 Jul 2026 00:00:00 GMT</pubDate>
        <description>回顾支付卡平台如何从单一发卡能力扩展到持卡人、账户、卡片、交易、资金与 Webhook，并拆解 Go API、Laravel 后台、多应用隔离和多渠道适配的实现边界。</description>
      </item>
      <item>
        <title>支付与账户平台的一年：业务边界、账本与异步架构</title>
        <link>https://gaome.de/posts/payment-account-platform-engineering-retrospective-cn</link>
        <guid>https://gaome.de/posts/payment-account-platform-engineering-retrospective-cn</guid>
        <pubDate>Sat, 18 Jul 2026 00:00:00 GMT</pubDate>
        <description>回顾支付与账户平台如何从业务模块扩展为统一、可追溯的资金系统，记录 Laravel 与 Go 的职责划分，以及账本、幂等、状态机、异步任务和跨语言契约的实现与取舍。</description>
      </item>
      <item>
        <title>高转化落地页：AI 设计实战</title>
        <link>https://gaome.de/posts/ai-skills-high-converting-landing-page-cn</link>
        <guid>https://gaome.de/posts/ai-skills-high-converting-landing-page-cn</guid>
        <pubDate>Thu, 16 Jul 2026 00:00:00 GMT</pubDate>
        <description>从审美参考、Landing Page 转化结构、截图与源码复刻、Taste Skill、Design Engineering Skills 和 Impeccable，到 Components、Blocks、Templates 的选型与迁移，整理一套可验证的 AI 前端工作流。</description>
      </item>
      <item>
        <title>中国独立开发者收款：十个平台怎么选</title>
        <link>https://gaome.de/posts/indie-developer-payment-platforms-cn</link>
        <guid>https://gaome.de/posts/indie-developer-payment-platforms-cn</guid>
        <pubDate>Wed, 15 Jul 2026 00:00:00 GMT</pubDate>
        <description>从中国大陆独立开发者视角，对比 Waffo Pancake、Creem、Dodo Payments、Paddle、Stripe、PayPal、Polar、Lemon Squeezy、PayPro Global 和 Paydify 的准入、费率、提现、税务责任与适用阶段。</description>
      </item>
      <item>
        <title>后端开发，直接用 Go</title>
        <link>https://gaome.de/posts/just-use-go-cn</link>
        <guid>https://gaome.de/posts/just-use-go-cn</guid>
        <pubDate>Tue, 14 Jul 2026 00:00:00 GMT</pubDate>
        <description>Blain Smith《Just Fucking Use Go》的中文改编，讨论 Go 如何用克制的语言设计、standard library、并发模型、内置工具链和单文件部署降低后端复杂度。</description>
      </item>
      <item>
        <title>Vibe Coding 零基础教程</title>
        <link>https://gaome.de/posts/vibe-coding-beginner-guide</link>
        <guid>https://gaome.de/posts/vibe-coding-beginner-guide</guid>
        <pubDate>Mon, 13 Jul 2026 00:00:00 GMT</pubDate>
        <description>一份面向零基础读者的 Vibe Coding 入门教程，以 ChatGPT 桌面客户端中的 Codex、TypeScript 和 Cloudflare Workers 为主线，讲清需求拆解、验证、Debug、Git 与安全边界。</description>
      </item>
      <item>
        <title>跨境支付：商户拓展之快速方案</title>
        <link>https://gaome.de/posts/cross-border-payment-merchant-acquisition-rapid-playbook-cn</link>
        <guid>https://gaome.de/posts/cross-border-payment-merchant-acquisition-rapid-playbook-cn</guid>
        <pubDate>Sat, 11 Jul 2026 00:00:00 GMT</pubDate>
        <description>跨境支付系列第六篇，拆解政策获客、费率补贴、伙伴返佣、竞争流量、数据外呼、安全能力和快速接入，并划清虚假开户、规避 KYC、匿名收款与交易清洗等红线。</description>
      </item>
      <item>
        <title>跨境支付：商户拓展之常规方案</title>
        <link>https://gaome.de/posts/cross-border-payment-merchant-acquisition-playbook-cn</link>
        <guid>https://gaome.de/posts/cross-border-payment-merchant-acquisition-playbook-cn</guid>
        <pubDate>Fri, 10 Jul 2026 00:00:00 GMT</pubDate>
        <description>跨境支付系列第五篇，围绕目标市场、客户分层、平台合作、本地支付、内容获客、销售转化、商户接入和分阶段扩张，整理一套可验证的商户拓展方案。</description>
      </item>
      <item>
        <title>跨境支付：国内国际通道服务商</title>
        <link>https://gaome.de/posts/cross-border-payment-channel-providers-cn</link>
        <guid>https://gaome.de/posts/cross-border-payment-channel-providers-cn</guid>
        <pubDate>Thu, 09 Jul 2026 00:00:00 GMT</pubDate>
        <description>跨境支付系列第四篇，围绕国内持牌服务商、国际支付平台、新兴市场通道、银行系能力和香港公司选型策略，拆解牌照、费率、成功率、合规、体验和技术适配。</description>
      </item>
      <item>
        <title>跨境支付：合规风控与用户运营管理</title>
        <link>https://gaome.de/posts/cross-border-payment-compliance-risk-operations-cn</link>
        <guid>https://gaome.de/posts/cross-border-payment-compliance-risk-operations-cn</guid>
        <pubDate>Wed, 08 Jul 2026 00:00:00 GMT</pubDate>
        <description>跨境支付系列第三篇，围绕支付牌照、数据隐私、AML/KYC、欺诈风控、争议处理、用户体验、本地化运营和客户成功体系做方案拆解。</description>
      </item>
      <item>
        <title>跨境支付：支付网关与技术方案</title>
        <link>https://gaome.de/posts/cross-border-payment-gateway-technical-solution-cn</link>
        <guid>https://gaome.de/posts/cross-border-payment-gateway-technical-solution-cn</guid>
        <pubDate>Tue, 07 Jul 2026 00:00:00 GMT</pubDate>
        <description>跨境支付系列第二篇，围绕支付网关、动态路由、多币种清算、风控合规、系统架构和运营支撑做技术方案拆解。</description>
      </item>
      <item>
        <title>跨境支付：境外支付与外卡收单</title>
        <link>https://gaome.de/posts/cross-border-payment-card-acquiring-cn</link>
        <guid>https://gaome.de/posts/cross-border-payment-card-acquiring-cn</guid>
        <pubDate>Mon, 06 Jul 2026 00:00:00 GMT</pubDate>
        <description>跨境支付系列第一篇，说明境外支付与外卡收单的参与方、交易流程、合规要求、通道选择和系统设计要点。</description>
      </item>
      <item>
        <title>好的 API 设计</title>
        <link>https://gaome.de/posts/good-api-design-cn</link>
        <guid>https://gaome.de/posts/good-api-design-cn</guid>
        <pubDate>Sat, 04 Jul 2026 00:00:00 GMT</pubDate>
        <description>Sean Goedecke《Everything I know about good API design》的中文译述，整理公共 API 设计中的兼容性、版本、认证、幂等、限流、分页和可选字段。</description>
      </item>
      <item>
        <title>金融科技工程手册</title>
        <link>https://gaome.de/posts/fintech-engineering-handbook</link>
        <guid>https://gaome.de/posts/fintech-engineering-handbook</guid>
        <pubDate>Thu, 02 Jul 2026 00:00:00 GMT</pubDate>
        <description>构建处理资金的软件时常用的工程模式，覆盖资金表示、账本、幂等性、对账、控制、测试和端到端流程。</description>
      </item>
  </channel>
</rss>