Live data from Hacker News

Ask HN: Programs that saved you 100 hours?

news.ycombinator.com

451–460 of 531 posts

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

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

Maybe this will be unpopular, but I feel like speeding up podcasts is really disrespectful to the creator. It'd be incredibly rude to tell someone in real life that they're talking too slow, and in my opinion this is the same thing. Podcasts don't need to be so transactional.

> in my opinion this is the same thing

It definitely isn't the same thing. I kinda understand why you think that way, but it's pretty much completely illogical (see avoiding ever skim reading anything written by someone, or never fast forwarding any filmed media where a person is speaking).

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

#452

The golden recipe: neovim, tmux, rg, fzf, i3/other tiling wm on nixos/arch Fzf all you can, not just inside vim, but also use it to switch between tmux sessions in an instant. I have a tmux manager on top of tmuxp that is able to start / switch to already started sessions via fzf. Identify patterns you use a lot and make snippets out of them. Create project templates. Have a folder where you dump reference / things t…

what is rg, i3 or tiling window wm? can't you use tmux as a tiling WM?

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

#454

The golden recipe: neovim, tmux, rg, fzf, i3/other tiling wm on nixos/arch Fzf all you can, not just inside vim, but also use it to switch between tmux sessions in an instant. I have a tmux manager on top of tmuxp that is able to start / switch to already started sessions via fzf. Identify patterns you use a lot and make snippets out of them. Create project templates. Have a folder where you dump reference / things t…

what is rg, i3 or tiling window wm? can't you use tmux as a tiling WM?

Only if everything you do is in a terminal.

If you also need a browser, IDE, or any other non-terminal application open then i3 lets you tile those as well.

I haven't used it in a while since we switched to macs and ssh'ing to remote linux dev desktops but when I had an all-linux dev setup I remember i3 being pretty amazing.

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

#455
post #29

- Emacs (with evil mode) and org-mode. The hours gained far outweigh the hours put in (and the hours put in were fun). - Yabai on mac for not having to think about moving windows around. - Pomodoro (now through org-mode) for helping focus (and saving hours, in a round-about-way.) - Removing as much advertising from my life as possible. (Ublock origin, deleting social networks when possible)

Didn't know Yabai! Thanks for sharing. Will have a look at it and probably give it a try. I am using Amethyst [1] right now as a "tile" window manager which is easy to set up and works as intended. [1] : https://ianyh.com/amethyst/

I've been using Spectacle [1] for 3 years now and it's been great. Note: it appears to have been discontinued in favor of Rectangle [2]

It's the first thing I landed on after switching to primarily OSX at work (I used i3 when I had a Linux dev box) so I'm not sure if it's the best among the alternatives; but I've been pretty happy with it.

[1]: https://www.spectacleapp.com/

[2]: https://rectangleapp.com/

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

#456
post #18

WorkOS ( https://workos.com/ ) if you need to support single sign-on (SSO) for your app. SSO is free, and they offer other enterprise-focused features, like directory sync and audit trails.

How would that compare to keycloak?

I'm not familiar with Keycloak. I glanced at their docs briefly, and it looks like Keycloak manages your users for you?

WorkOS only handles SSO, so all of our users are still stored in our own database. This is one of the big reasons we went with WorkOS as opposed to something like Auth0 or AWS Cognito.

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

#459
post #123

- IntelliJ IDEA [ https://www.jetbrains.com/idea/ ] (surprised no one mentioned it yet) - Spotlight - for quick calculations - Contexts [ https://contexts.co/ ] and chunkwm for window management [ https://github.com/koekeishiya/chunkwm ] - Maccy [ https://maccy.app/ ] for a decent and beautiful clipboard manager

I feel like I spend all my time waiting for Intellij IDEA to start up and reindex everything... Does anyone feel like it is snappy?

Try to change default GC to G1.
Post reply on HN