Vimium. Vim-like shortcuts for the browser. I can't name any other tool or extension that gives me anywhere near the productivity boost of Vimium. I spend probably half of my work day plus a few hours a day in my spare time in the browser, and it makes navigating the browser feel like butter. When I'm tired and don't want to be glued to my desk, I can relax and surf with one hand which just feels incredible. I quickl…
If you like Vimium, you should check out SurfingKeys. It is similar but seems to have even more going for it: https://chrome.google.com/webstore/detail/surfingkeys/gfblio...
Ask HN: Programs that saved you 100 hours? (2022 edition)
391–400 of 574 posts
Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#392LSP. The Language Server Protocol. Entirely changed my life for the better this year, once I took the time to get it integrated into Emacs and get the various backends I needed installed. Easily has saved me hundreds of hours so far, being able to view function prototypes quickly, pull up documentation as an overlay on the code, jumping to the next error, and even down to getting simple things like enumerated 'case'…
What language(s) do you do most of your work in?
Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#393Microsoft Excel. Manipulating tens or hundreds of thousands of rows, including cross-referencing across tables, is just so satisfying and much faster than doing it with a DB or code. Alternative spreadsheet software do some things better, but they don't come close as a complete package, I don't regret paying for it myself for the first time in my life. It such a life saver in a pinch. Obligatory Spolsky intro to Exce…
Pssh... adults use JMP ;-): https://www.jmp.com/en_us/software/data-analysis-software.ht... Trivia: JMP stands for "John's Macintosh Project". Also, the entire semiconductor industry depends on JMP just like the entire pharmaceutical industry depends on Minitab.
This isn't specific to JMP of course. A good thing about Excel is that businesses are OK with just paying for "everybody" to have it.
Also, people use Excel for more than analysis. It's also a crude database and platform for creating small "apps" that do things, that are easy to share with others.
Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#394Earlier quoted context omitted.
That's the go-to example whenever IDEs are discussed on HN but I...almost never do that? I don't think I can count on two hands the number of times I have to do that in a year. As for undoing it I don't think I've ever done it at all. Anyway it doesn't matter because vim + CoC can do it. And for undoing it I guess I simply rename it back to the original name. Actually I just tried and yeah, it works. One of these day…
Or you don't see the potential, or you're not comfortable, or you don't have energy for this. If you did get the hang of it (vim for example), you would probably use it in some kind of way.
OR, as you said, since I have mostly used IDEs all my life, I've learnt to leverage these tools and so I don't always aim to write something to perfection the very first time. Instead I use my IDE as a whiteboard and see where it goes.
Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#395On windows, http://symbolclick.com/index.htm is great for XML and JSON viewing. Use it pretty much everyday. Really love the way it display data in a table format.
(I haven't used Symbolclick, presumably it has more features or something for the money)
Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#396Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#397Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#398Microsoft Excel. Manipulating tens or hundreds of thousands of rows, including cross-referencing across tables, is just so satisfying and much faster than doing it with a DB or code. Alternative spreadsheet software do some things better, but they don't come close as a complete package, I don't regret paying for it myself for the first time in my life. It such a life saver in a pinch. Obligatory Spolsky intro to Exce…
I don't have a Windows machine, and I'm having mixed feeling about Excel for Mac — is it as powerful as the Windows version? Are they exactly the same or are there big difference in functionality? The web / Office360 version doesn't seem much better, either though.
Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#399Earlier quoted context omitted.
slow? i use both pycharm and webstorm and their are definitely neither kludgy nor slow...
Curious, why not just used IntelliJ with the plugins for python? I’ve never used the standalone apps. Do they provide a better experience?
Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#400Earlier quoted context omitted.
At my job I was introduced to functional programming with Python with strong typing. I was at first rushing implementing ~50 business rules (which changed weekly) on the setup of a system. Then this functional wise kid came along and we did in one week what took me 5 weeks. Along with that, using MQTT to separate your program with Protobuf makes everything so much easier. Program crashes? Let it burn and let systemd…
Can you share more about Python with strong typing?