Microsoft 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…
Ask HN: Programs that saved you 100 hours? (2022 edition)
141–150 of 574 posts
Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#142Home Assistant [0] through bunch of automations we have around our home must’ve saved 100h in total for me and my partner so far. [0] - https://www.home-assistant.io/
What kind of automations have you found necessary? Any time I think about getting into it, I can only think of automations that sound silly or extra but nothing truly time-saving.
Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#143Home Assistant [0] through bunch of automations we have around our home must’ve saved 100h in total for me and my partner so far. [0] - https://www.home-assistant.io/
What kind of automations have you found necessary? Any time I think about getting into it, I can only think of automations that sound silly or extra but nothing truly time-saving.
So I set up automation for that based on a few parameters: indoor and outdoor particulate matter levels (current and averaged over the last hour), noxious gas levels based on third party monitoring, wind direction and speed, and the weather forecast for the next few hours.
Probably doesn't apply to others here, though.
Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#144Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#145Earlier quoted context omitted.
> " If you think it's only useful for building software, you've completely missed the point " I clicked on your link with 16 pages of just contents links to find what the point is, and found "the make utility automatically determines which pieces of a large program need to be recompiled, and issues commands to recompile them". What's the point you see?
It automatically parallelizes any large scale data processing pipeline (assuming that your data set is already broken into files). People use it for things like documentation generation. I've used it to process the results of web scrapers, large scale data cleaning tasks, etc, etc. It takes about an afternoon to set up NFS + SSH primitives that automatically distribute the computation across clusters of machines. Sin…
Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#146Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#147Earlier quoted context omitted.
I try to stress this more than anything when talking about the merits of vim/emacs/etc. It's not about speed, it's about how effortless and 2nd nature editing text becomes. Which is really counterintuitive when you look at how complicated the programs are. But I felt that it became better/easier than regular text editing after only 3 weeks of fulltime use. The uninterrupted flow of keyboard use, and reduced mouse nav…
I'm a long-time vim user, and haven't really used anything else over the past 15-20 years. I use a nice color scheme, barely any plugins and a moderate but static vimrc. I feel like this is my happy place, it let's me write with the setup I'm used to, in any terminal, on any machine, and on any codebase (JS, Python, Go, HTML, C, etc). Every now and then I see the magic of modern text-editors (VSCode et al), especiall…
Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#148Microsoft 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)
#149ChatGPT - I use this as a private tutor (it's great for biomedical stuff) to check my understanding and ask it to correct me if I'm wrong.
Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#150JetBrains 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 :)
Adding shortcuts to my ideavimrc saved me a bunch of time and has made CLion largely keyboard-driven for me.
https://www.jetbrains.com/help/idea/using-product-as-the-vim...