read


read
or learn more

Again

Oct 5, 2018 one comment

As I listen to “Again” by Silver Apples I’m reminded of something I like to call “Computational Fruit Flies.” CFFs are generally small pieces of code (note: not golf) that allow a minimal representation of a larger idea. I’ve built a whole series of pamphlets around the dissection of CFFs and have spent inordinate amount […]

Inspirational technical books that are not technical

Jul 7, 2015 some comments

There’s a whole class of books on technology that are histories of some system or software or some-such that are not at all technical. However, in every case below I found myself highly motivated to write code and/or create a software system after (often during) reading these books. I hereby present my favorite inspirational technical […]

Six works of Computer Science-Fiction

Apr 27, 2015 some comments

Computer Science-Fiction1 is not actually fiction. Instead, these are books of computer science and/or programming that when you read them you can’t quite believe that what they claim is reality. Indeed, very often works of Computer Science-Fiction push the limits of your understanding of just what constitutes the art of programming.2 Smalltalk-80: The language and […]

C.S. on the cheap

Jul 23, 2013 some comments

The famous book publisher Hayward Cirker, the founder of Dover Publications built a fortune on finding obscure books that had either gone out of print or escaped publication altogether, and printing them himself. Among his many successes you’ll find amazing books on mathematics and physics including The Theory of Relativity, The Thirteen Books of the […]

fun.js

Mar 20, 2013 some comments

A few years ago I got the idea that it would be fun to implement a variant of Scheme targeting the JVM. During my search for different ways to implement numerics I looked deeply at the implementation of two languages: JScheme and a little-known language Clojure. During my explorations with these two languages and the […]

Continue >>