Ask HN: Programs that saved you 100 hours? (2022 edition)
101–110 of 574 posts
Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#102Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#103It takes JSON input and produces flat, key-value output based on the path to the value. Usage with grep was obviously the original intention, but I've used it to help me better understand a given JSON's structure, too, which I then usually reflect back into a program that's consuming that JSON.
It also supports "ungron" too, so, for example, `gron some.json | grep -v "thing I don't want" | gron -u > filtered.json" makes for quick filtering of a JSON. I find it more user friendly than jq's language.
Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#104Ultrafast, 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.
Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#105PHP Propel 2.0 It’s a small ORM with nice features and it saved me a ton of time. Just generate the classes from the database. Very fast to iterate from. https://propelorm.org/
The problem with most ORMs is that language object models are way more expressive than SQL (due to having multiple subclasses of the same superclass / interface, or even multiple inheritance, and none of those mapping to SQL foreign keys).
Targeting the less expressive data model should automatically avoid most ORM footguns. I wonder how it works in practice.
Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#106The are valid criticisms of Coplilot around copyright but I'm not using it to generate whole algorithms. It just knows your code and what you are trying to do.
Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#107Of all the software I can think of quickly, the one I think may have saved the most time in my life is Google Maps.
How come it saves 100 hours for you? In the old days we had paper maps and I checked routes before I left: not doing that anymore has cost me time rather than saved me time. Many a time Google maps has sent me to the wrong place. Once to the middle of a mustard field in France which was a destination it changed to mid-route to a house called La Mutardier. 5 hours wrong lost there. Less than useless on a motorbike due…
It sounds like the real problem you are experiencing is that you stopped checking your route. If you treat it like a paper map on crack then it’s a great tool. And, to be fair, it does sound like you run into more frustrating ‘wtf!’ problems than others.
Credentials: I used a paper map as a pizza boy.
Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#108Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#109Instant Data Scraper [1] [1] https://chrome.google.com/webstore/detail/instant-data-scrap...
Re: Ask HN: Programs that saved you 100 hours? (2022 edition)
#110Greenshot - free, lightweight and just the right set of features for marking up screenshots and making new UI mockups based on existing screenshots of apps. I've tried a lot of other alternatives but they were either too complicated to use or lack a key feature.
Do you find greenshot better than say ShareX ?