• MajorHavoc@programming.dev
    cake
    link
    fedilink
    arrow-up
    207
    arrow-down
    1
    ·
    edit-2
    4 days ago

    Lol. Even among those less stupid, most didn’t hire junior developers for the last three years, to hedge their bets.

    Well, it’s three years later, AI didn’t solve shit, and we are facing an entire missing cohort of senior developers.

    We’ve seen this before - back when web frameworks “made all of us obsolete” back in 2003.-

    Here’s what comes next:

    Everyone who needs a senior developer gets to start bidding up the prices of the missing senior developers. Since there simply aren’t enough to go around, the “find out” phase will be punctuated.

    Losing bidders get to pay 4x rates for 1/3 the output from consulting companies.

    Cheers!

    Source: I was made obsolete by web frameworks so hard that I entered a delusion where working with web frameworks just let us produce bigger buggier websites even faster - and where the demand for web developers skyrocketed and I made some seriously respectable money while helping train up junior developers to help address the severe shortage.

          • Aqarius@lemmy.world
            link
            fedilink
            arrow-up
            52
            ·
            4 days ago

            It’s by design very verbose and “English”-like, like instead of x=y*z it would go “MULTIPLY y BY z GIVING x”, the idea was that it would read almost like natural language, so that non-tech staff could understand it.

              • frezik@midwest.social
                link
                fedilink
                arrow-up
                30
                ·
                4 days ago

                Yes. COBOL can be excused because it was the first time anyone was going down that path. Everything that comes later, less so.

                • MajorHavoc@programming.dev
                  cake
                  link
                  fedilink
                  arrow-up
                  2
                  ·
                  3 days ago

                  Yes. COBOL can be excused because it was the first time anyone was going down that path.

                  Yeah. And a lot of non-programmers became programmers thanks to Cobol.

                  I think we’re seeing this effect with AI code copilots, as well. It can’t replace a programmer, but it can elevate a potential programmer to proficient (in at least some tasks) faster than was possible before.

                  I know it theoretically means I earn less than I might have, but for my whole career there’s been so much more to be done than there are of us to do it, anyway.

                  Everything that comes later, less so.

                  Yeah. They really need to get off my lawn with this nonsense. We’ve seen this enough times to know that it’ll be great, but still won’t solve all our problems.

              • Swedneck@discuss.tchncs.de
                link
                fedilink
                arrow-up
                17
                ·
                4 days ago

                i mean syntax is part of it, but it can only help you so much. like no matter how you talk about mathematics, you have to somehow understand what multiplication is, but it certainly does help to write “5x3” rather than “5+5+5”

                • reinei@lemmy.world
                  link
                  fedilink
                  arrow-up
                  10
                  ·
                  4 days ago

                  But/and also also, just because you might know what a multiplication is you still might not know how to use that to make audio louder! (You might say “well just add to the loudness!” or if you actually know it’s not that easy you might say “just multiply it by 2!”, but the computer doesn’t simply take “audio” it takes some form of bytes in an array encoding said audio, let’s say PCM to make it easier, and you still need to know how to loop over that and multiply every value by 2 to double the physical volume.)

                  • Tavi@lemmy.blahaj.zone
                    link
                    fedilink
                    English
                    arrow-up
                    3
                    ·
                    4 days ago

                    oh but don’t forget clipping and the fact that you now increased audio variance means the 10¢ tinny speakers at checkout cant power it, so now you have to work around perceptive loudness and normalize to speech frequencies and when you get to the shop to install new firmware you see a granny wearing glasses asking “what does the self checkout menu say?” and now you have a new problem.

                  • addie@feddit.uk
                    link
                    fedilink
                    arrow-up
                    2
                    ·
                    4 days ago

                    Man alive, don’t get the managers working with audio. “Doubling the stream” might work if you’re using a signed audio format rather than an unsigned one, and the format is in the same endianness as the host computer uses. Neither of which are guaranteed when working with audio.

                    But of course, the ear perceives loudness in a logarithmic way (the decibel scale), so for it to be perceived as “twice as loud”, it generally needs an exponential increase. Very high and low frequencies need more, since we’re less sensitive to them and don’t perceive increases so well.

              • MajorHavoc@programming.dev
                cake
                link
                fedilink
                arrow-up
                9
                ·
                4 days ago

                Except that it’s not the syntax that makes programming hard, it’s the thought process, right?

                Exactly!

                And, of course, AI doesn’t help with the thought process at all, but did made the syntax much simpler to deal with, once again.

                So - once again - people who don’t understand what you just pointed out, now believe we don’t need programmers anymore. Just like the last several times that we “didn’t need programmers anymore”, for basically the same reason.

                I understand that we rinse and repeat the same nonsense for networking, systems administrator, etc, every few years. Some people genuinely believe that the computers are someday going to magically start understanding themselves for us.

      • SlopppyEngineer@lemmy.world
        link
        fedilink
        arrow-up
        59
        ·
        4 days ago

        It’s very common. Every few years there is some no-code platform claiming no developers are needed anymore in any sector, not just web dev. Invariably these only work if you stay on the narrow path and of course the customer asks something outside of the easy path after the first demo so a lot of work by devs are needed to make of happen.

        AI is just one more like that, but with hype on steroids.

        • esa@discuss.tchncs.de
          link
          fedilink
          arrow-up
          31
          ·
          4 days ago

          And very old. Part of the sales pitch for the COmmon Business-Protected Language was that anyone could learn to code in almost plain English.

          Also, the stuff they wind up making is the kind of stuff that people with no coding experience make. Cooking up an ugly website with terrible performance and security isn’t much harder than making an ugly presentation with lots of WordArt. But it never was, either.

          Between COBOL and LLM-enhanced “low code” we had other stuff, like that infamous product from MS that produced terrible HTML. At this point I can’t even recall what it was called. The SharePoint editor maybe?

          • SlopppyEngineer@lemmy.world
            link
            fedilink
            arrow-up
            27
            ·
            4 days ago

            Even SQL was originally called SEQUEL, Structured English QUEry Language. They got sued for the name and changed it to SQL. It was also pitched to retrieve data with plain language.

          • xthexder@l.sw0.com
            link
            fedilink
            arrow-up
            5
            ·
            4 days ago

            the kind of stuff that people with no coding experience make

            The first complete program I ever wrote was in Basic. It took an input number and rounded it to the 10s or 100s digit. I had learned just enough to get it running. It was using strings and a bunch of if statements, so it didn’t work for more than 3 digit numbers. I didn’t learn about modulo operations until later.

            In all honesty, I’m still pretty proud of it, I was in 4th or 5th grade after all 😂. I’ve now been programming for 20+ years.

            • Wiz@midwest.social
              link
              fedilink
              arrow-up
              1
              ·
              3 days ago

              Hey, about out to an interactive fiction dude/dudette!

              I programmed in TADS many years ago, but I want to learn and use inform, because I want a Z-code game like my timeless heroes at Infocom.

              • PoolloverNathan@programming.dev
                link
                fedilink
                arrow-up
                3
                ·
                3 days ago

                I’m not really into writing interactive fiction; I just tried it a little since it seemed neat. It turns out that I’m not great at coming up with things to write about, which makes it hard to actually write. Inform 7 makes some decisions that complicate using it with a programming background; I’m considering trying to write my own language for similar purposes (but different paradigms).

      • MajorHavoc@programming.dev
        cake
        link
        fedilink
        arrow-up
        23
        arrow-down
        1
        ·
        4 days ago

        Which frameworks? 😂

        Ruby on Rails was probably the peak of the hype wave. It had a tutorial that any manager could follow to build a simple data driven website in minutes.

        • TrickDacy@lemmy.world
          link
          fedilink
          arrow-up
          1
          arrow-down
          5
          ·
          4 days ago

          Is that a “framework”? Anyhow it was first released a year after you claimed this all happened.

          • MajorHavoc@programming.dev
            cake
            link
            fedilink
            arrow-up
            5
            ·
            4 days ago

            Ruby was the really hot one.

            .Net accomplished very similar outcomes and caused a lesser version of the same hyperbole, a few years earlier.

            Yes, both are called frameworks.

            Of course, I’m going from an old person’s memory, so who knows or cares? You can learn from my experiences, or not.

            If you check my post history, you’ll see plenty of evidence that I am, as claimed, a cranky old software developer.

            I don’t see why anyone would want to pretend to be me. It’s not that much fun.

      • Ephera@lemmy.ml
        link
        fedilink
        English
        arrow-up
        18
        ·
        4 days ago

        Well, forget for a moment everything you know about webpages and now you want a form where the user can create an account. The sales person tells you that the user has entered the data for us, so it just needs to be sent with a request to the backend, which always looks the same. And then it just needs to be put into a INSERT INTO, which also always looks the same.
        All of that stuff can clearly be auto-generated by the framework. And 70% of the boilerplate code does exactly that, so that obviously means 70% of the workload of your devs disappears, which means you can get rid of 70% of your developers.

        It just makes it really easy to scam people, when they don’t know the technical side…

      • MajorHavoc@programming.dev
        cake
        link
        fedilink
        arrow-up
        3
        ·
        3 days ago

        Damn, sounds like a a good time to start a consulting firm.

        Yeah. I did it for one do the previous go-rounds of this pattern. It was lucrative, but it also meant I was constantly soothing the egos of assholes.

        Assholes make great customers, because everyone else is charging them 4x to 12x the going rate, as well.

        But eventually there’s been enough money to pay off my student loans and car loans and I just wanted my daily work to be with intelligent compassionate people, instead.

        • AwkwardLookMonkeyPuppet@lemmy.world
          link
          fedilink
          English
          arrow-up
          3
          ·
          3 days ago

          I was self-employed for around 7 years and finally came to the conclusion that I’m just not a very good businessman. When you’re self employed, you’re running the business more than coding, or doing the things that you’re actually passionate about, and I didn’t enjoy it. Not to mention that sometimes I’d work 15-17 hours per day, 7 days per week, for weeks on end, just to be pretty poor. Plus health insurance is a fucking nightmare without some massive corporation subsidizing it. Maybe that part is better now with the ACA and insurance market website, but idk, because I finally gave up and got a job right around the time that the ACA kicked in. Idk, part of me thinks that I could hire a business manager to do the business parts, and I could just architect solutions, but the more realistic part of me thinks they’d probably steal all of my profits while I was trying to solve coding problems.

    • TrickDacy@lemmy.world
      link
      fedilink
      arrow-up
      7
      arrow-down
      7
      ·
      edit-2
      4 days ago

      Not sure what web framework “made you obsolete” in 2003. I don’t even think jQuery existed then let alone anything you could accurately call a framework

      Edit: just looked it up, first jQuery release was 2006 so I’m not sure what you’re smoking but I want some

      • underisk@lemmy.ml
        link
        fedilink
        arrow-up
        20
        ·
        edit-2
        4 days ago

        People genuinely thought ColdFusion would allow untrained businessmen to make complex websites with no coding, only markup. It could generously be described as a “web framework”, and it was released in 1995.

        • cogman@lemmy.world
          link
          fedilink
          arrow-up
          23
          ·
          4 days ago

          Wysiwygs were all the rage in the late 90s early 00s with a promise that the hard part of development was actually just doing the layout.

          Tools like frontpage have been tricking incredulous entrepreneurs that programming is easy since at least then.

          • underisk@lemmy.ml
            link
            fedilink
            arrow-up
            18
            ·
            4 days ago

            In revenge for reminding me of Frontpage I will also mention Dreamweaver. God just the memory of trying to clean up copy text someone edited in Frontpage is giving me nausea.

            • voracitude@lemmy.world
              link
              fedilink
              arrow-up
              5
              ·
              edit-2
              4 days ago

              In revenge for reminding me of Frontpage I will also mention Dreamweaver

              Small business owners learning about word2html.net for the first time…

              I’m just saying, this is an arms race and nobody will win.

      • jonne@infosec.pub
        link
        fedilink
        arrow-up
        16
        ·
        edit-2
        4 days ago

        I’m assuming he means backend frameworks, like Ruby on Rails, Codeigniter, CakePHP, etc. That fits the timeframe, I think?

      • MajorHavoc@programming.dev
        cake
        link
        fedilink
        arrow-up
        5
        ·
        4 days ago

        Wow. I forget that there are babies on the Internet, now.

        There were back-end web frameworks as early as the 1990s. The Internet started long before JavaScript existed.

        God I feel old, now. Fuck. Lol.

        • TrickDacy@lemmy.world
          link
          fedilink
          arrow-up
          3
          ·
          4 days ago

          Yeah, I didn’t do backend stuff for a while so maybe I somehow missed those being called frameworks. Sounds like they were though. And it’s nice of you to say I’m young lol

          • MajorHavoc@programming.dev
            cake
            link
            fedilink
            arrow-up
            3
            ·
            4 days ago

            Yeah, I didn’t do backend stuff for a while so maybe I somehow missed those being called frameworks.

            Oh sure. And yeah, the term tends to be used for front end now.

            And it’s nice of you to say I’m young lol

            Lol. You’re welcome!