|
|
|
|
|
by chubot
4193 days ago
|
|
For me, that is my ~/git/scratch repo (formerly ~/hg/scratch). I have a lot of experiments in there: different approaches to parsing; R/OCaml/Lua experiments; tests for interactions between Unix signals, processes, and threads; etc. One thing I've also found useful is: whenever you see a neat code snippet on Hacker News or a blog, download the code, and write a shell script to build and demo it. You don't even have to understand it thoroughly the first time around. But when you come across something related in the future, your brain will remind you of it, and you will have a little shell script you forgot about to puzzle through :) It takes like 10 minutes each time. I have 141 different subdirs; probably half are my own and half are demos I learned something from (or hopefully will in the future). |
|