Interstellar_1@lemmy.blahaj.zone to Ask Lemmy@lemmy.world · edit-26 months agoWhat is something you do to make mundane tasks more fun?message-squaremessage-square2fedilinkarrow-up10arrow-down10file-text
arrow-up10arrow-down1message-squareWhat is something you do to make mundane tasks more fun?Interstellar_1@lemmy.blahaj.zone to Ask Lemmy@lemmy.world · edit-26 months agomessage-square2fedilinkfile-text
minus-squareBoozilla@sh.itjust.workslinkfedilinkEnglisharrow-up0·6 months agoFiguring out how to automate them, when possible. Coding / scripting / debugging is more fun than tedious manual tasks, IMO.
minus-squareilega_dh@feddit.nllinkfedilinkarrow-up1·6 months agofrom 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.
Figuring out how to automate them, when possible. Coding / scripting / debugging is more fun than tedious manual tasks, IMO.
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.