HackerTrans
トップ新着トレンドコメント過去質問紹介求人

aqula

19 カルマ登録 昨年

投稿

Show HN: Arcaide – Explore code with multi-level call graphs

arcaide.foo
25 ポイント·投稿者 aqula·一昨日·14 コメント

Show HN: Explore popular go codebases visually

arcaide.foo
2 ポイント·投稿者 aqula·17 日前·0 コメント

コメント

aqula
·一昨日·議論
Not at this time, but down the line I probably will.
aqula
·一昨日·議論
They're generated from source code using a combination of static analysis + llm analysis. They're not editable per se, but you can update them when you edit your code.
aqula
·一昨日·議論
Something I do have in mind. Do you have an idea of the kind of UX you'd like to see?
aqula
·一昨日·議論
It identifies telemetry, accessors, and other trivial code and strips them out of the graph. The idea is to retain architecturally relevant parts of the code.
aqula
·3 日前·議論
What are the memory requirements for pgGraph like? Does the entire graph for my dataset need to fit in memory?
aqula
·13 日前·議論
You might be interested to look up the Williamson-Van der Mark model. It says that an electron is just light that loops in on itself and shows how properties like mass, charge and spin can emerge from such a geometry. It's fascinating because it opens up the question whether every particle could be described in terms of different ways light can loop in on itself.
aqula
·6 か月前·議論
Talking to insurance agents I realised, they don't bother to read the policy documents and have a very superficial knowledge of the policies they are selling. You can glean lot more information feeding the docs to an LLM and asking questions.
aqula
·6 か月前·議論
LSP is not great for non-editor use cases. Everything is cursor position oriented.
aqula
·6 か月前·議論
Really cool! I'm also dabbling with this idea. The biggest challenge I find is to reduce noise. Large codebases come with a lot of cruft. Surfacing every small detail in the visualization tends to make it messy and less useful. I've not seen contemporary tools tackle this, but think can be useful.
aqula
·7 か月前·議論
People said the same thing about the internet, that you should be getting your information from actual books and that the internet will make you lazy and complacent. There was a time when you were encouraged to write code on paper first instead of typing it directly because it made you think clearly. Some time before calculators apparently dulled your mental faculties, so you should be hand rolling all your calculations. Go back in time far enough and you'll find Socrates disparaging writing because it weakens your memory and destroys your mind. And yet humanity is here and seems to be doing all right. Every generation has managed to produce smart people that have been able to push the boundaries of scientific and technological progress. If anything we may be getting smarter. What history has repeatedly shown is that when you reduce friction for the human brain, it goes and finds more complex things to do. Such a periodic removal of friction, may very much be a necessity for progress, because it allows the paradigm of thought to shift to a higher level. The same should happen with AI as well.
aqula
·8 か月前·議論
Is there any write up on the tech behind nano texture? What makes them better than traditional matte screens?
aqula
·8 か月前·議論
Thanks for sharing. Although diagrams have a unique requirement that the boxes are inter-connected, and those connections must also look "nice".
aqula
·8 か月前·議論
I've had good results using ELK for a terraform diagram generator. You can see some samples here.

https://marketplace.visualstudio.com/items?itemName=infragra...
aqula
·8 か月前·議論
Layout is one of those things humans do so easily and intuitively, yet you couldn't write an easy algorithm for it. I wonder if there's potential to use gen ai to achieve human like results. Anyone has any thoughts on feasibility and complexity of such an approach?
aqula
·10 か月前·議論
I built something similar recently. We could take inspiration from each other :)

[1] https://news.ycombinator.com/item?id=44534541
aqula
·10 か月前·議論
Playing around with code visualization. Built a vscode extension to generate architecture diagrams for terraform - https://marketplace.visualstudio.com/items?itemName=infragra...

Now exploring on extending this to general programming languages. Software is getting increasingly complex, but I don't think we have figured out many ways of navigating large codebases. Would love to hear about your favourite tools in this space and what would you like to see?
aqula
·10 か月前·議論
This is a cool problem to solve! especially as more and more code is being generated with AI. But are you pivoting away entirely from code visualization? Curious to hear why it didn't work out.