<?xml version="1.0" encoding="UTF-8" ?> <?xml-stylesheet type="text/xsl" href="rss.xsl"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/"> <channel> <title>XM Zheng&#39;s Blog</title><link>https://blog.xmzheng.cn/</link><atom:link href="https://blog.xmzheng.cn/feed_rss_updated.xml" rel="self" type="application/rss+xml" /> <language>en</language> <pubDate>Tue, 16 Jun 2026 16:42:26 -0000</pubDate> <lastBuildDate>Tue, 16 Jun 2026 16:42:26 -0000</lastBuildDate> <ttl>1440</ttl> <generator>MkDocs RSS plugin - v1.19.0</generator> <image> <url>None</url> <title>XM Zheng's Blog</title> <link>https://blog.xmzheng.cn/</link> </image> <item> <title>A fast method for partial fraction decomposition</title> <category>Math</category> <category>Studying</category> <description>&lt;h1&gt;A fast method for partial fraction decomposition&lt;/h1&gt; &lt;p&gt;&lt;img alt=&#34;&#34; src=&#34;../assets/covers/a-fast-method-for-partial-fraction-decomposition.png&#34;&gt;&lt;/p&gt; &lt;p&gt;!!! warning &#34;Generated by AI&#34;&lt;/p&gt; &lt;p&gt;该方法适用于口算&lt;/p&gt;</description> <link>https://blog.xmzheng.cn/posts/a-fast-method-for-partial-fraction-decomposition/</link> <pubDate>Tue, 16 Jun 2026 16:41:45 +0000</pubDate> <source url="https://blog.xmzheng.cn/feed_rss_updated.xml">XM Zheng's Blog</source><guid isPermaLink="true">https://blog.xmzheng.cn/posts/a-fast-method-for-partial-fraction-decomposition/</guid> <enclosure url="https://blog.xmzheng.cn/assets/images/social/posts/a-fast-method-for-partial-fraction-decomposition.png" type="image/png" length="37394" /> </item> <item> <title>Fix semicolon parsing logic within comments in SICP&#39;s sqlite_shell.py</title> <category>SICP</category> <category>Studying</category> <description>&lt;h1&gt;Fix semicolon parsing logic within comments in SICP&#39;s &lt;code&gt;sqlite_shell.py&lt;/code&gt;&lt;/h1&gt; &lt;p&gt;SICP 的 &lt;code&gt;sqlite_shell.py&lt;/code&gt; 非常神奇的无法处理 &lt;code&gt;/* */&lt;/code&gt; 中的 &lt;code&gt;;&lt;/code&gt;，会产生报错：&lt;/p&gt; &lt;p&gt;&lt;code&gt;bash sqlite&amp;gt; /*;*/; near &#34;*&#34;: syntax error&lt;/code&gt;&lt;/p&gt;</description> <link>https://blog.xmzheng.cn/posts/fix-semicolon-parsing-logic-within-comments-in-sicps-sqlite-shell-py/</link> <pubDate>Tue, 16 Jun 2026 16:41:45 +0000</pubDate> <source url="https://blog.xmzheng.cn/feed_rss_updated.xml">XM Zheng's Blog</source><guid isPermaLink="true">https://blog.xmzheng.cn/posts/fix-semicolon-parsing-logic-within-comments-in-sicps-sqlite-shell-py/</guid> <enclosure url="https://blog.xmzheng.cn/assets/images/social/posts/fix-semicolon-parsing-logic-within-comments-in-sicps-sqlite-shell-py.png" type="image/png" length="48231" /> </item> <item> <title>From hash tables to dictionaries: the missing part of SICP</title> <category>SICP</category> <category>Studying</category> <description>&lt;h1&gt;From hash tables to dictionaries: &lt;br&gt; the missing part of SICP&lt;/h1&gt; &lt;blockquote&gt; &lt;p&gt;笔者在研读 &lt;a href=&#34;https://github.com/KEDIT2007/NJU-SICP-Essays/blob/main/dict-and-python-oop/Dictionaries%20and%20Python%20OOP.md&#34;&gt;Dictionaries and Python OOP&lt;/a&gt; 的时候意识到自己对 Python 字典的实现了解不够，便在这一方向进行了深入探索。&lt;/p&gt; &lt;p&gt;我们的 &lt;a href=&#34;https://sicp.pascal-lab.net/2025/&#34;&gt;SICP&lt;/a&gt; 课程没有涉及这一数据结构，我相信也有其他学习者想要深入了解字典的实现原理；因此我不妨写一份讲义，来系统地讲解 Python 字典的设计思想，希望后来者也能少走一些弯路。&lt;/p&gt; &lt;/blockquote&gt; &lt;p&gt;!!! note 这份讲义不适合以下读者：&lt;/p&gt; &lt;pre&gt;&lt;code&gt;- 期望以此学习基本语法。 - 期望以此提高课内成绩。 建议在阅读后完成配套练习。 &lt;/code&gt;&lt;/pre&gt;</description> <link>https://blog.xmzheng.cn/posts/from-hash-tables-to-dictionaries-the-missing-part-of-sicp/</link> <pubDate>Tue, 16 Jun 2026 16:41:45 +0000</pubDate> <source url="https://blog.xmzheng.cn/feed_rss_updated.xml">XM Zheng's Blog</source><guid isPermaLink="true">https://blog.xmzheng.cn/posts/from-hash-tables-to-dictionaries-the-missing-part-of-sicp/</guid> <enclosure url="https://blog.xmzheng.cn/assets/images/social/posts/from-hash-tables-to-dictionaries-the-missing-part-of-sicp.png" type="image/png" length="43644" /> </item> <item> <title>Git tutorial for DLCO</title> <category>DLCO</category> <category>Guide</category> <description>&lt;h1&gt;Git tutorial for DLCO&lt;/h1&gt; &lt;p&gt;在此简述如何在实验平台中配置网络连接，并与 NJU Git 同步。&lt;/p&gt;</description> <link>https://blog.xmzheng.cn/posts/git-tutorial-for-dlco/</link> <pubDate>Tue, 16 Jun 2026 16:41:45 +0000</pubDate> <source url="https://blog.xmzheng.cn/feed_rss_updated.xml">XM Zheng's Blog</source><guid isPermaLink="true">https://blog.xmzheng.cn/posts/git-tutorial-for-dlco/</guid> <enclosure url="https://blog.xmzheng.cn/assets/images/social/posts/git-tutorial-for-dlco.png" type="image/png" length="21983" /> </item> <item> <title>How to build a pastebin website</title> <category>Studying</category> <description>&lt;h1&gt;How to build a pastebin website&lt;/h1&gt; &lt;p&gt;&lt;img alt=&#34;&#34; src=&#34;../assets/covers/how-to-build-a-pastebin-website.png&#34;&gt;&lt;/p&gt; &lt;p&gt;近日给原来的 Pastebin 换了一个服务器，重新部署一遍，正好写一篇教程。&lt;/p&gt; &lt;p&gt;我选择的是 &lt;a href=&#34;https://privatebin.info/&#34;&gt;PrivateBin&lt;/a&gt;。&lt;/p&gt;</description> <link>https://blog.xmzheng.cn/posts/how-to-build-a-pastebin-website/</link> <pubDate>Tue, 16 Jun 2026 16:41:45 +0000</pubDate> <source url="https://blog.xmzheng.cn/feed_rss_updated.xml">XM Zheng's Blog</source><guid isPermaLink="true">https://blog.xmzheng.cn/posts/how-to-build-a-pastebin-website/</guid> <enclosure url="https://blog.xmzheng.cn/assets/images/social/posts/how-to-build-a-pastebin-website.png" type="image/png" length="28228" /> </item> <item> <title>I set up my homepage!</title> <category>Living</category> <description>&lt;h1&gt;I set up my homepage!&lt;/h1&gt; &lt;p&gt;&lt;img alt=&#34;&#34; src=&#34;../assets/covers/i-set-up-my-homepage.png&#34;&gt;&lt;/p&gt; &lt;p&gt;正好有一个闲置的域名不知道拿来干啥好，有人建议我搞个个人主页。&lt;/p&gt; &lt;p&gt;所以就有啦，这个简陋的主页：&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;https://zhengximing.com/&#34;&gt;https://zhengximing.com/&lt;/a&gt;&lt;/p&gt; &lt;p&gt;目前啥都没有..&lt;/p&gt;</description> <link>https://blog.xmzheng.cn/posts/i-set-up-my-homepage/</link> <pubDate>Tue, 16 Jun 2026 16:41:45 +0000</pubDate> <source url="https://blog.xmzheng.cn/feed_rss_updated.xml">XM Zheng's Blog</source><guid isPermaLink="true">https://blog.xmzheng.cn/posts/i-set-up-my-homepage/</guid> <enclosure url="https://blog.xmzheng.cn/assets/images/social/posts/i-set-up-my-homepage.png" type="image/png" length="23322" /> </item> <item> <title>Markdown macros for Typora</title> <category>Math</category> <category>Studying</category> <description>&lt;h1&gt;Markdown macros for Typora&lt;/h1&gt; &lt;p&gt;注意括号的 4 个只有 Typora 能用，因其较为特别的 MathJax 配置。&lt;/p&gt; &lt;p&gt;不建议用这 4 个，如果你不只用 Typora 的话。&lt;/p&gt;</description> <link>https://blog.xmzheng.cn/posts/markdown-macros-for-typora/</link> <pubDate>Tue, 16 Jun 2026 16:41:45 +0000</pubDate> <source url="https://blog.xmzheng.cn/feed_rss_updated.xml">XM Zheng's Blog</source><guid isPermaLink="true">https://blog.xmzheng.cn/posts/markdown-macros-for-typora/</guid> <enclosure url="https://blog.xmzheng.cn/assets/images/social/posts/markdown-macros-for-typora.png" type="image/png" length="28699" /> </item> <item> <title>Organized notes of MIT 18.01SC</title> <category>Math</category> <category>Studying</category> <description>&lt;h1&gt;Organized notes of MIT 18.01SC&lt;/h1&gt; &lt;p&gt;&lt;img alt=&#34;&#34; src=&#34;../assets/covers/organized-notes-of-mit-1801sc.png&#34;&gt;&lt;/p&gt; &lt;h3&gt;Description:&lt;/h3&gt; &lt;p&gt;An archive of MIT 18.01SC Single Variable Calcul...&lt;/p&gt;</description> <link>https://blog.xmzheng.cn/posts/organized-notes-of-mit-1801sc/</link> <pubDate>Tue, 16 Jun 2026 16:41:45 +0000</pubDate> <source url="https://blog.xmzheng.cn/feed_rss_updated.xml">XM Zheng's Blog</source><guid isPermaLink="true">https://blog.xmzheng.cn/posts/organized-notes-of-mit-1801sc/</guid> <enclosure url="https://blog.xmzheng.cn/assets/images/social/posts/organized-notes-of-mit-1801sc.png" type="image/png" length="32049" /> </item> <item> <title>Some questions I set</title> <category>Studying</category> <description>&lt;h1&gt;Some questions I set&lt;/h1&gt; &lt;p&gt;是一些很乱的一个整理，从家里翻出来的一堆东西。没什么用。&lt;/p&gt; &lt;p&gt;只是觉得弃之可惜。&lt;/p&gt;</description> <link>https://blog.xmzheng.cn/posts/some-questions-i-set/</link> <pubDate>Tue, 16 Jun 2026 16:41:45 +0000</pubDate> <source url="https://blog.xmzheng.cn/feed_rss_updated.xml">XM Zheng's Blog</source><guid isPermaLink="true">https://blog.xmzheng.cn/posts/some-questions-i-set/</guid> <enclosure url="https://blog.xmzheng.cn/assets/images/social/posts/some-questions-i-set.png" type="image/png" length="20613" /> </item> <item> <title>Something about Vivado and Verilog</title> <category>DLCO</category> <category>Studying</category> <description>&lt;h1&gt;Something about Vivado and Verilog&lt;/h1&gt; &lt;p&gt;!!! info 课程名称：数字逻辑与计算机组成实验&lt;/p&gt; &lt;pre&gt;&lt;code&gt;开发板：Nexys A7-100T 项目仓库：&amp;lt;https://github.com/simonzxm/dlco-exp&amp;gt; &lt;/code&gt;&lt;/pre&gt;</description> <link>https://blog.xmzheng.cn/posts/something-about-vivado-and-verilog/</link> <pubDate>Tue, 16 Jun 2026 16:41:45 +0000</pubDate> <source url="https://blog.xmzheng.cn/feed_rss_updated.xml">XM Zheng's Blog</source><guid isPermaLink="true">https://blog.xmzheng.cn/posts/something-about-vivado-and-verilog/</guid> <enclosure url="https://blog.xmzheng.cn/assets/images/social/posts/something-about-vivado-and-verilog.png" type="image/png" length="33299" /> </item> <item> <title>The fall of my freshman year</title> <category>Review</category> <category>Studying</category> <description>&lt;h1&gt;The fall of my freshman year&lt;/h1&gt; &lt;p&gt;&lt;img alt=&#34;&#34; src=&#34;../assets/covers/the-fall-of-my-freshman-year.jpeg&#34;&gt;&lt;/p&gt; &lt;p&gt;一个普通的 Review。会慢慢更新。&lt;/p&gt;</description> <link>https://blog.xmzheng.cn/posts/the-fall-of-my-freshman-year/</link> <pubDate>Tue, 16 Jun 2026 16:41:45 +0000</pubDate> <source url="https://blog.xmzheng.cn/feed_rss_updated.xml">XM Zheng's Blog</source><guid isPermaLink="true">https://blog.xmzheng.cn/posts/the-fall-of-my-freshman-year/</guid> <enclosure url="https://blog.xmzheng.cn/assets/images/social/posts/the-fall-of-my-freshman-year.png" type="image/png" length="26466" /> </item> <item> <title>The Storm in Foundational Mathematics: König&#39;s Paradox</title> <category>Math</category> <category>Studying</category> <description>&lt;h1&gt;The Storm in Foundational Mathematics: König&#39;s Paradox&lt;/h1&gt; &lt;blockquote&gt; &lt;p&gt;Gyula Konig proposed the following paradox: By the Well Ordering Theorem, the real number set $\mathbb{R}$ can be well ordered. We study the elements of $\mathbb{R}$ and classify them. If a real number can be defined using a finite number of symbols, then we say it is finitely definable. Otherwise, we say it is undefinable. Obviously, undefinable real numbers exist, because finitely definable real numbers must be countable, while $\mathbb{R}$ is uncountable. It is also obvious that, in the well order, the &#34;smallest&#34; elements, i.e., the beginning elements, are finitely definable. So the question is where we can find the first undefinable number. If $x$ is the first undefinable number, then its immediate predecessor is finitely definable. However, the above relationship with a finitely definable number should make $x$ finitely definable as well.&lt;/p&gt; &lt;p&gt;How do you think of this paradox? Write an essay of no more than 1000 words.&lt;/p&gt; &lt;/blockquote&gt;</description> <link>https://blog.xmzheng.cn/posts/the-storm-in-foundational-mathematics-konigs-paradox/</link> <pubDate>Tue, 16 Jun 2026 16:41:45 +0000</pubDate> <source url="https://blog.xmzheng.cn/feed_rss_updated.xml">XM Zheng's Blog</source><guid isPermaLink="true">https://blog.xmzheng.cn/posts/the-storm-in-foundational-mathematics-konigs-paradox/</guid> <enclosure url="https://blog.xmzheng.cn/assets/images/social/posts/the-storm-in-foundational-mathematics-konigs-paradox.png" type="image/png" length="37898" /> </item> <item> <title>Welcome to my new blog!</title> <category>Living</category> <description>&lt;h1&gt;Welcome to my new blog!&lt;/h1&gt; &lt;p&gt;&lt;img alt=&#34;&#34; src=&#34;../assets/covers/welcome-to-my-new-blog.jpg&#34;&gt;&lt;/p&gt; &lt;p&gt;把博客迁移到 Material for Mkdocs 上啦&lt;/p&gt; &lt;p&gt;应该会看起来正经一点（？然后可能会尝试一些自定义的 CSS，也许会比较好看吧。&lt;/p&gt; &lt;p&gt;!!! fail...&lt;/p&gt;</description> <link>https://blog.xmzheng.cn/posts/welcome-to-my-new-blog/</link> <pubDate>Tue, 16 Jun 2026 16:41:45 +0000</pubDate> <source url="https://blog.xmzheng.cn/feed_rss_updated.xml">XM Zheng's Blog</source><guid isPermaLink="true">https://blog.xmzheng.cn/posts/welcome-to-my-new-blog/</guid> <enclosure url="https://blog.xmzheng.cn/assets/images/social/posts/welcome-to-my-new-blog.png" type="image/png" length="28279" /> </item> </channel> </rss>