Is Software Engineering Real Engineering? • Hillel Wayne • GOTO 2023

Поділитися
Вставка
  • Опубліковано 6 вер 2024

КОМЕНТАРІ • 38

  • @johngaughan9399
    @johngaughan9399 7 місяців тому +9

    Regarding "engineering is consequential" I think the Therac-25 incident is a far superior example of software having life-altering consequences.
    It is also worth noting that nobody uses or used waterfall. I recommend reading some of Barry Boehm's papers since he was one of the OG software engineers who worked on some of the first DOD software projects before I was born. We SEs always used iterative development, even if they didn't play buzzword bingo with words like "sprint" or "velocity" back in the 1960s. In fact if you look back at the literature such as in IEEE or ACM research papers, the term "waterfall" doesn't even show up until the 1990s right about the time the Agile Manifesto was written and Scrum and XP were becoming popular. I wrote a paper on this specific topic for my M.S. in C.S. a few years ago and I heavily cited Boehm's academic research because he wrote, and published, about these topics heavily in the second half of the 20th century.
    We always hear the boogeyman of "our profession used waterfall back before Agile and it was horrible" but nobody I ask can ever cite a specific example of this.
    I'm not trying to nitpick but this myth is like a vampire that refuses to die.

    • @mrpocock
      @mrpocock 7 місяців тому +2

      In fact, it's even worse than that. Waterfall was invented in a methodologies paper that set it up as an imaginary strawman of the worst possible way to run a project, as a baseline to compare everything else against.

  • @XboxTheBeatboxer
    @XboxTheBeatboxer 7 місяців тому +2

    Engineering is not about "physical" or "being licensed" as stated in this presentation. It is about being able to analytically engage with your system and its constraints (and those that they interact with) to make educated calls for managing risks and meeting requirements.--Mechanical Engineer

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

      A sensible take!

  • @gianniloscapolo
    @gianniloscapolo 7 місяців тому +4

    Very interesting talk. I would be interested in knowing if and how other engineering fields manage client expectations in terms of time and features and make them respect their knowledge amd experience.

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

      I can't tell if it's interesting or not, the quality of the audio is so bad.

  • @logiciananimal
    @logiciananimal 7 місяців тому +3

    Personally, I want to enforce licensing in some computing fields (I am a cyber security person), but it is unclear if the *engineering* idea makes sense. I have been studying (loosely) other analogies - clinicians and most notably chemists. In Quebec, some chemists are licensed, some not (where as all the clinical disciplines - medicine, nursing, clinical psychology, pharmacy, etc. are). My father was in the field and as a PhD-trained chemist the American pharmaceutical company he worked for for most of his career required licensing because the expectation was that a doctoral level worker would be responsible for aspects related to safety and such matters.

  • @surajmandal_567
    @surajmandal_567 7 місяців тому +4

    Today software engineering means using dependencies over dependencies. 😂

    • @Handlebrake2
      @Handlebrake2 7 місяців тому +2

      I've seen to many front end coders calling themselves Software Engineers 😂

  • @sinamobasheri
    @sinamobasheri 7 місяців тому +2

    Beautiful Talk 🍻👏🏻

  • @xv179
    @xv179 7 місяців тому +4

    Interesting topic only shadowed by the lack of good audio. The audio sucks. Maybe next time try to improve it.

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

    The version control point is very real.

  • @mrpocock
    @mrpocock 7 місяців тому +4

    So I've been coding in some form for 40 years. I think what software engineering requires is some form of liability for people acting as software engineers. There's a place for a subset of it systems where the people and organisations building them have a legal and ethical liability. This is different from software crafting, where it is glorified playing and learning.

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

      No. Depends on the problem space.

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

      @@georgerogers1166 I would argue that it isn't the problem space, but the implications of the usage. If, for example, I wrote code to handle financial transactions where people may go to prison if bugs make it appear that they have committed fraud, then I should have been developing and maintaining that software under some professional or regulatory liability, with clearly set out obligations and duties. It isn't enough to say it's just software.

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

      @@mrpocock exactly.

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

      The people hiring should worry about that and hire accordingly.

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

    9:42 actually if the laser pointer is badly engineered you can go blind from it, so its not that low stakes. there are cases of people buying cheap lasers and instead of getting crappy 200mW ones, got 2W lasers that could do serious eye damage.

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

    for me engineers create stuff by wrangling with real world physics. Programmers do not necessarily do that, rather they often create their own worlds with destinct physics. every code is its own universe.

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

      Precisely :
      Math, CompScie and SoftEng are theory = create your own worlds.
      Physics, ChemEng, ElecEng, MechEng, AeroEng etc. are stuff in this world = make stuff that must conform to real physical laws. You can’t invent your own and make your “own” theory.

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

      How are networks and computational limits not real world? Swe's have to understand how channeling data has very real physical limitations. Their solutions have to be able to scale with these limitations in mind. We also have to consider the feasibility of the consumption that computing may take (things like block chain and LLMs require tons of compute, is it realistically scalable over time? If not that's the upper bound on progress on those fields)

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

      @@pedrov8868 even in your examples no coder has to know what voltage the cpu and memory need. no coder needs to know the amount of resistors placed inside the machine. and modern languages even abstract memory addresses away. Even the limitation you are citing are often dealt with by the operating system. programs work by switching logic gates - I have never seen the notion of such in higher level languages.

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

      ​@@manuelmeyer1026 you said every code has its own universe but that is simply not true. Again, we can go with examples, a computer vision engineer has to understand image processing, basic physics of lights, etc, to be able to work best in their domain space. They cannot make their own universe on a whim. Maybe what you said is true for a subset of software engineers but not another.

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

      whatever. @@pedrov8868

  • @edgeeffect
    @edgeeffect 7 місяців тому +8

    "Is Audio Engineering Real Engineering?"... trying to listen to this talk, the answer seems to be "no!"

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

    Just going to mention the Empire Theatre Move in New York, they moved the entire building.

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

    👏🏻👏🏻👏🏻👏🏻👏🏻👏🏻👏🏻👏🏻👏🏻👏🏻👏🏻

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

    "I havent been able to monetize my true passion, falling down rabittholes" - Hillel Wayne

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

    Hi, in the thumbnail, what is the name of the book the person is hooding? Thank you.!

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

      Hi, it's the 2nd edition of the "Handbook of Industrial Engineering" by Gavriel Salvendy: amzn.to/42ipA85

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

      @@GOTO-
      Thank you very much for this! Deeply appreciated.

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

    If you're writing a website in PHP or Python or other similar things, I would say no. LOL -;)

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

      And if this website leaks personal data (such as payment credentials) and it'll result in lives ruined - then maybe yes? And maybe even that PHP monkey should have been regulated and held accountable, like all proper engineers?

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

    Please improve the sound next time!

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

    I don’t care. Just let me code

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

    No, it is not.

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

    Yes, and who cares?