Posted in 2024
Golang 中避免 []bytes 和 string 转换开销的正确方法
- 2024-05-19
本文写于 2024 年 5 月,基于 go version go1.22.3 linux/amd64
展开讨论。
一些事实(尤其是编译优化的条件)会随着时间发生改变。
在 Linux 环境下录音
- 2024-05-03
通过运行 GNU/Linux 的个人电脑录制乐器和人声。 环境:Arch Linux, kernel 6.8.8, pipewire 1.0.5,所以才需要写这么篇文章… 目前的拓扑是这样的:
2023 更新日志
- 2024-02-03
其实每个年初都有写年度总结的冲动,但每年都因为拖延而不了了之。快元旦的时候
👤soyking
就在群里催大家写总结,现在豆豆和小杰 已各自完成 [1] [2],
我也该动动笔了。

Implementing "nested inline markup" in reStructuredText and Sphinx
- 2024-01-14
Sphinx is a famous documentation generator used by a lot of Open Source communities. It uses reStructuredText (hereafter referred to rST) as markup language by default.