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

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ก.ค. 2021
  • 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 ปีที่แล้ว +221

    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 ปีที่แล้ว +30

      Life of the average reddit neckbeard

    • @GodComplex98
      @GodComplex98 2 ปีที่แล้ว +14

      LMAO this killed me

    • @scottydog9997
      @scottydog9997 ปีที่แล้ว +4

      Some people actually listen to Reddit developers for advice....... If you want to fail, listen to people who "have to be right".

    • @RajibAdityaNayan
      @RajibAdityaNayan ปีที่แล้ว +1

      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!

  • @matthewg5792
    @matthewg5792 ปีที่แล้ว +44

    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.

  • @josephgaviota
    @josephgaviota ปีที่แล้ว +16

    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.

  • @Nick-kb2jc
    @Nick-kb2jc 2 ปีที่แล้ว +261

    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 ปีที่แล้ว +6

      @@jamesgraham8797 Both. I have a full time job and I am working on a side project.

    • @jamesgraham8797
      @jamesgraham8797 2 ปีที่แล้ว +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 ปีที่แล้ว +10

      @@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 ปีที่แล้ว +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.

  • @MrChaluliss
    @MrChaluliss ปีที่แล้ว +21

    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

  • @biggop
    @biggop ปีที่แล้ว +25

    Lex hit it on the nail. Ive made the mistake of focusing too much time on optimization.

  • @SuperYova
    @SuperYova ปีที่แล้ว +28

    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 (th-cam.com/video/j-BVv0XW1H8/w-d-xo.html.

    • @absolutenegativity7369
      @absolutenegativity7369 ปีที่แล้ว +3

      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 27 วันที่ผ่านมา

      These can be reduced further to just the move (mov) instruction

  • @jsr3793
    @jsr3793 ปีที่แล้ว +11

    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 ปีที่แล้ว +1

      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

  • @GodofStories
    @GodofStories ปีที่แล้ว +1

    I love Claras confidence and strong opinions, a brilliant person!❤

  • @ridebywire6712
    @ridebywire6712 2 ปีที่แล้ว +45

    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 ปีที่แล้ว +6

      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 ปีที่แล้ว +3

      Who needs shool anyway…

    • @thepunisherxxx6804
      @thepunisherxxx6804 2 ปีที่แล้ว +3

      @@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.

  • @caleb-hess
    @caleb-hess 2 ปีที่แล้ว +132

    Great programmers hold "getting the job done" much higher than having to use the perfect methods and tools.

    • @Carramoz
      @Carramoz ปีที่แล้ว +13

      As Zuckerberg said, "Better done, than perfect" And that really applies to everything where design is involved...

    • @oxmodius
      @oxmodius ปีที่แล้ว +18

      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 ปีที่แล้ว +4

      but using proper methods and tools gets the job done

    • @charlessmyth
      @charlessmyth ปีที่แล้ว +1

      That is for when it's a one shot job, not for software to be packaged for sale :-)

    • @scottydog9997
      @scottydog9997 ปีที่แล้ว +3

      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 ปีที่แล้ว +11

    You choose such fascinating topics to cover! Good talk.

  • @timtags
    @timtags 2 ปีที่แล้ว +16

    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 ปีที่แล้ว +3

      A bit of obsession is necessary to be a good programmer, but as the video says it's important to know the limit.

  • @wiskasIO
    @wiskasIO ปีที่แล้ว +32

    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 ปีที่แล้ว +8

      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 ปีที่แล้ว +3

      @@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 ปีที่แล้ว +1

      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#.

  • @dariuszgadugadu3428
    @dariuszgadugadu3428 ปีที่แล้ว +2

    Read Clean Code. Strongly recommend it.

  • @aftalavera
    @aftalavera ปีที่แล้ว +1

    Lex you are amazingly wise for your age!

  • @dannyiskandar
    @dannyiskandar ปีที่แล้ว +1

    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.

  • @AnneALias
    @AnneALias ปีที่แล้ว

    Look at those amazing knockers omg

  • @garystroup4298
    @garystroup4298 ปีที่แล้ว +6

    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😂

  • @GandalfTheBrown117
    @GandalfTheBrown117 ปีที่แล้ว +3

    Wow she is really well-spoken. Like her live sentences sound like writing

  • @dandan7884
    @dandan7884 2 ปีที่แล้ว +7

    After learning Elm I was happy. Then I had to go back to OOP.

  • @lee6704
    @lee6704 ปีที่แล้ว +1

    Learning to properly debug code along with repetition, repetition, repetition.

  • @marcvanleeuwen5986
    @marcvanleeuwen5986 หลายเดือนก่อน

    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.

  • @fanfeck2844
    @fanfeck2844 ปีที่แล้ว +2

    She’s spot on. If you can’t, then hire someone who can

  • @charlessmyth
    @charlessmyth ปีที่แล้ว +3

    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!

  • @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

  • @Tabu11211
    @Tabu11211 ปีที่แล้ว

    Full var names and then alies them imo. Spreadsheet the var's if you can

  • @chairlovawitabat
    @chairlovawitabat ปีที่แล้ว +14

    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 ปีที่แล้ว +1

      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.

  • @ChrisAthanas
    @ChrisAthanas 2 ปีที่แล้ว +7

    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 ปีที่แล้ว +3

      Dude cobol is the language used for the banking industry. It pays really well

    • @benbray4982
      @benbray4982 ปีที่แล้ว

      @@filippocucina7001 for noe

    • @EnlightenedSavage
      @EnlightenedSavage ปีที่แล้ว +1

      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 ปีที่แล้ว

      @@EnlightenedSavage other than that extremely narrow field, Fortran for modern development is dead

  • @intrametaarchi1015
    @intrametaarchi1015 ปีที่แล้ว +5

    He better invites Dan Grossman. I also recommend his coursera course to anyone who wants to learn programming.

  • @senshai1267
    @senshai1267 ปีที่แล้ว +2

    LEX !. look into her eyes , look into her eyes !. you can do this !!

  • @cmdv42
    @cmdv42 ปีที่แล้ว +1

    💯✨

  • @spencerantoniomarlen-starr3069
    @spencerantoniomarlen-starr3069 ปีที่แล้ว +3

    If I go ahead and learn Foretran, will that improve my prospects of getting it on with her?? That's the first question here

  • @wiskasIO
    @wiskasIO ปีที่แล้ว

    Comment you code!!! It's that simple.

  • @0xRAND0M
    @0xRAND0M ปีที่แล้ว

    So no one is going to talk about how cool the mug is????????

  • @lylewyant3356
    @lylewyant3356 ปีที่แล้ว

    I studied cobol about 30 years ago but I won't be much help

  • @curtiscrentsil2836
    @curtiscrentsil2836 ปีที่แล้ว +1

    She speaks like Jordan Peterson, she has all the subtle nuances that he has, all the pauses and everything

  • @abubakrhartley959
    @abubakrhartley959 2 ปีที่แล้ว +1

    lex basically described me lol

  • @neard82
    @neard82 ปีที่แล้ว

    My personal git commits often involve phrases like, “what is life?”

  • @henrykkaufman1488
    @henrykkaufman1488 ปีที่แล้ว +1

    I can break it down for you:
    step 1 - do a lot of it
    there is no step 2

  • @Solstice42
    @Solstice42 ปีที่แล้ว +1

    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?"

  • @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.

  • @peersvensson9253
    @peersvensson9253 ปีที่แล้ว

    "People who write like MATLAB code... single letter variable names, those kinds of things" - I feel personally attacked Lex.

  • @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.

  • @stutteringcris468
    @stutteringcris468 2 ปีที่แล้ว +8

    IT'S TOO HARD!! *starts weeping*
    PYTHON IS TOO HARD!
    I JUST WANT TO MAKE A CHESS GAME!!
    *starts ugly crying*

  • @chilixification
    @chilixification ปีที่แล้ว +2

    Refreshing yo have smart woman on your show!

  • @veerbhadra994
    @veerbhadra994 ปีที่แล้ว +2

    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.

  • @GoldoMania.
    @GoldoMania. ปีที่แล้ว

    Yes she's a dream.

  • @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

  • @SaeedAcronia
    @SaeedAcronia ปีที่แล้ว +6

    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 ปีที่แล้ว +3

      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 ปีที่แล้ว +1

      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

  • @mendoblendo321
    @mendoblendo321 ปีที่แล้ว +1

    I have no idea what their talking about

  • @camillefeghali7656
    @camillefeghali7656 ปีที่แล้ว +1

    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 ปีที่แล้ว +3

    As every intelligent person Clara doubt her coding skills but I don't believe that she is so terrible.

  • @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 ปีที่แล้ว +2

    Clara Sousa-Silva needs to be interviewed by Neil Degrasse Tyson.

  • @roymillsjnr5172
    @roymillsjnr5172 2 ปีที่แล้ว +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..

  • @adityanaresh6842
    @adityanaresh6842 ปีที่แล้ว

    Is she hiring?

  • @waleswideman1
    @waleswideman1 2 ปีที่แล้ว +2

    Where do you find these beautiful smart women

    • @xedasxedas
      @xedasxedas 2 ปีที่แล้ว +4

      %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)

  • @surkewrasoul4711
    @surkewrasoul4711 2 ปีที่แล้ว

    I wished mi gam gam was still around though ..she is dead now 🥺😡😡

  • @sunmoonstarkiwi
    @sunmoonstarkiwi ปีที่แล้ว

    Her job title and accomplishments make me feel small 😑

    • @PrivateBlandon
      @PrivateBlandon ปีที่แล้ว +1

      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.

  • @jacksonmanchik4577
    @jacksonmanchik4577 2 ปีที่แล้ว +2

    Does Lex poop?

    • @architectoftranquility
      @architectoftranquility 2 ปีที่แล้ว +3

      no

    • @Humanaut.
      @Humanaut. 2 ปีที่แล้ว +1

      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.

  • @maduxdotca
    @maduxdotca ปีที่แล้ว

    Lots of talking, but no answer to the question "how to learn programming"...

  • @yelbirkazhykarim3518
    @yelbirkazhykarim3518 ปีที่แล้ว +1

    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 ปีที่แล้ว +1

      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 ปีที่แล้ว +3

      @@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 ปีที่แล้ว +2

      @@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 ปีที่แล้ว +1

      @@yelbirkazhykarim3518 Thanks for the reply, interesting perspective!

  • @reenamola2162
    @reenamola2162 ปีที่แล้ว +1

    never take a woman for her word nor ever take advice from a woman on anything. they're clueless.

    • @kummbara1
      @kummbara1 9 หลายเดือนก่อน

      based