Could be one specific task or just in general.

  • Boozilla@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    2
    ·
    3 days ago

    Figuring out how to automate them, when possible. Coding / scripting / debugging is more fun than tedious manual tasks, IMO.

    • ilega_dh@feddit.nl
      link
      fedilink
      arrow-up
      1
      ·
      2 days ago
      from kitchen.utils import Dishwasher
      from tablesettings.dinner import dishes
      
      dishwasher = Dishwasher()
      dishwasher.load(dishes)
      dishwasher.start()
      

      Can someone help me debug this? My dishes haven’t been done in a week because it doesn’t work.