<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Hioer Journal</title><description>Hioer 的个人技术博客，记录技术笔记、项目复盘、学习总结与生活即刻。</description><link>https://xhioer.github.io/</link><item><title>7月16日：为临时计算环境建立可恢复的状态备份</title><link>https://xhioer.github.io/posts/recoverable-state-backup-for-ephemeral-environments/</link><guid isPermaLink="true">https://xhioer.github.io/posts/recoverable-state-backup-for-ephemeral-environments/</guid><description>记录临时计算环境重启前，如何通过完整快照、关键文件校验与恢复入口设计，降低开发状态和会话资产丢失风险。</description><pubDate>Thu, 16 Jul 2026 00:00:00 GMT</pubDate></item><item><title>PII项目7月1日：fragment stacking接近饱和后的下一步</title><link>https://xhioer.github.io/posts/pii-fragment-stacking-saturation/</link><guid isPermaLink="true">https://xhioer.github.io/posts/pii-fragment-stacking-saturation/</guid><description>记录2026-07-01A10、A12和A13如何围绕A9继续降低误报，并判断后处理路线何时应转向训练路线。</description><pubDate>Wed, 01 Jul 2026 00:00:00 GMT</pubDate></item><item><title>PII项目A9：从后处理转向ultra-low-FP训练</title><link>https://xhioer.github.io/posts/pii-a9-ultra-low-fp-training/</link><guid isPermaLink="true">https://xhioer.github.io/posts/pii-a9-ultra-low-fp-training/</guid><description>记录2026-06-30A9如何从A6继续训练，通过低误报数据配比降低fp_char_rate，并用线上指标验证路线有效性。</description><pubDate>Tue, 30 Jun 2026 00:00:00 GMT</pubDate></item><item><title>PII 项目的安全写作与处理思路</title><link>https://xhioer.github.io/posts/codex-blog-automation-review-flow/</link><guid isPermaLink="true">https://xhioer.github.io/posts/codex-blog-automation-review-flow/</guid><description>记录今天围绕 PII 项目推进时，对隐私边界、处理方案和记录方式的思考。</description><pubDate>Thu, 25 Jun 2026 00:00:00 GMT</pubDate></item><item><title>PII项目A6/A7选择器：为什么路由上限没有变成可用方案</title><link>https://xhioer.github.io/posts/pii-a6-a7-selector-not-deployable/</link><guid isPermaLink="true">https://xhioer.github.io/posts/pii-a6-a7-selector-not-deployable/</guid><description>记录2026-06-25A6/A7路由选择器从规则到机器学习特征的尝试，以及最终没有上线的原因。</description><pubDate>Thu, 25 Jun 2026 00:00:00 GMT</pubDate></item><item><title>PII项目A6低误报路线：从精确后处理开始</title><link>https://xhioer.github.io/posts/pii-a6-low-fp-postprocess/</link><guid isPermaLink="true">https://xhioer.github.io/posts/pii-a6-low-fp-postprocess/</guid><description>记录2026-06-24如何在A6基线之上设计保守的误报过滤，并通过验证指标判断是否值得线上提交。</description><pubDate>Wed, 24 Jun 2026 00:00:00 GMT</pubDate></item><item><title>PII项目交接：先冻结基线，再继续优化</title><link>https://xhioer.github.io/posts/pii-baseline-freeze-before-optimization/</link><guid isPermaLink="true">https://xhioer.github.io/posts/pii-baseline-freeze-before-optimization/</guid><description>记录2026-06-22PII项目交接时如何确认protected best、复现实验入口、验证集边界和后续优化原则。</description><pubDate>Mon, 22 Jun 2026 00:00:00 GMT</pubDate></item><item><title>项目迁移到持久化目录后Git显示所有文件Modified</title><link>https://xhioer.github.io/posts/gitmodified/</link><guid isPermaLink="true">https://xhioer.github.io/posts/gitmodified/</guid><description>记录一次项目迁移到持久化目录后，Git将大量文件标记为modified的问题排查过程。</description><pubDate>Mon, 15 Jun 2026 00:00:00 GMT</pubDate></item><item><title>Linux 容器实验环境的数据持久化迁移</title><link>https://xhioer.github.io/posts/linux/</link><guid isPermaLink="true">https://xhioer.github.io/posts/linux/</guid><description>记录在 Linux 容器实验环境中，将 /home 下的项目、数据集、环境和输出迁移到持久化目录 /data，并通过软链接保持原路径可用的方法。</description><pubDate>Sun, 14 Jun 2026 00:00:00 GMT</pubDate></item><item><title>PPU显卡环境配置</title><link>https://xhioer.github.io/posts/ppu/</link><guid isPermaLink="true">https://xhioer.github.io/posts/ppu/</guid><description>PPU 显卡服务器深度学习环境配置指南，介绍如何继承系统 PPU 版 PyTorch、创建虚拟环境、安装安全依赖，并处理 torch 不可用和依赖冲突等常见问题。</description><pubDate>Sat, 30 May 2026 00:00:00 GMT</pubDate></item><item><title>服务器访问外网：Clash + SSH 反向代理 + 自动重连</title><link>https://xhioer.github.io/posts/networklink/</link><guid isPermaLink="true">https://xhioer.github.io/posts/networklink/</guid><description>本地Windows电脑开启 Clash 代理，然后通过SSH反向隧道，让服务器访问本地Clash代理，从而实现服务器访问外网。</description><pubDate>Wed, 27 May 2026 00:00:00 GMT</pubDate></item><item><title>模型调优实战：从数据到上线的可控流程</title><link>https://xhioer.github.io/posts/model-fine-tuning-practical-guide/</link><guid isPermaLink="true">https://xhioer.github.io/posts/model-fine-tuning-practical-guide/</guid><description>梳理模型调优的关键决策：何时需要微调、如何准备数据、怎样设计评估集，以及上线后的监控和回滚策略。</description><pubDate>Sat, 23 May 2026 00:00:00 GMT</pubDate></item><item><title>Astro 纯静态技术博客架构设计</title><link>https://xhioer.github.io/posts/astro-static-blog-architecture/</link><guid isPermaLink="true">https://xhioer.github.io/posts/astro-static-blog-architecture/</guid><description>从内容建模、静态生成、搜索索引到 GitHub Pages 部署，拆解一个长期可维护博客的核心架构。</description><pubDate>Mon, 18 May 2026 00:00:00 GMT</pubDate></item><item><title>Tailwind CSS 高级视觉系统拆解</title><link>https://xhioer.github.io/posts/tailwind-luxury-design-system/</link><guid isPermaLink="true">https://xhioer.github.io/posts/tailwind-luxury-design-system/</guid><description>用低饱和配色、玻璃拟态、层级阴影和可维护设计 token，构建精致但不臃肿的程序员博客界面。</description><pubDate>Tue, 12 May 2026 00:00:00 GMT</pubDate></item><item><title>GitHub Pages 长期运维清单</title><link>https://xhioer.github.io/posts/github-pages-ops-checklist/</link><guid isPermaLink="true">https://xhioer.github.io/posts/github-pages-ops-checklist/</guid><description>梳理仓库设置、Actions 权限、路径配置、自定义域名、HTTPS 与常见部署失败排查。</description><pubDate>Wed, 06 May 2026 00:00:00 GMT</pubDate></item></channel></rss>