March 20, 2021 • #
Antonio Garcia-Martinez interviews Austen Allred, founder of Lambda School. Lambda charges no tuition and builds its program on the ISA (income sharing agreement), in which you only pay when you get a salaried position in your field of study.
The cool thing about the incentive alignment is that we’re not going to train you to be a sociologist, because it just doesn’t work. A common critique of the ISA model is: oh, now people aren’t going to study poetry anymore. And my response to that is: yeah, we’re not a university, we’re...
✦
February 19, 2020 • #
I refreshed myself this evening on Bret Victor’s amazing talk from 2012, “Inventing on Principle.”
He’s been working on and promoting his ideas on interactive, responsive tools for creativity are still ahead of their time. We’re gradually getting major improvements with products like Observable, but there still aren’t that many out there. Check out his current work at Dynamicland, a research group working on new interactive tools.
✦
June 4, 2019 • #
This guide is a great example of how a lot of introductory walkthroughs of technology should work. Every time I’ve worked with new users to help them understand using the command line, Unix commands, or git, people only mimic the individual commands they’re supposed to type without a fundamental understanding of what’s happening.
This’ll now be the first place I send anyone new to git. I know this would’ve helped me a ton in wrapping my mind around how it all worked, and I already had some familiarity with the SVN “trunk” versus “branch” structure. The sketches throughout help especially...
✦
July 15, 2016 • #
An entertaining talk from Rich Hickey, creator of the Clojure programming language. He talks about the value of simplicity in software design, and spends a decent amount of time refining the semantic differences between “simple” and “easy”. My biggest takeaway: simple is objective, easy is relative.
It gets pretty technical in the CS realm, but good principles for building anything.
✦