technologybriefs
Topic

Weather

The system that is forecast daily and understood partially.

2
in technology
9:37
average
19 min
in total
24
across the network
Weather across the network →
All briefs2
video still
9:27

Lidar

Lidar wasn’t invented to map cities or drive cars—it was built to hit satellites and spot smog.

More from technology

All briefs →
video still
10:03

Go (programming language)

Robert Griesemer, Rob Pike, Ken Thompson · 2009

Go is a statically typed, compiled programming language designed in 2007 by Robert Griesemer, Rob Pike, and Ken Thompson at Google to improve programming productivity for multicore, networked machines and large codebases. It combines static typing and runtime efficiency like C, readability and usability like Python, and high-performance networking and multiprocessing. Publicly announced in November 2009 and released as version 1.0 in March 2012, Go emphasizes simplicity, safety, and developer tooling — especially around concurrency via goroutines and channels, packaging, testing, and deployment — while deliberately omitting features like inheritance, assertions, pointer arithmetic, and implicit type conversions. Its design reflects a focus on the software development process itself rather than just language syntax or semantics.

video still
9:56

Haptic technology

Haptic tech doesn’t replicate touch—it substitutes it with calibrated vibrations, forces, and motions, and that substitution is all it ever promised to do.
video still
9:44

Apache Cassandra

Facebook · 2008

Cassandra is a distributed, wide-column database built for write-heavy, multi-datacentre workloads. It prioritises availability and scalability over consistency. It requires upfront schema design aligned to access patterns. It was developed at Facebook for inbox search and released open-source in July 2008.