Ben Chuanlong Du's Blog

It is never too late to learn.

Good Terminal Apps

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

Warp

Warp is a blazingly fast, rust-based terminal reimagined from the ground up to work like a modern app.

wezterm

wezterm is a GPU-accelerated cross-platform terminal emulator and multiplexer implemented in …

Directly Initialize a Hashmap in Java

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

The following code snippet in Java 9+ initialize an immutable HashMap with up to 10 elements.

Useful Chrome Extensions

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

Tampermonkey

Tampermonkey is used to run so called userscripts (sometimes also called Greasemonkey scripts). Userscripts are little computer programs that for example add download buttons to YouTube pages, cleanup your Facebook …