Watching temperature on ‘charm’

Note to self: run these commands to watch NVMe, GPU, and CPU temperatures on ‘charm‘:

watch sudo sensors
watch sudo nvme smart-log /dev/nvme0
watch sudo nvme smart-log /dev/nvme1
watch sudo nvme smart-log /dev/nvme2
watch sudo nvme smart-log /dev/nvme3

These sensors were enabled with:

sudo apt install nvme-cli
sudo apt install lm-sensors
sudo sensors-detect

Standard temperature and pressure

So today I found myself looking up Wikipedia for standard temperature and pressure which as I understood it was 25°C and then right there in the standard laboratory conditions section it says “schools in New South Wales, Australia use 25 °C at 100 kPa for standard laboratory conditions”. I had no idea those “standard” conditions I learned in school were so specific to my context!