Live data from Hacker News

Ask HN: Programs that saved you 100 hours?

news.ycombinator.com

61–70 of 531 posts

Re: Ask HN: Programs that saved you 100 hours?

#61
post #32

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.

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?

#62
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/

Re: Ask HN: Programs that saved you 100 hours?

#63
Incremental compilation in GHCi with the -fobject-code flag.

Without 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?

#65
post #53

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

Keycloak is an IdP. It does everything, including OIDC (which is very widespread) and SAML. I assume when they say "OpenID", they mean OIDC.

Re: Ask HN: Programs that saved you 100 hours?

#66
post #61
post #32

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.

How does it work? Does it really change the speed dynamically? Or it just trims the silences like pocketcasts?

Based on my observations and the details that Marco has blogged about, it seems to use a silence-detection algorithm that rapidly adjusts playback speed, so the silences are not cut out in a jarring manner, but rather played through at a typical 2.5-4x.

Re: Ask HN: Programs that saved you 100 hours?

#68
On the Mac:

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

#69

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/

There's also Agent Ransack for searching file content.

I don't use Windows much nowadays, but ripgrep and fzf are sure handy on linux and mac.

Post reply on HN