I type 150+ WPM and can’t write to save my life. Writing things down with pen/paper does nothing for me.
I feel dumb(er) when typing, and smart(er) when writing
11–20 of 57 posts
Re: I feel dumb(er) when typing, and smart(er) when writing
#12Re: I feel dumb(er) when typing, and smart(er) when writing
#13When I jump from editor to pen and paper it usually means that I'm having trouble mapping the code I'm writing to a part of the problem Im'solving, and I switch to exploring the problem more before going back to the solution. I'm going to go out on a limb and say that that's pretty much what happened to you as well.
Re: I feel dumb(er) when typing, and smart(er) when writing
#14Jeff Bezos says the "smartest thing" they did at Amazon was to ban low effort presentations and embrace writing long-form briefs for each meeting. That made sure the problem was thoroughly thought out by the meeting owner and is read by the group in detail for the first 30 minutes of the meeting.
In open source, many projects adopt a RFC(request for comments) process in which a problem is written about exclusively with solutions and asking for public feedback. This works effectively in ecosystems like Rust, Python, JavaScript, and C#.
If you think about knowledge work in general, 80% of the job is problem solving, creative thinking, etc. 20% of the job is implementing / coding. Jumping straight to code was something I did when I was early in career, but now it's the last thing I do until I understand the problem in detail.
Re: I feel dumb(er) when typing, and smart(er) when writing
#15Re: I feel dumb(er) when typing, and smart(er) when writing
#16I am the exact opposite. I type 150+ WPM and can’t write to save my life. Writing things down with pen/paper does nothing for me.
Re: I feel dumb(er) when typing, and smart(er) when writing
#17Also for problem solving I agree. I also don’t know why but I feel a lot “freer” when I have a sheet of paper in front of me.
Re: I feel dumb(er) when typing, and smart(er) when writing
#18While writing text is slower than typing, it’s much, much easier to choose where to write, and to draw lines and boxes. All tools that helps thinking.
> when I finally I decided to grab a paper and pen, and solved it in 5 minutes.
In defense of your hard work, it’s always the last solution you try that works.
Re: I feel dumb(er) when typing, and smart(er) when writing
#19Re: I feel dumb(er) when typing, and smart(er) when writing
#20Writing in my opinion is the best way to think through problems. It takes concentration and effort. Jeff Bezos says the "smartest thing" they did at Amazon was to ban low effort presentations and embrace writing long-form briefs for each meeting. That made sure the problem was thoroughly thought out by the meeting owner and is read by the group in detail for the first 30 minutes of the meeting. In open source, many p…
I like the anecdote, this and the two-pizza rule are some nice bits of Amazon "management lore".