#GraphViz
working on a MST test suite + visualiser
December 12, 2024 at 8:09 AM
btw, all the diagrams in this article are rendered using graphviz in a React Server Component to generate SVG at build time. Super convenient.
July 27, 2025 at 6:59 PM
GraphViz is lowkey goated when directed graphs are the vibe
November 10, 2023 at 6:24 PM
compilers are a scam by big graphviz etc
Building a visualizer for Cargo codegen unit graphs. It's going great
May 22, 2026 at 9:38 PM
"GRAPHVIZ, VISUALIZE THE HELLGRAPH, MAKE NO MISTAKES"
May 22, 2026 at 3:15 PM
I'm coming for you serde_json 👀
April 24, 2025 at 4:41 PM
I'm honestly kind of surprised that there isn't a "better version of graphviz but in rust", since dot graphs are such a compiler brained tool. I've created my own graphviz spaghetti files too, tbh.

Hoping someone corrects me, would love to have a nice crate, or better layout/readability of edges.
May 23, 2026 at 9:27 AM
when you have a complicated graph, graphviz is a great tool for showing how complicated it is
October 14, 2023 at 4:35 PM
I wish GitHub markdown would natively support GraphViz, or that there was a command line Mermaid to png tool that didn't require Node
December 1, 2024 at 8:42 PM
A while ago I saw some amazing threads by @katef.bsky.social on "The Bad Place" where they advocated for printing the internal state of your compiler with graphviz. I was very impressed and been ever since trying to incorporate it in my work. It's back now on the self-hosted compiler #badlang #PLDev
January 25, 2025 at 1:29 PM
This close to just giving up and making all Logic for Programmers graphics in graphviz
October 1, 2025 at 5:55 PM
biblically accurate ethernet packet
August 5, 2024 at 7:16 PM
Woah, diagramming in the terminal 🤯

📐 pinstar — A terminal-based editor for Obsidian Canvas, Mermaid, Graphviz, and PlantUML

💯 Create, edit, and navigate diagrams with pan/zoom & more!

🦀 Written in Rust & built with @ratatui.rs

⭐ GitHub: github.com/reekta92/pin...

#rustlang #ratatui #terminal
June 15, 2026 at 10:02 PM
Managed to wrap GraphViz to lay out a DAG. All the drawing itself is SwiftUI. This still calls out to the binary (which you need to have installed). Would be nice to wrap the GraphViz C library as a Swift Package so I can ship this in our workshop app.
December 9, 2024 at 9:28 AM
ChatGPTに「Graphvizのコードで説明して」と伝えると図解してくれるので、よく使っている。Graphviz Onlineに貼り付けると便利。
https://dreampuf.github.io/GraphvizOnline/
May 17, 2024 at 1:17 PM
P.S. спасибо www.devtoolsdaily.com/graphviz за быструю визуализацию
www.devtoolsdaily.com
December 27, 2025 at 4:30 PM
they should add graphviz to blender so you can automatically lay out node graphs
December 25, 2025 at 8:48 PM
tired: hellthread
wired: hellgraph
April 30, 2023 at 4:15 PM
i might graphviz up my social connections and u can see how serendipitous all this internet shit is
February 2, 2025 at 1:24 PM
graphviz struggling
September 26, 2025 at 3:35 AM
Need to make a (social) network graph or hierarchical graph? Here's my how to using #stata and #Graphviz!

blog.uvm.edu/tbplante/202...

#episky #statssky
December 10, 2024 at 3:43 PM
graphviz is stupidly useful tbh

I use this web viewer / editor for it to make dumb little diagrams a lot XD

dreampuf.github.io/GraphvizOnli...
Graphviz Online
dreampuf.github.io
January 2, 2026 at 2:16 AM
📦 restruct/dot-static 2.0.2

Statically compiled Graphviz dot

🔗 https://github.com/restruct/dot-static
September 25, 2026 at 8:30 AM
🐳 🐙 Docker Compose Tip #90

docker compose alpha viz turns depends_on into a Graphviz graph. Pipe into dot -Tpng and any Compose file becomes a picture.

Still alpha since April 2023, no graduation date yet.

Guide: lours.me/posts/compose-tip-090-alpha-viz/

#Docker #Compose #CLI
Docker Compose Tip #90: Seeing your service graph with docker compose alpha viz
docker compose alpha viz turns depends_on chains into a Graphviz graph, useful the moment a stack outgrows what you can trace by reading the file.
lours.me
September 25, 2026 at 11:54 AM
The #rstats qreport package for assisting with report writing using Quarto has a new function makegvflow that allows users to easily make graphviz flow diagrams by specifying plain text with indenting to define the hierarchy. An example is at hbiostat.org/rflow/rforma...
April 14, 2025 at 8:02 PM