Comment on

<- View Parent
funkless_eck@sh.itjust.works ⁨1⁩ ⁨day⁩ ago

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

  bool_var = my_func()

  def my_func()
       return true

it’s really been a lesson in how I can’t even use AI to learn, let alone actually produce.

source
Sort:hotnewtop