Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Feynman: So good you slow down (Includes 2 bangers)

Feynman: So good you slow down (Includes 2 bangers)

Scheduled Pinned Locked Moved The Lounge
10 Posts 5 Posters 151 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • raddevusR Offline
    raddevusR Offline
    raddevus
    wrote last edited by
    #1

    Did you know you can read Richard P. Feynman's Five Easy Pieces online (Chapter 1 starts here) at the CalTech web site?

    The book was actually created from a live lecture he gave his students in '61, '62.

    I've been reading my favorite sentence from the first chapter of that lecture over an over:

    Banger 1

    The test of all knowledge is experiment. Experiment is the sole judge of scientific “truth.”
    ~Richard P. Feynman

    This hits so hard. It backs up everything I've ever thought about in Software Development over my 35 year career.
    I've always used the REPL loop as I write my code. I want to know if it works and understand how it works (fails).

    So many people (managers) along the way whose thinking is so faulty that they do not even consider testing as a part of development, has always blown my mind.

    I often think of the Charles Babbage quote below -- another of my favorites.

    Here's the OG Hardware Engineer saying the same thing:

    Banger 2

    “On two occasions, I have been asked [by members of Parliament], 'Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out?' I am not able to rightly apprehend the kind of confusion of ideas that could provoke such a question.”
    ~ Charles Babbage

    Have you read Five Easy Pieces? Or any Feynman? He's great.

    Mircea NeacsuM 1 Reply Last reply
    1
    • P Offline
      P Offline
      PIEBALDconsult
      wrote last edited by PIEBALDconsult
      #2

      My little sister studied physics in the late 80s, so she had copies of two Feynman books e.g. "Surely You're Joking", and I read them.
      But last month I watched a YouTube video explaining that:
      A) They may not be very factual.
      B) They are detrimental to young women studying physics.
      C) "Feynman never wrote a book."

      1 Reply Last reply
      0
      • pkfoxP Offline
        pkfoxP Offline
        pkfox
        wrote last edited by
        #3

        @raddevus He was a fine bongo player too

        P 1 Reply Last reply
        1
        • pkfoxP pkfox

          @raddevus He was a fine bongo player too

          P Offline
          P Offline
          PIEBALDconsult
          wrote last edited by PIEBALDconsult
          #4

          Not judging from the clip I've seen.

          1 Reply Last reply
          0
          • raddevusR raddevus

            Did you know you can read Richard P. Feynman's Five Easy Pieces online (Chapter 1 starts here) at the CalTech web site?

            The book was actually created from a live lecture he gave his students in '61, '62.

            I've been reading my favorite sentence from the first chapter of that lecture over an over:

            Banger 1

            The test of all knowledge is experiment. Experiment is the sole judge of scientific “truth.”
            ~Richard P. Feynman

            This hits so hard. It backs up everything I've ever thought about in Software Development over my 35 year career.
            I've always used the REPL loop as I write my code. I want to know if it works and understand how it works (fails).

            So many people (managers) along the way whose thinking is so faulty that they do not even consider testing as a part of development, has always blown my mind.

            I often think of the Charles Babbage quote below -- another of my favorites.

            Here's the OG Hardware Engineer saying the same thing:

            Banger 2

            “On two occasions, I have been asked [by members of Parliament], 'Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out?' I am not able to rightly apprehend the kind of confusion of ideas that could provoke such a question.”
            ~ Charles Babbage

            Have you read Five Easy Pieces? Or any Feynman? He's great.

            Mircea NeacsuM Offline
            Mircea NeacsuM Offline
            Mircea Neacsu
            wrote last edited by
            #5

            My dad got me those when I was in last year of high school and I kept them until two years ago when I decided to throw away all physical books for which I had PDFs.

            I still remember when I got them, I was full of rage - it is not unusual for 17 years old to be full of rage - but I was raging at those who can be so lucky to have a physics teacher like Dr. Feynman when I was stuck with very mediocre ones. I specially remember his lecture on Principle of Least Action, IMO the best example of what a great teacher he was.

            1 Reply Last reply
            1
            • pkfoxP Offline
              pkfoxP Offline
              pkfox
              wrote last edited by
              #6

              My favourite https://www.youtube.com/watch?v=36GT2zI8lVA

              1 Reply Last reply
              2
              • raddevusR Offline
                raddevusR Offline
                raddevus
                wrote last edited by
                #7

                That's a fantastic video and actually quite related to Software Development.
                This is very much like a Software Requirements discussion.
                I remember having a BA (Business Analyst) come to me and say to me,

                "We need a new Windows form that will allow us to put customer data in the database. So please go ahead and make that happen."

                I said,

                "OK, so here are just a few of the questions:

                1. is there already a table for this particular "customer data"?
                2. Is it just the first name of each customer you want to save?
                3. Are you saying that any user can edit the customer data? So it's just wide-open so the data can be edited by anyone?

                This one little thing the BA asked for explodes into innumerable questions.

                Of course, the BA was like,

                "Oh man, you are always so difficult!"

                😆😆😆
                Yes, that's it. I'm just difficult.

                Of course, if the BA had done her job, it all would've been easy, because she would've already had all those answers. 🤓

                P 1 Reply Last reply
                0
                • raddevusR raddevus

                  That's a fantastic video and actually quite related to Software Development.
                  This is very much like a Software Requirements discussion.
                  I remember having a BA (Business Analyst) come to me and say to me,

                  "We need a new Windows form that will allow us to put customer data in the database. So please go ahead and make that happen."

                  I said,

                  "OK, so here are just a few of the questions:

                  1. is there already a table for this particular "customer data"?
                  2. Is it just the first name of each customer you want to save?
                  3. Are you saying that any user can edit the customer data? So it's just wide-open so the data can be edited by anyone?

                  This one little thing the BA asked for explodes into innumerable questions.

                  Of course, the BA was like,

                  "Oh man, you are always so difficult!"

                  😆😆😆
                  Yes, that's it. I'm just difficult.

                  Of course, if the BA had done her job, it all would've been easy, because she would've already had all those answers. 🤓

                  P Offline
                  P Offline
                  PIEBALDconsult
                  wrote last edited by PIEBALDconsult
                  #8

                  I know there's a Dilbert for that...

                  Yes! The "Wally Reflector".

                  FreedMallocF raddevusR 2 Replies Last reply
                  2
                  • P PIEBALDconsult

                    I know there's a Dilbert for that...

                    Yes! The "Wally Reflector".

                    FreedMallocF Offline
                    FreedMallocF Offline
                    FreedMalloc
                    wrote last edited by
                    #9

                    @PIEBALDconsult Probably several.

                    1 Reply Last reply
                    0
                    • P PIEBALDconsult

                      I know there's a Dilbert for that...

                      Yes! The "Wally Reflector".

                      raddevusR Offline
                      raddevusR Offline
                      raddevus
                      wrote last edited by
                      #10

                      @PIEBALDconsult wow! I searched for “Wally reflector”
                      That’s really uncanny how close that comic mimics my reality.

                      2ba1dda2-b0f5-4335-90c8-1337b5de9bcc-image.jpeg https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fswizec.com%2Fstatic%2F665ab1d5aa76308e26b6e10e3968c510%2Facb04%2FThe-Wally-Reflectorf8f3fh.jpg&f=1&ipt=6f92a7552c95e8716fd1d5ec56f150c1079198d3a549d81623d135a6eb0c5f10

                      1 Reply Last reply
                      2
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups