Ask HN: Why hasn't x86 caught up with Apple M series?
391 points by stephenheron 1d ago 557 comments
Ask HN: Is there a temp phone number like temp email?
7 points by piratesAndSons 10h ago 10 comments
Ask HN: Best codebases to study to learn software design?
100 points by pixelworm 3d ago 89 comments
How can a mutex in Wine be faster than a native one on Linux
3 points by lh_mouse 21h ago 1 comments
Ask HN: Why do people hate on Sabine Hossenfelder so much?
4 points by ieuanking 13h ago 10 comments
Show HN: CodeBoarding – Visualize Code Structure
2 brovatten 0 8/26/2025, 11:57:06 PM codeboarding.org ↗
I noticed many projects I was getting acquainted with often had an overview that could not be easily explained by the file structure.
I tried to prompt using Claude Code and Cursor, but I was still not happy with the results for medium-large codebases.
So four months later, I have now built an open-source repository (CodeBoarding) that analyzes your code-flows, and generates an abstract overview of your codebase that you can interact with.
To do this, I extract code-flows using an LSP server to reduce the context and serve it to an LLM in multiple steps (read metadata, explore packages, validate diagrams, etc.).
The final results are now hosted on the website url, and you can find the repo from there. Would be super happy to hear feedback, thanks HN!
No comments yet