Everything[0] by Voidtools as a Windows search replacement. It makes search practically instant. Now that Windows search often fails to turn up even my most used files (what happened to Windows search? Was it intentionally nerfed?), Everything has become a necessity for me. [0]: https://www.voidtools.com/
Ask HN: Programs that saved you 100 hours?
161–170 of 531 posts
Re: Ask HN: Programs that saved you 100 hours?
#162Re: Ask HN: Programs that saved you 100 hours?
#163Black, flake8, isort and mypy (with several type strengthening flags) have together ensured that Python editing and code reviews are an absolute breeze. The structure basically disappears, and all that I ever need to concentrate on is the actual change. Sure, you can use your IDE to achieve some of this, but this is where the 80/20 rule really breaks down: since each IDE differs in the details, at some point auto-for…
Re: Ask HN: Programs that saved you 100 hours?
#164Re: Ask HN: Programs that saved you 100 hours?
#165Re: Ask HN: Programs that saved you 100 hours?
#166Re: Ask HN: Programs that saved you 100 hours?
#167Re: Ask HN: Programs that saved you 100 hours?
#168Remote Leaf collects remote jobs from 40+ remote job boards, social media feeds & 1200+ company career pages, LinkedIn and sends the ones that apply to you.
Re: Ask HN: Programs that saved you 100 hours?
#169Spacemacs! Apart from the obvious evil mode navigation stuff: - Magit, to quickly organize hunks into commits and do general git things - Org mode, to organize TODOs, thoughts and even draft code snippets and designs - Language-specific layers with great features (usually REPLs, support for refactoring, autocomplete — stuff you expect from any other IDE).
If you work with Git a lot, it's worth looking at for Magit alone. The way you are able to perform complex tasks with a few keystrokes is a huge timesaver for me.