Writing and things

TIL 2025.4.7

### Today I Learned
– That it’s okay to just work for 10 minutes on a thing. Then I can do this check:
“`swift
if brainIsWorking {
doMoreWork(on: Project)
}
“`
Notice how the doMoreWork(on:) doesn’t have a time limit parameter? Yah, that tends to be the issue after I get going. But recently brainIsWorking has been returning false after check. Or this check hasn’t actually been called since it’s in the workOnTheThing(thing:) method.

– Sorry not sorry for using this comparison for how my I’ve been operating recently. ‍♂️ It’s just kinda how I’m doing these days.
– This is also a reminder that recovery from any kind of burnout is *not* linear. We will always have rough/hard/bad days/months/(or even a)year. And it’s important to be gentle with yourself. It’s OKAY!

Posted in til Tagged

Buy Me A Coffee