Rich Hickey weighs in on AI:
[Thank you] For wasting vast quantities of developer time trying to coax some useful output from your BS generators, time which could instead be used communicating to interns and entry-level devs who, being actually intelligent, could learn from what they are told, and maintain what they make?
It’s a great thought: What if, instead of pouring all that time and money into AI, we poured it into our fellow humans?
I never known about this repo until hearing about it on “The React Podcast”. It’s an interesting conceptual approach to the underpinnings of react. In other words, its an expression of the ideas in React irregardless of the code that implements it.
The actual implementation of React.js is full of pragmatic solutions, incremental steps, algorithmic optimizations, legacy code, debug tooling and things you need to make it actually useful. Those things are more fleeting, can change over time if it is valuable enough and have high enough priority. The actual implementation is much more difficult to reason about.