Interstellar_1@lemmy.blahaj.zone to Ask Lemmy@lemmy.world · edit-223 days agoWhat is something you do to make mundane tasks more fun?message-squaremessage-square16fedilinkarrow-up131arrow-down10file-text
arrow-up131arrow-down1message-squareWhat is something you do to make mundane tasks more fun?Interstellar_1@lemmy.blahaj.zone to Ask Lemmy@lemmy.world · edit-223 days agomessage-square16fedilinkfile-text
minus-squareBoozilla@sh.itjust.workslinkfedilinkEnglisharrow-up2·21 days 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·21 days 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.