Live data from Hacker News

Show HN: I automated half of my typing

github.com

11–20 of 331 posts

Re: Show HN: I automated half of my typing

#14
post #7
post #6

This is neat! I've thought about doing something similar with my shell history to help me figure out which shell aliases I should create.

> I've thought about doing something similar with my shell history to help me figure out which shell aliases I should create. Same here, I end up doing `h | grep "(something about the command)` a lot to get commands with specific options, etc. and think "damn i should really make an alias for this" every single time, but never get around to it

How about fzf? https://github.com/junegunn/fzf

Re: Show HN: I automated half of my typing

#15
This is cool but I see so many posts in HN about “hacks” that increase productivity/save time that it makes me anxious.

I don’t know if it’s our field or just life these days but I would really love a more relaxed approach to work (or life in general?). It feels like I’m in a race and struggling to keep up with the pack.

Re: Show HN: I automated half of my typing

#16

This is cool but I see so many posts in HN about “hacks” that increase productivity/save time that it makes me anxious. I don’t know if it’s our field or just life these days but I would really love a more relaxed approach to work (or life in general?). It feels like I’m in a race and struggling to keep up with the pack.

It's not healthy to always be running around like a headless chicken. I want well-paced work to become normal.

Re: Show HN: I automated half of my typing

#17
I did this sort of thing quite a lot early in my career, but stopped quite a long time ago. The problem is that I started using multiple machines running different OSes, and not all of those machines are "mine", so I couldn't have these sorts of specializations everywhere.

That turned a positive into a negative when using machines that didn't have these optimizations.

Re: Show HN: I automated half of my typing

#19
post #14
post #7

Earlier quoted context omitted.

> I've thought about doing something similar with my shell history to help me figure out which shell aliases I should create. Same here, I end up doing `h | grep "(something about the command)` a lot to get commands with specific options, etc. and think "damn i should really make an alias for this" every single time, but never get around to it

How about fzf? https://github.com/junegunn/fzf

There's also Flexpansion for Android (no training required): https://flexpansion.com/wp/

Re: Show HN: I automated half of my typing

#20
post #17

I did this sort of thing quite a lot early in my career, but stopped quite a long time ago. The problem is that I started using multiple machines running different OSes, and not all of those machines are "mine", so I couldn't have these sorts of specializations everywhere. That turned a positive into a negative when using machines that didn't have these optimizations.

I haven’t done what you or the author have, but one workaround this is using something like QMK or ZMK. Especially the Leader key on QMK.

Thanks for the post though, I need to do some analysis of my own typing habits to automate them

Post reply on HN