technologybriefs
Systems

Software

27
briefs
9:55
average
268 min
in total
2
inventors
All briefs27
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
10:36

Ethereum

Vitalik Buterin · 2015

Ethereum is a decentralised mining network and software development platform enabling new cryptocurrencies and programs sharing a single blockchain. It solves the problem of building decentralised applications without forking Bitcoin or relying on centralised servers. It runs a Turing-complete virtual machine—the Ethereum Virtual Machine—specified by Gavin Wood in the Yellow Paper. It executes smart contracts as deterministic code on a decentralised network of nodes. Consensus was originally proof-of-work; it shifted to proof-of-stake on 15 September 2022. The EVM’s instruction set is Turing-complete. Smart contracts execute deterministically across thousands of nodes. The 2022 shift to proof-of-stake cut energy use by over 99%. It supports live, interoperable token standards and composability across deployed contracts. It does not deliver on its original promise of attaching real-world assets like stocks or property to the blockchain at scale. The EVM’s Turing-completeness enables bugs, re-entrancy, and gas-exhaustion failures that have caused repeated, costly exploits. Its consensus upgrade did not resolve scalability or finality trade-offs. It changed software development by making stateful, shared computation a first-class primitive on open networks. It enabled permissionless issuance of tokens and composable financial primitives—but entrenched a model where economic incentives dominate protocol governance. Yes—if you need programmable, trust-minimised execution across untrusted parties and can absorb the cost, complexity, and risk of on-chain logic. No—if you require predictable latency, low cost, or formal verification guarantees.

video still
9:41

Git

Linus Torvalds · 2005

Git is a distributed version control system invented by Linus Torvalds in April 2005 to replace BitKeeper for Linux kernel development. It was built from scratch because no existing free system met Torvalds’s strict criteria: sub-three-second patch application, distributed BitKeeper-like workflow, strong corruption safeguards, and rejection of CVS-style design. Git maintains a full local repository copy, uses SHA-1 hashing for object identification, and is grounded in a content-addressable filesystem model.

video still
9:54

GitHub

GitHub did not invent collaboration — it productised the friction out of Git-based teamwork.
video still
10:12

Google Search

Google Search didn’t organise the web—it redefined authority as a function of linkage, then language, then generation.
video still
10:11

IOS

iOS wasn’t born open—it was forced open, one SDK announcement at a time.
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
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:44

SQL

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

Vitalik Buterin

Vitalik Buterin didn’t extend Bitcoin—he replaced its limits with a new kind of machine: one that runs code, not just coins.