The goal of efficiency is more slack.

Tuesday, November 15, 2005

Learn Incrementally

Steve Litt shows how to learn incrementally, add to or modify configuration files one step at a time and see the result. Hey this is what I do, but I don't document as well as he does. I need a way to organize my notes. Maybe I'll look into Tuomo's "Riot" note-taking software. Or maybe I'll just use blogger.

Related Posts:

  • Disable mouse acceleration on MacMouse acceleration makes it hard for me to point and click things based on muscle memory, so I turn it off by entering into the terminal: defaults wr… Read More
  • Bash Colors #!/bin/bash # # This file echoes a bunch of color codes to the # terminal to demonstrate what's available. Each # line is the color code of … Read More
  • Django FormsSome common uses of Django Forms. f = Form(request.POST) Instantiating a form with data a dictionary, e.g. from POST, creates a form populated with t… Read More
  • Vim for Python Option 1 ~/.vimrc syntax enableif !exists("autocommands_loaded")  let autocommands_loaded = 1    autocmd BufRead,BufNewFile,Fil… Read More
  • Block domains on search engine resultsGreasemonkey script to allow blocking of domains in search engine results. Works for Google, Duckduckgo and various other search engines. Google Hit … Read More

0 comments:

Popular Posts

Recent Posts

Unordered List

Text Widget

Pages

Powered by Blogger.
Scroll To Top