Ben Chuanlong Du's Blog

It is never too late to learn.

The ripgrep Command Is a Better Alternative to the find Command

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

Installation on Debian/Ubuntu Based Linux Distributions

wajig install ripgrep 

Installation on macOS

brew install ripgrep 

List Files

There are 2 ways to list files using ripgrep. The first way is file name (globbing pattern) based and the second way is file content (regex pattern) based.

Tips on Google Firebase Studio

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

Tips and Traps

  1. You can ask for help on Firebase Studio in the community .

  2. Search for dev.nix on GitHub to see others' configurations for Firebase Studio.

Trouble Shooting

IDEs With AI Coding Assists

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

AI Code Assistant for IDEs

  1. Google Gemini

    • Built-in for Firebase Studio
  2. GitHub Copilot

    • Visual Studio Code
    • Visual Studio
    • command-line
  3. Amazon Q Developer

    • Visual Studio Code
    • Visual Studio
    • Jet Brains
    • command-line

IDEs …

Tips on the Zed IDE

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

Tips and Traps

  1. Zed does not support the web version yet, however, it does support remote develop .

Install via Flatpak

https://flathub.org/apps/dev.zed.Zed

flatpak install flathub dev …