Show HN: Create diagrams of complex data flows in software systems
21–30 of 67 posts
Re: Show HN: Create diagrams of complex data flows in software systems
#22Re: Show HN: Create diagrams of complex data flows in software systems
#23Re: Show HN: Create diagrams of complex data flows in software systems
#24Thanks for sharing your work. I too have the problems you’re attempting to address. Makes me think of LabView (which I would recommend checking out for inspiration if you’re unaware of it).
Heard of death by a thousand cuts ? LabVIEW comes to mind.
Re: Show HN: Create diagrams of complex data flows in software systems
#25https://netflixtechblog.com/vizceral-open-source-acc0c32113f...
I wish ^ were still alive. It was very cool and way ahead of its time.
Re: Show HN: Create diagrams of complex data flows in software systems
#26Re: Show HN: Create diagrams of complex data flows in software systems
#27Re: Show HN: Create diagrams of complex data flows in software systems
#28I love it, but I can't help but wonder why I almost never see complete or up to date diagrams in an enterprise or at scale software engineering setting, despite there being so many tools in this space (mermaid, uml, draw.io, graphviz, etc). I wonder what the barrier is or how to make tools like this fundamentally different so that we would see more adoption. This comes up frequently in the context of secure design re…
Re: Show HN: Create diagrams of complex data flows in software systems
#29My favorite tool for creating diagrams so far is still Drakon (try in browser: https://drakonhub.com/start-drakon).
It has the best "move element" behavior of any diagramming tool I've ever encountered (it shifts neighboring elements predictably, minimally and often in the exact way that I actually want).
gg-charts is pretty close in some respects, but still feels a bit more clunky to me, because the "move element" function gives less direct feedback, and in some cases complicates the layout more than I feel necessary.
Re: Show HN: Create diagrams of complex data flows in software systems
#30I love it, but I can't help but wonder why I almost never see complete or up to date diagrams in an enterprise or at scale software engineering setting, despite there being so many tools in this space (mermaid, uml, draw.io, graphviz, etc). I wonder what the barrier is or how to make tools like this fundamentally different so that we would see more adoption. This comes up frequently in the context of secure design re…
My take is that it's a bit worse than that: the whole doc tooling scene is a dumpster fire. I want to maintain technical documentation under revision control (same revision control system as I use for source code), and I want to be able to embed diagrams in said documents (also under revision control) and I want to wysiwyg edit those things. Amazingly in 2024 this does not exist.