I set it up for making screenshots, building, sending to slack & submitting an app to App and Play Store. Saves time by minimising boring work, double win.
Ask HN: Programs that saved you 100 hours? (2022 edition)
291–300 of 574 posts
Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#292GitHub Copilot As a manager & parent with only occasional bursts of time to code (some work, mostly side/fun stuff), Copilot has turned out to be incredibly useful in smoothing over all of the small things I'm slow at because I don't do them daily. And especially since I have limited time, I just want to get the damn thing working and am quite happy to my way there as quickly as possible.
Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#293Windows. I used Mac OS X a few years. But in my opinion Mac OS X is (or was, back in this time) PITA. Switching back to Windows has definitively saved me hundreds of hours!
But, good on you. It's nice that you found your niche. If you ever are forced to switch back reach out. I have a lot of good techniques for fast and pleasant OSX.
Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#294Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#295I'm a product designer. I spend a significant amount of time taking screenshots—dropping them in Figma, slacking them to PMs and annotating them for engineers. The tool keeps screenshots suspended on your desktop until you decide what to do with them—save, annotate or copy it to clipboard. It doesn't save the screenshots if you don't want it to, so it prevents a ton of clutter.
Not to mention it has video recording that I frequently use to create video walkthroughs for features I'm working on.
The tool is a pretty expensive Mac App, but worth every penny.
Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#296BASH Alfred Applescript NodeJS bbedit
in a zillion combinations to make things fast and easy. I have a bad memory so I have tons of BASH aliases and .bashrc terminal reminder files. I use Alfred, for example, to record 'time clientA 1 do an hour of work' in a tenth of a second. I use Alfred and AppleScript to shuffle windows around as I focus attention or finish things. bbedit's find/replace/regex stuff is better than anything I have ever seen. I use it to munge files in crazy ways. I have a set of files that act as a NodeJS ad hoc workspace. (Need to change the GUID on the records in a tsv file? Not a problem.)
And when I do something that has ongoing value, Alfred and/or bbedit give me a way to add them to the toolkit.
Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#297Autohotkey There is simply no better automation program on any OS. I even run a fully fledged tiling wm written in autohotkey. ( For reference, here's when I tricked r/unixporn into thinking it was bspwm https://www.reddit.com/r/unixporn/comments/nhzz3b/confession... ) Fluent search Spotlight on steroids, for windows. Apart from being a search/launcher, it has a bunch of atrociously good features. It lets you use a c…
No, there are: hammerspoon or Keyboard Maestro for macOS. Which has better accessibility API hooks compared to Windows anyway.
Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#298Earlier quoted context omitted.
Okay but clearly none of this is "the point" of make, so your original comment is still baffling.
The point of make is that it's not only useful for building software. Take a look at the built-in implicit rules: https://www.gnu.org/software/make/manual/html_node/Catalogue... There are two things to note: (1) you can turn them off so they don't get in the way of other use cases, (2) they include non-build stuff like version control, linting, and document generation. There's also a whole chapter on ar file maintena…
Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#299Made me more efficient, must have net saved me 100 hours.