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. Microtransactions for devs

Microtransactions for devs

Scheduled Pinned Locked Moved Programmer Humor
programmerhumor
37 Posts 22 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.
  • cm0002@lemmy.worldC [email protected]
    This post did not contain any content.
    J This user is from outside of this forum
    J This user is from outside of this forum
    [email protected]
    wrote on last edited by
    #23

    No one uses this meme correctly and it makes me irrationally upset.

    sneezycat@sopuli.xyzS 1 Reply Last reply
    32
    • J [email protected]

      No one uses this meme correctly and it makes me irrationally upset.

      sneezycat@sopuli.xyzS This user is from outside of this forum
      sneezycat@sopuli.xyzS This user is from outside of this forum
      [email protected]
      wrote on last edited by
      #24

      At this point, this movie is probably older than most of the people that use this meme template.

      cupcakezealot@lemmy.blahaj.zoneC 1 Reply Last reply
      9
      • scrubbles@poptalk.scrubbles.techS [email protected]

        I mean, it's not like it ships it to production. You can read code it writes and modify it if you don't like it, or choose not to use it.

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

        If you can read the code it writes and modify it, a project manager can remove that time from you and take the AI slop direct to production.

        scrubbles@poptalk.scrubbles.techS C 2 Replies Last reply
        0
        • idunnololz@lemmy.worldI [email protected]

          I asked it to translate all my string to another language. So I guess i18n support. It's decent.

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

          And you are sure it's not spewing hallucinations or neo-fascism in a language you don't understand... why?

          idunnololz@lemmy.worldI 1 Reply Last reply
          0
          • N [email protected]

            If you can read the code it writes and modify it, a project manager can remove that time from you and take the AI slop direct to production.

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

            That's a different problem. The original question was when would a competent dev use an LLM.

            N 1 Reply Last reply
            0
            • 30p87@feddit.org3 [email protected]

              In which case would a competent dev use an LLM?

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

              It's outstanding at bridging the gap between "I need to mash these two concepts/technologies together" and "the answer is spread across six different StackOverflow threads." Hunting that stuff down using Google has been a delicate operation even at the best of times in the last 25 years, but it always took a lot of time. With an LLM and each such query, I've saved hours, maybe even whole workdays. Fact-checking an AI takes far less effort.

              1 Reply Last reply
              3
              • sneezycat@sopuli.xyzS [email protected]

                At this point, this movie is probably older than most of the people that use this meme template.

                cupcakezealot@lemmy.blahaj.zoneC This user is from outside of this forum
                cupcakezealot@lemmy.blahaj.zoneC This user is from outside of this forum
                [email protected]
                wrote on last edited by
                #29

                brb crawling into a hole and crying

                1 Reply Last reply
                5
                • N [email protected]

                  If you can read the code it writes and modify it, a project manager can remove that time from you and take the AI slop direct to production.

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

                  Another good reason to never let the company's project become your project.

                  1 Reply Last reply
                  1
                  • N [email protected]

                    And you are sure it's not spewing hallucinations or neo-fascism in a language you don't understand... why?

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

                    You should try using an LLM to translate things. It's wctually pretty good compared to more traditional translators. I think translation is actually an area LLMs excels in.

                    N 1 Reply Last reply
                    0
                    • 30p87@feddit.org3 [email protected]

                      In which case would a competent dev use an LLM?

                      firelizzard@programming.devF This user is from outside of this forum
                      firelizzard@programming.devF This user is from outside of this forum
                      [email protected]
                      wrote on last edited by
                      #32

                      Boring, tedious shit that doesn’t require brainpower, just time, when fixing whatever comes out of the LLM is less annoying than doing it myself.

                      1 Reply Last reply
                      0
                      • 30p87@feddit.org3 [email protected]

                        I very rarely find result summarizers useful. If I didn't find something normally, there won't be anything in there.

                        I sure love tests and huge codebases with errors in them. In the time I read and understood an LLM's output, I could write it myself. And save on time later when expanding/debugging.

                        firelizzard@programming.devF This user is from outside of this forum
                        firelizzard@programming.devF This user is from outside of this forum
                        [email protected]
                        wrote on last edited by
                        #33

                        When yarn/react/next.js/amplify breaks in some new and idiotic way, Claude is helpful more often than not. Why spend hours googling and sifting through github/stack overflow/etc when Claude can tell me what option to tweak to fix it in a fraction of the time?

                        1 Reply Last reply
                        0
                        • scrubbles@poptalk.scrubbles.techS [email protected]

                          That's a different problem. The original question was when would a competent dev use an LLM.

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

                          Which the answer is: never. If they did, by definition they would not be competent (unless they are being specifically trained in how to avoid code slop).

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

                            You should try using an LLM to translate things. It's wctually pretty good compared to more traditional translators. I think translation is actually an area LLMs excels in.

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

                            Why would I do that when I can talk to a human? (or, at least, something in the internet that pretends to be that)

                            idunnololz@lemmy.worldI 1 Reply Last reply
                            0
                            • N [email protected]

                              Why would I do that when I can talk to a human? (or, at least, something in the internet that pretends to be that)

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

                              You've never needed to translate something before? As an example at a grocery store sometimes there are foods with instructions in other languages. Sometimes the entire item is in another language and I want to know what it is.

                              N 1 Reply Last reply
                              0
                              • idunnololz@lemmy.worldI [email protected]

                                You've never needed to translate something before? As an example at a grocery store sometimes there are foods with instructions in other languages. Sometimes the entire item is in another language and I want to know what it is.

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

                                And I'd ask ten people before a machine. If I had to ask a machine, then I'd have to ask 9 people anyway just to verify if the machine answer is any trustable; after all, the entire point is I couldn't do it myself.

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