wk2: Trust the Process
In the year 2012, Kobe Bryant was having a season filled with injuries and ups and downs, but confidently he said to "Trust the process" in order to achieve his goal of another NBA championship. While he wasn't able to get this sixth championship, his saying still lives on. Though I'm sure Kobe wasn't aware that trusting the process lies within our computers that allows them to perform whatever we tell them.
I've learned the interesting bits about how the OS manages processes through the fork() and exec() commands, which appear simple but allow the OS to perform multiple processes. I later learned about how the OS manages permissions between the user and kernel, so the user can temporarily access higher permissions through the use of traps. Also fun to think about the potential of traps if one were to gain access, they can run malicious code.
Comments
Post a Comment