Hacker News new | ask | show | jobs
by chege 1677 days ago
Aside: what tool did you use to generate the graph at https://hcarvalhoalves.github.io/software-development-waste/...? It looks neat!
1 comments

  <!-- Generated by graphviz version 2.40.1 (20161225.0304)
   -->
You can use the dot(1) command for that, with output set to SVG in this case (-Tsvg).
Thanks! Also learned about https://validator.w3.org/ from your blog.
(I'm not the author. Only the graph looked familiar in style, so I guessed graphviz and verified looking at the source code of the website.)