Ask HN: Programs that saved you 100 hours? (2022 edition)
151–160 of 574 posts
Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#152Beyond Compare, to compare differing versions of large codebases, which - for reasons I won’t go into, are just stored in filesystems, rather than accessed via some version control platform like git.
Sublime Text, because multicursor, and fast searching of large codebases, the ability to edit everything, the plugin api, and just blazing performance on massive codebases.
Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#153Earlier quoted context omitted.
From that perspective, using Ctrl+R and Ctrl+S for reverse-i-search in a shell saves me so much time from writing commands especially big Kubernetes ones.
Add fzf to get fuzzy search for your history. I reuse long complicated commands all the time by pressing Ctrl+R and then typing the first letters of a few words I remember using. https://github.com/junegunn/fzf It's also useful to remove duplicate commands and store infinite history. Add this to ~/.bashrc: export HISTFILESIZE= export HISTSIZE= export HISTCONTROL=ignoredups
Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#154Earlier quoted context omitted.
Not the user you replied to, but for me: Open blinds in the morning, shut them at sundown. Turn on porchlights after dark if I'm not home. Turn them off 10m after I'm home. Turn HVAC up/down when I leave the house, revert when I get home. Unlock doors when I arrive home. Make sure they're locked when I leave.
How does home assistant track know if you are home or not? Is it tracking your location?
Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#155Beyond Compare, AutoHotKey, the macro functions in Notepad++ and Photoshop, and the user-preset function in Lightroom.
Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#156You 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)
#157Also the commonality of fast networks really hit me this year. I was using free wifi at a small coffee shop in Tokyo and was transferring files to my apartment in Los Angeles at ~20MB/s. That's faster than my local LAN was 15 years ago over 5,000 miles of ocean, so cheap that they give it out for free if you buy a coffee. Absurd
Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#158Microsoft Excel. Manipulating tens or hundreds of thousands of rows, including cross-referencing across tables, is just so satisfying and much faster than doing it with a DB or code. Alternative spreadsheet software do some things better, but they don't come close as a complete package, I don't regret paying for it myself for the first time in my life. It such a life saver in a pinch. Obligatory Spolsky intro to Exce…
Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#159Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#160Docker, but these days I take it as granted.