- Inside the Apple-1’s unusual MOS clock driver chip (righto.com)
Apple’s first product was the Apple-1 computer, introduced in 1976. This early microcomputer used an unusual type of storage for its display: shift register memory. Instead of storing data in RAM (random-access memory), it was stored in a 1024-position shift register. You put a bit into the shift register and 1024 clock cycles later, the bit pops out the other end. Since a shift-register memory didn’t require addressing circuitry, it could be manufactured more cheaply than a random-access memory chip.1 The downside, of course, is that you had to use bits as they became available, rather than access arbitrary memory locations. The behavior of shift-register memory was a good match for video circuitry, though, since characters are displayed on the screen in a fixed, repeating order (left to right and top to bottom).
- 2-The Apple-1 (apple2history.org)
t the Homebrew Computer club in Palo Alto, California (in Silicon Valley), Steve Wozniak, a 26 year old employee of Hewlett-Packard and a long-time digital electronics hacker, had been wanting to build a computer of his own for a long time. For years he had designed many on paper, and even written FORTRAN compilers and BASIC interpreters for these theoretical machines, but a lack of money kept him from carrying out his desire. He looked at the Intel 8080 chip (the heart of the Altair), but at $179 decided he couldn’t afford it. A decision to not use the 8080 was considered foolhardy by other members of the club…
- Biography | Orwell Foundation (orwellfoundation.com)
GEORGE ORWELL, the pen-name of Eric Arthur Blair, was born on 25 June 1903 in Motihari, Bengal, where his father, Richard Walmesley Blair, was working as an Opium Agent in the Indian Civil Service, into what – with the uncanny precision he brought to all social judgments – he described as ‘the lower-upper-middle classes’. In fact the Blairs were remote descendants of the Fane Earls of Westmoreland. Like many a child of the Raj, Orwell was swiftly returned to England and brought up almost exclusively by his mother. The Thames Valley locales in which the family settled provided the background to his novel Coming Up For Air (1939).
- Inside the Apple-1’s shift-register memory (righto.com)
Apple’s first product was the Apple-1 computer, introduced exactly 46 years ago, on April 11, 1976. This early microcomputer used an unusual type of storage for its display: shift register memory. Instead of storing data in RAM (random-access memory), it was stored in a 1024-position shift register. You put a bit into the shift register and 1024 clock cycles later, the bit pops out the other end. In the early days of random-access memory chips, shift-register memory was cheaper so many systems used it. The downside, of course, is that you had to use bits as they became available, rather than access arbitrary memory locations.