Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
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 …
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
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!
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 … |