Posts

Rime Input Method

Rime is a customable input method framework.Rime support various system like windos macos and linux.
2024-12-29
2 min read

Garmin 同步心率至 Emacs

最近买了块佳明 Forerunner 255 运动手表,思考下能不能从佳明手表中获取实时心率推送至emacs中并展示,于是就有了这篇文章。
2024-11-28
3 min read

emacs 同步微信消息数量

使用 emacs 由于太专注了,往往容易漏掉微信的消息。 如果能在 emacs 中显示微信的消息数量那就太棒了。
2024-10-05
1 min read

Emacs Patches

Some emacs features need to be implement with patches. let’s make a patch and apply it.
2024-09-08
4 min read

Yolo V8

Ultralytics YOLOv8 和 Darknet 是与 YOLO(You Only Look Once)目标检测模型相关的两个不同实现。它的主要特点是将目标检测问题视为回归问题,直接在图像上预测边界框和类别。
2024-08-07
2 min read

H2 Usage

h2 features are Very fast, open source, JDBC API, Embedded and server modes; in-memory databases, Browser based Console application, Small footprint: around 2.5 MB jar file size.
2024-07-02
2 min read

Ftp Resume Transfer

Resumable transfer significantly improves the efficiency of file transfers,It is very efficient and convenient.Let’s try it in java
2024-06-25
2 min read

Emacs Tramp

这是使用 emacs 替代 shell 客户端的绝佳方案。在Emacs中,“tramp” 是一个系统级的文件访问工具,用于通过网络或各种连接方式导入和导出 Emacs 项目。
2024-06-13
3 min read

Obs Usage

一直以来都使用obs进行视频录制,用了这么长时间也算是有一点心得,在这里分享一下。
2024-05-19
3 min read

Docker Compose Usage

Docker Compose 是一个用于定义和运行多个 Docker 容器应用程序的工具。它通过一个简单的 YAML 文件来配置应用程序的服务、网络、卷等方面,然后使用单个命令启动、停止和管理整个应用程序的容器。
2024-05-15
3 min read