THIS 1936 Paper Theorized the FIRST Computer EVER, by Alan Turing

  Рет қаралды 44,311

ForrestKnight

ForrestKnight

Жыл бұрын

In 1936, Alan Turing wrote a paper that changed the course of history, titled "On Computable Numbers, with an Application to the Entscheidungsproblem", first introducing the Universal Turing Machine and laying the theoretical foundation of modern computing . It revolutionized the field of computer science and ultimately led to the development of technologies that have changed the world as we know it.
------------------------
🐱‍🚀 GitHub: github.com/forrestknight
🐦 Twitter: / forrestpknight
💼 LinkedIn: / forrestpknight
📸 Instagram: / forrestpknight
📓 Learning Resources:
My Favorite Machine Learning Course: imp.i384100.net/YgYEBJ
Open Source Computer Science Degree: bit.ly/open-source-forrest
Python Open Source Computer Science Degree: bit.ly/python-open-source
Udacity to Learn Any Coding Skill: bit.ly/udacity-forrest
👨‍💻 My Coding Gear:
My NAS Server: amzn.to/3brqO7b
My Hard Drives: amzn.to/3aKetMi
My Main Monitor: amzn.to/3siQfPa
My Second Monitor: amzn.to/3keHT84
My Standing Desk: amzn.to/3boAcbC
My PC Build: bit.ly/my-coding-gear
My AI GPU: amzn.to/3uvmUmz

