Layman's Guide to Computing
Archives
Search...
Subscribe
[LMG S10] Issue 123: Graphics cards: The Pixel Factory
June 5, 2021
Previously: Computers are general-purpose machines that usually process integer calculations. The graphics pipeline requires more specialised hardware that...
[LMG S10] Issue 122: The great flattening
May 29, 2021
Previously: 3D models are represented with vertices (points), edges (line segments between points), and faces in a computer. Images known as textures can be...
[LMG S10] Issue 121: In graphic detail
May 22, 2021
Previously: Driver files provide information about the driver, and instructions on how to receive information from the device, and encode information to be...
[LMG S10] Issue 120: Drivers, the glue between hardware and firmware
May 15, 2021
Previously: Solid-state disks are much faster than hard disks because they have no moving parts, so no time is wasted waiting for parts to get into the right...
[LMG S10] Issue 119: Solid-state disks, an upgrade from hard disks
May 8, 2021
Previously: A hard disk consists of a read arm, and a set of magnetic platters which store data. To read or write data, the read arm must move to the...
[LMG S10] Issue 118: When I run two file-copy processes at the same time, why are they much slower?
May 1, 2021
Previously: Operating systems use a page file on the storage disk as a complement to physical memory. This allows OSes to behave more performantly than they...
[LMG S9] Issue 117: Swap space
April 24, 2021
Previously: Hibernation mode causes the computer to store the data configuration into a hibernation file on disk. When powered up, the OS reads the data...
[LMG S9] Issue 116: Hibernation
April 17, 2021
Previously: When you shut a computer down, it sends an exit signal to all running programs to get them to do their exit routine. This process can sometimes...
[LMG S9] Issue 115: Shutdown & standby
April 10, 2021
Previously: Embedded operating systems are unlike user operating systems. They are designed to run the software needed for an appliance’s operation, and are...
[LMG S9] Issue 114: In the beginning (firmware)
April 3, 2021
Previously: If you can’t get to a BIOS screen, it is likely a hardware problem and has to be solved by a technician. If you can’t get the the OS loading...
[LMG S9] Issue 113: A computer’s existential crisis (boot failure)
March 27, 2021
Previously: When a computer is booted up, it runs the BIOS from a chip on the motherboard. The chip checks that core parts are present, checks for a storage...
[LMG S9] Issue 112: Bootstrapping into existence (bootup)
March 20, 2021
Previously: Moving a file (within the same disk region) merely updates its file table record, and this happens really quickly. Copying a file, or moving it...
[LMG S9] Issue 111: Copying, moving, and deleting files
March 13, 2021
Previously: Filesystem journals are a record of changes made to the disk, so as to enable those changes to be rolled back, or to be completed properly in...
[LMG S9] Issue 110: Safeguarding against data corruption with a journal
March 6, 2021
Previously: Fast writes dump the data to a write cache (in computer memory), then update the file table to look like the file is already written to disk....
[LMG S9] Issue 109: Speeding up data operations
February 27, 2021
Previously: Safe writes ensure that all the data is written to disk sectors properly first before updating the file table. The result is that write...
[LMG S9] Issue 108: Safeguarding data operations
February 20, 2021
Previously: When write operations are interrupted prematurely, filesystem corruption often results. When a batch of data (shipment of cargo)) arrives at our...
[LMG S9] Issue 107: The challenges of storage
February 13, 2021
Previously: A hard disk is organised into sectors, which are the smallest unit of storage. The OS’s filesystem determines how and where to store each file on...
[LMG S9] Issue 106: Organising storage
February 6, 2021
Previously: The OS takes care of booting up, login and user management, window management, memory allocation, storage interfaces, background services,...
[LMG S9] Issue 105: Operating Systems
January 30, 2021
Previously: Shared secrets allow secured access to resources, such as databases or other services. These shared secrets are typically kept on a server...
[LMG S8] Issue 104: Storing sensitive data
January 23, 2021
Previously: A race condition happens when threads depend on instructions happening with coincidental timing for success. When instructions are not executed...
Newer archives
Older archives