Earlier quoted context omitted.
Excel gets my vote for one of the top 10 software programs ever. It's crazy how useful it is.
Excel, the second best program for any task. ;0)
Ask HN: Programs that saved you 100 hours? (2022 edition)
541–550 of 574 posts
Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#542Autohotkey There is simply no better automation program on any OS. I even run a fully fledged tiling wm written in autohotkey. ( For reference, here's when I tricked r/unixporn into thinking it was bspwm https://www.reddit.com/r/unixporn/comments/nhzz3b/confession... ) Fluent search Spotlight on steroids, for windows. Apart from being a search/launcher, it has a bunch of atrociously good features. It lets you use a c…
Can you point me to some good examples? I use it for text replacement but their own site is fairly sparse for creative uses.
https://github.com/davebrny/kiwis
basically when you want to search something, just highlight the word(s), press a hotkey then select a site from the list and it will open up the page directly
Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#543Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#544Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#545Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#546vimv You invoke 'vimv' in a directory and the resulting editor is a directory list for your pwd ... and you can edit it as a text document. When you save and exit, all of your file (re)naming is committed to the directory.
Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#547Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#548Autohotkey There is simply no better automation program on any OS. I even run a fully fledged tiling wm written in autohotkey. ( For reference, here's when I tricked r/unixporn into thinking it was bspwm https://www.reddit.com/r/unixporn/comments/nhzz3b/confession... ) Fluent search Spotlight on steroids, for windows. Apart from being a search/launcher, it has a bunch of atrociously good features. It lets you use a c…
Can you point me to some good examples? I use it for text replacement but their own site is fairly sparse for creative uses.
Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#549Hammerspoon for window management is also amazing, though I recently switched to Phoenix because it can be configured in TypeScript. It allows me to have hotkeys to swap to specific apps or toggle between groups of apps.
Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#550Earlier quoted context omitted.
IDEs like this are definitely kludgy and slow but the productivity gain from code navigation, test tool integration, profiler, and debugger is just insane (imo). Having a tool that helps you visualize the code (while it's running) is incredibly powerful
slow? i use both pycharm and webstorm and their are definitely neither kludgy nor slow...