Live data from Hacker News

I feel dumb(er) when typing, and smart(er) when writing

news.ycombinator.com

1–10 of 57 posts

I feel dumb(er) when typing, and smart(er) when writing

#1
I have noticed many times, writing down a problem and work on it on a paper is much more productive than staring at my screen and/or jumping right to code.

Last time it happened, I spent a day on a Coq exercise, when I finally I decided to grab a paper and pen, and solved it in 5 minutes.

Is this something that anyone else is experiencing? Is it something that has been (dis)-proved?

Re: I feel dumb(er) when typing, and smart(er) when writing

#3
There's a little notebook by my computer at all times for this reason. It isn't even just writing that helps when I'm trying to figure out a problem or pick a good approach, but doodling. Doodling while thinking seems to help things click into place and generate new ideas sometimes.

In my first job in games, my lead at the time took issue with seeing me occasionally doodle in a notebook in front of my PC. It wasn't a case of sitting there doodling all day and getting no work done, or not focusing. I'd only do it for a few seconds or a couple of minutes at a time, when thinking through a task or problem. After that interaction, I stopped doodling at work for a long time, to my (and I believe my work's) detriment.

Re: I feel dumb(er) when typing, and smart(er) when writing

#4
Context shifts are actually great for changing your perspective and reinvigorating your ability to work around road blocks.

Switching from screen to paper is one way of context shifting. You could also switch a whiteboard.

You could switch to talking through the problem verbally with a colleague or, lacking that, a rubber duck.

You could just get up and go for a walk to think about that problem. Context shifting from indoors to outdoors can be a significant change.

It helps to learn how to recognize when you’re stuck, not making any progress, and have maybe a bit of “learned helplessness” slowing you down even further. Shaking up your context can help break out of it.

Re: I feel dumb(er) when typing, and smart(er) when writing

#5

Context shifts are actually great for changing your perspective and reinvigorating your ability to work around road blocks. Switching from screen to paper is one way of context shifting. You could also switch a whiteboard. You could switch to talking through the problem verbally with a colleague or, lacking that, a rubber duck. You could just get up and go for a walk to think about that problem. Context shifting from…

I think you are right to generalise it to "context switch". Countless times I deleted my yet-to-be-posted, detailed Stackoverflow question, when after typing (ha!) it, i would realize my mistake.

I never tried duck - debugging, maybe should give it a go too

Re: I feel dumb(er) when typing, and smart(er) when writing

#7

I can't keep the variables, constraints, and edge cases in my mind. I use diagrams and crude flowcharts so paper/S-pen on Note/Tab is a must for me. Staring at the screen or typing it out doesn't do much for me.

Do you use the s-pen for general note-taking or only when you need to draw something?

Re: I feel dumb(er) when typing, and smart(er) when writing

#10
post #2

No, actually it has been proven that writing by hand activates many other regions of brain so that might be the cause why youre feeling the difference.

I almost missed your comment because it starts with the word "No"

Looks like there is evidence for this:

- https://www.forbes.com/sites/nancyolson/2016/05/15/three-way...

- https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4274624/

When I (tried to) learn Japanese, I was only able to read handwritten kanji after learning to handwrite kanji. The effect was striking, night and day

Post reply on HN