Ultra Secret Bonus Ad-Hoc Homebrew Club Meeting
Start:
End:
Where: https://ragt.ag
an overdue yet impromptu catch-up led to a pop-in, reach-out and check-in across latitudes and timezones
Simon Willison's library: llm.datasette.io/en/stable as used in, for example, 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: www.youtube.com/watch?v=sy9fCcbLBbQ
Obligatory: Rebecca Black | Boiler Room: DC > Charli xcx | Boiler Room & Charli xcx presents: PARTYGIRL Ibiza
We are discussing Angelo's homemade etherpad integration! It works pretty well.
Every time I play with it I discover a new UX pattern that's never been discovered before. —Angelo
e.g. linking to a page's editor for signed-in users provided the final nudge to finally share a workspace for our video chat after over a hundred video chats where it was often discussed as a possibility
Consensus is that bugs and partial implementations can be fun in the form of unintended utility and serendipity.
e.g. Maxwell cracking up from triggering an infinite loop of video participants.
Working on the site live while chatting about it via the site presents a unique requirement of tight feedback loops with quick, incremental results.
Fix for Video Chat 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
😊