Live data from Hacker News

Show HN: I automated half of my typing

github.com

61–70 of 331 posts

Re: Show HN: I automated half of my typing

#62
post #61

https://kapeli.com/dash Somewhat similar tool to Autokey for MacOS that I use as a text expander. Allows for great customization - appending ; to a phrase ensures you don't accidentally expand a keystroke into a phrase/URL/etc ";url" expands into "whatever string you configure"

[deleted]

Re: Show HN: I automated half of my typing

#63
post #49

This seems like a really good way to make it so you have a hard time typing on anyone's computer but your own.

If that's something you do then obviously this isn't for you. I personally haven't typed on someone else's computer in at least 13 years. Since whenever I got my first laptop.

Re: Show HN: I automated half of my typing

#65
post #21

Idea for extending this: keylogger (yeah, that's a downside...) that'll watch what you type, learn common phrases, identify common ones, then come up with shortcuts, then each time you type the full phrase it gently reminds you of the shortcut. Then anyone can install it, no friction, and over time it'll slowly start making you gently more productive.

I once built a typing tutor that did something like this - it monitored all the mistakes I'd make, and would surface the most typo-ed words for practice.

Re: Show HN: I automated half of my typing

#66

I use similar abbreviations in code editor, for example: r0 -> return false rn -> return null t -> this puf -> public function You can easily find the opportunities for saving typing by analyzing existing code and most used words there.

Possibly a dumb question but: why not rf for the first one?

Re: Show HN: I automated half of my typing

#67
I was thinking about similar solution (actually, textblaze funded by YC is pretty much that) but I didn't like remembering the shortcuts part. So I made a different kind of indexing for it: https://discu.space/ Presentation uses 'what are you answering to' as a key, but you can use anything.

It currently exists as (hopefully working for everyone, could use more testing) Chrome extension, but there's a universal API underneath. It could be run entirely locally if one was to give up portability.

Re: Show HN: I automated half of my typing

#69

Also the most surprising part of doing this was seeing that abbreviating super short words like "the" -> "t" actually saves far more characters overall than abbreviating long words and phrases that are less common, like "what do you think" -> "wdytk".

It would be interesting to see how much time you save.

I guess average typists will type "the" much faster than a complex word. Through muscle memory. I think it will be less noticeable for fast typists, who get their speed by being consistently fast.

Re: Show HN: I automated half of my typing

#70
post #49

This seems like a really good way to make it so you have a hard time typing on anyone's computer but your own.

If that's something you do then obviously this isn't for you. I personally haven't typed on someone else's computer in at least 13 years. Since whenever I got my first laptop.

You've never had to help someone do something on their own computer that required typing something in?
Post reply on HN