April 14th, 2021

27 Min

Frano Scutaro (Technical Lead) and Daniel Leguizamo (Technical Director) join us to discuss the technical downsides of CyberPunk 2077 and participate in a round of questions and answers about their careers as game developers. We also embark on a historical tour of gaming in 1983.
Episode available only in spanish

function getGAClientID() { let match = document.cookie.match(/_ga=([^;]*)/); return match ? match[1].split('.').slice(-2).join('.') : null; } document.addEventListener("DOMContentLoaded", function() { let clientID = getGAClientID(); if (clientID) { document.getElementById('client_id').value = clientID; } });