Intro topic: Getting an entry-level job
News/Links:
Mario Kart 64 Fully Decompiled
https://gbatemp.net/threads/mario-kart-64-decompilation-project-reaches-100-completion.671104/)
Q-Learning is not yet scalable
Grover’s Algorithm
OrangePi has a RISC-V SBC
Book of the Show
Patrick
The Will of the Many (James Islington)
Jason
The Intelligence Trap
Patreon Plug https://www.patreon.com/programmingthrowdown?ty=h)
Tool of the Show
Patrick
Pokemon Odyssey
https://www.reddit.com/r/PokemonROMhacks/comments/1l9zdta/pok%C3%A9mon_odyssey_final_release/)
Jason
Netflix Games
https://play.google.com/store/apps/dev?id=6891422865930303475&hl=en_US)
**Topic: **
Why
Speed up development
Catch errors faster than type checking/compiling
Writing tedious boilerplate code
Ask questions and learn local information
Look good for hiring managers
How
Extensions for VSCode & other IDEs for inline suggestions
Chat with a selection/file
Command-line Tools run at the root directory
Local vs Cloud
Examples
Copilot (VSCode extension)
Use the experimental mode
Cursor (Custom IDE)
Jumps to suggest changes in other places
Similar to copilot experimental mode
RooCode (VSCode extension)