Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
aqula
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
19 ms
·
1.
▲
by
aqula
2mo ago
I keep going back to xfce-terminal after trying anything else. Ridiculously small footprint and never drew attention to itself.
2.
▲
by
aqula
2mo ago
Not at this time, but down the line I probably will.
3.
▲
by
aqula
2mo ago
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.
4.
▲
by
aqula
2mo ago
Something I do have in mind. Do you have an idea of the kind of UX you'd like to see?
5.
▲
by
aqula
2mo ago
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.
6.
▲
Show HN: Arcaide – Explore code with multi-level call graphs
(arcaide.foo)
25 points
by
aqula
2mo ago
|
14 comments
7.
▲
by
aqula
2mo ago
What are the memory requirements for pgGraph like? Does the entire graph for my dataset need to fit in memory?
8.
▲
by
aqula
3mo ago
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
9.
▲
Show HN: Explore popular go codebases visually
(arcaide.foo)
2 points
by
aqula
3mo ago
|
0 comments
10.
▲
by
aqula
8mo ago
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 que
11.
▲
by
aqula
8mo ago
LSP is not great for non-editor use cases. Everything is cursor position oriented.
12.
▲
by
aqula
8mo ago
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'
13.
▲
by
aqula
9mo ago
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 ins
14.
▲
by
aqula
11mo ago
Is there any write up on the tech behind nano texture? What makes them better than traditional matte screens?
15.
▲
by
aqula
11mo ago
Thanks for sharing. Although diagrams have a unique requirement that the boxes are inter-connected, and those connections must also look "nice".
16.
▲
by
aqula
11mo ago
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...
17.
▲
by
aqula
11mo ago
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
18.
▲
by
aqula
1y ago
I built something similar recently. We could take inspiration from each other :) [1] https://news.ycombinator.com/item?id=44534541
19.
▲
by
aqula
1y ago
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 p
20.
▲
by
aqula
1y ago
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.
21.
▲
Show HN: Infragram – C4 style interactive architecture diagrams for Terraform
(marketplace.visualstudio.com)
4 points
by
aqula
1y ago
|
0 comments
22.
▲
by
aqula
1y ago
Something like the C4 model? https://c4model.com/diagrams
23.
▲
by
aqula
1y ago
This is something I'm working on. I'll probably do a separate post some time. https://marketplace.visualstudio.com/items?itemName=infragra...
24.
▲
by
aqula
1y ago
Code-first is kinda moving towards prompt-first. A diagram is just another way to prompt, so I can see this making a comeback, esp. with AI taking over more and more code.