AI Snips
Chapters
Transcript
Episode notes
Live Translation at Tropical on Rails
- The Tropical on Rails conference in Brazil impressively used live human translators with headphones for bilingual talks.
- This real-time translation greatly enhanced accessibility despite most attendees speaking either English or Portuguese.
Jason's Live Ruby Slot Machine
- Jason gave a live coding talk in Vegas building a slot machine game in Ruby using Claude CLI and Gosu library.
- The game included animations and sound and impressively worked on the first try with minor live fixes.
Correct Status for Turbo Redirects
- Use 303 HTTP status for turbo redirects to prevent unexpected repeated requests.
- Avoid 302 redirects for non-GET requests, as fetch APIs follow the redirect differently causing potential errors.