TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

How to Make a Complete Map of Every Thought you Think (2003)

90 pointsby aharrisonover 11 years ago

15 comments

Udoover 11 years ago
I don&#x27;t know how to say this delicately, so I won&#x27;t: I&#x27;m having trouble distinguishing this book from the disjointed ramblings of a mad man. The RANDOM capitalization of VERY IMPORTANT WORDS! combined with the &quot;snake-oil sales pitch&quot; style of writing doesn&#x27;t do this work any favors, but it&#x27;s really the content where this comes up short. Apart from the premise of mapping every thought, no viable strategy is offered achieve this.<p>What&#x27;s the solution here? After a few years you end up with huge boxes full of notes, some of which have been appended over and over? Mind maps rarely scale when done with software, paper note-taking just makes it all the more hopeless.<p>And really, why be so obsessive about conserving every little thought like your stream of consciousness holds some big revelation at the end? That&#x27;s not how it works. Forgetting and scrapping things is an important part of organizing the mind and the output it produces. On a meta level, this book illustrates very well what happens if that doesn&#x27;t work.<p>If we&#x27;re building a system with the goal of swapping out thoughts and memories, it really has to augment the brain in some fashion. Refining relations between concepts is something the brain is already good at, it would make more sense to help it along in areas where the brain sucks: keeping lists and details. Seriously, open an Evernote account or something and don&#x27;t worry too much about organization and preservation.<p>I&#x27;m really sorry if this sounds mean, it&#x27;s not supposed to.
评论 #6411847 未加载
评论 #6412133 未加载
评论 #6412836 未加载
评论 #6430406 未加载
kamaalover 11 years ago
Thanks for posting this.<p>Maps make amazing summarization&#x2F;summary capturing tools. I used to unknowingly use them during my college days. One of the main reasons why I spent 1&#x2F;10th the time yet scored the same as my classmates was maps. I would practically convert each chapter into a map, and merely crawling though a map was more than sufficient for any kind of a revision.<p>In our industry maps make wonderful testing tools. Lets say you want to test X, write down a map of each functionality, then write down further nodes, which basically is what could possible go wrong or right with each node(Each of this becomes a separate node). For each node you expand, stress the node bring out more test nodes until you can&#x27;t stress any node anymore.<p>The resultant map will be nearly the best test cases you can come up with.<p>Now do this before you start coding, and what you will get is all the scenarios you need to handle to make the code bug free.<p>Additional tip, avoid using map software. Best tools for this kind of work are paper&#x2F;pen or whiteboard&#x2F;marker.<p>I&#x27;ve been using this strategy to write C code for embedded systems. And it works like a charm.
评论 #6411758 未加载
评论 #6410816 未加载
评论 #6410832 未加载
jacquesmover 11 years ago
That&#x27;s very interesting. I foresee a problem with capacity. If you keep everything around eventually you won&#x27;t be able to move anymore. I&#x27;m so happy that I&#x27;m beginning to forget some of the stuff from my childhood, to keep carrying that along forever seems like a huge weight. Forgetting is just like remembering: a blessing and a curse at the same time. It would be really nice if our minds could actively forget something (like a file delete on a file system), right now it seems to be mostly governed by some caching rule where the last stage of the cache is &#x2F;dev&#x2F;null.<p>By committing it all to paper (and presumably, by re-reading it) you fire up all those neurons periodically which will lead to you thwarting the garbage collection process. As a consequence eventually you&#x27;ll either run out of room or possibly end up with mental issues (inability to acquire new stuff or inability to focus due the large number of associations running out from each thought you have).<p>There is a cost associated with this map making, still, I&#x27;m very much tempted to try it to see what the positive effects are.
评论 #6413036 未加载
评论 #6410940 未加载
评论 #6412201 未加载
andrelaszloover 11 years ago
&gt;I wrote a book on a notekeeping system: How to make a complete map of every thought you think.<p>&gt;My notekeeping system has since dramatically changed, and is now, primarily, a simple chronology with some discipline connected to it.<p>From the author&#x27;s site.
评论 #6412560 未加载
alistair3408over 11 years ago
What should have been on his todo list: turn off caps lock
ciexover 11 years ago
This is an interesting thought about the disadvantages of software text editors:<p>&quot;A long time ago, I stored all of my thoughts in a computer text file. It was actually an AWESOME system. The computer has so many advantages that the paper world doesn&#x27;t. [...]<p>For all this awesomeness in the computer, you are unconsciously pulled into a problem:<p>ALL OF YOUR TEXT looks EXACTLY THE SAME.[...]<p>YES, YES! I CAN HEAR YOU COMPUTER-PEOPLE&#x27;S COMPLAINING. ``But you can use FONTS!&#x27;&#x27; But you can make it Bold! But you can make it Italics! yes! Yes! YES! I know it! You CAN do all those things.<p>But that doesn&#x27;t make it FAST. In keeping notes, you don&#x27;t want to constantly be dicking around with your UI. You want to be able to JUST WRITE.[...]<p>So, by contrasting with the computer, I have described the kinds of things you want to concentrate on in your notebook. USE DIAGRAMS EVERYWHERE. They are FAR better than coercive linear text. And USE VARIABLE WRITING STYLES. Write sloppy, write neat, and everything in between. It communicates to you. Use shorthand and abbreviation. Know Gregg&#x27;s script? Use that when it suits you.&quot;<p>In general I feel that this whole text&#x2F;book could use a lot of editing. It&#x27;s intentional of course, as the author says himself he just spits out the text without going back. Still, at a length of &gt;100 pages it is frustrating. Thank you anyway for posting, it is very inspiring!
babaencielover 11 years ago
maybe an image of what the notebook looks like will be very helpful
skmurphyover 11 years ago
I remember reading this when he first posted and finding quite a few good insights, some expressed a little idiosyncratically but I think that&#x27;s in the nature of people doing original thinking. It&#x27;s stream of consciousness but that fits with his goal to capture and curate his thoughts. The section that begins<p><pre><code> Here&#x27;s a Speed List: &quot;Electronic Collaboration&quot; </code></pre> in chapter 6 Intra-Subject Architecture (see <a href="http://speakeasy.org/~lion/nb/html/doc007.html" rel="nofollow">http:&#x2F;&#x2F;speakeasy.org&#x2F;~lion&#x2F;nb&#x2F;html&#x2F;doc007.html</a> ) contains good insights into how to leverage email, wikis, and mindmaps.
tucsonover 11 years ago
A result example would be nice.
reginaldjcooperover 11 years ago
I&#x27;ve seen this one before and it looks interesting; but I&#x27;ve got a good enough system of notes. What I&#x27;d really like to do is keep a engineer&#x27;s notebook about my software and record things I tested, what I thought, and the results, but I don&#x27;t quite know where to start or what sort of system would work well for me. I guess I should be A&#x2F;B testing that.
joshdanceover 11 years ago
A man&#x27;s thoughts are his own. How he choses to store or recall them is also his own. There is no one size fits all.
评论 #6412647 未加载
untothebreachover 11 years ago
Every time I read this I think, &quot;wow that seems like a lot of work.&quot; I wonder if the benefits are worth it?
lifebeyondfifeover 11 years ago
<i>&quot;...I think you&#x27;ll overlook it&#x27;s obvious flaws...&quot;</i><p>Incorrect apostrophe, Aaaaaaargh!
评论 #6411206 未加载
评论 #6411451 未加载
leephillipsover 11 years ago
I haven&#x27;t looked at the book yet, but there is an obvious problem here with running out of stack space....unless you have some way of avoiding thinking about your note taking while you do it.
评论 #6412590 未加载
JackMorganover 11 years ago
I want to know how to do this with org-mode and freemind.