why aren't all 6 resolved? a statement only gets an assessment when the public
record can support or contradict it. opinions and what-ifs never can, and 0 checkable
ones are still open, waiting for their date. predictions held up or didn't;
assertions are supported or contradicted. on every card:
▮▮▮▮▮ certainty ·
▮▮▮▮▮ debate potential. speakers are clickable
Insight
Granger: Programming languages model computer hardware rather than human processes
“We have this weird case right now where our languages, Python, pick any language, right? Is actually designed to model computer interaction, right? It's designed to model how computers work. Like, I'm gonna send TCP messages, and so on and so forth. But if you…”
Insight
Granger: Managing software complexity by stacking abstractions creates fragile systems
“Pure engineering makes this very pragmatic trade-off, right, which is that you tame complexity by adding a layer of abstraction. And this is like stacking teacups on top of teacups, right? You can do this for a little while, but eventually those teacups, that …”
Insight
Granger: Software bugs provide feedback on flawed thinking rather than signaling failure
“So you think about, like, when you get a wrong answer in, in a math class, right? You got it wrong, so you redo the problem. You just did it wrong, right? I mean, you do it right, or you do it as many times as you need to until you get it right. Whereas in sof…”
Insight
Granger: Software literacy means automating work, not building apps
“It's not about everyone building apps, right? The new writing is not building an app. The new thing is about getting the computer to do work for you, whatever that may mean, right?”
Insight
Granger: Software engineering must gain power through simplicity, not complexity
“What we're really trying to get back to is simplicity, right? Instead of adding more teacups on top of this thing, wipe all the teacups away and find the foundational principles that we need in order to embrace this new machine, right? Gain power through simpl…”
Insight
Granger: Shared mutable state in distributed systems is a disaster
“We learned very quickly that, ah, you know, shared mutable state is a disaster in that world, and then we have to do something else. And there's nothing simpler than just keeping a log of every single thing that ever came into the system, right?”