my eye
Simon Willison's library: https://llm.datasette.io/en/stable/ as used in, for example, https://github.com/maxwelljoslyn/gm-trainer

Yo Pablo the song I linked you to: make SURE you listen to the correct version which is this one. A lot of them suck: https://www.youtube.com/watch?v=sy9fCcbLBbQ

We are discussing Angelo's homemade etherpad alternative! It works pretty well.

> Every time I play with it [his website], I discover a new UX pattern that's never been discovered before.
<cite>Angelo Gladding</cite>

### Fix for video grid

    <button onclick="document.body.classList.add('expand')">expand</button>
    <style>
    body.expand > .sidebar {
      position: absolute;
      top: 0; bottom: 0;
      left: 0; right: 0;
    }
    body.expand .me-container,
    body.expand .peer-container {
      display: inline-block;
      width: 400px !important;
      height: 300px !important;
    }
    body.expand #room {
      display: none;
    }
    </style>

"Amazingly fun" - James!

😊