Gotta say IntelliJ, which isn't just for Java. It's a great coding platform and I used it for Scala, Go, Python, Bash, Java, PHP, Perl, you name it. I know many people like to hate on IDEs, but IntelliJ (and/or its language-specific variants like PyCharm or GoLand) has great support for all the debuggers in the above languages. It has awesome search/replace. Being able to "drill down" in to code, including 3rd party…
Ask HN: Programs that saved you 100 hours? (2022 edition)
241–250 of 574 posts
Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#242Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#243Vim. I can never leave modal editing now. Been using it since 2010 and I think in vim when editing. It lets me enter a flow state so much easier. My brain maps into writing and editing.
Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#244Autohotkey 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…
Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#245Gotta say IntelliJ, which isn't just for Java. It's a great coding platform and I used it for Scala, Go, Python, Bash, Java, PHP, Perl, you name it. I know many people like to hate on IDEs, but IntelliJ (and/or its language-specific variants like PyCharm or GoLand) has great support for all the debuggers in the above languages. It has awesome search/replace. Being able to "drill down" in to code, including 3rd party…
IDEs like this are definitely kludgy and slow but the productivity gain from code navigation, test tool integration, profiler, and debugger is just insane (imo). Having a tool that helps you visualize the code (while it's running) is incredibly powerful
Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#246Things - its a light weight todo app with just enough features to make it useful. I tend to use it for a dev log to keep track of what I'm working on, keep notes, and finally mark something as complete https://culturedcode.com/things/
Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#247Ditto Clipboard Manager for Windows. Yes, I know W10/11 have it native now, but it's not as good as Ditto. https://ditto-cp.sourceforge.io/ AutoHotKey https://www.autohotkey.com/ And if deleting TikTok from my phone were an app, it would be nominated, because that saved me hundreds of hours I'm sure :D
Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#248It’s really a time saver as a launcher, running little scripts, asking input and doing whatever after works, calling native DLL Windows functions…. It’s a big helper of your own workflows
Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#249I've easily saved 100 hours already using ChatGPT. If you haven't heard of it already, this is, in my personal opinion, superhuman general AI with almost no limitations except that it might not be free forever and it likes to stay SFW. For example, if you ask it to list "What pieces of software that most users don't use is most likely to save me 100 hours - keep your answer brief and specific" you get the response at…
I don’t know how useful this reply is. Essentially everything it suggested is not “software that most users don’t use” (which is what was requested). It just a list of really common software, with lots of fluff text. If you knew nothing about software, this list could be helpful, but otherwise this reply is not good. That being said, I find ChatGPT really useful for generating basic code samples. It can replace basic…
Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#250Earlier quoted context omitted.
RE: ChatGTP... How confident are you that it's giving you the correct answers to your queries? I've noticed that it often sounds right, but is sometimes completely wrong, in subtle ways. It always puts together words that are commonly near eachother, and it is always grammatically correct, but it is often absolutely wrong. I've observed that the more specific and technical a question I ask, the more likely it is to b…
How often are you confident that you find the right answer on Google? As with anything, you need to reason about it yourself and verify.
I’d expect a tutor to give the right answer, but I wouldn’t expect google to. Chatgpt is often wrong. It’s a problem if you’re trying to learn something and using it as your tutor/truth.