I feel dumb(er) when typing, and smart(er) when writing
31–40 of 57 posts
Re: I feel dumb(er) when typing, and smart(er) when writing
#32Re: I feel dumb(er) when typing, and smart(er) when writing
#33I 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.
Same, but writing still helps me think better.
Maybe typing is too guided, and having to organise my thoughts on paper makes the process more efficient.
Re: I feel dumb(er) when typing, and smart(er) when writing
#34I'd like to ask how you used the notebook. diagrams and drawings? quick notes and thoughts? what was it like and what was your thought process like?
But in general, I never do drawing, but yes, definitely diagrams of some state machines for example. It's simply impossible to hold them in the head.
Re: I feel dumb(er) when typing, and smart(er) when writing
#35Like you and others this experience with paper has also been my experience for decades. Perhaps of interest is that I transitioned from using paper to a Remarkable tablet, which is surprisingly great from a writing experience perspective, but which is deficient in the "paging through" experience that is so important with paper. Its still preferable to me to work digitally, and to unify around a device I can read on, and I am able to use it to work in problem domain reasonably effectively.
HTH.
Re: I feel dumb(er) when typing, and smart(er) when writing
#36Re: I feel dumb(er) when typing, and smart(er) when writing
#37Without all the context, I think it is due to structure of the problem. Some problem can't be understood clearly with just text, but needs diagrams etc. Coq problem seems like one that could fall in this category. And if you are like me, rough diagramming in computer seems slower/harder than with pen and paper. For these kind of things, I found apple pencil+ipad to superior to both as you don't need to worry about sp…
Interesting, i never thought about e pen and a electronic pad. Will think about that
I carry my own Smallish notebook and pen but the convenience of having everything already digitized and available everywhere is so tempting.
Re: I feel dumb(er) when typing, and smart(er) when writing
#38Typing however is one-dimensional. Thoughts need to be serialised in order to type them out. Sometimes this is exactly what you need. For example, a linear narrative tends to make it much easier to explain your ideas to others. And of course code is just a serialised version of a program.
Re: I feel dumb(er) when typing, and smart(er) when writing
#39I'd like to ask how you used the notebook. diagrams and drawings? quick notes and thoughts? what was it like and what was your thought process like?
In this particular problem, I simply noted "what I know" on one side, and "what I need" on the other, then, trying mechanically prove my goal from my hypothesis. Being able to "see my bricks" was the key part. On a screen, those bricks while exist, are separated by scrolling distance. But in general, I never do drawing, but yes, definitely diagrams of some state machines for example. It's simply impossible to hold th…
I use a notebook as well btw, for leetcode as well. it's simple better. limited in it's distractions, requires a greater amount of lingering on thoughts rather than quickly typing in whatever words have come to mind, freedom of input and manipulation. it does one thing slowly, not everything fast and the interaction it requires is beneficial to then thought process.
even tablets are not as good. anyways, I agree with you.
Re: I feel dumb(er) when typing, and smart(er) when writing
#40Honestly, due to my perpetual difficulty with writing both neatly enough to read and quickly enough to keep up with my thoughts (it's always been an either/or thing), I feel much smarter when typing (on a physical keyboard; I also can't type that quickly on a phone keyboard). Adding in the ability to arbitrarily jump around and edit stuff, I feel like I can always express myself in a way I'm happier with at a compute…