For the second day of NaPoWriMo/NaPoGenMo 2024, Coded with Mermaid.Js, SonicPi & Hydra(and some extra effects), the poem is a scrolling Tanka.
Tankas are poems that follow the following syllable count: 5,7,5,7,7
Tanka Poem
CanYouHearAlice?
I believe I can, this time
What is on the List?
YouDon't remember the Signs?
What is the sign for this drive?
Video
Code
Mermaid.Js
sequenceDiagram
Red->>+John: Can you hearAlice?
John->>+Red: I believe I can, this time
Alice-->>+Red: What is on the List?
Red-->>+Alice: You don't remember the signs?
Alice-->>John: What is the sign for this drive?