technologybriefs
Topic

Computing

The machine that ate every other machine.

34
in technology
9:45
average
332 min
in total
101
across the network
Computing across the network →
All briefs34
video still
8:50

Amazon Web Services

AWS did not invent the cloud—it repackaged Amazon’s internal automation as a product, and won by shipping first, not by being smarter.
video still
8:48

ARPANET

ARPANET wasn’t the internet—it was the first proof that a decentralised, packet-switched network could survive its own complexity.
video still
10:01

Butler Lampson

The Alto wasn’t the first personal computer—it was the first to make the GUI feel inevitable, even though it never shipped commercially.
video still
10:23

Donald Knuth

Knuth didn’t build the future—he built the scaffolding that lets others build on it, deliberately and precisely.
video still
9:20

ELIZA

ELIZA doesn’t talk — it mirrors, misleads, and exposes how little it takes for humans to believe a machine is listening.
video still
10:20

Ethernet

Bob Metcalfe

Ethernet is the coaxial-cable LAN co-invented by Metcalfe and Boggs at Xerox PARC in 1973 to link Alto computers to printers and ARPANET. It introduced CSMA/CD—carrier sensing before transmission, plus collision detection and random back-off—to adapt ALOHAnet for wired use. It ran first on November 11, 1973 at 2.94 Mbit/s. A 1980 Xerox report measured 98% throughput under heavy load. It was standardised as IEEE 802.3 in 1983. CSMA/CD does not scale or support modern requirements like QoS or determinism—and was phased out in favour of switched, full-duplex Ethernet.

video still
9:07

Kubernetes

Kubernetes replaced shell scripts with YAML—and made infrastructure legible only to those fluent in its object model.
video still
10:55

Linux

Linus Torvalds · 1991

Linux is a Unix-like kernel, not an operating system. It filled GNU’s missing-kernel gap. It works by reimplementing Unix system calls from documentation—not AT&T code. It succeeded because GPLv2 enforced openness, and because it ran on cheap x86 hardware. It failed to be a standalone OS or POSIX-compliant out of the box. It changed how software projects scale: through licence-driven collaboration, not top-down design. It is worth your time if you need control, transparency, and the ability to rebuild every layer.

video still
9:27

MacOS

macOS didn’t reinvent computing—it imported Unix stability into Apple’s closed world, at the cost of openness and portability.
video still
11:02

Raspberry Pi

A $35 board built to fix Cambridge’s admissions crisis became the world’s most widely deployed open-hardware computer—not because it was perfect, but because it was just enough.
video still
9:52

Ray Tomlinson

Email wasn’t invented to connect people — it was hacked together to make two ARPANET machines talk, and the @ symbol was just the least ambiguous key on the keyboard.
video still
9:46

Seymour Cray

Performance isn’t clock speed — it’s the discipline to stop signals from arriving late and heat from arriving early.
video still
9:44

SQL

SQL didn’t invent relational databases—it weaponised Codd’s model by making it usable.
video still
9:41

Unix

Dennis Ritchie and Ken Thompson · 1969

Unix is the first operating system whose portability was achieved by rewriting it in a high-level language still under construction—and whose influence stems not from completeness, but from what it omitted, deferred, or forced developers to build themselves.

video still
10:39

USB

USB didn’t unify computing—it outsourced the mess to software and made compatibility a moving target.