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. "Source code file"

"Source code file"

Scheduled Pinned Locked Moved Programmer Humor
programmerhumor
234 Posts 162 Posters 2 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.
  • G [email protected]

    Like this? Unrelated but similar in concept.

    Canada lesbian oil sands

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

    That's amazing. Moving to Canada

    1 Reply Last reply
    2
    • M [email protected]

      From the genius and his whipped minions that brought you MechaHitler after some "fixes and improvements"...

      ...Comes the same AI that offers to "fix your code."

      Wow. Simply astounding. A magnificent feat indeed, to waste so many finite precious resources over such garbage.

      Kindly Ctrl+A and shift-delete "All your code files", sir.

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

      LOL the macos dictionary entry/quicklook entry for "MechaHitler" gives you Grok's wikipedia page

      Which happens because wikipedia redirects "Mechahitler" to Grok

      M 1 Reply Last reply
      14
      • T [email protected]

        please don’t use grok.

        elon is poisoning the air over memphis with exhaust from the generators that he’s using to power it while using drinking water from the memphis sands aquifer to cool it.

        please don’t use grok.

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

        Why do these places even make sense to build datacenters in?

        1 Reply Last reply
        1
        • Z [email protected]

          Perfect, groks context limit is 256,000, and as we all know llm recal only gets better as context fills so you will get perfect slop that works amazingly

          /s and more info on quality drop with context increase here https://github.com/NVIDIA/RULER

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

          250,000 lines is way more than 250,000 tokens, so even that context is too small.

          1 Reply Last reply
          0
          • D [email protected]

            That was clear when they made Bootstrap.

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

            Shots fired!

            But honestly, for the time, bootstrap was great.

            pupbiru@aussie.zoneP 1 Reply Last reply
            7
            • xthexder@l.sw0.comX [email protected]

              What if this is a plot to literally steal your code? You give it to the AI, page refreshes and clears your clipboard. Your entire "source code file" is now theirs, and probably part of the training set for Grok 5.

              The first part is a joke, but the second part...

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

              Ctrl+Z undoes the cut.

              1 Reply Last reply
              1
              • R [email protected]

                No, that makes them slower because theyre leaning into the wind. You want to try to mostly use A's, because they're the most aerodynamic, and anything else should be formatted as subscript to keep code size down and reduce drag. C should be avoided at all costs because it's just going to catch the wind.

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

                Can you use T's though, once you have enough As to redirect the wind overtop them? Capital T's of course, lower-case would just get all tangled up in the turbulence.

                1 Reply Last reply
                0
                • S [email protected]

                  Does he really don't know the difference between cut and copy?

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

                  It’s just a mistake. He’s an idiot but he means copy and paste.

                  1 Reply Last reply
                  0
                  • Y [email protected]

                    Think of all the GOTOs

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

                    More like all the On Error Resume Next statements. Which wasn't even the worst thing about Visual Basic! VB also had the On Error Resume statement. On Error Resume Next at least moved on to the next line after an error occurred; On Error Resume just re-executed the error-generating line, I guess on the assumption that something would eventually change there.

                    L 1 Reply Last reply
                    9
                    • K [email protected]

                      My company actually desires that we use AI. If you fix a problem quickly and it works perfectly but you've done it manually... it's somehow worse than a colleague who took twice the amount of time and had a bad solution, but "generated by AI!"

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

                      JFC and I thought having to work in an open-office plan was the worst thing a company could do to me.

                      no_eponym@lemmy.caN 1 Reply Last reply
                      8
                      • M [email protected]

                        Presumably anybody that does this gets their code integrated into the training data right?

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

                        Is there a downside to training your AI on broken code? Can't be!

                        1 Reply Last reply
                        0
                        • K [email protected]

                          Have you used GenAI for art? It can do a reasonable job for the entire composition, but the extra fine detail have to be inpainted with specific prompts, and there are special routines that make sure faces and hands look human.

                          The same with code. It can outline the entire project but details need to be inpainted and specific errors handled.

                          The context window can't handle an entire codebase, never mind multiple projects.

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

                          Actually, I have my entire code base documented in obsidian, and I literally tell cursor to refer to the documentation. It works amazingly well, and then I have it draft documentation for the new features it's creating. I can do in a day what I used to do in a week, and it's not because it's doing anything advanced, it's just takes care of so much of the brain draining tedious tasks.

                          1 Reply Last reply
                          1
                          • C [email protected]

                            More like all the On Error Resume Next statements. Which wasn't even the worst thing about Visual Basic! VB also had the On Error Resume statement. On Error Resume Next at least moved on to the next line after an error occurred; On Error Resume just re-executed the error-generating line, I guess on the assumption that something would eventually change there.

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

                            There would just be one of those, at the top of the 1 file…

                            C 1 Reply Last reply
                            4
                            • L [email protected]

                              There would just be one of those, at the top of the 1 file…

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

                              On Error was used within a function, so you would have one (or more ... or less) per function.

                              L icastfist@programming.devI 2 Replies Last reply
                              2
                              • skullgrid@lemmy.worldS [email protected]

                                how does the AI know what the rest of the project is like? Or what the purpouse of the file is?

                                merc@sh.itjust.worksM This user is from outside of this forum
                                merc@sh.itjust.worksM This user is from outside of this forum
                                [email protected]
                                wrote on last edited by
                                #143

                                See, that's the thing. If you take a charitable interpretation of what he's attempting to say, it still doesn't make sense.

                                You paste a full file from a project into Grok and it "will fix it for you!"

                                If you gave me, a human, a file and asked me to fix it, before I did anything else, I'd ask you "ok, what's wrong with it?" Any human who didn't and just dove right into trying to fix it would often just give you a "working" program that still didn't do what you actually wanted. Sure, sometimes the answer is obvious, it doesn't compile, or it generates unexpected errors. But, often when you hear the answer, the response is "ah, well, I think you've overlooked something when thinking about the problem, have you considered X and Y?"

                                1 Reply Last reply
                                1
                                • C [email protected]

                                  On Error was used within a function, so you would have one (or more ... or less) per function.

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

                                  Oof indeed! After 40 years, I forgot it even had fns

                                  C 1 Reply Last reply
                                  3
                                  • N [email protected]

                                    No one who legitimately knows anything about computing speaks like this.

                                    He’s truly a moron’s hallucination of a genius.

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

                                    An ai runs his twitter probly

                                    1 Reply Last reply
                                    0
                                    • xthexder@l.sw0.comX [email protected]

                                      What if this is a plot to literally steal your code? You give it to the AI, page refreshes and clears your clipboard. Your entire "source code file" is now theirs, and probably part of the training set for Grok 5.

                                      The first part is a joke, but the second part...

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

                                      Assuming people upload their code to fix it, that means it's non working code. Great training material!

                                      I'm joking but I wouldn't be surprised if he didn't think that through...

                                      1 Reply Last reply
                                      1
                                      • T [email protected]

                                        Shots fired!

                                        But honestly, for the time, bootstrap was great.

                                        pupbiru@aussie.zoneP This user is from outside of this forum
                                        pupbiru@aussie.zoneP This user is from outside of this forum
                                        [email protected]
                                        wrote on last edited by
                                        #147

                                        right? like at the time we had YUI and then bootstrap came along as a breath of fresh air

                                        1 Reply Last reply
                                        2
                                        • W [email protected]

                                          He probably thinks that the entire application is only one source file

                                          pupbiru@aussie.zoneP This user is from outside of this forum
                                          pupbiru@aussie.zoneP This user is from outside of this forum
                                          [email protected]
                                          wrote on last edited by
                                          #148

                                          source code? i don’t think you know what you’re talking about… it’s called a prompt

                                          SLASH

                                          ESSS (emphasis because hate)

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