Ben Chuanlong Du's Blog

It is never too late to learn.

Use Tauri to Build a Desktop Application

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

Tauri is a framework for building tiny, blazing fast binaries for all major desktop platforms. Developers can integrate any front-end framework that compiles to HTML, JS and CSS for building their …

Tips on cURL and Wget

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

cURL vs Wget

curl vs wget has a detailed comparison between curl and wget. In short, curl is more powerful and flexible and thus is preferred to wget unless you want …

Search Engine for Static Web Sites

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

Below is a list of search engines which run on the client side.

tinysearch

Tiny, full-text search engine for static websites built with Rust and Wasm.

stork

Stork is a library …

Visual Studio Code Server

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

Advanced Tips

--link (beta) Securely bind code-server via Coder Cloud with the passed name. You'll get a URL like https://myname.coder-cloud.com at which you can easily access your code-server …