Skip to content

Instantly share code, notes, and snippets.

@roskakori
roskakori / notes_talk_preventing_the_collapse_of_civilization.md
Last active June 30, 2019 21:24
Notes on talk about "Preventing the collapse of civilisation" (Jonathan Blow)

Preventing the collpase of civilization

Jonathan Blow at DevGAMM 2019

28:27 "Five 9s" (99.999% uptime) "We don't use this anymore."

30:45 "Software startups are stumbling into a market, not doing software technology well."

@roskakori
roskakori / test_zoom.py
Created December 9, 2020 10:38
Test for Zoom calculations
MIN_DPI = 200
MM_PER_INCH = 25.4
class ZoomCalculator:
def __init__(
self,
view_width_in_mm: float,
view_width_in_pixel: int,
view_height_in_pixel: int,