A while back I was in a business class, and I had this thought, that I really wish there was a way for me to log how many mental spoons* (how much mental energy) it takes to do a task. Something like a period tracker app, or a habit tracker, that could allow me to enter some data, and when it had enough it would be able to estimate how much energy a task would take, and how much energy I probably have on a given day, so that maybe I’d have an easier time managing my own energy. This idea developed into extending to physical spoons, as I’ve since developed chronic pain. It’s not just that I suck at time management, although I do suck at that, it’s that I have a hard time knowing how mentally or physically strenuous an activity will be for my mind/body, or how much energy I will have on a given day.

The hypothetical app would allow the user to input tasks, state how long they take, rate on a scale how strenuous the activity is both physically and mentally, or maybe have a number of custom scales. Like, for me it would be like, let’s say i need to go get something from the pharmacy. I could input how long I need to get ready, how long the walk is, the fact that it involves bright lights in the store but it’s usually pretty quiet, aside from cars on the way there and back. I could input that it involves talking to a cashier, which I hate doing but usually is only a few words. So I spend roughly 30 minutes on my feet, the task is low to medium Sensory Bad, has a small amount of Interacting With Humans, and takes a tiny bit of emotional energy due to the People Will Think I’m Stealing anxiety. Using this data and ideally previous data that the app has about my energy levels before and after other similar tasks, the app could then say “this will take 2 physical spoons, 1 sensory spoon, 1 mental spoon.” So then I go to the pharmacy and when I get back, I note how tired I am, whether each of these aspects were worse/more draining than I thought, and whether the task involved more types of spoons than I thought, and it could adjust accordingly to future instances. There would have to be a means of quantifying everything, but I think this would help me as a Moss quite a lot. It would be even better if I could also input things like, how much i slept, spoons used the previous day, etc. so that the app could guess how many spoons i have on a given day. I think this would help me manage my energy levels better, both in reassuring me of what I am capable of and reminding me gently that I shouldn’t overexert myself.

I looked into it briefly, and I haven’t found many apps that specifically are made to help disabled people manage their energy levels like this. The closest I think is one called Flaredown, which is meant to help chronically ill folks track their symptoms and meds.

I was wondering if y’all had any thoughts on this? I know a small amount of java and C++ (I think, whatever tinkercad uses when you code virtual arduinos.) and while I would definitely need to learn a lot to make this happen, the logic of coding comes easily to me. My ADHD is likely to make it hard to follow through on this project, and it’s pretty ambitious, but I still think it would be interesting to try and see how far I get. Do you folks think this is a good idea? Anything you’d like to see in an app like this? Any feedback or tips?

*For those who don’t know, spoon theory is a framework for thinking about energy made by Christine Miserandino. It was originally used to describe her own Lupus, but has since been extended to a wide array of disabilities)

  • I’ll definitely look into these apps. The money tracker thing might be a good starting point!

    On the point of spoons and whether folks would understand their significance: one thought is that, I could maybe have different settings to change the language and visuals to batteries or something similar? It’s definitely something to implement much later on, after i figure out the core functionality, code everything, make the first set of visuals, etc etc. But I definitely will keep that in mind!

    Data privacy is definitely on my mind with this whole thing. It’s kinda why im on lemmy, and moved my laptop to linux, and generally am very vigillant when it comes to my online privacy. Ideally the app would be free, open source, have no login requirements, work without internet, and store data locally.

    Thank you for your insights! If you do find anything notable with those apps, please let me know :)