Live data from Hacker News

Show HN: I made a site where you practice typing by retyping entire novels

typelit.io

51–60 of 394 posts

Re: Show HN: I made a site where you practice typing by retyping entire novels

#51

This is an absolutely fantastic idea. I have tried many times to sit down and train my typing but it's always incredibly boring. I'm a rather fidgety person too, so it's actually quite nice to have something for my hands to do while I'm reading!

Maybe try http://www.typingtom.com/ [1].

I found it broke up touch typing into just the right size chunks to engage me.

At the start of Covid, I spent a week doing half an hour a day. My typing speed and accuracy improved out of sight. The whole process of acquiring muscle memory is quite magical. I highly recommend it.

[1] This is the companion site to http://www.speedcoder.net/, which is for coding, and presumes you start with reasonable touch typing skills on normal text.

Re: Show HN: I made a site where you practice typing by retyping entire novels

#52

Nice work but i don't like when i miss a space: from that moment, even if i digit next words correctly, they result mispelled because caret is "behind" of 1 position

Hello! If you mean that once you make a mistake, than no matter what you type afterwards is wrong, that's not supposed to happen. If you don't mind me asking, what browser are you using? In the meantime, Chrome should work ok

Re: Show HN: I made a site where you practice typing by retyping entire novels

#53
post #49

This seems to have problems with dead keys. Typing ' and then d on US International results in 'd, but doesn't count as such and instead is an error.

Hello! If you don't mind me asking, what browser are you experiencing this issue on?

Re: Show HN: I made a site where you practice typing by retyping entire novels

#54

Love the idea! What about something like this but for software? Could be an interesting way to learn a new language/codebase

That’s exactly how I learned to code. Retyping code from Byte magazine, Dr. Dobbs, and Apple Incider.

Second that method.

It also increased my debugging skills as well when I entered one or more typos along the way.

Re: Show HN: I made a site where you practice typing by retyping entire novels

#56
post #2

"[Hunter S. Thompson] chose, rather than writing original copy, to re-type books like The Great Gatsby and a lot of Norman Mailer, the Naked and the Dead, a lot of Hemingway. He would sit down there on an old type-writer and type every word of those books and he said, 'I just wanna feel what it feels like to write that we'll.'" HST: "If you type out somebody's work, you learn a lot about it. Amazingly it's like music…

It was very common in the past for composers to learn the craft by copying out the musical scores of the masters.

This is also why I always type in all the examples from programming books instead of cutting and pasting.

Re: Show HN: I made a site where you practice typing by retyping entire novels

#58
I remember in high school, we had an English teacher with very high standards. After we had turned in our first essays, she gave everyone a failing grade, and put on a show of being very disappointed with our work.

Instead of whatever was next on the syllabus, our next assignment was to rewrite, with paper and pen, three separate (3-5ish page) essays written on the same prompt, which she had saved over the years as exemplary.

I distinctly remember hating the idea of it, and putting off the task so I could hate it for longer. However, once I started (re-)writing, I was forced to capitulate (an experience that seems to be shared with other commenters here). While the essays were really good, they were just words on a page -- there's nothing stopping me from writing like that, too. In fact, I was writing like that right now!

At the end, she shared the reasoning behind this exercise, and made us take a vow of silence to not tell the next year's students what to expect. Everybody who traced the essays got an A in the gradebook, and the kids who didn't trace usually dropped-out at that point (it was early in the year, this was the accelerated-track course).

I've never had another educational moment like that, since. It was immensely humbling, in that it told all of us, who were used to being good, that we still have plenty of room to improve. Once out of high school, our egos are perhaps too large to get the most out of that kind of activity.

This is a really cool idea. I'd love to see this applied to foreign languages. For example, if I'm learning German, it'd be great to do that by typing out Theodor Storm. Many of these classic books are in the public domain [1].

[1]: https://books.google.com/books?id=VXgBAAAAYAAJ&newbks=1&newb...

Re: Show HN: I made a site where you practice typing by retyping entire novels

#59
That's a cool idea. I once made a similar site but for a completely different purpose -- language learning. Unfortunately I never finished it but it's still in my TODO list.

The workflow was:

- you read the sentence

- the sentence disappears

- then you type from memory

- every time you mistype something -- the next couple of words appears for a few seconds and you keep typing

That way you not only learn to type that foreign language. But you also memorise the sentence in your short-time memory and you get a feel for sentences are created (order of words, phrases, etc.).

PS. Didn't finish the site, but I did made a simplified version as an Android app: https://github.com/tkrajina/10000sentences

Post reply on HN