Live data from Hacker News

Ask HN: How can I improve my writing

news.ycombinator.com

1–10 of 29 posts

Ask HN: How can I improve my writing

#1
Hello Hacker news,

I have trouble writing. It is hard to get ideas out of my head onto paper. For example this paragraph I have re-written multiple times from scratch. Many of the times I do not know where to start, or how to express a simple idea effectively on paper.

I have been working on my side project NearBeach (https://github.com/robotichead/NearBeach) for a few years now, and I still do not know how to write it's blog posts or documentation. A good example of my skill would be the following links;

- Documentation https://nearbeach.readthedocs.io - https://nearbeach.org/index.php/2020/03/10/nearbeach-beta/

My first opinion of my writing skill is that it does not flow and seems very UN-professional.

Thank you for your advice

Re: Ask HN: How can I improve my writing

#2
Didn’t look at your link, but the above is fine. Concise, organized. It’s OK.

Advice: Practice. Edit.

Suggestion: Take an intro to journalism class. Got to be a million of those online right now. Write, write, write. Edit, edit, edit, edit, edit.

Re: Ask HN: How can I improve my writing

#3
post #2

Didn’t look at your link, but the above is fine. Concise, organized. It’s OK. Advice: Practice. Edit. Suggestion: Take an intro to journalism class. Got to be a million of those online right now. Write, write, write. Edit, edit, edit, edit, edit.

Thank you :) I did spend a while editing and completely re-writing sections

Re: Ask HN: How can I improve my writing

#4
The trick is to go and sit at your desk regularly until writing comes on its own. Its all right if you don't write, but you're not supposed to do anything else. And write anything you feel like ignoring grammar, content quality or even subject. Given enough time, practice will ensure that you'll become a good writer.

Link to article (shameless plug)[1]: Write, Write and Write should be your Mantra - Procrastination is the Writer's only enemy in 90% of cases

[1] https://freelancemag.blogspot.com/2019/11/write-write-and-wr...

Re: Ask HN: How can I improve my writing

#5
> ... have re-written multiple times from scratch.

It is the "from scratch" part that is troublesome. Most writers don't write perfect copy on their first attempt. So to get rolling, just get the words out, and don't expect it to be great. Then start refining it. Don't throw it out... just improve. Simplify the wording. Remove unnecessary words and phrases. Change the order of sentences. Keep iterating until you are satisfied. And have patience with the process.

Re: Ask HN: How can I improve my writing

#6
My impression is that maybe you worry a bit too much about it. Performance anxiety/stage fright/etc. This doesn't help of course, by making it more difficult to have a clear head.

As long as you're getting your point across, everything is fine. It will naturally improve in time with practice, although I can't see any problem with your current way of writing.

Re: Ask HN: How can I improve my writing

#7
Separate out the phases of the writing process. Do one then the next in explicit phases:

## 1. Get ideas out.

A successful result at this stage looks like a pile of messy clay.

Set a timer and just keep typing for 20 minutes pomodoro-style. Maybe download http://otter.ai/ and talk to yourself while you exercise.

If you really feel stuck, then imitate Test Driven Development: Write a question. Then write an answer. Then write a question that answer raises. Then write an answer. Then write a question like "How can you be so sure of that?" then write an answer. Unlike TDD, don't try too hard design, just keep that cycle going. Just keep typing.

Question Driven Drafting like this is a one way to get words on paper even if you are currently feeling despair or self-hatred or confusion: Explicitly have a debate with your self-doubts. Be sure to do some physical exercise to clear your mind after that sort of thing though.

As humans, we are socially motivated to communicate. All of these techniques aim to imitate that. However, you might find that the most helpful thing is to teach someone or to get on an an internet forum and pontificate.

## 2. Find the structure of the ideas.

A successful result at this stage looks like a bunch of topic headings in a layout that makes sense to you.

Look through them identify the "why". What situation does someone come to your writing with? What do you want someone to walk away from your writing with? Why would they be motivated to learn that?

Write section headings to form your ideas into either a pyramid or a Hero's Journey or some other traditional structure that will help your brain "chunk" them.

Either create an outline or directly push your clay into that shape.

## 3. Notice holes and fill them.

A successful result at this stage looks like text that flows in a way that makes sense to you.

If you notice that there is an image you need, sketch it on paper or whiteboard or https://jspaint.app/. You can hire a professional later if that matters. Do a few pomodoros where you repeat step 1.

To get better at this, play the board game Concept[1].

## 4. Create a good User Experience out of words.

A successful result at this stage looks like a text which is well structured to introduce relevant ideas into the Verbal Loop[1] of the reader's Working Memory in an order that "chunks" often enough that it doesn't OOMkill or having broken links.

Follow the advice from Style: Towards Clarity and Grace https://sites.duke.edu/niou/files/2014/07/WilliamsJosephM199...

Edit your work multiple times.

[1] https://www.youtube.com/watch?v=XiB9BvEpYFE

[2] https://psychologyhub.co.uk/the-working-memory-model-central...

Re: Ask HN: How can I improve my writing

#8
> I still do not know how to write its blog posts or documentation.

Honestly, I've often found that writing documentation alone is a bad use of time. If it wasn't written as part of design or development, the first draft of documentation is always going to suffer from the problem of bridging the gap between knowing the system well and knowing what a knowledge-lacking reader needs.

I submit to y'all that docs should almost always be a pair-programming exercise between a developer who is highly knowledgable and a developer as close to the target audience as you can get. There are plenty of more junior devs on codementor.io or /r/learnprogramming who can help.

Either individual alone will easily flounder or write prose with a bad UX.

Re: Ask HN: How can I improve my writing

#9

The trick is to go and sit at your desk regularly until writing comes on its own. Its all right if you don't write, but you're not supposed to do anything else. And write anything you feel like ignoring grammar, content quality or even subject. Given enough time, practice will ensure that you'll become a good writer. Link to article (shameless plug)[1]: Write, Write and Write should be your Mantra - Procrastination i…

Thank you :)

Re: Ask HN: How can I improve my writing

#10

> ... have re-written multiple times from scratch. It is the "from scratch" part that is troublesome. Most writers don't write perfect copy on their first attempt. So to get rolling, just get the words out, and don't expect it to be great. Then start refining it. Don't throw it out... just improve. Simplify the wording. Remove unnecessary words and phrases. Change the order of sentences. Keep iterating until you are…

I throw out stuff because it does not either make sense or flow for me. Or I feel it is not the best way to start a paragraph/essay
Post reply on HN