CharlesR comments on Rhetoric for the Good - Less Wrong

49 Post author: lukeprog 26 October 2011 06:52PM

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

Comments (289)

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

Comment author: CronoDAS 26 October 2011 12:19:30AM 12 points [-]

Some people say to write down everything and only edit later. I take the opposite tack. I used to believe that I rarely edited at all because I usually publish something as soon as it's done. Then a friend watching me write said that she was getting seasick from my tendency to go back and forth deleting and rewriting the same sentence fragment or paragraph before moving on. Most likely the best writers combine both editing methods.

In the past, only the "edit later" method was even possible, because word processors didn't exist yet. There's really no longer any such thing as a "first draft" because we now tend to revise continuously instead of discretely.

Comment author: CharlesR 26 October 2011 03:35:08PM 1 point [-]

You can train yourself not to edit. It just takes practice.

Comment author: dlthomas 26 October 2011 04:26:01PM *  3 points [-]

Or a text editor that won't allow it:

stty erase ''; cat >>myessay

If you still want backspace, you can omit the first bit of that. If you still want to be able to edit within the current line:

rlwrap cat >>myessay

Edited to add:

Not that I necessarily think this is a good idea, but it might be an interesting thing to experiment with.

Comment author: [deleted] 29 October 2011 07:40:55AM 0 points [-]

rlwrap is especially useful if you have a tendency to say almost exactly the same thing over and over again. Just press the up arrow, and a copy of what you wrote before appears, allowing you to say almost exactly the same thing over and over again.

Actually, never mind, that's silly.