Ben Chuanlong Du's Blog

It is never too late to learn.

Tips on Purchasing or Leasing a Car

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

Must-have Featuers

  • AWD
  • TPMS (tire pressure monitoring system)
  • surround camera
  • Lane keep warning
  • mirror blind spot
  • day night mirror
  • 6-seater configuration if 3-row

For EVs

  • able to switch between E-pedal and …

Prompt Engineering for LLM Tools

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

Tips and Traps

  1. set temporature

  2. give some examples

  3. leverage built tools provided by LLM products. For example, Google AI Studio provides tools

    • grounding with google search, etc.

Tools for Generating and …

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 NotebookLM

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

No, not directly in the way you might hope (i.e., pasting a URL and having it automatically fetch and parse the article content as a source). NotebookLM is designed to …

Vim Keybindings in Firefox Using Tridactyl

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

:mode ignore: temporarily disables Tridactyl on a page. ctrl + alt + esc: toggle ignore on/off on Mac ctrl/cmd + g: next search result shift + ctrl/cmd + g: previous search result

Tricks …

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

  3. Pentadactyl

A more powerful but complex alternative to Vimperator. The main focus of Vimperator is on usability, simplicity, stability and design while still preserving a powerful, modal …