Top
Best
New

Posted by dwwoelfel 10 hours ago

Writing by hand is good for your brain(nealstephenson.substack.com)
886 points | 448 commentspage 6
thecombjelly 7 hours ago|
I still hand write a lot of code, and especially when starting out on projects or making more fundamental changes. I find it leads to better architectural solutions. My thinking has been that writing it out by hand can be slower so my brain is incentivized to think through the options and come up with more concise solutions. But maybe, as the article suggests, there are other small factors to hand-writing that lead to an improvement as well. I also use then go through the hand-written code to "execute" programs in my head and I think this also leads to higher-quality code. I encourage anyone that wants to be genuinely good at programming and software engineering to give it a try.
treetalker 9 hours ago||
dupe of https://news.ycombinator.com/item?id=49004202
cratermoon 1 hour ago||
Stephenson mentions the Pilot G-2 Gel, and it is a great pen, especially for left-handers. I've found one that improves on it: the Pilot Acroball. It's a better G-2 and though it might be a bit hard to find at retail it can be found online in all kinds of variations.
Varelion 7 hours ago||
When learning new languages, frameworks, or systems, I've learned over the last ten years that I -- as ADHD riddled as I am -- retain and engage with information a lot more when I write by hand, even if I am not medicated.
senko 6 hours ago||
> Being left handed is fine

As a lefty, I would rather never write another word then twist my hand the way he's doing (above the current line) to avoid the smudges.

TomMasz 7 hours ago||
I keep a handwritten journal and write in script. My penmanship isn't great, but it's good enough.

For exams in my intro programming classes, I allow students to bring a handwritten notes sheet if they wish. I get anything from a few sentences to a sheet so full of writing it almost looks gray. From what I can tell, students who really put effort into their notes sheet look at it less frequently but tend to score higher. This tracks with the studies I've seen on handwritten notes.

daedrdev 7 hours ago||
I’d like to point out that basically all education research is only partially reproducible or not reproducible at all. So even though this study says it’s good for your brain. Have some skepticism.
ihteshamit 7 hours ago||
I wrote this reply by hand and then used by keyboard which is connected with my mac mini using Bluetooth to type it here so you guys can see it.

"I write all my notes and letters by hand and I started writing them like 2 months ago when I was researching on something and found out the benefits of writing by hand. My post went mega viral on X (@ihteshamali) you will see it here on X and it got like 120k likes and people really loved it. And most people said they will now turn back to writing by hand which is nice."

ymolodtsov 4 hours ago||
In fact, there's no scientific consensus research-wise on whether writing things by hand actually helps in any way.

Anecdotally, it never helped me to remember the stuff I was writing down.

maipen 4 hours ago|
Same.

While writting I think there's a very fine line that separates external storage from memorization. What I mean by this is that sometime we write ideas so we can avoid forgetting and be able to come back them (David Lynch), or as we write and develop a thought or subject, we are actually creating memories.

I think the point of writing stuff down is mainly organization, storage and exploration and not a memory exercise.

UtopiaPunk 7 hours ago|
Does anyone here handwrite a blog? I've been thinking about doing that, but I'd be interested in how people accomplish it. Personally, I'd like this to be a hobby that gets me away from screens, so I'm looking to focus more on handwriting and minimize how much I'd need to interact with a digital device.

"Paper Website" seems appealing, but I haven't tried it yet: https://paperwebsite.com/

tadfisher 7 hours ago|
Not a blog, but I handwrite presentation slides sometimes. And, of course, pages of notes. I use my ReMarkable 2 for that, so it's pretty easy to import to desktop and run scripts.
More comments...