Layman's Guide to Computing
Archives
Search...
Subscribe
[LMG S13] Issue 158: GPS
February 5, 2022
Previously: Time is synchronised from higher-precision sources through a protocol called Network Time Protocol (NTP). A public pool of time servers is...
[LMG S13] Issue 157: NTP and time-syncing
January 29, 2022
Previously: To speed up execution and avoid translation overhead, some systems employ ahead-of-time translation, storing the translated instructions to be...
[LMG S12] Issue 156: Translation
January 22, 2022
Previously: Translating a set of instructions before executing it will always lead to a slowdown, although sometimes this may not be noticeable to users. So,...
[LMG S12] Issue 155: Emulation performance
January 15, 2022
Previously: Programs that were not compiled for the instruction set of the host OS have to go through an emulation layer program. This program translates the...
[LMG S12] Issue 154: Emulation
January 8, 2022
Previously: The cloud offers standard digital business services, accessible through a web interface and API, which any developer (with a credit card) can...
[LMG S12] Issue 153: Using the cloud
January 1, 2022
Previously: Actually making a web application requires you to set up lots of supporting software and carry out lots of steps to create a suitable app...
[LMG S12] Issue 152: Getting started with programming
December 25, 2021
Previously: The Java Runtime Environment (JRE) bundles the Java VM and supporting libraries. The JRE has to be installed on the user’s system for Java...
[LMG S12] Issue 151: the Java VM
December 18, 2021
Previously: System VMs provide a set of virtualised hardware that the OS interacts with. Process VMs provide a set of libraries that a program (written in...
[LMG S12] Issue 150: System VMs vs Process VMs
December 11, 2021
Previously: Containers are one layer of virtualisation above virtual machines: containerisation systems virtualise access to the operating system, presenting...
[LMG S12] Issue 149: History of commercial computing - containerisation
December 4, 2021
Previously: Renting out virtual hardware instead of physical hardware meant that instead of having to move hardware around and manage it, you could send the...
[LMG S12] Issue 148: History of commercial computing - cohosting
November 27, 2021
Previously: Running a virtual machine is like running a physical machine, but within a window in your OS. Co-located hosting A not-so-long time ago, to run a...
[LMG S12] Issue 147: Operating systems on virtual hardware
November 20, 2021
Previously: Virtual hardware can be created in the form of drivers that respond to a program’s requests for hardware resources. If a bootup program...
[LMG S12] Issue 146: Virtual hardware
November 13, 2021
Previously: Programs do not usually deal with the gnarly details of hardware, but instead access it through an interface. They access storage devices through...
[LMG S12] Issue 145: What an app wants, what an app needs
November 6, 2021
Previously: In 1999, VMware launched VMware Workstation, which allowed multiple operating systems to run off a single machine. In Season 5 (Issue 53), I went...
[LMG S12] Issue 144: Programs-in-a-vat
October 30, 2021
Previously: The Apple M1 is a souped-up iPhone processor, with unified memory. I want to circle back to talking about processors again in this season,...
[LMG S11] Issue 143: Implications (Part 2) – Future Goals
October 23, 2021
Previously: Using the same hardware for both smartphones and laptops would make it much easier to write apps for both platforms. The closer they are in...
[LMG S11] Issue 142: Implications (Part 1) - Software
October 16, 2021
Previously: The Apple A14 and Apple M1 are essentially the same chip architecture: they use almost the same building blocks, just with different numbers of...
[LMG S11] Issue 141: The Apple A14 and M1
October 9, 2021
Previously: Shared memory is easier to implement when a company has control over the designs of both CPU and GPU. So, to recap: Most companies design either...
[LMG S11] Issue 140: The shared memory dream
October 2, 2021
Previously: Around 2015, the high-performance computer industry quickly realised that this would be much more efficient if the CPU and GPU could share the...
[LMG S11] Issue 139: What’s before this line is mine, what’s after this line is yours
September 25, 2021
Previously: A system-on-chip (SoC) combines the core functionality of a system—processing, graphics, memory, and control—into a single chip package. I am...
Newer archives
Older archives