Ben Chuanlong Du's Blog

It is never too late to learn.

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 …

FireNVim Brings NeoVim into Your Browser

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

Installation

  1. Install icon.

    curl -sSL https://raw.githubusercontent.com/legendu-net/icon/main/install_icon.sh | sudo bash -
    
  2. Install and configure NeoVim using icon.

    icon nvim -ic
    
  3. Install the FireNVim plugin for your …

Editing Text in Browser Using Vim

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

Firenvim Alternatives Summary
Tool How it Works Pros Cons Best For...
Firenvim Embeds a real Neovim instance Full power of Neovim, embedded directly in the page. Can be complex to set …

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 …