Think in vectors, not absolutes
Programmers have this thing they deal with a ton called algorithms. It's just a set of instructions to solve a problem. And to solve any problem there are trade offs. Some solutions take up lots of memory (RAM), others lots of computation (processor aka focus & energy). Have you ever had…