Ask HN: How do I start my own cybersecurity related company?
2 points by babuloseo 9h ago 4 comments
Ask HN: Would you be interested in OpenRouter for MCPs?
3 points by subramanya1997 1d ago 1 comments
Ask HN: What's a tool you use every day that most developers haven't heard of?
10 Sourabhsss1 10 5/28/2025, 5:30:16 AM
Sometimes it even has examples showing how to use the software correctly.
I know it sounds too good to be true, but trust me once you discover documentation, you'll wonder how you ever lived without it.
When I was young, documentation came in one form (only). Books. Getting a good reference book was the key to progress. I still have my 3-inch thick C and C++ reference books on my desk today. (They're under the monitors lifting them up 3 inches.) I remember reading them cover to cover multiple times, and using them regularly every day looking up details.
Then came MAN pages, which are hard to read, harder to digest. Quality varies from good to rubbish. Early F1-Help much the same.
Then we got Google, and Stack overflow, and now AI. All of which make for better reference (quick answers to quick questions) but Discoverability harder. (I've started asking AI foe "tell me something I don't know".)
99% of the programmers I encounter don't write docs at all. Programing is Math not English. For my sins I likely write more docs than code. But I've also discovered a hidden truth. Writing docs makes my code better.
When you document you formalize something. If the docs are clumsy that means the thing is clumsy. I cannot count how many times, while writing the docs, I discover "this is harder / uglier / more confusing / inconsistent than it needs to be." Which is a cue to improving the code.
Even the documentation becomes elegant, then the solution is elegant. Not before.
Recommended to frighten the younguns, with their tiktoks and their yootubes.
You almost had me there…
VisiData makes it possible to view a lot of data such as CSV, JSON, databases, etc. All the supported formats are listed in https://www.visidata.org/docs/formats/
There is a wonderful tutorial in https://jsvine.github.io/intro-to-visidata/
In general, I think voice to text for productive work (e.g. prompting cursor) isn't getting much attention. Hex is a great tool, that works locally on top of open models, and is quite reliably.