Computers IRL #9

From The Independent: United Airlines warns of a planned system outage. United is upgrading (upgraded?) their reservation system, which included (I believe) moving data centers, requiring an outage during which…

Maintainable Code #1

This code snippet (FirJvmStaticChecker.kt:72) caught my eye while digging into Kotlin codebase: if ( container !is FirClassSymbol || container.classKind != ClassKind.OBJECT || !container.isCompanion() && containerIsAnonymous ) { ... } else…

Meandering Thoughts #50

This BBC article dissects how tennis line judges are being replaced by electronic line calling at professional tournaments - this year, Wimbledon - and asks how future umpires, who started…