not_IO@lemmy.blahaj.zone to Programmer Humor@programming.devEnglish · 2 days agofinally something worse then curl | shlemmy.blahaj.zoneimagemessage-square132fedilinkarrow-up1777arrow-down19file-text
arrow-up1768arrow-down1imagefinally something worse then curl | shlemmy.blahaj.zonenot_IO@lemmy.blahaj.zone to Programmer Humor@programming.devEnglish · 2 days agomessage-square132fedilinkfile-text
minus-squareFauxLiving@lemmy.worldlinkfedilinkarrow-up48·2 days 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-squarememe_historian@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up2·15 hours 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-squareBradleyUffner@lemmy.worldlinkfedilinkEnglisharrow-up19·2 days agoAlso “Please don’t reformat my hard drive”
minus-squaredoenietzomoeilijk@discuss.tchncs.delinkfedilinkarrow-up10·1 day ago“Try to keep out the worst malware’d packages”
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"))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
Also “Please don’t reformat my hard drive”
“Try to keep out the worst malware’d packages”