Live data from Hacker News

Ask HN: Programs that saved you 100 hours?

news.ycombinator.com

291–300 of 531 posts

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

#291

- Windows. By not having to configure drivers and other compatibility problems which I have on Linux it definitely saved me 100 hours. - Listary (windows) Not sure if its 100 hours, but I love its search in any context of explorer. Default explorer search is terrible IMO. For example when you open file - you can use search there instead of navigating by hand.

I guess depends on your use-case but I find Ubuntu vastly superior for development. Perhaps it’s just habitual. :)

I've used Ubuntu for development for the last 5 years, but due to the quarantine & hardware issues at home, I figured I'd give Windows a shot. With WSL 2 (Windows Subsystem for Linux 2) available, it's gotten so good! I can run our dev stack with similar performance to Ubuntu inside the subsystem, while simultaneously enjoying the larger ecosystem of Windows.

The only major roadblock I encountered was with PHPStorm, as it doesn't have native access to files inside the Linux subsystem due to the different file system format. In the end I opted for running an X server on Windows (via MobaXTerm) and running PHPStorm inside the Linux subsystem.

I wouldn't mind going back to Ubuntu (and probably I'll do so when the quarantine ends), but it was a nice surprise to see how good Windows has become for dev work.

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

#293
post #67

The go-jira CLI probably comes close over the last 12 months. https://github.com/go-jira/jira

I personally maintain and use https://www.npmjs.com/package/jira-cmd . Though it has not saved 100 hours but it has saved me good 20 hours over an year. It saves me atleast 20-30 seconds on each jira

some of its functionalities are 1. Unlimited templates for default jira params like epic names, labels, priority etc. 2. alias for frequently used jql 3. aggregation like count,sum support over jql output 4. making multiple jira transitions with single command by saving those transition as comma separated values.

many more such features

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

#294
autokey

it's a linux clone of autohotkey, meaning it lets you script your mouse/keyboard/windows using python. It can trigger the scripts using a keyboard shortcuts or by watching keywords in regular text. I use it to kill emai/phone/date quickly, or to automate combinations of actions in GUI that don't have macros.

youtube-dl

I travel a lot, with plenty of downtime. Downloading conferences from many video sites, or music, turns those otherwise wasted hours into learning experience, relaxation, etc.

dynalist

Favorite life organization app, that I use for shopping, restaurant idea, todo, etc. Basically half of my GTD is in there. It's much more productive than any system I tried before, and I tried a lot of them.

thunderbird

I have 20 email addresses, and this varies depending of my clients. Web base email are not up to the task, and I need offline search/archive capabilities. Thunderbird is the only mature cross platform app that does that correctly.

pulsesms

I have a rich social life, and this means organizing groups of people. Of course, they all have their different chat apps, social account, preferences. Some are using an old 3310. Some don't want to be on facebook, etc. SMS is the only things that works with everybody, but typing it on the phone is a pain. I have an android phone, so no imessage, but no google account, so no android message. Pulsms allows me to write message from my computer comfortably.

fdfind and ripgrep

I search stuff all the time, and since they are way faster type (because easier to remember), faster to execute, and have an output that is faster to read, cumulatively it saves a lot of time.

tilix

I don't use a tiling windows manager or tmux-like software, so I rely on tilix to provide a terminal a the press of a key, and to provide tabs and split screens.

black

Automatic formatting for python code. No parameters.

bitwarden

Or lastpass, or 1password. Any password manager really. But bitwarden is the latest I'm using. I'd also say "tetripin" for otp on the command line but it would not really make it up to 100 hours.

meld

It compares files or directory. It's not the best out there, but it works everywhere, so I don't have to wonder. I just install meld. I'd say reggexer for search and replace as well, but again, not saving 100 hours.

--

Of course I could say GNU/Linux, python, firefox and vscode, but it's a bit obvious. Probably the most productive softwares I use though.

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

#295

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/

I don't about the SOTA but last time I tried to install it (everything) it did not have a support for indexing mapped network or disk drives. I ended up using locate [0][1] (works similar to locate and updatedb of linux/unix). I have local indexed DBs of all my disks mapped to fixed drive letters, so I know which external HD a certain file is on. Also useful to index network drives in the office.Does everything support this?

[0] https://locate32.cogit.net/ [1] https://sourceforge.net/projects/locate32/

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

#296
cli for creating bitbucket pull requests has saved me so much time https://www.npmjs.com/package/cmd-bitbucket

It pulls source and destination branch merges them locally and then pushes the source branch and creates a pull request if not already there. Reviewers are configurable per repo.

Disclaimer - I have used this every day for past 3 years and i maintain it as well.

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

#297
post #229

Earlier quoted context omitted.

Does anyone know of a good Mac version of this?

Spotlight is built in, but Alfred’s also a good one.

I was looking for Everything for Mac and tbh I can't say Spotlight is even close. Sure Spotlight works great for apps and files in ~/Documents/, but I find it failing when I'm trying to find some obscure file in /Library/ or with-in Xcode SDK's.

Is Alfred good in this sense?

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

#298
Postgraphile - Automatically getting a graphql API from a Postgres connection is amazing.

Plex - We have munchkins and they love watching the same stuff off youtube or movies over and over. We simply download them and Plex will sync them to all of our devices with easy offline support. (We run it on a synology NAS)

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

#299

- Windows. By not having to configure drivers and other compatibility problems which I have on Linux it definitely saved me 100 hours. - Listary (windows) Not sure if its 100 hours, but I love its search in any context of explorer. Default explorer search is terrible IMO. For example when you open file - you can use search there instead of navigating by hand.

I guess depends on your use-case but I find Ubuntu vastly superior for development. Perhaps it’s just habitual. :)

Well so do I (also mainly an Ubuntu user these days), but that can be orthogonal to time spent. I prefer it to Windows, which I used f/t for nearly a year after ditching macOS. I prefer the single file system (as opposed to the wsl/native Windows mishmash). I enjoy its speed (mostly filesystem related I think). I find the desktop (Gnome in my case) simpler yet more flexible at the same time (PaperWM ftw).

But there's no doubt I've spent at least 10x as much time on Ubuntu configuring and reading and fixing.

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

#300
post #199

Earlier quoted context omitted.

Curious, what do you think of multi-cursor as a replacement for macros? (I’m on the team)

Multicurors aren't replacement for macros in the same sense as loops aren't replacement for recursion.

That's snappy but not informative at all. What do you miss in multicursor that macros give you?

I also prefer vim's macros to multicursors, but I think it ammounts to nothing more than habit and preference.

Macros in Vim are going to be much more powerful, with movement commands and selection commands giving yo a more flexible system... I think? Hard to be objective after so many years of Vim.

Post reply on HN