Talk to the Process, not the Machine.
Decades ago, computers could run exactly one process at a time. Nowadays, modern operating systems let us run multiple processes on a single processor. Modern microprocessors generally have multiple cores, as well. This means that on any modern machine, there are generally many different processes, all running in parallel. I’m writing this using a text […]