- 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.
Ask HN: Programs that saved you 100 hours?
281–290 of 531 posts
Re: Ask HN: Programs that saved you 100 hours?
#282Everything[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?
#283Re: Ask HN: Programs that saved you 100 hours?
#284I spent roughly three months late last year working on my workflow. Figuring out what I was good at, not so good at, and what I'd forever found impossible to do without fear of punishment or shame. Slowly, I learned how I worked best and leveraged these lessons in design of the new work flow. Of course, the solution was far simpler than before. The lessons were often exactly what was exhaustively explained in books a…
Re: Ask HN: Programs that saved you 100 hours?
#285A lot of good editors have the issue that they are quite rigid when it comes to operating between multiple languages. So while your editor may shine at JavaScript, it won't understand vuejs templates or when you put Javascript code inside a php file.
This is where PhpStorm really shines. It can even complete your SQL statements inside php strings or go to a .vue file from a Html tag. I've never seen this type of understanding from an editor ever.
P.S. My only issue with it is that writing plugins for it is kinda hard. Since it is so extendable it's only expected that programmers would want to extend it with their own plugins. And while I have been able to write one plugin for it I found the documentation and tutorial for writing plugins all over the place and sometimes very outdated. It is my request if anyone from jetbrains read it to please make plugin docs more accessible and easier to understand, esp the testing quickly part.
Re: Ask HN: Programs that saved you 100 hours?
#286- WallabyJS - makes writing tests almost feel addictive, and being able to run and debug the JS directly in the code has saved me hours. - Jetbrains IDEs - the refactoring and debugging tools are second to none.
Re: Ask HN: Programs that saved you 100 hours?
#287Re: Ask HN: Programs that saved you 100 hours?
#288- 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.
Re: Ask HN: Programs that saved you 100 hours?
#289(mine are all not particularly new) ShareX (windows): screenshot > optionally annotate > upload to ftp > copy url to clipboard But I can also paste from the clipboard: - if it's a file: upload to ftp, copy link to clipboard - if it's text: upload to ftp, custom URL makes it load in my org-mode or markdown web-render
SikuliX: last resort for automation when AHK can't do it. Finds where to click or type visually. (e.g. good for android emulators)
Re: Ask HN: Programs that saved you 100 hours?
#290- 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.
Maybe it’s gotten better, but that same reason made me switch from windows to macos(with some Linux in between, which was not great indeed). That plus not having to reboot every time you sneeze.
These day I read more stories about people switching from macOS to Windows than the other way around.