Ask HN: How do you take notes?
11–20 of 70 posts
Re: Ask HN: How do you take notes?
#12I started on paper, but there are superb pieces of software for this as well.
iThoughts HD on iPad is excellent. Not sure if they have a desktop client. If desktop is a requirement then check out MindNode which is also very good.
Re: Ask HN: How do you take notes?
#13Re: Ask HN: How do you take notes?
#14Any time I hit something that seems both non-obvious and reasonably important, I write it down. When I make the notes clear and half-way organized, they end up being more useful than the original reference, since they're quicker to read and tailored for what I care about.
Early on in learning Objective-C, for example, I was getting caught on one wtf after another, not really grasping it. I decided to take it from the top with my notebook and jot everything interesting down in note form.
No kidding, after about ten minutes of this I looked from my notebook to my screen, where source code from an OSS OS X project was sitting, and it was like the climax from The Matrix – I, quite instantly, understood everything. Where once there were blocks of inscrutable code, now I was just reading, and comprehending, a story.
So that's great if your brain works like mine. Why is it your notes are so hard to look through?
Re: Ask HN: How do you take notes?
#15Re: Ask HN: How do you take notes?
#16Like danilocampos said, the solid state notes were the key. Having a physical copy of what was on the stack and watching it change made the assignment so much easier.
Re: Ask HN: How do you take notes?
#17For organization, I just use Simplenote. Notational Velocity on the Mac + the iPhone app results in a great combination that's always in sync wherever I am.
Re: Ask HN: How do you take notes?
#18I do the same when planning/thinking (code, todo, what to pack for a trip, etc).
I need the pen/paper because they "disappear" and don't take attention from my thoughts. It was like that all my life, until I read the rave reviews and learned Org mode in Emacs.
First, I thought "This was stupid. I've put lots of hours into learning Org mode; it would be minutes for a GUI app." Then I realized that I jotted down notes in Org mode as easily as when taking notes on paper! A big win, e.g. for backups and search.
Still, I must write notes on paper to remember facts. Org mode only works for organizing and exploring thoughts. (Too many years with a pen, probably.)
Edit: I might add: For me, the single most helpful thing to learn is to disconnect from the net.
Re: Ask HN: How do you take notes?
#19There is a nice notepaper generator (including source code in Python) made by Simson L. Garfinkel:
http://simson.net/notepaper/index.cgi
This is very nifty when you have to take notes and want to have an already prepared format for your notes.
Re: Ask HN: How do you take notes?
#20I'm sure there is lots of room for improvement over that. But, so far, for me, that's a huge improvement over my previous method.
Good luck with this.