Interstellar_1@lemmy.blahaj.zone to Ask Lemmy@lemmy.world · edit-24 days agoWhat is something you do to make mundane tasks more fun?message-squaremessage-square32fedilinkarrow-up160arrow-down12file-text
arrow-up158arrow-down1message-squareWhat is something you do to make mundane tasks more fun?Interstellar_1@lemmy.blahaj.zone to Ask Lemmy@lemmy.world · edit-24 days agomessage-square32fedilinkfile-text
minus-squareBoozilla@sh.itjust.workslinkfedilinkEnglisharrow-up2·3 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·2 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.