Comment by absoluteunit1

Comment by absoluteunit1 4 days ago

5 replies

I’m building TypeQuicker: https://www.typequicker.com

Typing is an extremely underrated skill and especially in the age of LLMs, it is the bottle neck in a lot of cases.

I’ve never been fond of existing typing apps; excessive ads, typing random words, etc so I built my own.

You can practice typing code, use your own text, etc

We have a paid plan for features where you can type natural text that targets your weak points (via SmartPractice) and many others. Other than that, it’s both free to use (and ad-free)

higgins 4 days ago

nice!

i open and close parens, brackets and curlies at the same time.

is there a mode/setting to capture this intent?

  • absoluteunit1 4 days ago

    Hi - thanks for checking it out!:)

    Sorry, I’m not sure I follow - do you mean you type: () and then type within them?

    • higgins 4 days ago

      exactly.

      AFAIK a lot of programmers do this before their editor would auto close them and so its now muscle memory to

      (+)+Ctrl+B or (+)+ ←

      to finish a statement