HackerTrans
TopNewTrendsCommentsPastAskShowJobs

aqula

19 karmajoined ano passado

Submissions

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

arcaide.foo
25 points·by aqula·anteontem·14 comments

Show HN: Explore popular go codebases visually

arcaide.foo
2 points·by aqula·há 17 dias·0 comments

comments

aqula
·anteontem·discuss
Not at this time, but down the line I probably will.
aqula
·anteontem·discuss
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
·anteontem·discuss
Something I do have in mind. Do you have an idea of the kind of UX you'd like to see?
aqula
·anteontem·discuss
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
·há 3 dias·discuss
What are the memory requirements for pgGraph like? Does the entire graph for my dataset need to fit in memory?
aqula
·há 13 dias·discuss
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
·há 6 meses·discuss
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
·há 6 meses·discuss
LSP is not great for non-editor use cases. Everything is cursor position oriented.
aqula
·há 6 meses·discuss
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
·há 7 meses·discuss
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
·há 8 meses·discuss
Is there any write up on the tech behind nano texture? What makes them better than traditional matte screens?
aqula
·há 8 meses·discuss
Thanks for sharing. Although diagrams have a unique requirement that the boxes are inter-connected, and those connections must also look "nice".
aqula
·há 9 meses·discuss
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
·há 9 meses·discuss
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
·há 10 meses·discuss
I built something similar recently. We could take inspiration from each other :)

[1] https://news.ycombinator.com/item?id=44534541
aqula
·há 10 meses·discuss
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
·há 10 meses·discuss
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.