Bölümleri izlendi olarak işaretlemek için oturum açman gerekiyor. Giriş yap veya kaydol.
Sezon 2020
Yayınlanma tarihi
Oca 09, 2020
Professor Brailsford on one of our most requested topics.
Professor Brailsford on one of our most requested topics.
Yayınlanma tarihi
Oca 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.
Yayınlanma tarihi
Oca 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!
Yayınlanma tarihi
Oca 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'
Yayınlanma tarihi
Oca 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.
Yayınlanma tarihi
Oca 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.
Yayınlanma tarihi
Şub 05, 2020
Functional or Combinator Parsing explained by Professor Graham Hutton.
Functional or Combinator Parsing explained by Professor Graham Hutton.
Yayınlanma tarihi
Şub 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.
Yayınlanma tarihi
Şub 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.
Yayınlanma tarihi
Şub 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.
Yayınlanma tarihi
Şub 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.
Yayınlanma tarihi
Şub 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.
Yayınlanma tarihi
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.
Yayınlanma tarihi
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.
Yayınlanma tarihi
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
Yayınlanma tarihi
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.
Yayınlanma tarihi
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.
Yayınlanma tarihi
Nis 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.
Yayınlanma tarihi
Nis 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.
Yayınlanma tarihi
Nis 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...
Yayınlanma tarihi
Nis 22, 2020
This episode has no summary.
This episode has no summary.
Yayınlanma tarihi
Nis 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.
Yayınlanma tarihi
May 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)
Yayınlanma tarihi
May 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.
Yayınlanma tarihi
May 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.
Yayınlanma tarihi
May 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.
Yayınlanma tarihi
Haz 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.
Yayınlanma tarihi
Haz 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.
Yayınlanma tarihi
Haz 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.
Yayınlanma tarihi
Haz 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.
Yayınlanma tarihi
Haz 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.
Yayınlanma tarihi
Haz 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.
Yayınlanma tarihi
Tem 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!
Yayınlanma tarihi
Tem 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.
Yayınlanma tarihi
Tem 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...
Yayınlanma tarihi
Tem 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.
Yayınlanma tarihi
Tem 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.
Yayınlanma tarihi
Ağu 05, 2020
We put some of your questions to Dr Mike Pound.
We put some of your questions to Dr Mike Pound.
Yayınlanma tarihi
Ağu 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.
Yayınlanma tarihi
Ağu 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.
Yayınlanma tarihi
Ağu 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"
Yayınlanma tarihi
Eyl 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
Yayınlanma tarihi
Eyl 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.
Yayınlanma tarihi
Eyl 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.
Yayınlanma tarihi
Eyl 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.
Yayınlanma tarihi
Eki 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.
Yayınlanma tarihi
Eki 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.
Yayınlanma tarihi
Eki 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.
Yayınlanma tarihi
Eki 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.
Yayınlanma tarihi
Eki 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.
Yayınlanma tarihi
Kas 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.
Yayınlanma tarihi
Kas 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.
Yayınlanma tarihi
Kas 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.
Yayınlanma tarihi
Kas 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.
Yayınlanma tarihi
Ara 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.
Yayınlanma tarihi
Ara 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.
Yayınlanma tarihi
Ara 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.
Yayınlanma tarihi
Ara 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
Sezon finali
ALOHAnet: Grandfather of All Computer Networks
Episode overview
Yayınlanma tarihi
Ara 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.
Eğer eksik bir bölüm veya afiş varsa (ve TheTVDB üzerinde mevcutsa) dizi için güncelleme talebinde bulunabilirsin:
Dizi için güncelleme talep et
Güncelleme talebinde bulunuldu