Bits
The small parts (links, highlights/quotes, and other bits and pieces)
-- Douglas Crockford
-- Richard P. Gabriel
https://rubenerd.com/ask-rubenerd-do-you-use-llms-to-write-posts/
https://yannesposito.com/Scratch/en/blog/Learn-Vim-Progressively/
Nothing is impossible for the man who doesn't have to do it himself.
Why you should write more toy programs
https://mertbulan.com/2025/06/26/why-i-dont-ride-the-ai-hype-train/
-- Linus Torvalds
https://ordep.dev/posts/writing-code-was-never-the-bottleneck
"[...] Those friction-filled experiences are nearly extinct now. Weβve optimized them away in the name of convenience, and something important has been lost in the transition."
https://www.joanwestenberg.com/how-convenience-kills-curiosity/
-- Chris Wenham
-- David Parnas
-- Edsger W. Dijkstra
-- Donald Knuth
-- Ken Thompson
-- Danny Hillis
-- Charles Simonyi
-- Fred Brooks
"This engine was built to service a project that aimed to demonstrate why Doom can't run in TypeScript types. Well. The funny thing is.. It can."
https://github.com/MichiganTypeScript/typescript-types-only-wasm-runtime
-- Edsger W. Dijkstra
-- Chris Sacca
-- David Leinweber
-- Eric S. Raymond
https://blog.ploeh.dk/2024/06/03/youll-regret-using-natural-keys/
-- Roy Fielding
-- Marijn Haverbeke
-- Fred Brooks
-- Tony Parisi
-- Luciano Ramalho
-- Ken Thompson
-- Niklaus Wirth
-- Joseph Yoder
-- John McCarthy
-- Jeff Hammerbacher
-- Fred Brooks
-- Douglas Crockford
-- Charles Simonyi
-- Danny Hillis
-- Butler Lampson
-- Addy Osmani
-- Donald Knuth
A good TLDR on the current state of things: https://www.bcs.org/articles-opinion-and-research/does-current-ai-represent-a-dead-end/
web version: https://queue.acm.org/detail.cfm?id=2884038
pdf: https://dl.acm.org/doi/pdf/10.1145/2857274.2884038
-- Linus Torvalds
-- Robert C. Martin
A good intro to text search: https://bart.degoe.de/building-a-full-text-search-engine-150-lines-of-code/
(dissecting various compression algorithms)