Ask HN: Programs that saved you 100 hours? (2022 edition)
61–70 of 574 posts
Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#62Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#63kanata[1] and komokana[2]. kanata is basically like QMK for any keyboard without the firmware requirement. I use kanata with my trusty old iMac keyboard which is to this day my favourite keyboard of all time. But now I have all the cool QMK-style layers with it. So that is awesome on its own, but where it gets even better for me, and this is where the seconds have really added up to hours, is that I wrote another pie…
Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#64Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#65JetBrains CLion. I used to program in Vim/Neovim. Using a full-blown IDE is a real productivity boost when programming in for example Rust, which is what I write the most, and use CLion for the most. CLion has Vim emulation also. So I still have normal mode, insert mode, and most other main features of Vim that I know and love :)
Its support for detecting type errors (I use type hints pretty consistently) and its refactoring support have probably saved me way more than 100 hours. Just Shift-shift searching has probably done that by itself, too. And import optimization. I could go on and on.
Plus integrated sql/db stuff is just icing on the cake. Best subscription I’ve ever paid for.
Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#66fzf: https://github.com/junegunn/fzf
I probably shouldn't admit this but the fzf fish shell integration is basically how I remember useful commands instead of writing them in a note, because I'm too damn lazy
Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#67Gong.ai - transcribes Zoom and Google Meet calls with very high fidelity, and identifies which callers are talking and suggest tips to your sales, customer success, and demo staff on how to improve their presence in online meetings and phone calls. https://www.gong.io/product/ This is the SaaS I'm most excited about this year.
Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#68Seeing a lot of “fiddly” software being listed here. Stuff that lets you configure and tune a workflow endlessly. It’s ironic that this is the sort of thing most of us will think of, since it doesn’t really account for time saved so much as time spent fiddling… Keeping an eye out for software that you barely use, as this is the kind with the most potential to truly save me time.
Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#69For this reason, I don't have any default AWS credentials configured: I always specify an AWS_PROFILE manually when it's needed ;)