Apps I use in my PhD | Life as a PhD student #12

Поделиться
HTML-код
  • Опубликовано: 2 янв 2025

Комментарии • 248

  • @DcoyElement
    @DcoyElement 7 лет назад +68

    How do you focus on revising as A Levels are in 15 days :( Helpppp

    • @SimonClark
      @SimonClark  7 лет назад +12

      I refer you to ruclips.net/video/jaS5vouQTfo/видео.html and the videos after that!

    • @DcoyElement
      @DcoyElement 7 лет назад +1

      Thank you so much! Keep up the good work love the vids

    • @GaminggStudios
      @GaminggStudios 7 лет назад

      Just start revising now!! Once you get going it becomes easier. What subjects are you doing?

    • @DcoyElement
      @DcoyElement 7 лет назад

      Frankie Barr Modern History law and politics

    • @edwoodvine6793
      @edwoodvine6793 7 лет назад

      Hollo Zirq can't wait until my law exam in 13 days

  • @lemon3274
    @lemon3274 7 лет назад +105

    The Video starts at 5:43 You're welcome :)

  • @lukehebert6207
    @lukehebert6207 5 лет назад +7

    I like how you mentioned the times you get in and get out of the office; I bet vlogging is one way to keep loosely "accountable" in the often unstructured world of a researcher. And I love the vignettes you include about time spent with your friends. I really hope I can cultivate a similar friend group when I (fingers crossed) start my PhD journey next year!

    • @charonder
      @charonder 3 года назад

      Hope it's going well!

    • @lukehebert6207
      @lukehebert6207 3 года назад

      @@charonder Hey thanks! You know, it really is going well :) I'm in a lab I like right now as a research assistant and am applying for my PhD this cycle!

    • @Danielbignuts
      @Danielbignuts Месяц назад

      @@lukehebert6207 how is going my guy

  • @filipvlcan9664
    @filipvlcan9664 7 лет назад +2

    Thanks, Simon, I really needed a vlog right now... best way to relax when the A level stress kicks in

  • @eddiealexandroff2115
    @eddiealexandroff2115 7 лет назад +18

    Getting more than one vlog per week is making me much more happy than I anticipated

  • @lorenz.f
    @lorenz.f 7 лет назад +1

    Nice edit once again! Good mix between high quality and not taking itself to serious, if you know what I mean ;) Keep it up

  • @stokesy887
    @stokesy887 7 лет назад

    What made you choose Atmospheric Physics for a PhD, what made you want to go for a PhD and not just some form of degree and before you started RUclips, did you have any ideas as to what profession you wanted to do (perhaps to do with physics or something different)? As usual, spectacular video and it's lovely to see a new, shorter video, as to one longer one. Keep up the brilliant work!

  • @stuatlittle12
    @stuatlittle12 7 лет назад +1

    Already loving the smaller vlogs!

  • @DannyBurkeBanjo
    @DannyBurkeBanjo 7 лет назад +61

    why don't you use Git?

    • @vladgutkovsky8258
      @vladgutkovsky8258 7 лет назад +1

      Danny Burke and why don't you use Atom?

    • @hamzaelouakili2438
      @hamzaelouakili2438 7 лет назад +2

      Danny Burke Visual Studio Code, GitHub, Gistbox for notes

    • @lakaiJessy
      @lakaiJessy 7 лет назад

      Danny Burke I was about to say the same thing! His code might be confidential to his advisor so that might be but who knows.

    • @mrwhipp69
      @mrwhipp69 7 лет назад +2

      You can give permissions to people on a private git repository, I don't think this would be the reason why.

    • @bichitomax
      @bichitomax 7 лет назад

      Because is garbage.

  • @mikomurray1661
    @mikomurray1661 7 лет назад

    I was totally apprenensive about shorter vlogs...but multiple uploads per week turns out to be pretty awesome!! It spreads out the Simon good influence...

  • @olivia_simone
    @olivia_simone 7 лет назад

    Watching your vlogs this week was my reward for finishing my first round of midterms!! haha

  • @martinbeentjes7004
    @martinbeentjes7004 7 лет назад

    Slack is actually a factory standard communication application. It is a graphical shell over IRC. The length of a line in FORTRAN has to be because of the history of programming software
    In the early days, punch cards were used to write programs. And the thus there was a limit per line. A FORTRAN compiler often ignores code after the nth character (www.personal.psu.edu/jhm/f90/lectures/5.html). Newer versions of FORTRAN extended the limit.

  • @JulesvanPhil
    @JulesvanPhil 7 лет назад +4

    I justed began writing my bachelor thesis on IceCube (Neutrino Telescope in the Antarctic) and I also started using Linux Mint and Slack in the IceCube Collaboration. :) And I totally agree with using LaTeX although I prefer Texmaker or even better online on overleaf.com I mainly program in Python or ROOT, I've just heard of FORTRAN to be very archaic.. :D Very nice Vlog, might check out some of the apps!

  • @MatthewMarshall96
    @MatthewMarshall96 7 лет назад

    The most important thing I have ever, ever, EVER chosen to learn was how to use GDB & Valgrind. DropBox, Git, IDEs etc. all are a matter of preference for solo projects (though 10/10 would recommend the Visual Studio Code + Git stack), but GDB and Valgrind are what have made it possible for me to make any projects of meaningful size.
    GDB is a standard debugger, it lets you step through code one line at a time, and with an appropriate IDE you can visually set breakpoints where your program will pause at a given line and you can explore memory at that point in the program (e.g. is a given pointer valid).
    Valgrind is on another level though, it detects memory leaks, uninitialised values, illegal memory accesses and so on with an incredible resolution of detail. It has helped me catch bugs that I had no chance of spotting otherwise that would cause programs to only sporadically fail.
    The best part is whether you're using C++ (another 10/10) or Fortran or many other languages, both GDB and Valgrind work brilliantly!
    For compiled code, another thing I've found super useful is running code through every compiler I can get my hands on (GCC and Clang are top of that list for me), each has its own unique way of analysing code, so when one gives a shitty error, one of the others tends to give a good one.

  • @secundrabeasley855
    @secundrabeasley855 7 лет назад +2

    Loved the Mark Spitz shout out!! For those who do not know, Mark Spitz used to own the record for the most swim metals in the Olympics prior to Michael Phelps.

    • @SimonClark
      @SimonClark  7 лет назад +1

      Yes! I'm glad somebody got the reference!

  • @Trirosmos
    @Trirosmos 7 лет назад +2

    2:26 Why the heck would you have a line that long, anyways?

  • @cuprum182
    @cuprum182 7 лет назад

    My exams are on, and watching these vlogs is a welcome break

  • @PhoenixWaldron
    @PhoenixWaldron 7 лет назад +1

    Im a software Developer, currently working in a medium size team and we use Slack as a communication tool for pretty much everything. loved the vid been here since 15k :D

  • @PixBolt
    @PixBolt 7 лет назад

    Is this a dream??? You posted a vlog other than on weekend??? YEEEEYYY!!!

  • @RandallHall314
    @RandallHall314 7 лет назад

    I wonder if you use "Forest: Stay Focused" as a productivity app. I imagine as a PhD student, or really any kind of student, you are using your phone, responding to texts from friends or browsing social media. Forest: Stay Focused helps you stay focused by a seed being planted and within an amount of time (that you set,) a tree is planted in the app. The catch is if you exit the app, the tree stops growing. It's also offered as an extension on Google Chrome so in case you want to check it out, you can.
    EDIT: Your second most recent video shows me that you do use it. So all in all, I wrote this paragraph for no reason :p
    Also, great vlogs. I just started watching last night for some reason; I don't even want to get my PhD anymore but I'm always intrigued to see what kind of life a PhD student leads. I say "anymore" because I did at one point but Real Analysis scared me away from pursuing an MS or PhD in pure mathematics (undergrad was in math). Although I do wonder what a PhD in statistics looks like...

  • @ethanclemas6559
    @ethanclemas6559 7 лет назад +1

    God I love these vlogs!! Respect to you mate from New Zealand

  • @snapdazzlex
    @snapdazzlex 7 лет назад +6

    love your vids simon! do you have any tips for those of ua who have to do a lot of practical time consuming lab work, that reaoly takes away from analysis and writing and reading and other PhD-ing tasks. for example, today i worked 9-6.. a short day in the PhD world, I know, but I only sat at my desk for 10 mins!

  • @1993Mandrew
    @1993Mandrew 7 лет назад

    Thank you enough for highlighting/ suggesting Mendeley. Also, more choral music! Exeter Chapel Choir make a great sound.

    • @SimonClark
      @SimonClark  7 лет назад

      You're welcome! And rest assured you'll be hearing more of the choir - next week term is back so we'll be rehearsing again, I'll definitely be recording some pieces to include :)

    • @annchenvonradau4737
      @annchenvonradau4737 7 лет назад

      I second that! Where is the singing? btw, the choir I used to sing in uses Slack for communication. (It's a really big choir though, about 200 people :D )

  • @mgetommy
    @mgetommy 7 лет назад +1

    you should try numba for python, it speeds up python code to 90% of C/Fortran levels, with only a python function decorator. The only downside is that it limits you to a slightly smaller subset of python, and has poor error messages

  • @lewismtdev
    @lewismtdev 7 лет назад

    I am loving this format much more

  • @jacksonsingleton
    @jacksonsingleton 7 лет назад

    Simon, why did you decide to go for Fortran? Is it because it's a language you're comfortable in? I feel like using C would be just as fast(performance-wise) and would be a little bit easier to integrate any pre-existing Python code.

  • @jackstephenbaker4199
    @jackstephenbaker4199 7 лет назад

    Hey Simon,
    I wouldn't really recommend re-writing all your code in FORTRAN. Profile it, and optimize performance critical parts with Cython. The performance increases you can get doing so are great and it is FAR less time conusimg than re-doing it in FORTRAN. If you really wanna use FORTRAN, consider only doing performance critical parts also and using the Python-FORTRAN API.
    Also, is your code serial or have you considered parallelization?

  • @erikrusso9808
    @erikrusso9808 7 лет назад

    I work in an IT support group, and we use also use Slack. It's great to have different channels for different topics

  • @jackschafer3856
    @jackschafer3856 6 лет назад

    Thanks for sharing this! Slack is pretty good and I used it for my last university team work assignment. I love it.

  • @irun_mon
    @irun_mon 7 лет назад +4

    Why is your office always empty? or you just record it when there's no people around?

    • @SimonClark
      @SimonClark  7 лет назад +11

      This week it was very quiet - but yes I always wait til its empty so I don't disturb people

  • @BrianeSamson
    @BrianeSamson 7 лет назад

    Slack is good! A lot of startups are using it for collaboration. You can also code custom bots that can automate some stuff for your team. We also use Slack in our research laboratory :)

  • @coinstar_queen
    @coinstar_queen 7 лет назад

    love the new format!

  • @diyanganev6088
    @diyanganev6088 6 лет назад

    btw you can order a one-side bluetooth earbud from amazon or something. that way you dont feel this cable hiting your back every time you do a movement during your run ;)

  • @richgold5503
    @richgold5503 2 года назад

    Nice presentation, i have a question with latex. Am writing with it and its not compiling, what could be the issue?

  • @nickweems24
    @nickweems24 7 лет назад +1

    Very cool Simon!Very cool!

  • @potatopassingby
    @potatopassingby 7 лет назад +2

    wow if the vlogs are that recent, I prefer it this way :D

  • @scotthedrick5736
    @scotthedrick5736 5 лет назад

    The last time I used Fortran was before you were born. There are times I miss it, usually when I am constipated.

  • @syedirteza3145
    @syedirteza3145 7 лет назад +1

    Thanks for sharing this. I was wondering why don't you try google services like Google Drive and Google Keep and Google Calendar. Do you use any other software for reminders?

  • @noamlavi2687
    @noamlavi2687 7 лет назад

    Why wont you try and switch to Gnome desktop environment? Its far more confortable than unity and supposed to replace it with next update...

  • @eleventhtrack5336
    @eleventhtrack5336 7 лет назад

    I would suggest zotero because you can't organize search results in Menedely.

  • @jms547
    @jms547 7 лет назад

    Hi Simon. Just for completeness, you didn't provide a link in the dooblydoo for Dropbox or Slack.

    • @SimonClark
      @SimonClark  7 лет назад

      Ooo you know I'm a stickler for completion ;) thanks for pointing it out, will remedy that now!

  • @oaisoiasd4766
    @oaisoiasd4766 7 лет назад

    You mentioned todoist doesn't really fit your needs as a note taking app. I had the same problem with any note taking app I tried as I write a huge amount of notes myself (and always reverted to hand written lists). I would recommend you check out trello. It's pretty good once you understand all the features (lists, colors, members, deadlines etc..). I love your videos btw. They really give me the taste of being a phd student :)

  • @gmozzi5827
    @gmozzi5827 7 лет назад +3

    BIG THUMBS UP for the Nail and Gear T-shirt :D

  • @mintymilkk
    @mintymilkk 7 лет назад +2

    Would you mind giving a link to your Strava? I'm always interested to see how people whose videos I watch (or just people I look up to in general) exercise
    Also, I recently joined the committee for my university's EE society coming next year and one of the first things the current committee did was invite us all to the Slack they use: I've heard it's used pretty commonly in professional settings

  • @karinakarapetyan923
    @karinakarapetyan923 7 лет назад

    Slack is used a lot in the professional world, especially if you're a computer scientist. Also, I wonder why you don't use a git? They're so much better for code version control!

  • @akshaychandrashekaran4078
    @akshaychandrashekaran4078 7 лет назад

    Use github / bitbucket for code management. Much easier version control once you get over the basics.

  • @TitanOfClash
    @TitanOfClash 7 лет назад

    I love the Hello Internet exercise shirt. Brady would be proud.

  • @tellkorok
    @tellkorok 6 лет назад

    have a try with Overleaf! In case you write collaborative projects/papers

  • @celinereiss2378
    @celinereiss2378 7 лет назад

    Also using Slack in my lab. And git for version control, both on personal space and on servers (much more reliable than dropbox!!)

  • @emam.9269
    @emam.9269 7 лет назад

    You inspire me, Simon!! Thank you!

  • @inessamaria2428
    @inessamaria2428 7 лет назад

    Beautiful landscape! One more thing: Keep running!

  • @ramzi4883
    @ramzi4883 7 лет назад

    How did you get that log in screen on your pc? 2:54

    • @SimonClark
      @SimonClark  7 лет назад +1

      It's not a PC - that's the standard ubuntu login screen!

  • @cedricstokoe7624
    @cedricstokoe7624 7 лет назад +6

    I do have a question Simon, what is your goal in life? btw keep up the good vids man!!

    • @SimonClark
      @SimonClark  7 лет назад +26

      To make a living doing what I love, educating others and trying to leave the world a better and more just place than I found it

    • @aviralverma5393
      @aviralverma5393 7 лет назад +1

      Simon Clark thanks khalessi

    • @saulesuleimenova2989
      @saulesuleimenova2989 6 лет назад

      @@SimonClark wow

  • @Bruno_Wosniak
    @Bruno_Wosniak 7 лет назад

    Simon don't you know Atom? It's almost the same as Sublimetext and it's totally free!

  • @more4causes737
    @more4causes737 6 лет назад

    I like your wallpaper on your laptop screen, do you have a link of where i can get it?

  • @JamesIrvingSwift
    @JamesIrvingSwift 7 лет назад

    i replaced Sublime Text with Visual Studio Code, no regrets! (although column edit is slightly better in Sublime)

  • @CmaeronPlaysMC
    @CmaeronPlaysMC 7 лет назад

    As a regular user of Slack for my research and revision group in the lead up to my GCSE exams, I'd seriously recommend it for anyone whose apart of a medium to large group and you want a huge collaboration space (especially for when you are on the move).

  • @5hadow5talker
    @5hadow5talker 4 года назад

    I love Mendeley but their font is just too small sometimes.

    • @abdullahibnadam5816
      @abdullahibnadam5816 4 года назад

      good to see that I'm not the only watching these after 3 years

  • @missingdays1
    @missingdays1 7 лет назад

    Can't believe Fortran is so much faster than Python. Have you tried NumPy or SciPy for Python? They might speed things up

    • @SimonClark
      @SimonClark  7 лет назад

      NumPy and SciPy are all I use!

    • @missingdays1
      @missingdays1 7 лет назад

      Wow, didn't know that even with these packages Python is so much slower.
      Also there is PyPy JIT compiler for Python, though it might not be compatible with some graphical tools you are using, as PyPy doesn't support C extensions.
      Anyway, thanks for the answer!

  • @m3man13
    @m3man13 7 лет назад

    Hi Simon, what model is your laptop? I would like to buy a HP very soon!

  • @truebomba
    @truebomba 6 лет назад

    Great video,
    Can you elaborate more on your strategy in managing references using Mendeley, then exporting to BibTeX for paper submissions and thesis writing?

    • @lukehebert6207
      @lukehebert6207 5 лет назад

      I can help with the Mendeley part since I use it in my scientific writing. You can download their desktop app and their Microsoft Word plugin. Drag a PDF to the desktop app, check that all the information fields are filled out correctly; then, while writing in Microsoft Word, you just go to References>>button for inserting Mendeley Citation>>choose the article you are referencing. Wazam! Instant in-text citation. Whenever you want to, put your cursor where you want bibliography, go back to "References" tab and click (I think) "Insert Bibliography." You can also easily switch between citation formats, depending on the nature of your writing.

  • @matt123miller
    @matt123miller 7 лет назад

    But Simon, why are you not using Git for source control!?!

    • @SimonClark
      @SimonClark  7 лет назад

      Never used Git! Dropbox has version control but with the added benefit of keeping stuff synced across all my devices - which is handy when I want to instantly work on something from home - as well as something that I already used

    • @matt123miller
      @matt123miller 7 лет назад +2

      You could always use both, I assume you're aware of Git's benefits and it's use. Learning Git had the biggest impact on my code. But nearing the end of your thesis I can understand it not being worth adding a new layer of complexity, however useful it may be.

  • @ismaelelayan139
    @ismaelelayan139 6 лет назад

    Did you do any coding before your PhD? I should be working on Fortran and Python in my PhD and I'm looking into getting to know a bit helpful things to boost up my start :-).

    • @SimonClark
      @SimonClark  6 лет назад

      A fair bit actually, but not in languages I used in the PhD. Previously I'd done a short course on C, and had practical experience working with MATLAB and IDL. Definitely a good idea to start working on Python now!

  • @Simba97
    @Simba97 7 лет назад

    Hey Simon , quick question... how do you keep your schedule organised ?

  • @Spectacurl
    @Spectacurl 7 лет назад

    I wanted so bad to know where you are coding. Thanks a lot, I will try it.

  • @ahechoes
    @ahechoes 7 лет назад

    For to-do list I personally like Nozbe instead of to-doist. They're nearly the same but I like nozbe better

  • @notmyorignalusername
    @notmyorignalusername 7 лет назад

    Out of curiosity, which packages do you use on Sublime Text? Been considering using it for a while now

  • @MrDpsc
    @MrDpsc 7 лет назад +1

    are you sure you're not better off trying to improve your python code? Python is slow, but generally not THAT slow

  • @coolguy7974
    @coolguy7974 7 лет назад

    I'm a software developer and I would suggest to you to try Visual Code (not Visual Studio this is a different thing ) :)

  • @KCSMFaLa
    @KCSMFaLa 7 лет назад

    do you submit your research paper at conference called ICLEHI held at bangkok? who knows we might met there hhe

  • @danielbell99
    @danielbell99 7 лет назад +2

    Haha, I love your running path, good on you

  • @cience
    @cience 4 года назад +1

    Dropbox for Version Control???
    OUCH!!!

  • @DubPuppy101
    @DubPuppy101 7 лет назад

    What computer do you use to do all of your coding? I am searching for an appropriate and reliable computer for my Computer Science course at UofT next year. Love the vlogs!

    • @SimonClark
      @SimonClark  7 лет назад +1

      I use a HP-EliteBook-850-G, though I do relatively frequently crash it...

  • @thomsonkatie
    @thomsonkatie 5 лет назад

    Watching back your old PhD vlogs as I started my PhD a week ago and I need to learn FORTRAN90 for the bulk of my coding/modelling (I'm a coding n00b)..... any tips for beginners!?!?

  • @TheVoodooKush
    @TheVoodooKush 7 лет назад

    What is the name of that app you said you used in a previous video to track how well you were eating?

    • @SimonClark
      @SimonClark  7 лет назад

      myfitnesspal.com - definitely give it a look!

  • @adamkhan1100
    @adamkhan1100 7 лет назад

    Simon is it really worth going uni I have had a lot of friends that have spent years in university and say it's completely pointless!

    • @SimonClark
      @SimonClark  7 лет назад +2

      Well it depends on what you want to do in life! For most high paying jobs it's something of a requirement, but it's not the only way - in particular there are vocational options like apprenticeships that might be more appropriate if you want to go into a practical skill. Don't discount uni out of hand as it is a very valuable learning experience, but know that it's not the only way :)

  • @CvariableERIO
    @CvariableERIO 7 лет назад

    How would you recommend an undergrad student majoring in the sciences to go about gaining research experience?
    it seems to me most research nowadays have so much computer and coding involved, and each software has a different language and it is simply impossible for a normal undergrad student to already be proficient in research software

    • @SimonClark
      @SimonClark  7 лет назад

      I talk about this in ruclips.net/video/vOhyZ8FYCmw/видео.html - I asked around the department for research projects, and learned coding on the job. You can do this on your own and self teach though, in particular I'd recommend learning python online and setting yourself some project to accomplish in it :)

  • @carlosbornes
    @carlosbornes 7 лет назад

    Love to see my suggestion on a video

  • @SimonClark
    @SimonClark  7 лет назад

    Our full review of Guardians of the Galaxy Vol 2: ruclips.net/video/47bDBmQ4J08/видео.html

  • @suzannesmith5269
    @suzannesmith5269 7 лет назад

    Now, I have killed 2 pairs of bluetooth headphones. What brand are you using?

    • @mariamabed753
      @mariamabed753 7 лет назад

      Suzanne Smith They are linked in the description box :)

  • @Leon-cm4uk
    @Leon-cm4uk 7 лет назад

    What language are you coding in? in one of the C-Family?

  • @partridgeinapeartree5576
    @partridgeinapeartree5576 7 лет назад

    I love your HI T-shirt!

  • @gee_holder
    @gee_holder 7 лет назад

    You can tell how much weight you have lost off your face and you look really well for it! Well done!
    You have inspired me to step up my exercise game now!

  • @Themidnightcrow0
    @Themidnightcrow0 7 лет назад +2

    These make me too productive for my comfort.

  • @Josh-ek8qq
    @Josh-ek8qq 7 лет назад

    This is good because it makes videos not only more digestible but also more revenue for simon so he can make better vids, win win :D

  • @jjindk1655
    @jjindk1655 6 лет назад

    Thanks for great videos....
    Now you put everything in the cloud of your documents?? you are not worried about privacy issues?? ;)

  • @Relaxchan
    @Relaxchan 7 лет назад

    How about your favourite pens?

  • @VineDrums
    @VineDrums 7 лет назад

    Who are the other people in your office? What do they do?

  • @Perspectologist
    @Perspectologist 7 лет назад

    Yay, a vlog I actually have time to watch. ;)
    I want to try to run a 5k at the end of this month. My only goal is to finish before they open the roads.
    I wonder if there would be any value to a Python to Fortran cross-compiler. I know a little about Python and almost nothing about Fortran so that may not be a good fit for automation. Actually a Python to C cross-compiler may also be worth considering. I don't know much about it, but Cython ( cython.org ) may be worth a look.
    It was interesting to hear about the software tools you use. My company started using Slack a few months ago. It really shines when people work remotely. Things you would normally pop around the corner to ask when working locally become Slack chats where email would be less optimal. It is imperfect, but I like it. I'd like better threading features.
    Best wishes on your fitness goals.

  • @PETERPAN-b1f
    @PETERPAN-b1f 7 лет назад

    Can i ask a Q, do u use ncl?? ncar command language

  • @OMGitsScience
    @OMGitsScience 7 лет назад +22

    A good way to start your day: a Simon Clark vlog. Now let's go print out 123 papers and start writing a review #thegoodandthebad
    I never manage to hold my camera as straight as you while running and shooting for a vlog xD

    • @PixBolt
      @PixBolt 7 лет назад

      He stabilized the video using Premiere Pro to make it less shaking.

    • @SimonClark
      @SimonClark  7 лет назад +7

      Yep, warp stabiliser for the win!

    • @OMGitsScience
      @OMGitsScience 7 лет назад

      Yeah I work on final cut pro X :-)

  • @fennecinspace
    @fennecinspace 7 лет назад

    use vs code or atom so much better .. + full integration with GitHub which you should be using if you're not .. you get free 2 years subscription since you're a student

  • @LauriusT
    @LauriusT 7 лет назад

    Did you use NumPy in your python scripts. Python shouldn't be that much slower than python :D effective python code(by using scientific libraries) is only 10-40 percent slower than Fortran

  • @rednax3788
    @rednax3788 7 лет назад +5

    That cloud at 4:40 looks so weird O_o

    • @SimonClark
      @SimonClark  7 лет назад +19

      It's a cirrus cloud - a high cloud made of ice crystals rather than water droplets, which is what fluffy clouds lower in the atmosphere are made of!

    • @rednax3788
      @rednax3788 7 лет назад +3

      I was hoping you'd comment on it :D

    • @JMBBproject
      @JMBBproject 7 лет назад +1

      Awesome. I can say I learned something today.

    • @sukmadek8626
      @sukmadek8626 7 лет назад

      That looks just like any other cloud?

  • @อนรรฆวรรณภาสชัยยง

    Can you please share your github?

  • @rithuraj242
    @rithuraj242 7 лет назад

    hi, what kind of watch do you use ?

  • @simjans7633
    @simjans7633 4 года назад

    Why pay for sublime text when vim is foss? Also using version control like git prevents mistakes that ruin entire projects.

  • @pasithaey
    @pasithaey 7 лет назад

    I have an organic chemistry final tomorrow, and I'm watching this instead of studying...

  • @davidq.1321
    @davidq.1321 7 лет назад

    At what age did you learn coding?

  • @DekiruKun
    @DekiruKun 7 лет назад

    which hp laptop does he use?