Devi aver effettuato l'accesso per segnare gli episodi come guardati. Accedi oppure registrati.
Stagione 2020
Data di messa in onda
Gen 09, 2020
Professor Brailsford on one of our most requested topics.
Professor Brailsford on one of our most requested topics.
Data di messa in onda
Gen 15, 2020
Atari to Zelda, the National Videogame Museum has it covered - Conor Clarke gave Computerphile a personal tour.
Atari to Zelda, the National Videogame Museum has it covered - Conor Clarke gave Computerphile a personal tour.
Data di messa in onda
Gen 17, 2020
In the early days the UK had its own thoughts on how email addresses should look. Dr Julian Onions was there!
In the early days the UK had its own thoughts on how email addresses should look. Dr Julian Onions was there!
Data di messa in onda
Gen 23, 2020
Hello World on the Sega Megadrive/Genesis - its quite an involved process to write Hello World on a machine that doesn't even have an operating system. Matt Phillips, of Big Evil Corp demostrates the 'wonky R'
Hello World on the Sega Megadrive/Genesis - its quite an involved process to write Hello World on a machine that doesn't even have an operating system. Matt Phillips, of Big Evil Corp demostrates the 'wonky R'
Data di messa in onda
Gen 28, 2020
Professor Brailsford takes the theory of RegEx and puts it into practice.
Professor Brailsford takes the theory of RegEx and puts it into practice.
Data di messa in onda
Gen 30, 2020
Rob Miles discusses the idea of a gym for training AI algorithms.
Rob Miles discusses the idea of a gym for training AI algorithms.
Data di messa in onda
Feb 05, 2020
Functional or Combinator Parsing explained by Professor Graham Hutton.
Functional or Combinator Parsing explained by Professor Graham Hutton.
Data di messa in onda
Feb 07, 2020
How do computers represent multi-dimensional data? Dr Mike Pound explains the mapping.
How do computers represent multi-dimensional data? Dr Mike Pound explains the mapping.
Data di messa in onda
Feb 12, 2020
Fun comes in many forms - playing puzzles, or writing programs that solve the puzzles for you. Professor Thorsten Altenkirch on a recursive Sudoku solver.
Fun comes in many forms - playing puzzles, or writing programs that solve the puzzles for you. Professor Thorsten Altenkirch on a recursive Sudoku solver.
Data di messa in onda
Feb 14, 2020
Why are some cameras faster to focus than others? Dr Andy French explains the different approaches the computers inside cameras use to focus.
Why are some cameras faster to focus than others? Dr Andy French explains the different approaches the computers inside cameras use to focus.
Data di messa in onda
Feb 19, 2020
One of the most elegant solutions for cryptography. Dr Mike Pound explains one of his most favourite ciphers.
One of the most elegant solutions for cryptography. Dr Mike Pound explains one of his most favourite ciphers.
Data di messa in onda
Feb 27, 2020
Working with regular expressions to decode Roman Numerals. Professor Brailsford is on the case.
Working with regular expressions to decode Roman Numerals. Professor Brailsford is on the case.
Data di messa in onda
Mar 04, 2020
For Mathematics, trees are more useful than strings. Professor Thorsten Altenkirch takes us through a functional approach to coding them in Python.
For Mathematics, trees are more useful than strings. Professor Thorsten Altenkirch takes us through a functional approach to coding them in Python.
Data di messa in onda
Mar 11, 2020
Bring Donkey Kong home! - The unenviable task given to Masayuki Uemura by Nintendo bosses in the early '80s. Unimpressed by Atari's 2600 they set out to bring a true videogame arcade experience into the home.
Bring Donkey Kong home! - The unenviable task given to Masayuki Uemura by Nintendo bosses in the early '80s. Unimpressed by Atari's 2600 they set out to bring a true videogame arcade experience into the home.
Data di messa in onda
Mar 13, 2020
What do the various levels of encryption mean, and why use one over another? Dr Mike Pound takes us through the cryptic world of encryption levels.
What do the various levels of encryption mean, and why use one over another? Dr Mike Pound takes us through the cryptic world of encryption levels.
2020x16
Why My Computer Wants to Forget (How Dynamic Memory Works)
Episode overview
Data di messa in onda
Mar 18, 2020
To save silicon, RAM is built to forget. Dr Steve Bagley explains how dynamic memory saves on space but at a cost.
To save silicon, RAM is built to forget. Dr Steve Bagley explains how dynamic memory saves on space but at a cost.
Data di messa in onda
Mar 25, 2020
As we move towards a remote working culture, Dr Steve Bagley remotely connects to explain what VPN is & how it works.
As we move towards a remote working culture, Dr Steve Bagley remotely connects to explain what VPN is & how it works.
Data di messa in onda
Apr 01, 2020
It's all about the input. You can't always give all a function's inputs at the same time. Professor Graham Hutton explains about curried functions.
It's all about the input. You can't always give all a function's inputs at the same time. Professor Graham Hutton explains about curried functions.
Data di messa in onda
Apr 08, 2020
Kerberos is an authentication method - Dr Mike Pound explains how it works so neatly.
Kerberos is an authentication method - Dr Mike Pound explains how it works so neatly.
Data di messa in onda
Apr 15, 2020
Why it's a bad idea to build a Virtual Private Network using TCP. Dr Steve Bagley on TCP over TCP...
Why it's a bad idea to build a Virtual Private Network using TCP. Dr Steve Bagley on TCP over TCP...
Data di messa in onda
Apr 22, 2020
This episode has no summary.
This episode has no summary.
Data di messa in onda
Apr 30, 2020
As we contemplate life after lock-down, what technology could help the health services to work out how viruses can spread? Dr Mike Pound & Dr Steve Bagley chat to Sean.
As we contemplate life after lock-down, what technology could help the health services to work out how viruses can spread? Dr Mike Pound & Dr Steve Bagley chat to Sean.
Data di messa in onda
Mag 06, 2020
Professor Brailsford on why he's updating his OS and Hardware while in isolation (with remote support from Dr Bagley)
Professor Brailsford on why he's updating his OS and Hardware while in isolation (with remote support from Dr Bagley)
Data di messa in onda
Mag 14, 2020
Zoom, House Party, Teams, Skype or whatever. Dr Steve Bagley on the trade-offs all platforms must balance to keep you connected.
Zoom, House Party, Teams, Skype or whatever. Dr Steve Bagley on the trade-offs all platforms must balance to keep you connected.
Data di messa in onda
Mag 21, 2020
You don't just 'run a cipher' - you need a mode of operation. Dr Mike Pound explains some relative to the Feistel cipher.
You don't just 'run a cipher' - you need a mode of operation. Dr Mike Pound explains some relative to the Feistel cipher.
Data di messa in onda
Mag 27, 2020
Improve the efficiency of recursive code by re-writing it to be tail recursive. Professor Graham Hutton explains.
Improve the efficiency of recursive code by re-writing it to be tail recursive. Professor Graham Hutton explains.
Data di messa in onda
Giu 04, 2020
ALGOL 60, a brand new programming language, 60 years ago! Professor Brailsford used to have to teach it - here he shows us some of the code.
ALGOL 60, a brand new programming language, 60 years ago! Professor Brailsford used to have to teach it - here he shows us some of the code.
Data di messa in onda
Giu 10, 2020
In this mini-series, Dr Isaac Triguero walks us through creating a simple Pong-like game in Python, using the PyGame library.
In this mini-series, Dr Isaac Triguero walks us through creating a simple Pong-like game in Python, using the PyGame library.
Data di messa in onda
Giu 11, 2020
The second part of Dr Isaac Triguero's walkthrough of creating a Pong-like game in Python, using PyGame.
The second part of Dr Isaac Triguero's walkthrough of creating a Pong-like game in Python, using PyGame.
Data di messa in onda
Giu 16, 2020
Squash-Pong needs a ball and a paddle - Dr Isaac Triguero continues the PyGame mini-series.
Squash-Pong needs a ball and a paddle - Dr Isaac Triguero continues the PyGame mini-series.
Data di messa in onda
Giu 18, 2020
Taking the Squash Pong game and using data science to make it AI powered! Dr Isaac Triguero uses regression & nearest neighbour.
Taking the Squash Pong game and using data science to make it AI powered! Dr Isaac Triguero uses regression & nearest neighbour.
Data di messa in onda
Giu 26, 2020
Coding Partial Derivatives in Python is a good way to understand what Machine Learning "secret sauce" has to do. Professor Thorsten Altenkirch explains what it means, and then demos in Python.
Coding Partial Derivatives in Python is a good way to understand what Machine Learning "secret sauce" has to do. Professor Thorsten Altenkirch explains what it means, and then demos in Python.
Data di messa in onda
Lug 01, 2020
Basic mathematics from a language model? Rob Miles on GPT3, where it seems like size does matter!
Basic mathematics from a language model? Rob Miles on GPT3, where it seems like size does matter!
Data di messa in onda
Lug 09, 2020
How do websites marry up to their IP addresses? Dr Mike Pound explains the Domain Name System - DNS.
How do websites marry up to their IP addresses? Dr Mike Pound explains the Domain Name System - DNS.
Data di messa in onda
Lug 15, 2020
What's in an eBook file? Dr Steve Bagley delves inside 'Beautiful Code' to find out. As we used "Beautiful Code" as our example, here's a link to the publish...
What's in an eBook file? Dr Steve Bagley delves inside 'Beautiful Code' to find out. As we used "Beautiful Code" as our example, here's a link to the publish...
Data di messa in onda
Lug 22, 2020
Poisoning the DNS cache is a sure way to serve malware to unsuspecting users. Dr Mike Pound explains some of the ways this has been accomplished.
Poisoning the DNS cache is a sure way to serve malware to unsuspecting users. Dr Mike Pound explains some of the ways this has been accomplished.
Data di messa in onda
Lug 30, 2020
Discussing "Real" Programmers from the early days of computing with Dr Julian Onions.
Discussing "Real" Programmers from the early days of computing with Dr Julian Onions.
Data di messa in onda
Ago 05, 2020
We put some of your questions to Dr Mike Pound.
We put some of your questions to Dr Mike Pound.
Data di messa in onda
Ago 14, 2020
Pascal evolved from Algol 60. Professor Brailsford discusses the rift in the Algol committee that lead to its creation.
Pascal evolved from Algol 60. Professor Brailsford discusses the rift in the Algol committee that lead to its creation.
Data di messa in onda
Ago 20, 2020
How 'not to code' with our "real" programmer - who, as Julian explains, is demoing what NOT to do. Dr Julian Onions tells us more about Mel.
How 'not to code' with our "real" programmer - who, as Julian explains, is demoing what NOT to do. Dr Julian Onions tells us more about Mel.
Data di messa in onda
Ago 26, 2020
Laziness is a virtue - well, in programming anyway! Professor Thorsten Altenkirch on how you can use the 'yield' to compute certain things "on demand"
Laziness is a virtue - well, in programming anyway! Professor Thorsten Altenkirch on how you can use the 'yield' to compute certain things "on demand"
Data di messa in onda
Set 01, 2020
The highest signed 32bit integer is a ticking timebomb - sort of... Dr Tim Muller explains why it's his #MegaFavNumber
The highest signed 32bit integer is a ticking timebomb - sort of... Dr Tim Muller explains why it's his #MegaFavNumber
Data di messa in onda
Set 10, 2020
Memristors, Artificial Synapses & Neomorphic Computing. Dr Phil Moriarty on the limitations of the Von Neumann architecture and what could be next.
Memristors, Artificial Synapses & Neomorphic Computing. Dr Phil Moriarty on the limitations of the Von Neumann architecture and what could be next.
Data di messa in onda
Set 17, 2020
Virtual Backgrounds and grainy webcams - what else can we do to improve video conferencing? Dr Max Wilson on a couple of innovations you can try today.
Virtual Backgrounds and grainy webcams - what else can we do to improve video conferencing? Dr Max Wilson on a couple of innovations you can try today.
Data di messa in onda
Set 24, 2020
Computer Scientists had to make choices for what system to use for different student use cases. Professor Brailsford on whether to choose Algol 68 or Pascal. Or both.
Computer Scientists had to make choices for what system to use for different student use cases. Professor Brailsford on whether to choose Algol 68 or Pascal. Or both.
Data di messa in onda
Ott 01, 2020
Tournament selection, roulette selection, mutation, crossover - all processes used in genetic algorithms. Dr Alex Turner explains using the Knapsack Problem.
Tournament selection, roulette selection, mutation, crossover - all processes used in genetic algorithms. Dr Alex Turner explains using the Knapsack Problem.
Data di messa in onda
Ott 07, 2020
Breaking the unbreakable loop. More on how self-modifying code can be a neat hack, that's almost unmaintainable. Dr Julian Onions recalls the "Real Programmer" story that circulated in the early '80s.
Breaking the unbreakable loop. More on how self-modifying code can be a neat hack, that's almost unmaintainable. Dr Julian Onions recalls the "Real Programmer" story that circulated in the early '80s.
Data di messa in onda
Ott 13, 2020
Millions of lines of code - how do you keep them bug free? Facebook's Professor Peter O'Hearn talks us through "Infer" their code checker which dallies with the idea of undecidability.
Millions of lines of code - how do you keep them bug free? Facebook's Professor Peter O'Hearn talks us through "Infer" their code checker which dallies with the idea of undecidability.
Data di messa in onda
Ott 23, 2020
It's absolutely everywhere, but what is TLS and where did it come from? Dr Mike Pound explains the background behind this ubiquitous Internet security protocol.
It's absolutely everywhere, but what is TLS and where did it come from? Dr Mike Pound explains the background behind this ubiquitous Internet security protocol.
Data di messa in onda
Ott 30, 2020
In November 1988 the first worm caused huge problems on the Internet. Dr Julian Onions remembers the story.
In November 1988 the first worm caused huge problems on the Internet. Dr Julian Onions remembers the story.
Data di messa in onda
Nov 06, 2020
How does your computer arrange with a server to start talking in code? Dr Mike Pound explains the TLS handshake where the server and client organise everything.
How does your computer arrange with a server to start talking in code? Dr Mike Pound explains the TLS handshake where the server and client organise everything.
Data di messa in onda
Nov 13, 2020
Demonstrating how complex systems can arise from simple rules, random boolean networks also have some surprising properties... sometimes! Dr Alex Turner generates some.
Demonstrating how complex systems can arise from simple rules, random boolean networks also have some surprising properties... sometimes! Dr Alex Turner generates some.
Data di messa in onda
Nov 20, 2020
Underpinning the Internet are countless network routers - how do they work out the route to send your data along? Dr Richard G Clegg of Queen Mary University London explains the Bellman Ford distance vector algorithm.
Underpinning the Internet are countless network routers - how do they work out the route to send your data along? Dr Richard G Clegg of Queen Mary University London explains the Bellman Ford distance vector algorithm.
Data di messa in onda
Nov 27, 2020
Program Correctness is incredibly important in computing - particularly in hardware design. Professor Graham Hutton takes us through a simple example using arithmetic.
Program Correctness is incredibly important in computing - particularly in hardware design. Professor Graham Hutton takes us through a simple example using arithmetic.
Data di messa in onda
Dic 04, 2020
When Sun added network abilities to a messaging feature, one user managed to contact more people than he'd bargained for. Dr Julian Onions takes us through the rwall incident of 1987.
When Sun added network abilities to a messaging feature, one user managed to contact more people than he'd bargained for. Dr Julian Onions takes us through the rwall incident of 1987.
Data di messa in onda
Dic 11, 2020
How do you verify that someone is who they say they are? Dr Mike Pound on digital signatures.
How do you verify that someone is who they say they are? Dr Mike Pound on digital signatures.
Data di messa in onda
Dic 18, 2020
Billions of possibilities - Dr Alex Turner borrowed some cluster time to obtain all of the potential results from all the possible games of Countdown's Numbers Game.
Billions of possibilities - Dr Alex Turner borrowed some cluster time to obtain all of the potential results from all the possible games of Countdown's Numbers Game.
Data di messa in onda
Dic 23, 2020
Used by millions every day we're dissecting mice today. Dr Steve Bagley takes us through the workings, starting with a ball-powered rodent.
Used by millions every day we're dissecting mice today. Dr Steve Bagley takes us through the workings, starting with a ball-powered rodent.
2020x59
Ultimo episodio della stagione
ALOHAnet: Grandfather of All Computer Networks
Episode overview
Data di messa in onda
Dic 30, 2020
How do you share a 1960's computer across a bunch of islands? Wireless networking of course - although, like Norman Abramson & his team, you'd have to invent it first. Dr Steve Bagley on Hawaii's Aloha Net.
How do you share a 1960's computer across a bunch of islands? Wireless networking of course - although, like Norman Abramson & his team, you'd have to invent it first. Dr Steve Bagley on Hawaii's Aloha Net.
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