Urgent.News

What's breaking now, across thousands of outlets.

Tech

International Standard Paper Sizes

Markus Kuhn: In the ISO paper size system, the height-to-width ratio of all pages is the square root of two (1.4142 : 1). In other words, the width and the height of a page relate to each other like the side and the diagonal of a square. This aspect ratio is especially convenient for a paper size. If you put two such pages next to each other, or equivalently cut one parallel to its shorter side…

We haven't written up this one. Daring Fireball has the full story — the link below goes straight to it.

Read the original at cl.cam.ac.uk →

More in Tech

What Actually Happens When You Run kubectl apply

You type kubectl apply -f deployment.yaml , it says created , and a few seconds later your app is running. It feels like magic, and because it feels like magic, most people never learn what happens in…

  • kubectl apply parses and validates YAML file
  • API server authenticates and authorizes request
  • Controllers manage discrepancy between desired and actual state

More from Saturday 26 September →