Viewing profile — zer0th
zer0th
HN member- Joined
- Thu, Aug 07, 2014, 9:45 PM UTC
- HN karma
- 37
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About zer0th
No profile information was provided.
Recent public activity
-
comment
Comment #16297758
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…
-
comment
Comment #15378374
I've been doing something fairly similar for years now. You can read about my method here: https://news.ycombinator.com/item?id=10997410
-
comment
Comment #14956545
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 …
-
comment
Comment #10997410
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 …