Lena@gregtech.eu to Programmer Humor@programming.devEnglish · 3 months ago"Source code file"gregtech.euimagemessage-square131linkfedilinkarrow-up1309arrow-down13
arrow-up1306arrow-down1image"Source code file"gregtech.euLena@gregtech.eu to Programmer Humor@programming.devEnglish · 3 months agomessage-square131linkfedilink
minus-squareSkullgrid@lemmy.worldlinkfedilinkarrow-up29·3 months agohow does the AI know what the rest of the project is like? Or what the purpouse of the file is?
minus-squareCaptDust@sh.itjust.workslinkfedilinkarrow-up81·3 months agoWhat do you mean “rest of the project”? Don’t you put all of everything into a singular neatly contained file? It’s way more optimized that way
minus-square0ops@piefed.ziplinkfedilinkEnglisharrow-up21·3 months agoThat’s how I read the tweet, dork never got further than Programming 1
minus-squarepotatoenjoyer@kbin.earthlinkfedilinkarrow-up13·3 months agoAll my source code is in one .h file
minus-squareSkullgrid@lemmy.worldlinkfedilinkarrow-up7·3 months agoA hentai file so you can goon while you code? My god , you’re a genius. Elon musk needs you at twitter asap
minus-square Morphit @feddit.uklinkfedilinkarrow-up12·3 months agoThat’s Link Time Optimization, right? Put everything into one place for the linker to optimize.
minus-squareMonkeMischief@lemmy.todaylinkfedilinkarrow-up1·3 months agoI thought Link Time Optimization usually involved at least an ocarina…
minus-squareWeirdfish@lemmy.worldlinkfedilinkarrow-up3·3 months agoWith the obscure language I use for work, I do tend to keep each system to a single file, even though includes and modules are supported. Granted, they are generally between 500 and 5000 lines, and are usually written from scratch. That being said, there is a 0 percent chance I’m going to be feeding anything I write into Grok.
how does the AI know what the rest of the project is like? Or what the purpouse of the file is?
What do you mean “rest of the project”? Don’t you put all of everything into a singular neatly contained file? It’s way more optimized that way
That’s how I read the tweet, dork never got further than Programming 1
All my source code is in one .h file
A hentai file so you can goon while you code? My god , you’re a genius. Elon musk needs you at twitter asap
That’s Link Time Optimization, right? Put everything into one place for the linker to optimize.
I thought Link Time Optimization usually involved at least an ocarina…
With the obscure language I use for work, I do tend to keep each system to a single file, even though includes and modules are supported.
Granted, they are generally between 500 and 5000 lines, and are usually written from scratch.
That being said, there is a 0 percent chance I’m going to be feeding anything I write into Grok.