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 (No Skin)
  • No Skin
Collapse
Brand Logo

agnos.is Forums

  1. Home
  2. Programmer Humor
  3. They're trying to normalize calling vibe coding a "programming paradigm," don't let them.

They're trying to normalize calling vibe coding a "programming paradigm," don't let them.

Scheduled Pinned Locked Moved Programmer Humor
programmerhumor
49 Posts 38 Posters 3 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.
  • P [email protected]

    Tf is "return oriented"?

    hiddenlayer555@lemmy.mlH This user is from outside of this forum
    hiddenlayer555@lemmy.mlH This user is from outside of this forum
    [email protected]
    wrote on last edited by
    #4

    When you write code for a "runtime" that wasn't intended to run your code.

    https://www.youtube.com/watch?v=8Dcj19KGKWM

    P S 2 Replies Last reply
    7
    • hiddenlayer555@lemmy.mlH [email protected]
      This post did not contain any content.
      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
      #5

      I mean, if my boss understands that the output of vibe coding rarely works, i'm happy to chat with the AI all day if I keep the same salary.

      P H 2 Replies Last reply
      7
      • hiddenlayer555@lemmy.mlH [email protected]

        When you write code for a "runtime" that wasn't intended to run your code.

        https://www.youtube.com/watch?v=8Dcj19KGKWM

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

        Seems like not a real programming paradigm, and I don't mean in a No True Scotsman way. It really is in a separate category of thing. Could've said logic programming or stack-oriented programming.

        hiddenlayer555@lemmy.mlH 1 Reply Last reply
        6
        • P [email protected]

          Seems like not a real programming paradigm, and I don't mean in a No True Scotsman way. It really is in a separate category of thing. Could've said logic programming or stack-oriented programming.

          hiddenlayer555@lemmy.mlH This user is from outside of this forum
          hiddenlayer555@lemmy.mlH This user is from outside of this forum
          [email protected]
          wrote on last edited by [email protected]
          #7

          Yeah fair enough now that I think more about it. IDK I just find the concept really cool so I included it.

          aatube@kbin.melroy.orgA B 2 Replies Last reply
          2
          • H [email protected]

            Branding, my dude. It’s called vulnerability as a service

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

            VaaS the Stampede

            Z 1 Reply Last reply
            10
            • hiddenlayer555@lemmy.mlH [email protected]

              Yeah fair enough now that I think more about it. IDK I just find the concept really cool so I included it.

              aatube@kbin.melroy.orgA This user is from outside of this forum
              aatube@kbin.melroy.orgA This user is from outside of this forum
              [email protected]
              wrote on last edited by
              #9

              you could've had declarative (e.g. ReactJS, Jetpack Compose) lol

              A 1 Reply Last reply
              0
              • H [email protected]

                Branding, my dude. It’s called vulnerability as a service

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

                Oh, a logical time bomb!!!

                1 Reply Last reply
                1
                • B [email protected]

                  I mean, if my boss understands that the output of vibe coding rarely works, i'm happy to chat with the AI all day if I keep the same salary.

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

                  Until they start demanding 10x output in the same timetable

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

                    Until they start demanding 10x output in the same timetable

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

                    that's not vibe coding then. And AI can be used like a junior dev, you give it simple instructions and check everything it does. Using it like that can probably boost performance of already good seniors, but not by the factor 10.

                    1 Reply Last reply
                    2
                    • B [email protected]

                      I mean, if my boss understands that the output of vibe coding rarely works, i'm happy to chat with the AI all day if I keep the same salary.

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

                      NGL I'm waiting for the first lawsuit where an engineer is sued by a company by vibe coding as they were told and caused irreparable harm to the company as the whole product has to be redone from the ground up.

                      U C 2 Replies Last reply
                      3
                      • hiddenlayer555@lemmy.mlH [email protected]
                        This post did not contain any content.
                        H This user is from outside of this forum
                        H This user is from outside of this forum
                        [email protected]
                        wrote on last edited by
                        #14

                        You lost me at return oriented programming. Getting something working out of that is way more difficult than doing it out of vib coding. (Way more impressive though)

                        1 Reply Last reply
                        5
                        • hiddenlayer555@lemmy.mlH [email protected]

                          When you write code for a "runtime" that wasn't intended to run your code.

                          https://www.youtube.com/watch?v=8Dcj19KGKWM

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

                          When you write code for a “runtime” that wasn’t intended to run your code.

                          That definition would be too broad, as includes any type of exploit.

                          In ROP, you modify the stack to write return addresses and then return to jump to the first of these addresses, the return addresses go to parts of the executable that end with a return instruction (gadgets), so it will always return to the next of your return address.

                          (That video is maybe not the easiest introduction to ROP.)

                          Having ROP in here as normal programming paradigm, as opposed to vibe coding, made the meme so much better.

                          1 Reply Last reply
                          6
                          • aatube@kbin.melroy.orgA [email protected]

                            you could've had declarative (e.g. ReactJS, Jetpack Compose) lol

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

                            Terraform

                            1 Reply Last reply
                            0
                            • hiddenlayer555@lemmy.mlH [email protected]

                              Yeah fair enough now that I think more about it. IDK I just find the concept really cool so I included it.

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

                              It's fine memes are permitted to make jokes and it's more of a paradigm than vibe coding.

                              The one paradigm that's actually missing is logic programming, I would've gotten rid of unstructured to include it. The whole paradigm thing really only started with Dijkstra's rant about unstructured gotos (not the ones C has, in C you can't jump to the middle of another function).

                              1 Reply Last reply
                              1
                              • H [email protected]

                                NGL I'm waiting for the first lawsuit where an engineer is sued by a company by vibe coding as they were told and caused irreparable harm to the company as the whole product has to be redone from the ground up.

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

                                But the product is also redone from the ground up by vibe coding because lessons are impossible to learn and corporate is infallible.

                                H 1 Reply Last reply
                                1
                                • semi_hemi_demigod@lemmy.worldS [email protected]

                                  VaaS the Stampede

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

                                  Vaush the Stampede

                                  T 1 Reply Last reply
                                  0
                                  • hiddenlayer555@lemmy.mlH [email protected]
                                    This post did not contain any content.
                                    addie@feddit.ukA This user is from outside of this forum
                                    addie@feddit.ukA This user is from outside of this forum
                                    [email protected]
                                    wrote on last edited by
                                    #20

                                    No love for the 'declarative' programming paradigm? You can actually do some useful work with SQL or Ansible...

                                    Y B 2 Replies Last reply
                                    1
                                    • Z [email protected]

                                      Vaush the Stampede

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

                                      Hehe horsey

                                      1 Reply Last reply
                                      0
                                      • U [email protected]

                                        But the product is also redone from the ground up by vibe coding because lessons are impossible to learn and corporate is infallible.

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

                                        I wouldn't mind some corps vibing themselves into bankruptcy.

                                        U 1 Reply Last reply
                                        1
                                        • hiddenlayer555@lemmy.mlH [email protected]
                                          This post did not contain any content.
                                          archmageazor@lemmy.worldA This user is from outside of this forum
                                          archmageazor@lemmy.worldA This user is from outside of this forum
                                          [email protected]
                                          wrote on last edited by
                                          #23

                                          I don't know what vibe coding is, but I'm assuming it's when you relax in your chair, lean back, place your hands on the keyboard and just type. Let the vibes guide your code.

                                          E S M C U 5 Replies Last reply
                                          8
                                          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