Skip to content

Instantly share code, notes, and snippets.

@maxwellb
Last active June 6, 2026 03:19
Show Gist options
  • Select an option

  • Save maxwellb/02309d0f81f806400bfa199a5cc03da9 to your computer and use it in GitHub Desktop.

Select an option

Save maxwellb/02309d0f81f806400bfa199a5cc03da9 to your computer and use it in GitHub Desktop.
do the thing

Graph 1

sequenceDiagram
participant A
participant B
participant X
participant Y
participant C
participant p as 📞

A  ->> B:    What's up?
B -->> A:    Sup.

A  ->> A:    Cool.

A  ->> Y:    Yo.
Y  ->> X:    DYKTA?
X -->> Y:    ¯\_(ツ)_/¯
A -->> Y:    Hello?
Y -->> A:    HOAM

Y  ->> p:    Beep boop.
p -->> C:    Ring.
C -->> Y:    Sup.
Y  ->> C:    DYTKA?
C -->> Y:    Yeah.
Y -->> C:    Cool.
p -->> Y:    Blip.

Y -->> A:    Yo.
A -->> Y:    Hey.
Y -->> A:    WYW?
A  ->> Y:    dis?
Y -->> A:    HOAM

Y  ->> p:    Beep boop.
p -->> C:    Ring.
C -->> Y:    Sup.
Y  ->> C:    dat?
C -->> Y:    Yeahsure
Y -->> C:    Kthx.
p -->> Y:    Blip.

Y -->> A:    Herego.
A  ->> Y:    Gotit,thx
Y -->> A:    np
A  ->> Y:    Cool.
Y -->> A:    Coolbye

A  ->> A:    Cool.
Loading
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment