Tens de ter sessão iniciada para marcar episódios como vistos. Iniciar sessão ou registar.
Temporada 2020
Data de estreia
Jan 09, 2020
Professor Brailsford on one of our most requested topics.
Professor Brailsford on one of our most requested topics.
Data de estreia
Jan 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 de estreia
Jan 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 de estreia
Jan 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 de estreia
Jan 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 de estreia
Jan 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 de estreia
Fev 05, 2020
Functional or Combinator Parsing explained by Professor Graham Hutton.
Functional or Combinator Parsing explained by Professor Graham Hutton.
Data de estreia
Fev 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 de estreia
Fev 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 de estreia
Fev 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 de estreia
Fev 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 de estreia
Fev 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 de estreia
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 de estreia
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 de estreia
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 de estreia
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 de estreia
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 de estreia
Abr 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 de estreia
Abr 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 de estreia
Abr 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 de estreia
Abr 22, 2020
This episode has no summary.
This episode has no summary.
Data de estreia
Abr 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 de estreia
Mai 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 de estreia
Mai 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 de estreia
Mai 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 de estreia
Mai 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 de estreia
Jun 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 de estreia
Jun 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 de estreia
Jun 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 de estreia
Jun 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 de estreia
Jun 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 de estreia
Jun 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 de estreia
Jul 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 de estreia
Jul 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 de estreia
Jul 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 de estreia
Jul 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 de estreia
Jul 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 de estreia
Ago 05, 2020
We put some of your questions to Dr Mike Pound.
We put some of your questions to Dr Mike Pound.
Data de estreia
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 de estreia
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 de estreia
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 de estreia
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 de estreia
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 de estreia
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 de estreia
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 de estreia
Out 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 de estreia
Out 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 de estreia
Out 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 de estreia
Out 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 de estreia
Out 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 de estreia
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 de estreia
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 de estreia
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 de estreia
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 de estreia
Dez 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 de estreia
Dez 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 de estreia
Dez 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 de estreia
Dez 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
Final da temporada
ALOHAnet: Grandfather of All Computer Networks
Episode overview
Data de estreia
Dez 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 faltar algum episódio ou banner (e eles existirem no TheTVDB) podes solicitar uma atualização automática:
Pede uma actualização
Actualização pedida