Installing Linux on a NVMe device today. The naming scheme is helpful: /dev/nvme1n1p2 is the second partition on the device. /dev/sdb2 is little less explicit.
miniblog.
Related Posts
The trend for package managers seems to be increasingly installing packages locally, in the directory of the current project.
C: exclusively system packages
Python: system or 'virtual' (local) packages
JS, Rust: exclusively local packages
Today I learnt about 'npm ci', a clean install operation for installing packages for test or deployment:
https://docs.npmjs.com/cli/ci
A really fun project: installing uLisp on an Arduino Due, making it talk to a typewriter, and then writing an editor for the setup! https://youtu.be/z-u4kUeIqDI