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.
  • iavicenna@lemmy.worldI [email protected]

    I am on you with this one. It is also very helpful in argument heavy libraries like plotly. If I ask a simple question like "in plotly how do I do this and that to the xaxis" etc it generally gives correct answers, saving me having to do internet research for 5-10 minutes or read documentations for functions with 1000 inputs. I even managed to get it to render a simple scene of cloud of points with some interactivity in 3js after about 30 minutes of back and forth. Not knowing much javascript, that would take me at least a couple hours. So yeah it can be useful as an assistant to someone who already knows coding (so the person can vet and debug the code).

    Though if you weigh pros and cons of how LLMs are used (tons of fake internet garbage, tons of energy used, very convincing disinformation bots), I am not convinced benefits are worth the damages.

    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
    #178

    Why do you want AI to save you for learning and understanding the tools you use?

    iavicenna@lemmy.worldI 1 Reply Last reply
    0
    • C [email protected]

      That doesn't sound viby to me, though. You expect people to actually code? /s

      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
      #179

      You can vibe code the tests too y'know

      C N 2 Replies Last reply
      5
      • merc@sh.itjust.worksM [email protected]

        It confidently gave me one

        IMO, that's one of the biggest "sins" of the current LLMs, they're trained to generate words that make them sound confident.

        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
        #180

        Sycophants.

        1 Reply Last reply
        0
        • J [email protected]

          Coherent originality does not point to the machine’s understanding; the human is the one capable of finding a result coherent and weighting their program to produce more results in that vein.

          Your brain does not function in the same way as an artificial neural network, nor are they even in the same neighborhood of capability. John Carmack estimates the brain to be four orders of magnitude more efficient in its thinking; Andrej Karpathy says six.

          And none of these tech companies even pretend that they’ve invented a caring machine that they just haven’t inspired yet. Don’t ascribe further moral and intellectual capabilities to server racks than do the people who advertise them.

          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 [email protected]
          #181

          Coherent originality does not point to the machine’s understanding; the human is the one capable of finding a result coherent and weighting their program to produce more results in that vein.

          You got the "originality" part there, right? I'm talking about tasks that never came close to being in the training data. Would you like me to link some of the research?

          Your brain does not function in the same way as an artificial neural network, nor are they even in the same neighborhood of capability. John Carmack estimates the brain to be four orders of magnitude more efficient in its thinking; Andrej Karpathy says six.

          Given that both biological and computer neural nets very by orders of magnitude in size, that means pretty little. It's true that one is based on continuous floats and the other is dynamic peaks, but the end result is often remarkably similar in function and behavior.

          borari@lemmy.dbzer0.comB J 2 Replies Last reply
          0
          • A [email protected]

            You can vibe code the tests too y'know

            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 [email protected]
            #182

            You know, I'd be interested to know what the critical size you can get to with that approach is before it becomes useless.

            B 1 Reply Last reply
            1
            • P [email protected]

              You can fit an awful lot of Perl into one line too if you minimize it. It'll be completely unreadable to most anyone, but it'll run

              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
              #183

              Qrpff says hello. Or, rather, decrypts DVD movies in 472 bytes of code, 531 if you want the fast version that can do it in real time. The Wikipedia article on it includes the full source code of both.

              https://wikipedia.org/wiki/Qrpff

              1 Reply Last reply
              0
              • M [email protected]

                This made me laugh so hard one of the dogs came to check in on me.

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

                Oh my goodness, that's adorable and sweet of your dog! Also, I'm so glad you had such a big laugh. I love when that happens.

                M 1 Reply Last reply
                1
                • softestsapphic@lemmy.worldS [email protected]

                  Watching the serious people trying to use AI to code gives me the same feeling as the cybertruck people exploring the limits of their car. XD

                  "It's terrible and I should hate it, but gosh it it isn't just so cool"

                  I wish i could get so excited over disappointing garbage

                  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
                  #185

                  You definitely could use AI to code, the catch is you need to know how to code first.

                  I use AI to write code for mundane tasks all the time. I also review and integrate the code myself.

                  P 1 Reply Last reply
                  4
                  • P [email protected]

                    You definitely could use AI to code, the catch is you need to know how to code first.

                    I use AI to write code for mundane tasks all the time. I also review and integrate the code myself.

                    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
                    #186

                    The AI code my “expert in a related but otherwise not helpful field” coworker writes helps me have a lot of extra work to do!

                    1 Reply Last reply
                    1
                    • S [email protected]

                      Why do you want AI to save you for learning and understanding the tools you use?

                      iavicenna@lemmy.worldI This user is from outside of this forum
                      iavicenna@lemmy.worldI This user is from outside of this forum
                      [email protected]
                      wrote on last edited by [email protected]
                      #187

                      If you do it through AI you can still learn. After all I go through the code to understand what is going on. And for not so complex tasks LLMs are good at commenting the code (though it can bullshit from time to time so you have to approach it critically).

                      But anyways the stuff I ask LLMs are generally just one off tasks. If I need to use something more frequently, I do prefer reading stuff for more in depth understanding.

                      1 Reply Last reply
                      1
                      • C [email protected]

                        You know, I'd be interested to know what the critical size you can get to with that approach is before it becomes useless.

                        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 [email protected]
                        #188

                        It can become pretty bad quickly, with just a small project with only 15-20 files. I've been using cursor IDE, building out flow charts & tests manually, and just seeing where it goes.

                        And while incredibly impressive how it's creating all the steps, it then goes into chaos mode where it will start ignoring all the rules. It'll start changing tests, start pulling in random libraries, not at all thinking holistically about how everything fits together.

                        Then you try to reel it in, and it continues to go rampant. And for me, that's when I either take the wheel or roll back.

                        I highly recommend every programmer watch it in action.

                        blackmist@feddit.ukB aeri@lemmy.worldA C 3 Replies Last reply
                        1
                        • A [email protected]

                          You can vibe code the tests too y'know

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

                          Return "works";

                          Am I doikg this correctly?

                          1 Reply Last reply
                          1
                          • captain_aggravated@sh.itjust.worksC [email protected]

                            Well I've got the name for my autobiography now.

                            irelephant@lemm.eeI This user is from outside of this forum
                            irelephant@lemm.eeI This user is from outside of this forum
                            [email protected]
                            wrote on last edited by
                            #190

                            This is where I got the term from: https://craphound.com/news/2023/09/17/plausible-sentence-generators/

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

                              On Error Resume Next

                              artvandelay@lemmy.worldA 1 Reply Last reply
                              3
                              • B [email protected]

                                It can become pretty bad quickly, with just a small project with only 15-20 files. I've been using cursor IDE, building out flow charts & tests manually, and just seeing where it goes.

                                And while incredibly impressive how it's creating all the steps, it then goes into chaos mode where it will start ignoring all the rules. It'll start changing tests, start pulling in random libraries, not at all thinking holistically about how everything fits together.

                                Then you try to reel it in, and it continues to go rampant. And for me, that's when I either take the wheel or roll back.

                                I highly recommend every programmer watch it in action.

                                blackmist@feddit.ukB This user is from outside of this forum
                                blackmist@feddit.ukB This user is from outside of this forum
                                [email protected]
                                wrote on last edited by
                                #192

                                I'd rather recommend every CEO see it in action...

                                They're the ones who would be cock-a-hoop to replace us and our expensive wages with kids and bots.

                                When they're sitting around rocking back and forth and everything is on fire like that Community GIF, they'll find my consultancy fees to be quite a bit higher than my wages used to be.

                                1 Reply Last reply
                                1
                                • M [email protected]

                                  I recently tried it for scripting simple things in python for a game. Yaknow, change char's color if they are targetted. It output a shitton of word salad and code about my specific use case in the specific scripting jargon for the game.

                                  It all based on "Misc.changeHue(player)". A function that doesn't exist and never has, because the game is unable to color other mobs / players like that for scripting.

                                  Anything I tried with AI ends up the same way. Broken code in 10 lines of a script, halucinations and bullshit spewed as the absolute truth. Anything out of the ordinary is met with "yes this can totally be done, this is how" and "how" doesn't work, and after sifting forums / asking devs you find out "sadly that's impossible" or "we dont actually use cpython so libraries don't work like that" etc.

                                  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
                                  #193

                                  It's possible the library you're using doesn't have enough training data attached to it.

                                  I use AI with python for hundreds line data engineering tasks and it nails it frequently.

                                  1 Reply Last reply
                                  0
                                  • B [email protected]

                                    I tried, it can't get trough four lines without messing up. Unless I give it tasks that are so stupendously simple that I'm faster typing them myself while watching tv

                                    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
                                    #194

                                    Four lines? Let's have realistic discussions, you're just intentionally arguing in bad faith or extremely bad at prompting AI.

                                    B 1 Reply Last reply
                                    0
                                    • N [email protected]

                                      The ideal code is no code at all

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

                                      nocode

                                      1 Reply Last reply
                                      0
                                      • 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...

                                        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
                                        #196

                                        I used Claude 3.7 to upgrade my eslint configs to flat and upgrade from v7 to v9 with Roo Code and it did it perfectly

                                        1 Reply Last reply
                                        0
                                        • irelephant@lemm.eeI [email protected]

                                          Ai code is specifically annoying because it looks like it would work, but its just plausible bullshit.

                                          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
                                          #197

                                          It needs good feedback. Agentic systems like Roo Code and Claude Code run compilers and tests until it works (just gotta make sure to tell it to leave the tests alone)

                                          1 Reply Last reply
                                          1
                                          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