Devi aver effettuato l'accesso per segnare gli episodi come guardati. Accedi oppure registrati.
Stagione 2024
Data di messa in onda
Gen 03, 2024
This episode has no summary.
This episode has no summary.
Data di messa in onda
Gen 12, 2024
This episode has no summary.
This episode has no summary.
Data di messa in onda
Gen 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.
Data di messa in onda
Gen 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
Data di messa in onda
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.
Data di messa in onda
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.
Data di messa in onda
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
Data di messa in onda
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.
Data di messa in onda
Feb 29, 2024
This episode has no summary.
This episode has no summary.
Data di messa in onda
Mar 14, 2024
This episode has no summary.
This episode has no summary.
Data di messa in onda
Mar 22, 2024
This episode has no summary.
This episode has no summary.
Data di messa in onda
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
Data di messa in onda
Apr 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!
Data di messa in onda
Apr 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.
Data di messa in onda
Apr 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!
Data di messa in onda
Apr 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.
Data di messa in onda
Mag 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
Data di messa in onda
Mag 09, 2024
This episode has no summary.
This episode has no summary.
Data di messa in onda
Mag 14, 2024
This episode has no summary.
This episode has no summary.
Data di messa in onda
Mag 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.
Data di messa in onda
Lug 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
Data di messa in onda
Set 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.
Data di messa in onda
Ott 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”.
Data di messa in onda
Ott 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.
Data di messa in onda
Ott 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!
Data di messa in onda
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.
Data di messa in onda
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.
Data di messa in onda
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
Data di messa in onda
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.
Data di messa in onda
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.
Data di messa in onda
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.
Data di messa in onda
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
Data di messa in onda
Dic 24, 2024
This episode has no summary.
This episode has no summary.
Se ci sono degli episodi e dei banner mancanti (e esistono su TheTVDB) puoi richiedere un aggiornamento automatico dell'intera serie:
Richiedi aggiornamento della serie
Aggiornamento richiesto