Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
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
Tricks …
Tips on npm
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Project Management Using npm
- Initiate a project.
npm init
yarn global add @vue/cli @vue/cli-service-global npm install -g @vue/cli @vue/cli-service-global
npm run tauri:serve
sudo
- Avoid using sudo …
Tips on JavaScript
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
The State of Frontend in 2022 has a good discussion about the state and trend of frontend technologies as of 2022.
JavaScript Runtimes
- Node.js is a JavaScript runtime environment outside …
Python Tips and Traps
Misc¶
https://docs.python-guide.org/writing/gotchas/
https://stackoverflow.com/questions/101268/hidden-features-of-python
- The
int
type in Python 3 is unbounded, which means that there is no limit on the range of integer numbers that anint
can represent. However, there are still various integer related limits in Python 3 due to the interpreter's word size (sys.maxsize
Tips on Car and Driving
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Nissan Leaf
Please refer to Tips on Nissan Leaf for details.
Mercedes-Benz
Please refer to Tips on Mercedes-Benz for details.