Ben Chuanlong Du's Blog

It is never too late to learn.

Manage Python Projects Using uv

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

Installation

curl -LsSf https://astral.sh/uv/install.sh | sh

curl -LsSf https://astral.sh/uv/install.sh | env UV_INSTALL_DIR="/usr/local/bin" sh

Usage

  1. Migrate from other Python projects to …

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 …

Tips on NeoVim

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

Installation on Ubuntu

You can install the latest stable version of neovim using the command below.

sudo add-apt-repository ppa:neovim-ppa/stable
wajig update
wajig install neovim

Tips and Traps

  1. AppImage is …

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