Future Blog Post
This post will show up by default. To disable scheduling of future posts, edit config.yml
and set future: false
.
This post will show up by default. To disable scheduling of future posts, edit config.yml
and set future: false
.
General yank: y
After installing Nvidia Driver and CUDA on a Nvidia Optimus laptop (following instructions on if-not-true-then-false), Fedora (34+) often gets stuck after several minutes poweron.
GIMP, notable software for image processing in linux
ls | wc -l
, all regular files/folders just in this dirls -a | grep ^\\. | wc -l
, all hidden files/folders just in thid dirtree -L 1
, list tree just in this dir, and count number of files and folders respectivelyfind ./ -maxdepth 1 -type f,d | wc -l
, but will match current dir and hidden files/foldersInterpretability (of a DNN) is the ability to provide explanations in understandable terms to a human. F Doshi-Velez & B Kim, 2017。
This is an reading notes from an causality introduction website
Common tasks in computer vision:
Cache is a smaller and fast memory component in the computer which is inserted between the CPU and the main memory.
unzip -O CP936 <my_zip_file>.zip
this piece of code could unzip files with Chinese names, and do not output a mess!
Known persons in statistics learning
Uploading files might encount size limitation, in which case files need to be compressed and/or split. Here is an effective and easy way in Fedora.
This is about tmux — Terminal Multiplexer for newbies such as me.
Today, I found some awesome shortcuts to insert special characters in LibreOffice (LO).