Viliam comments on Accomplishing things takes a long time - LessWrong

16 Post author: JonahSinick 15 June 2015 09:59PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (23)

You are viewing a single comment's thread. Show more comments above.

Comment author: Viliam 17 June 2015 06:46:57PM *  2 points [-]

There are so many things to say that it's difficult to know where to start.

If there is a part that doesn't require other parts, write that one first. Repeat until finished. That is, do not use forward references to things you haven't written yet (that is a huge mistake many people do), but feel free to use references to things you have already published, especially if the comments suggest they were well understood.

If you can do the same thing on multiple levels (i.e. find a subset that doesn't require other subsets, publish it using this algorithm, then continue with another subset) that would be even better, because the articles would be groupped by topic.

Give specific examples. Tell a story, if possible.

Comment author: JonahSinick 17 June 2015 06:52:53PM 1 point [-]

Thanks, this is great advice.

Comment author: satt 20 June 2015 05:03:44PM 2 points [-]

To put Viliam's (very good) suggestion in more concise, specific terms: try casting the network of ideas in your head into a directed, acyclic graph of dependencies. That might make it easier to systematically begin with the ideas that lack dependencies, and proceed from those.

(There's a good chance you've already reformulated, in your own mind, what Viliam wrote into these terms. But I thought it worth mentioning in case you haven't, though I run the risk of patronizing you!)