Necesita iniciar sesión para marcar los episodios como vistos. Iniciar Sesión o registrarse.
Temporada 2024
Fecha de emisión
Ene 03, 2024
This episode has no summary.
This episode has no summary.
Fecha de emisión
Ene 12, 2024
This episode has no summary.
This episode has no summary.
Fecha de emisión
Ene 18, 2024
Progress bars, what are they and how do they work? Dr Valerio Giuffrida explains and goes through an implementation of a progress bar.
Progress bars, what are they and how do they work? Dr Valerio Giuffrida explains and goes through an implementation of a progress bar.
Fecha de emisión
Ene 23, 2024
Matt Godbolt continues the story of the CPU and explains how machines do addition
Matt Godbolt continues the story of the CPU and explains how machines do addition
Fecha de emisión
Feb 01, 2024
Hash Sets in Python work a little bit like the index of a book, giving you a shortcut to looking for a value in a list. Dr Mike Pound explains how they work and demos with some code.
Hash Sets in Python work a little bit like the index of a book, giving you a shortcut to looking for a value in a list. Dr Mike Pound explains how they work and demos with some code.
Fecha de emisión
Feb 06, 2024
Digital Twin - a new buzz word or a useful piece of technology? We asked Dr Steffen Zschaler, Reader in Computer Science at Kings College London.
Digital Twin - a new buzz word or a useful piece of technology? We asked Dr Steffen Zschaler, Reader in Computer Science at Kings College London.
Fecha de emisión
Feb 20, 2024
A graphical problem seems intuitive to a human, but how do you explain something formally to a machine? Dr. Mohammad Abdulaziz, Lecturer in Artificial Intelligence, King's College London
A graphical problem seems intuitive to a human, but how do you explain something formally to a machine? Dr. Mohammad Abdulaziz, Lecturer in Artificial Intelligence, King's College London
Fecha de emisión
Feb 22, 2024
Just how simple can a web server be? Laurence Tratt, Shopify / Royal Academy of Engineering Research Chair in Language Engineering at Kings College London builds it up.
Just how simple can a web server be? Laurence Tratt, Shopify / Royal Academy of Engineering Research Chair in Language Engineering at Kings College London builds it up.
Fecha de emisión
Feb 29, 2024
This episode has no summary.
This episode has no summary.
Fecha de emisión
Mar 14, 2024
This episode has no summary.
This episode has no summary.
Fecha de emisión
Mar 22, 2024
This episode has no summary.
This episode has no summary.
Fecha de emisión
Mar 29, 2024
This episode has no summary.
This episode has no summary.
2024x13
AES GCM (Advanced Encryption Standard in Galois Counter Mode)
Episode overview
Fecha de emisión
Abr 02, 2024
Your browser is using this system right now! (at time of typing!) - Dr Mike Pound explains this ubiquitous system!
Your browser is using this system right now! (at time of typing!) - Dr Mike Pound explains this ubiquitous system!
Fecha de emisión
Abr 09, 2024
With Large Language Models becoming used across all areas of computing, security researcher Dr Tim Muller explores how they can be used for all kinds of unintended purposes.
With Large Language Models becoming used across all areas of computing, security researcher Dr Tim Muller explores how they can be used for all kinds of unintended purposes.
Fecha de emisión
Abr 18, 2024
How do CPUs make the most efficient use of their compute time? Matt Godbolt takes us through the pipeline - allowing the CPU to do work as many ticks of the system clock as possible!
How do CPUs make the most efficient use of their compute time? Matt Godbolt takes us through the pipeline - allowing the CPU to do work as many ticks of the system clock as possible!
Fecha de emisión
Abr 25, 2024
With the explosion of AI image generators, AI images are everywhere, but how do they 'know' how to turn text strings into plausible images? Dr Mike Pound expands on his explanation of Diffusion models.
With the explosion of AI image generators, AI images are everywhere, but how do they 'know' how to turn text strings into plausible images? Dr Mike Pound expands on his explanation of Diffusion models.
Fecha de emisión
May 03, 2024
How does branch prediction speed up operations? Matt Godbolt continues the deep dive into the inner workings of the CPU
How does branch prediction speed up operations? Matt Godbolt continues the deep dive into the inner workings of the CPU
Fecha de emisión
May 09, 2024
This episode has no summary.
This episode has no summary.
Fecha de emisión
May 14, 2024
This episode has no summary.
This episode has no summary.
Fecha de emisión
May 23, 2024
How CPUs that are capable can manage to complete tasks simultaneously without the program knowing. Matt Godbolt continues his series on how processors work.
How CPUs that are capable can manage to complete tasks simultaneously without the program knowing. Matt Godbolt continues his series on how processors work.
Fecha de emisión
Jul 23, 2024
Nearly nine million Windows machines were taken out by the Crowdstrike problem in July 2024, but why was the impact so problematic? Dr Steve Bagley and Dr Mike Pound of the University of Nottingham discuss the problem.
Nearly nine million Windows machines were taken out by the Crowdstrike problem in July 2024, but why was the impact so problematic? Dr Steve Bagley and Dr Mike Pound of the University of Nottingham discuss the problem.
2024x22
A Helping Hand for LLMs (Retrieval Augmented Generation)
Episode overview
Fecha de emisión
Sept 01, 2024
Mike Pound discusses how Retrieval Augmented Generation can improve the performance of Large Language Models.
Mike Pound discusses how Retrieval Augmented Generation can improve the performance of Large Language Models.
Fecha de emisión
Oct 18, 2024
The 2024 Nobel Prize in Physics is awarded to John Hopfield and Geoffrey Hinton “for foundational discoveries and inventions that enable machine learning with artificial neural networks”.
The 2024 Nobel Prize in Physics is awarded to John Hopfield and Geoffrey Hinton “for foundational discoveries and inventions that enable machine learning with artificial neural networks”.
Fecha de emisión
Oct 24, 2024
You say "bye" first! - no, you say "bye" first! - how do you know when to close the connection? Dr Richard G. Clegg of Queen Mary University London talks us through this frustrating network problem.
You say "bye" first! - no, you say "bye" first! - how do you know when to close the connection? Dr Richard G. Clegg of Queen Mary University London talks us through this frustrating network problem.
Fecha de emisión
Oct 31, 2024
Ray Tracing seems straightforward, but what about reflections and refractions? Lewis Stuart explains how these are managed by a spot of recursion!
Ray Tracing seems straightforward, but what about reflections and refractions? Lewis Stuart explains how these are managed by a spot of recursion!
Fecha de emisión
Nov 06, 2024
Malleable encryption means you can flip a bit in the encrypted message and the corresponding bit is flipped in the unencrypted plain text. Dr Tim Muller gives us some examples.
Malleable encryption means you can flip a bit in the encrypted message and the corresponding bit is flipped in the unencrypted plain text. Dr Tim Muller gives us some examples.
Fecha de emisión
Nov 12, 2024
Modern CPUs manage to speed up even the simplest code, Matt Godbolt explains how there's a lot of juggling going on even in the simple use of registers.
Modern CPUs manage to speed up even the simplest code, Matt Godbolt explains how there's a lot of juggling going on even in the simple use of registers.
Fecha de emisión
Nov 19, 2024
What's in a language? Dr Laurie Tratt breaks it down by creating a brand new programming language by writing an interpreter in a few lines of code.
What's in a language? Dr Laurie Tratt breaks it down by creating a brand new programming language by writing an interpreter in a few lines of code.
2024x29
Using Bayesian Approaches & Sausage Plots to Improve Machine Learning
Episode overview
Fecha de emisión
Nov 28, 2024
Bayesian logic is already helping to improve Machine Learning results using statistical models. Professor Mike Osborne drew us some sausage plots to explain the idea.
Bayesian logic is already helping to improve Machine Learning results using statistical models. Professor Mike Osborne drew us some sausage plots to explain the idea.
Fecha de emisión
Dic 03, 2024
As quantum devices become more accessible, there's a whole area of software engineering opening up. Mohammad Mousavi specialises in software engineering for quantum computing.
As quantum devices become more accessible, there's a whole area of software engineering opening up. Mohammad Mousavi specialises in software engineering for quantum computing.
Fecha de emisión
Dic 10, 2024
Path Tracing takes into account all sorts of indirect light sources to make graphics look real. Building on the previous videos on Ray Tracing, Lewis Stuart demonstrates how Path tracing samples indirect light to create these super scenes.
Path Tracing takes into account all sorts of indirect light sources to make graphics look real. Building on the previous videos on Ray Tracing, Lewis Stuart demonstrates how Path tracing samples indirect light to create these super scenes.
Fecha de emisión
Dic 19, 2024
The XZ Exploit was an incredible near miss. Dr Richard G Clegg of Queen Mary University London explains how a seemingly helpful contributor hid some code in part of a ubiquitous piece of software.
The XZ Exploit was an incredible near miss. Dr Richard G Clegg of Queen Mary University London explains how a seemingly helpful contributor hid some code in part of a ubiquitous piece of software.
2024x33
What's Your Least Favourite Programming Language? (2024 soundcheck question)
Episode overview
Fecha de emisión
Dic 24, 2024
This episode has no summary.
This episode has no summary.
Si hay episodios o banners que faltan (y existen en TheTVDB) puede solicitar una actualización completa del programa:
Solicitar actualización del programa
Solicitar Actualización