Live data from Hacker News

Viewing profile — j0d1

j0d1

HN member
Joined
Mon, Jul 22, 2024, 1:53 PM UTC
HN karma
79
Public activity
19 items

About j0d1

No profile information was provided.

Recent public activity

  1. comment
    Comment #48426093

    The AI spits out _some_ code => the developer needs to review & cleanup the mess, or accept that it worsen the system for the sake of delivering more rapidly. That's the dynamic wi…

  2. comment
    Comment #41879741

    That's really cool! I am working on a diagramming editor and I wondered if I could expand the use cases to include knowledge organization. The challenge is mainly to display a lot …

  3. comment
    Comment #41759546

    The self-hosting option is nice but, from what I understand, I would not even need to do that if you provided end-to-end encryption with PGP. i.e. the form is encrypted with my pub…

  4. comment
    Comment #41390236

    This is really neat! I would love to see something similar for laptops. I bought a used Lenovo T80s (8th generation i5 CPU / 8GB of RAM / 256GB SSD) for 150$cad on eBay to work on …

  5. comment
    Comment #41111490

    I fixed the issue, you can reload the page!

  6. comment
    Comment #41111479

    Fixed in production!

  7. comment
    Comment #41109729

    Thank you for your comment! I decided to work on gg because I want my colleagues to grok our complex software architecture, and I don't feel like I am able to achieve that with tex…

  8. comment
    Comment #41109473

    Try cleaning your browser local storage for https://gg-charts.com . There is currently a bug in the app that let someone inject a JS snippet to execute (to confirm) in the URL "fil…

  9. comment
    Comment #41109413

    For those reading this, do not click on that link above. It executes a script that renders the app unusable until you clear your local storage. Thanks for the report, I'll fix that…

  10. comment
    Comment #41109381

    Yes, me too :) I am working on a viewer / presentation mode that will do just that.

  11. comment
    Comment #41109370

    I think it is a great idea! There is no plan yet to support importers directly in gg but the graphs produced with gg have a YAML/JSON representation under the hood so producing a "…

  12. comment
    Comment #41109305

    Thank you for your comment :) I'm working on supporting webm first, as I am close to have a working feature using the MediaRecorder API of the browser. Exporting to gif will come a…

  13. comment
    Comment #41109256

    Someone submitted an issue on Github to add labels on links (i.e. lines) and I think it's a great idea for a v1. In my mind, the animations won't get in the way of reading the labe…

  14. comment
    Comment #41108993

    I'll create an issue to support exporting the animation in v1. Any particular reason for APNG vs GIF? The animation in the README.md was captured with the MediaRecorder API. It pro…

  15. comment
    Comment #41108859

    My algorithm to detect / resolve collisions has a bug in it. In some cases, a system will be displaced on the right, then on the left, then on the right... until it reaches a maxim…

  16. comment
    Comment #41105644

    I thought about extending mermaid's flowcharts instead of starting from scratch. No particular reason I did not go that route, mostly "to do my own thing".

  17. comment
    Comment #41105585

    Thank you! :)

  18. comment
    Comment #41105582

    > I assume you do anyways, at least implicitly, to save the state of your GUI’s output. You should bring that into focus. Indeed, I do have a YAML / JSON representation under the h…

  19. story
    Show HN: Create diagrams of complex data flows in software systems

    Hello HN, It has been a while since I contributed to the web, so I decided to get back in shape and publish "something". This app is a POC of "what if diagrams were more dynamic". …