5 comments

  • billyp-rva13 minutes ago
    It&#x27;s a bit like a (simplified) version of Ilograph[0]. Are these editable, or strictly LLM-generated?<p>[0] <a href="https:&#x2F;&#x2F;www.ilograph.com" rel="nofollow">https:&#x2F;&#x2F;www.ilograph.com</a>
  • ramon1562 hours ago
    I love this! It&#x27;s relatively simplistic and would be a really fun tool to use during lectures.
  • mtsNews56 minutes ago
    How does it decide which call graphs to include? In a typical project there can be many and these graphs seem to be a small subset.
    • aqula40 minutes 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.
  • actionfromafar1 hour ago
    I wish something like this could trace also data flow in a program.
    • aqula39 minutes ago
      Something I do have in mind. Do you have an idea of the kind of UX you&#x27;d like to see?
      • chenshuiluke14 minutes ago
        I would be interested in this too if you ever build it.
      • actionfromafar29 minutes ago
        Only naïve ones I&#x27;m afraid, such as a heap view.
  • otaviodev2 hours ago
    How u make this??