not_IO@lemmy.blahaj.zone to Programmer Humor@programming.devEnglish · 1 month agofinally something worse then curl | shlemmy.blahaj.zoneimagemessage-square47linkfedilinkarrow-up1538arrow-down18file-text
arrow-up1530arrow-down1imagefinally something worse then curl | shlemmy.blahaj.zonenot_IO@lemmy.blahaj.zone to Programmer Humor@programming.devEnglish · 1 month agomessage-square47linkfedilinkfile-text
minus-squareFauxLiving@lemmy.worldlinkfedilinkarrow-up41·1 month 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-up15·1 month agoAlso “Please don’t reformat my hard drive”
minus-squaredoenietzomoeilijk@discuss.tchncs.delinkfedilinkarrow-up8·1 month ago“Try to keep out the worst malware’d packages”
minus-squarememe_historian@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up3·1 month 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
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