not_IO@lemmy.blahaj.zone to Programmer Humor@programming.devEnglish · 2 months agofinally something worse then curl | shlemmy.blahaj.zoneexternal-linkmessage-square133linkfedilinkarrow-up1800arrow-down19file-text
arrow-up1791arrow-down1external-linkfinally something worse then curl | shlemmy.blahaj.zonenot_IO@lemmy.blahaj.zone to Programmer Humor@programming.devEnglish · 2 months agomessage-square133linkfedilinkfile-text
minus-squareFauxLiving@lemmy.worldlinkfedilinkarrow-up52·2 months agoYou may as well just completely replace your package manager with this one simple script. #!/usr/bin/env python3 import sys exec(TrustedAgent.request(f"Write a Python statement to install {sys.argv[1]}, make no mistakes"))
minus-squareBradleyUffner@lemmy.worldlinkfedilinkEnglisharrow-up24·2 months agoAlso “Please don’t reformat my hard drive”
minus-squaredoenietzomoeilijk@discuss.tchncs.delinkfedilinkarrow-up15arrow-down1·2 months ago“Try to keep out the worst malware’d packages”
minus-squarememe_historian@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up4·2 months agoI mean, you could do away with package managers altogether… Just always include “use standard library components only” in every prompt. Added bonus, your program will be very secure because it would very rarely be affected by any publicly known CVEs. /s
minus-squaregroet@feddit.orglinkfedilinkarrow-up2·2 months agoHonestly… in a world where code is written by AI and not humans, most frameworks SHOULD go away. They were designed to make a task easier for humans not for a machine. AI should not write “react on node using vue”
You may as well just completely replace your package manager with this one simple script.
#!/usr/bin/env python3 import sys exec(TrustedAgent.request(f"Write a Python statement to install {sys.argv[1]}, make no mistakes"))Also “Please don’t reformat my hard drive”
“Try to keep out the worst malware’d packages”
I mean, you could do away with package managers altogether… Just always include “use standard library components only” in every prompt.
Added bonus, your program will be very secure because it would very rarely be affected by any publicly known CVEs.
/s
Honestly… in a world where code is written by AI and not humans, most frameworks SHOULD go away. They were designed to make a task easier for humans not for a machine. AI should not write “react on node using vue”