Live data from Hacker News

Ask HN: Programs that saved you 100 hours? (2022 edition)

news.ycombinator.com

141–150 of 574 posts

Re: Ask HN: Programs that saved you 100 hours? (2022 edition)

#141
post #135

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…

Excel gets my vote for one of the top 10 software programs ever. It's crazy how useful it is.

Re: Ask HN: Programs that saved you 100 hours? (2022 edition)

#142

Home 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.

Turn off ac in the morning and back on before I come home. Saved me about $70 a month

Re: Ask HN: Programs that saved you 100 hours? (2022 edition)

#143

Home 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.

I got tired of tuning the speed on air purifiers at home. Since outdoor PM levels can change up to 1000× in a single day, you have to adjust accordingly, and it takes a lot of attention to do that.

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)

#145
post #119

Earlier 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…

[deleted]

Re: Ask HN: Programs that saved you 100 hours? (2022 edition)

#147
post #122
post #72

Earlier 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…

Have you tried something like JetBrains tooling with IdeaVim, or one of the Vim plugins for VSCode? Might help with the transition.

Re: Ask HN: Programs that saved you 100 hours? (2022 edition)

#148
post #135

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…

As a Linux user, using Excel via the web interface or via a virtual machine is not so satisfying nor much faster than alternatives.

Re: Ask HN: Programs that saved you 100 hours? (2022 edition)

#149
Anki - I don't know how I'd prep for the MCAT without this. Open source with desktop and mobile clients, syncing via cloud. It's flashcarding but uses gradual intervals so you see things less often once you've retained them.

ChatGPT - 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)

#150

JetBrains 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 :)

The CLion/JetBrains Vim emulation via IdeaVim is _so_ good. Better than VS Code and on a level with Emacs Evil mode for me.

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...

Post reply on HN