Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement! TVM is an open deep learning compiler stack for CPUs, GPUs, and specialized accelerators. It aims to close the gap between the productivity-focused deep learning frameworks, and the performance- or efficiency-oriented …
Tips on Arch Linux
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
-
Manjaro is a good Arch Linux based distribution.
-
You can use
pacman
to manage packages on Arch Linux.
Use pacman to Manage Packages on Arch Linux
Install a package.
pacman -S …
Tips on Linux Mint
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
News from the Linux Mint development team
-
The Mint-X theme is a good one. Themes downloaded from internet might cause panel not working right.
-
For input method related issues, check the …
Tips on Blender
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
References
https://docs.blender.org/manual/en/latest/
https://www.blender.org/support/
IntelliJ IDEA Tips
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Installation in Ubuntu
https://itsfoss.com/install-intellij-ubuntu-linux/
You can use ubuntu-make to install IntelliJ IDEA in Docker.
Install Plugins from Command-line
https://stackoverflow.com/questions/24044513/intellij-idea-install-plugins-from-command-line
General Tips
-
It is …
The Escape Key in Vim
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
-
CTRL + C as an alternative
-
Map CapsLock to Escape (preferred)
cons: no caps key, generally speaking I type lower case and then convert letters to upper case as needed u/U …