Ben Chuanlong Du's Blog

It is never too late to learn.

Tips on Gitpod

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

  1. GitPod is a great web IDE for GitHub repositories. It supports both IDE and terminal environment via Docker, so a whole lot can be done if you are creative!

  2. customized layers …

Install Packages Using Homebrew on macOS and Linux

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

Installation

macOS

By default, Homebrew is installed to the location /opt/homebrew. You can add the command brew into $PATH by adding the following configuration into your shell configuration (e.g …

Useful Firefox Add-ons

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

  1. tridactyl

  2. vimium-FF

  3. Vimperator

    • Vim-like key bindings, the ultimate plug-in for Firefox

    • outdated in Firefox 57+

  4. Pentadactyl

A more powerful but complex alternative to Vimperator. The main focus of Vimperator …