Agent_Karyo@piefed.world to Games@lemmy.worldEnglish · 1 day agoEpic CEO Tim Sweeney suggests AI could've saved Destiny 2 and will "enable games like Destiny to thrive!"www.gamesradar.comexternal-linkmessage-square98fedilinkarrow-up1300file-text
arrow-up1300external-linkEpic CEO Tim Sweeney suggests AI could've saved Destiny 2 and will "enable games like Destiny to thrive!"www.gamesradar.comAgent_Karyo@piefed.world to Games@lemmy.worldEnglish · 1 day agomessage-square98fedilinkfile-text
minus-squaresp3ctr4l@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up4·edit-210 hours agoWhy… why are these nested… owwww my brain. Oh my god. Its soo bad, it keeps getting worse the more I look at it… I hate you but also, well done.
minus-squarefunkless_eck@sh.itjust.workslinkfedilinkEnglisharrow-up2·edit-29 hours agohaha, it’s actually from experience of trying to undo what AI did to my code. And I’m just a casual hobbyist in scripting languages. I still have a to-do to unstick how it is using a lambda to set a bool value inside a dict with only one key, when any normal human would just do bool_var = my_func() def my_func() [code goes here] if x: return true else: return false it’s really been a lesson in how I can’t even use AI to learn, let alone actually produce.
Why… why are these nested… owwww my brain.
Oh my god. Its soo bad, it keeps getting worse the more I look at it…
I hate you but also, well done.
haha, it’s actually from experience of trying to undo what AI did to my code. And I’m just a casual hobbyist in scripting languages.
I still have a to-do to unstick how it is using a lambda to set a bool value inside a dict with only one key, when any normal human would just do
it’s really been a lesson in how I can’t even use AI to learn, let alone actually produce.