script> if ('serviceWorker' in navigator) { window.addEventListener('load', () => { navigator.serviceWorker.register('/service-worker.js') .then(registration => { console.log('Service Worker registrado com sucesso:', registration); }) .catch(error => { console.log('Falha ao registrar Service Worker:', error); }); }); }

Irrational thinking usually holds us back, but not always

Irrational thinking usually holds us back, but not always … of a talk I just gave, too, invited by the Minneapolis branding and design firm Capsule. One question from the floor got me wondering if I’d been thinking about this wrong.

Powered by WPeMatico