Ben Chuanlong Du's Blog

It is never too late to learn.

Navigate Chrome Browser Like a Pro Using Vimium

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

Customize Key Mappings

  1. Open Vimium Options.

  2. Paste your customized key mappings into "Custom key mappings". Below is an example of my customized key mapping configuration.

    map d removeTab
    map u …

Tips on the Dia Browser

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

https://www.diabrowser.com/

https://www.youtube.com/watch?v=JCZUIm4S9QQ The most powerful ways to "hack" our new Dia browser

https://www.youtube.com/watch?v=C25g53PC5QQ An early peek …

Great Command Line Tools Developed in Rust

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

GQL

GQL is a query language with a syntax very similar to SQL with a tiny engine to perform queries on .git files instance of database files, the engine executes the …

IUL Insurance

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

  • infinite banking concept
  • whole life insurance
  • overfunded life insurance
  • private money lending

Tips and Traps

  1. Generally speaking, I do not recommend IUL insurance as it is risky. If you do want …

Tips on Bash Completion

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

Installation

Ubuntu / Debian

wajig install bash-completion

macOS

brew install bash-completion

If you don't like or cannot install bash-completion, bash-it provies completion scripts for many popular tools.

Develop Bash Completion