I've been thinking about something like this years ago. Basically I wanted to implement de Bono's "Six Thinking Hats" as a website that would assist an individual to work through a problem with the help of a community.…
I've been doing something fairly similar for years now. You can read about my method here: https://news.ycombinator.com/item?id=10997410
I've noticed that problem in my life as well. As a result, I decided to consume media a bit more randomly. My harddrive has a folder called "todo". This folder contains subfolders labeled "watch", "listen" (which…
Some years ago I came up with a system which I still use extensively. I added these lines to my .bashrc file: log(){ pushd ~/logs; echo >> $*; date >> $*; cat >> $*; } So whenever I have a piece of information that I'd…
I've been thinking about something like this years ago. Basically I wanted to implement de Bono's "Six Thinking Hats" as a website that would assist an individual to work through a problem with the help of a community.…
I've been doing something fairly similar for years now. You can read about my method here: https://news.ycombinator.com/item?id=10997410
I've noticed that problem in my life as well. As a result, I decided to consume media a bit more randomly. My harddrive has a folder called "todo". This folder contains subfolders labeled "watch", "listen" (which…
Some years ago I came up with a system which I still use extensively. I added these lines to my .bashrc file: log(){ pushd ~/logs; echo >> $*; date >> $*; cat >> $*; } So whenever I have a piece of information that I'd…