Earlier quoted context omitted.
As a Linux user, using Excel via the web interface or via a virtual machine is not so satisfying nor much faster than alternatives.
Yeah, as someone who doesn't pay for MS, I'm basically using a combination of Calc and Gnumeric, because G can open larger files (handled larger files than Excel in fact), but Calc has more features, and it's more similar to Excel which I was used to. ONLYOFFICE's sheets can also be handy, if MS Excel compatibility is wanted.
Ask HN: Programs that saved you 100 hours? (2022 edition)
501–510 of 574 posts
Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#502Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#503RedwoodJS https://github.com/redwoodjs/redwood I launched my startup from 0 to first customer in 3 months thanks to this guy. Most of my time saved was because of a solid collection of libraries, brilliantly integrated together (backend to frontend), and I didn't have to suffer analysis paralysis every time I needed something.
I've just been researching this the last few days. There's a couple of other similar tools that I'm also checking out: Refine.dev Wasp-lang.dev I'm quite early into researching these so I don't have anything much to say about them yet. Wasp is a DSL so it's a bit different.
Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#504Earlier quoted context omitted.
It is also the simplest refactoring, and my point is no command line tricks I have can seen can even reliably do this. Refactoring support in modern IDEs goes far beyond renaming public fields and methods.
I've had this exact conversation so many times over the years. In truth, you just don't know the tools that well. And that's ok, but as someone who does and regularly does these things in both IDE's and in vim, you're wrong. But I'm not going to bother trying to convince you, the same way I'm not going to try and convince you that my gf of 11 years is pretty awesome. I don't need you to get better to know that you're…
And I started on vim a long time before IntelliJ :-)
Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#505Ultrafast, super lite file search on Windows, Voidtools "Everything": https://www.voidtools.com/support/everything/ I haven't touched the Windows Search utility since I found it.
I switched to linux a long time ago so now i use plocate, but on windows everything was a must! Also directory opus was a nice file manager, not sure if there's a new/better foss alternative yet.
Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#506Earlier quoted context omitted.
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...
What do you like about SurfingKeys over Vimium? At a quick glance, seems to have many of the same commands, maybe SurfingKeys just has a few more.
Vimium is more robust as they have resisted the temptation to open their apis and allow unlimited customization. It's good for you if you don't have the need to add more customization or if you don't know programming.
Surfingkeys require you to know javascript a bit add advanced customization. And, it requires some troubleshooting when your config goes wrong. It's like Vimium for power users.
Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#507Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#508SmartTubeNext[1] In installed it on my Android TV instead of the official Youtube app and it saved me literal hours: - it blocks ads - it includes SponsorBlock, so sponsored segments, intros, "plz subscribe" are skipped - it allows me to block Shorts Anytime I have to use an official Youtube app, I remember how unusable it was. I even gave Youtube premium a try at some point, but SponsorBlock is just too good to igno…
Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#509Earlier quoted context omitted.
110% agreement on Excel The ability create a relational database in Excel with vlookups and hlookups, then capture it all into a macro is amazing. I've really enjoyed using Excel as a Postgres frontend, with a real Postgres DB instance handling data, and then using the report functionality to dump to Word. While a pro reporting engine and cutting out MS Office altogether would be a better longterm solution, it is har…
> The ability create a relational database in Excel with vlookups and hlookups, Do yourself a favour and ditch vlookup and hlookup in favour of the recently introduced xlookup, which even obsoletes index/match ! I try to keep my exploratory joins out of Excel, but I admit that I often don't resist the immediacy of Excel's poor man's joins located right where I need them.
Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#510Microsoft 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…