<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.10.0">Jekyll</generator><link href="https://mynotwo.github.io/feed.xml" rel="self" type="application/atom+xml" /><link href="https://mynotwo.github.io/" rel="alternate" type="text/html" /><updated>2026-06-11T09:02:34+08:00</updated><id>https://mynotwo.github.io/feed.xml</id><title type="html">Yu Mao</title><subtitle>Do small things with great love!</subtitle><author><name>Yu Mao</name><email>mynotwo@126.com</email></author><entry xml:lang="zh"><title type="html">Hello, Blog · 开张第一篇</title><link href="https://mynotwo.github.io/blog/2026/06/hello-blog/" rel="alternate" type="text/html" title="Hello, Blog · 开张第一篇" /><published>2026-06-07T00:00:00+08:00</published><updated>2026-06-07T00:00:00+08:00</updated><id>https://mynotwo.github.io/blog/2026/06/hello-blog</id><content type="html" xml:base="https://mynotwo.github.io/blog/2026/06/hello-blog/"><![CDATA[<p>欢迎来到我的博客。这里会记录一些关于 <strong>神经压缩 (neural compression)</strong>、<strong>系统效率</strong> 和 <strong>AI 基础设施</strong> 的随手笔记——有时是论文读后感，有时是工程踩坑，有时只是一点想法。</p>

<h2 id="这个博客怎么运作">这个博客怎么运作</h2>

<ul>
  <li><strong>中英双语</strong>：每篇文章在 front matter 里标 <code class="language-plaintext highlighter-rouge">lang: zh</code> 或 <code class="language-plaintext highlighter-rouge">lang: en</code>，列表页可以按语言筛选，中文正文用了更舒服的行距和字体。</li>
  <li><strong>评论</strong>：底部的评论区由 <a href="https://giscus.app">Giscus</a> 驱动，数据存在本仓库的 GitHub Discussions 里——完全归我所有，你用 GitHub 账号就能留言、点赞。</li>
  <li><strong>RSS</strong>：右上角有订阅入口，欢迎 follow。</li>
</ul>

<h2 id="写一篇新文章">写一篇新文章</h2>

<p>往 <code class="language-plaintext highlighter-rouge">_posts/</code> 丢一个 <code class="language-plaintext highlighter-rouge">YYYY-MM-DD-slug.md</code> 就行：</p>

<div class="language-yaml highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nn">---</span>
<span class="na">title</span><span class="pi">:</span> <span class="s2">"</span><span class="s">标题"</span>
<span class="na">date</span><span class="pi">:</span> <span class="s">2026-06-08</span>
<span class="na">lang</span><span class="pi">:</span> <span class="s">en</span>
<span class="na">tags</span><span class="pi">:</span> <span class="pi">[</span><span class="nv">compression</span><span class="pi">]</span>
<span class="na">excerpt</span><span class="pi">:</span> <span class="s2">"</span><span class="s">一句话摘要。"</span>
<span class="nn">---</span>
<span class="s">正文……</span>
</code></pre></div></div>

<p>代码高亮、公式、表格都照常工作。Happy writing!</p>]]></content><author><name>Yu Mao</name><email>mynotwo@126.com</email></author><category term="meta" /><category term="notes" /><summary type="html"><![CDATA[这个博客用来记录压缩、系统效率和 AI 基础设施方向的随手笔记。支持中英双语，评论由 GitHub Discussions 驱动。]]></summary></entry></feed>