Ben Chuanlong Du's Blog

It is never too late to learn.

Clean Temporary Files in Linux

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

The script purge_cache.sh is a good one for clean cache of various package managers and temporary files on Linux.

Writing Docs Using Markdown

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Markdown Standard

  1. CommonMark is the Markdown standard. Its specs can be found at commonmark-spec. https://talk.commonmark.org/ is the community forum for CommonMark. Note that CommonMark is supported by GitHub …

Markdown Tools Written in Rust

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

mdBook

mdBook is a utility to create modern online books from Markdown files.

crowbook

Crowbook's aim is to allow you to write a book in Markdown without worrying about formatting …

LLM in Rust

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

https://github.com/rustformers/llm llm is an ecosystem of Rust libraries for working with large language models - it's built on top of the fast, efficient GGML library for machine learning …