How to learn programming - Advice for scientists | Clara Sousa-Silva and Lex Fridman

  Рет қаралды 115,809

Lex Clips

Lex Clips

2 жыл бұрын

Lex Fridman Podcast full episode: • Clara Sousa-Silva: Sea...
Please support this podcast by checking out our sponsors:
- Onnit: lexfridman.com/onnit to get up to 10% off
- Grammarly: grammarly.com/lex to get 20% off premium
- Blinkist: blinkist.com/lex and use code LEX to get 25% off premium
- Indeed: indeed.com/lex to get $75 credit
GUEST BIO:
Clara Sousa-Silva is a quantum astrochemist at Harvard.
PODCAST INFO:
Podcast website: lexfridman.com/podcast
Apple Podcasts: apple.co/2lwqZIr
Spotify: spoti.fi/2nEwCF8
RSS: lexfridman.com/feed/podcast/
Full episodes playlist: • Lex Fridman Podcast
Clips playlist: • Lex Fridman Podcast Clips
SOCIAL:
- Twitter: / lexfridman
- LinkedIn: / lexfridman
- Facebook: / lexfridman
- Instagram: / lexfridman
- Medium: / lexfridman
- Reddit: / lexfridman
- Support on Patreon: / lexfridman

Пікірлер: 169
@st0ox
@st0ox 2 жыл бұрын
About the productivity trap: I don't even spend 90% of my time improving my code, I spend 90% of time improving my Linux system like an Oldtimer car enthusiast and 9% of my time I spend on stack overflow to tell other people how bad their code is without providing actual improvements, like every regular user on this forum. With the last 1% I actually get some work done and earn my money at burger king.
@ultimateberserker3778
@ultimateberserker3778 2 жыл бұрын
Life of the average reddit neckbeard
@GodComplex98
@GodComplex98 2 жыл бұрын
LMAO this killed me
@scottydog9997
@scottydog9997 Жыл бұрын
Some people actually listen to Reddit developers for advice....... If you want to fail, listen to people who "have to be right".
@RajibAdityaNayan
@RajibAdityaNayan Жыл бұрын
Agree with Lex about the StackOverflow obsession. And your snide remark about how unforgiving it is. But at the end of the day, all the answers to the ultimate question of life, universe and everything is to be found at StackExchange. :)
@aftalavera
@aftalavera Жыл бұрын
Everything has a good side… Take that!
@josephgaviota
@josephgaviota Жыл бұрын
As a fast typist, and as a programmer for 40 years, I agree that well written, well commented code should be fairly easy to revisit in the future, without documentation. My motto: Never sacrifice keystrokes for clarity.
@matthewg5792
@matthewg5792 Жыл бұрын
Sousa-Silva - "I would much, much faster hire someone who knows programming but barely knows where space is than teach programming to an astronomer." That is incredible. Really speaks to the difficulty of writing code.
@EnlightenedSavage
@EnlightenedSavage 11 ай бұрын
Speaks to her admitted weakness
@MrChaluliss
@MrChaluliss Жыл бұрын
I frequently question the amount of meta note taking I do while coding and while learning new concepts related to complicated project tasks. Comments like these from Clara really make me feel like I am not wasting my time though. When I want to go back to anything I have done, it usually doesn't take long to catch onto the whole picture of it so far, as I often am explicitly documenting the purpose of each object, action and task along side actually doing the work. Human memory is tricky
@Nick-kb2jc
@Nick-kb2jc 2 жыл бұрын
Bad programmers are usually the people who decided to do it for the wrong reasons. I know many people I went to university with who were only CS majors because they heard you could make a decent salary with a CS degree. They were never invested in learning data structures and algorithms the right way and didn’t like coding and making stuff in their free time. To truly be a good programmer, you have to know data structures and algorithms, and also like to code when you don’t have to. For me, it was making video games that kept me motivated.
@jamesgraham8797
@jamesgraham8797 2 жыл бұрын
Are you working for someone now or working on a passion project?
@Nick-kb2jc
@Nick-kb2jc 2 жыл бұрын
@@jamesgraham8797 Both. I have a full time job and I am working on a side project.
@jamesgraham8797
@jamesgraham8797 2 жыл бұрын
@@Nick-kb2jc Sick. I started programming last year and am now applying to jobs as a full stack dev but learned c# initially for games with Unity. I wanted to get hired working in games but it seemed like a higher barrier of entry for a newb opposed to other jobs I found.
@Nick-kb2jc
@Nick-kb2jc 2 жыл бұрын
@@jamesgraham8797 Yeah, if you want to work in games and don’t have any experience, then I suggest starting out making your own games and writing/publishing a tech blog about your journey. To find a job in tech these days with little to no experience, you have to prove that you know what you’re doing and that you are willing to always keep learning. The best way to do that is to be active online and blog about the things you’re interested in.
@Nick-kb2jc
@Nick-kb2jc 2 жыл бұрын
@@jamesgraham8797 For example, if you want to make games in Unity, pick a specific area of game dev that you’re interested in (like graphics, gameplay mechanics, etc) then build something small and blog about it. Do you enjoy C# and Unity? Blog about what it was like learning those tools. People who do hiring at these companies love to see your thought processes and how you solve problems.
@biggop
@biggop Жыл бұрын
Lex hit it on the nail. Ive made the mistake of focusing too much time on optimization.
@ridebywire6712
@ridebywire6712 2 жыл бұрын
You wont learn programming in shool. You learn it at home. Find something that interests you. Music? Develop a music player. Games? Develop a small game with sprites. Thats the start. Then apply what you learn at shool. At shool, we should develop a program to calculated taxes. Where is the fun in that? Instead I have started with C++ and played around with a small game engine. Thats how it started for me.
@Nick-kb2jc
@Nick-kb2jc 2 жыл бұрын
Exactly and this is what people don’t understand. You will not become proficient as a programmer by taking a couple courses in university. You have to love the entire process of building something you’re interested in from start to finish, and then you have to do it a lot. For me it was video games. You do have to make sure you learn data structures and algorithms though, or else you will never be a good programmer.
@TheMaxKids
@TheMaxKids 2 жыл бұрын
Who needs shool anyway…
@thepunisherxxx6804
@thepunisherxxx6804 2 жыл бұрын
@@Nick-kb2jc There are some careers that college is required but I don't think programming, modern DevOps, or IT is one of them. Sure they have foundational courses that can help you but they are so behind in the times, and never touch on real world stuff you will be learning and doing constantly. Another big thing that you have to consider as you start working with others is readability - variable names, knowing when to leave small comments for a function, noting dependencies, that sort of thing. When you start collaborating with others you have to try and standardize on best practices so everyone can read and fix code if needed. Logging each step in a formatted manner that can be grokked and sent to a logstash is very important too.
@DJLiddle
@DJLiddle Жыл бұрын
@@TheMaxKids children
@veerbhadra994
@veerbhadra994 Жыл бұрын
Goal of Scientific Computing is not art of programming. They code just to simulate mathematics. They have other thousand things to focus.
@GodofStories
@GodofStories 11 ай бұрын
I love Claras confidence and strong opinions, a brilliant person!❤
@caleb-hess
@caleb-hess 2 жыл бұрын
Great programmers hold "getting the job done" much higher than having to use the perfect methods and tools.
@Carramoz
@Carramoz Жыл бұрын
As Zuckerberg said, "Better done, than perfect" And that really applies to everything where design is involved...
@oxmodius
@oxmodius Жыл бұрын
I would argue that is what makes a competent programmer. A great programmer gets the job done in an efficient, clean, and scalable way.
@shinoobie1549
@shinoobie1549 Жыл бұрын
but using proper methods and tools gets the job done
@charlessmyth
@charlessmyth Жыл бұрын
That is for when it's a one shot job, not for software to be packaged for sale :-)
@scottydog9997
@scottydog9997 Жыл бұрын
Yes and no, you want to make sure whilst you are "getting the job done", your solution is flexible enough to handle future enhancements that help it scale.
@tommyhuffman7499
@tommyhuffman7499 2 жыл бұрын
You choose such fascinating topics to cover! Good talk.
@SuperYova
@SuperYova Жыл бұрын
There are only 3 things [to programming]: 1. Reading from a variable 2. Writing to a variable 3. Conditional branching Everything else is syntactic sugar. This is from another Lex interview (kzbin.info/www/bejne/oF6lh6lmjbxkfpo.
@absolutenegativity7369
@absolutenegativity7369 Жыл бұрын
Programming paradigms can be radically different though. Like you wouldn’t think about writing to (mutate) a variable in pure functional programming. And that’s not syntactic. That’s a completely different model for programming.
@ohdude6643
@ohdude6643 Жыл бұрын
Indeed
@Aaron-tl9zy
@Aaron-tl9zy 16 күн бұрын
These can be reduced further to just the move (mov) instruction
@wiskasIO
@wiskasIO Жыл бұрын
I guess that depends on the person, I have a friend that is a Nuclear Scientist and he only knows one language (FORTRAN) but he knows it by heart because he loves speed. He refuses to use other environment or language, he told me that his compiler and the way he codes his Fortran is so optimized that anything that wasn't that fast with his formulas would drive him nuts.
@WackadoodleMalarkey
@WackadoodleMalarkey Жыл бұрын
Yeah a farmer near me got on speed and only plants sorghum now, a madman market niche but they do them well enough
@AshtrayAnnie
@AshtrayAnnie Жыл бұрын
@@WackadoodleMalarkey That was a horrible comparison lol. That farmer is most likely a full time rancher. Providing feed for his own animals. What looks crazy to you, is survival or even success beyond your own understanding to others.
@czos9239
@czos9239 Жыл бұрын
The great part about being a hobbyist coder (sometimes do kiddie scripts at work) I can shamelessly use the most hated languages just 'cuz they suit me: BASIC, Perl, & J#.
@jsr3793
@jsr3793 Жыл бұрын
Her analogy that she would rather teach a programmer where space is, is spot on. Because, well space is there. There aren't 10,000 different form of space above us. But there are 10,000 different ways to code a single thing.
@Mr.Opinion
@Mr.Opinion Жыл бұрын
I think she is missing her own point. She isn't as good at teaching coding as she as at teaching her expertise. Its almost like a biophysics lab wanting to bring in some highlevel physics guys rather than teaching high level physics to a bio guy, especially if the lab is in need of the physics
@timtags
@timtags 2 жыл бұрын
I still know as little about code as when I started the video but I did learn not to be obsessed over perfection.
@CyberAnalyzer
@CyberAnalyzer 2 жыл бұрын
A bit of obsession is necessary to be a good programmer, but as the video says it's important to know the limit.
@aftalavera
@aftalavera Жыл бұрын
Lex you are amazingly wise for your age!
@dariuszgadugadu3428
@dariuszgadugadu3428 Жыл бұрын
Read Clean Code. Strongly recommend it.
@dannyiskandar
@dannyiskandar Жыл бұрын
get the job done first, i guess is more important later when there is time to revisit the code then improve it. I think that's my approach in life. In general it is better to be early than late? Probably.
@garystroup4298
@garystroup4298 Жыл бұрын
I think for any programmer in general, taking the time to write comments about what the block of code is doing will save some of the frustration for you and others who have to read your code in the future.
@yiluan6133
@yiluan6133 Жыл бұрын
I think a better way of doing it is to spend more time and try to write more straight forward code. But well, in work I guess everyone is time-constrained😂
@AnneALias
@AnneALias Жыл бұрын
Look at those amazing knockers omg
@marcvanleeuwen5986
@marcvanleeuwen5986 22 күн бұрын
Curious to say, just after hearing that people are still programming in Fortran because of legacy code, that in reality code (whether well written or not) will most likely very quickly become obsolete.
@dandan7884
@dandan7884 2 жыл бұрын
After learning Elm I was happy. Then I had to go back to OOP.
@GandalfTheBrown117
@GandalfTheBrown117 Жыл бұрын
Wow she is really well-spoken. Like her live sentences sound like writing
@capatheist
@capatheist Жыл бұрын
Articulate
@lee6704
@lee6704 Жыл бұрын
Learning to properly debug code along with repetition, repetition, repetition.
@charlessmyth
@charlessmyth Жыл бұрын
The guy behind Stack Overflow is actually a programmer from the days when "optimization" wasn't a deluxe option :-) Maybe he knows someone who would be good with FORTRAN and COBOL :-)
@nercoG
@nercoG 2 жыл бұрын
Cool!
@Tabu11211
@Tabu11211 Жыл бұрын
Full var names and then alies them imo. Spreadsheet the var's if you can
@lefaxeur9169
@lefaxeur9169 Жыл бұрын
i use a lot of comments in my code so i can understand it later. It is really awkward when you are called to explain your own code and you are blank
@fanfeck2844
@fanfeck2844 Жыл бұрын
She’s spot on. If you can’t, then hire someone who can
@chairlovawitabat
@chairlovawitabat Жыл бұрын
Have to disagree with Lex on the topic of optimization. I am a web developer-most of my projects are small, so optimization of my code gives very negligible benefits in terms of the user experience. Scientists, though, work in a completely different context. They have HUGE datasets. Optimization of their code could potentially be the difference between minutes or hours of processing. If scientists use programming, it is because they are doing really computationally heavy work. The James Webb telescope is one such example. The images we see are a result of really heavy computations. A lot of the time, good coding practices (good variable names, etc.) is not just for you, but for others on your team to meaningfully understand and contribute to your code. These benefits should definitely not be understated! I also do a lot of data analysis with R/Python. When I do such projects, even ones where they are one-off and temporary, I am constantly bitten by my own poor coding habits. I will recall "Oh a while back, I did a special aggregation in a previous project, would be cool to do that same data aggregation technique in my current project" and will instantly regret not having taken seriously writing good, clean code, and interpreting my own code from months before becomes its own chore. Scientists-it may not seem like it, but optimization is IMPORTANT. Coding habits are important. Moreso for you than me, given the datasets you work with. It is true that there comes a point where further optimization is not necessary, but again keep in mind the context. If you can cut down processing time *significantly* due to optimization, you are doing your company/firm/taxpayer a great service.
@TheBruceKeller
@TheBruceKeller Жыл бұрын
If a research project is going to be largely based on a simulation, it better be a darn good simulation.
@surfingbilly9654
@surfingbilly9654 Жыл бұрын
yep, as a data analyst i think good, clean code is more important than normal for a couple of reasons: - big data sets/simulations, sometimes code takes half a day to run. so maximising code performance is super important. - good, clean code helps you understand your math logic used to underpin the code. Especially when you are re-visiting that code after a few months and you have forgot what you have done.
@veerbhadra994
@veerbhadra994 Жыл бұрын
For Scientists, Applied Mathematicians, Quants, Engineers (Not CS Majors), Econometricians & Statisticians, Coding is only for simulation & computation of Mathematical, Statistical Models. Our main goal is 'Models' not 'coding'. We do code only for models to simulate.
@intrametaarchi1015
@intrametaarchi1015 Жыл бұрын
He better invites Dan Grossman. I also recommend his coursera course to anyone who wants to learn programming.
@senshai1267
@senshai1267 Жыл бұрын
LEX !. look into her eyes , look into her eyes !. you can do this !!
@spencerantoniomarlen-starr3069
@spencerantoniomarlen-starr3069 Жыл бұрын
If I go ahead and learn Foretran, will that improve my prospects of getting it on with her?? That's the first question here
@veerbhadra994
@veerbhadra994 Жыл бұрын
Comments section is full of IT guys trying to teach a scientist to code. 😂😂😂. She is Computational Quantum Chemist & Astrophysicist. She has to simulate & compute models not programming as she said she is doing it just to get job (simulation) done.
@cmdv42
@cmdv42 Жыл бұрын
💯✨
@ChrisAthanas
@ChrisAthanas 2 жыл бұрын
FORTRAN and cobol are both very obsolete It would be better to write translators that convert that source code into Python or Java
@filippocucina7001
@filippocucina7001 2 жыл бұрын
Dude cobol is the language used for the banking industry. It pays really well
@benbray4982
@benbray4982 Жыл бұрын
@@filippocucina7001 for noe
@EnlightenedSavage
@EnlightenedSavage 11 ай бұрын
Yeah that is not true. Fortran is still around for a Reason. If you are doing physics modeling you almost have to use Fortran.
@ChrisAthanas
@ChrisAthanas 11 ай бұрын
@@EnlightenedSavage other than that extremely narrow field, Fortran for modern development is dead
@chockablock34839
@chockablock34839 Жыл бұрын
Go (Golang) would be a good language for a scientist. The visualisation side with it is a bit more difficult though. Perhaps use Ebitengine with it.
@wiskasIO
@wiskasIO Жыл бұрын
Comment you code!!! It's that simple.
@lylewyant3356
@lylewyant3356 Жыл бұрын
I studied cobol about 30 years ago but I won't be much help
@0xRAND0M
@0xRAND0M Жыл бұрын
So no one is going to talk about how cool the mug is????????
@abubakrhartley959
@abubakrhartley959 2 жыл бұрын
lex basically described me lol
@curtiscrentsil2836
@curtiscrentsil2836 Жыл бұрын
She speaks like Jordan Peterson, she has all the subtle nuances that he has, all the pauses and everything
@Solstice42
@Solstice42 Жыл бұрын
Just write comments in your code that explain WHY you did something ... seriously, best question to ask yourself when writing comments, "Why is this code here?" "Why is it doing what it's doing this thing?"
@stutteringcris468
@stutteringcris468 2 жыл бұрын
IT'S TOO HARD!! *starts weeping* PYTHON IS TOO HARD! I JUST WANT TO MAKE A CHESS GAME!! *starts ugly crying*
@kosteaproduction
@kosteaproduction Жыл бұрын
That’s what she said!
@neard82
@neard82 Жыл бұрын
My personal git commits often involve phrases like, “what is life?”
@peersvensson9253
@peersvensson9253 Жыл бұрын
"People who write like MATLAB code... single letter variable names, those kinds of things" - I feel personally attacked Lex.
@stvgigi
@stvgigi Жыл бұрын
How about not making it look cryptic?Ironically that is exactly what the image used for this video does. It looks confusing and complex and is nothing like what real code looks like. That will surely put the uninitiated off programming as it makes it intimidating.
@henrykkaufman1488
@henrykkaufman1488 Жыл бұрын
I can break it down for you: step 1 - do a lot of it there is no step 2
@chilixification
@chilixification Жыл бұрын
Refreshing yo have smart woman on your show!
@adelinaquijano1083
@adelinaquijano1083 Жыл бұрын
too much question I'm sorry sometimes I mistake
@marvinmartinez985
@marvinmartinez985 Жыл бұрын
Lost in the sauce, Lex. That's the phrase you're were looking for. "Some programers get programmers get lost in the sauce" - Gucci Mane
@GoldoMania.
@GoldoMania. Жыл бұрын
Yes she's a dream.
@SaeedAcronia
@SaeedAcronia Жыл бұрын
This is very unfair actually. I sacrificed my youth to become an aerospace engineer. No software engineer could ever be called an aerospace engineer.
@PrivateBlandon
@PrivateBlandon Жыл бұрын
That’s just her opinion mate. See how Lex doesn’t argue back? It’s about understanding that’s how they view life, it doesn’t necessarily make it true lol
@JulianaFrugalMinimalMom
@JulianaFrugalMinimalMom Жыл бұрын
Yeah, I totally agree. I'm a quantum chemist and coding for computational quantum chem took me wayyy less time to learn that actual quantum
@camillefeghali7656
@camillefeghali7656 Жыл бұрын
you're not a programmer, you're just someone who writes code
@veerbhadra994
@veerbhadra994 Жыл бұрын
She is not neither her goal is to be. She is Computational Quantum Chemist & Astrophysicist.
@lafondawilliams
@lafondawilliams 2 жыл бұрын
what i took from this as someone with a degree in programming leave comments in your code HAHA
@73dines
@73dines Жыл бұрын
As every intelligent person Clara doubt her coding skills but I don't believe that she is so terrible.
@mendoblendo321
@mendoblendo321 Жыл бұрын
I have no idea what their talking about
@roymillsjnr5172
@roymillsjnr5172 2 жыл бұрын
why cant things be kept simple a monkey should be able to operate and a tool should be made to make as easy as possible i dont bother to learn because in the future does not matter what you learn it will be simpler to use, most things in the universe starts off simple and looks like its ended in a complex method..
@JohnnyRawks
@JohnnyRawks Жыл бұрын
I completely disagree with Lex, and I'm shocked by his position... "Don't fret about details, variable names etc... just get the job done". This attitude is costing billions in man hours and is the bane of most software developers existence. Apparently Lex has never worked for a company that managed a code base that is over a few years old.
@lameiraangelo
@lameiraangelo 2 жыл бұрын
Clara Sousa-Silva needs to be interviewed by Neil Degrasse Tyson.
@adityanaresh6842
@adityanaresh6842 Жыл бұрын
Is she hiring?
@surkewrasoul4711
@surkewrasoul4711 2 жыл бұрын
I wished mi gam gam was still around though ..she is dead now 🥺😡😡
@waleswideman1
@waleswideman1 2 жыл бұрын
Where do you find these beautiful smart women
@xedasxedas
@xedasxedas 2 жыл бұрын
%hope it helps (matlab) women = load(people.mat, 'women'); beau_smart = women(1); for i = 2:length(women) If women(i).beautiful &&women(i).smart beau_smart=women(i); end end disp('Most beautiful an smart is:') disp(beau_smart.name)
@maduxdotca
@maduxdotca Жыл бұрын
Lots of talking, but no answer to the question "how to learn programming"...
@jacksonmanchik4577
@jacksonmanchik4577 2 жыл бұрын
Does Lex poop?
@architectoftranquility
@architectoftranquility 2 жыл бұрын
no
@Humanaut.
@Humanaut. 2 жыл бұрын
Never. Robots don't poop. They only get their battery pack replaced from time to time.
@holysmokes4493
@holysmokes4493 Жыл бұрын
No. He works so hard that he uses up all the food in his body before it gets that far.
@sunmoonstarkiwi
@sunmoonstarkiwi Жыл бұрын
Her job title and accomplishments make me feel small 😑
@PrivateBlandon
@PrivateBlandon Жыл бұрын
Don’t compare yourself to others lad, I’m sure there’s things you’re better at than her. Reduce your suffering understanding you’re your own person with different skills that if you don’t have, they haven’t been discovered yet.
@yelbirkazhykarim3518
@yelbirkazhykarim3518 Жыл бұрын
Her comment about it being easier to teach science to a programmer than vice versa is complete bs. Both take years to master. You can definitely teach a programmer some basic stuff, but if will be on the same level as a scientist’s programming.
@devon9374
@devon9374 Жыл бұрын
Maybe the point is she is the science expert so she can more easily guide the programmer in achieving her goals. And the code will be more efficient and scalable as a result. I guess it depends on how we think about this 🤔
@yelbirkazhykarim3518
@yelbirkazhykarim3518 Жыл бұрын
@@devon9374 no. I'm doing PhD in Physics and I can tell you for sure this is complete bs. She is just showing an abusive attitude towards students that some advisors have. To raise a scientist one has to teach a student how to pose new problems, and not just write some code/run experiments to investigate a problem posed by the advisor. This is, however, difficult and most advisors would much rather have a slave with good computational skills whom they can teach basics so they feel like they're getting something. In reality, the computer science major will never become a good scientist in this way, because s/he lacks fundamentals. But such a student is, indeed, a more productive slave, perfect at doing what the advisor wants. Sorry, I got too angry about this :)
@yelbirkazhykarim3518
@yelbirkazhykarim3518 Жыл бұрын
@@devon9374 I guess my point is, it's easier for her, b/c this way she doesn't have to do her job. Incentives are such that whether she produces good scientists or not doesn't really matter for her career. What matters is papers. She does the thinking, as all advisors do, and students do the work. In the process, a student has to become a scientist. That's a student's problem, not an advisor's. In such conditions, it's obvious that an advisor would prefer a student who can do work well, even if his/her background would prevent them from becoming a successful scientist in the future. Programmers are very good at getting work done in many areas of science today, because of heavy computational demands of modern research. I bet that none of them, however, can become good scientists in this way. You just can't jump over fundamentals.
@devon9374
@devon9374 Жыл бұрын
@@yelbirkazhykarim3518 Thanks for the reply, interesting perspective!
@reenamola2162
@reenamola2162 Жыл бұрын
never take a woman for her word nor ever take advice from a woman on anything. they're clueless.
@kummbara1
@kummbara1 8 ай бұрын
based
Lex Fridman: What programming language should I learn?
15:33
Lex Clips
Рет қаралды 102 М.
How To Think Like A Programmer
1:00:07
Coding Tech
Рет қаралды 2 МЛН
NO NO NO YES! (50 MLN SUBSCRIBERS CHALLENGE!) #shorts
00:26
PANDA BOI
Рет қаралды 102 МЛН
Ну Лилит))) прода в онк: завидные котики
00:51
Why Python is popular for machine learning
10:04
Lex Clips
Рет қаралды 126 М.
Elon Musk: Advice for Young People | Lex Fridman Podcast Clips
8:19
The Man Who Revolutionized Computer Science With Math
7:50
Quanta Magazine
Рет қаралды 2,8 МЛН
How Many ERRORS Can You Fit in a Video?!
20:40
ElectroBOOM
Рет қаралды 628 М.
How to learn and master a new skill
9:39
Lex Fridman
Рет қаралды 759 М.
100+ Computer Science Concepts Explained
13:08
Fireship
Рет қаралды 2,3 МЛН
OpenAI CEO on Artificial Intelligence Changing Society
15:05
PowerfulJRE
Рет қаралды 1,9 МЛН
Готовый миниПК от Intel (но от китайцев)
36:25
Ремонтяш
Рет қаралды 456 М.
iPhone 15 Pro vs Samsung s24🤣 #shorts
0:10
Tech Tonics
Рет қаралды 8 МЛН
Обзор игрового компьютера Макса 2в1
23:34