# MinaCoding2025_Morning

# ***NonnetingInHydra*** 

**For *MinaCoding2025* Prompt 5: Coding in Morning , *NonnetingInHydra***  is coded as a ***10 line Nonnet*** *(a nine-line poem with a specific syllable structure: 9, 8, 7, 6, 5, 4, 3, 2, 1****)* in *Hydra*** during an early morning thinking phase.

## Video

%[https://youtu.be/uGuN1VFkatc] 

## Code/Nonnet

```ocaml
osc(1,2,1).pixelate(12).
modulateRepeat(noise(5,4,3)).
modulateRotate(osc()).
kaleid([1,2,3,4].smooth).
diff(osc(3,1)).
scrollY([1,2].smooth()).
colorama().
repeat(2).
luma().
out()
```
