Posts

2025

Org导出HTML时生成稳定ID

使用Org导出成HTML的时候,文档内部的标题和图片等元素都会生成格式如 orgxxxxxxx 的ID,这个ID从字面上并不能看出来对应那个元素,并且每次文档重新导出时,这个ID都会改变。

Minify HTML

Minify HTML with htmlnano which inspired by cssnano.

Emacs中使用大型语言模型

Emacs有不少LLM的客户端,这里我们选择gptel,在 init.el 中添加以下代码:

王勃《滕王阁序》

初唐四杰之一王勃作品,作于唐高宗上元二年九月九日,是古今传诵的骈文名篇。

曹植《洛神赋》

最早见于萧统《昭明文选》,其序称曹植由京城返回封地时,途经洛水,忽然有感而发,并作此赋。

Minify CSS and JavaScript

发布博客时,压缩CSS和JavaScript文件的大小,能提升网页的加载速度,这里介绍使用cssnano和Terser工具来压缩。

读《未来简史》

从智人到智神。

2024

Generating sitemap in Emacs

使用Emacs导出博客时,可以导出Sitemap文件,可以很方便的生成最近的文章信息或者归档列表。

Python Development in Emacs

A guide to setup python development environment in Emacs.

Matplotlib: Work with threads

Matplotlib is not thread-safe: in fact, there are known race conditions that affect certain artists.

Emacs tree-sitter

tree-sitter是一个解析器生成工具和增量解析库。它可以为源文件构建语法树,当源文件修改时可以高效的更新语法树。

sdcv

sdcv is a simple, cross-platform, text-based utility for working with dictionaries in StarDict format.

Safe Local Variable Directories

This variable is a list of directories where local variables are always enabled.

Delete Git Submodule

A few steps to delete git submodule totally.

仿射变换与透视变换

仿射变换,平移,旋转,翻转,刚体变换,缩放,相似变换,透视变换。