<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>阅千帆</title>
        <link>https://musingpages.com/</link>
        <description>阅尽千帆终执手，此心安处是吾乡</description>
        <lastBuildDate>Sun, 19 Jul 2026 04:48:13 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>zh-CN</language>
        <copyright>All rights reserved 2026, Neo Zed</copyright>
        <item>
            <title><![CDATA[Hermes Agent 接入外部服务：API Key 配置 + Notion 实战]]></title>
            <link>https://musingpages.com/AI/2026/06/08/hermes-agent-api-key-notion</link>
            <guid>https://musingpages.com/AI/2026/06/08/hermes-agent-api-key-notion</guid>
            <pubDate>Mon, 08 Jun 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Docker 部署 Hermes Agent 后接入 Notion 等外部服务的完整指南：env_file 加载 + docker_forward_env 透传 + 为什么 MCP OAuth 在 Docker 里行不通。]]></description>
            <content:encoded><![CDATA[<div id="notion-article" class="mx-auto overflow-hidden "><main class="notion light-mode notion-page notion-block-3795e43203c881dd82c2e0448ac85026"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><div class="notion-text notion-block-3875e43203c8814bb71be7ed3232b3a4">Docker 部署 Hermes Agent 后接入 Notion、微信读书、DeepSeek 等外部服务，核心就一步：让 API Key 从宿主机进到工具容器。</div><div class="notion-blank notion-block-3875e43203c8817ba11afd07d1fcb221"> </div><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-3875e43203c8813a89d4e822ab7e83f3" data-id="3875e43203c8813a89d4e822ab7e83f3"><span><div id="3875e43203c8813a89d4e822ab7e83f3" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3875e43203c8813a89d4e822ab7e83f3" title="架构"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">架构</span></span></h3><div class="notion-blank notion-block-3875e43203c881d1bf51e0c4bb0f0e65"> </div><div class="notion-text notion-block-3875e43203c881ba9334c3ffcfb047c3">Hermes Docker 部署有两层容器：</div><ul class="notion-list notion-list-disc notion-block-3875e43203c8815a88e2fa4503854005"><li>**网关容器**：跑 Hermes 主程序，负责消息路由</li></ul><ul class="notion-list notion-list-disc notion-block-3875e43203c881a694ccc417821d6183"><li>**工具容器**：动态创建，实际执行 terminal、API 调用</li></ul><div class="notion-blank notion-block-3875e43203c881f08234f3a958246c1b"> </div><div class="notion-text notion-block-3875e43203c88180a16dc92bfc8f4583">Key 传递链路：`宿主机 .env → 网关容器(env_file 加载) → 工具容器(自动透传)`</div><div class="notion-blank notion-block-3875e43203c881ab9d9cc3b4b5ddc6aa"> </div><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-3875e43203c8815db23cff6ca4b2fc79" data-id="3875e43203c8815db23cff6ca4b2fc79"><span><div id="3875e43203c8815db23cff6ca4b2fc79" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3875e43203c8815db23cff6ca4b2fc79" title="配置"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">配置</span></span></h3><div class="notion-blank notion-block-3875e43203c8813799b4cf114717b533"> </div><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-3875e43203c8819aa66ed3f02d3ac43c" data-id="3875e43203c8819aa66ed3f02d3ac43c"><span><div id="3875e43203c8819aa66ed3f02d3ac43c" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3875e43203c8819aa66ed3f02d3ac43c" title="docker-compose.yml"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">docker-compose.yml</span></span></h4><div class="notion-blank notion-block-3875e43203c881e084e8ed023d63b33c"> </div><div class="notion-text notion-block-3875e43203c881d0b72bd5b182abb46e">```yaml</div><div class="notion-text notion-block-3875e43203c88110857dd49d4b1c70d9">services:</div><div class="notion-text notion-block-3875e43203c88113a83be81cc2e222fc">  hermes:</div><div class="notion-text notion-block-3875e43203c88133860df5f6fd231043">    env_file:</div><div class="notion-text notion-block-3875e43203c881688e0adc25cadd2425">      - .env</div><div class="notion-text notion-block-3875e43203c881f58886d040de40d64e">```</div><div class="notion-blank notion-block-3875e43203c88129a91bcb87e410afd9"> </div><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-3875e43203c8819aa5b3c0e23a57362f" data-id="3875e43203c8819aa5b3c0e23a57362f"><span><div id="3875e43203c8819aa5b3c0e23a57362f" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3875e43203c8819aa5b3c0e23a57362f" title=".env"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">.env</span></span></h4><div class="notion-blank notion-block-3875e43203c881d982cfed3c2f19aa52"> </div><div class="notion-text notion-block-3875e43203c88185af2cf4097a2d4b8e">放在 compose 同级目录：</div><div class="notion-blank notion-block-3875e43203c88160813fdc84bd6fa0ca"> </div><div class="notion-text notion-block-3875e43203c8819c99e1d90615313e56">```</div><div class="notion-text notion-block-3875e43203c88153bcc1f78923e62252">NOTION_API_KEY=ntn_xxxxxxxxxxxx</div><div class="notion-text notion-block-3875e43203c8812684e5c0e871867a8f">WEREAD_API_KEY=xxxxxxxxxxxx</div><div class="notion-text notion-block-3875e43203c881fb90a2c4d9dcff3bda">DEEPSEEK_API_KEY=sk-xxxxxxxxxxxx</div><div class="notion-text notion-block-3875e43203c881ab842ce7503f5a3fda">```</div><div class="notion-blank notion-block-3875e43203c881c1a08cc58d3756e58f"> </div><div class="notion-text notion-block-3875e43203c881deb461e4e04053ce0c">修改 `.env` 后**重新构建**（不是 restart）：</div><div class="notion-blank notion-block-3875e43203c881efaa6df33af4b5f1cc"> </div><div class="notion-text notion-block-3875e43203c881a5b472f90c3999456f">```bash</div><div class="notion-text notion-block-3875e43203c88187bc9bce697ee5542a">docker compose down &amp;&amp; docker compose up -d</div><div class="notion-text notion-block-3875e43203c8812ba451c32bd8d569ad">```</div><div class="notion-blank notion-block-3875e43203c881e48c9ae1a4ca19a393"> </div><blockquote class="notion-quote notion-block-3875e43203c8816aadfbe6a62c09c9bb"><div>不需要 `docker_forward_env`。env_file 已正确配置时，Key 自动注入网关容器并透传到工具容器。</div></blockquote><div class="notion-blank notion-block-3875e43203c881d18e96fa692960bc23"> </div><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-3875e43203c88145b921c773e066ea36" data-id="3875e43203c88145b921c773e066ea36"><span><div id="3875e43203c88145b921c773e066ea36" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3875e43203c88145b921c773e066ea36" title="极空间注意"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">极空间注意</span></span></h3><div class="notion-blank notion-block-3875e43203c8815ebf76c5b23ffe57e9"> </div><ol start="1" class="notion-list notion-list-numbered notion-block-3875e43203c8811b883ae05b4d944207" style="list-style-type:decimal"><li>**env_file 用相对路径**：`- .env`，不要写 `/tmp/zfsv3/...` 绝对路径</li></ol><ol start="2" class="notion-list notion-list-numbered notion-block-3875e43203c8817fa85fe93b91dcfbe1" style="list-style-type:decimal"><li>**volumes 路径**：用 Compose UI 的「查询路径」按钮获取，不要手写 SSH 路径</li></ol><ol start="3" class="notion-list notion-list-numbered notion-block-3875e43203c88122812dfccba666ee32" style="list-style-type:decimal"><li>**改 .env 后**：点「重新构建」或 `docker compose down &amp;&amp; up -d`，不要只用 restart</li></ol><div class="notion-blank notion-block-3875e43203c881069972fb13afc1635a"> </div><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-3875e43203c881db9c3ece94a206aff3" data-id="3875e43203c881db9c3ece94a206aff3"><span><div id="3875e43203c881db9c3ece94a206aff3" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3875e43203c881db9c3ece94a206aff3" title="接入 Notion"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">接入 Notion</span></span></h3><div class="notion-blank notion-block-3875e43203c881a7b435c3694b24cd09"> </div><ol start="1" class="notion-list notion-list-numbered notion-block-3875e43203c8811fa058d5308812c136" style="list-style-type:decimal"><li>[notion.so/my-integrations](https://notion.so/my-integrations) → New Integration（类型选 **Internal**）→ 复制 `ntn_` 开头的 token</li></ol><ol start="2" class="notion-list notion-list-numbered notion-block-3875e43203c88171bf76e9194e005fc6" style="list-style-type:decimal"><li>每个要访问的 Notion 页面 → 右上角 `...` → Connect to → 选你的 Integration</li></ol><ol start="3" class="notion-list notion-list-numbered notion-block-3875e43203c881ae8e9fcd33e2d503b7" style="list-style-type:decimal"><li>Token 写入 `.env`，重新构建</li></ol><ol start="4" class="notion-list notion-list-numbered notion-block-3875e43203c88157a829f485f8284ea1" style="list-style-type:decimal"><li>验证：`echo $NOTION_API_KEY | head -c 10`</li></ol><div class="notion-blank notion-block-3875e43203c88129bff3eff673860f3f"> </div><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-3875e43203c8815f95eee6d9f1cbcab7" data-id="3875e43203c8815f95eee6d9f1cbcab7"><span><div id="3875e43203c8815f95eee6d9f1cbcab7" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3875e43203c8815f95eee6d9f1cbcab7" title="为什么不用 MCP"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">为什么不用 MCP</span></span></h3><div class="notion-blank notion-block-3875e43203c881619b84e1916c48d0a9"> </div><div class="notion-text notion-block-3875e43203c8811397dcdeb422d91730">Notion 官方 MCP Server 走 OAuth 回调 `localhost`。Docker 容器的 `127.0.0.1` 是容器自己的，宿主机浏览器点完授权回调到不了容器。Internal Integration Token + REST API 最稳定。</div><div class="notion-blank notion-block-3875e43203c881ee9585c37dbdff7474"> </div><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-3875e43203c88165afa7fee1c809d934" data-id="3875e43203c88165afa7fee1c809d934"><span><div id="3875e43203c88165afa7fee1c809d934" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3875e43203c88165afa7fee1c809d934" title="常见坑"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">常见坑</span></span></h3><ol start="1" class="notion-list notion-list-numbered notion-block-3875e43203c88133b766c9f66ffad452" style="list-style-type:decimal"><li>**env_file 不生效** → 写了绝对路径。改为相对路径 `- .env`</li></ol><ol start="2" class="notion-list notion-list-numbered notion-block-3875e43203c881b5b509e3712784364c" style="list-style-type:decimal"><li>**改配置后 Key 还是空** → 只 restart。必须 `down &amp;&amp; up -d`</li></ol><ol start="3" class="notion-list notion-list-numbered notion-block-3875e43203c8811597e8df08161a7d63" style="list-style-type:decimal"><li>**Notion 返回 404** → 页面没 Connect Integration。去页面 Connect</li></ol><ol start="4" class="notion-list notion-list-numbered notion-block-3875e43203c881899e4cd43b1bc670c6" style="list-style-type:decimal"><li>**微信读书 API 调不通** → Key 含特殊字符，shell curl 转义断裂。用 Python urllib.request</li></ol><ol start="5" class="notion-list notion-list-numbered notion-block-3875e43203c8817c84fffa5a867cb6cb" style="list-style-type:decimal"><li>**加了 docker_forward_env 也没用** → env_file 本身就没生效，先修 env_file</li></ol><div class="notion-blank notion-block-3875e43203c881dca40bde7bdf9bdfaf"> </div><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-3875e43203c88178b55af1dd7d94ec8c" data-id="3875e43203c88178b55af1dd7d94ec8c"><span><div id="3875e43203c88178b55af1dd7d94ec8c" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3875e43203c88178b55af1dd7d94ec8c" title="验证"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">验证</span></span></h3><div class="notion-blank notion-block-3875e43203c8813cbe4ad56213d9dbd0"> </div><div class="notion-text notion-block-3875e43203c881758d07cb3b28ca35c6">```bash</div><div class="notion-text notion-block-3875e43203c881cab8a4e3528a8a30bd">echo $NOTION_API_KEY | head -c 10</div><div class="notion-text notion-block-3875e43203c881a499a6e5fbfd7bd7ee"># 应输出: ntn_25...</div><div class="notion-text notion-block-3875e43203c8811cb61ec68e9a1acd4f">```</div></main></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[【中文全文】美国软实力的终结]]></title>
            <link>https://musingpages.com/politics/2026/06/08/end-americas-soft-power</link>
            <guid>https://musingpages.com/politics/2026/06/08/end-americas-soft-power</guid>
            <pubDate>Mon, 08 Jun 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[美国在特朗普时期过度依赖硬实力，削弱了软实力的支撑体系，包括解散美国国际开发署、试图关闭美国之音、退出多边组织、削减外交岗位以及打压高校和移民执法等举措，导致其全球形象下滑；相较之下，中国的国际形象在提升。文章指出，硬实力缺乏软实力的吸引力会使美国在外交上受挫，强调软硬兼备、通过合作与价值观输出才能保持长久的全球影响力。]]></description>
            <content:encoded><![CDATA[<div id="notion-article" class="mx-auto overflow-hidden "><main class="notion light-mode notion-page notion-block-3795e43203c880618244d51e2194250c"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-3795e43203c880d29a19c720653cd412" data-id="3795e43203c880d29a19c720653cd412"><span><div id="3795e43203c880d29a19c720653cd412" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3795e43203c880d29a19c720653cd412" title="美国软实力的终结"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">美国软实力的终结</span></span></h2><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-3795e43203c880f8b132fcda6a896681" data-id="3795e43203c880f8b132fcda6a896681"><span><div id="3795e43203c880f8b132fcda6a896681" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3795e43203c880f8b132fcda6a896681" title="美国正在亲手摧毁自己最核心的优势。"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">美国正在亲手摧毁自己最核心的优势。</span></span></h3><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-3795e43203c880aab8f0cfd2fe948a0b"><div style="position:relative;display:flex;justify-content:center;align-self:start;width:108px;max-width:100%;flex-direction:column"><img style="object-fit:cover" src="https://img.musingpages.com/media/2026/05/05/f901af883e8f33a51558f5faa0a4fa54-20260505091319678-54ddce.png?spaceId=52c7ef47-6104-4d84-bd6e-f38d5e305987&amp;t=3795e432-03c8-80aa-b8f0-cfd2fe948a0b" alt="notion image" loading="lazy" decoding="async"/></div></figure><div class="notion-text notion-block-3795e43203c880dfaa75d57020eadfa6">作者：芬·M·沃尔特，美国《外交政策》杂志专栏作者，哈佛大学罗伯特与蕾妮·贝尔弗国际关系中心教授。</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-3795e43203c8802b826de930cbbd08ee"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column"><img style="object-fit:cover" src="https://img.musingpages.com/media/2026/05/05/3d0163465fa826dd9286a2bbd004b767-20260505091603226-9d9104.png?spaceId=52c7ef47-6104-4d84-bd6e-f38d5e305987&amp;t=3795e432-03c8-802b-826d-e930cbbd08ee" alt="notion image" loading="lazy" decoding="async"/></div></figure><div class="notion-callout notion-gray_background_co notion-block-3795e43203c88013ab48dcfef5ff873a"><div class="notion-page-icon-inline notion-page-icon-span"><span class="notion-page-icon" role="img" aria-label="🖼️">🖼️</span></div><div class="notion-callout-text"><div class="notion-text notion-block-3795e43203c880d5b8d1e93ec05d5b67">2024 年 11 月 4 日，特朗普在宾夕法尼亚州雷丁市桑坦德体育馆的举行竞选集会，结束演讲退场时，挥拳致意。</div></div></div><div class="notion-text notion-block-3795e43203c8800bb470ef9f7741183d"><span class="notion-default">May 4, 2026</span></div><div class="notion-text notion-block-3795e43203c8804a9809eb9ba0c82de4">我的同事、已故的约瑟夫·奈（Joseph Nye）认为，一个国家的软实力，就是它对外的“吸引力”。一个国家之所以能让别的国家按它的意愿行事，不是靠逼迫，而是因为别的国家愿意效仿它、靠拢它、跟随它。硬实力强大的国家，可以用武力恐吓逼迫他国就范，也可以靠提供援助和保护伞换取配合；而软实力充沛的国家，往往影响力更大，因为别的国家想成为它，认同它所代表的原则，或者觉得它代表了历史前进的方向、是成功的典范，甚至可以说“很潮”。特朗普政府处理外交政策时，就有个格外鲜明的特点，不论目的是什么，手段都一致强硬，对美国的<b>硬实力盲目自信</b>，对“软实力”又几乎毫不在乎。</div><div class="notion-text notion-block-3795e43203c8801390c7e8acb3399d9a">我是个“现实主义者”，“现实主义者”绝不会否认硬实力的重要性。而且，众所周知，如果没有足够的硬实力作为基础，软实力也只是空中楼阁。但反过来，有的国家就算硬实力再强，软实力也可能稀松，比如普京治下的俄罗斯。理想状态下，一个国家当然希望软硬实力都很强，因为有了强大的软实力，其他国家才愿意顺着你的意思做事，而你也不需要三天两头动用硬实力。约瑟夫·奈一直相信，美国的硬实力和软实力结合在一起，才是美国外交的一张王牌，也正是因此，他对美国前景乐观，并且对<a class="notion-link" href="https://www.scribd.com/document/748761723/Nye-1990-Bound-to-Lead" target="_blank" rel="noopener noreferrer">“美国衰落”论</a>不屑一顾。但到了他漫长学术生涯的末期，连他自己也<a class="notion-link" href="https://www.hks.harvard.edu/faculty-research/policycast/professor-joe-nye-coined-term-soft-power-he-says-americas-decline-under" target="_blank" rel="noopener noreferrer">开始担心</a>，美国对世界的吸引力，正在变弱。</div><div class="notion-text notion-block-3795e43203c8803b95c1f743b88d2f5a">“特朗普 2.0”时代，笃信<b>“够硬就能赢”</b>几乎是明晃晃地写在脸上。特朗普政府把关税威胁当竹杠，逼迫贸易伙伴签下对美方“单边让利”的经济协议；即便最高法院裁定特朗普关税政策违宪，特朗普政府也表示要继续推进（译注）。特朗普政府还在至少六个国家动用军事力量，在加勒比海与太平洋海域持续<a class="notion-link" href="https://www.nytimes.com/interactive/2025/10/29/us/us-caribbean-pacific-boat-strikes.html" target="_blank" rel="noopener noreferrer">击杀</a>所谓“毒贩”，却连对方是谁都不清楚，也拿不出证据证明这些人真的在贩毒，甚至<a class="notion-link" href="https://www.nytimes.com/2026/03/19/us/politics/boat-strikes-caribbean.html" target="_blank" rel="noopener noreferrer">承认</a>这些行动对毒品供给几乎没有任何影响。特朗普一再指责别国领导人“软弱无能”，说乌克兰总统泽连斯基“手里没牌”，所以应该同俄罗斯达成协议；又对古巴实施封锁，希望古巴老百姓的日子更艰难，以此逼迫古巴政权就范。最后也是最关键的一点：特朗普政府彻底抛弃外交，对伊朗发动了一场既没必要、也毫无正当理由的战争。特朗普误以为，伊朗政权肯定会亡不旋踵，迅速垮台，并产生一个亲美政府。</div><div class="notion-text notion-block-3795e43203c880f198e8deeeb4796d5d"><span class="notion-gray">译注：2026年2月20日，美国最高法院以6比3的投票结果裁定特朗普政府征收大规模关税违宪。首席大法官罗伯茨在多数派意见书中强调，宪法明确将征收“税、关税、进口税与国内消费税”的权力赋予国会，总统行使此项权力必须获得国会的明确授权。此次裁决推翻了特朗普政府近70%的关税政策，包括对全球征收的“对等关税”，以及针对中国、加拿大和墨西哥征收的“芬太尼”关税。特朗普在社交媒体上抨击最高法院多数派大法官“不爱国，不忠于我们的宪法”，并对所有进口至美国的商品征收10%的全球关税，随后又将税率上调至15%。但这项新关税受时间限制，最长期限为150天，将于2026年7月24日到期，除非获得国会授权延长。</span></div><div class="notion-text notion-block-3795e43203c8803abbb6e24da7a27148">最令人咋舌的是：这种对硬实力的迷恋，甚至都懒得遮掩、粉饰和辩解。大多数国家，偶尔也会干些不体面的事，大国强国更是如此，但它们通常会给自己找个“正当性”的理由，“把铁拳藏在天鹅绒手套里”。可特朗普政府不一样：每次突破既定规则、让别人吃点苦头，他们都洋洋得意、乐在其中。特朗普总统扬言要“把伊朗文明抹去”的时候，美国国防部长公然无视国际法、鼓吹美军要将对手“赶尽杀绝”的时候（这<a class="notion-link" href="https://www.justsecurity.org/133970/legal-advice-hegseth-no-quarter-hypo/" target="_blank" rel="noopener noreferrer">可是战争罪</a>），都清楚表明，他们的目标是恐吓，是胁迫，而不是协商，更不是循循善诱。他们的座右铭大概是：<b>“只要最强大，就永远不需要说对不起。”</b></div><div class="notion-text notion-block-3795e43203c88018a291fba8f79177e9">崇尚硬实力至上的同时，特朗普政府正在系统性地削弱那些曾经让美国散发光芒的制度和政策。比如，埃隆·马斯克和所谓 DOGE 部突然解散美国国际开发署（USAID），不仅让全球<a class="notion-link" href="https://www.oxfamamerica.org/explore/issues/making-foreign-aid-work/what-do-trumps-proposed-foreign-aid-cuts-mean/" target="_blank" rel="noopener noreferrer">数百万人的生命</a>陷入危机，也让美国看起来十分任性、冷漠、不管不顾。特朗普政府还想关停“美国之音”广播，后来在法院和少有的国会反对中被<a class="notion-link" href="https://apnews.com/article/voice-of-america-trump-f30c48df0c16de622ec5fd99ee6c627c" target="_blank" rel="noopener noreferrer">叫停</a>。国务卿鲁比奥更是带着美国<a class="notion-link" href="https://x.com/SecRubio/status/2009059107819671646?lang=en" target="_blank" rel="noopener noreferrer">退出了 60 多个国际组织</a>，留着<a class="notion-link" href="https://www.cjfp.org/americas-empty-chairs-how-unfilled-ambassadorships-threaten-u-s-global-leadership/" target="_blank" rel="noopener noreferrer">几十个外交职位长期空缺</a>，在<a class="notion-link" href="https://www.pbs.org/newshour/world/g20-summit-in-south-africa-ends-with-glaring-u-s-absence-after-trumps-boycott" target="_blank" rel="noopener noreferrer">关键国际峰会</a>上干脆缺席。与此同时，移民与海关执法局（ICE）的暴力搜查、对无辜抗议者血腥杀戮，把美国阴暗的一面暴露给了全世界；特朗普政府还对高等教育持续打压，美国高校曾是美国威望与软实力最醒目的招牌，现在美国高校对留学生而言变得<a class="notion-link" href="https://www.nytimes.com/2026/04/29/world/europe/france-american-universities-trump-sciences-po.html?smid=nytcore-ios-share" target="_blank" rel="noopener noreferrer">不再那么</a>令人向往。这些做法不仅会减少教育界的收入盈利（也许这就是他们的目的），更意味着未来在美国接受教育的留学生会减少；而留美经历本来能让他们更“亲美”。把以上的做法放在一起看，就不难理解：为什么<a class="notion-link" href="https://news.gallup.com/poll/707945/china-edges-past-global-approval-ratings.aspx" target="_blank" rel="noopener noreferrer">中国在全球的形象在改善上升</a>，而美国的形象却在恶化。</div><div class="notion-text notion-block-3795e43203c880488480e04a6956a627">特朗普政府对美国软实力优势的<a class="notion-link" href="https://www.ft.com/content/63df699a-efdb-4613-b070-80a763ec024e" target="_blank" rel="noopener noreferrer">系统性打击</a>，当然不是我才发现的。之所以让人费解，是想不通为什么美国官员意识不到自己在做什么。他们难道不明白吗？动用武力伤害他国不是什么“值得庆祝的壮举”，而应该是“迫不得已、退无可退的最后手段”。一味依赖硬实力，只会让美国成为反复无常、睚眦必报、咄咄逼人的美国，别的国家不会乐意与这样的美国合作。他们难道没听过那句老话吗？<b>“招蜂引蝶，得用蜂蜜，别用大便”。</b></div><div class="notion-text notion-block-3795e43203c880f797c3e7c423b73cf3">我觉得事实真相大概是这样。</div><div class="notion-text notion-block-3795e43203c880f49d27d219ee6c9481">从总统到基层，特朗普班子的世界观大致就是把世界一刀切成两类：强者是“赢家”，弱者是“输家”，而跟弱者做任何妥协，都等于认输。于是，他们摆谱、作势，对哪怕最温和的批评和反对都摆出“绝不留情”“赶尽杀绝”的姿态，就算对加拿大、丹麦这类一向亲美的国家，也照样不管不顾、不留情面。显而易见的例子有很多，比如：美国国防部长赫格塞思标榜“硬汉”气概，动不动就吹捧“勇武精神”，陶醉于“致命杀伤”的快感；白宫顾问米勒则<a class="notion-link" href="https://www.cnn.com/2026/01/06/politics/trump-greenland-venezuela-colombia-miller-analysis#:~:text=Since%20the%20Venezuela%20raid%2C%20Trump,JD%20Vance%20visited%20last%20year." target="_blank" rel="noopener noreferrer">宣称</a>历史自有“铁律”，强者就该支配弱者。除了他们两个，特朗普政府里还有很多人相信“谁的拳头大，就该听谁的”，毕竟是同一位总统任命的官员。特朗普还<a class="notion-link" href="https://en.wikipedia.org/wiki/Donald_Trump_Access_Hollywood_tape" target="_blank" rel="noopener noreferrer">吹嘘</a>说，既然是明星，猥亵女性又有什么关系。在这样的（不）道德观里，规则永远是用来约束别人的。</div><div class="notion-text notion-block-3795e43203c880edab1ae4eb3b31696b">其次，虽然特朗普和他的追随者嘴上说自己“爱国爱得不行”，可显而易见，他们并不喜欢自己正在治理的这个国家。想想 MAGA 那句口号：如果你觉得美国需要“再次伟大”，那就说明在你眼里，美国并不伟大。虽然旗子挥得震天响，但特朗普和他的党羽对这个国家几乎没多少发自肺腑的欣赏，这十分耐人寻味。他们厌恶大多数美国媒体；瞧不起大部分美国流行艺人；痛恨民主党人（可民主党人在美国人口中占比超过共和党）；不喜欢美国的权力制衡机制，也不喜欢法治；对非本土出生的美国公民疑神疑鬼（<a class="notion-link" href="https://www.aclu.org/news/immigrants-rights/trumps-birthright-citizenship-executive-order-what-happens-next" target="_blank" rel="noopener noreferrer">连一些在美国出生的也不放过</a>）；不尊重科学，觉得高校是敌人；还坚信有个躲在幕后的“深层政府”，在军队、外交系统和政府机构里作祟。特朗普甚至连白宫都不喜欢，想把它改造成俗艳的帝王纪念碑。因为他们深信，现在的美国已经烂得不成样子，所以他们无法理解，美国悠久的优秀品质，对其他人有什么吸引力。</div><div class="notion-text notion-block-3795e43203c880e48474c9b40d5846a8">第三，特朗普和他的追随者对速胜非常迷恋，而且最好是能包装成真实功绩，给他们吹嘘炫耀的速胜（比如特朗普政府的<a class="notion-link" href="https://foreignpolicy.com/2025/12/22/trump-peace-deals-ceasefire-gaza-ukraine-congo-fake/" target="_blank" rel="noopener noreferrer">假和平协议</a>、临时贸易协议之类）。但是，他们不愿意做哪些需要长期投入、耐心赢得海外支持的工作。特朗普和他的帮众，热衷于与他国领导人“达成交易”，而不是经营两国人民之间更积极、更牢固的联系。毕竟，后者的收益要一点点累积，往往要等特朗普下台以后才能显现。反正 2028 年，他就走人了，他才不在乎能不能“争取”到下一代留学生来美国呢。</div><div class="notion-text notion-block-3795e43203c880648406dffe3c11b002">如果认同这种世界观，那自然不会把软实力放在眼里，而会把重心放在硬实力上。但美国人不该这么肤浅：美国外交史上最成功的时刻，一是因为美国与他国开展了建设性、利他性地合作，有时候对方还是曾经的对手，也因为美国能直面和改善国内社会的阴暗和落后，<a class="notion-link" href="https://www.amazon.com/Cold-War-Civil-Rights-Democracy/dp/0691095132" target="_blank" rel="noopener noreferrer">让美国在世界面前树立起良好形象</a>。比如马歇尔计划、北约、民权运动、稳健推进贸易自由化，还坚强地和平终结冷战和实现德国统一，都还历历在目。反过来，美国最惨痛的外交失败，几乎都源于同一种误判：以为只要硬实力够强，就一定能赢，比如越战，在伊拉克和阿富汗陷入的“无尽战争”，在利比亚推翻卡扎菲政府，以及如今在伊朗的烂摊子。</div><div class="notion-text notion-block-3795e43203c88009bf10c26cbbf4c2d6">如今的美国，依然有不少让人向往的地方。外国政府和老百姓还是分得清，不会认为美国最差领导人的决策和行动能代表“美国”这个国家和美国所倡导的理念。但是，如果美国的政治生态继续恶化腐败；如果硬实力一次次被滥用、而软实力日渐萎缩，那么，要把这两件事区分开来，就会越来越难。</div><div class="notion-callout notion-gray_background_co notion-block-37a5e43203c88082ae4ced1750c528d8"><div class="notion-page-icon-inline notion-page-icon-span"><span class="notion-page-icon" role="img" aria-label="💡">💡</span></div><div class="notion-callout-text"><h3 class="notion-h notion-h2 notion-block-37a5e43203c880059d2ef774cff0a442" data-id="37a5e43203c880059d2ef774cff0a442"><span><div id="37a5e43203c880059d2ef774cff0a442" class="notion-header-anchor"></div><a class="notion-hash-link" href="#37a5e43203c880059d2ef774cff0a442" title="版权声明"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">版权声明</span></span></h3><div class="notion-text notion-block-37a5e43203c880e7afc5c93fc298e4e1"><b>英文原文来源：Foreign Policy</b></div><div class="notion-text notion-block-37a5e43203c880e886f5cd5c7a26312b"><a class="notion-link" href="https://foreignpolicy.com/2026/05/04/trump-soft-power-usa/" target="_blank" rel="noopener noreferrer">https://foreignpolicy.com/2026/05/04/trump-soft-power-usa/</a></div><div class="notion-text notion-block-37a5e43203c88075a4deec0b054039c7"><b>原文发表日期：</b>2026年5月4日</div><div class="notion-text notion-block-37a5e43203c88043813ec099d30d6f51"><b>中文翻译：</b>Zed，萬事如譯</div><div class="notion-text notion-block-37a5e43203c8803d9301cca9ba0b8668"><b>授权转载：</b>本译文已授权“牛油果英语”全文转载。</div><div class="notion-text notion-block-37a5e43203c8803c88f5eb2c9d435316"><b>转载说明：</b>如需转载或节选本译文，请注明出处及译者信息。</div></div></div></main></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[【中英对照】美国软实力的终结]]></title>
            <link>https://musingpages.com/translation/2026/06/08/end-americas-soft-power</link>
            <guid>https://musingpages.com/translation/2026/06/08/end-americas-soft-power</guid>
            <pubDate>Mon, 08 Jun 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[美国在特朗普时期过度依赖硬实力，削弱了软实力的支撑体系，包括解散美国国际开发署、试图关闭美国之音、退出多边组织、削减外交岗位以及打压高校和移民执法等举措，导致其全球形象下滑；相较之下，中国的国际形象在提升。文章指出，硬实力缺乏软实力的吸引力会使美国在外交上受挫，强调软硬兼备、通过合作与价值观输出才能保持长久的全球影响力。]]></description>
            <content:encoded><![CDATA[<div id="notion-article" class="mx-auto overflow-hidden "><main class="notion light-mode notion-page notion-block-3795e43203c880ef816dcb8ee96dee52"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><div class="notion-row notion-block-3795e43203c880d0a87ef094e73cb7f6"><div class="notion-column notion-block-3795e43203c88093b309d8817aac2a87" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-3795e43203c880b88375e439e3aef8a4" data-id="3795e43203c880b88375e439e3aef8a4"><span><div id="3795e43203c880b88375e439e3aef8a4" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3795e43203c880b88375e439e3aef8a4" title="The End of America’s Soft Power"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">The End of America’s Soft Power</span></span></h2></div><div class="notion-spacer"></div><div class="notion-column notion-block-3795e43203c880f88c81e5f08317826f" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.4375)"><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-3795e43203c8805aa0adf0f55d7c51e9" data-id="3795e43203c8805aa0adf0f55d7c51e9"><span><div id="3795e43203c8805aa0adf0f55d7c51e9" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3795e43203c8805aa0adf0f55d7c51e9" title="美国软实力的终结"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">美国软实力的终结</span></span></h2></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3795e43203c880b0b7b6dca26297918f"><div class="notion-column notion-block-3795e43203c88040b9d3e2db34402307" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-3795e43203c880e6b8d5ea14640052e7" data-id="3795e43203c880e6b8d5ea14640052e7"><span><div id="3795e43203c880e6b8d5ea14640052e7" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3795e43203c880e6b8d5ea14640052e7" title="The United States has given up on one of its core international strengths."><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><span class="notion-default">The United States has given up on one of its core international strengths.</span></span></span></h3></div><div class="notion-spacer"></div><div class="notion-column notion-block-3795e43203c880649fe0d5b492f55f68" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.4375)"><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-3795e43203c8808480d2cb8125e510a5" data-id="3795e43203c8808480d2cb8125e510a5"><span><div id="3795e43203c8808480d2cb8125e510a5" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3795e43203c8808480d2cb8125e510a5" title="美国正在亲手摧毁自己最核心的优势。"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">美国正在亲手摧毁自己最核心的优势。</span></span></h3></div><div class="notion-spacer"></div></div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-3795e43203c880bca80fc6fb2b7fe7ba"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:108px;max-width:100%;flex-direction:column"><img style="object-fit:cover" src="https://img.musingpages.com/media/2026/05/05/f901af883e8f33a51558f5faa0a4fa54-20260505091319678-54ddce.png?spaceId=52c7ef47-6104-4d84-bd6e-f38d5e305987&amp;t=3795e432-03c8-80bc-a80f-c6fb2b7fe7ba" alt="notion image" loading="lazy" decoding="async"/></div></figure><div class="notion-row notion-block-3795e43203c880579d5fe6819c1a153c"><div class="notion-column notion-block-3795e43203c880e8bedece2f331d3822" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><div class="notion-text notion-block-3795e43203c88022bb07ecf59a603fc3">By <b><a class="notion-link" href="https://foreignpolicy.com/author/stephen-m-walt/" target="_blank" rel="noopener noreferrer">Stephen M. Walt</a></b>, a columnist at <em>Foreign Policy </em>and the Robert and Renée Belfer professor of international relations at Harvard University.</div></div><div class="notion-spacer"></div><div class="notion-column notion-block-3795e43203c880849224f88b9a6d8511" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.43749999999999994)"><div class="notion-text notion-block-3795e43203c880759657c8127d77f1d7">作者：芬·M·沃尔特，美国《外交政策》杂志专栏作者，哈佛大学罗伯特与蕾妮·贝尔弗国际关系中心教授。</div></div><div class="notion-spacer"></div></div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-3795e43203c88070a203e1630dc77dd1"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column"><img style="object-fit:cover" src="https://img.musingpages.com/media/2026/05/05/3d0163465fa826dd9286a2bbd004b767-20260505091603226-9d9104.png?spaceId=52c7ef47-6104-4d84-bd6e-f38d5e305987&amp;t=3795e432-03c8-8070-a203-e1630dc77dd1" alt="notion image" loading="lazy" decoding="async"/></div></figure><div class="notion-row notion-block-3795e43203c8805cafbbec269a24524a"><div class="notion-column notion-block-3795e43203c8806bb5d8f39d69ed45bd" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><div class="notion-callout notion-gray_background_co notion-block-3795e43203c880a59bcdf89d57e519d7"><div class="notion-page-icon-inline notion-page-icon-span"><span class="notion-page-icon" role="img" aria-label="🖼️">🖼️</span></div><div class="notion-callout-text"><div class="notion-text notion-block-3795e43203c880318c3ec59b002750f1">Republican presidential nominee and former President Donald Trump pumps his fist as he walks off stage at the end of a campaign rally at the Santander Arena on Nov. 4, 2024, in Reading, Pennsylvania.</div></div></div></div><div class="notion-spacer"></div><div class="notion-column notion-block-3795e43203c880e394bbcfde5d3fe66c" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.4375)"><div class="notion-callout notion-gray_background_co notion-block-3795e43203c88090bc41c14f2edb3432"><div class="notion-page-icon-inline notion-page-icon-span"><span class="notion-page-icon" role="img" aria-label="🖼️">🖼️</span></div><div class="notion-callout-text"><div class="notion-text notion-block-3795e43203c880399d74ca6dda53dc40">2024 年 11 月 4 日，特朗普在宾夕法尼亚州雷丁市桑坦德体育馆的举行竞选集会，结束演讲退场时，挥拳致意。</div></div></div></div><div class="notion-spacer"></div></div><div class="notion-text notion-block-3795e43203c88037a3a1e95032ead09b"><span class="notion-default">May 4, 2026</span></div><div class="notion-row notion-block-3795e43203c880619454dbf6969b4826"><div class="notion-column notion-block-3795e43203c8804b90c8dbce673318f7" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><div class="notion-text notion-block-3795e43203c880a681a2f570fe9c20aa"><span class="notion-default">One of the more striking features of the Trump administration’s approach to foreign policy—not the chosen ends, but its preferred means—is its absolute confidence in America’s hard power and its near-total disdain for what my late colleague Joseph Nye called “</span><span class="notion-default"><a class="notion-link" href="https://www.amazon.com/Soft-Power-Means-Success-Politics/dp/1586482254" target="_blank" rel="noopener noreferrer">soft power</a></span><span class="notion-default">.” Nye defined the latter as “the power of attraction,” as a nation’s ability to get others to do what it wanted because it possessed qualities that made others want to emulate it, associate with it, and follow its lead. States with a lot of hard power could compel others through force and intimidation or by offering aid or protection; states with an abundance of soft power enjoyed greater influence because others wanted to be like them, agreed with the principles they stood for, or viewed them as fashionable, successful, and even “hip.”</span></div></div><div class="notion-spacer"></div><div class="notion-column notion-block-3795e43203c88094b6c9c51478ba2273" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.43750000000000006)"><div class="notion-text notion-block-3795e43203c880c39974d14f69865859">我的同事、已故的约瑟夫·奈（Joseph Nye）认为，一个国家的软实力，就是它对外的“吸引力”。一个国家之所以能让别的国家按它的意愿行事，不是靠逼迫，而是因为别的国家愿意效仿它、靠拢它、跟随它。硬实力强大的国家，可以用武力恐吓逼迫他国就范，也可以靠提供援助和保护伞换取配合；而软实力充沛的国家，往往影响力更大，因为别的国家想成为它，认同它所代表的原则，或者觉得它代表了历史前进的方向、是成功的典范，甚至可以说“很潮”。特朗普政府处理外交政策时，就有个格外鲜明的特点，不论目的是什么，手段都一致强硬，对美国的<b>硬实力盲目自信</b>，对“软实力”又几乎毫不在乎。</div></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3795e43203c880d5bc04d6d34ea7f6f0"><div class="notion-column notion-block-3795e43203c880ed9895c4de7f79cc31" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><div class="notion-text notion-block-3795e43203c880a29848ef6a550dfb3e"><span class="notion-default">A good realist like me is hardly going to denigrate the importance of hard power; on the contrary, it’s hard to have lots of soft power without substantial hard power to back it up. But you can have plenty of hard power and little or no soft power, as Vladimir Putin’s Russia has shown. Ideally, a state would like to have a lot of both, because having a lot of soft power means others will be naturally inclined to do what you want and you won’t have to use your hard power very often. Nye believed America’s combination of hard and soft power gave it enormous advantages when dealing with the outside world, which is one of the reasons he was optimistic about America’s future and </span><span class="notion-default"><a class="notion-link" href="https://www.scribd.com/document/748761723/Nye-1990-Bound-to-Lead" target="_blank" rel="noopener noreferrer">skeptical of those predicting its decline</a></span><span class="notion-default">. Yet by the end of his long career, even he had </span><span class="notion-default"><a class="notion-link" href="https://www.hks.harvard.edu/faculty-research/policycast/professor-joe-nye-coined-term-soft-power-he-says-americas-decline-under" target="_blank" rel="noopener noreferrer">begun to worry about</a></span><span class="notion-default"> what was happening to America’s global appeal.</span></div></div><div class="notion-spacer"></div><div class="notion-column notion-block-3795e43203c880c99cf2e64837491363" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.4375)"><div class="notion-text notion-block-3795e43203c8801aa228edae262b5c6e">我是个“现实主义者”，“现实主义者”绝不会否认硬实力的重要性。而且，众所周知，如果没有足够的硬实力作为基础，软实力也只是空中楼阁。但反过来，有的国家就算硬实力再强，软实力也可能稀松，比如普京治下的俄罗斯。理想状态下，一个国家当然希望软硬实力都很强，因为有了强大的软实力，其他国家才愿意顺着你的意思做事，而你也不需要三天两头动用硬实力。约瑟夫·奈一直相信，美国的硬实力和软实力结合在一起，才是美国外交的一张王牌，也正是因此，他对美国前景乐观，并且对<a class="notion-link" href="https://www.scribd.com/document/748761723/Nye-1990-Bound-to-Lead" target="_blank" rel="noopener noreferrer">“美国衰落”论</a>不屑一顾。但到了他漫长学术生涯的末期，连他自己也<a class="notion-link" href="https://www.hks.harvard.edu/faculty-research/policycast/professor-joe-nye-coined-term-soft-power-he-says-americas-decline-under" target="_blank" rel="noopener noreferrer">开始担心</a>，美国对世界的吸引力，正在变弱。</div></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3795e43203c88054a64fcb5b8be18082"><div class="notion-column notion-block-3795e43203c880a8a78adc5916e3d62f" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><div class="notion-text notion-block-3795e43203c8804e9207d5e1f144e8c2"><span class="notion-default">Under Trump 2.0, the belief that hard power is all you need is abundantly apparent. The administration used the threat of tariffs to force trading partners into one-sided economic agreements, and it vows to continue the effort despite the Supreme Court decision that strikes them down. The administration has used military force in more than half a dozen countries and </span><span class="notion-default"><a class="notion-link" href="https://www.nytimes.com/interactive/2025/10/29/us/us-caribbean-pacific-boat-strikes.html" target="_blank" rel="noopener noreferrer">continues to kill</a></span><span class="notion-default"> alleged drug smugglers in the Caribbean and the Pacific Ocean, even when it doesn’t know who they are, cannot prove all of them are in fact engaged in narcotics trafficking, and </span><span class="notion-default"><a class="notion-link" href="https://www.nytimes.com/2026/03/19/us/politics/boat-strikes-caribbean.html" target="_blank" rel="noopener noreferrer">admits</a></span><span class="notion-default"> that these actions will have little or no effect on the availability of illegal drugs. President Donald Trump has repeatedly accused other world leaders of being weak, told Ukrainian President Volodymyr Zelensky that he didn’t “have the cards” and should therefore cut a deal with Russia, and imposed a blockade on Cuba intended to further immiserate ordinary Cubans and eventually force its regime to surrender. Last but by no means least, it abandoned diplomacy and launched an unnecessary and unprovoked war against Iran, on the mistaken assumption that the Iranian regime would quickly collapse and yield a government more to our liking.</span></div></div><div class="notion-spacer"></div><div class="notion-column notion-block-3795e43203c88047b3f8ec8192f162e5" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.4375)"><div class="notion-text notion-block-3795e43203c880c3be70ebac0a9d7f6b">“特朗普 2.0”时代，笃信<b>“够硬就能赢”</b>几乎是明晃晃地写在脸上。特朗普政府把关税威胁当竹杠，逼迫贸易伙伴签下对美方“单边让利”的经济协议；即便最高法院裁定特朗普关税政策违宪，特朗普政府也表示要继续推进（译注）。特朗普政府还在至少六个国家动用军事力量，在加勒比海与太平洋海域持续<a class="notion-link" href="https://www.nytimes.com/interactive/2025/10/29/us/us-caribbean-pacific-boat-strikes.html" target="_blank" rel="noopener noreferrer">击杀</a>所谓“毒贩”，却连对方是谁都不清楚，也拿不出证据证明这些人真的在贩毒，甚至<a class="notion-link" href="https://www.nytimes.com/2026/03/19/us/politics/boat-strikes-caribbean.html" target="_blank" rel="noopener noreferrer">承认</a>这些行动对毒品供给几乎没有任何影响。特朗普一再指责别国领导人“软弱无能”，说乌克兰总统泽连斯基“手里没牌”，所以应该同俄罗斯达成协议；又对古巴实施封锁，希望古巴老百姓的日子更艰难，以此逼迫古巴政权就范。最后也是最关键的一点：特朗普政府彻底抛弃外交，对伊朗发动了一场既没必要、也毫无正当理由的战争。特朗普误以为，伊朗政权肯定会亡不旋踵，迅速垮台，并产生一个亲美政府。</div><div class="notion-text notion-block-3795e43203c880b5b17fc606054dd134"><span class="notion-gray">译注：2026年2月20日，美国最高法院以6比3的投票结果裁定特朗普政府征收大规模关税违宪。首席大法官罗伯茨在多数派意见书中强调，宪法明确将征收“税、关税、进口税与国内消费税”的权力赋予国会，总统行使此项权力必须获得国会的明确授权。此次裁决推翻了特朗普政府近70%的关税政策，包括对全球征收的“对等关税”，以及针对中国、加拿大和墨西哥征收的“芬太尼”关税。特朗普在社交媒体上抨击最高法院多数派大法官“不爱国，不忠于我们的宪法”，并对所有进口至美国的商品征收10%的全球关税，随后又将税率上调至15%。但这项新关税受时间限制，最长期限为150天，将于2026年7月24日到期，除非获得国会授权延长。</span></div></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3795e43203c880629258dd5d8b4b516f"><div class="notion-column notion-block-3795e43203c880b1ae5edffd81df0942" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><div class="notion-text notion-block-3795e43203c880748b69f694e9f23f17"><span class="notion-default">What is most striking about this fixation with hard power is how little effort is being made to disguise, legitimize, or justify its use. Most countries do nasty things on occasion, and great powers do so more than most, but they usually try to find ways to hide the mailed fist in a velvet glove of normative justification. Not so the Trump administration, which seems positively gleeful whenever it is able to violate some established norm and inflict some pain. When the president threatens to eradicate Iranian civilization, or when the secretary of defense dismisses international law and boasts that U.S. troops will show opponents “no quarter” (</span><span class="notion-default"><a class="notion-link" href="https://www.justsecurity.org/133970/legal-advice-hegseth-no-quarter-hypo/" target="_blank" rel="noopener noreferrer">which would constitute a war crime</a></span><span class="notion-default">), it is clear their goal is to intimidate rather than persuade, to compel rather than attract. Their motto, it seems, is: “Being the strongest means never having to say you’re sorry.”</span></div></div><div class="notion-spacer"></div><div class="notion-column notion-block-3795e43203c8808ca809f99aadd260e6" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.43750000000000006)"><div class="notion-text notion-block-3795e43203c88011b3d7fd368ec2c45c">最令人咋舌的是：这种对硬实力的迷恋，甚至都懒得遮掩、粉饰和辩解。大多数国家，偶尔也会干些不体面的事，大国强国更是如此，但它们通常会给自己找个“正当性”的理由，“把铁拳藏在天鹅绒手套里”。可特朗普政府不一样：每次突破既定规则、让别人吃点苦头，他们都洋洋得意、乐在其中。特朗普总统扬言要“把伊朗文明抹去”的时候，美国国防部长公然无视国际法、鼓吹美军要将对手“赶尽杀绝”的时候（这<a class="notion-link" href="https://www.justsecurity.org/133970/legal-advice-hegseth-no-quarter-hypo/" target="_blank" rel="noopener noreferrer">可是战争罪</a>），都清楚表明，他们的目标是恐吓，是胁迫，而不是协商，更不是循循善诱。他们的座右铭大概是：<b>“只要最强大，就永远不需要说对不起。”</b></div></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3795e43203c880d5935dd1d7983f86db"><div class="notion-column notion-block-3795e43203c880d7818fc50fc6ab9c37" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><div class="notion-text notion-block-3795e43203c88013a21fe95e1a7fa5e0"><span class="notion-default">This veneration of hard power has been accompanied by systematic efforts to undermine the institutions and policies that once made the United States more attractive to others. The U.S. Agency for International Development was abruptly dismantled by Elon Musk and the DOGE effort, endangering the lives of </span><span class="notion-default"><a class="notion-link" href="https://www.oxfamamerica.org/explore/issues/making-foreign-aid-work/what-do-trumps-proposed-foreign-aid-cuts-mean/" target="_blank" rel="noopener noreferrer">millions of people</a></span><span class="notion-default"> around the world and making the United States look arbitrary and indifferent. The administration tried to shut down the Voice of America broadcast network, an effort that was </span><span class="notion-default"><a class="notion-link" href="https://apnews.com/article/voice-of-america-trump-f30c48df0c16de622ec5fd99ee6c627c" target="_blank" rel="noopener noreferrer">blocked</a></span><span class="notion-default"> in court and by a rare moment of congressional opposition. U.S. Secretary of State Marco Rubio has withdrawn the United States </span><span class="notion-default"><a class="notion-link" href="https://x.com/SecRubio/status/2009059107819671646?lang=en" target="_blank" rel="noopener noreferrer">from more than 60 international organizations</a></span><span class="notion-default">, allowed </span><span class="notion-default"><a class="notion-link" href="https://www.cjfp.org/americas-empty-chairs-how-unfilled-ambassadorships-threaten-u-s-global-leadership/" target="_blank" rel="noopener noreferrer">dozens of diplomatic posts to sit empty</a></span><span class="notion-default">, and left the U.S. unrepresented at </span><span class="notion-default"><a class="notion-link" href="https://www.pbs.org/newshour/world/g20-summit-in-south-africa-ends-with-glaring-u-s-absence-after-trumps-boycott" target="_blank" rel="noopener noreferrer">key international summit meetings</a></span><span class="notion-default">. Violent Immigration and Customs Enforcement raids and the killing of innocent protesters have exposed an ugly side of America to the rest of the world, and a sustained assault on higher education—previously one of the most visible symbols of American prestige and soft power—has made U.S. colleges and universities </span><span class="notion-default"><a class="notion-link" href="https://www.nytimes.com/2026/04/29/world/europe/france-american-universities-trump-sciences-po.html?smid=nytcore-ios-share" target="_blank" rel="noopener noreferrer">less attractive destinations</a></span><span class="notion-default"> for foreign students. Not only do these actions hit academia’s bottom line (which may be the point), it also means fewer foreign students will be educated in the United States, an experience that usually makes them even more “pro-America” than when they arrived. Put these things together, and you can understand why </span><span class="notion-default"><a class="notion-link" href="https://news.gallup.com/poll/707945/china-edges-past-global-approval-ratings.aspx" target="_blank" rel="noopener noreferrer">China’s image around the world is rising</a></span><span class="notion-default"> while America’s is falling.</span></div></div><div class="notion-spacer"></div><div class="notion-column notion-block-3795e43203c88025b174e3700c0d55ab" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.4375)"><div class="notion-text notion-block-3795e43203c8807381d5e42383c44d2b">崇尚硬实力至上的同时，特朗普政府正在系统性地削弱那些曾经让美国散发光芒的制度和政策。比如，埃隆·马斯克和所谓 DOGE 部突然解散美国国际开发署（USAID），不仅让全球<a class="notion-link" href="https://www.oxfamamerica.org/explore/issues/making-foreign-aid-work/what-do-trumps-proposed-foreign-aid-cuts-mean/" target="_blank" rel="noopener noreferrer">数百万人的生命</a>陷入危机，也让美国看起来十分任性、冷漠、不管不顾。特朗普政府还想关停“美国之音”广播，后来在法院和少有的国会反对中被<a class="notion-link" href="https://apnews.com/article/voice-of-america-trump-f30c48df0c16de622ec5fd99ee6c627c" target="_blank" rel="noopener noreferrer">叫停</a>。国务卿鲁比奥更是带着美国<a class="notion-link" href="https://x.com/SecRubio/status/2009059107819671646?lang=en" target="_blank" rel="noopener noreferrer">退出了 60 多个国际组织</a>，留着<a class="notion-link" href="https://www.cjfp.org/americas-empty-chairs-how-unfilled-ambassadorships-threaten-u-s-global-leadership/" target="_blank" rel="noopener noreferrer">几十个外交职位长期空缺</a>，在<a class="notion-link" href="https://www.pbs.org/newshour/world/g20-summit-in-south-africa-ends-with-glaring-u-s-absence-after-trumps-boycott" target="_blank" rel="noopener noreferrer">关键国际峰会</a>上干脆缺席。与此同时，移民与海关执法局（ICE）的暴力搜查、对无辜抗议者血腥杀戮，把美国阴暗的一面暴露给了全世界；特朗普政府还对高等教育持续打压，美国高校曾是美国威望与软实力最醒目的招牌，现在美国高校对留学生而言变得<a class="notion-link" href="https://www.nytimes.com/2026/04/29/world/europe/france-american-universities-trump-sciences-po.html?smid=nytcore-ios-share" target="_blank" rel="noopener noreferrer">不再那么</a>令人向往。这些做法不仅会减少教育界的收入盈利（也许这就是他们的目的），更意味着未来在美国接受教育的留学生会减少；而留美经历本来能让他们更“亲美”。把以上的做法放在一起看，就不难理解：为什么<a class="notion-link" href="https://news.gallup.com/poll/707945/china-edges-past-global-approval-ratings.aspx" target="_blank" rel="noopener noreferrer">中国在全球的形象在改善上升</a>，而美国的形象却在恶化。</div></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3795e43203c88087a94dcbac7ebfd7af"><div class="notion-column notion-block-3795e43203c880aab6c9dde4894767dd" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><div class="notion-text notion-block-3795e43203c8804e9954e0691fda5122"><span class="notion-default">I’m hardly the first person to notice the administration’s </span><span class="notion-default"><a class="notion-link" href="https://www.ft.com/content/63df699a-efdb-4613-b070-80a763ec024e" target="_blank" rel="noopener noreferrer">systemic assault</a></span><span class="notion-default"> on America’s soft-power advantage; what’s puzzling is why administration officials don’t recognize what’s happening. Do they not understand that over-reliance on hard power—and treating the use of military force to hurt other countries not as a rare and regrettable necessity but as an act to be celebrated—is going to make other countries less willing to work with an erratic, vengeful, and potentially threatening America? Haven’t they ever heard the old adage that “you can catch more flies with honey than with vinegar”?</span></div></div><div class="notion-spacer"></div><div class="notion-column notion-block-3795e43203c880d29f2df81f21055cc6" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.4375)"><div class="notion-text notion-block-3795e43203c880a29775db8f2426a7c2">特朗普政府对美国软实力优势的<a class="notion-link" href="https://www.ft.com/content/63df699a-efdb-4613-b070-80a763ec024e" target="_blank" rel="noopener noreferrer">系统性打击</a>，当然不是我才发现的。之所以让人费解，是想不通为什么美国官员意识不到自己在做什么。他们难道不明白吗？动用武力伤害他国不是什么“值得庆祝的壮举”，而应该是“迫不得已、退无可退的最后手段”。一味依赖硬实力，只会让美国成为反复无常、睚眦必报、咄咄逼人的美国，别的国家不会乐意与这样的美国合作。他们难道没听过那句老话吗？<b>“招蜂引蝶，得用蜂蜜，别用大便”。</b></div></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3795e43203c880ebb211f5f5ef0327f3"><div class="notion-column notion-block-3795e43203c880fca8daf0e2f8afc02f" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><div class="notion-text notion-block-3795e43203c88038875eea0279ed2548"><span class="notion-default">Here’s what I think is going on.</span></div></div><div class="notion-spacer"></div><div class="notion-column notion-block-3795e43203c880cab5abd34bd4b8a70f" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.43749999999999994)"><div class="notion-text notion-block-3795e43203c880038958e933f753b324">我觉得事实真相大概是这样。</div></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3795e43203c88082ba43ca3b10086440"><div class="notion-column notion-block-3795e43203c880d7ae50e36633bd5678" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><div class="notion-text notion-block-3795e43203c880469a56ece6196afa1c"><span class="notion-default">First, from the president on down, the administration’s weltanschauung divides the world into the strong (“winners”) and the weak (“losers”) and views any sort of compromise with weaker parties as a failure. Hence the tendency to preen and posture and adopt a take-no-prisoners attitude toward even the mildest criticism or opposition, not to mention the mindless attacks on staunchly pro-American countries such as Canada or Denmark. Defense Secretary Pete Hegseth’s macho muscle-flexing about the “warrior ethos” and the joys of “lethality,” and White House advisor Stephen Miller’s </span><span class="notion-default"><a class="notion-link" href="https://www.cnn.com/2026/01/06/politics/trump-greenland-venezuela-colombia-miller-analysis#:~:text=Since%20the%20Venezuela%20raid%2C%20Trump,JD%20Vance%20visited%20last%20year." target="_blank" rel="noopener noreferrer">declaration</a></span><span class="notion-default"> that the “iron laws” of history justified dominance by the strong, are perhaps the most obvious examples of this perspective, but they are hardly alone in believing that powerful actors can just tell others what to do and expect them to comply. Remember: They were appointed by a president who </span><span class="notion-default"><a class="notion-link" href="https://en.wikipedia.org/wiki/Donald_Trump_Access_Hollywood_tape" target="_blank" rel="noopener noreferrer">bragged</a></span><span class="notion-default"> that being a star made it OK to molest women. In this (im)moral universe, rules are for other people.</span></div></div><div class="notion-spacer"></div><div class="notion-column notion-block-3795e43203c8809e8d42c995ef177e62" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.43749999999999994)"><div class="notion-text notion-block-3795e43203c880f483d2c4ec14d3edbe">从总统到基层，特朗普班子的世界观大致就是把世界一刀切成两类：强者是“赢家”，弱者是“输家”，而跟弱者做任何妥协，都等于认输。于是，他们摆谱、作势，对哪怕最温和的批评和反对都摆出“绝不留情”“赶尽杀绝”的姿态，就算对加拿大、丹麦这类一向亲美的国家，也照样不管不顾、不留情面。显而易见的例子有很多，比如：美国国防部长赫格塞思标榜“硬汉”气概，动不动就吹捧“勇武精神”，陶醉于“致命杀伤”的快感；白宫顾问米勒则<a class="notion-link" href="https://www.cnn.com/2026/01/06/politics/trump-greenland-venezuela-colombia-miller-analysis#:~:text=Since%20the%20Venezuela%20raid%2C%20Trump,JD%20Vance%20visited%20last%20year." target="_blank" rel="noopener noreferrer">宣称</a>历史自有“铁律”，强者就该支配弱者。除了他们两个，特朗普政府里还有很多人相信“谁的拳头大，就该听谁的”，毕竟是同一位总统任命的官员。特朗普还<a class="notion-link" href="https://en.wikipedia.org/wiki/Donald_Trump_Access_Hollywood_tape" target="_blank" rel="noopener noreferrer">吹嘘</a>说，既然是明星，猥亵女性又有什么关系。在这样的（不）道德观里，规则永远是用来约束别人的。</div></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3795e43203c880c9b1e1d2f9dd5db7f5"><div class="notion-column notion-block-3795e43203c880be9770c3513a6b13c0" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><div class="notion-text notion-block-3795e43203c880d7b160ea4251ded559"><span class="notion-default">Second, although Trump and his followers claim to be intensely patriotic, they don’t seem to like the country they are trying to lead. Consider the MAGA slogan: If you believe it’s necessary to make America great again, you must not think it’s great today. For all their symbolic flag waving, it’s remarkable how few things Trump and his minions like or admire about this country. They don’t like most of the media; they despise most popular entertainers; they loathe Democrats (who are a larger share of the population than Republicans); they don’t like checks and balances or the rule of law; they are suspicious of citizens who weren’t born here (</span><span class="notion-default"><a class="notion-link" href="https://www.aclu.org/news/immigrants-rights/trumps-birthright-citizenship-executive-order-what-happens-next" target="_blank" rel="noopener noreferrer">along with some who were</a></span><span class="notion-default">); they have little respect for science and think universities are the enemy; and they remain convinced that a shadowy “deep state” still infects the military, the diplomatic corps, and a lot of government agencies. Trump doesn’t even like the White House and wants to remake it into a gaudy imperial monument. Because they believe America is in terrible shape, they may find it hard to imagine that the country’s enduring features might be attractive to others.</span></div></div><div class="notion-spacer"></div><div class="notion-column notion-block-3795e43203c880c3a19edffcd8bd4dee" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.4375)"><div class="notion-text notion-block-3795e43203c880b9867ad5fd32b86636">其次，虽然特朗普和他的追随者嘴上说自己“爱国爱得不行”，可显而易见，他们并不喜欢自己正在治理的这个国家。想想 MAGA 那句口号：如果你觉得美国需要“再次伟大”，那就说明在你眼里，美国并不伟大。虽然旗子挥得震天响，但特朗普和他的党羽对这个国家几乎没多少发自肺腑的欣赏，这十分耐人寻味。他们厌恶大多数美国媒体；瞧不起大部分美国流行艺人；痛恨民主党人（可民主党人在美国人口中占比超过共和党）；不喜欢美国的权力制衡机制，也不喜欢法治；对非本土出生的美国公民疑神疑鬼（<a class="notion-link" href="https://www.aclu.org/news/immigrants-rights/trumps-birthright-citizenship-executive-order-what-happens-next" target="_blank" rel="noopener noreferrer">连一些在美国出生的也不放过</a>）；不尊重科学，觉得高校是敌人；还坚信有个躲在幕后的“深层政府”，在军队、外交系统和政府机构里作祟。特朗普甚至连白宫都不喜欢，想把它改造成俗艳的帝王纪念碑。因为他们深信，现在的美国已经烂得不成样子，所以他们无法理解，美国悠久的优秀品质，对其他人有什么吸引力。</div></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3795e43203c8806fb2c6c7dda7c041e8"><div class="notion-column notion-block-3795e43203c880faa5d2d72a3ad168ef" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><div class="notion-text notion-block-3795e43203c880a7b268ec646fa6222f"><span class="notion-default">Third, Trump and his followers like quick fixes that they can portray as real achievements (e.g., the administration’s </span><span class="notion-default"><a class="notion-link" href="https://foreignpolicy.com/2025/12/22/trump-peace-deals-ceasefire-gaza-ukraine-congo-fake/" target="_blank" rel="noopener noreferrer">bogus peace agreements</a></span><span class="notion-default">, interim trade deals, etc.) while eschewing patient, long-term efforts to win support overseas. Trump and company are more interested in cutting deals with other leaders than in nurturing positive ties between peoples, where the benefits accrue gradually and may not be fully realized until after they’ve left office. Who cares about winning over the next generation of foreign students when you will be out of office after 2028?</span></div></div><div class="notion-spacer"></div><div class="notion-column notion-block-3795e43203c8806e9da2d9554e07a753" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.4375)"><div class="notion-text notion-block-3795e43203c880d28d47ed3136a244a4">第三，特朗普和他的追随者对速胜非常迷恋，而且最好是能包装成真实功绩，给他们吹嘘炫耀的速胜（比如特朗普政府的<a class="notion-link" href="https://foreignpolicy.com/2025/12/22/trump-peace-deals-ceasefire-gaza-ukraine-congo-fake/" target="_blank" rel="noopener noreferrer">假和平协议</a>、临时贸易协议之类）。但是，他们不愿意做哪些需要长期投入、耐心赢得海外支持的工作。特朗普和他的帮众，热衷于与他国领导人“达成交易”，而不是经营两国人民之间更积极、更牢固的联系。毕竟，后者的收益要一点点累积，往往要等特朗普下台以后才能显现。反正 2028 年，他就走人了，他才不在乎能不能“争取”到下一代留学生来美国呢。</div></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3795e43203c880f79c4ac46dd69c42ce"><div class="notion-column notion-block-3795e43203c88023a979c3ca65925189" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><div class="notion-text notion-block-3795e43203c880d2860cd74556fbe84d"><span class="notion-default">If this was your world view, then you would also discount the importance of soft power and lean on hard power instead. But Americans should know better. Some of the greatest successes in U.S. foreign-policy history came from working constructively and generously with others—including some former adversaries—and by working to correct some of the less savory aspects of our own society in order to </span><span class="notion-default"><a class="notion-link" href="https://www.amazon.com/Cold-War-Civil-Rights-Democracy/dp/0691095132" target="_blank" rel="noopener noreferrer">burnish our global image</a></span><span class="notion-default">. Examples include the Marshall Plan, NATO, the Civil Rights Movement, the measured promotion of trade liberalization, and the hard-nosed but ultimately peaceful negotiations that ended the Cold War and reunified Germany. By contrast, some of America’s biggest foreign-policy failures (e.g., Vietnam, the forever wars in Iraq and Afghanistan, the ouster of Muammar al-Qaddafi in Libya, or the current debacle in Iran) came from thinking that sufficient hard power would guarantee success.</span></div></div><div class="notion-spacer"></div><div class="notion-column notion-block-3795e43203c880fdac29e49675a5fc71" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.43750000000000006)"><div class="notion-text notion-block-3795e43203c880abb7b1f74a71298833">如果认同这种世界观，那自然不会把软实力放在眼里，而会把重心放在硬实力上。但美国人不该这么肤浅：美国外交史上最成功的时刻，一是因为美国与他国开展了建设性、利他性地合作，有时候对方还是曾经的对手，也因为美国能直面和改善国内社会的阴暗和落后，<a class="notion-link" href="https://www.amazon.com/Cold-War-Civil-Rights-Democracy/dp/0691095132" target="_blank" rel="noopener noreferrer">让美国在世界面前树立起良好形象</a>。比如马歇尔计划、北约、民权运动、稳健推进贸易自由化，还坚强地和平终结冷战和实现德国统一，都还历历在目。反过来，美国最惨痛的外交失败，几乎都源于同一种误判：以为只要硬实力够强，就一定能赢，比如越战，在伊拉克和阿富汗陷入的“无尽战争”，在利比亚推翻卡扎菲政府，以及如今在伊朗的烂摊子。</div></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3795e43203c880c7b17febf9ef5477bb"><div class="notion-column notion-block-3795e43203c88097acb1d782745d5127" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><div class="notion-text notion-block-3795e43203c8809296afc36e0d5e72b8">The United States still has many appealing qualities, and foreign governments and citizens have been able to distinguish between America as a country and an ideal and the actions of its worst leaders. But if American political life continues to become coarser and more corrupt, and its hard power is repeatedly misused while its soft power atrophies, keeping those two things separate is going to be a lot more difficult.</div></div><div class="notion-spacer"></div><div class="notion-column notion-block-3795e43203c880ecb7c5c12d46a6ff1b" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.43749999999999994)"><div class="notion-text notion-block-3795e43203c8805886c1f6c4e89e0002">如今的美国，依然有不少让人向往的地方。外国政府和老百姓还是分得清，不会认为美国最差领导人的决策和行动能代表“美国”这个国家和美国所倡导的理念。但是，如果美国的政治生态继续恶化腐败；如果硬实力一次次被滥用、而软实力日渐萎缩，那么，要把这两件事区分开来，就会越来越难。</div></div><div class="notion-spacer"></div></div><div class="notion-callout notion-gray_background_co notion-block-37a5e43203c8805ebb67c346798b5c1d"><div class="notion-page-icon-inline notion-page-icon-span"><span class="notion-page-icon" role="img" aria-label="💡">💡</span></div><div class="notion-callout-text"><h3 class="notion-h notion-h2 notion-block-37a5e43203c88039805be4db0b06f0a7" data-id="37a5e43203c88039805be4db0b06f0a7"><span><div id="37a5e43203c88039805be4db0b06f0a7" class="notion-header-anchor"></div><a class="notion-hash-link" href="#37a5e43203c88039805be4db0b06f0a7" title="版权声明"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">版权声明</span></span></h3><div class="notion-text notion-block-37a5e43203c8802da8b3c5b8f1c96ef3"><b>英文原文来源：Foreign Policy</b></div><div class="notion-text notion-block-37a5e43203c880c1bbced3c208be9e83"><a class="notion-link" href="https://foreignpolicy.com/2026/05/04/trump-soft-power-usa/" target="_blank" rel="noopener noreferrer">https://foreignpolicy.com/2026/05/04/trump-soft-power-usa/</a></div><div class="notion-text notion-block-37a5e43203c88020a9a7e7f37d1a13cd"><b>原文发表日期：</b>2026年5月4日</div><div class="notion-text notion-block-37a5e43203c8809ea7cef68f92f2ef68"><b>中文翻译：</b>Zed，萬事如譯</div><div class="notion-text notion-block-37a5e43203c880229913e8775890f3cb"><b>授权转载：</b>本译文已授权“牛油果英语”全文转载。</div><div class="notion-text notion-block-37a5e43203c88046a781d429ac573b36"><b>转载说明：</b>如需转载或节选本译文，请注明出处及译者信息。</div></div></div></main></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[【中英对照】达利欧：烽火连天，现在就是世界大战，短期内没有终局]]></title>
            <link>https://musingpages.com/translation/2026/04/30/global-war-2026-dalio-analysis</link>
            <guid>https://musingpages.com/translation/2026/04/30/global-war-2026-dalio-analysis</guid>
            <pubDate>Thu, 30 Apr 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[本文认为当前世界正处于一场不会在短期内结束的全球战争阶段，多个地区冲突交织且互为影响，主要大国间的联盟与对抗决定局势走向；作者通过历史类比和大周期理论指出，政治、经济、技术等五大力量正推动世界秩序向更不稳定的多战区冲突演进，并预警未来五年内多场战争的发生概率显著提升。]]></description>
            <content:encoded><![CDATA[<div id="notion-article" class="mx-auto overflow-hidden "><main class="notion light-mode notion-page notion-block-3525e43203c8805bb14ae1d28625eac0"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><div class="notion-blank notion-block-3525e43203c8801581abd514a2b59280"> </div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-3525e43203c880d5808cd2795d345445"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column"><img style="object-fit:cover" src="https://img.musingpages.com/media/2026/04/30/712087539fec73cc24713ce9172b245d-1775569614122-3b2832.png?spaceId=52c7ef47-6104-4d84-bd6e-f38d5e305987&amp;t=3525e432-03c8-80d5-808c-d2795d345445" alt="notion image" loading="lazy" decoding="async"/></div></figure><div class="notion-row notion-block-3525e43203c88086879ae17e37d39ed8"><div class="notion-column notion-block-3525e43203c8800b8460f273e5bcfd59" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-3525e43203c880d48fd2f600a53a9ec8" data-id="3525e43203c880d48fd2f600a53a9ec8"><span><div id="3525e43203c880d48fd2f600a53a9ec8" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3525e43203c880d48fd2f600a53a9ec8" title="The Big Thing: We Are In A World War That Isn’t Going To End Anytime Soon"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">The Big Thing: We Are In A World War That Isn’t Going To End Anytime Soon</span></span></h2></div><div class="notion-spacer"></div><div class="notion-column notion-block-3525e43203c880aea94dc72f63575c8b" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.4375)"><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-3525e43203c8803ba8c4e7f9c657b6f4" data-id="3525e43203c8803ba8c4e7f9c657b6f4"><span><div id="3525e43203c8803ba8c4e7f9c657b6f4" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3525e43203c8803ba8c4e7f9c657b6f4" title="烽火连天：现在就是世界大战，短期内没有终局"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">烽火连天：现在就是世界大战，短期内没有终局</span></span></h2></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3525e43203c8801085afedd217698e72"><div class="notion-column notion-block-3525e43203c88011beb1cb550a521c9a" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><div class="notion-text notion-block-3525e43203c880e688eadd89bbe2fec6"><span class="notion-default">I will start off by wishing you well in these challenging times and by saying that the picture I paint in the following observations is not the picture I wish to be true; it is the picture that I believe to be true based on what I have learned and what the indicators that I use to objectively see things now suggest is true.</span></div></div><div class="notion-spacer"></div><div class="notion-column notion-block-3525e43203c8808d91ececb905bd6857" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.4375)"><div class="notion-text notion-block-3525e43203c8809cba00e0c8926d7248">首先，我想祝各位在这荆棘密布的日子里一切安好。同时，也想说明一下：本文描绘的情景和所做的预测，并不是我希望它们成为现实；这只是我基于所学所见，使用客观指标分析现实得出的结论，而我认为它很真切。</div></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3525e43203c8802aafb5e26d14103ac9"><div class="notion-column notion-block-3525e43203c8804c9878c99137fd7d5d" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><div class="notion-text notion-block-3525e43203c8804ab1eeeead53d8dd0b"><b>As a global macro investor for over 50 years who has needed to study all things that affected markets over the last 500 years to know how to deal with what’s coming at me, it appears to me that most people tend to focus on and react to the attention-grabbing things that are going on at the time—like what is going on with Iran now—and miss the much bigger, more important, and longer-term-evolving things that are driving what is going on and what is likely to happen. For today, that is most importantly that the US-Israel-Iran war is just part of a world war that we are in and that isn’t going to end anytime soon.</b></div></div><div class="notion-spacer"></div><div class="notion-column notion-block-3525e43203c880e4affbf7110a2b4b20" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.43749999999999994)"><div class="notion-text notion-block-3525e43203c880b88034ecdd843b6da1"><b>我做了 50 多年的全球宏观投资，为了应对扑面而来的各种变化，我需要透彻地研究 500 年来影响市场的所有因素。以我的观察，大多数人往往只盯着当下最抓眼球的热点大事件（比如现在的美以伊战争），就做出反应和决策，却常常错过那些更大、更关键、而且在更长时间尺度上持续发酵的因素。可是，正是这些因素，决定了正在发生的事，以及接下来将会发生什么。就今天而言，最重要、最需要明白的是，我们已经身处一场世界大战之中，而且短期内看不到终局，美以伊战争只是冰山一角。</b></div></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3525e43203c88014b840cffe125571ea"><div class="notion-column notion-block-3525e43203c880a498bec545d0d5cc5c" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><div class="notion-text notion-block-3525e43203c880d08714ea1354499deb">Certainly, what will happen with the Strait of Hormuz (most significantly, whether control of passage through it will be taken away from Iran and which countries are willing to spend how much blood and treasure to make that happen) will have many enormous repercussions all around the world. There are also the issues of whether Iran will still have a capacity to inflict harm on its neighbors with missiles and the threat of nuclear weapons, of how many troops the US is sending and what they will do, of the cost of gasoline, and of the upcoming US midterm elections.</div></div><div class="notion-spacer"></div><div class="notion-column notion-block-3525e43203c88034b9edd06ca85f4cea" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.4375)"><div class="notion-text notion-block-3525e43203c880cf844bda9940dd44c6">当然，霍尔木兹海峡究竟鹿死谁手，会在全球范围内引发巨大的连锁反应（尤其是，伊朗会不会丧失对航道通行的控制权，以及哪些国家愿意为夺取控制权牺牲生命、付出代价）。除此之外，还有一系列同样棘手的问题：伊朗是否仍有能力使用导弹（以及核威胁）伤害周边地区；美国到底会派出多少兵力、执行什么任务；油价会飙到多少；以及美国即将到来的中期选举会如何改写局势。</div></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3525e43203c880bba8b2de125f4f035a"><div class="notion-column notion-block-3525e43203c880838fdbc1579ad1d7d3" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><div class="notion-text notion-block-3525e43203c8805d8c59dee0efc6b7e4"><span class="notion-default">All these near-term issues are important, but they lead people to miss the really big, even more important things. More specifically, because most people tend to have this short-term perspective, they now expect, and the markets are pricing in, that this war won’t last long and that when it ends we will get back to “normal.” Virtually nobody is talking about the fact that we are in the early stages of a world war that isn’t going to end anytime soon. Because I have this different perspective, I will now explain it.</span></div></div><div class="notion-spacer"></div><div class="notion-column notion-block-3525e43203c8802d990cd453dae963ed" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.4375)"><div class="notion-text notion-block-3525e43203c880e4b3e1ed32c0366351">这些短期的变量当然很重要，但也很容易把人的关注点带偏，让大家错过更大、更关键的变量。具体来说，因为大多数人习惯用短期视角看问题，所以现在普遍的预期是这场战争不会打太久，而且一旦结束，一切就会回归“正常”。市场也是根据这种预期交易的。几乎没人认为我们其实正处在一场世界大战的早期阶段，短期内根本看不到终局。既然我的角度不同，那么接下来我讲一讲我的理由。</div></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3525e43203c880eb830bdfc14ae1c752"><div class="notion-column notion-block-3525e43203c88037a0cfe2b25c999f50" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><div class="notion-text notion-block-3525e43203c880598320db81ef1f88ab"><span class="notion-default">Here are the really big things going on that I think we need to pay attention to:</span></div></div><div class="notion-spacer"></div><div class="notion-column notion-block-3525e43203c88083aaa9dfa938356371" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.4375)"><div class="notion-text notion-block-3525e43203c8800585a3dfac0e2b20ce">我认为，眼下真正值得关注的是这些大事件：</div></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3525e43203c880b6b692c1b700b7af28"><div class="notion-column notion-block-3525e43203c8807d8ae0ed6418bb6895" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-3525e43203c8809a8180f094f86f3886" data-id="3525e43203c8809a8180f094f86f3886"><span><div id="3525e43203c8809a8180f094f86f3886" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3525e43203c8809a8180f094f86f3886" title="1. We are now in a world war that isn’t going to end anytime soon."><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><span class="notion-default"><b>1.</b></span><span class="notion-default"> </span><span class="notion-default"><b>We are now in a world war that isn’t going to end anytime soon.</b></span></span></span></h3></div><div class="notion-spacer"></div><div class="notion-column notion-block-3525e43203c8803e987ac82414f731da" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.4375)"><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-3525e43203c880ff9919eaa2ea6f4140" data-id="3525e43203c880ff9919eaa2ea6f4140"><span><div id="3525e43203c880ff9919eaa2ea6f4140" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3525e43203c880ff9919eaa2ea6f4140" title="1. 我们已经身处世界大战之中，而且短期内看不到终局。"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><b>1.</b> <b>我们已经身处世界大战之中，而且短期内看不到终局。</b></span></span></h3></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3525e43203c880ca8957fc74769ba425"><div class="notion-column notion-block-3525e43203c880a5b4b0f6d89921e087" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><div class="notion-text notion-block-3525e43203c88014b6dbf24b16c4494d">While this sounds like hyperbole, it is indisputable that we are now in an interconnected world that has a number of shooting wars going on (e.g., the Russia-Ukraine-Europe-US war; the Israel-Gaza-Lebanon-Syria war; the Yemen-Sudan-Saudi Arabia-UAE war that also involves Kuwait, Egypt, Jordan, and other related countries; and the US-Israel-GCC-Iran war). Most of these wars involve major nuclear powers, and there are also significant non-shooting wars (i.e., trade, economic, capital, technology, and geopolitical influence wars) that most countries are in.</div></div><div class="notion-spacer"></div><div class="notion-column notion-block-3525e43203c880a394d6e5c8d33473ee" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.4375)"><div class="notion-text notion-block-3525e43203c880659aa8ef34cb15644d">虽然听上去像夸大其词，但有一点无可争辩：现在的世界是高度互联的世界，同时进行着多场“真刀真枪”的战争（比如俄乌欧美之战；以色列—加沙—黎巴嫩—叙利亚之战；也门—苏丹—沙特—阿联酋之战，还牵连到科威特、埃及、约旦等更多国家；以及美以伊海合会之战）（译注）。大多数冲突都有重要核大国参与。与此同时，还有几场“非热战”在进行，同样不可忽视，也就是贸易战、经济战、资本战、科技战，以及地缘政治战，几乎每个国家都已卷入其中。</div><div class="notion-text notion-gray notion-block-3525e43203c88043ab6de55c3aace57e">译注：海合会（GCC，海湾阿拉伯国家合作委员会）由沙特、阿联酋、科威特、卡塔尔、巴林、阿曼成立的地区组织，主要在安全防务、经济一体化与政策协调（尤其能源与地区外交）方面开展合作。</div></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3525e43203c8800884ccfff07bf0ca7e"><div class="notion-column notion-block-3525e43203c880b08c33e6838680a68c" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><div class="notion-text notion-block-3525e43203c88065a583fa95113fca6f">Together, these conflicts make up a very classic world war that is analogous to past “world wars.” For example, past “world wars” consisted of interrelated wars that were generally slipped into without any clear start dates or declarations of war. Those past wars combined into a classic world war dynamic that affected them all, as is happening with the current wars. I described that war dynamic in detail in <a class="notion-link" href="https://www.linkedin.com/pulse/its-official-world-order-has-broken-down-ray-dalio-cuofe/" target="_blank" rel="noopener noreferrer">Chapter 6, “The Big Cycle of External Order and Disorder,”</a> of my book <em><a class="notion-link" href="https://www.amazon.com/Changing-World-Order-Nations-Succeed/dp/1982160276" target="_blank" rel="noopener noreferrer">Principles for Dealing with the Changing World Order</a></em><em>,</em> which I published about five years ago, so it’s there if you want a more comprehensive description. That chapter covers the arc of what we are seeing happen and what is likely to happen.</div></div><div class="notion-spacer"></div><div class="notion-column notion-block-3525e43203c8806d9135fc41180f98d7" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.4375)"><div class="notion-text notion-block-3525e43203c880cf8038e071afbaf3a4">这些冲突叠加在一起，构成了非常典型的“世界大战”，形态和历史上的两次“世界大战”高度相似。比如，前两次“世界大战”也是由一系列彼此牵连的战争拼接而成，找不到明确的开战日期，也没有正式的宣战，不知不觉就陷入了战争。多场战争相互牵动，形成一套典型的世界大战机制，又影响着每一场战争。这与当下正在发生的战争，是同样的逻辑。五年前，我出版了《原则：应对变化中的世界秩序》，其中<a class="notion-link" href="https://www.musingpages.com/politics/2026/03/22/world-order-collapse-dalio" target="_blank" rel="noopener noreferrer">第6章“外部秩序与混乱大周期”</a> ，系统地拆解了“世界大战的机制”；如果你想完整地了解我们正在经历的历史规律，以及接下来会如何演进，可以直接去读<a class="notion-link" href="https://www.musingpages.com/politics/2026/03/22/world-order-collapse-dalio" target="_blank" rel="noopener noreferrer">那一章</a>。</div></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3525e43203c880dab586cab31a77fbb0"><div class="notion-column notion-block-3525e43203c880ef97e1dc31e01104a7" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-3525e43203c8803186d1f6bd8db95d8c" data-id="3525e43203c8803186d1f6bd8db95d8c"><span><div id="3525e43203c8803186d1f6bd8db95d8c" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3525e43203c8803186d1f6bd8db95d8c" title="2. Understanding how the sides are lining up and what their relationships are is very important."><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><span class="notion-default"><b>2.</b></span><span class="notion-default"> </span><span class="notion-default"><b>Understanding how the sides are lining up and what their relationships are is very important.</b></span></span></span></h3></div><div class="notion-spacer"></div><div class="notion-column notion-block-3525e43203c8805a806bf24dec7fbd54" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.4375)"><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-3525e43203c880c2b1ddefb91da7852f" data-id="3525e43203c880c2b1ddefb91da7852f"><span><div id="3525e43203c880c2b1ddefb91da7852f" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3525e43203c880c2b1ddefb91da7852f" title="2. 看清各方如何站队、彼此是什么关系，这一点非常关键。"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><b>2.</b> <b>看清各方如何站队、彼此是什么关系，这一点非常关键。</b></span></span></h3></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3525e43203c88017ad1fdac4609f3813"><div class="notion-column notion-block-3525e43203c880b1a65df8996577dd2e" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><div class="notion-text notion-block-3525e43203c8808e8059fdac85bc22b8">It is quite easy to see objectively how the sides are lining up via indicators such as their treaties and formal alliances, their votes at the United Nations, their leaders’ statements, and their actions. For example, <b>one can see how China is aligned with Russia and Russia is aligned with Iran, North Korea, and Cuba, and how that group is largely opposed to the United States, Ukraine (which is aligned with most European countries), Israel, the GCC states, Japan, and Australia.</b></div></div><div class="notion-spacer"></div><div class="notion-column notion-block-3525e43203c880e1be02d4bebc38ad8c" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.43750000000000006)"><div class="notion-text notion-block-3525e43203c880288372d01f2a9d7dc8">要客观地理清各方如何站队，其实不难：只需要看看它们签了什么条约、结成了哪些同盟，在联合国怎么投票，领导人怎么表态，以及现实里采取了什么行动。比如，<b>我们可以清楚地看到：中国和俄罗斯走得很近，而俄罗斯又与伊朗、朝鲜、古巴彼此呼应；这一组力量，与美国、乌克兰（以及与乌结盟的大多数欧盟国家）、以色列、海合会国家、日本和澳大利亚对立。</b></div></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3525e43203c880f98e64f285b231f27f"><div class="notion-column notion-block-3525e43203c880bb97a5c0567230472f" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><div class="notion-text notion-block-3525e43203c88082b2f9d1c4a9d96049">These alliances matter a lot in imagining how things will go for the relevant players, so they need to be considered when observing what’s going on and what’s likely to happen. For example, we see this reflected in China’s and Russia’s actions at the UN on Iran needing to open the Strait of Hormuz. Similarly, as another example, while it’s said that China is particularly harmed by the closing of the Strait of Hormuz, that is wrong because China’s mutually supportive relationship with Iran will probably allow oil going to China to get through, and China’s relationship with Russia will ensure that China will get oil from Russia. China also has a lot of other energy (coal and solar) and a huge inventory of oil (about 90-120 days’ usage). Also noteworthy is that China consumes 80-90% of Iran’s oil output, which adds to the power of its relationship with Iran. All things considered, it appears that China and Russia are the relative economic and geopolitical winners from this war. As for the oil/energy economics, the United States is relatively advantaged, as it is in the enviable position of being an energy exporter.</div></div><div class="notion-spacer"></div><div class="notion-column notion-block-3525e43203c880fcad9ae6fc672735ed" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.4375)"><div class="notion-text notion-block-3525e43203c88072b1d1e7bad6465e15">对于各方接下来的走向、会走到哪一步，联盟关系的影响极大，所以在判断现状以及预判后续发展时，必须把它们纳入考量。比如，在“要求伊朗开放霍尔木兹海峡”的联合国决议投票中，中俄的投票显示出两国具有共同立场，是中俄友好关系的表现（译注）。有一个流行的说法，认为“中国会因霍尔木兹海峡关闭而遭受严重伤害”，但这其实是错的。因为中国与伊朗之间的关系，很可能会让输往中国的石油得以继续通过；同时，中国与俄罗斯的关系，也能确保中国能从俄罗斯获得石油供应。更何况，中国还有大量其他能源来源（比如煤炭与太阳能），并且拥有规模巨大的战略石油储备（大约可支撑 90–120 天的用量）。中国消耗了伊朗石油产出的 80–90%，这也进一步增强了中伊关系。综合来看，我认为，在这场战争中，中国和俄罗斯都是经济与地缘政治上的赢家。至于油气与能源的经济收益，美国反而相对占优，因为美国是能源出口国。</div><div class="notion-text notion-block-3525e43203c88087afcaf4253a1585a4"><span class="notion-gray">译注：2026年4月，巴林牵头、美国和部分海湾阿拉伯国家推动安理会决议草案表决，把伊朗在霍尔木兹海峡的做法定性为“对国际和平与安全的威胁”，并提出授权有关国家采取“防御性行动”，包括为商船护航乃至扩大在波斯湾的军事存在，实质是在向伊朗军事施压，并为可能的武装行动铺路。中俄作为常任理事国投了反对票。随后，中俄提出替代性决议草案，指出霍尔木兹海峡通航受阻的根本原因是美国和以色列对伊朗发动的非法军事行动，如果通过对伊朗强硬施压的草案，将向外界发出非常错误的信号，以后任何国家都可以借口“确保航行自由”在别国周边水域动用武力、扩大军事存在；一方面呼吁美国和以色列立即停止对伊朗的非法战争行为，另一方面也呼吁伊朗停止攻击海湾国家相关设施，尽快恢复霍尔木兹海峡的正常通航。</span></div></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3525e43203c88020af75c20eebecd984"><div class="notion-column notion-block-3525e43203c880e68342d2731c48dd79" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><div class="notion-text notion-block-3525e43203c88070ad08d531d4efdf5c"><span class="notion-default">There are lots of ways of measuring these alliances, including UN voting records, economic ties, and major treaties. They all line up as I described. (If you’re interested in reviewing the major treaties, which are broadly indicative of the relationships, you can find them in Appendix 1. Likewise, if you’re interested in seeing the major existing and potential wars and what my indicators say about the odds of them happening and/or escalating during the next five years, you can find them in Appendix 2.)</span></div></div><div class="notion-spacer"></div><div class="notion-column notion-block-3525e43203c880488d90f6ac45dff651" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.4375)"><div class="notion-text notion-block-3525e43203c8804e8b92f8880d56fe0a">辨别联盟关系的方法有很多，比如联合国投票、经贸往来、以及各类重大条约；现在呈现出来的阵营格局符合我上文的阐述。（如果你想了解重要盟约，可以看附录 1，它们大体能反映各方关系的亲疏；同样，如果你想了解已经发生和可能爆发的战争和冲突，以及我的指标对未来五年爆发战争和升级冲突的概率预测，可以参考附录 2。）</div></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3525e43203c8802c87b4e47ce0a3f1b6"><div class="notion-column notion-block-3525e43203c8804fb309ff0726f822c4" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-3525e43203c88062ba41d8720d9d9d2f" data-id="3525e43203c88062ba41d8720d9d9d2f"><span><div id="3525e43203c88062ba41d8720d9d9d2f" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3525e43203c88062ba41d8720d9d9d2f" title="3. Studying analogous historical cases and comparing them with what is now happening, which is rarely done, has been and still is immensely valuable for me, and might be for you."><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><span class="notion-default"><b>3. Studying analogous historical cases and comparing them with what is now happening, which is rarely done, has been and still is immensely valuable for me, and might be for you.</b></span></span></span></h3></div><div class="notion-spacer"></div><div class="notion-column notion-block-3525e43203c880ff8e08e82412e1f6ca" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.43749999999999994)"><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-3525e43203c8808f830ffc0fc8a5697f" data-id="3525e43203c8808f830ffc0fc8a5697f"><span><div id="3525e43203c8808f830ffc0fc8a5697f" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3525e43203c8808f830ffc0fc8a5697f" title="3. 研究历史上类似的事件，并与现在的事件对照分析，对我一直很有用，对你可能同样有用，只是很少有人这么做。"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><b>3. 研究历史上类似的事件，并与现在的事件对照分析，对我一直很有用，对你可能同样有用，只是很少有人这么做。</b></span></span></h3></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3525e43203c880bc9fa2f850a86804de"><div class="notion-column notion-block-3525e43203c880db84b5cf15a343ac1e" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><div class="notion-text notion-block-3525e43203c8805ba922e247bd16d51d">For example, both an examination of several analogous cases in history and logic make it obvious that how the United States (the dominant power of the post-1945 world order) performs in the war with Iran (a middle power), how much money and military equipment it expends and depletes itself of, and how well it defends (or doesn’t defend) its allies will be watched by other nations and will enormously influence how the world order changes. Most importantly, we know that what happens in the US-Israel-(and now)-GCC-countries war with Iran will have huge implications for what other countries (most importantly, those in Asia and Europe) will do, which will have big implications for how the world order will change.</div></div><div class="notion-spacer"></div><div class="notion-column notion-block-3525e43203c8802f9206e0527dc238e9" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.43749999999999994)"><div class="notion-text notion-block-3525e43203c880b19d92e6982f41d7f0">比如，眼下，二战之后世界秩序的霸主美国，对一个区区中等国家伊朗发动战争，别的国家必然会密切关注美国在战场上的表现，看它花多少钱、消耗多少军备、把自己拖到什么程度，以及美国到底能不能保护自己的盟友。只要回看历史上的相似事件，再结合基本逻辑推演，就知道这些因素会深刻影响未来世界秩序会如何重塑。最关键的是，美以（还要加上）海合会国家与伊朗的这场战争走向，会直接改变其他国家的判断与行动，尤其是亚洲与欧洲的国家；而它们的选择，又会反过来进一步改写世界秩序的演变路径。</div></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3525e43203c8805d87c9f71e18fa9d5f"><div class="notion-column notion-block-3525e43203c8803e993ed61cadf7801b" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><div class="notion-text notion-block-3525e43203c8803a9067edb1acd4e37e">These changes will come in ways that have repeatedly happened before. For example, from studying history, it’s easy to identify overextended empires, develop indicators for how overextended they are, and see how they have suffered from being overextended. In looking at what is happening now, it is natural to examine what is happening with the US, which now has 750-800 military bases in 70-80 countries (by the way, China only has 1) and has commitments that create expensive vulnerabilities all over the world. It is also obvious that overextended powers cannot successfully fight wars on two or more fronts, which would lead to doubts about United States’s ability to fight a war on another front (e.g., in Asia and/or in Europe). So this naturally leads me to think about what the current war with Iran means for Asian and European dynamics as well as Middle Eastern dynamics. For example, it would not be surprising to see some problems develop in Asia that would test and reveal the United States’ willingness to rise to the challenge. This would be difficult for it to do because of its extensive preoccupying commitment in the Middle East and the lack of American public support for the Iran war going into the midterm elections, which makes fighting a war on another front implausible.</div></div><div class="notion-spacer"></div><div class="notion-column notion-block-3525e43203c880ddbfb8e8b40fe9b750" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.43749999999999994)"><div class="notion-text notion-block-3525e43203c8808999c3ea0cfd465082">历史上，曾经反复上演过这样的大变局。比如，回看历史，很容易判断哪些帝国“摊子铺得太大”，也可以用指标计算过度扩张的程度，以及为此付出了什么代价。说回当下，这个帝国自然就是美国了。美国在七八十个国家拥有 750–800 个军事基地（相较之下，中国只有 1 个海外军事基地）（译注），为此美国要在世界各地维护安全，不仅代价高昂，还容易顾此失彼、左支右绌。还有一个规律显而易见：过度扩张和透支的霸权，在双线作战或者多线作战中不可能取得胜利。这让人不由得想，美国还有没有能力再开一个新战场，比如在亚洲，或者在欧洲。我也在想：这场对伊战争，对亚洲与欧洲的博弈格局意味着什么，对中东格局又意味着什么。举个例子，如果亚洲接下来发生新的摩擦，逼迫美国抉择能不能和要不要以身入局，也是意料之内。但对美国来说，以身入局、插足亚洲绝不轻松，因为它已经陷入中东的泥沼，难以脱身；再加上中期选举临近，美国国内对伊战争都缺少公众支持，使得美国几乎不可能再开辟新战场。</div><div class="notion-text notion-block-3525e43203c88097ab40ec1fd54e5220"><span class="notion-gray">译注：中国唯一一个海外军事基地，是位于东非国家吉布提的“中国人民解放军驻吉布提保障基地”，以后勤与保障为主，而不是传统意义上的对外作战基地。核心功能包括：为亚丁湾、索马里海域的护航编队提供靠岸补给、休整和维修支持；为中国在非洲地区的维和部队、军事人员提供后勤保障；支持参与人道主义救援、灾害救助、海上搜救等行动；作为撤侨、护侨、紧急救援行动的前沿支点。</span></div></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3525e43203c880e8b6eace9e87430807"><div class="notion-column notion-block-3525e43203c8803b8d2ddcadb4ac5690" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><div class="notion-text notion-block-3525e43203c880c48204eec90673dd53">This dynamic might lead one to expect that other countries watching the dynamic with the US and Iran might change their calculations and behaviors in ways that will reshape the world order. For example, it is logical that leaders of countries with US military bases in them who expect the US to defend them could learn lessons and change behaviors based on how things go for those Middle Eastern countries with US military bases that expect the US to defend them. Similarly, one might conclude that any country that is close to any strait that could be strategically important and/or that has American bases on its territory in a part of the world where there could be a big conflict (such as in Asia, where there could be a conflict between the US and China) will watch and take lessons from what is happening in the Iran war. I assure you that that type of thinking is now happening among world leaders and that what is now happening has happened many times before in similar parts of the Big Cycle. <b>These calculations by world leaders are part of a classic sequence of steps leading to major wars that has repeatedly taken place and is now happening. Looking at today’s events and knowing this classic international world order/conflict cycle, it is apparent to me that we have progressed to Step 9. Does it look that way to you? Here is the classic sequence of steps:</b></div></div><div class="notion-spacer"></div><div class="notion-column notion-block-3525e43203c88009a887d7e7f29c5d5f" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.4375)"><div class="notion-text notion-block-3525e43203c88029a982dd332f0973c4">旁观国家的态度是“我倒要看看美伊战争会打成什么样”，战局会让他们重新盘算，进而调整策略，并进一步改写世界秩序的走向。比如，很明显，那些境内驻扎美军基地、曾经指望美国出兵保护的国家，看着中东那些同样“有美军基地、指望美国兜底”的国家，就会吸取经验教训，然后未雨绸缪。同理，具有重大战略价值海峡附近的国家，或者潜在冲突地区内驻扎美军基地的国家（比如可能爆发中美冲突的亚洲，就有驻扎美军基地的国家），它们也会盯着美伊战争的进展，从中总结教训。我可以肯定地说：此时此刻，世界各国领导人都在做这样的思考。而且，历史上的“大周期”里，类似的事情也曾反复上演。<b>换句话说，这些世界领导人的思考和权衡，本身就是“大战前夕”的经典环节之一，大战前的一系列事件，遵循一套经典的演进步骤，历史上反复发生，如今也正在发生。放在今天，这套国际秩序与冲突的经典周期律，我认为已经推进到了第 9 步。这套经典的演进步骤如下，不知道你是否同意：</b></div></div><div class="notion-spacer"></div></div><div class="notion-blank notion-block-3525e43203c88083baccde59b8d923c4"> </div><div class="notion-row notion-block-3525e43203c880678e40c472e9f0646a"><div class="notion-column notion-block-3525e43203c8808dbec8ff0319919692" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><div class="notion-text notion-block-3525e43203c880b69154c38d47f78453">1.The economic and military strengths of the dominant world power(s) fall relative to those of the rising world power(s), leading them to become roughly comparable powers and to begin challenging each other in economic and military conflicts over their disagreements.</div></div><div class="notion-spacer"></div><div class="notion-column notion-block-3525e43203c880c69ae7da3df047877b" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.43750000000000006)"><div class="notion-text notion-block-3525e43203c8803db0e8f452c8e30e0d">1.既有的世界霸权在经济与军事实力上相对走弱，而崛起中的强国在相对走强。此消彼长之下，双方实力逐渐拉近，开始围绕分歧在经济与军事层面相互试探、彼此对撞。</div></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3525e43203c8803196adc81e52b609c7"><div class="notion-column notion-block-3525e43203c8805e900eccd74faa3124" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><div class="notion-text notion-block-3525e43203c880baacc8dc418590b0a9">2.Big increases in economic wars take the form of economic sanctions and trade blockages.</div></div><div class="notion-spacer"></div><div class="notion-column notion-block-3525e43203c880b48ee7e45882e5b4a0" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.4375)"><div class="notion-text notion-block-3525e43203c880c9b707f6d1115d8d93">2.经济战显著升级，往往表现为经济制裁与贸易封锁。</div></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3525e43203c8800c939ed3a190f3f12e"><div class="notion-column notion-block-3525e43203c8808a8b2ddbaeb0b30c17" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><div class="notion-text notion-block-3525e43203c88055866cc84bc06dd25a">3.Economic, military, and ideological alliances form.</div></div><div class="notion-spacer"></div><div class="notion-column notion-block-3525e43203c8806682d3c4d11bb613b3" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.43750000000000006)"><div class="notion-text notion-block-3525e43203c880b3a66beea5f1877af3">3.经济、军事与意识形态层面的联盟开始成形。</div></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3525e43203c88084bf95e0067a13812a"><div class="notion-column notion-block-3525e43203c8808bb077c4155e0075e0" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><div class="notion-text notion-block-3525e43203c880a4898cdfeefef95364">4.Proxy wars increase.</div></div><div class="notion-spacer"></div><div class="notion-column notion-block-3525e43203c880dd96aac039a6076275" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.43749999999999994)"><div class="notion-text notion-block-3525e43203c880ccb71cd35102e28baf">4.代理人战争越来越多。</div></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3525e43203c880c9a84ee42b44ceb64a"><div class="notion-column notion-block-3525e43203c8801d9345dd514cfad0d0" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><div class="notion-text notion-block-3525e43203c880658664e33239111cc7">5.Financial stress, deficits, and debts increase, especially for the leading powers that are most overextended financially.</div></div><div class="notion-spacer"></div><div class="notion-column notion-block-3525e43203c880f3be61d2378c2c09f5" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.43750000000000006)"><div class="notion-text notion-block-3525e43203c880e58410cf2a5fbba0b1">5.金融压力、财政赤字与债务负担不断加剧，尤其是财政上透支最严重的头部强国。</div></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3525e43203c88033ba34ecb5054047cd"><div class="notion-column notion-block-3525e43203c880e99102da9438d90c19" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><div class="notion-text notion-block-3525e43203c88014815cd00755e823d1">6.Critical industries and supply chains are increasingly controlled by governments.</div></div><div class="notion-spacer"></div><div class="notion-column notion-block-3525e43203c88044b064c46270ceae34" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.43749999999999994)"><div class="notion-text notion-block-3525e43203c88098a06ef6431058a75a">6.各国政府直接掌控的关键产业与供应链越来越多。</div></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3525e43203c8809d875bdc70f6b9e441"><div class="notion-column notion-block-3525e43203c88000aac9f50f40753d7d" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><div class="notion-text notion-block-3525e43203c88046aa30ee49ce25e408">7.Trade chokepoints become weaponized.</div></div><div class="notion-spacer"></div><div class="notion-column notion-block-3525e43203c880fe8c6efd77c8e16cc1" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.43749999999999994)"><div class="notion-text notion-block-3525e43203c880158dc3d5265a611da4">7.关键的贸易咽喉要道被武器化，成了互相卡脖子的筹码。</div></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3525e43203c8802fbfe6d79054c293ba"><div class="notion-column notion-block-3525e43203c880fdb551c3b9b6bcde99" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><div class="notion-text notion-block-3525e43203c880b89151e46d2291bd8e">8.Powerful new technologies for war are built.</div></div><div class="notion-spacer"></div><div class="notion-column notion-block-3525e43203c8807a8d29e547314a3278" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.4375)"><div class="notion-text notion-block-3525e43203c880799863c93b1540587a">8.可用于战争的强大新技术出现。</div></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3525e43203c88091bbe4ccfa48a3f56f"><div class="notion-column notion-block-3525e43203c880929397ea76b1ac8fbc" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><div class="notion-text notion-block-3525e43203c8809bae45d757a5acb033">9.Multi-theater conflicts increasingly happen simultaneously.</div></div><div class="notion-spacer"></div><div class="notion-column notion-block-3525e43203c88016af9fcf73197ccdcb" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.43750000000000006)"><div class="notion-text notion-block-3525e43203c8809eb709fd8b37f48a2c">9.多战区同时爆发的冲突越来越常见。</div></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3525e43203c880bf9844d331fd4aa733"><div class="notion-column notion-block-3525e43203c880df90a4ca0c0cd3fe94" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><div class="notion-text notion-block-3525e43203c88032a066cdefeff97e23">10.Within countries, loyal support for the country’s leadership is demanded and opposition to the war and other policies is squashed, because as Lincoln quoted from the Bible, “A house divided against itself cannot stand,” especially when it is at war.</div></div><div class="notion-spacer"></div><div class="notion-column notion-block-3525e43203c8805b89e9fba0166a5247" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.43750000000000006)"><div class="notion-text notion-block-3525e43203c8804f99f6e50c3784fad2">10.各国国内，领导层越来越强调“忠诚”；反战以及其他政策的反对意见会受到打压。正如林肯总统引用《圣经》所说：“内部四分五裂的家族，必定无法立足”；尤其在战争时期，更不容许内部撕裂。</div></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3525e43203c88030838ef29dbca06a1e"><div class="notion-column notion-block-3525e43203c880738e69cbfb31630027" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><div class="notion-text notion-block-3525e43203c88008b07aced06e551072">11.Direct military combat between major powers occurs.</div></div><div class="notion-spacer"></div><div class="notion-column notion-block-3525e43203c880f6a65eeab084c5c3cb" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.4375)"><div class="notion-text notion-block-3525e43203c8808cb232cf2b5cf0977a">11.主要大国之间爆发直接军事冲突。</div></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3525e43203c8802bbf10da53dfebd9df"><div class="notion-column notion-block-3525e43203c88064a51dfa956db25aca" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><div class="notion-text notion-block-3525e43203c8808c87d1efec63156282">12.There are big increases in taxes, debt issuance, money creation, FX controls, capital controls, and financial repression to finance the wars. In some cases, markets are shut down. (Read Chapter 7 in <em>Principles for Dealing with the Changing World Order</em> for a more complete explanation of investing during war.)</div></div><div class="notion-spacer"></div><div class="notion-column notion-block-3525e43203c8801fb87dd854f16d6689" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.4375)"><div class="notion-text notion-block-3525e43203c88037a593ed2ab62e300c">12.为了支撑战争的耗费，税负会明显上升；政府会大规模发债、印钞；外汇管制与资本管制会加码；金融制裁也会增加。有时候，甚至会直接关停金融市场。（如果你想更完整地理解“战争时期该如何投资”，可以去读<a class="notion-link" href="https://www.linkedin.com/pulse/investing-light-big-cycle-ray-dalio-lpe8e/?trackingId=JFyITFDUpfIYCxu3zVCJYw%3D%3D" target="_blank" rel="noopener noreferrer">《原则：应对变化中的世界秩序》中的第 7 章</a>。）</div></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3525e43203c88068b9a0e896922491f5"><div class="notion-column notion-block-3525e43203c880db849dc77bf4f5bead" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><div class="notion-text notion-block-3525e43203c880ec891aca280260118f"><span class="notion-default">13.Eventually, one side beats the other and gains indisputable control of the new order, which is designed by the winning side.</span></div></div><div class="notion-spacer"></div><div class="notion-column notion-block-3525e43203c880328c3ec97ba2b81eb4" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.4375)"><div class="notion-text notion-block-3525e43203c8809c894cde630377c04d">13.最终，一方击败另一方，并以无可争辩的方式掌控新的秩序；而这套新秩序，将由胜利者设计。</div></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3525e43203c880d492d3fd56b3f59016"><div class="notion-column notion-block-3525e43203c880cf994ef296d5a66162" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><div class="notion-text notion-block-3525e43203c880f58397f8525586fb8b"><span class="notion-default"><b>I have many indicators suggesting that we are in the part of the Big Cycle when the monetary order, some domestic political orders, and the geopolitical world order are breaking down. These indicators suggest that we are in a transition stage from the pre-fighting stage to the fighting stage, which is roughly analogous to the 1913-14 and the 1938-39 periods.</b></span><span class="notion-default"> To be clear, there is nothing precise about these indicators, the picture they paint, or the exact timing.</span></div></div><div class="notion-spacer"></div><div class="notion-column notion-block-3525e43203c880f6b7e4e5ce0d68e282" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.43750000000000006)"><div class="notion-text notion-block-3525e43203c88063897ddb84ab54e5b8"><b>我的很多指标都表明：大周期现在所处的阶段，是“货币秩序”、部分国家的“国内政治秩序”，以及“地缘政治的世界秩序”同步松动、开始崩解的阶段。这些指标还表明：我们正从“大战一触即发”的阶段，过渡到“大战爆发”的阶段，大致对应历史上 1913–14 年、以及 1938–39 年那段时期</b>。我要强调，这些指标并非精密指标，它们描绘的图景不完全精确，更无法给出准确的时间点。</div></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3525e43203c8805d8cb9e05823e9a491"><div class="notion-column notion-block-3525e43203c880fc943de6d9ea5f5beb" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><div class="notion-text notion-block-3525e43203c88051964efa9cbb0f391d"><span class="notion-default"><b>The indicators are just broadly indicative.</b></span><span class="notion-default"> For example, history has taught us that wars generally don’t have definitive start dates (with big military events followed by clear declarations of war, like the assassination of Archduke Ferdinand, the German invasion of Poland, and the bombing of Pearl Harbor, being the exception), and economic, financial, and military conflicts typically arose before there were clearly declared wars. Major wars were also typically preceded by developments and indicators like 1) military stockpiles and monies being drawn down; 2) budgets, debts, money printing, and capital controls being built up; 3) rival countries observing the countries fighting and learning what their strengths and weaknesses are; and 4) the overextended leading world power facing the challenge of trying to fight wars on different fronts that are very far apart. These factors all matter, and my measures of them indicate that we should be concerned.</span></div></div><div class="notion-spacer"></div><div class="notion-column notion-block-3525e43203c8805f95e0c5a6a0173590" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.43749999999999994)"><div class="notion-text notion-block-3525e43203c880ceaf36e9bfb1fedcc3"><b>这些指标只具有“粗略参考”价值。</b>比如，历史告诉我们：战争往往没有板上钉钉的“开战日”，而且在明确宣战之前，经济冲突、金融对抗和军事摩擦早就已经先一步发生了。有标志性的军事事件和明确宣战的只是少数，例如斐迪南大公遇刺、德国入侵波兰、以及轰炸珍珠港。通常，爆发大战之前，会出现一些“迹象”和“前奏”：1）军备库存与可支配资金持续消耗；2）预算赤字、债务、印钞发钞与资本管制逐步推高；3）对立阵营一边观战一边复盘，从交战各方身上摸清强弱与短板；4）过度扩张的既有霸权，面对彼此相隔遥远的多条战线，开始倍感压力，显得力不从心。这些因素都很重要，而我的指标显示：我们现在需要提高警惕了。</div></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3525e43203c8805190b5c489ca658823"><div class="notion-column notion-block-3525e43203c880659d38de7feadd1755" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><div class="notion-text notion-block-3525e43203c8809f8853cbf38645f58c">The classic dynamic at this stage in the cycle is for conflicts to intensify rather than subside, so what happens next will be influenced by how the US-Iran war goes. For example, there is already less confidence among some countries that the US will defend them, which, when combined with the recognition that nuclear weapons are a great defensive as well as offensive power, is leading to more talk among countries’ senior policy makers about obtaining nuclear weapons and building up their stockpiles of them and other weapons, particularly missiles and missile defense systems.</div></div><div class="notion-spacer"></div><div class="notion-column notion-block-3525e43203c880f998c6dd5f1dba9dfd" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.43749999999999994)"><div class="notion-text notion-block-3525e43203c8800ba069c2847cfb3f79">在大周期的这个阶段，冲突往往会升级，而不会自行降温。所以，接下来会怎么走，很大程度上取决于美伊战争打成什么样。比如，已经有一些国家的信心在动摇，不再笃信“美国一定会出手保护他们”；再加上各国越来越清醒地意识到，核武器既是进攻力量，也是最强的防御底牌。这两点相叠加，正在让越来越多国家的高层决策者认真考虑拥核，以及增加核武储备，增加其他武器库存（尤其是导弹、反导系统）。</div></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3525e43203c88019b63ad8dbd4961197"><div class="notion-column notion-block-3525e43203c880af85cccb55211cb7ff" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><div class="notion-text notion-block-3525e43203c88097ba01fe0ff3765ed3">To reiterate, I’m not saying that things will definitely progress further along this cycle to an all-out world war. I don’t know what’s going to happen, and I still hope for a peaceful world built on win-win relationships rather than damaged by lose-lose ones. I try in my own small ways to help that. For example, I have had wonderful, simultaneous 42-year relationships with both Chinese and US senior policy makers (as well as people outside of leadership), so in the past and especially during this contentious time, I have tried to support a win-win relationship in ways that are appreciated by leaders from both sides. I do this because I have affections for those on both sides and because win-win relationships are much better than lose-lose ones, even though this is getting tougher for me to do because some people think that “the friend of my enemy is my enemy.”</div></div><div class="notion-spacer"></div><div class="notion-column notion-block-3525e43203c88039a05beaf9f9071934" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.43749999999999994)"><div class="notion-text notion-block-3525e43203c88084a656f77944d6cf5d">再强调一遍：我不是说这个周期一定会一路发展下去，最终走向全面世界大战爆发。接下来会发生什么，我也不知道。我仍然希望这个世界能建立在双赢关系之上，而不是被两败俱伤的对抗撕裂。我也一直在用自己力所能及的方式，去推动这样的双赢。比如，我与中美的高层政策者（也包括非领导层的人士）同时保持着长达 42 年的良好关系。不管是过去，还是在眼下火药味十足的时刻，我都一直努力建设更好的双赢关系，也得到了两边领导人的认可。我之所以这么做，一是因为我对两国人民都怀有感情；也因为双赢关系远胜于两败俱伤。只是现在这件事越来越难了，因为有些人坚信：“敌人的朋友，就是敌人”。</div></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3525e43203c880c1acafd7cb961779af"><div class="notion-column notion-block-3525e43203c88012a349db596e99d790" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><div class="notion-text notion-block-3525e43203c88035aed6c604056275ef"><span class="notion-default"><b>At this stage of the Big Cycle, just before major wars, circumstances like the inability to resolve irreconcilable disputes with compromises typically drive one stage in the cycle unavoidably to the next until there is a violent resolution, so it’s important to understand the typical Big Cycle and watch what is happening. By giving you my template to compare with actual events as they transpire, my hope is that I can help you see what I am seeing and then decide what you want to do about it.</b></span></div></div><div class="notion-spacer"></div><div class="notion-column notion-block-3525e43203c8801cbb01fb059793455c" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.4375)"><div class="notion-text notion-block-3525e43203c88001b660c52dc069bb44"><b>在大周期的这个阶段，也就是全面大战爆发前夕，局势往往会被一种“无法妥协的硬冲突”推着走：彼此谈不拢、又不愿用妥协化解矛盾时，就必然滑向大周期的下一个阶段，直到最终以暴力冲突步入结局。所以，我们要真正理解这套“大周期”的演进规律，就得持续关注正在发生的事。我与你分享大周期的框架，是想让你用它去对照现实事件在不同节点上的体现，帮助你看见我所看见的东西，然后决定自己要怎么应对。</b></div></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3525e43203c8805c98c0f0a03951838e"><div class="notion-column notion-block-3525e43203c8802cb839d27061ed1c9e" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><div class="notion-text notion-block-3525e43203c8803d95e9cf354e9d2bf9"><b>Consistent with that, I believe that it is important to see that: the world order has changed from a multilateral rules-based world order led by the dominant US power and its allies (e.g., the G7) to a might-is-right world order with no single dominant power enforcing order, which means that we can expect more fighting.</b> A student of history would recognize that the world order is now more like that which existed through most of history prior to 1945 than the post-1945 period we are used to and would understand what the most important implications of this are.</div></div><div class="notion-spacer"></div><div class="notion-column notion-block-3525e43203c880269cf6c56bde0afe25" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.4375)"><div class="notion-text notion-block-3525e43203c880029286cd48db6f7c6d"><b>顺着这个逻辑，我认为有一点必须认清：世界秩序已经发生了质变——原本“由美国及其盟友（比如G7集团）主导、以多边主义规则为基础”的世界秩序，已经滑向“强者说了算、没有单一霸权能维持秩序”的新格局；也因此，我们可以预期，接下来只会更频繁地动武、爆发更多冲突。</b>熟悉历史的人会觉得：今天的世界秩序，很像 1945 年之前的局面，而不是我们过去几十年习惯的“战后秩序”；我们应该追问：最重要的启示是什么。</div></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3525e43203c880ecb129f7f4e771eafe"><div class="notion-column notion-block-3525e43203c8807b862cf7959ce34894" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-3525e43203c880b19a38d4efcdf4a805" data-id="3525e43203c880b19a38d4efcdf4a805"><span><div id="3525e43203c880b19a38d4efcdf4a805" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3525e43203c880b19a38d4efcdf4a805" title="4. As history has shown, the most reliable indicator of which country is likely to win is not which is most powerful; it is which can endure the most pain the longest."><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><span class="notion-default"><b>4. As history has shown, the most reliable indicator of which country is likely to win is not which is most powerful; it is which can endure the most pain the longest.</b></span></span></span></h3></div><div class="notion-spacer"></div><div class="notion-column notion-block-3525e43203c88010a82cfc3bc1af7ce7" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.4375)"><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-3525e43203c880f5bd3bc16df87f736c" data-id="3525e43203c880f5bd3bc16df87f736c"><span><div id="3525e43203c880f5bd3bc16df87f736c" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3525e43203c880f5bd3bc16df87f736c" title="4. 历史早就反复验证：最能决定胜负的，往往不是谁拳头最大；而是谁更能忍辱负重，咬牙扛得更久。"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><b>4. 历史早就反复验证：最能决定胜负的，往往不是谁拳头最大；而是谁更能忍辱负重，咬牙扛得更久。</b></span></span></h3></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3525e43203c8805291c5dfe9b2102a75"><div class="notion-column notion-block-3525e43203c88046b1fff186ef82c329" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><div class="notion-text notion-block-3525e43203c8808eb206e393600dea43">That certainly is a factor in the US-Iran war, with the president assuring the American public that the war will be over in a couple of weeks, gas prices will then decline, and we will go back to our normal prosperous times. There are many good indicators that point to whether a country has the capacity to endure the pain for an extended period of time, such as popularity polls (especially in democracies) and/or the power of government leaders to remain in control (especially in autocracies, where popular opinion doesn’t matter as much). In fighting wars, winning doesn’t occur until surrender. That is because it is impossible to eliminate all enemies. When China entered the Korean War against the United States at a time when China had very little power and the United States was a nuclear power, Mao supposedly said, “They can’t kill us all,” meaning that the enemy can’t win if there are people who keep fighting. The lessons of Vietnam, Iraq, and Afghanistan are clear. Winning happens when the winning country can get out with the losing country no longer remaining a threat. <b>While the United States appears to be the most powerful country in the world, it is also the most overextended major power and the weakest at withstanding pain over a long period of time.</b></div></div><div class="notion-spacer"></div><div class="notion-column notion-block-3525e43203c8803ba775ca2f4bb771c4" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.4375)"><div class="notion-text notion-block-3525e43203c8805294bbf019b0665018">这也是美伊战争里的关键变量：一边是美国总统向美国人民打包票，说“再过两周就能结束战争”；一边又承诺油价会回落，日子很快就能回到过去那种“繁荣的正常”轨道上。判断一个国家能不能长期忍辱负重、咬紧牙关，有很多好用的指标，比如民意支持度（尤其在民主国家），以及政府领导层维持统治的能力（尤其在威权体制里，民意的约束没那么强）。战争中，不是“杀光敌人”就能赢得胜利，而是要对方“认输”，因为敌人永远不可能被彻底消灭。朝鲜战争时期，中国百废待兴，又面对拥有核武器的强大美国，但据说毛主席曾说：“中国人民是打不垮的。”意思是，只要还有中国人继续战斗，敌人就不可能胜利。美国在越南、伊拉克、阿富汗的教训也很清楚：美国所谓的“赢”，只是能够抽身离开，而输的一方不再构成威胁。<b>所以，虽然美国看起来仍是世界上最强大的国家，但它也是“摊子铺得最大、透支最严重”，最无法忍受长期痛苦、缺少韧性的霸权。</b></div></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3525e43203c880baa965f5e961dc4fd5"><div class="notion-column notion-block-3525e43203c88017babcef3e053a18c6" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-3525e43203c8800ab5aadfe72d7c97a0" data-id="3525e43203c8800ab5aadfe72d7c97a0"><span><div id="3525e43203c8800ab5aadfe72d7c97a0" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3525e43203c8800ab5aadfe72d7c97a0" title="5. All of this is transpiring in a classic Big Cycle way."><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><span class="notion-default"><b>5. All of this is transpiring in a classic Big Cycle way.</b></span></span></span></h3></div><div class="notion-spacer"></div><div class="notion-column notion-block-3525e43203c8804ea379f9d18239fe52" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.43750000000000006)"><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-3525e43203c880a6b32ffc5ad37fecac" data-id="3525e43203c880a6b32ffc5ad37fecac"><span><div id="3525e43203c880a6b32ffc5ad37fecac" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3525e43203c880a6b32ffc5ad37fecac" title="5. 一切都在按照“大周期”的经典剧本上演。"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><b>5. 一切都在按照“大周期”的经典剧本上演。</b></span></span></h3></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3525e43203c880da8acbe08194a265f1"><div class="notion-column notion-block-3525e43203c880f5bf67d28c1fdd30a3" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><div class="notion-text notion-block-3525e43203c88050bf61d30874685f75">By “classic Big Cycle way,” I mean that events are primarily driven by the five big forces:</div></div><div class="notion-spacer"></div><div class="notion-column notion-block-3525e43203c880769efac1ab1a47d897" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.4375)"><div class="notion-text notion-block-3525e43203c880a7856ac80a94bb43f2">所谓“大周期的经典剧本”，是指现实中的大事件受五种“力量”推进：</div></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3525e43203c880ea870fc385aa8d048d"><div class="notion-column notion-block-3525e43203c880b6a3cce2e03e876a15" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><div class="notion-text notion-block-3525e43203c880379a2ddc1fb19becab">1.Money, debt, and economics in big cycles of monetary order and disorder;</div></div><div class="notion-spacer"></div><div class="notion-column notion-block-3525e43203c8802d896ac31107451ae4" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.43749999999999994)"><div class="notion-text notion-block-3525e43203c88016b6efd58c337beea9">1.经济力量：经济大周期里，货币、债务与经济因素反复摆动；</div></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3525e43203c880048e27f48e592d7f0c"><div class="notion-column notion-block-3525e43203c880189600f1c2220cef7a" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><div class="notion-text notion-block-3525e43203c88017b5a2c444ae5912fb">2.Political and social orders breaking down because of big wealth and value differences;</div></div><div class="notion-spacer"></div><div class="notion-column notion-block-3525e43203c880e0b28ff519b35ae27d" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.43750000000000006)"><div class="notion-text notion-block-3525e43203c8803c8332e606e733efc1">2.内部环境力量：因为巨大的财富差距与价值观撕裂，国内政治与社会秩序崩解；</div></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3525e43203c880a6a7d8d3ba2b50ff82"><div class="notion-column notion-block-3525e43203c88029b53eff648dd5b321" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><div class="notion-text notion-block-3525e43203c880548dd8c45591bef55f">3.Regional and world orders breaking down because of big wealth and value differences;</div></div><div class="notion-spacer"></div><div class="notion-column notion-block-3525e43203c880dfb804fe6dccf8c9a9" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.43750000000000006)"><div class="notion-text notion-block-3525e43203c880eb9228c8c5095f6bed">3.外部环境力量：同样因为巨大的财富差距与价值观撕裂，地区秩序与世界秩序瓦解；</div></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3525e43203c8804c98aac749b553cba3"><div class="notion-column notion-block-3525e43203c880218ff3e2dc273cb73f" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><div class="notion-text notion-block-3525e43203c880f6a048e95f33a6da94">4.Great advances in technology that are being used for both peaceful and war purposes, and the financial bubbles related to them that typically turn into busts; and</div></div><div class="notion-spacer"></div><div class="notion-column notion-block-3525e43203c88034a1a2cee1adfebbbf" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.4375)"><div class="notion-text notion-block-3525e43203c8802a88a7d8406e073761">4.科技力量：科技出现巨大跃迁，既有助于和平发展，也能被用于战争；同时围绕这些技术形成金融泡沫，从“狂热”走向“崩盘”；</div></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3525e43203c8802a8938dd97c2562901"><div class="notion-column notion-block-3525e43203c8802b8ff4f44697de1b46" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><div class="notion-text notion-block-3525e43203c8802a8268ebe6892bbd44">5.Acts of nature such as droughts, floods, and pandemics.</div></div><div class="notion-spacer"></div><div class="notion-column notion-block-3525e43203c8809d9c1fce7c2cc3236e" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.4375)"><div class="notion-text notion-block-3525e43203c8807fa680cc498d51a72d">5.自然力量：自然灾害，比如干旱、洪水和疫情。</div></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3525e43203c880ee99bae3a963b170f8"><div class="notion-column notion-block-3525e43203c8808bbb3bf7c46a33b957" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><div class="notion-text notion-block-3525e43203c8806bb802c68f2f85d1fe"><span class="notion-default">While I won’t bore you with a more in-depth description of how the Big Cycle works and the five big forces driving it and the 18 determinants underlying them, I will again suggest that you understand it and direct you to </span><span class="notion-default"><a class="notion-link" href="https://www.amazon.com/Changing-World-Order-Nations-Succeed/dp/1982160276" target="_blank" rel="noopener noreferrer">my book</a></span><span class="notion-default"> or </span><span class="notion-default"><a class="notion-link" href="https://www.youtube.com/watch?v=xguam0TKMw8" target="_blank" rel="noopener noreferrer">YouTube video</a></span><span class="notion-default">, both named </span><em><span class="notion-default">Principles for Dealing with the Changing World Order.</span></em></div></div><div class="notion-spacer"></div><div class="notion-column notion-block-3525e43203c880918fb0c6ad3815e25b" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.4375)"><div class="notion-text notion-block-3525e43203c8801bbf52e84643a6b776">至于“大周期”怎么运作、背后的五股力量怎么推动它，以及其下更详细的 18 个决定因素，我就不在这里展开讲了，免得啰嗦。但我还是想再强调一次：这套框架值得你花时间了解。我鼓励你去读我的书，或者看同名视频，《原则：应对变化中的世界秩序》。</div></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3525e43203c8808497e5c337cd627622"><div class="notion-column notion-block-3525e43203c880a18e84e74bee31a0af" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-3525e43203c880f39e0cd6ec8dc4cc6d" data-id="3525e43203c880f39e0cd6ec8dc4cc6d"><span><div id="3525e43203c880f39e0cd6ec8dc4cc6d" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3525e43203c880f39e0cd6ec8dc4cc6d" title="6. Having good indicators and following them is invaluable."><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><b>6. Having good indicators and following them is invaluable.</b></span></span></h3></div><div class="notion-spacer"></div><div class="notion-column notion-block-3525e43203c88043870ce639427dc468" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.43750000000000006)"><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-3525e43203c8804c8aa7fa548c399931" data-id="3525e43203c8804c8aa7fa548c399931"><span><div id="3525e43203c8804c8aa7fa548c399931" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3525e43203c8804c8aa7fa548c399931" title="6. 打造一套靠谱的指标，并且持续跟踪，意义重大。"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><b>6. 打造一套靠谱的指标，并且持续跟踪，意义重大。</b></span></span></h3></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3525e43203c880fc9e46f4c282d5011f"><div class="notion-column notion-block-3525e43203c8801b8394caf9385b3211" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><div class="notion-text notion-block-3525e43203c880d398c0c03ed885d147">Many of the indicators I use to track unfolding events are explained in <em>Principles for Dealing with the Changing World Order.</em> I especially recommend Chapter 6, “The Big Cycle of External Order and Disorder,” and, if you are interested in the unimaginable-in-peacetime investment-related developments that typically happen during wars, I recommend Chapter 7, “Investing in Light of the Big Cycle.” I recently shared these chapters online and you can find them <a class="notion-link" href="https://www.linkedin.com/pulse/its-official-world-order-has-broken-down-ray-dalio-cuofe/" target="_blank" rel="noopener noreferrer">here</a> and <a class="notion-link" href="https://www.linkedin.com/pulse/investing-light-big-cycle-ray-dalio-lpe8e/?trackingId=JFyITFDUpfIYCxu3zVCJYw%3D%3D" target="_blank" rel="noopener noreferrer">here</a>.</div></div><div class="notion-spacer"></div><div class="notion-column notion-block-3525e43203c8809ba96ff1cb3e8e03bd" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.43750000000000006)"><div class="notion-text notion-block-3525e43203c880f9bb48cef56542f983">我用来追踪局势演变的许多指标，都在《原则：应对变化中的世界秩序》里解释过。我尤其推荐<a class="notion-link" href="https://www.musingpages.com/politics/2026/03/22/world-order-collapse-dalio" target="_blank" rel="noopener noreferrer">第 6 章“外部秩序与混乱大周期”</a>。如果你关心“和平年代难以想象、但战争时期却常见”的投资策略，我也建议你读一读<a class="notion-link" href="https://www.linkedin.com/pulse/investing-light-big-cycle-ray-dalio-lpe8e/?trackingId=JFyITFDUpfIYCxu3zVCJYw%3D%3D" target="_blank" rel="noopener noreferrer">第 7 章“在大周期视角下投资”</a>。我最近把这两章内容放到了网上，你可以点击<a class="notion-link" href="https://www.musingpages.com/politics/2026/03/22/world-order-collapse-dalio" target="_blank" rel="noopener noreferrer">这里</a>和<a class="notion-link" href="https://www.linkedin.com/pulse/investing-light-big-cycle-ray-dalio-lpe8e/?trackingId=JFyITFDUpfIYCxu3zVCJYw%3D%3D" target="_blank" rel="noopener noreferrer">这里</a>的链接阅读。</div><div class="notion-text notion-block-3525e43203c8800e93d5dc3750b1b4ef"><span class="notion-gray">译注：本文译者已将第6章翻译完毕，点击上文链接将跳转到译文。第7章还没有翻译，所以这里的链接是英文原文页面。如果你希望我将第7章翻译成中文，请在本文点赞或留言，我会尽快翻译。</span></div></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3525e43203c880c18df8eb8a5d5bbba2"><div class="notion-column notion-block-3525e43203c880b3842bc7430c074569" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><div class="notion-text notion-block-3525e43203c880e69f27e0b99073d112"><span class="notion-default">That’s my up-to-date big picture perspective. Because I use it to influence how I invest and what I should do in other aspects of my life, I will turn to those things next. As referenced above, what follows are two appendices sharing some information about the relevant alliances between countries and brief summaries of existing and potential significant wars.</span></div></div><div class="notion-spacer"></div><div class="notion-column notion-block-3525e43203c880b0bb6dec9b15cd00b9" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.4375)"><div class="notion-text notion-block-3525e43203c88029ad33c65c6bf3e732">到这里，就是我对当前局势的“全面判断”。由于我用这套判断做投资决策，以及生活中其他重要决定，所以下面我会顺着这个话题，继续谈谈更具体的事。上文提到，接下来是两个附录：一个汇总相关国家之间的重要盟约；另一个则对已经发生、以及可能发生的重大战争做一个简要梳理。</div></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3525e43203c8805bbcbddcd3b0139ee1"><div class="notion-column notion-block-3525e43203c88092bf5de7e45743eaba" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-3525e43203c8805d8b64f7d154905614" data-id="3525e43203c8805d8b64f7d154905614"><span><div id="3525e43203c8805d8b64f7d154905614" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3525e43203c8805d8b64f7d154905614" title="Appendix 1: Relevant Treaties"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><span class="notion-default"><b>Appendix 1: Relevant Treaties</b></span></span></span></h3></div><div class="notion-spacer"></div><div class="notion-column notion-block-3525e43203c880c5830fd088eb5ab400" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.43749999999999994)"><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-3525e43203c8804c8ea4ed4f79e17bfb" data-id="3525e43203c8804c8ea4ed4f79e17bfb"><span><div id="3525e43203c8804c8ea4ed4f79e17bfb" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3525e43203c8804c8ea4ed4f79e17bfb" title="附录 1：盟约"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><b>附录 1：盟约</b></span></span></h3></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3525e43203c88062ba53fb6a295dfbf5"><div class="notion-column notion-block-3525e43203c88039a35bcac8b2968622" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><div class="notion-text notion-block-3525e43203c880ca8771da021a4443c4">Below are what appear to be the most important treaties, the strength of the commitments implied by each of them on a 1 to 5 scale, and a brief description of each treaty. By and large, other measures of allegiances (such as leaders’ statements and actual actions taken) are aligned with these treaties. However, it is now clear that all these treaties, especially those with the US, are subject to change and that actual actions will speak louder than agreements.</div></div><div class="notion-spacer"></div><div class="notion-column notion-block-3525e43203c880d28bcfd789476e2f57" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.43750000000000006)"><div class="notion-text notion-block-3525e43203c88099868bc90ab7f859b3">下面列出的，是我认为最重要的几份盟约：我给每个盟友关系的紧密程度都打了分，1分最疏松，5分最紧密，并配了简要说明。总体而言，其他衡量“站队与亲疏”的指标（例如领导人表态、以及现实中采取的实际行动）与这些条约呈现出的阵营格局基本一致。但现在来看，可以明确的是：所有盟约，尤其是与美国的盟约，随时都可能生变；真正算数的，从来都是行动，而不是纸面上的约定。</div></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3525e43203c880cd86cbd9d916fa205e"><div class="notion-column notion-block-3525e43203c8800a97dbd0080ff10882" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><h4 class="notion-h notion-h3 notion-h-indent-2 notion-block-3525e43203c8806ea0ccef088251a45f" data-id="3525e43203c8806ea0ccef088251a45f"><span><div id="3525e43203c8806ea0ccef088251a45f" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3525e43203c8806ea0ccef088251a45f" title="1. Key US treaties:"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><span class="notion-default"><b>1. Key US treaties:</b></span></span></span></h4></div><div class="notion-spacer"></div><div class="notion-column notion-block-3525e43203c88013ad64ed01adfe2a99" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.43750000000000006)"><h4 class="notion-h notion-h3 notion-h-indent-2 notion-block-3525e43203c880e7b409e8c851f5ab3c" data-id="3525e43203c880e7b409e8c851f5ab3c"><span><div id="3525e43203c880e7b409e8c851f5ab3c" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3525e43203c880e7b409e8c851f5ab3c" title="1.美国的重要盟友关系："><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">1.美国的重要盟友关系：</span></span></h4></div><div class="notion-spacer"></div></div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-3525e43203c88039bab7d5899c2c890e"><div style="position:relative;display:flex;justify-content:center;align-self:start;width:100%;max-width:100%;flex-direction:column"><img style="object-fit:cover" src="https://img.musingpages.com/media/2026/04/30/27163827b86c1927f9641dab52332491-1775568387031-173e2f.png?spaceId=52c7ef47-6104-4d84-bd6e-f38d5e305987&amp;t=3525e432-03c8-8039-bab7-d5899c2c890e" alt="notion image" loading="lazy" decoding="async"/></div></figure><table class="notion-simple-table notion-block-3525e43203c880279f2bec42455ae8cc"><tbody><tr class="notion-simple-table-row notion-simple-table-header-row notion-block-3525e43203c8801ab185ddacf912125b"><td class="" style="width:120px"><div class="notion-simple-table-cell">盟约</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">评分</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">说明</div></td></tr><tr class="notion-simple-table-row notion-block-3525e43203c88047a167eb91bc24babb"><td class="" style="width:120px"><div class="notion-simple-table-cell">美日</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">5.0</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">具有约束力的条约 + 前沿部署 + 一体化指挥体系 + 明确的触发机制</div></td></tr><tr class="notion-simple-table-row notion-block-3525e43203c8800d8d40ed87d2d392e4"><td class="" style="width:120px"><div class="notion-simple-table-cell">美韩</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">5.0</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">具有约束力的条约 + 军队驻扎 + 已建立联合作战指挥体系</div></td></tr><tr class="notion-simple-table-row notion-block-3525e43203c880ab976edebd339bef4b"><td class="" style="width:120px"><div class="notion-simple-table-cell">美菲</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">4.5</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">具有约束力的条约，近期得到明确，但作战整合程度较弱</div></td></tr><tr class="notion-simple-table-row notion-block-3525e43203c8807b8c38e7f73dbf133f"><td class="" style="width:120px"><div class="notion-simple-table-cell">北约</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">4.5</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">具有约束力 + 前沿部署 + 一体化指挥体系，但特朗普曾讨论过撤出</div></td></tr><tr class="notion-simple-table-row notion-block-3525e43203c880f9a78be60512f892e3"><td class="" style="width:120px"><div class="notion-simple-table-cell">美澳</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">4.0</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">政治上联系非常紧密，但没有自动触发的联合作战架构</div></td></tr><tr class="notion-simple-table-row notion-block-3525e43203c880389bcff1a78ffbf2e8"><td class="" style="width:120px"><div class="notion-simple-table-cell">美国与中国台湾</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">3.5</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">无正式条约；战略重要性高，但仍然保持战略模糊</div></td></tr><tr class="notion-simple-table-row notion-block-3525e43203c880acb40bdc12598905c0"><td class="" style="width:120px"><div class="notion-simple-table-cell">美以</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">3.5–4.0</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">无正式条约，但实际联盟非常紧密</div></td></tr><tr class="notion-simple-table-row notion-block-3525e43203c880f4a48fd859a3006c23"><td class="" style="width:120px"><div class="notion-simple-table-cell">美沙特/海合会</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">3.0</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">存在安全依赖，但缺乏具有约束力的义务</div></td></tr><tr class="notion-simple-table-row notion-block-3525e43203c8807190b7f59090316ca4"><td class="" style="width:120px"><div class="notion-simple-table-cell">乌克兰联盟</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">3.0</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">提供巨大支持，但明确为非条约性质</div></td></tr></tbody></table><div class="notion-row notion-block-3525e43203c880cf9cfcda1e00d9cd8d"><div class="notion-column notion-block-3525e43203c880399142d1dc6275a291" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><h4 class="notion-h notion-h3 notion-h-indent-2 notion-block-3525e43203c88094b8f1e9722ceb1fa4" data-id="3525e43203c88094b8f1e9722ceb1fa4"><span><div id="3525e43203c88094b8f1e9722ceb1fa4" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3525e43203c88094b8f1e9722ceb1fa4" title="2. Key China-Russia-Iran-North Korea treaties:"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><span class="notion-default"><b>2. Key China-Russia-Iran-North Korea treaties:</b></span></span></span></h4></div><div class="notion-spacer"></div><div class="notion-column notion-block-3525e43203c88003adedf98e46ad0f13" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.4375)"><h4 class="notion-h notion-h3 notion-h-indent-2 notion-block-3525e43203c880b1a266ebc261a9cfdb" data-id="3525e43203c880b1a266ebc261a9cfdb"><span><div id="3525e43203c880b1a266ebc261a9cfdb" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3525e43203c880b1a266ebc261a9cfdb" title="2.中俄伊朝重要盟约"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">2.中俄伊朝重要盟约</span></span></h4></div><div class="notion-spacer"></div></div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-3525e43203c8803390c7dc4c03cca299"><div style="position:relative;display:flex;justify-content:center;align-self:start;width:100%;max-width:100%;flex-direction:column"><img style="object-fit:cover" src="https://img.musingpages.com/media/2026/04/30/ee6c19f29708aed2a255c124ee5f52d1-1775568405237-9b619a.png?spaceId=52c7ef47-6104-4d84-bd6e-f38d5e305987&amp;t=3525e432-03c8-8033-90c7-dc4c03cca299" alt="notion image" loading="lazy" decoding="async"/></div></figure><table class="notion-simple-table notion-block-3525e43203c880a3b05bdf3ec60fba81"><tbody><tr class="notion-simple-table-row notion-simple-table-header-row notion-block-3525e43203c88095ae98fc87881c2905"><td class="" style="width:120px"><div class="notion-simple-table-cell">盟约</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">评分</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">说明</div></td></tr><tr class="notion-simple-table-row notion-block-3525e43203c8801196e0e6e9067ae59c"><td class="" style="width:120px"><div class="notion-simple-table-cell">中朝</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">4.0</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">有正式防御条款的条约，但中国可能会限定适用范围</div></td></tr><tr class="notion-simple-table-row notion-block-3525e43203c88012b4e4c1aa1969d09a"><td class="" style="width:120px"><div class="notion-simple-table-cell">俄朝</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">4.0</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">2024 年签署的相互援助条约，尚属新近达成</div></td></tr><tr class="notion-simple-table-row notion-block-3525e43203c88023ab4ec271ae19ad78"><td class="" style="width:120px"><div class="notion-simple-table-cell">俄伊</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">3.0</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">紧密的军事合作，但没有自动触发的共同防御义务</div></td></tr><tr class="notion-simple-table-row notion-block-3525e43203c88014a7fbdad0a603eed7"><td class="" style="width:120px"><div class="notion-simple-table-cell">中俄</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">2.5</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">战略一致，而非共同防御条约</div></td></tr><tr class="notion-simple-table-row notion-block-3525e43203c88036ba35f8c05a9ab763"><td class="" style="width:120px"><div class="notion-simple-table-cell">中伊</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">2.5</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">安全部门合作，但没有共同防御义务</div></td></tr><tr class="notion-simple-table-row notion-block-3525e43203c880b1b5dfcab6afc87230"><td class="" style="width:120px"><div class="notion-simple-table-cell">伊朗–真主党/民兵组织</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">3.0</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">代理防御关系，而非国家层面的条约</div></td></tr><tr class="notion-simple-table-row notion-block-3525e43203c880ac99b6ff52dcd8b7d8"><td class="" style="width:120px"><div class="notion-simple-table-cell">俄叙</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">3.0</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">有军事存在，但不是全面的共同防御条约</div></td></tr><tr class="notion-simple-table-row notion-block-3525e43203c880e49db9e41f997b4683"><td class="" style="width:120px"><div class="notion-simple-table-cell">中巴</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">3.5</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">安全关系紧密，但未达到北约级别</div></td></tr><tr class="notion-simple-table-row notion-block-3525e43203c88050baadfdd8a1132760"><td class="" style="width:120px"><div class="notion-simple-table-cell">委内瑞拉–俄罗斯/伊朗</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">2.0</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">政治立场一致，但军事承诺有限</div></td></tr><tr class="notion-simple-table-row notion-block-3525e43203c880f2a529e5733763409d"><td class="" style="width:120px"><div class="notion-simple-table-cell">古巴–俄罗斯</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">2.0</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">主要是象征性的合作</div></td></tr></tbody></table><div class="notion-row notion-block-3525e43203c8809e8990eef3de2a8fb0"><div class="notion-column notion-block-3525e43203c8809390bac5da136bee54" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-3525e43203c880778a8fdb5d8cdd540c" data-id="3525e43203c880778a8fdb5d8cdd540c"><span><div id="3525e43203c880778a8fdb5d8cdd540c" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3525e43203c880778a8fdb5d8cdd540c" title="Appendix 2: Existing and Potential Wars"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><span class="notion-default"><b>Appendix 2: Existing and Potential Wars</b></span></span></span></h3></div><div class="notion-spacer"></div><div class="notion-column notion-block-3525e43203c88045b372fac396f73633" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.43749999999999994)"><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-3525e43203c880f19725edc859ca5e93" data-id="3525e43203c880f19725edc859ca5e93"><span><div id="3525e43203c880f19725edc859ca5e93" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3525e43203c880f19725edc859ca5e93" title="附录 2：已经发生与潜在爆发的战争"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><b>附录 2：已经发生与潜在爆发的战争</b></span></span></h3></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3525e43203c8809a82dfef8c570376ee"><div class="notion-column notion-block-3525e43203c88072b8f5c446db833f4e" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><div class="notion-text notion-block-3525e43203c880b891c9e82a69bd5d09"><span class="notion-default">What follows are what I consider the major existing and potential wars, a brief description of their situations as I see them, and my assessed probability of a military war breaking out or escalating within the next five years.</span></div></div><div class="notion-spacer"></div><div class="notion-column notion-block-3525e43203c8800eb079dfcf58de31bd" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.4375)"><div class="notion-text notion-block-3525e43203c88092ae4ff54a6df6ab5b">我认为，下面这些战争，是最重要的几场“已经发生”和“可能爆发”的战争。我会用我自己的视角，简要描述它们的现状，并给出我判断未来五年内爆发或升级为军事冲突的概率。</div></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3525e43203c8807ea9f3e350583caffd"><div class="notion-column notion-block-3525e43203c8805faa44ef2d29e31c57" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><h4 class="notion-h notion-h3 notion-h-indent-2 notion-block-3525e43203c88061bdcac05551353d32" data-id="3525e43203c88061bdcac05551353d32"><span><div id="3525e43203c88061bdcac05551353d32" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3525e43203c88061bdcac05551353d32" title="1. Iran-US-Israel war"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><span class="notion-default"><b>1. Iran-US-Israel war</b></span></span></span></h4></div><div class="notion-spacer"></div><div class="notion-column notion-block-3525e43203c8802db536f5e42ad36203" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.43749999999999994)"><h4 class="notion-h notion-h3 notion-h-indent-2 notion-block-3525e43203c88062824bf5db576fe5e5" data-id="3525e43203c88062824bf5db576fe5e5"><span><div id="3525e43203c88062824bf5db576fe5e5" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3525e43203c88062824bf5db576fe5e5" title="1. 美—以—伊战争"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><b>1. 美—以—伊战争</b></span></span></h4></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3525e43203c88035b673f31b37bf2360"><div class="notion-column notion-block-3525e43203c880d2a207c5312451350d" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><div class="notion-text notion-block-3525e43203c8802eaab5d335979329a2"><span class="notion-default">This is now an all-out war that appears to be intensifying, with all sides depleting their resources. Things to look out for include a) which side ends up controlling the Strait of Hormuz, Iran’s nuclear materials, and the Iranian missiles; b) the relative willingness of each country to expend blood and treasure to win the war; c) the satisfaction of the countries involved with their alliances; d) the entrance into the war or the selling of weapons in support of Iran by one of Iran’s allied powers (like North Korea) or the outbreak of a conflict in Asia, which would require the US to have to choose between meeting its commitments to act and failing to act; and d) whether peace and safety are restored to the Gulf region.</span></div></div><div class="notion-spacer"></div><div class="notion-column notion-block-3525e43203c880599c1dc1b8d057541c" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.43749999999999994)"><div class="notion-text notion-block-3525e43203c8805896aec56ae157a276">这场战争已经全面开打，而且看起来还在升级，各方都在持续消耗资源。接下来要重点关注以下变量：a）谁能控制霍尔木兹海峡和伊朗的核原料，以及伊朗的导弹力量；b）各方为了赢得战争，愿意付出多少生命与财力；c）参战国家对各自联盟关系的满意程度；d）伊朗的盟国（比如朝鲜）是否会下场参战，或者以“向伊朗提供武器”的方式实质介入；以及亚洲是否会爆发新的冲突，从而迫使美国在“履行防御承诺介入亚洲”与“不介入”之间做出艰难取舍；同时还要看，海湾地区的和平与安全是否能真正恢复。</div></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3525e43203c88001abc0e53deb956c6b"><div class="notion-column notion-block-3525e43203c880d0882fef4b20ef51df" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><h4 class="notion-h notion-h3 notion-h-indent-2 notion-block-3525e43203c880d29529efceb62a89c6" data-id="3525e43203c880d29529efceb62a89c6"><span><div id="3525e43203c880d29529efceb62a89c6" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3525e43203c880d29529efceb62a89c6" title="2. Ukraine-NATO-Russia direct war"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><span class="notion-default"><b>2. Ukraine-NATO-Russia direct war</b></span></span></span></h4></div><div class="notion-spacer"></div><div class="notion-column notion-block-3525e43203c8801d90a6c72d280bcab0" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.43749999999999994)"><h4 class="notion-h notion-h3 notion-h-indent-2 notion-block-3525e43203c880968734ecaf798df1b9" data-id="3525e43203c880968734ecaf798df1b9"><span><div id="3525e43203c880968734ecaf798df1b9" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3525e43203c880968734ecaf798df1b9" title="2. 乌克兰—北约—俄罗斯的直接战争"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><b>2. 乌克兰—北约—俄罗斯的直接战争</b></span></span></h4></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3525e43203c880c899fdd3fb9e2a769d"><div class="notion-column notion-block-3525e43203c88067af57d14ca3ab548a" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><div class="notion-text notion-block-3525e43203c880448ca6f992e0d796cd"><span class="notion-default">This active military war involving all the great military powers (except China) is a very risky situation, though it has not escalated beyond Ukraine for three years, which is good because a broader war has thus far been avoided. Currently, Russia is fighting Ukraine, NATO is supplying Ukraine with weapons at significant financial cost, and military spending in Europe and preparation for war with Russia are increasing. NATO troops not fighting directly and mutual fear of nuclear war are currently containing the war. The things to watch out for to signal a worsening are a Russian strike on a NATO territory or an attack on supply lines, NATO intervention in the military war, and/or an accidental clash between Russia and a NATO nation. I think that the odds are against these things happening and the war expanding beyond Ukraine, so I’d say that there is about a 30-40% chance of that happening over the next five years.</span></div></div><div class="notion-spacer"></div><div class="notion-column notion-block-3525e43203c88093b6b6faf2f5c893c7" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.43749999999999994)"><div class="notion-text notion-block-3525e43203c8802ea909dd213995044c">这场仍在进行的战争，几乎把（除中国外）所有主要军事强国都卷了进来，风险极高。好消息是，三年来它都没有溢出乌克兰边界，意味着更大范围的战争暂时避免。当前的形势是：俄罗斯与乌克兰作战；北约付出巨大财政成本向乌克兰提供武器；欧洲的军费开支上升，加强“与俄罗斯开战”的准备。北约部队没有直接参战，双方对核战争都心怀恐惧，这两个因素压制局势没有升级。判断局势恶化的关键信号包括：俄罗斯打击北约领土或攻击补给线；北约直接介入军事行动；或者俄罗斯与某个北约国家发生意外冲突。我认为这些情况发生、并导致战争扩展到乌克兰之外的概率不高，因此我估计未来五年，这些风险发生的概率大约是 30–40%。</div></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3525e43203c8806985d6cd933b05cccd"><div class="notion-column notion-block-3525e43203c8806ba95ac46ecd1572cd" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><h4 class="notion-h notion-h3 notion-h-indent-2 notion-block-3525e43203c88086abdcc363b466bc6d" data-id="3525e43203c88086abdcc363b466bc6d"><span><div id="3525e43203c88086abdcc363b466bc6d" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3525e43203c88086abdcc363b466bc6d" title="3. Taiwan → US-China war"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><span class="notion-default"><b>3. Taiwan → US-China war</b></span></span></span></h4></div><div class="notion-spacer"></div><div class="notion-column notion-block-3525e43203c880f7b9d7fc62af04ae6f" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.4375)"><h4 class="notion-h notion-h3 notion-h-indent-2 notion-block-3525e43203c880b7a148e9dad55189f2" data-id="3525e43203c880b7a148e9dad55189f2"><span><div id="3525e43203c880b7a148e9dad55189f2" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3525e43203c880b7a148e9dad55189f2" title="3. 台湾问题 → 中美之战"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><b>3. 台湾问题 → 中美之战</b></span></span></h4></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3525e43203c8809eb2a0ee03a0d4a724"><div class="notion-column notion-block-3525e43203c8803983adcfa13b0511ba" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><div class="notion-text notion-block-3525e43203c880729815c79168a91a97"><span class="notion-default">The US and China are in ideological, technological, trade, economic, and geopolitical influence wars, but not yet a military war. But the Taiwan issue, which is a nonnegotiable sovereignty issue to Chinese leaders and the Chinese people, remains a flash point. All parties are openly preparing for a military war, spending a lot and developing a lot of military hardware to fight such wars. China has produced thousands of hypersonic, cruise, and ballistic missiles capable of precision strikes, along with millions of drones. US bases, aircraft, naval vessels, and other infrastructure operating within the First Island Chain—which extends south from Japan through Taiwan, the northern Philippines, and Borneo—are highly vulnerable. Things to look out for are a big increase or decreases in US support for Taiwan’s independence; a blockade by China; a US-Chinese military clash (accidental or intentional) that costs lives; and a more direct action by China to take control, possibly motivated by a belief that the US is too weak militarily, financially, politically, and/or geopolitically to fight back. More likely, the attack(s) would be made too subtly to even notice. If you don’t know what I mean by that, I suggest that you read </span><em><span class="notion-default">The Art of War.</span></em><span class="notion-default"> I estimate the probability of a US-Chinese military war over this at 30-40%, with the greatest-risk period in 2028.</span></div></div><div class="notion-spacer"></div><div class="notion-column notion-block-3525e43203c88002a1c0dec435f530aa" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.43750000000000006)"><div class="notion-text notion-block-3525e43203c8801b87a8f24e12e13e8b">中美之间，早已在意识形态、科技、贸易、经济、以及地缘政治影响力层面进入“战争状态”，但军事战争还没有真正开打。不过，台湾问题仍然是火药桶。对中国领导层与中国人民而言，台湾问题是不可谈判的主权问题。各方都在公开为军事冲突做准备，投入大量资源、研发大量装备。中国已生产成千上万的高超音速导弹、巡航导弹与弹道导弹，具备精确打击能力，同时还拥有数量庞大的无人机体系。美国在第一岛链内的基地、战机、军舰以及其他基础设施，暴露在火力之下，极易遭受打击。（译注）接下来要关注的变量包括：美国对“台湾独立”的支持是否大幅增加或减少；中国是否实施封锁；中美是否发生造成伤亡的军事冲突（不管是意外还是计划内）；以及中国是否采取更直接的方式实控台湾岛，这尤其取决于中国是否认为美国在军事、财政、政治和地缘政治层面都“无力反击”。我认为更可能的情况是，双方会以非常隐蔽的方式相互攻击，外人甚至难以察觉。如果你不理解我说的“隐蔽”，我建议你读一读《孙子兵法》。我估计未来五年内，中美因台湾问题爆发军事冲突的概率在 30–40%，其中风险最高的时间窗口在 2028 年。</div><div class="notion-text notion-block-3525e43203c880abb366dd40aa526a7e"><span class="notion-gray">译注：第一岛链，简单说就是在中国东部沿海外面、沿西太平洋分布的一串岛屿带，从日本向南，经台湾岛、菲律宾北部到婆罗洲。第一岛链大致把西太平洋和中国近海（黄海、东海、南海）分隔开，是进出西太平洋的重要通道带。美国在冷战时期提出“岛链战略”，用来遏制苏联和中国等大陆共产主义力量向外扩张。第一岛链把内外海域分割，进出必须经过少数几条海峡和水道（如宫古海峡、巴士海峡等），因此，掌握岛链的一方可以监视、管控这些通道，对其他国家舰机出入西太平洋形成制约。</span></div></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3525e43203c880d6a787e1e42dc165ca"><div class="notion-column notion-block-3525e43203c88003bebefb6f9a1b4ced" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><h4 class="notion-h notion-h3 notion-h-indent-2 notion-block-3525e43203c8801aa654ca638812754d" data-id="3525e43203c8801aa654ca638812754d"><span><div id="3525e43203c8801aa654ca638812754d" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3525e43203c8801aa654ca638812754d" title="4. North Korea-related war"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><span class="notion-default"><b>4. North Korea-related war</b></span></span></span></h4></div><div class="notion-spacer"></div><div class="notion-column notion-block-3525e43203c880fb80ddd7c5fc8308ce" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.43749999999999994)"><h4 class="notion-h notion-h3 notion-h-indent-2 notion-block-3525e43203c880a0b727e0f2ea82d72c" data-id="3525e43203c880a0b727e0f2ea82d72c"><span><div id="3525e43203c880a0b727e0f2ea82d72c" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3525e43203c880a0b727e0f2ea82d72c" title="4. 涉朝鲜战争"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><b>4. 涉朝鲜战争</b></span></span></h4></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3525e43203c880329852e2edae24d8ea"><div class="notion-column notion-block-3525e43203c8806f8e2bc8785aba4cca" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><div class="notion-text notion-block-3525e43203c880558571cb6ffce7c75d"><span class="notion-default">North Korea is a provocative nuclear power that has shown a willingness to fight for other countries that it is aligned with against the United States. It also has missiles that can carry nuclear warheads and reach the US mainland, but they are unreliable. Over the next five years, they will be improved considerably. North Korea has been particularly close to both China and Russia and could be an effective proxy of theirs. It is also particularly bold in developing and displaying its missile capabilities, but it would not sell these weapons to other countries. I would put the odds of some sort of military fight with North Korea over the next five years at 40-50%.</span></div></div><div class="notion-spacer"></div><div class="notion-column notion-block-3525e43203c8804fa373d8d96c41275e" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.4375)"><div class="notion-text notion-block-3525e43203c880b58f02d9852bd0bf0d">朝鲜是个极具挑衅性的拥核国家，而且已经表现出“替盟友打仗”、与美国对抗的意愿。朝鲜也拥有能够携带核弹头、理论上可以打到美国本土的导弹，只是目前可靠性不高。未来五年内，这些能力很可能会显著提升。朝鲜与中国、俄罗斯的关系都特别紧密，可能会成为它们有力的代理人。同时，朝鲜也在非常大胆地研发和展示导弹能力，但它不会把这些武器出口给其他国家。我估计未来五年内，围绕朝鲜爆发军事冲突的概率在 40–50%。</div></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3525e43203c88013a7c4fa591005875c"><div class="notion-column notion-block-3525e43203c880c5a3f6f64d1a367a06" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><h4 class="notion-h notion-h3 notion-h-indent-2 notion-block-3525e43203c880cb8f26fd5c96cec293" data-id="3525e43203c880cb8f26fd5c96cec293"><span><div id="3525e43203c880cb8f26fd5c96cec293" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3525e43203c880cb8f26fd5c96cec293" title="5. South China Sea-Philippines-China-US clash"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><span class="notion-default"><b>5. South China Sea-Philippines-China-US clash</b></span></span></span></h4></div><div class="notion-spacer"></div><div class="notion-column notion-block-3525e43203c88047b3cbe574cb897409" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.4375)"><h4 class="notion-h notion-h3 notion-h-indent-2 notion-block-3525e43203c880ffa130f60f90702d00" data-id="3525e43203c880ffa130f60f90702d00"><span><div id="3525e43203c880ffa130f60f90702d00" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3525e43203c880ffa130f60f90702d00" title="5. 中国南海：菲律宾—中国—美国的冲突"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><b>5. 中国南海：菲律宾—中国—美国的冲突</b></span></span></h4></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3525e43203c8809da8e5e8a9640dc882"><div class="notion-column notion-block-3525e43203c8805d9962c7518d67e270" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><div class="notion-text notion-block-3525e43203c880679331d896ebebe2b7"><span class="notion-default">There is a NATO-like treaty between the US and the Philippines, and there have been Chinese coast guard confrontations that could involve US naval patrols. It wouldn’t take much—e.g., a ship collision, a Chinese attack on a Philippine vessel, a blockade, or a missile incident—for the US to be expected to step in to meet its treaty obligations, yet it is inconceivable that the American electorate would stand for that. This would put the US leadership in the position of having to make a very difficult and very telling choice. I’d put the odds of this conflict over the next five years to be about 30%.</span></div></div><div class="notion-spacer"></div><div class="notion-column notion-block-3525e43203c880dda15af66d8a97690d" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.43750000000000006)"><div class="notion-text notion-block-3525e43203c880489989c60b842f1a74">美国与菲律宾之间存在某种“类北约”的盟约关系，而中国海警与菲方的对峙，可能会把美国海军巡逻也卷进来。在这里，不需要多大火星，局势就能引爆，可能只是船只碰撞、中国攻击菲律宾船只、中国实施封锁，或者导弹出事。一旦出事，就可能引发连锁反应，外界会期待美国出手介入，履行共同防御义务。但与此同时，几乎可以断定，美国选民不愿意美国介入这个冲突或者参战。这会把美国领导层推到极其艰难的境地，考验他的能力与意志。我估计未来五年内，这一冲突的概率大约是 30%。</div></div><div class="notion-spacer"></div></div><div class="notion-row notion-block-3525e43203c8809e94d1e564cfe6e558"><div class="notion-column notion-block-3525e43203c880e7a145c48de7fb925f" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.5625)"><div class="notion-text notion-block-3525e43203c880c28556c427cbb93b8c"><span class="notion-default">Looking across all these potential conflicts, the odds of at least one of them happening over the next five years appears to me to be greater than 50%.</span></div></div><div class="notion-spacer"></div><div class="notion-column notion-block-3525e43203c88017bfe7e4570037deb6" style="width:calc((100% - (1 * min(32px, 4vw))) * 0.43749999999999994)"><div class="notion-text notion-block-3525e43203c88003a5ace9a134e26999">把这些潜在冲突放在一起看，我认为未来五年内发生，爆发其中之一的概率，高于 50%。</div></div><div class="notion-spacer"></div></div><div class="notion-callout notion-gray_background_co notion-block-3525e43203c8809a80a7cf1dc859d3cc"><div class="notion-page-icon-inline notion-page-icon-span"><span class="notion-page-icon" role="img" aria-label="💡">💡</span></div><div class="notion-callout-text"><h3 class="notion-h notion-h2 notion-block-3525e43203c88043bd68cc2791dd2ff7" data-id="3525e43203c88043bd68cc2791dd2ff7"><span><div id="3525e43203c88043bd68cc2791dd2ff7" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3525e43203c88043bd68cc2791dd2ff7" title="版权声明"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">版权声明</span></span></h3><div class="notion-text notion-block-3525e43203c8804ca296d34ff2ad9405"><b>英文原文来源：达利欧的博客</b></div><div class="notion-text notion-block-3525e43203c8804a9c58eedbf7497a31"><a class="notion-link" href="https://www.linkedin.com/pulse/big-thing-we-world-war-isnt-going-end-anytime-soon-ray-dalio-sbrqe/" target="_blank" rel="noopener noreferrer">https://www.linkedin.com/pulse/big-thing-we-world-war-isnt-going-end-anytime-soon-ray-dalio-sbrqe/</a></div><div class="notion-text notion-block-3525e43203c880099ec8e4cb7d125591"><b>原文发表日期：</b>2026年4月7日</div><div class="notion-text notion-block-3525e43203c880ba9f26e94bf79de4c4"><b>中文翻译：</b>Zed，萬事如譯</div><div class="notion-text notion-block-3525e43203c88016aa94fd15003de13e"><b>授权转载：</b>本译文已授权“牛油果英语”全文转载。</div><div class="notion-text notion-block-3525e43203c880d9bf6ac4fd748cefbf"><b>转载说明：</b>如需转载或节选本译文，请注明出处及译者信息。</div></div></div></main></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Docker 部署 Hermes Agent 文件接收配置]]></title>
            <link>https://musingpages.com/AI/2026/06/08/hermes-agent-telegram-file-receive</link>
            <guid>https://musingpages.com/AI/2026/06/08/hermes-agent-telegram-file-receive</guid>
            <pubDate>Mon, 08 Jun 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Hermes Agent 接收 Telegram 文件的三步配置：config.yaml 加 docker_volumes，.env 删干扰行，重启容器。]]></description>
            <content:encoded><![CDATA[<div id="notion-article" class="mx-auto overflow-hidden "><main class="notion light-mode notion-page notion-block-3795e43203c88118bf57c7c480ef495e"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-3795e43203c88173973ff0809fc8870a" data-id="3795e43203c88173973ff0809fc8870a"><span><div id="3795e43203c88173973ff0809fc8870a" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3795e43203c88173973ff0809fc8870a" title="问题"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">问题</span></span></h3><div class="notion-text notion-block-3795e43203c881278e62dee9206bc280">Hermes Agent 通过 Telegram 收不到文件，所有终端操作报错：expected valid JSON。</div><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-3795e43203c8812ebd83c80294b9fed2" data-id="3795e43203c8812ebd83c80294b9fed2"><span><div id="3795e43203c8812ebd83c80294b9fed2" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3795e43203c8812ebd83c80294b9fed2" title="原因"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">原因</span></span></h3><div class="notion-text notion-block-3795e43203c881cda5dde7b748d1f77d">文件从 Telegram 传到沙箱需要挂载缓存目录。这需要在 config.yaml 里正确配置，同时 .env 里不能有干扰项。</div><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-3795e43203c881ce8b0befaa153622a0" data-id="3795e43203c881ce8b0befaa153622a0"><span><div id="3795e43203c881ce8b0befaa153622a0" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3795e43203c881ce8b0befaa153622a0" title="配置"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">配置</span></span></h3><div class="notion-text notion-block-3795e43203c8811383c1d34fb86c1be9">1. 编辑 config.yaml，在 terminal 段下添加 docker_volumes：</div><div class="notion-text notion-block-3795e43203c8816db1ddfbd216a1a408">极空间 NAS 示例：</div><div class="notion-text notion-block-3795e43203c8818daecdf243aa146d6a">必须手动编辑文件，不要用 hermes config set 命令。</div><div class="notion-text notion-block-3795e43203c881c59293ca0eb26e1c5b">2. 检查 .env，删除 TERMINAL_DOCKER_VOLUMES 行（如果有）。</div><div class="notion-text notion-block-3795e43203c8819981baee86ec19f7d4">3. 重启 Hermes 容器，删除旧沙箱容器（镜像 nikolaik/python-nodejs），让它自动重建。</div><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-3795e43203c88147ba07eec79b9c8c1e" data-id="3795e43203c88147ba07eec79b9c8c1e"><span><div id="3795e43203c88147ba07eec79b9c8c1e" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3795e43203c88147ba07eec79b9c8c1e" title="验证"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">验证</span></span></h3><div class="notion-text notion-block-3795e43203c8816eb135c3d8a66a0dc4">发文件给 Hermes，让它执行：</div><div class="notion-text notion-block-3795e43203c881ba8692c49ffda52e71">能看到文件列表即成功。</div><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-37a5e43203c88196a824efad8908e09e" data-id="37a5e43203c88196a824efad8908e09e"><span><div id="37a5e43203c88196a824efad8908e09e" class="notion-header-anchor"></div><a class="notion-hash-link" href="#37a5e43203c88196a824efad8908e09e" title="进阶：Hermes 生成的文件也能发给你"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">进阶：Hermes 生成的文件也能发给你</span></span></h3><div class="notion-text notion-block-37a5e43203c881bab6beecbd94789149">上面解决了收文件的问题。如果想让 Hermes 生成的文件（Excel、PDF 等）也能通过 Telegram 发给你，需要知道一个关键点：</div><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-37a5e43203c881729cf6d327f2785c4c" data-id="37a5e43203c881729cf6d327f2785c4c"><span><div id="37a5e43203c881729cf6d327f2785c4c" class="notion-header-anchor"></div><a class="notion-hash-link" href="#37a5e43203c881729cf6d327f2785c4c" title="网关和沙箱看到的路径不同"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">网关和沙箱看到的路径不同</span></span></h3><div class="notion-text notion-block-37a5e43203c881b9bdaef7ac1de36b36">网关和沙箱是两个独立容器，虽然挂载了同一个宿主机 cache 目录，但各自看到的路径不一样：</div><ul class="notion-list notion-list-disc notion-block-37a5e43203c88188aff5d3d2379320cd"><li>沙箱内路径：/mnt/hermes-cache/documents/  （写文件用这个）</li></ul><ul class="notion-list notion-list-disc notion-block-37a5e43203c881baa1a1ddad3096c0a7"><li>网关内路径：/opt/data/cache/documents/    （发文件用这个）</li></ul><div class="notion-text notion-block-37a5e43203c881bca2eaea71b0392be6">所以 Hermes 写文件时用沙箱路径，调用 send_message 发送时用网关路径。两者指向同一个宿主机目录，内容相同。</div><div class="notion-text notion-block-37a5e43203c881198fa3ee248e234b2a">config.yaml 里只需要一行 docker_volumes，无需额外配置：</div><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-37a5e43203c881948795c4f93bdd235e" data-id="37a5e43203c881948795c4f93bdd235e"><span><div id="37a5e43203c881948795c4f93bdd235e" class="notion-header-anchor"></div><a class="notion-hash-link" href="#37a5e43203c881948795c4f93bdd235e" title="总结"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">总结</span></span></h3><ul class="notion-list notion-list-disc notion-block-37a5e43203c88149bee5e96b6bc32886"><li>收文件：用户发到 Telegram → 自动存到 /mnt/hermes-cache/documents/</li></ul><ul class="notion-list notion-list-disc notion-block-37a5e43203c881f6b0b2cea172138de3"><li>发文件：沙箱写 /mnt/hermes-cache/documents/xxx → send_message 用 /opt/data/cache/documents/xxx</li></ul><ul class="notion-list notion-list-disc notion-block-37a5e43203c881c0b0a9ebfa63dc88c4"><li>config.yaml 一行 docker_volumes 搞定双向，不需要多行挂载</li></ul></main></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[muOS 上 RetroArch 按键与存档配置指南]]></title>
            <link>https://musingpages.com/technology/2026/06/04/muos-retroarch-key-config-guide</link>
            <guid>https://musingpages.com/technology/2026/06/04/muos-retroarch-key-config-guide</guid>
            <pubDate>Thu, 04 Jun 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[muOS 提供轻量化 Linux 系统并内置 RetroArch，默认会覆盖用户配置，需在设置→通用设置→高级设置中启用“RetroArch 自由配置”以保存修改。推荐以 L2 为热键激活键，结合 R2、A、方向键等实现快速存档、读档、暂停、快进、快退等功能，并在 Settings→Frame Throttle→Rewind 中开启 Rewind，缓冲区设为 50‑100 MB。通过在 Settings→Saving 中开启按核心分类、自动保存/加载、自动递增槽位、最大保留 10 个即时存档、状态缩略图等设置，可实现跨设备的存档同步，保证进度可预测、可移植且不冲突。]]></description>
            <content:encoded><![CDATA[<div id="notion-article" class="mx-auto overflow-hidden "><main class="notion light-mode notion-page notion-block-3755e43203c8814b9130e40d3afcb5cc"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-7cecf1bc2bab4635840a85dcb4611326" data-id="7cecf1bc2bab4635840a85dcb4611326"><span><div id="7cecf1bc2bab4635840a85dcb4611326" class="notion-header-anchor"></div><a class="notion-hash-link" href="#7cecf1bc2bab4635840a85dcb4611326" title="关于 muOS"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">关于 muOS</span></span></h3><div class="notion-text notion-block-8dde348485234a0994e25a6405ce6897"><a class="notion-link" href="https://muos.dev/" target="_blank" rel="noopener noreferrer">muOS</a> 是一款专为 retro 掌机（如 Anbernic RG35XX、RG40XX 系列）打造的轻量级 Linux 系统。相比于原厂系统和 GarlicOS 等替代方案，muOS 以其出色的性能优化、简洁的界面和活跃的社区支持脱颖而出。它基于 Buildroot 构建，启动极快，同时内置了 RetroArch 作为核心模拟器后端，为玩家提供了自定义空间。</div><div class="notion-text notion-block-a4f74fc755074872a317a4f8474fbbc9">本文将记录我在 muOS 上个性化配置 RetroArch 的过程，涵盖快捷键方案、快退功能启用以及跨设备存档同步策略。</div><hr class="notion-hr notion-block-6292c38f138e4a32a4217a56db9c5ac8"/><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-aa043a06e565497c9ce699bd384aae53" data-id="aa043a06e565497c9ce699bd384aae53"><span><div id="aa043a06e565497c9ce699bd384aae53" class="notion-header-anchor"></div><a class="notion-hash-link" href="#aa043a06e565497c9ce699bd384aae53" title="一、启用 RetroArch 自由配置"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">一、启用 RetroArch 自由配置</span></span></h3><div class="notion-text notion-block-37d610fac2574d789c472eb57f12cbd2">默认情况下，muOS 对 RetroArch 的配置有一定的保护机制——你在 RetroArch 菜单中修改的设置可能不会被保存。这是因为 muOS 使用了自己的配置覆盖逻辑，每次启动时会重置部分 RetroArch 设置。</div><div class="notion-text notion-block-db15829754e244d6b48147da59636760">要让自己的配置持久化，需要进行以下操作：</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-3755e43203c8805ab0b5f1c853fa2b33"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column;height:100%"><img style="object-fit:cover" src="https://www.notion.so/image/attachment%3Ac2bca5e2-b166-42e6-a430-62efe53bf7ed%3A20260604115231_33_14.jpg?table=block&amp;id=3755e432-03c8-805a-b0b5-f1c853fa2b33&amp;t=3755e432-03c8-805a-b0b5-f1c853fa2b33" alt="在muOS中启用RetroArch自由配置" loading="lazy" decoding="async"/><figcaption class="notion-asset-caption">在muOS中启用RetroArch自由配置</figcaption></div></figure><ol start="1" class="notion-list notion-list-numbered notion-block-5c7faa4ded13481b866033378a3975d0" style="list-style-type:decimal"><li>进入 muOS 主菜单</li></ol><ol start="2" class="notion-list notion-list-numbered notion-block-63d29efa1a7d4e5e9ff551ff96840945" style="list-style-type:decimal"><li>依次进入：<b>设置（Settings）→ 通用设置（General Settings）→ 高级设置（Advanced Settings）</b></li></ol><ol start="3" class="notion-list notion-list-numbered notion-block-da198e8637cd41338d0bf6d444af5bd9" style="list-style-type:decimal"><li>找到并启用 <b>RetroArch 自由配置（RetroArch Free Configuration）</b> 选项</li></ol><div class="notion-text notion-block-ca5b33ede6014560ad691fa1a834a22f">启用后，你在 RetroArch 中所做的任何配置修改都会被保存到配置文件中，不会被 muOS 在下次启动时覆盖。</div><hr class="notion-hr notion-block-a09dd9560fa640079c2005b41926c563"/><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-db9ed8ae08a34b09bf7ed8c36c73b7b6" data-id="db9ed8ae08a34b09bf7ed8c36c73b7b6"><span><div id="db9ed8ae08a34b09bf7ed8c36c73b7b6" class="notion-header-anchor"></div><a class="notion-hash-link" href="#db9ed8ae08a34b09bf7ed8c36c73b7b6" title="二、RetroArch 快捷键配置"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">二、RetroArch 快捷键配置</span></span></h3><div class="notion-text notion-block-5f65db45314e4799a5f733e94779f230">RetroArch 的快捷键系统允许你在游戏过程中通过组合键快速执行各种操作，无需退出游戏或进入菜单。</div><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-fff2ae98b5984731be45096b509d056f" data-id="fff2ae98b5984731be45096b509d056f"><span><div id="fff2ae98b5984731be45096b509d056f" class="notion-header-anchor"></div><a class="notion-hash-link" href="#fff2ae98b5984731be45096b509d056f" title="我的快捷键方案"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">我的快捷键方案</span></span></h4><div class="notion-text notion-block-f69fcc8c806b4a7a8851521a59331bba">在 RetroArch 中进入 <b>Settings → Input → Hotkeys</b>，按以下方案配置：</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-3755e43203c8800ba801e34be7e2aa7e"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:680.9750366210938px;max-width:100%;flex-direction:column"><img style="object-fit:cover" src="https://www.notion.so/image/attachment%3A09ff7523-3fa3-49c9-88f6-872767195e18%3A20260604_112436.jpg?table=block&amp;id=3755e432-03c8-800b-a801-e34be7e2aa7e&amp;t=3755e432-03c8-800b-a801-e34be7e2aa7e" alt="RetroArch快捷键示意图" loading="lazy" decoding="async"/><figcaption class="notion-asset-caption">RetroArch快捷键示意图</figcaption></div></figure><table class="notion-simple-table notion-block-892e2f03ac50460a961bb606b2c5f1b7"><tbody><tr class="notion-simple-table-row notion-simple-table-header-row notion-block-b6c2972ecd6146ada7aef92c3e9d2a24"><td class="" style="width:120px"><div class="notion-simple-table-cell">功能</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">按键</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">说明</div></td></tr><tr class="notion-simple-table-row notion-block-2505bd01938f4672ad768b218583d10f"><td class="" style="width:120px"><div class="notion-simple-table-cell">快捷键激活键（Hotkey Enable）</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell"><b>L2</b></div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">按住 L2 的同时按下其他键触发快捷操作</div></td></tr><tr class="notion-simple-table-row notion-block-3f651679337d4934a2e632f2c92d2811"><td class="" style="width:120px"><div class="notion-simple-table-cell">即时存档（Save State）</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell"><b>R2</b></div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">L2 + R2 → 快速保存当前游戏进度</div></td></tr><tr class="notion-simple-table-row notion-block-3f4b1261703b45a5bfbcaa56f2494add"><td class="" style="width:120px"><div class="notion-simple-table-cell">即时读档（Load State）</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell"><b>A</b></div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">L2 + A → 快速加载上一次存档</div></td></tr><tr class="notion-simple-table-row notion-block-c8fd6d3658864765bb05f034a7b9158c"><td class="" style="width:120px"><div class="notion-simple-table-cell">打开 RetroArch 菜单（Menu）</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell"><b>X</b></div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">L2 + X → 打开 RetroArch 设置界面</div></td></tr><tr class="notion-simple-table-row notion-block-d7d7b54ea9c94e8b82e92a46cf45c1ed"><td class="" style="width:120px"><div class="notion-simple-table-cell">暂停游戏（Pause）</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell"><b>Y</b></div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">L2 + Y → 暂停/继续游戏</div></td></tr><tr class="notion-simple-table-row notion-block-9deb5e136dfb49d0b44f3940fa1cb9cc"><td class="" style="width:120px"><div class="notion-simple-table-cell">存档位 +1（Increase State Slot）</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell"><b>↑（上方向键）</b></div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">L2 + ↑ → 切换到下一个存档槽位</div></td></tr><tr class="notion-simple-table-row notion-block-b1110c89f003421793c0b55797a9f0be"><td class="" style="width:120px"><div class="notion-simple-table-cell">存档位 -1（Decrease State Slot）</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell"><b>↓（下方向键）</b></div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">L2 + ↓ → 切换到上一个存档槽位</div></td></tr><tr class="notion-simple-table-row notion-block-5660813fcdf74bfe9b91643af215a371"><td class="" style="width:120px"><div class="notion-simple-table-cell">按住快进（Fast Forward Hold）</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell"><b>→（右方向键）</b></div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">L2 + → → 按住时加速游戏</div></td></tr><tr class="notion-simple-table-row notion-block-cc2a9fd507ac48f881f5ea8e9cca20d4"><td class="" style="width:120px"><div class="notion-simple-table-cell">按住快退（Rewind）</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell"><b>←（左方向键）</b></div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">L2 + ← → 按住时回退游戏</div></td></tr><tr class="notion-simple-table-row notion-block-2e20500b0bba4ff5b0e969fd3f61bed6"><td class="" style="width:120px"><div class="notion-simple-table-cell">退出 RetroArch（Quit）</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell"><b>Start</b></div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">L2 + Start → 退出模拟器回到 muOS</div></td></tr><tr class="notion-simple-table-row notion-block-c0abdfaee3aa471b91b31e52cc96d59d"><td class="" style="width:120px"><div class="notion-simple-table-cell">重置游戏（Reset）</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell"><b>Select</b></div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">L2 + Select → 重启当前游戏</div></td></tr><tr class="notion-simple-table-row notion-block-944ea46724214da3a13625647138b334"><td class="" style="width:120px"><div class="notion-simple-table-cell">开启/关闭快进（Fast Forward Toggle）</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell"><b>R1</b></div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">L2 + R1 → 切换持续快进状态</div></td></tr></tbody></table><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-31fd007c7502465a8cf5ddc0e3ce9c95" data-id="31fd007c7502465a8cf5ddc0e3ce9c95"><span><div id="31fd007c7502465a8cf5ddc0e3ce9c95" class="notion-header-anchor"></div><a class="notion-hash-link" href="#31fd007c7502465a8cf5ddc0e3ce9c95" title="设计思路"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">设计思路</span></span></h4><ul class="notion-list notion-list-disc notion-block-fbca8df6084b4e448dd6adadf6763e1e"><li><b>L2 作为激活键</b>：L2 在大多数掌机上是一个不常被游戏自身使用的肩键，非常适合作为修饰键。这样不会和游戏内的按键操作冲突。</li></ul><ul class="notion-list notion-list-disc notion-block-eabd532c4e4e40dc99c93d39aaed10f8"><li><b>R2 存档 / A 读档</b>：R2 和 A 分别是右手食指和拇指最自然的按键，存档和读档作为最高频操作放在这两个位置最顺手。</li></ul><ul class="notion-list notion-list-disc notion-block-6352696114c44f029aebfb60b48806aa"><li><b>方向键管理存档位</b>：上/下方向键直接切换存档槽位，方便在游戏中创建多个检查点。左/右方向键分配给快退/快进，逻辑直观——左 = 回退，右 = 前进。</li></ul><hr class="notion-hr notion-block-395c399e22f640ac8a11198339ad83ba"/><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-3432f65db84a486480d6838ae209215a" data-id="3432f65db84a486480d6838ae209215a"><span><div id="3432f65db84a486480d6838ae209215a" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3432f65db84a486480d6838ae209215a" title="三、启用游戏快退（Rewind）"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">三、启用游戏快退（Rewind）</span></span></h3><div class="notion-text notion-block-6278d61b6b2c4587811b834df26ae0a1">快退功能允许你在游戏中“倒带”，回到几秒前的状态。这在平台跳跃、动作类游戏中非常实用——失误后不用从头再来。</div><div class="notion-text notion-block-66d85f9e5a4d4b56b5938c420e23465e">要启用快退，进入 RetroArch 的：</div><div class="notion-text notion-block-e192bfaa01544695b198a4e41b1fbaab"><b>Settings → Frame Throttle → Rewind</b></div><div class="notion-text notion-block-fa44e4c592a748db91c510cf47d0482a">确保以下设置正确：</div><ul class="notion-list notion-list-disc notion-block-63429d1139cf4c019e1ac329dde1fc60"><li><b>Rewind Support</b> = <b>ON</b>（必须开启）</li></ul><ul class="notion-list notion-list-disc notion-block-3765e43203c880879d48e5b618f3243f"><li><b>Rewind Frames = 5 </b>（填几就是几倍速倒带）</li></ul><ul class="notion-list notion-list-disc notion-block-fe695125f3814478b0f15038d35b952e"><li><b>Rewind Buffer Size</b> = <b>100 MB</b></li></ul><blockquote class="notion-quote notion-block-f46fb9690f09482c819eeb7c6edc8993"><div>💡 <b>提示</b>：Rewind Buffer Size 决定了可以回退的时间长度。值越大，可回退的时间越长，但也会占用更多内存。对于 RG35XX/RG40XX 这类 1GB RAM 的设备，建议设置为 50-100MB 之间，我设置的 100MB。</div></blockquote><div class="notion-text notion-block-c19fdef71221486288efc67f2e4493a5">配置好后，在游戏中按住 <b>L2 + ←（左方向键）</b> 即可体验快退效果。</div><hr class="notion-hr notion-block-9e4c9d78e7e34c0f9e51c9e9d731a6d4"/><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-ebe0cf9d69c74b499d2dc0a8ede61ed1" data-id="ebe0cf9d69c74b499d2dc0a8ede61ed1"><span><div id="ebe0cf9d69c74b499d2dc0a8ede61ed1" class="notion-header-anchor"></div><a class="notion-hash-link" href="#ebe0cf9d69c74b499d2dc0a8ede61ed1" title="四、存档设置与跨设备同步策略"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">四、存档设置与跨设备同步策略</span></span></h3><div class="notion-text notion-block-51070073985b451e9eb9263ff00497a0">如果你像我一样在多台掌机之间切换游玩（比如一台 RG35XX 随身携带，一台 RG40XX 在家用），存档的跨设备同步就是一个实际需求。以下设置旨在让即时存档文件尽可能&quot;自包含&quot;和&quot;可移植&quot;。</div><div class="notion-text notion-block-ca0690c6988b4b8484cf508efc9a2c55">进入 RetroArch 的 <b>Settings → Saving</b>，进行如下配置：</div><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-d237ac7ac9f2403d9a942fffec655a4c" data-id="d237ac7ac9f2403d9a942fffec655a4c"><span><div id="d237ac7ac9f2403d9a942fffec655a4c" class="notion-header-anchor"></div><a class="notion-hash-link" href="#d237ac7ac9f2403d9a942fffec655a4c" title="存档相关设置"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">存档相关设置</span></span></h4><table class="notion-simple-table notion-block-08d29ce2d82c454ca48f2e1e930ce8d4"><tbody><tr class="notion-simple-table-row notion-simple-table-header-row notion-block-af5da37d573348e393b0e02ae4ee024b"><td class="" style="width:120px"><div class="notion-simple-table-cell">设置项</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">值</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">说明</div></td></tr><tr class="notion-simple-table-row notion-block-608e2ae8141f4dc39bbd1506e3160160"><td class="" style="width:120px"><div class="notion-simple-table-cell"><b>Block SRAM Overwrite</b>（加载即时存档时锁定 SRAM）</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell"><b>ON</b></div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">防止加载即时存档时意外覆盖游戏自身的电池存档（.srm）</div></td></tr><tr class="notion-simple-table-row notion-block-07c63a215f50472281bc4abadcceac36"><td class="" style="width:120px"><div class="notion-simple-table-cell"><b>Sort SRAM by Core</b>（SRAM 按核心分类）</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell"><b>ON</b></div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">不同模拟器的存档分目录存放，避免同名游戏冲突</div></td></tr><tr class="notion-simple-table-row notion-block-c0c9563a883f4a9eb3be0801b5ded3bf"><td class="" style="width:120px"><div class="notion-simple-table-cell"><b>Auto Save State</b>（退出时自动即时存档）</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell"><b>ON</b></div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">每次退出游戏时自动保存即时存档</div></td></tr><tr class="notion-simple-table-row notion-block-36ce76f406b44392938f98641201065c"><td class="" style="width:120px"><div class="notion-simple-table-cell"><b>Auto Load State</b>（启动时自动加载即时存档）</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell"><b>ON</b></div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">每次启动游戏时自动恢复上次的进度</div></td></tr><tr class="notion-simple-table-row notion-block-2b9f7e9ea3a74a07a10e03ea85dc1542"><td class="" style="width:120px"><div class="notion-simple-table-cell"><b>Auto Index</b>（自动递增即时存档槽位）</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell"><b>ON</b></div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">每次存档自动使用下一个槽位，形成&quot;存档历史链&quot;</div></td></tr><tr class="notion-simple-table-row notion-block-3e4d0e035c74458482ba77ad83ecd4c5"><td class="" style="width:120px"><div class="notion-simple-table-cell"><b>Max Keep</b>（最大即时存档数）</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell"><b>10</b></div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">保留最近 10 个即时存档，超过自动删除最早的</div></td></tr><tr class="notion-simple-table-row notion-block-3c3dd9fec1f94b618731b62781d91043"><td class="" style="width:120px"><div class="notion-simple-table-cell"><b>State Thumbnail</b>（保存即时存档缩略图）</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell"><b>ON</b></div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">每个存档附带截图，方便识别进度</div></td></tr><tr class="notion-simple-table-row notion-block-a0b7ebcc93c24631808aa73151dd64e6"><td class="" style="width:120px"><div class="notion-simple-table-cell"><b>Sort by Core</b>（即时存档按核心分类）</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell"><b>ON</b></div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">不同模拟器的即时存档分目录存放</div></td></tr></tbody></table><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-1f59d39210a14074aae326a74de31352" data-id="1f59d39210a14074aae326a74de31352"><span><div id="1f59d39210a14074aae326a74de31352" class="notion-header-anchor"></div><a class="notion-hash-link" href="#1f59d39210a14074aae326a74de31352" title="为什么这些设置有利于跨设备存档同步？"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">为什么这些设置有利于跨设备存档同步？</span></span></h4><div class="notion-text notion-block-b90bac5e51114adaa315c61c8d75fbf8">这套配置的核心思想是让存档文件<b>可预测、可识别、可移植</b>：</div><ol start="1" class="notion-list notion-list-numbered notion-block-00de28722fdc4561a77b77746ed17271" style="list-style-type:decimal"><li><code class="notion-inline-code"><b>Sort by Core</b></code><b> + </b><code class="notion-inline-code"><b>Sort SRAM by Core</b></code>：不同模拟器的存档分开存放，目录结构清晰。在另一台设备上，只需把对应核心的存档文件夹拷贝过去，不用担心不同游戏/核心之间的文件名冲突。</li></ol><ol start="2" class="notion-list notion-list-numbered notion-block-68d9ad55de9142668c2d50fbfc2ce3b8" style="list-style-type:decimal"><li><code class="notion-inline-code"><b>Auto Save + Auto Load</b></code>：切换设备时体验无缝。在设备 A 上退出游戏，存档自动保存；将存档文件复制到设备 B，启动游戏后自动恢复到退出的那一刻。</li></ol><ol start="3" class="notion-list notion-list-numbered notion-block-a74f36cddc234e949db4b02e7cf6d091" style="list-style-type:decimal"><li><code class="notion-inline-code"><b>Auto Index</b></code><b> + </b><code class="notion-inline-code"><b>Max Keep = 10</b></code>：自动递增槽位意味着每次存档都是新的检查点，不会覆盖之前的进度。如果你在设备 A 的槽位 3 存了档，同步到设备 B 后可以继续从槽位 4 开始——两边独立演进，互不覆盖。<code class="notion-inline-code">Max Keep = 10</code> 则在保留历史的同时避免占用过多空间。</li></ol><ol start="4" class="notion-list notion-list-numbered notion-block-727c093a68c9410380ff29d4caa0d28c" style="list-style-type:decimal"><li><code class="notion-inline-code"><b>Block SRAM Overwrite</b></code>：加载即时存档时锁定游戏自身的电池存档（SRAM），防止从旧即时存档恢复时意外覆盖较新的游戏进度。这在跨设备场景下尤为重要——你可能在设备 B 上通过正常游戏方式推进了进度（写入 SRAM），然后从设备 A 复制过来的即时存档不应该破坏这个进度。</li></ol><ol start="5" class="notion-list notion-list-numbered notion-block-b69ac166e06941928b7d50d40158f772" style="list-style-type:decimal"><li><code class="notion-inline-code"><b>State Thumbnail</b></code>：在文件管理器中可以通过缩略图直观地识别每个存档的状态，复制到另一台设备后也能一眼看出这是哪个关卡的进度。</li></ol><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-8bcf48b886ee4283922fb66578bf2f6a" data-id="8bcf48b886ee4283922fb66578bf2f6a"><span><div id="8bcf48b886ee4283922fb66578bf2f6a" class="notion-header-anchor"></div><a class="notion-hash-link" href="#8bcf48b886ee4283922fb66578bf2f6a" title="实际操作流程"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">实际操作流程</span></span></h4><div class="notion-text notion-block-852ed78ca8a649ea8cbc60d86a1a7960">在设备 A 上玩完 → 退出游戏（自动存档）→ 将 <code class="notion-inline-code">retroarch/states/</code> 和 <code class="notion-inline-code">retroarch/saves/</code> 两个目录通过 Syncthing / rsync / U 盘等方式同步到设备 B → 设备 B 上启动游戏 → 自动恢复到设备 A 最后的进度。</div><hr class="notion-hr notion-block-1125588032ab4ae0afacaaacde94b070"/><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-60d171e3cb75421fb17488068835339a" data-id="60d171e3cb75421fb17488068835339a"><span><div id="60d171e3cb75421fb17488068835339a" class="notion-header-anchor"></div><a class="notion-hash-link" href="#60d171e3cb75421fb17488068835339a" title="总结"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">总结</span></span></h3><div class="notion-text notion-block-40d771585a7d40299a92da21b04cb6ce">以上就是我在 muOS 上个性化配置 RetroArch 的完整方案。核心要点：</div><ul class="notion-list notion-list-disc notion-block-0cafc4d4dccf483f89ecbcb85557b1e3"><li>先在 muOS 中启用 <b>RetroArch 自由配置</b>，否则一切修改不会被保存</li></ul><ul class="notion-list notion-list-disc notion-block-a2e92ef5599c4c3da32e7a26732ec66c"><li>以 <b>L2 为激活键</b>的快捷键方案让操作高效且不冲突</li></ul><ul class="notion-list notion-list-disc notion-block-1c3c8f5b2a064317a1989805d27b16c4"><li>别忘记开启 <b>Rewind</b> 并设置足够的缓冲区</li></ul><ul class="notion-list notion-list-disc notion-block-26594b9a28214e1eb7d4cf1c7131de89"><li>通过合理的存档设置，可以实现<b>多设备间近乎无缝的游戏进度同步</b></li></ul></main></div>]]></content:encoded>
        </item>
    </channel>
</rss>