Viewing profile — WillMcCall
WillMcCall
HN member- Joined
- Fri, Apr 19, 2024, 9:55 PM UTC
- HN karma
- 8
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About WillMcCall
No profile information was provided.
Recent public activity
-
comment
Comment #46112936
Glad you liked it!
-
comment
Comment #41399177
Makes total sense, and sorry to hear about the incident. At the moment, closed source models are the only viable way to generate high quality diagrams. Once that changes, we'd pref…
-
comment
Comment #41399000
Thanks for the feedback! A fully local stack would give control back to developers, which we would love to do once open source model performance improves. Hoping we can change your…
-
comment
Comment #41398929
The call graph doesn't highlight dead code specifically, but unused blocks are manually identifiable through isolated/broken chains. Is this something you'd like to see?
-
comment
Comment #41398754
Glad you see the potential! We do have an existing function "call graph" view that uses traditional static analysis methods with LSP calls. Augmenting this view with LLMs seems ver…
-
comment
Comment #41398651
That makes sense, we'll make this change!
-
comment
Comment #41398620
Curious to learn more about the project, what were you working on? We're not hiring at the moment, but let's stay in touch!
-
comment
Comment #41398580
Definitely an interesting thought, although we wouldn't be able to support any UI/UX. We could host a separate utility and expose endpoints for UML or markdown though.
-
comment
Comment #41396639
This sounds like an ambitious project with a number of interesting technical challenges. It may be some time before the tooling will exist to support your use case, but then again,…
-
comment
Comment #41395974
Thanks for the feedback and resources! In designing CodeViz we were inspired by the Maya hypershade, which closely resembles the diagram-based blender tool that you shared. https:/…
-
comment
Comment #41394967
Re: Edit The top level categorizations are indeed fixed, however the nodes themselves can be arbitrary. We've found this helps with grouping and organization while still allowing f…
-
comment
Comment #41394884
Yes of course, Let's set up some time to chat! Looks like a great tool!
-
comment
Comment #41394531
Sounds good, thanks for the feedback! Would open-sourcing CodeViz change your willingness to give it a try? Definitely agree that rigor is a tricky term here, do you think the open…
-
comment
Comment #41394239
Great points/questions. I suspect that information relevant to codebase architectures follows the 80/20 principle. For example, a router and index file in a React App will usually …
-
comment
Comment #41394045
The lines represent a connection or interaction between different parts of the codebase. Most often these are dependencies like you mentioned, but a "dependency" could be a parent-…