Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Tips on Housing
-
检查电路是否稳定
-
热 …
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
检查电路是否稳定
热 …
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
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
You can …
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Sometimes, a PDF file is corrupted or encrypted making it hard to extract data from it directly. In this case, you can convert a PDF page to an image first and …
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
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.
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
set temporature
give some examples
leverage built tools provided by LLM products. For example, Google AI Studio provides tools
A single comprehensive prompt …
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
fzf.history
is a better alternative to fc
's core functionality (edit and re-execute command).
In Linux shells like Bash and Zsh,
fc
is a built-in command that stands …