Live data from Hacker News

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

typelit.io

61–70 of 394 posts

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

#61

One thing I really miss is the ability to backspace an entire word. I expect Ctrl+backspace to delete the previous word. This works in all places that I usually type so I find it quite difficult to not have this.

Hello! I feel the same way -- Ctrl+backspace support is planned for a future update. Thanks!

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

#63
post #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 e…

to be fair, your essays were all probably terrible and her standards were really not that high. If you don't believe me, go find a high school english teacher and have them show you what kids write. Most teachers are kind and skilled enough to know that such a rant does little good unless its obvious no one is trying

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

#65
post #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 e…

Hello -- I'm glad the idea resonates with you! The site actually already supports German and other languages (though with a more limited selection). You'll find a language dropdown just above where the books are displayed. Thanks!

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

#66
post #21

Nice, this is very enjoyable. Will definitely pick this up again, after I get a new ergonomic keyboard. Would be nice to also type code from famous open-source projects, to practice hitting all the parens etc.

Though, I would add that just copying code verbatim doesn't really follow how people write code. It's not usually, or ever have I seen it, written in a linear fashion. Cursors jump up and down, you open a brace/bracket/parenthesis and almost always immediately close it, then proceed to insert code. Many languages are written from the inside out (like swizzling some lisp code together). Most people don't think "Ok, th…

Learning to type open-source code could still add value since code will have larger frequency of '(', ')', '=', '_'....

I tried learning typing typical paragraphs, got pretty fluent with it, but as soon as I tried the same with code, got stuck with those.

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

#68
post #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…

this is an amazing idea. I wonder if you could do it with an auditory fashion, I think that would be very useful too!

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

#69

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

yes, instead of learning dart, you will be tasked with writing microsoft excel in dart

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

#70
This is a cool site, though I did notice something that I haven't seen anywhere before: the URL paths are JSON objects. Is there a reason for this? For example, for "The Call of Cthulhu", the URL is this: https://www.typelit.io/chapters/%7B%22bookTitle%22:%20%22The...

Why not just use this? https://www.typelit.io/chapters/5f468ca35e91c10be0883a57/The...

Also, the JSON object is fault tolerant and will display whatever you want for a title, even if there isn't a book available: https://www.typelit.io/chapters/%7B%22%64%69%73%70%6C%61%79%...

Post reply on HN