<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/"><channel><title>编程之髓 on Mogeko's Blog</title><link>https://mogeko.me/zh-cn/tags/%E7%BC%96%E7%A8%8B%E4%B9%8B%E9%AB%93/</link><description>Recent content in 编程之髓 on Mogeko's Blog</description><generator>Hugo -- gohugo.io</generator><language>zh-cn</language><managingEditor>zhengjunyi@live.com (Mogeko)</managingEditor><webMaster>zhengjunyi@live.com (Mogeko)</webMaster><copyright>©2017 - 2024, All content is licensed under<a target='_blank' rel='external noopener' href='http://creativecommons.org/licenses/by-nc/4.0/'>CC BY-NC 4.0</a>.</copyright><lastBuildDate>Fri, 19 Aug 2022 15:40:02 +0200</lastBuildDate><atom:link href="https://mogeko.me/zh-cn/tags/%E7%BC%96%E7%A8%8B%E4%B9%8B%E9%AB%93/index.xml" rel="self" type="application/rss+xml"/><item><title>样式，或无样式？这是个问题</title><link>https://mogeko.me/zh-cn/posts/zh-cn/097/</link><pubDate>Fri, 19 Aug 2022 15:40:02 +0200</pubDate><author>zhengjunyi@live.com (Mogeko)</author><atom:modified>Fri, 19 Aug 2022 15:40:02 +0200</atom:modified><guid>https://mogeko.me/zh-cn/posts/zh-cn/097/</guid><description>2023 年，春。 我终于遇上了那个心仪的那个“无设计组件”框架: radix-ui 它在 GitHub 上 7.6k 的点赞数量对于前端项目来说，不算多；但对于一个新项目而言绝对足够亮眼了。</description><dc:creator>Mogeko</dc:creator><category>JavaScript</category><category>编程之髓</category><category>随笔</category><category>随便写点什么</category></item><item><title>Python 与 RSA 算法</title><link>https://mogeko.me/zh-cn/posts/zh-cn/093/</link><pubDate>Sat, 30 Apr 2022 02:31:01 +0200</pubDate><author>zhengjunyi@live.com (Mogeko)</author><atom:modified>Sat, 30 Apr 2022 02:31:01 +0200</atom:modified><guid>https://mogeko.me/zh-cn/posts/zh-cn/093/</guid><description>本周，Computer Security 这门课的作业是用代码实现 RSA 算法，要求加密 + 解密都要实现，语言不限。 这种东西网上一搜一大把，但因为 RSA 太重要了，老师额外</description><dc:creator>Mogeko</dc:creator><media:content url="https://mogeko.mehttps://mogeko.github.io/blog-images/r/093/logo.svg" medium="image"><media:title type="html">featured image</media:title></media:content><category>python</category><category>RSA</category><category>编程之髓</category><category>算法</category><category>密码学</category><category>从入门 到入坟</category></item><item><title>Elixir 练手 + 实战：短链接服务</title><link>https://mogeko.me/zh-cn/posts/zh-cn/092/</link><pubDate>Fri, 22 Apr 2022 20:51:10 +0200</pubDate><author>zhengjunyi@live.com (Mogeko)</author><atom:modified>Fri, 22 Apr 2022 20:51:10 +0200</atom:modified><guid>https://mogeko.me/zh-cn/posts/zh-cn/092/</guid><description>前几周，在我的软磨硬泡下，终于与导师一起敲定了论文的 Work Plan。 其中后端服务器的技术路线我选择了 Elixir。选择 Elixir 并不因为我 Elixir 有多牛；相反</description><dc:creator>Mogeko</dc:creator><category>Elixir</category><category>编程之髓</category><category>从入门 到入坟</category></item><item><title>为了让 Rust 编译得更快，我所做的努力 (2020)</title><link>https://mogeko.me/zh-cn/posts/zh-cn/084/</link><pubDate>Sun, 17 May 2020 15:15:38 +0200</pubDate><author>zhengjunyi@live.com (Mogeko)</author><atom:modified>Sun, 17 May 2020 15:15:38 +0200</atom:modified><guid>https://mogeko.me/zh-cn/posts/zh-cn/084/</guid><description>这篇文章是 Mozilla 工程师 Nicholas 对从 2019 年 12 月到现在 (2020 年 5 月) 的工作总结，主要是对提升 Rust 编译器的编译速度而作的改进。 通过对这篇文章的学习，除了可以了解 Rust 编</description><dc:creator>Mogeko</dc:creator><category>rust</category><category>编程之髓</category><category>他山之石</category></item><item><title>WebAssembly 接口类型：互联万物！</title><link>https://mogeko.me/zh-cn/posts/zh-cn/078/</link><pubDate>Sat, 28 Mar 2020 12:00:44 +0100</pubDate><author>zhengjunyi@live.com (Mogeko)</author><atom:modified>Sat, 28 Mar 2020 12:00:44 +0100</atom:modified><guid>https://mogeko.me/zh-cn/posts/zh-cn/078/</guid><description>翻译了一篇 WebAssembly 团队成员的博文，主要是介绍了她的新提案：WebAssembly Interface Types。 原文地址 (英文)：WebAssembly Interface Types: Interoperate with All the</description><dc:creator>Mogeko</dc:creator><category>WebAssembly</category><category>编程之髓</category><category>他山之石</category></item><item><title>The Little Printf</title><link>https://mogeko.me/zh-cn/posts/zh-cn/043/</link><pubDate>Sat, 19 Jan 2019 18:28:13 +0800</pubDate><author>zhengjunyi@live.com (Mogeko)</author><atom:modified>Sat, 19 Jan 2019 18:28:13 +0800</atom:modified><guid>https://mogeko.me/zh-cn/posts/zh-cn/043/</guid><description>原文地址 (英文): The Little Printf 本文是原作者 Fred Hebert 模仿《小王子》的笔法写的一篇演讲稿，同时也是一篇不错的小故事。主要探讨了一个既简单又复杂的问题：什么</description><dc:creator>Mogeko</dc:creator><media:content url="https://mogeko.mehttps://mogeko.github.io/blog-images/r/043/printf.png" medium="image"><media:title type="html">featured image</media:title></media:content><category>编程之髓</category><category>从入门 到入坟</category><category>他山之石</category></item><item><title>学会将代码写简单</title><link>https://mogeko.me/zh-cn/posts/zh-cn/034/</link><pubDate>Thu, 22 Nov 2018 19:46:55 +0800</pubDate><author>zhengjunyi@live.com (Mogeko)</author><atom:modified>Thu, 22 Nov 2018 19:46:55 +0800</atom:modified><guid>https://mogeko.me/zh-cn/posts/zh-cn/034/</guid><description>为开源项目作出贡献的最佳方式是使它的代码得以精简。我们应当努力编写即使没有注释也能使新手程序员轻松理解的代码，让维护者无需花费太多精力也能轻</description><dc:creator>Mogeko</dc:creator><category>编程之髓</category><category>从入门 到入坟</category><category>他山之石</category></item></channel></rss>