• Zephyr@sh.itjust.works
    Aquileo | link
    Aquileo | fedilink
    Aquileo | arrow-up
    1
    ·
    34 minutes ago

    I think the pace of development is such that it’s only a few years before humans are no longer in the chain of decision making. It was just 2017 when the infamous transformer paper came out.

  • ItsMeForRealNow@lemmy.world
    Aquileo | link
    Aquileo | fedilink
    Aquileo | arrow-up
    24
    ·
    14 hours ago

    I’m realizing how over engineered Claude’s solutions are. I have realized now just today that it’s best at just dding tiny updates to code. Not good at architecting anything new at all that has to work for longer than 5 days.

    • python@lemmy.world
      Aquileo | link
      Aquileo | fedilink
      Aquileo | arrow-up
      11
      ·
      6 hours ago

      I spent like an hour yesterday bullying Claude out of using a ResizeObserver, Refs and a useEffect construct just to fix the height of a container (there was a bug where the container didn’t properly scale down in height because some weird hard-coded properties in an external component inside of it). I knew that it had to be solvable with just the right css selector, but I was lazy and didn’t want to manually go through the html and figure out which selector on which component would be the right one. And on paper “Go through this massive block of html and check which property is out of place” should be the kind of use case where LLMs actually work. The stupid thing introduced two new different catastrophic failure modes where the entire browser crashed due to excessive rerenders before it found something that even remotely worked. And then I had to spend another hour stripping out unnecessary style properties it glued on while looking for a working solution. In the end, I probably would have been much faster doing it by hand.

      • Blackmist@feddit.uk
        Aquileo | link
        Aquileo | fedilink
        English
        Aquileo | arrow-up
        6
        ·
        3 hours ago

        I threw together a slop project to test something. It put in some JSON for something that didn’t use that. I told it it was just some plain text. It took the JSON library out again. Then I added in something that does use JSON and it tried to make a basic JSON parsing library from scratch.

        It’s like a very junior programmer at times, with amnesia.

        It does make some menial tasks simpler, but if people think it will actually replace us then they’re in for a shock.

        • BlaestEgnen@feddit.dk
          Aquileo | link
          Aquileo | fedilink
          Aquileo | arrow-up
          1
          ·
          4 minutes ago

          It does make some menial tasks simpler, but if people think it will actually replace us then they’re in for a shock.

          That’s the sales pitch, we’re in a job market drought right now. Give it a year or two and all the slop will begin breaking, making a new job market boom for developers

      • NigelFrobisher@aussie.zone
        Aquileo | link
        Aquileo | fedilink
        Aquileo | arrow-up
        3
        ·
        7 hours ago

        To be fair I used to make entire features like this and then get R# to move the classes into separate files at the end. Guess I don’t like to organise too early, before the code has found it’s true form?

  • FiniteBanjo@feddit.online
    Aquileo | link
    Aquileo | fedilink
    English
    Aquileo | arrow-up
    16
    Aquileo | arrow-down
    146
    ·
    23 hours ago

    Mixed feelings because obviously studying for a degree implies maths and sciences which does qualify you as an engineer, but imo “software engineer” isn’t a real thing. You’re either a computer engineer or a code monkey.

    • jubilationtcornpone@sh.itjust.works
      Aquileo | link
      Aquileo | fedilink
      Aquileo | arrow-up
      3
      ·
      2 hours ago

      I’m a “software engineer.” One of the most interesting jobs I’ve had was working on a team of (mostly) electrical engineers at an industrial tool manufacturer. Most of the team designed electronics (primarily IC’s) for the controls. A few of us designed software that interacted with said controls.

      That experience taught me that engjneering, at its core, is just solving problems in a given domain with a a specific set of “tools”. I was amazed by how much thought process overlap there is between software and electronics engineering.

      My job is solving business problems. Writing code is auxiliary to that. And even though I don’t have have a degree or any certifications, none of the people on that team ever talked down to me or tried to make me feel inferior.

    • cmhe@lemmy.world
      Aquileo | link
      Aquileo | fedilink
      Aquileo | arrow-up
      9
      ·
      10 hours ago

      An old professor of mine made the half-joke that anything with ‘science’ in its name isn’t really science. He was a computer science professor.

      I suppose he meant that computer science is closer to applied science aka. engineering than ‘real’ science like maths and physics, and all their subcategories.

      Anyway… In the end everyone that graduated studying computer science got a Bachelor/Masters degree of science, not engineering… And it doesn’t matter anyway…

      • FiniteBanjo@feddit.online
        Aquileo | link
        Aquileo | fedilink
        English
        Aquileo | arrow-up
        2
        Aquileo | arrow-down
        8
        ·
        10 hours ago

        You’re right, we should let people who know HTML print out their own degrees equivalent to a 6 year discipline with specific application of math and science. /sarcasm

        It matters.

    • Aniki@feddit.org
      Aquileo | link
      Aquileo | fedilink
      Aquileo | arrow-up
      6
      ·
      11 hours ago

      i think the word “engineer” has something to do with the word “ingenuity” … now ask yourself, how much creative thinking do you need as a coder?

    • Sunspear@piefed.social
      Aquileo | link
      Aquileo | fedilink
      English
      Aquileo | arrow-up
      29
      Aquileo | arrow-down
      1
      ·
      19 hours ago

      Do… Do you think software on its own needs no engineering?

      If I say please build me a webshop from scratch, do I need a “computer engineer” which presumingly includes hardware knowledge by your distinction? Probably not. Is a code monkey going to build me the website? Also probably not.

      So somewhere inbetween the two, you probably need a position that can engineer complex pieces of computer code, along with its design and architecture - we could even call it something short, like a software engineer or something

    • surewhynotlem@lemmy.world
      Aquileo | link
      Aquileo | fedilink
      Aquileo | arrow-up
      28
      Aquileo | arrow-down
      1
      ·
      19 hours ago

      I can tell you have a bachelor’s of engineering. Not because I think you’re being elitist. But because you haven’t yet figured out that words are fluid and don’t follow strict rules like systems do.

      English is hard.

      I have a B.E. as well. It took me years to word good.

      • FiniteBanjo@feddit.online
        Aquileo | link
        Aquileo | fedilink
        English
        Aquileo | arrow-up
        2
        Aquileo | arrow-down
        19
        ·
        16 hours ago

        You’re on Lemmy so you’d be better off learning Mandarin or Russian.

        Words which indicate a minimun amount of trained and proven competence or authority, such as Doctor or Police Lieutenant, are not things you can just claim willy nilly.

    • mnemonicmonkeys@sh.itjust.works
      Aquileo | link
      Aquileo | fedilink
      English
      Aquileo | arrow-up
      23
      Aquileo | arrow-down
      1
      ·
      19 hours ago

      As a mechanical engineer: if a software engineer completed school, they’re an engineer, deal with it. We’re not talking about someone that doesn’t know what they’re doing cobbing things together for 1-off demos like Michael Reeves

        • mnemonicmonkeys@sh.itjust.works
          Aquileo | link
          Aquileo | fedilink
          English
          Aquileo | arrow-up
          2
          ·
          6 hours ago

          From the videos I’ve seen, he just does trial and error - no math or understanding involved. That’s not engineering - that’s called design. Didn’t stop him from bashing engineers in one of his videos saying that school was pointless. After that, I stopped watching his videos. Thankfully I only wasted time on 2-3 of them, including the swearing roomba.

          Meanwhile I highly doubt he knows (or knew) anything about fatigue, trusses, or kinematics, things you have to have an understanding of in mechanical engineering. Maybe he learned after the fact, but I don’t really care.

      • FiniteBanjo@feddit.online
        Aquileo | link
        Aquileo | fedilink
        English
        Aquileo | arrow-up
        3
        Aquileo | arrow-down
        27
        ·
        19 hours ago

        I only consider Engineering to be the application of math and science to plan complex systems or structures.

        If a person is doing that as a programmer then they have to already understand computer architecture to a bare minimum of how memory works physically, processor functionality, and discreet mathematics: which makes them a computer engineer.

        If a person completely lacks understanding of math or physics behind the machines they code for then I don’t care how complicated their derivative work is: it is not engineering. Much like how painting is not engineering nor is balancing a stack of rocks.

        • JackbyDev@programming.dev
          Aquileo | link
          Aquileo | fedilink
          English
          Aquileo | arrow-up
          12
          Aquileo | arrow-down
          1
          ·
          15 hours ago

          So you believe that

          1. Engineering is the application of math and science to plan complex systems and structures
          2. Computer science teaches math and science to plan complex systems and structures

          But you believe that computer science prepares students for “programming”, not engineering, so they aren’t engineers. Despite it being about the application of math and science to design complex systems and structures (engineering) and despite the fact that everyone else calls this profession software engineering and you call it programming. And you don’t think you have a bias?

          • FiniteBanjo@feddit.online
            Aquileo | link
            Aquileo | fedilink
            English
            Aquileo | arrow-up
            1
            Aquileo | arrow-down
            8
            ·
            14 hours ago

            It’s possible to learn how to do some limited engineering while working towards a comp sci degree but it doesn’t magically turn every task you perform into engineering. Programming isn’t engineering.

            • JackbyDev@programming.dev
              Aquileo | link
              Aquileo | fedilink
              English
              Aquileo | arrow-up
              5
              Aquileo | arrow-down
              1
              ·
              11 hours ago

              So engineering is not what you said you believe it is, you actually believe it’s what you said it is except software engineers because you’re a condescending gatekeeper. Software engineering is different from programming.

            • queerlilhayseed@piefed.blahaj.zone
              Aquileo | link
              Aquileo | fedilink
              English
              Aquileo | arrow-up
              12
              ·
              14 hours ago

              Oh, boooo. Boooo! Come on, you were lining up a classic crowd favorite, the “Real Engineers understand the fundamentals” attack, then they hit you with the ol’ “Some programming courses teach the fundamentals” and you come back with this? No pivot to credentialing, no tirade about how software is all virtual so it’s not the same as building something with real materials, no grand declaration about how real engineers have to take their jobs seriously because lives are at stake? Just “no it’s programming not engineering they’re different”? Weak.

              Back in my day we used to argue about whether or not software engineering is real engineering with some gumption.

              • FiniteBanjo@feddit.online
                Aquileo | link
                Aquileo | fedilink
                English
                Aquileo | arrow-up
                2
                Aquileo | arrow-down
                9
                ·
                14 hours ago

                Engineers are rarely menial labourers so idk what you mean by programming being virtual. Like 98% of engineering work is planning diagrams.

                My argument has always been that the work is different between a syntax ape and an engineer.

                • queerlilhayseed@piefed.blahaj.zone
                  Aquileo | link
                  Aquileo | fedilink
                  English
                  Aquileo | arrow-up
                  8
                  Aquileo | arrow-down
                  1
                  ·
                  14 hours ago

                  I’m referring to the tropes of this tired-ass debate, I’m not saying there’s any merit to any of them. My heckle is mainly concerned with the lack of substance, even cliched or overused substance, behind the argument you’re trying to make. It sounds, based on the disrespectful way you describe coders as “syntax apes”, that you don’t really understand the craft of software development, the principles of engineering practice, or how the two intersect.

                  You sound like a clueless manager who thinks of devs as interchangeable and easily replaceable cogs in a software factory.

    • grue@lemmy.world
      Aquileo | link
      Aquileo | fedilink
      Aquileo | arrow-up
      35
      Aquileo | arrow-down
      5
      ·
      22 hours ago

      “Software engineer” will be a thing when it’s licensed by the state. Until then, we’re all just glorified cowboy-coders with no accountability.

      (Speaking as computer programmer with an EIT in a different field.)

      • ramjambamalam@lemmy.ca
        Aquileo | link
        Aquileo | fedilink
        English
        Aquileo | arrow-up
        8
        ·
        14 hours ago

        “Software Engineer” is a title that is licensed by professional engineering organizations in Canada. Would you acknowledge that it’s “a thing” in Canada?

        • grue@lemmy.world
          Aquileo | link
          Aquileo | fedilink
          Aquileo | arrow-up
          2
          ·
          9 hours ago

          Assuming the provincial or national government requires you to have such a license or be working under supervision of someone who does in order to be employed in the practice of making software, then yes.

          • Victor@lemmy.world
            Aquileo | link
            Aquileo | fedilink
            Aquileo | arrow-up
            2
            ·
            3 hours ago

            The fact that it’s licenced in one region but not another, and you rely on the licence in order to grant it the title of engineer, makes your base completely fallacious IMO. How can you step over a border and suddenly change your mind? Makes zero sense to me.

            • grue@lemmy.world
              Aquileo | link
              Aquileo | fedilink
              Aquileo | arrow-up
              1
              ·
              Aquileo | edit-2
              2 hours ago

              Do you understand what being a professional (in the formal sense) actually is? It means your first responsibility is to the public, not your employer, and you are legally responsible for the work that you do. That goes for doctors, lawyers, and yes, engineers.

              If you as a civil engineer design an unsafe structure and it kills people, you can go to prison. If your employer demands you approve an unsafe design, the fact that you have to stamp the plans that get filed with the government gives you the power to resist. That’s what being licensed means.

              If people making software don’t have that level of accountability – again, to the public, not to their megalomaniacal tech bro boss – then they ain’t engineers.


              It only varies by jurisdiction in the sense that some jurisdictions care about protecting the public and some apparently don’t.

              • Victor@lemmy.world
                Aquileo | link
                Aquileo | fedilink
                Aquileo | arrow-up
                1
                Aquileo | arrow-down
                1
                ·
                2 hours ago

                That’s not the law in every country as far as I understand, so this simply comes down to a matter of definition.

                Case closed as far as I’m concerned. I’m quite satisfied with that.

        • FiniteBanjo@feddit.online
          Aquileo | link
          Aquileo | fedilink
          English
          Aquileo | arrow-up
          2
          Aquileo | arrow-down
          5
          ·
          14 hours ago

          idk about grue but imo that depends on the requirements of the title. If you need to be a real engineer capable of doing real engineering work to claim it then by all means.

          If you need less than 14 math credits and only general ed science requirements, then no.

          • ramjambamalam@lemmy.ca
            Aquileo | link
            Aquileo | fedilink
            English
            Aquileo | arrow-up
            6
            Aquileo | arrow-down
            1
            ·
            Aquileo | edit-2
            12 hours ago

            CAEB accredites Canadian university programs, including civil engineering programs, electrical engineering programs, and yes, software engineering programs. In addition, provincial engineering organizations such as PEO require that all professiomal engineers are employed as engineers in training (EIT) for a period of time, have passed an ethics exam, and are in good professional standing.

            TL;DR: yes, officially recognized software engineers are real engineers in Canada.

            • grue@lemmy.world
              Aquileo | link
              Aquileo | fedilink
              Aquileo | arrow-up
              4
              ·
              8 hours ago

              The other key requirements I hope your licensing has are continuing education requirements and, most importantly, the notion of being a professional and having accountability to the public, not just your employer. Just taking one college class where you learn about Therac-25 isn’t enough; a professional software engineer also needs to have the power to refuse unethical demands by their employer (e.g. to build dark patterns or otherwise enshittify the software) and have that judgement be backed up by the state.

              • ramjambamalam@lemmy.ca
                Aquileo | link
                Aquileo | fedilink
                English
                Aquileo | arrow-up
                3
                Aquileo | arrow-down
                1
                ·
                4 hours ago

                You can see the CEAB accredited programs and decide for yourself if they meet your personal criteria – they all seem to include a substantial variety of advanced mathematics.

                I’m sensing that you may be an engineer in another discipline who feels jealous that the horde of unregulated software engineers are diluting your title. It’s a valid concern in my opinion, and one that is shared by organizations like PEO who have and will take action on people using the term incorrectly, although their resources and jurisdiction are obviously limited. The key differentiation is between a licensed, professional software engineer with a stamp, and a software developer who was given “engineer” in their title at work.

          • zalgotext@sh.itjust.works
            Aquileo | link
            Aquileo | fedilink
            Aquileo | arrow-up
            3
            ·
            13 hours ago

            During my computer engineering degree I was required to take enough math credits to earn a mathematics minor, and I learned the physics of transistors at a quantum level as part of the core curriculum. Do you think I can call myself an engineer, or should I limit it to just - what was the wording you used - oh yeah, syntax ape?

      • NotSteve_@lemmy.ca
        Aquileo | link
        Aquileo | fedilink
        Aquileo | arrow-up
        16
        ·
        22 hours ago

        IIRC you can’t actually use the title “Engineer” prefixed or not without having a P.Eng license here in Canada. Of course, that didn’t stop my previous American employers from giving me the title of Software Engineer but it’s not supposed to be allowed

        • SorryQuick@lemmy.ca
          Aquileo | link
          Aquileo | fedilink
          Aquileo | arrow-up
          5
          ·
          15 hours ago

          Which is completely stupid, you can perform engineering without having paid the order and it doesn’t feel like there’s any other word that explains the job quite as easily.

          Looking up synonyms though it seems I could legally call myself a “software mastermind”, “software plotter” or “software captain”.

          • NotSteve_@lemmy.ca
            Aquileo | link
            Aquileo | fedilink
            Aquileo | arrow-up
            5
            ·
            14 hours ago

            I do agree partially but I also get wanting “engineer” to be a protected term. I think software design is probably one more valid uses of the term but I think applying it to everything ain’t it (I.e. sanitation engineer).

            Tbh I’m happy enough just having a Software Developer title

        • masterspace@lemmy.ca
          Aquileo | link
          Aquileo | fedilink
          English
          Aquileo | arrow-up
          12
          ·
          22 hours ago

          Yeah, I’ve looked it up and this is definitely the case, I’ve also had both Canadian and American employers refer to my position this way continuously with no repercussions (I similarly have an engineering degree in another field and was an eit and am now in software).

          It’s weird because if the provincial engineering societies were serious about enforcing their rules, it would take them ZERO effort to find thousands and thousands and thousands of violations through like a single LinkedIn search. The fact that they dont put in such a minimal amount of effort kind of signals they don’t care about the rule.

      • BartyDeCanter@piefed.social
        Aquileo | link
        Aquileo | fedilink
        English
        Aquileo | arrow-up
        18
        Aquileo | arrow-down
        5
        ·
        22 hours ago

        Yeah, I moved into software from electrical engineering. “Software engineers” are rarely doing engineering. Though, weirdly, the LLM-assisted coding methods seems to be leading to more of a focus on specs, design documents, and testing methodology, which almost makes it more like actual engineering.

    • Miaou@jlai.lu
      Aquileo | link
      Aquileo | fedilink
      Aquileo | arrow-up
      12
      ·
      19 hours ago

      I get your point but I’m not going to pull out my whole resume when, at the end of the day, I write software for a living.

    • for_some_delta@beehaw.org
      Aquileo | link
      Aquileo | fedilink
      Aquileo | arrow-up
      4
      Aquileo | arrow-down
      1
      ·
      18 hours ago

      I’ve been involved in math, software and hardware. The core function is the same: finding solutions to problems. Pedantically gatekeeping, I have little knowledge of engines. I’m grateful that usage is antiquated.