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
Brand Logo

agnos.is Forums

  1. Home
  2. Programmer Humor
  3. the beautiful code

the beautiful code

Scheduled Pinned Locked Moved Programmer Humor
programmerhumor
226 Posts 135 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.
  • mudman@fedia.ioM [email protected]

    Fully agreed. Everybody is betting it'll get there eventually and trying to jockey for position being ahead of the pack, but at the moment there isn't any guarantee that it'll get to where the corpos are assuming it already is.

    Which is not the same as not having better autocomplete/spellcheck/"hey, how do I format this specific thing" tools.

    W This user is from outside of this forum
    W This user is from outside of this forum
    [email protected]
    wrote on last edited by
    #32

    Yeah, it’s still super useful.

    I think the execs want to see dev salaries go to zero, but these tools make more sense as an accelerator, like giving an accountant excel.

    I get a bit more done faster, that’s a solid value proposition.

    1 Reply Last reply
    0
    • spankmonkey@lemmy.worldS [email protected]

      It doesn't 'know' anything. It is glorified text autocomplete.

      The current AI is intelligent like how Hoverboards hover.

      C This user is from outside of this forum
      C This user is from outside of this forum
      [email protected]
      wrote on last edited by
      #33

      Semantics 😴

      spankmonkey@lemmy.worldS I 2 Replies Last reply
      0
      • M [email protected]

        This is a philosophical discussion and I doubt you are educated or experienced enough to contribute anything worthwhile to it.

        spankmonkey@lemmy.worldS This user is from outside of this forum
        spankmonkey@lemmy.worldS This user is from outside of this forum
        [email protected]
        wrote on last edited by
        #34

        I asked ChatDVP for a response to your post and it said you weren't funny.

        M 1 Reply Last reply
        1
        • C [email protected]

          Semantics 😴

          spankmonkey@lemmy.worldS This user is from outside of this forum
          spankmonkey@lemmy.worldS This user is from outside of this forum
          [email protected]
          wrote on last edited by
          #35

          Sementics 💦

          1 Reply Last reply
          1
          • M [email protected]

            No the spell just fizzled. In my experience it happens far less often if you start with an Abra kabara and end it with an Alakazam!

            grrgyle@slrpnk.netG This user is from outside of this forum
            grrgyle@slrpnk.netG This user is from outside of this forum
            [email protected]
            wrote on last edited by
            #36

            Zojak Quapaj!

            1 Reply Last reply
            0
            • spankmonkey@lemmy.worldS [email protected]

              I asked ChatDVP for a response to your post and it said you weren't funny.

              M This user is from outside of this forum
              M This user is from outside of this forum
              [email protected]
              wrote on last edited by
              #37

              I can tell you're a member of the next generation.

              Gonna ignore you now.

              M spankmonkey@lemmy.worldS 2 Replies Last reply
              1
              • C [email protected]

                The image is taken from Zhihu, a Chinese Quora-like site.

                The prompt is talking about give a design of a certain app, and the response seems to talk about some suggested pages. So it doesn't seem to reflect the text.

                But this in general aligns with my experience coding with llm. I was trying to upgrade my eslint from 8 to 9, and ask chatgpt to convert my eslint file, and it proceed to spit out complete garbage.

                I thought this would be a good task for llm because eslint config is very common and well-documented, and the transformation is very mechanical, but it just cannot do it. So I proceed to read the documents and finished the migration in a couple hour...

                C This user is from outside of this forum
                C This user is from outside of this forum
                [email protected]
                wrote on last edited by
                #38

                I use it sometimes, usually just to create boilerplate. Actual functionality it's hit or miss, and often it ends up taking more time to fix than to write myself.

                1 Reply Last reply
                5
                • trickdacy@lemmy.worldT [email protected]

                  I wouldn't say it's accurate that this was a "mechanical" upgrade, having done it a few times. They even have a migration tool which you'd think could fully do the upgrade but out of the probably 4-5 projects I've upgraded, the migration tool always produced a config that errored and needed several obscure manual changes to get working. All that to say it seems like a particularly bad candidate for llms

                  scrubbles@poptalk.scrubbles.techS This user is from outside of this forum
                  scrubbles@poptalk.scrubbles.techS This user is from outside of this forum
                  [email protected]
                  wrote on last edited by
                  #39

                  No, still "perfect" for llms. There's nuance, seeing patterns being used, it should be able to handle it perfectly. Enough people on stack overflow asked enough questions, if AI is like Google and Microsoft claim it is, it should have handled it

                  trickdacy@lemmy.worldT 1 Reply Last reply
                  1
                  • 30p87@feddit.org3 [email protected]

                    I asked ChatGPT with help about bare metal 32-bit ARM (For the Pi Zero W) C/ASM, emulated in QEMU for testing, and after the third iteration of "use printf for output" -> "there's no printf with bare metal as target" -> "use solution X" -> "doesn't work" -> "ude printf for output" ... I had enough.

                    scrubbles@poptalk.scrubbles.techS This user is from outside of this forum
                    scrubbles@poptalk.scrubbles.techS This user is from outside of this forum
                    [email protected]
                    wrote on last edited by
                    #40

                    Yeah you can tell it just ratholes on trying to force one concept to work rather than realizing it's not the correct concept to begin with

                    F 1 Reply Last reply
                    1
                    • codiunicorn@programming.devC [email protected]
                      This post did not contain any content.
                      P This user is from outside of this forum
                      P This user is from outside of this forum
                      [email protected]
                      wrote on last edited by
                      #41

                      To be fair, if I wrote 3000 new lines of code in one shot, it probably wouldn’t run either.

                      LLMs are good for simple bits of logic under around 200 lines of code, or things that are strictly boilerplate. People who are trying to force it to do things beyond that are just being silly.

                      B W O iavicenna@lemmy.worldI 4 Replies Last reply
                      44
                      • scrubbles@poptalk.scrubbles.techS [email protected]

                        No, still "perfect" for llms. There's nuance, seeing patterns being used, it should be able to handle it perfectly. Enough people on stack overflow asked enough questions, if AI is like Google and Microsoft claim it is, it should have handled it

                        trickdacy@lemmy.worldT This user is from outside of this forum
                        trickdacy@lemmy.worldT This user is from outside of this forum
                        [email protected]
                        wrote on last edited by
                        #42

                        I searched this issue and didn't find anything very helpful. The new config format can be done many slightly different ways and there are a lot of variables in how your plugins and presets can be. It made perfect sense to me that the LLM couldn't do this upgrade for op. Since one tiny mistake and it won't work at all and usually gives a weird error.

                        1 Reply Last reply
                        0
                        • M [email protected]

                          This is a philosophical discussion and I doubt you are educated or experienced enough to contribute anything worthwhile to it.

                          F This user is from outside of this forum
                          F This user is from outside of this forum
                          [email protected]
                          wrote on last edited by
                          #43

                          Insulting, but also correct. What "knowing" something even means has a long philosophical history.

                          spankmonkey@lemmy.worldS 1 Reply Last reply
                          1
                          • C [email protected]

                            Semantics 😴

                            I This user is from outside of this forum
                            I This user is from outside of this forum
                            [email protected]
                            wrote on last edited by
                            #44

                            Not even remotely.

                            C 1 Reply Last reply
                            1
                            • haui_lemmy@lemmy.giftedmc.comH [email protected]

                              Welp. Its actually very in line with the late stage capitalist system. All polish, no innovation.

                              A This user is from outside of this forum
                              A This user is from outside of this forum
                              [email protected]
                              wrote on last edited by
                              #45

                              Awwwww snap look at this limp dick future we got going on here.

                              1 Reply Last reply
                              8
                              • M [email protected]

                                Code that does not work is just text.

                                M This user is from outside of this forum
                                M This user is from outside of this forum
                                [email protected]
                                wrote on last edited by
                                #46

                                Conversely, code that works is also text

                                S S 2 Replies Last reply
                                13
                                • P [email protected]

                                  To be fair, if I wrote 3000 new lines of code in one shot, it probably wouldn’t run either.

                                  LLMs are good for simple bits of logic under around 200 lines of code, or things that are strictly boilerplate. People who are trying to force it to do things beyond that are just being silly.

                                  B This user is from outside of this forum
                                  B This user is from outside of this forum
                                  [email protected]
                                  wrote on last edited by
                                  #47

                                  You managed to get an ai to do 200 lines of code and it actually compiled?

                                  S P 2 Replies Last reply
                                  21
                                  • M [email protected]

                                    Conversely, code that works is also text

                                    S This user is from outside of this forum
                                    S This user is from outside of this forum
                                    [email protected]
                                    wrote on last edited by
                                    #48

                                    But working code can be made into numbers.

                                    0 1 Reply Last reply
                                    7
                                    • dumnezero@piefed.socialD [email protected]

                                      Try to get one of these LLMs to update a package.json.

                                      B This user is from outside of this forum
                                      B This user is from outside of this forum
                                      [email protected]
                                      wrote on last edited by
                                      #49

                                      ones that can run cli tools do great, they just use npm

                                      1 Reply Last reply
                                      1
                                      • galoisghost@aussie.zoneG [email protected]

                                        I’ve never thought of it that way. I’m going to add copy writer to my resume.

                                        M This user is from outside of this forum
                                        M This user is from outside of this forum
                                        [email protected]
                                        wrote on last edited by
                                        #50

                                        Maybe fiction writer as well

                                        1 Reply Last reply
                                        20
                                        • B [email protected]

                                          You managed to get an ai to do 200 lines of code and it actually compiled?

                                          S This user is from outside of this forum
                                          S This user is from outside of this forum
                                          [email protected]
                                          wrote on last edited by
                                          #51

                                          4o has been able to do this for months.

                                          W B 2 Replies Last reply
                                          5
                                          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