Overcast says its Smart Speed feature has saved me 30 hours (over the last ~5 months), so I expect it to save me 100 hours within a year. It is especially useful for podcasts and language learning material with a lot of pauses, but I have become used to it, and so I now keep it enabled for most audiobooks that I load into Overcast just to get the dynamic playback speed.
Ask HN: Programs that saved you 100 hours?
61–70 of 531 posts
Re: Ask HN: Programs that saved you 100 hours?
#62Now 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.
Re: Ask HN: Programs that saved you 100 hours?
#63Without this, I might have given up on Haskell a long time ago.
Also Cachix[0], as building lots of Nix packages from scratch takes an awful long time, especially on my MacBook Air.
Also git, vim, etc.
[0]: https://cachix.org/
Re: Ask HN: Programs that saved you 100 hours?
#64Re: Ask HN: Programs that saved you 100 hours?
#65Hasura [ https://hasura.io ] Graphql API and Subscription for any Postgres DB Keycloak [ https://www.keycloak.org ] OpenID Auth Server nREPL + Cider [ https://github.com/clojure-emacs/cider ] Clojure's Network Repl and Emacs integration for live coding Clojure Company Mode [ https://company-mode.github.io ] Emacs autocomplete mode
Fascinating to see OpenID here. Where do you use it? I thought it was pretty much dead, so implemented IndieAuth recently which does what I want, replacing OpenID’s functionality.
Re: Ask HN: Programs that saved you 100 hours?
#66Overcast says its Smart Speed feature has saved me 30 hours (over the last ~5 months), so I expect it to save me 100 hours within a year. It is especially useful for podcasts and language learning material with a lot of pauses, but I have become used to it, and so I now keep it enabled for most audiobooks that I load into Overcast just to get the dynamic playback speed.
How does it work? Does it really change the speed dynamically? Or it just trims the silences like pocketcasts?
Re: Ask HN: Programs that saved you 100 hours?
#67Re: Ask HN: Programs that saved you 100 hours?
#68- Alfred App - helps with tons of things, but the clipboard manager alone has saved me over 100 hours
- iTerm 2, especially with a global hot key (and Guake on Linux before my first Mac)
- Prettier on npm (auto code formatting tool, like gofmt)
- Jumpy on npm (my own CLI bookmarking tool, makes it easy to hop around directories)
Re: Ask HN: Programs that saved you 100 hours?
#69Everything[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/
I don't use Windows much nowadays, but ripgrep and fzf are sure handy on linux and mac.