Пікірлер: 86
@williemaxt
@williemaxt Жыл бұрын
This new style is really dope. I've been watching you for years and this is a really nice progression. Please keep doing more of these
@lawrencedoliveiro9104
@lawrencedoliveiro9104 Жыл бұрын
Turing also published a groundbreaking paper in an entirely different field, namely biology. He was considering the issue of how the amorphous mass of cells making up a fertilized embryo can suddenly decide that this is its “front” and this is its “back” and that is “the left side” and that is “the right side”.
@nagendradevara1
@nagendradevara1 Жыл бұрын
A perfect tribute video for Alan Turing ,Thank you for not placing a sponsor to this video like Brilliant.
@samuelfey4924
@samuelfey4924 Жыл бұрын
alan turing a WW2 hero his contributions to computer science changed the world
@rxphi5382
@rxphi5382 Жыл бұрын
Wow😍 I would love to see more videos about the history of CS and the brilliant ideas those early scientists!
@lawrencedoliveiro9104
@lawrencedoliveiro9104 Жыл бұрын
7:51 Church and his student Kleene did some interesting work with the λ-calculus. For example, they showed how mathematical paradoxes (like Russell’s paradox) could be represented by expressions that could be manipulated logically without the whole world collapsing about your ears. Mathematicians go to great lengths to try to ensure that their theories are free of paradoxes. But I think λ-calculus shows how you can tame the paradox and not be afraid of it.
@rumplstiltztinkerstein
@rumplstiltztinkerstein Жыл бұрын
Never forget the reason why Alan Turing passed away. He could have kept making breakthroughs in computer science. But he was prosecuted for "homosexual acts". He accepted "hormone treatment" to avoid going to prison, and eventually took his own life with Cyanide. Every time someone praises Alan Turing for his achievements, don't forget what was done to him. Thank you for shining a light on his achievements Forrest.
@icankickflipok
@icankickflipok Жыл бұрын
So fucked up they did him like that. He should have been celebrated as a modern hero. Not persecuted for liking men.
@IvanToshkov
@IvanToshkov Жыл бұрын
A few years ago the queen "pardoned" him. This was like adding insult to the injury! Pardoned for what? For being gay?
@IvanToshkov
@IvanToshkov Жыл бұрын
@@aj.arunkumar Actually for saying that earth wasn't the center of the universe. He was defending the heliocentric model developed by Copernicus about a century earlier.
@sparten1527
@sparten1527 Жыл бұрын
@@aj.arunkumar the earth has been known to be round since ancient greece
@J03130
@J03130 Жыл бұрын
i still feel a bit ashamed that my government did that to him. he saved god knows how many millions and thats how our nation pays him back? despicable.
@LesterFernandezIO
@LesterFernandezIO Жыл бұрын
Wow, I love this new style. Great editing 🔥
@reginaldcobb4356
@reginaldcobb4356 4 ай бұрын
I love these documentaries. I think a journey down the mini- and super mini-computer history would be interesting. I cut my teeth on those in the late 80's. Also, programming languages.
@arsnakehert
@arsnakehert Жыл бұрын
The core of this particular one of Turing's achievements that became a legacy for computer science was formalizing the notion of an algorithm; Turing machines _are_ algorithms, and the notion of a _computer_ is the _universal_ Turing machine, these are also _algorithms_ that can basically run any other algorithm given its description and input In a sense, computers such as we know them are hardware implementations of something like UTMs, just like chips that encode and decode video are hardware implementations of the particular algorithms they implement UTMs can also simulate the operation of other UTMs given their description (and input), which is what makes the notion of emulators start to feel natural and not like black magic; this is something that blew my mind to squishy bits onto the walls and ceiling when I learned it
@arsnakehert
@arsnakehert Жыл бұрын
The other part of this which blew my mind was the notion that the physical existence of a computer is, at least from the point of view of theoretical computer science, a mere implementation detail; a CPU and memory and the circuits that put them together are, in a sense, just the physical implementation of a particular "assembly interpreter". A programming language with its computing model is just a legitimate a "computer", again, from this theoretical point of view.
@arsnakehert
@arsnakehert Жыл бұрын
Even the way we think about C is fairly abstract. The C computing model we usually imagine is something like a physical PDP-11, but we don't get to touch on the complexities that modern CPUs (or even your OS) do behind the scenes. We can at best sometimes nudge at some CPU details to indirectly cause the computer to act the way we want. I mean stuff like memory alignment, and optimizing for cache locality, for instance, but even branch prediction and whatnot. We don't really get to touch that directly, I think. So even C has an abstract computing model between itself and the lower implementation details that we're not even aware of. Yet we still see it as a fairly reasonable approximation of dealing directly with the machine.
@TheFuture36520
@TheFuture36520 11 ай бұрын
Alan Turing, Nikola Tesla, Ada lovelace, Thomas Edison, Charles Babbage, Issac Newton, Einstein and Michael Faraday. My hero's 🥰😍
@Fuji_9.63
@Fuji_9.63 2 ай бұрын
Issac Newton yes, einstein, not so much.
@lawrencedoliveiro9104
@lawrencedoliveiro9104 Жыл бұрын
6:18 Worth making something very clear here: the program (call it D, the “deciding program”) that decides whether a given program (call it P, the “problem program”) will terminate for input data I is taking both P and I as input data. In other words, a program is input data to another program! This is a key point about the nature of the Turing machine, and also of all our electronic digital computers: programs and data are both represented using the same set of symbols that can be stored in the memory of the machine. The only difference between the two is, a stream of symbols becomes a “program” only because you point the CPU at the start of that stream and say “run this as a program”.
@rockandrolldevil665
@rockandrolldevil665 Жыл бұрын
awesome mate, just hop into the channel and im loving it, thanks for the content
@hotdogjon6810
@hotdogjon6810 Жыл бұрын
I love the new video format! Awesome production
@fknight
@fknight Жыл бұрын
Glad you like it!
@sherlock_221
@sherlock_221 Жыл бұрын
".. Sometimes it's the people that no one imagines anything of, can do the things that no one can imagine."
@lawrencedoliveiro9104
@lawrencedoliveiro9104 Жыл бұрын
0:14 Also worth watching, if you like the dramatization approach, is a BBC TV movie about Turing from 1996, called _Breaking The Code_ . This was based on a stage play from 1986.
@user-eb6mn3dw1v
@user-eb6mn3dw1v Жыл бұрын
Everyone is pretty right! You are doing a really pleasant transition. Keep it up!
@NieLL1
@NieLL1 11 ай бұрын
loved this video, please do more of this!
@silent045
@silent045 Жыл бұрын
loving the historical videos!
@tomydurazno6243
@tomydurazno6243 Жыл бұрын
Great content, thank you!
@AdamHerger
@AdamHerger Жыл бұрын
Looking forward to more of these "KZbin essay" style videos! :D
@WHAT-GRINDS-MY-GEARS
@WHAT-GRINDS-MY-GEARS Жыл бұрын
These are the best. Love the history.
@captainkilos
@captainkilos Жыл бұрын
Ayyy! Banger video! Need more like this
@nickgavial778
@nickgavial778 Жыл бұрын
Beautiful video. Thank you!
@softwave1662
@softwave1662 Жыл бұрын
Absolutely fabulous video.
@whizzo94
@whizzo94 Жыл бұрын
The photo at 1.00 is of his office at Bletchley Park Hut 8
@msimon6808
@msimon6808 Жыл бұрын
Paper tape was a thing. It had holes punched in it to represent letters and numbers.
@lawrencedoliveiro9104
@lawrencedoliveiro9104 Жыл бұрын
Yeah, but Turing’s tape was erasable.
@dwerk3
@dwerk3 Жыл бұрын
Great video 👌
@JxH
@JxH Жыл бұрын
8:35 Thank you for using the word "plethora". For me, it means a lot.
@FridericusRex71
@FridericusRex71 2 ай бұрын
A video about Konrad Zuse and his Z machines would be interesting!
@davidepedretti5788
@davidepedretti5788 11 ай бұрын
The image on the thumbnail is incredible.. Where do you found it???
@lawrencedoliveiro9104
@lawrencedoliveiro9104 Жыл бұрын
5:20 That “which implies” part has not actually been proven. It’s called the “Church-Turing thesis”, and the mathematical term for it is a “conjecture”. It seems to be true, as far as we can tell, in all the examples so far, but, as for the general case, we can’t be sure either way.
@shreysrivastava7515
@shreysrivastava7515 Жыл бұрын
I see Walter Isaacson's innovators there, is there where you get the idea to make a video about alan turing and can we expect more videos like these on computer science pioneers?
@fknight
@fknight Жыл бұрын
You absolutely can. I have a long list of videos like this, going over CS accomplishments and pioneers. I absolutely love making these videos, so yea! Many more to come
@shreysrivastava7515
@shreysrivastava7515 Жыл бұрын
@@fknight man more power to you can't wait for more!!
@projectmanagement-ys6hp
@projectmanagement-ys6hp Жыл бұрын
First of all turing learned from what has happened before him, second the video cover shows him as this big hero where in fact he was little ... you know what.
@donovanm1021
@donovanm1021 Жыл бұрын
One book I recommend on this is Turing's Vision by Chris Bernhardt
@fknight
@fknight Жыл бұрын
I'll have to check it out
@TheForeigner001
@TheForeigner001 Жыл бұрын
Can someone tell me where to find that thumbnail, its soo cool
@Lucasbbw
@Lucasbbw Жыл бұрын
You should make a video about the most important genius of the past century, the last great mathematician John von Neumann.
@kingparkamonkey723
@kingparkamonkey723 Жыл бұрын
Cool vid broh
@guilherme5094
@guilherme5094 Жыл бұрын
Really nice👍
@mr.l8569
@mr.l8569 Жыл бұрын
Legit learned about him in my class last semester. Do Claude Shannon if you can too.
@fknight
@fknight Жыл бұрын
Quite literally have him queued up for a multi-part series!
@lmrl021
@lmrl021 Жыл бұрын
Quite amazing.
@BlackHatHacker77
@BlackHatHacker77 Жыл бұрын
Didnt the 3 Polish guys crack enigma?
@007arek
@007arek Жыл бұрын
They did, the Turing's team only improved technology.
@kimsteinke713
@kimsteinke713 2 ай бұрын
My great great uncle in Germany was the first he was the flying guy the first one he broke his neck at 40. My father was under Germany it's very interesting and I've always been an electronics. Very interesting. 😊
@lawrencedoliveiro9104
@lawrencedoliveiro9104 Жыл бұрын
4:06 Gödel’s name sounds more like “guh-del” then “goo-del”.
@smeggers
@smeggers Жыл бұрын
Gödel, Escher, Bach moment?!
@ghfudrs93uuu
@ghfudrs93uuu Жыл бұрын
Wasn't the first theoretical computer designed by Charles Babbage?
@johnli6736
@johnli6736 Жыл бұрын
What's the movie title?
@coderstubechannel
@coderstubechannel Жыл бұрын
Interesting 🤔
@sofianealloui
@sofianealloui Жыл бұрын
I just took a test about T.M., and I left the paper white
@rivciks5045
@rivciks5045 Жыл бұрын
That I could never understand despite having Master degree of Computer Science. LOL
@frigidfridge4787
@frigidfridge4787 Жыл бұрын
I like the content, but the quickly shifting background makes it very hard to concentrate on the content
@GeistInTheMachine
@GeistInTheMachine Жыл бұрын
He was a maligned hero betrayed by his nation.
@cihlacezet231
@cihlacezet231 Жыл бұрын
Nice vid, but please do not use "jumping" background under text, it is very disturbing...
@neddyladdy
@neddyladdy Жыл бұрын
Did you mean to say "THIS 1936 Paper by Alan Turing Theorised the FIRST Computer EVER". Turing did not build a computer, ever.
@Barxxo
@Barxxo 11 ай бұрын
"Theorized the FIRST Computer EVER" From the american point of view. In Germany Konrad Zuse presented his first working computer, the Z3, in 1941. I am therefore sure Mr. Zuses ideas predate Mr. Turings paper. Since this happened during the war and the Nazis were not especially smart, they didn't understand the potential of Zuses machine.
@jamesc3505
@jamesc3505 11 ай бұрын
My understanding is that, while the Z3 was in theory Turing complete (i.e. given infinite memory and infinite time, it could be used as a general-purpose machine), it was in practice unworkable as a general-purpose machine. I don't think there's any reason to believe that Zuse had intended to build a general-purpose machine. If he had, surely he would have designed it to be a workable one. However, I don't think I'd say Turing theorised the first computer either. I think Charles Babbage's analytical engine was a design for a computer (although never built) from around 100 years earlier.
@gSys1337
@gSys1337 Жыл бұрын
Fun fact: Turing did mayor work to beat the Germans in the second world war.
@piotrjaga6929
@piotrjaga6929 10 ай бұрын
statistics
@JEffinger
@JEffinger Жыл бұрын
This is why I hate the British what they did to turing was unforgivable
@luci-goosey
@luci-goosey Жыл бұрын
he was also gay! unfortunately that led to him being chemically castrated
@ellenlandowski1659
@ellenlandowski1659 Жыл бұрын
Unfortunatly people were Jerks back then too and destroyed a genius because of their prejudice. Turing should have been treated as the hero he was.
@kborak
@kborak Жыл бұрын
You arent very bright if you think the very first computer didnt exist already. I am so glad to have been educated before the internet was live.
@mosipvp
@mosipvp Жыл бұрын
Don't make wrong information for dirty utube money😮
@madscientist865
@madscientist865 Жыл бұрын
So funny to hear this as a german
Turing Machines - How Computer Science Was Created By Accident
17:05
The original "Turing Test" paper is unbelievably visionary
19:33
The Worlds Most Powerfull Batteries !
00:48
Woody & Kleiny
Рет қаралды 27 МЛН
The Boundary of Computation
12:59
Mutual Information
Рет қаралды 952 М.
How Binary Works, and the Power of Abstraction
15:17
Josh's Channel
Рет қаралды 294 М.
The Most Difficult Program to Compute? - Computerphile
14:55
Computerphile
Рет қаралды 1,4 МЛН
Making a computer Turing complete
18:20
Ben Eater
Рет қаралды 534 М.
The Making of Linux: The World's First Open-Source Operating System
11:33
ForrestKnight
Рет қаралды 1,2 МЛН
Computer Scientist Answers Computer Questions From Twitter
14:27
The Impossible Problem NO ONE Can Solve (The Halting Problem)
20:24
Turing Test: Can Machines Think?
1:00:26
Lex Fridman
Рет қаралды 115 М.
Let's Read! Alan Turing, 1950, "Computing Machinery and Intelligence"
2:07:46
Are There Problems That Computers Can't Solve?
7:58
Tom Scott
Рет қаралды 2,9 МЛН
The Worlds Most Powerfull Batteries !
00:48
Woody & Kleiny
Рет қаралды 27 МЛН