@[email protected] to [email protected]English • 2 months agoAI-Generated Code is Causing Outages and Security Issues in Businesseswww.techrepublic.commessage-square163fedilinkarrow-up1907cross-posted to: [email protected]
arrow-up1907external-linkAI-Generated Code is Causing Outages and Security Issues in Businesseswww.techrepublic.com@[email protected] to [email protected]English • 2 months agomessage-square163fedilinkcross-posted to: [email protected]
minus-squareJesuslinkfedilinkEnglish80•2 months agoMe and my team take our site down the old fashioned way. Code copied from some rando on the internet.
minus-square@[email protected]linkfedilinkEnglish20•2 months agoIt’s pretty much the same as AIs do - copy and past random code from Stackoverflow - but they do it automatically.
minus-square@send_me_your_inklinkEnglish9•2 months agoCan we take a moment to ask ourselves - how the hell did piping to shell become ok? We have all kinds of method’s for deploying stuff - from the age old tarball to the new shinny flat pack. But somehow we also became ok with Curl foo | sh Oftentimes as root.
minus-squaresunzu2linkfedilink4•2 months agoCopy pasting random snippets from search results and chatgpt until something works is how I do my job.
minus-squareBlitzFitz linkfedilinkEnglish3•2 months ago“until something works" At least you’re doing a better job than some people. Some leave it at will ai told me so. And they don’t know better and put that into prod!
Me and my team take our site down the old fashioned way. Code copied from some rando on the internet.
It’s pretty much the same as AIs do - copy and past random code from Stackoverflow - but they do it automatically.
Good old
curl|sh
Can we take a moment to ask ourselves - how the hell did piping to shell become ok? We have all kinds of method’s for deploying stuff - from the age old tarball to the new shinny flat pack. But somehow we also became ok with
Curl foo | sh
Oftentimes as root.
Copy pasting random snippets from search results and chatgpt until something works is how I do my job.
“until something works" At least you’re doing a better job than some people.
Some leave it at will ai told me so. And they don’t know better and put that into prod!