<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Mixture of Insights · 中文</title><description>王通的技术笔记：后训练、Agent、推理部署和系统排查。</description><link>https://mixtureofinsights.com/</link><language>zh-CN</language><item><title>PayPal 启动闪退：文件系统设备号与 App Zygote 错误码</title><link>https://mixtureofinsights.com/zh/blog/06-paypal-crash-two-root-signals/</link><guid isPermaLink="true">https://mixtureofinsights.com/zh/blog/06-paypal-crash-two-root-signals/</guid><description>追踪 PayPal 启动失败中的两项信号：Magisk 的文件系统设备号分配与 App Zygote 的 SELinux 错误码，以及对应修改的验证过程和限制。</description><pubDate>Mon, 14 Sep 2026 00:00:00 GMT</pubDate></item><item><title>Android READ_LOGS：同时检查权限与 SELinux 上下文</title><link>https://mixtureofinsights.com/zh/blog/03-the-logcat-leak/</link><guid isPermaLink="true">https://mixtureofinsights.com/zh/blog/03-the-logcat-leak/</guid><description>这次权限排查发现 15 个第三方 App 持有 READ_LOGS。撤销授权后，还要处理运行时请求，并在 App 的 SELinux 域下验证结果。</description><pubDate>Wed, 10 Jun 2026 00:00:00 GMT</pubDate></item><item><title>Android 应用上下文审计：UID、SELinux 与挂载命名空间</title><link>https://mixtureofinsights.com/zh/blog/04-auditing-from-the-apps-eyes/</link><guid isPermaLink="true">https://mixtureofinsights.com/zh/blog/04-auditing-from-the-apps-eyes/</guid><description>用 App 的 UID、SELinux 域、挂载命名空间和进程映射检查检测面，并区分各项检查能看到什么。</description><pubDate>Wed, 10 Jun 2026 00:00:00 GMT</pubDate></item><item><title>Root Android 的检测面：用户态信号与硬件证明边界</title><link>https://mixtureofinsights.com/zh/blog/05-what-you-can-and-cant-hide/</link><guid isPermaLink="true">https://mixtureofinsights.com/zh/blog/05-what-you-can-and-cant-hide/</guid><description>整理各条检测通道对应的处理方式，以及用户态修改之后仍存在的隔离 /proc 和硬件认证限制。</description><pubDate>Wed, 10 Jun 2026 00:00:00 GMT</pubDate></item><item><title>ORBIT：租用 GPU 上的实验控制面</title><link>https://mixtureofinsights.com/zh/blog/a-control-plane-for-renting-gpus/</link><guid isPermaLink="true">https://mixtureofinsights.com/zh/blog/a-control-plane-for-renting-gpus/</guid><description>ORBIT 在本地保存实验记录，通过执行模板和 bundle 向租用的 GPU 提交任务，并用 RunHandle 跟踪运行与产物。</description><pubDate>Wed, 10 Jun 2026 00:00:00 GMT</pubDate></item><item><title>约束规划的 SFT 冷启动与 GRPO</title><link>https://mixtureofinsights.com/zh/blog/cold-start-then-climb/</link><guid isPermaLink="true">https://mixtureofinsights.com/zh/blog/cold-start-then-climb/</guid><description>约束规划任务中的 SFT 冷启动与 GRPO：如何收集种子、配置训练、计算组内优势，以及检查无有效梯度的采样组。</description><pubDate>Wed, 10 Jun 2026 00:00:00 GMT</pubDate></item><item><title>角色扮演 DPO：偏好对与 chosen 概率监控</title><link>https://mixtureofinsights.com/zh/blog/dpo-when-you-cant-afford-rlhf/</link><guid isPermaLink="true">https://mixtureofinsights.com/zh/blog/dpo-when-you-cant-afford-rlhf/</guid><description>用 DPO 处理角色扮演中的出戏问题：偏好对构造、损失下降但 chosen 概率也下降的现象，以及 S-LoRA 多角色部署。</description><pubDate>Wed, 10 Jun 2026 00:00:00 GMT</pubDate></item><item><title>Qwen3-TTS 的 OpenVINO 拆图：Talker、Subcode 与流式解码</title><link>https://mixtureofinsights.com/zh/blog/how-qwen3-tts-makes-a-frame/</link><guid isPermaLink="true">https://mixtureofinsights.com/zh/blog/how-qwen3-tts-makes-a-frame/</guid><description>在 OpenVINO 中分开导出 Qwen3-TTS 的 Talker、Subcode 和流式 Decoder，并为首段语音和稳态输出配置不同的解码块。</description><pubDate>Wed, 10 Jun 2026 00:00:00 GMT</pubDate></item><item><title>ORBIT 任务插件：将任务校验移出通用执行核</title><link>https://mixtureofinsights.com/zh/blog/orbit-a-task-agnostic-core/</link><guid isPermaLink="true">https://mixtureofinsights.com/zh/blog/orbit-a-task-agnostic-core/</guid><description>ORBIT 用任务插件处理请求校验和结果汇总，由同一个执行核负责 bundle 暂存、启动、监控和产物收集。</description><pubDate>Wed, 10 Jun 2026 00:00:00 GMT</pubDate></item><item><title>ORBIT 任务 bundle：日志、产物与依赖来源</title><link>https://mixtureofinsights.com/zh/blog/orbit-the-bundle-is-the-contract/</link><guid isPermaLink="true">https://mixtureofinsights.com/zh/blog/orbit-the-bundle-is-the-contract/</guid><description>ORBIT bundle 的目录约定、分层日志和依赖来源记录，以及接入上游项目时保留原有语义的做法。</description><pubDate>Wed, 10 Jun 2026 00:00:00 GMT</pubDate></item><item><title>OpenVINO Qwen3-TTS：Paged-KV、U8 缓存与连续批处理</title><link>https://mixtureofinsights.com/zh/blog/paged-kv-batching-without-vllm/</link><guid isPermaLink="true">https://mixtureofinsights.com/zh/blog/paged-kv-batching-without-vllm/</guid><description>用 OpenVINO Paged-KV、U8 缓存和连续批处理，在核显内存预算内调度 Qwen3-TTS 的长上下文与并发请求。</description><pubDate>Wed, 10 Jun 2026 00:00:00 GMT</pubDate></item><item><title>LLM 后训练数据：生成、验证与通过率</title><link>https://mixtureofinsights.com/zh/blog/post-training-is-a-data-problem/</link><guid isPermaLink="true">https://mixtureofinsights.com/zh/blog/post-training-is-a-data-problem/</guid><description>ORBIT 如何生成、筛选和验证训练轨迹，以及通过率如何影响数据收集成本。</description><pubDate>Wed, 10 Jun 2026 00:00:00 GMT</pubDate></item><item><title>OpenSpiel 训练数据：MCTS、CFR 与轨迹筛选</title><link>https://mixtureofinsights.com/zh/blog/self-play-and-the-games-models-teach-themselves/</link><guid isPermaLink="true">https://mixtureofinsights.com/zh/blog/self-play-and-the-games-models-teach-themselves/</guid><description>GAME 管线用 OpenSpiel、MCTS 和 CFR/MCCFR 生成对局，按终局结果筛选轨迹，再转成 SFT 对话数据。</description><pubDate>Wed, 10 Jun 2026 00:00:00 GMT</pubDate></item><item><title>规划 Agent 奖励设计：验证器、奖励模型与奖励漏洞</title><link>https://mixtureofinsights.com/zh/blog/what-are-you-rewarding/</link><guid isPermaLink="true">https://mixtureofinsights.com/zh/blog/what-are-you-rewarding/</guid><description>规划 Agent 如何结合约束验证器与奖励模型，以及过程奖励、KL 正则和奖励过度优化的检查方式。</description><pubDate>Wed, 10 Jun 2026 00:00:00 GMT</pubDate></item><item><title>Intel 平台上的 Qwen3-TTS：不依赖 CUDA 的 OpenVINO 推理</title><link>https://mixtureofinsights.com/zh/blog/when-the-gpu-isnt-an-nvidia/</link><guid isPermaLink="true">https://mixtureofinsights.com/zh/blog/when-the-gpu-isnt-an-nvidia/</guid><description>Qwen3-TTS 在 Intel 硬件上的 OpenVINO 移植：内存带宽、量化、KV 缓存与流式批处理调度。</description><pubDate>Wed, 10 Jun 2026 00:00:00 GMT</pubDate></item><item><title>Play Integrity 通过后，Google Wallet 为什么仍绑卡失败</title><link>https://mixtureofinsights.com/zh/blog/01-the-google-wallet-wall/</link><guid isPermaLink="true">https://mixtureofinsights.com/zh/blog/01-the-google-wallet-wall/</guid><description>Play Integrity 过了 STRONG，Wallet 还是拒绝加卡。问题不在本地伪装，而在支付后端对硬件证明的校验。</description><pubDate>Tue, 09 Jun 2026 00:00:00 GMT</pubDate></item><item><title>StockMask：在 system_server 中按调用方过滤 LineageOS 特性</title><link>https://mixtureofinsights.com/zh/blog/02-stockmask/</link><guid isPermaLink="true">https://mixtureofinsights.com/zh/blog/02-stockmask/</guid><description>在 system_server 中按调用方 UID 过滤 LineageOS 特性和权限，让查询这些信息的 App 无需加载 hook 模块。</description><pubDate>Tue, 09 Jun 2026 00:00:00 GMT</pubDate></item><item><title>Neovim OSC 52：通过 SSH、WSL 复制与终端粘贴</title><link>https://mixtureofinsights.com/zh/blog/nvim-yank-osc52/</link><guid isPermaLink="true">https://mixtureofinsights.com/zh/blog/nvim-yank-osc52/</guid><description>在 SSH 和 WSL 中配置 Neovim 0.10 的 OSC 52 复制，并用终端粘贴快捷键读取本地剪贴板。</description><pubDate>Sun, 16 Jun 2024 00:00:00 GMT</pubDate></item></channel></rss>