Live data from Hacker News

Viewing profile — xamde

xamde

HN member
Joined
Sun, Oct 07, 2012, 1:19 PM UTC
HN karma
110
Public activity
56 items

About xamde

http://xam.de

Recent public activity

  1. comment
    Comment #48863341

    Consider to let the user export the graph itself and convert/use it elsewhere.

  2. comment
    Comment #48863291

    I think you found a very good prompt/technique to extract mostly the high level stuff without making the diagrams too complicated. And then elk.js seems to do the layout. Deepwiki.…

  3. comment
    Comment #48526869

    Thanks, it is based on an unreleased 50-page complex syntax speec with over 40 different kind of arrows. Luckily, I simplified BEFORE release :-)

  4. comment
    Comment #48521240

    OKF seems OK, but bound to Markdown. A Markdown document can be turned into an OKF document by adding a 'type' to the frontmatter YAML. What about a knowledge graph language, which…

  5. comment
    Comment #47750418

    I am working on a simplistic syntax for mixing any text with structured knowledge (links, triples, property graph) Syntax..has name..ddot.it The spec is ready at https://ddot.it , …

  6. comment
    Comment #45931627

    Check out deepwiki.com, which is quite similar and works well

  7. comment
    Comment #44596315

    Looks like org mode for the masses

  8. comment
    Comment #44079541

    I believe it uses an cross compiled version of dot in js

  9. comment
    Comment #44003547

    Reading all these comments, it seems we as a community don't yet have an idea how to write effectively for LLMs. E.g., I guess markdown tables are harder to process, since the row-…

  10. comment
    Comment #42633874

    There will be companies founded on executing this idea.

  11. comment
    Comment #41947450

    I love how you make sure not to mention the city name, so that not too many people will suddenly show up

  12. comment
    Comment #41729832

    > it all comes down to whether you view the internet as the greek agora or the roman circus. The best summary I've ever read about the internet

  13. comment
    Comment #41481727

    A shout out to the intellij plugin developer. The Asciidoc plugin has so many nice little Features. E.g. consistent file renames, or paste as screenshot which auto creates a file a…

  14. comment
    Comment #41456895

    Also, Basic statistical reasoning is required. And some core facts about our physical world. What about an open curriculum listing the most important things in a teachable order?

  15. story
    Show HN: JSON Namespaces

    While working in the Open Canvas Working Group, I was introduced by members of the glTF working group to their current mechanism for managing extensions in a JSON-based format. Tak…

  16. comment
    Comment #41126252

    There is also the base band processor, which is completely locked away from user access. Running a wireless network would be much harder, if users could access it. So I guess freed…

  17. comment
    Comment #40189700

    There is also the "Void" type. > The {@code Void} class is an uninstantiable placeholder class to hold a reference to the {@code Class} object representing the Java keyword void. W…

  18. comment
    Comment #39775551

    Wasm might make that a reality rather soon

  19. comment
    Comment #39672362

    From my Analysis, GraphML, although specified in XML, seems to be one of the most widely used exchange formats, especially with the yWorks extensions for yEd.

  20. comment
    Comment #39522776

    I am a Netlify Pro customer. I was not aware of this unlimited spending concept. This is simply unacceptable from a risk-perspective.

  21. comment
    Comment #39344892

    Unless there is an issue with either the light source or the power source. Muted/unmuted is also a pair where unmuted often does not equal "we can hear you"

  22. comment
    Comment #38120908

    > The document is primarily intended for the following audiences: Software developers that want to implement an RDF dataset canonicalization algorithm. Masochists. Pick your side.

  23. comment
    Comment #37956228

    The IntelliJ AsciiDoc plugin is a little juwel with all bells and whistles, Syntax highlight, Preview, structure view, even refactoring of references. We use it together with Antor…

  24. comment
    Comment #37896414

    This ist really a succint description: "Sometimes it seems to me that AI people have begun hallucinating as much as the models they’re training."

  25. comment
    Comment #36681375

    OK, here is a true code approach to generate wiki pages with embedded Mermaid sequence diagramms. https://github.com/Calpano/featdoc Feedback welcome.