Leslie Lamport: Thinking Above the Code

Поділитися
Вставка
  • Опубліковано 20 тра 2024
  • Architects draw detailed blueprints before a brick is laid or a nail is hammered. Programmers and software engineers seldom do. A blueprint for software is called a specification. The need for extremely rigorous specifications before coding complex or critical systems should be obvious-especially for concurrent and distributed systems. This talk explains why some sort of specification should be written for any software.
    www.microsoftfacultysummit.com
  • Наука та технологія

КОМЕНТАРІ • 209

  • @RIMJANESSOHMALOOG
    @RIMJANESSOHMALOOG Рік тому +16

    i'm 44 yr old software developer, I thought I was too old. Good to see this.

  • @felipevaldes9168
    @felipevaldes9168 7 років тому +122

    Talk starts at 2:15

  • @srijansharma4170
    @srijansharma4170 2 роки тому +83

    The approach is incredible… Being fresher and mathematically oriented it’s best to understand the beauty of programming. Thank you for it.

    • @leif1075
      @leif1075 Рік тому +2

      I haven't finished but does it not get boring or tedious?

    • @eliseulucenabarros3920
      @eliseulucenabarros3920 4 місяці тому

      yeah, Category Theory Does That.....

  • @DeepakKapiswe
    @DeepakKapiswe 7 років тому +23

    One of the best talk , I have ever heard ...... Great !! Thanks !!

  • @marcuswaterloo
    @marcuswaterloo 2 роки тому +16

    Slides: www.microsoft.com/en-us/research/wp-content/uploads/2016/07/leslie_lamport.pdf

  • @tomasgarciapineiro1491
    @tomasgarciapineiro1491 Рік тому +6

    Excelente approach. Clarisima introducción a la ciencia de la computación desde lo menos complejo a lo mas complejo. Buenisimo para alumnos con algo de experiencia en ambitos tecnicos y con ganas de entender y ver un vistazo de lo que es el arte de la programación

  • @tharollodikgale
    @tharollodikgale 2 роки тому +9

    Excellent talk. This answered my questions and solved most of my difficulties, Thanks.

  • @williamdarko1142
    @williamdarko1142 Рік тому +62

    He's right about specifications by example not working... I find most of the docs online about some language, or framework, or library, usually just cover the easy obvious "hello world" cases. To do anything meaningful and serious, you'll often spend hours combing through third party docs, or stack overflow posts, or even reddit.

    • @atlantic_love
      @atlantic_love Рік тому +10

      That's the main reasons why I never could keep my interest in programming. I've taken programming courses, bought a shit ton of books, but I never had the luxury of associating with other programmer types, and so it was just me, the books (and their boring ass examples) and the Internet (where most everyone can't find the docs they need).

    • @youtubered646videos7
      @youtubered646videos7 Рік тому +1

      Bingo

    • @jonatan01i
      @jonatan01i 8 місяців тому

      @@atlantic_lovewhat do you think about LLMs?

    • @atlantic_love
      @atlantic_love 8 місяців тому +2

      @@jonatan01i Honestly I'm not sure I know what LLMS is

    • @jonatan01i
      @jonatan01i 8 місяців тому

      @@atlantic_love chatgpt is an LLM for example (large language model)

  • @StephenPaulKing
    @StephenPaulKing 8 років тому +35

    From the Q&A at the end, Leislie seems to say that specifications are a means to 'understand" that a given piece of code does and how it does it without having to parse and test the code. Spatial logics and temporal logics are orthogonal.

  • @RafaelCorreaGomes
    @RafaelCorreaGomes Рік тому +2

    Amazing Leslie, thank you for sharing it!

  • @babakabdollahi4123
    @babakabdollahi4123 2 роки тому +102

    Why this great talk is recorded like this? Leslie has very well prepared slides, but we miss most of it.

    • @babadook4173
      @babadook4173 2 роки тому +5

      yep, its wierd

    • @williamdarko1142
      @williamdarko1142 Рік тому

      idiots i tell ya

    • @NadidLinchestein
      @NadidLinchestein Рік тому

      They really need to take care of the details but the only thing Microsoft knows is how to copy Apple.

    • @ArturCzajka
      @ArturCzajka Рік тому +24

      Slides: www.microsoft.com/en-us/research/wp-content/uploads/2016/07/leslie_lamport.pdf

    • @spacebuddy5339
      @spacebuddy5339 5 місяців тому

      Yea! I'm getting frustrated at this point!

  • @ar_xiv
    @ar_xiv 8 років тому +55

    He's totally right about a spec by example. This is why the majority of coding tutorials end up being not terribly useful.

    • @VedantFalcon
      @VedantFalcon 4 роки тому +2

      The way Leslie's facial expression just falls when he hears the question...xD

    • @babadook4173
      @babadook4173 2 роки тому +2

      Agree. We must learn how to think computationally, beyond simply code

    • @dolphinextreme48
      @dolphinextreme48 2 роки тому +8

      But it is also important to understand the logic, and for the less mathematically inclined, it is often much clearer what the piece of logic is doing when an example is used. However, one must go beyond and generalize the logic back into math after looking at the example.

  • @cortexauth4094
    @cortexauth4094 2 роки тому +1

    23:51 what's the use of performance if you can't provide accurate answers. Nonetheless, using states and behavior does provide more room for performance, tho I think certain formal method maybe requires certain code structure to verify the correctness

  • @indrab3091
    @indrab3091 Рік тому +18

    I work in a consultant company, coding in many languages for many clients and without writing specs, i loss what i code. So, it is a good practice to write down specs in MS Word of what the requirements and then reread again once u need it. Usually I convert the doc to pdf and open with browser and give some colors. Some peoples are good at thinking when given a paper, others are good at thinking when given a gadget ,and else are good at thinking when having nothing (only brain, and draw the thought as a mental image).

    • @user-ci7ls5wt5q
      @user-ci7ls5wt5q 4 місяці тому

      You always think with no tool first but it gets lost. You want your thinking translated with the shortest distance into a spec. So it doesnt get lost as quickly.

    • @theultimatereductionist7592
      @theultimatereductionist7592 Місяць тому

      I write my math research ideas in MS Word as I do the math.

  • @davidclark9086
    @davidclark9086 Рік тому

    Very well made and super informative.

  • @Kenbomp
    @Kenbomp 5 років тому +4

    Very good talk,. Much of the code out there is like a vortex. Siren code

  • @rogeliomoisescastaneda7396
    @rogeliomoisescastaneda7396 Рік тому +6

    Prolog code resembles TLA+ a lot (conceptually; not syntax-wise), at least when correctly written in declarative form ("pure" Prolog, using CLP, etc). So I think we can say such Prolog programs are both the specification *and* the executable code at the same time. Of course, writing good Prolog has a long learning curve because of the required inherent logical correctness.

  • @linoj3076
    @linoj3076 2 роки тому +19

    Here is the slides PDF www.microsoft.com/en-us/research/wp-content/uploads/2016/07/leslie_lamport.pdf

  • @coder_extreme6389
    @coder_extreme6389 Рік тому +2

    It's inherent for me to write code before thinking. But the times when I have thought before writing code I got it right at the first attempt.

  • @charlessmyth
    @charlessmyth 2 роки тому +2

    Excellent talk :-)

  • @mehranyousaf4632
    @mehranyousaf4632 7 років тому +34

    "6 Specs are better to understand than a 800 line code..." This is cool...!!!

  • @codekomali1760
    @codekomali1760 Рік тому +3

    "function in math is very different than functions in programming languages..." I used to think so too...but then I met Haskell!

  • @chizhang8055
    @chizhang8055 2 роки тому +1

    masterpiece thinking!

  • @akaladarshi
    @akaladarshi 2 місяці тому +1

    This is something like a gold mine that nobody(at least most) people are missing out on. Mathematical thinking.

    • @bismuti
      @bismuti 2 місяці тому

      It only is impressive to non-mathematicians.

    • @akaladarshi
      @akaladarshi 2 місяці тому

      @@bismuti Yeah, as I said, for most people. Most people aren't mathematicians

    • @sebastianwapniarski2077
      @sebastianwapniarski2077 Місяць тому

      @@bismuti I'm genuinely interested what did you mean by that? I'm no mathematician. Do you mean it's flawed or worthless?

  • @problemecstasy1385
    @problemecstasy1385 24 дні тому

    amazing explanations.

  • @nucleararmeddogg568
    @nucleararmeddogg568 2 роки тому +7

    the quickest method for giving yourself away as someone who did not understand a word of what was said here is to compare this to TDD

    • @AI-xi4jk
      @AI-xi4jk 2 роки тому

      That is true except for the property based testing where you basically defining the spec and let the test framework come up with random examples.

  • @MadsterV
    @MadsterV 10 місяців тому +5

    I'm a little late here but:
    Note how he talks at the beginning about mixing up coding and programming. Keep that in mind, how coding is akin to typing.
    Next, he says most programmers get stuck on the code and are not thinking, and that to think you MUST WRITE (which is debatable, and I will debate it).
    Then, he talks about this language he writes his thoughts on before actually coding.
    Now, remember coding is writing? so programmers that jump straight to coding... aren't they writing down their thoughts already?
    People don't use the fast version of the QS code not because they're thinking in code, it's because they're thinking in recursion, which is WAY simpler than the iterative version of this algorithm. Even in the slides I'm sure it went over people's heads, while the recursive version never does. There is nothing stopping you from thinking and writing the iterative version straight to code, except that it's harder to think about it, on a napkin, blackboard or terminal.
    Oh but it's writing in a programming language so it's different? how so? there's PLENTY of work on code generators that take a spec and turn it to code. It's just a domain specific language. There's even a large (and somewhat misguided, admittedly) movement around "the code IS the spec".
    It seems to me his TLA+ is just a domain specific language where it's easier to express the kind of thoughts that are difficult in other languages, so just as for trivial coding you'll just write it out without much effort, in TLA+ you'll be able to write out a different kind of code in the same fashion, then hand compile it down to the language your sistem is being written in.
    While it's hard to argue against thinking, I do argue against specs because they tend to be out of sync, just because they are two separate pieces of data. Domain specific languages are really cool and I've used a couple, but they're not easy to integrate. All code should be readable and a DSL could help make the hard code more readable. Until we get there, I'd echo the advice of writing specs for the hard bits, but in comments near the code itself, for future you or some other poor soul that has to maintain what you wrote.
    And for gods sake, write a user guide for your library, don't make me read a spec (or god forbid, the implementation itself) for basic usage!

    • @MadsterV
      @MadsterV 10 місяців тому +3

      TL;DR: mathematicians prefer math notation to code and believe it's objectively better.

  • @slemsvamp
    @slemsvamp 2 роки тому +120

    Holy heck, the guy has 9000 slides and clicks constantly and the cameras just won't leave him. Show the darn screen. Was 2014 the stone-age of production value? >:E

    • @marcuswaterloo
      @marcuswaterloo 2 роки тому

      www.microsoft.com/en-us/research/wp-content/uploads/2016/07/leslie_lamport.pdf

    • @meestyouyouestme3753
      @meestyouyouestme3753 2 роки тому

      >:3

    • @matthewprestifilippo7673
      @matthewprestifilippo7673 2 роки тому +2

      chill bruh

    • @spde
      @spde 2 роки тому

      They show the relevant text when he is talking about it... If you want to just download the slideshow on its own, maybe write to him and ask him for it (it has been a while but who knows). He also does not have that many slides - you are probably interpreting the slide overlays as new slides, and even then, he explains literally everything in words. Or pause the video on the slides if you need to.

    • @marcuswaterloo
      @marcuswaterloo 2 роки тому +1

      @@spde slides above 👆

  • @michaelkohlhaas4427
    @michaelkohlhaas4427 5 років тому +32

    *Audience says great talk and then they show they didn't understand a single word. I feel sorry for Lampart. No wonder he exploded in the Q&A session at the end of the talk.*

    • @robertnew4568
      @robertnew4568 Місяць тому

      These ivory tower “thinkers” are ignorant and clumsy sociopaths.😊

  • @jaskelso
    @jaskelso Рік тому +2

    The scientific problem in natural systems is that the state variables are seldom known. Or, putting it more positively, have to be discovered.

  • @gregrice1354
    @gregrice1354 2 роки тому +3

    @ 33 min. mark Quick Sort description resembles 7 year old Carl Gauss' devised strategy to quickly sum all integers from 1 to 100, by pairing them
    - in effect, folding in half, the imagined single-file "stack" of all those numerals. (right?)
    which it seems is the process described in Mr. Lamport's Partition Procedure in the described Code Specification.

    • @AI-xi4jk
      @AI-xi4jk 2 роки тому

      Maybe only at the first look. He basically devised a formula which can be applied directly, while algorithms usually have to be computed by reducing the problem iteratively, I.e. not in one step. Quick sort is a divide and conquer algorithm which has many similarities with other algorithms of this type.

    • @bitti1975
      @bitti1975 Рік тому

      I don't see the relation. The pivot point is basically randomingly chosen. If it falls into the middle that's just by chance. Of course in actual implementations you may find more deterministic ways to select a pivot, but that's not under discussion here.

    • @meltygear5955
      @meltygear5955 24 дні тому

      @@bitti1975 Because I don't think tradeoffs at pivot choice was the point he was trying to argue for

  • @HoussemBou
    @HoussemBou Рік тому +4

    Programming is like the work of a film director when he works on thinking before applying

  • @IlyaZub
    @IlyaZub 2 роки тому +1

    Is there a link to slides?

  • @MarcCastellsBallesta
    @MarcCastellsBallesta 2 роки тому +3

    Been using LaTeX since 2006 if I remember correclty. I've always thought Leslie was a woman! What a surprise I got today!
    Also, the talk was way above my level, but it was interesting to listen.

  • @jimjimakos1101
    @jimjimakos1101 2 роки тому

    Very interesting its something l like it and if l have the opportunity l would like to work to find a job to these computers and math its great l love it

  • @ReveredDead
    @ReveredDead 22 дні тому

    When I envision a mad scientist. A computer master. I envision Leslie Lamport.

  • @gibsonliketheguitar5507
    @gibsonliketheguitar5507 2 роки тому +4

    wondering how we can write specs for features of a frontend and backend system

    • @eric321ification
      @eric321ification 2 роки тому +1

      One architectural approach is to use behavior driven development techniques like collectively writing gherkins with the business using a syntax referred to as gherkin. Another is to write your unit and integration tests before you write your code. Review this as a team before coding begins. This is referred to as test driven development. Another is not writing specifications and relying on the team to collectively produce fluent code. This requires group design sessions with one person coding and the rest of the team collaborating. Retroactively note any design decisions in an architectural decision record directly in the code repository.

    • @gibsonliketheguitar5507
      @gibsonliketheguitar5507 2 роки тому +1

      @@eric321ification Leslie mentioned that unit test and integration test are "how to code" and implementation details.
      I'm thinking more along the line with task1, "the what your code to do". We can consider the frontend a complicated state machine especially when using react.
      This week I will be re reading Joel's Software blog about writing specification. I will be trying to bridge Joel and Leslie's advice on writing "spec" and try to level up my frontend and backend. Will be an interesting challenge

  • @mopsyched
    @mopsyched 2 роки тому

    What a legend.

  • @muhammaddawood1444
    @muhammaddawood1444 2 роки тому

    why (0,0) was in ordered pairs, for the square function on Natural numbers ? and he also considered 0 in domain.

    • @bitti1975
      @bitti1975 Рік тому +3

      Many Mathematicians include 0 in the definition of natural Numbers since then they form a monoid with the + operation which makes them more useful.

    • @hunglukenguyen
      @hunglukenguyen Рік тому

      very easy, go read wiki on math relations (3, 9), 3 is the input, 3*3 = 9 is the output but math write them in a pair . here is many pairs : (0,0), (1,1), (2,4), (3,9). Domain just means a range of input which is left of the pairs above: 0, 1, 2, 3. But I think I got your question about 0. 0 is thought by some to be in natural number. Because you can fold down all fingers and got 0 finger (this could be easily understood naturally 1000+ years ago)!

  • @captivum18
    @captivum18 Рік тому

    Bookmark: 13:00

  • @nurlatifahmohdnor8939
    @nurlatifahmohdnor8939 Рік тому

    The bibliography is cited with symbols. Rare.
    Page 375
    D The Defendant. New York: Dodd, Mead and Co., 1902.

  • @Gemini3K
    @Gemini3K Рік тому

    Is this lecture in South Africa?

  • @glenwang1746
    @glenwang1746 2 роки тому +13

    He is like Steve Jobs, but with a different shirt.

  • @dominicdellasera7397
    @dominicdellasera7397 3 роки тому +2

    I think I could have done quicksort in terms of iteration. It’s the same as taking an equation that’s true for the principal of mathematical induction and showing it’s equivalent/true for the principal of complete induction. The again I guess most people freeze up when THIS dude is asking.

  • @lam7572
    @lam7572 2 роки тому

    thanks a lot. this is super useful to me.

    • @Concentrum
      @Concentrum 2 роки тому

      how dare you impersonate me!

  • @sherrysyed
    @sherrysyed Рік тому +2

    I didn’t understand it but this guy is awesome!!!

  • @yash1152
    @yash1152 9 місяців тому

    1:41 i didnt expect ms would cention latex in its presentations

  • @maxheadrom3088
    @maxheadrom3088 9 місяців тому +1

    He's the guy who gave us confortable condoms, right?

  • @rickr530
    @rickr530 Рік тому +2

    I find that experience combined with adherence to common design patterns and "best practices" is enough to avoid the types of architectural defects that Leslie believes we need his formal verification for. Formal specification / modeling and verification is a costly additional layer that makes sense in industries where someone may die if your program has a bug and you can afford to spend the additional time and effort, and it's just not worth it in the rest. The bug is usually in the implementation rather than the architecture anyway, down in a layer much below the specification and where static analysis / LINT tools are going to be much more expedient and helpful.

  • @MohammedKamil
    @MohammedKamil 6 років тому +1

    I am hooked on TLA+

  • @ruixue6955
    @ruixue6955 2 роки тому

    8:32 Functions
    10:29 limitations of function

  • @maloukemallouke9735
    @maloukemallouke9735 Рік тому

    for thinking we have to writing

  • @charlessmyth
    @charlessmyth 2 роки тому

    The profit is at the margins [56:35] :-)

  • @Silvertestrun
    @Silvertestrun Рік тому +1

    Ty

  • @jonsnow8543
    @jonsnow8543 2 роки тому +2

    Lol when that first guy asked about specification by example I IRL facepalmed

  • @aaasthaa
    @aaasthaa 7 місяців тому +1

    Can anyone PLEASE help me understand the talk? Even a bit of it?

    • @handleh
      @handleh 5 місяців тому

      There's specification and then there's implementation now you can implement in any language of your choice so don't worry about it first instead we should think first interms of what and how of our program and that thought can be expressed by specifications and TLA+ uses math like syntax for program specification it gives us a bird's eye view of what is happening and how it's happening

  • @mikefeldmeier
    @mikefeldmeier 2 роки тому +2

    ua-cam.com/video/-4Yp3j_jk8Q/v-deo.html - "This is what it looks like in ASCII". Camera shows the slide for 1/10 of a second. Brilliant editing.

  • @kayakMike1000
    @kayakMike1000 Рік тому

    Can I just use your blueprints?

  • @budiardjo6610
    @budiardjo6610 Рік тому

    omg, 55:26 this question is really rude after leslie lamport talk for 50 minutes. but yeah leslie handling this with humble attitude.

  • @hugo-garcia
    @hugo-garcia Рік тому +1

    Is he Steven Spielberg's brother ?

  • @babadook4173
    @babadook4173 2 роки тому

    No royal road to math? I think was Gauss?? XD. Amazing and inspiring talk by the way

  • @danilodestefanis914
    @danilodestefanis914 Рік тому

    pensavo bene comunque, la presenza stessa di un qualche servizio qualsiasi è intesa come ordine, anche se sotto forma di ricerca e/o sperimentale, e in particolare talvolta anche in sostituzione di qualcosa di precedente. e qualcuno ha fatto er boom per questo.

    • @danilodestefanis914
      @danilodestefanis914 Рік тому

      in quanto tali servizi non erano richiesti da nessuno, manco il finto governo non votato o la chiesa messa là a far finta di leggere i sermoni come se non fosse tutta una struttura di controllo mentale

    • @danilodestefanis914
      @danilodestefanis914 Рік тому

      la madonnina che piange per far pietà dopo i suoi errori, ma la madonnina ha stancato, è un clone mal riuscito a far danni non in grado di intendere e di volere in quanto teleguidato, e infatti una bomba ligiamente sulla testina gliè arrivata

    • @danilodestefanis914
      @danilodestefanis914 Рік тому

      con educazione, discrezione, tranquillità.

  • @ajk7868
    @ajk7868 10 місяців тому

    Well he is a living legend and I have immense respect for him but seriously didn’t expeted this at 23:10 😂

  • @user-sw6mi7lv6f
    @user-sw6mi7lv6f 7 місяців тому

    GOAT

  • @tophy9865
    @tophy9865 Рік тому +2

    55:15 "Most programmers don't use formal specifications anymore" said the PhD in response to a talk about why people *should* use formal specifications. Bruh how did you get a PhD? Do you know how to listen to what someone is saying?

    • @MrFujinko
      @MrFujinko 2 місяці тому

      Classical activist mentality I suppose. We are tribal entities after all, so his direct challenge is appropriate in the realm of tribalism. But very rude.

  • @milestones5007
    @milestones5007 Рік тому

    If that xbox360 bug made it to production it could save millions of lives!

  • @depressivepumpkin7312
    @depressivepumpkin7312 2 роки тому +1

    thank you sir for inventing microsoft 😌🙏

  • @first-thoughtgiver-of-will2456

    42:05 challenge accepted.

  • @kyuantym
    @kyuantym Рік тому

    He and Jaron are ❤

  • @sacisco1780
    @sacisco1780 Рік тому +2

    gosh i think he should be a god!! hhahahha, i am just starting to code, and really wanted to learn what algorithms are, by that i confused myself and starting to study logarithms, thinking they were algorithms )))

  • @Kenbomp
    @Kenbomp 5 років тому

    Plus cal 40.20

  • @ugendranr3011
    @ugendranr3011 Рік тому +1

    15:20 speaks like a mathematician 😂😂

  • @tomtuttle919
    @tomtuttle919 Рік тому

    42

  • @rajendralokhande9974
    @rajendralokhande9974 Рік тому +4

    The teacher said the domain is 0,1,2,..... and then later he mentioned it as set of Natural numbers. But '0' is not a natural number

    • @Aa-vw3xr
      @Aa-vw3xr Рік тому +1

      Before doubt, you shall at least check.

  • @saadsharif9953
    @saadsharif9953 5 років тому +6

    Preferable speed 1.5

  • @e.galois4940
    @e.galois4940 3 місяці тому

    10:47

  • @hankigoe8615
    @hankigoe8615 Рік тому

    50:30 "...every thing is a patch" lol

  • @BLOOMS
    @BLOOMS 6 років тому +4

    yo, this dude was in breaking bad. he's the junk yard guy.

  • @achin4140
    @achin4140 7 років тому +5

    please tell sir pleasee tell about Distributed Deadlock Detection: system model, resource Vs communication deadlocks, deadlock
    prevention, avoidance, detection & resolution, centralized dead lock detection, distributed dead lock
    detection, path pushing algorithms, edge chasing algorithms. Agreement Protocols: Introduction, System
    models, classification of Agreement Problem, Byzantine agreement problem, Consensus problem,
    Interactive consistency Problem, Solution to Byzantine Agreement problem, Application of Agreement
    problem, Atomic Commit in Distributed Database system

    • @Rahul_1.618
      @Rahul_1.618 7 років тому +13

      He's come here looking for an explanation for Advanced Operating Systems algorithms lol

  • @rolodexter
    @rolodexter 2 роки тому

    24:30 did that intern get a job offer

  • @george78779
    @george78779 2 роки тому

    inventing AI we should think before taking over the world…...

  • @trajanhammonds8507
    @trajanhammonds8507 2 роки тому +3

    Leslie’s hawt

  • @ravindertalwar553
    @ravindertalwar553 2 роки тому +2

    Almighty God is One And Blesses Everyone

    • @eeew2691
      @eeew2691 2 роки тому

      There are many gods

  • @johnsmith-ri8ol
    @johnsmith-ri8ol 7 років тому +2

    There is documentation for specifications and not all are think in mathematics.

    • @sohamjoshi9527
      @sohamjoshi9527 2 роки тому

      but problem with that is its in words and its not easily verifiable by a tool. Ofcourse documentation is good for a new human user of the system to get started but when it comes to automated verification by a tool the worded documentation is of no use.

  • @paulmazvarira1473
    @paulmazvarira1473 Рік тому

    Writing requires thinking lol

  • @ace4base
    @ace4base 8 місяців тому

    Why would you put ads on something like this? What a travesty...

  • @oneforallah
    @oneforallah Рік тому +5

    dude all the bs comments about how useful this lecture is and how much they learnt, I personally did not find it very useful, but I'm very sure that Leslie Lamport is a top notch individual in his fields of concern, for me as a programmer, specifications has not been all that useful.

  • @stephen2113
    @stephen2113 3 роки тому +3

    Big reason why I feel Cardano will be so successful.

  • @Antares27
    @Antares27 2 роки тому +3

    function sort(A) {
    if (A.length < 2) return;
    const U = [[0, A.length - 1]];
    do {
    const b = U[0][0];
    const t = U[0][1];
    if (b != t) {
    const p = Partitions(A, b, b, t);
    U.splice(0, 1);
    U.push([b, Math.max(b, p - 1)]);
    U.push([Math.min(p + 1, t), t]);
    } else U.splice(0, 1);
    } while (U.length);
    }
    function swap(A, b, t) {
    const ab = A[b];
    A[b] = A[t];
    A[t] = ab;
    }
    function Partitions(A, p, b, t) {
    for (let i = b; i < t; i++) if (A[i] < A[t]) swap(A, p, i), p++;
    swap(A, p, t);
    return p;
    }

  • @insighttoinciteworksllc1005
    @insighttoinciteworksllc1005 2 роки тому +1

    Consciousness is not a program!

  • @avengenceangel1578
    @avengenceangel1578 Рік тому

  • @MichaelKingsfordGray
    @MichaelKingsfordGray Рік тому

    Being a real-world safety-critical programmer, (with an Applied Math Degree, and a Computer Science Degree), I have quite a few questions, if not outright dismissals of many of his claims.
    For instance, he only ever refers to the domain of positive integers!
    Most of his statements are provably wrong when referenced to Complex numbers, and risibly incorrect when talking about Tensor fields.
    He has plainly NEVER done any risk-taking work in Défense or Aerospace projects.
    I have.

    • @coop4476
      @coop4476 7 місяців тому

      He has a ACM A. M. Turing Award. You have?

  • @adise88
    @adise88 Місяць тому

    Dude looks like Frank galager 💀

  • @markuspfeifer8473
    @markuspfeifer8473 Рік тому +1

    No monads and categories here, I‘m out

  • @4115steve
    @4115steve Рік тому

    may stop before the sun explodes LOL

  • @GiyuTomiokaTheOneAndOnly
    @GiyuTomiokaTheOneAndOnly Рік тому

    Man needs some serious shaving 🗿

  • @mishasawangwan6652
    @mishasawangwan6652 2 роки тому +4

    how do we know ‘writing’ wasn’t invented when man was hunting the sabre tooth tiger? we can say ‘writing’ as we know it today wasn’t invented but that’s not to say man did not ‘plan’ ahead of time using some set of well understood symbology. therefore, bad example.

  • @praoist
    @praoist 7 років тому

    so he's describing test driven development?

    • @Simon-xi8tb
      @Simon-xi8tb 7 років тому +17

      Hell no!!! 52:33 - he almost flips out at the TDD guy :P Poor guy :D

    • @jacksonlenhartmusic
      @jacksonlenhartmusic 7 років тому +4

      lmao that was savage! Didn't know ol leslie had that in him XD

    • @praoist
      @praoist 7 років тому +3

      heh, I should be more careful then!

    • @jojokuki9701
      @jojokuki9701 6 років тому

      praoist yup... model driven engineering... model based design...

    • @adamgm84
      @adamgm84 4 роки тому +3

      My side note is that, unit tests should still always be extremely useful for codifying the known lower and upper bounds for some function or behaviour. Perhaps I am describing something outside TDD. I think Leslie is making the point that your initial model specifications help you determine the functions and finite state machines necessary to solve the problem, so TDD is some reality that exists after this is already done, so you can't start there. But he won't be saying you can't still make unit and integration tests that ensure your functions and behaviour are working according to your spec.

  • @khukonmeya9856
    @khukonmeya9856 Рік тому

    The foamy guilty arguably rush because postage ironically reject modulo a clumsy spade. third, petite curler

  • @dvhcomments8389
    @dvhcomments8389 9 років тому +12

    LOL - a lunatic once said 'the code is the design' ....