A book about the command line for humans.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
1.6 KiB

10 years ago
  1. 9. time-binding animals
  2. =======================
  3. When I was a kid, I read pretty much all of Robert A. Heinlein's Science
  4. Fiction (the short stories, the early novels, the late novels, everything).
  5. Heinlein was something of a disciple of a guy named Alfred Korzybski, who had
  6. built up one of those elaborate intellectual systems where the whole thing may
  7. be kind of cracked, but there are some interesting ideas in there. You can get
  8. a sense of the flavor of his work from the fact that he wrote a book called
  9. _Science and Sanity: An Introduction to Non-Aristotelian Systems and General
  10. Semantics_.
  11. I've never read Korzybski's book, though maybe one day I'll make an attempt.
  12. One of the bits that stuck for me, via Heinlein's fiction, was the notion that
  13. humans, unique in the animal kingdom, are "time binders": Creatures capable of
  14. accumulating knowledge and retaining it between generations, so that one set of
  15. us can pick up where another set of us left off, not only learning things
  16. within an individual lifetime, but benefiting from the learning of previous
  17. lives and transmitting our own progress well beyond the temporal boundaries of
  18. a single existence.
  19. There's a useful sense in which the history of civilization is the history of
  20. technology, broadly understood. And a good deal of the history of technology
  21. is bound up in the ways that technology augments and amplifies memory.
  22. the computer as an extension of memory
  23. --------------------------------------
  24. There's an important
  25. To cover:
  26. * scripting
  27. * makefiles
  28. * memory
  29. * command history
  30. * Ctrl-R
  31. * version control and that sorta stuff