Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
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
Ad-hoc Python Shell & Scripts
-
You can …
Popular Databases
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
The YouTube video How to Choose The Right Database has great advices on how to choose the right databases.
Types of Databases
- relational
- non-relational
- key value database
- document database
- wide column …
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
-
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