events/2023-04-12-hwc-pacific
Homebrew Website Club - Pacific was an IndieWeb meetup on Zoom held on 2023-04-12.
Participants
Notes
- Video chat using WebRTC via Mediasoup
- AI chatbot with speech-to-text/text-to-speech as RTC audio participant
- A single room for audio/video open to the public https://ragt.ag/live/chat
- https://github.com/versatica/mediasoup SFU server
- https://github.com/versatica/mediasoup-demo react-based webapp client
- runaway AI:
- Code Lyoko https://en.wikipedia.org/wiki/Code_Lyoko
- "the venn diagram of people who watch scifi movies and people who are hooking up gpt4/etc to self-feedbacking loops in a python repl with internet access is two circles smh" https://twitter.com/captainGeech42/status/1646237593313632257
- "Blog as if there's an AI being trained to be you" https://chat.indieweb.org/meta/2023-03-13#t1678743622524900
- Vouch Proxy (https://github.com/vouch/vouch-proxy)
- protect an nginx server block via Indieauth, oauth (eg. google), ...
- In nginx config: fastcgi_param REMOTE_USER $auth_user;
- In php: <?php echo $_SERVER['REMOTE_USER']; ?> to display current signed in user from vouch-proxy
- events.indieweb.org uses vouch-proxy
- protect an nginx server block via Indieauth, oauth (eg. google), ...
- Started building Datenstrom Indieauth extension