Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Brite
  • 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 (Cyborg)
  • No Skin
Collapse
Brand Logo

CIRCLE WITH A DOT

  1. Home
  2. Uncategorized
  3. Reposting a question for Ed Zitron, I'll forward responses.

Reposting a question for Ed Zitron, I'll forward responses.

Scheduled Pinned Locked Moved Uncategorized
40 Posts 30 Posters 0 Views
  • 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.
  • ludicity@mastodon.sprawl.clubL ludicity@mastodon.sprawl.club

    @bagder I think it's the old Gel-Mann thing, where he has assumed that people in areas that aren't his own are probably real adults, because how else would the world keep working

    My sweet summer Ed

    bagder@mastodon.socialB This user is from outside of this forum
    bagder@mastodon.socialB This user is from outside of this forum
    bagder@mastodon.social
    wrote last edited by
    #26

    @ludicity makes perfect sense. You could of course easily be mislead into believing this based on the fact that most of the world keeps working

    1 Reply Last reply
    0
    • icing@chaos.socialI icing@chaos.social

      @ludicity
      pre LLM: rarely in open source, often in corporate.

      Now: likely in open source, mainly as security reporters who play copy&paste monkey with our project and their LLM. Cant say anything about corporate as I no longer experience that (thank the heavens).

      ondrej@mastodon.rfc1925.orgO This user is from outside of this forum
      ondrej@mastodon.rfc1925.orgO This user is from outside of this forum
      ondrej@mastodon.rfc1925.org
      wrote last edited by
      #27

      @icing @ludicity Yes, also this! ^^^

      My open-source peers are usually technically very sounds. There were some exceptions in the past, but I could count these on one hand.

      Perhaps, if you do something out of the pure joy, it is hard to stay incompetent?

      bagder@mastodon.socialB 1 Reply Last reply
      0
      • ondrej@mastodon.rfc1925.orgO ondrej@mastodon.rfc1925.org

        @icing @ludicity Yes, also this! ^^^

        My open-source peers are usually technically very sounds. There were some exceptions in the past, but I could count these on one hand.

        Perhaps, if you do something out of the pure joy, it is hard to stay incompetent?

        bagder@mastodon.socialB This user is from outside of this forum
        bagder@mastodon.socialB This user is from outside of this forum
        bagder@mastodon.social
        wrote last edited by
        #28

        @ondrej @icing @ludicity lots of peeps these days do OSS as part of their job, not for fun. They found a bug or fixed something on behalf of their employer. Enterprise style. This allows the same set of incompetence, but perhaps at a lower frequency.

        icing@chaos.socialI 1 Reply Last reply
        0
        • ludicity@mastodon.sprawl.clubL ludicity@mastodon.sprawl.club

          Reposting a question for Ed Zitron, I'll forward responses. He asked on Bluesky and will get sub-Mastodon-tier answers:

          "This is a serious question and I would be delighted if I only hear great things but, software engineers: both before and after LLMs, how often in your professional lives have you run into software engineers that seem completely useless or lacking in basic knowledge? I hope the answer is rarely"

          diazona@techhub.socialD This user is from outside of this forum
          diazona@techhub.socialD This user is from outside of this forum
          diazona@techhub.social
          wrote last edited by
          #29

          @ludicity I don't think it's happened in my professional life. At each company I've worked at there are some programmers who seem to be a bit behind the curve, and occasionally a few who don't do very good work, but nobody I would consider completely useless.

          1 Reply Last reply
          0
          • buherator@infosec.placeB buherator@infosec.place
            @ludicity I worked mostly at (pen)testing and have always been astonished how basics of basics were unclear for many people (e.g. "does this code run on the client or the server?"). My opinion in summary is that the general quality of sw engineering/ers declined since managers figured out they can bill by the hour instead of fulfillment under the guise of "agile" (see "I'm gonna write myself a new minivan this afternoon").
            sassdawe@infosec.exchangeS This user is from outside of this forum
            sassdawe@infosec.exchangeS This user is from outside of this forum
            sassdawe@infosec.exchange
            wrote last edited by
            #30

            @buherator @ludicity I have run into security engineers a couple of times matching that description.

            1 Reply Last reply
            0
            • ludicity@mastodon.sprawl.clubL ludicity@mastodon.sprawl.club

              Reposting a question for Ed Zitron, I'll forward responses. He asked on Bluesky and will get sub-Mastodon-tier answers:

              "This is a serious question and I would be delighted if I only hear great things but, software engineers: both before and after LLMs, how often in your professional lives have you run into software engineers that seem completely useless or lacking in basic knowledge? I hope the answer is rarely"

              P This user is from outside of this forum
              P This user is from outside of this forum
              pinskia@hachyderm.io
              wrote last edited by
              #31

              @ludicity I would say for GCC, the difference is NOT pre-LLM vs post-LLM when it comes to software engineers that seems completely useless or lacking in basic knowledge.

              In fact I would say the difference for GCC bug reports it would be when it became more common knowledge that there is undefined behavior in C/C++.

              Since there is so much more things written about how signed integer overflow is undefined behavior and much more written about C/C++ aliasing rules; there have been much push back at their code having undefined behavior in it.

              GCC seemly gets less and less bug reports that need to be closed as invalid for having undefined behavior in it. In the last 2 months, GCC has got around 3 or 4 that has had undefined behavior in it. Around 10 years ago, it would have been closer to 12 or so for a 2 month span.

              These days my bug triaging is more about bug reports that have been already filed rather than invalid ones.
              (been doing this for 20+ years now too so I have noticed trends like this).

              1 Reply Last reply
              0
              • ludicity@mastodon.sprawl.clubL ludicity@mastodon.sprawl.club

                Reposting a question for Ed Zitron, I'll forward responses. He asked on Bluesky and will get sub-Mastodon-tier answers:

                "This is a serious question and I would be delighted if I only hear great things but, software engineers: both before and after LLMs, how often in your professional lives have you run into software engineers that seem completely useless or lacking in basic knowledge? I hope the answer is rarely"

                ndevenish@mas.toN This user is from outside of this forum
                ndevenish@mas.toN This user is from outside of this forum
                ndevenish@mas.to
                wrote last edited by
                #32

                @ludicity oh boy. Pre, regulary, absolutely. LLM do not seem to have made that much of an inroads yet into our field, except Juniors getting led astray and eventually coming back very confused.

                1 Reply Last reply
                0
                • ludicity@mastodon.sprawl.clubL ludicity@mastodon.sprawl.club

                  Reposting a question for Ed Zitron, I'll forward responses. He asked on Bluesky and will get sub-Mastodon-tier answers:

                  "This is a serious question and I would be delighted if I only hear great things but, software engineers: both before and after LLMs, how often in your professional lives have you run into software engineers that seem completely useless or lacking in basic knowledge? I hope the answer is rarely"

                  kw217@mathstodon.xyzK This user is from outside of this forum
                  kw217@mathstodon.xyzK This user is from outside of this forum
                  kw217@mathstodon.xyz
                  wrote last edited by
                  #33

                  @ludicity I worked for most of my career at a place that had a very good interview process, and pretty much everyone was competent on all the right axes. But at one point we started using some contractors from an agency and quickly realised we had to do our own screening of them. I usually asked them to code FizzBuzz in their choice of language and explain what they were doing as they did it. 20% couldn't do it at all. 30% struggled to explain their reasoning or listen to hints.

                  1 Reply Last reply
                  0
                  • bagder@mastodon.socialB bagder@mastodon.social

                    @ondrej @icing @ludicity lots of peeps these days do OSS as part of their job, not for fun. They found a bug or fixed something on behalf of their employer. Enterprise style. This allows the same set of incompetence, but perhaps at a lower frequency.

                    icing@chaos.socialI This user is from outside of this forum
                    icing@chaos.socialI This user is from outside of this forum
                    icing@chaos.social
                    wrote last edited by
                    #34

                    @bagder @ondrej @ludicity Contributing to open source means lots of people may see your code. I‘d assume that many take extra care because of this.

                    The worst engineer I‘ve met kept „their“ code always close to their chest. In „their“ branch/repository, etc. 💁🏻‍♂️

                    1 Reply Last reply
                    0
                    • ludicity@mastodon.sprawl.clubL ludicity@mastodon.sprawl.club

                      Reposting a question for Ed Zitron, I'll forward responses. He asked on Bluesky and will get sub-Mastodon-tier answers:

                      "This is a serious question and I would be delighted if I only hear great things but, software engineers: both before and after LLMs, how often in your professional lives have you run into software engineers that seem completely useless or lacking in basic knowledge? I hope the answer is rarely"

                      ramblingsteve@floss.socialR This user is from outside of this forum
                      ramblingsteve@floss.socialR This user is from outside of this forum
                      ramblingsteve@floss.social
                      wrote last edited by
                      #35

                      @ludicity you can spot club members because they wear a badge with "IBM" written on it.

                      1 Reply Last reply
                      0
                      • ludicity@mastodon.sprawl.clubL ludicity@mastodon.sprawl.club

                        Reposting a question for Ed Zitron, I'll forward responses. He asked on Bluesky and will get sub-Mastodon-tier answers:

                        "This is a serious question and I would be delighted if I only hear great things but, software engineers: both before and after LLMs, how often in your professional lives have you run into software engineers that seem completely useless or lacking in basic knowledge? I hope the answer is rarely"

                        draconacht@infosec.exchangeD This user is from outside of this forum
                        draconacht@infosec.exchangeD This user is from outside of this forum
                        draconacht@infosec.exchange
                        wrote last edited by
                        #36

                        @ludicity i'm a bit worried about confirmation bias here, though of course incompetence has existed and will continue to exist. the difference between a competent and incompetent engineer isn't decided by the tools that they have access to but the time they choose / are afforded to develop competency and how well they have learned-to-learn.

                        that said, while there isn't a quantitative difference in incompetence engineers, there is a qualitative difference in incompetent engineering. expensive AI licenses move wealth from labour to capital and give management hacks a license to demand specific things from engineers at a specific rate. some of the heaviest AI users ive seen are the junior enggs and interns, and while they werent able to answer questions about what they wrote pre-LLMs either, now it's buried in an amount of noise and unaccountability that makes it hard to catch these pitfalls during code reviews.

                        LLMs dont make people incompetent the moment you touch them. they change the amount of code, plausibly functional code mind you, that you can create in a given amount of time. this reduces the amount of time seniors can spend in design, reviewing, and talent building, and hinders the processes that (sometimes) build competence out of incompetence. i'm not a full-time-hater of LLMs, but i do worry about the real damage they do to enterprise engineering processes moreso than the engineers themselves.

                        1 Reply Last reply
                        1
                        0
                        • R relay@relay.infosec.exchange shared this topic
                        • ludicity@mastodon.sprawl.clubL ludicity@mastodon.sprawl.club

                          Reposting a question for Ed Zitron, I'll forward responses. He asked on Bluesky and will get sub-Mastodon-tier answers:

                          "This is a serious question and I would be delighted if I only hear great things but, software engineers: both before and after LLMs, how often in your professional lives have you run into software engineers that seem completely useless or lacking in basic knowledge? I hope the answer is rarely"

                          gumnos@mastodon.bsd.cafeG This user is from outside of this forum
                          gumnos@mastodon.bsd.cafeG This user is from outside of this forum
                          gumnos@mastodon.bsd.cafe
                          wrote last edited by
                          #37

                          @ludicity

                          all. the.time. Both before and after LLMs.

                          Devs with minimal networking knowledge.

                          Web-devs with zero HTTP knowledge.

                          C coders writing buffer-overflows and failing proper malloc/free pairing

                          SQL injection vulnerabilities out the wazoo.

                          Interviewed folks who couldn't write a basic fizzbuzz loop (or similar Coding 101 style exercise) in languages they claimed to have expertise.

                          I lived through the years of "I can use Frontpage and FTP files up to a server, I must be a web-developer!" with no regard to semantic markup, accessibility, security, usability, etc.

                          rtyler@hacky.townR 1 Reply Last reply
                          0
                          • gumnos@mastodon.bsd.cafeG gumnos@mastodon.bsd.cafe

                            @ludicity

                            all. the.time. Both before and after LLMs.

                            Devs with minimal networking knowledge.

                            Web-devs with zero HTTP knowledge.

                            C coders writing buffer-overflows and failing proper malloc/free pairing

                            SQL injection vulnerabilities out the wazoo.

                            Interviewed folks who couldn't write a basic fizzbuzz loop (or similar Coding 101 style exercise) in languages they claimed to have expertise.

                            I lived through the years of "I can use Frontpage and FTP files up to a server, I must be a web-developer!" with no regard to semantic markup, accessibility, security, usability, etc.

                            rtyler@hacky.townR This user is from outside of this forum
                            rtyler@hacky.townR This user is from outside of this forum
                            rtyler@hacky.town
                            wrote last edited by
                            #38

                            @gumnos @ludicity I think there is certainly a negativity bias to contend with, at least I struggle with it.

                            It is easy to remember the glaring incompetence and forget those who range from
                            competent to just below excellent.

                            (I also try to remember when I have sucked as a wee developer too)

                            1 Reply Last reply
                            1
                            0
                            • ludicity@mastodon.sprawl.clubL ludicity@mastodon.sprawl.club

                              Reposting a question for Ed Zitron, I'll forward responses. He asked on Bluesky and will get sub-Mastodon-tier answers:

                              "This is a serious question and I would be delighted if I only hear great things but, software engineers: both before and after LLMs, how often in your professional lives have you run into software engineers that seem completely useless or lacking in basic knowledge? I hope the answer is rarely"

                              aeoncypher@lgbtqia.spaceA This user is from outside of this forum
                              aeoncypher@lgbtqia.spaceA This user is from outside of this forum
                              aeoncypher@lgbtqia.space
                              wrote last edited by
                              #39

                              @ludicity I have run into it a lot during technical interviews both before and after LLMs.
                              I would not hire anyone who didn't do a white board coding exercise in front of me at this point.
                              I know for a fact that there's no reliable proctoring method.

                              1 Reply Last reply
                              1
                              0
                              • R relay@relay.infosec.exchange shared this topic
                              • ludicity@mastodon.sprawl.clubL ludicity@mastodon.sprawl.club

                                Reposting a question for Ed Zitron, I'll forward responses. He asked on Bluesky and will get sub-Mastodon-tier answers:

                                "This is a serious question and I would be delighted if I only hear great things but, software engineers: both before and after LLMs, how often in your professional lives have you run into software engineers that seem completely useless or lacking in basic knowledge? I hope the answer is rarely"

                                tstudent@infosec.exchangeT This user is from outside of this forum
                                tstudent@infosec.exchangeT This user is from outside of this forum
                                tstudent@infosec.exchange
                                wrote last edited by
                                #40

                                @ludicity I've been in software engineering for 20 years and I haven't met any people like this yet, even by stretching the definition. Lots of completely unmotivated software engineers, lots with surprising and alarming holes in their knowledge, plenty of unreliable ones, but useless? Never

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


                                • Login

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