Project HUGE: The Imaginary Fear Of Scheduling Mundane Tasks Such As Nutritional Intake

Posted December 28, 2008 at 12:05 PM

Tags: Health / Fitness, Life, Project HUGE

For some reason, I have this completely imaginary fear surrounding the scheduling of mundane tasks. I have this made-up belief that certain things should just happen naturally - that I should just know how and when to get them done and that the very act of scheduling them is a symptom of some inherent fault in my personality. Imagine having to schedule brushing your teeth - you'd probably think that's crazy, right? I do too.

But what does it really mean to be crazy? One time, I was told that a valid definition of "Crazy" was always doing the same thing and expecting to get a different result. So let me ask you this - which is more crazy: scheduling mundane tasks? Or, continuing to not schedule mundane tasks and just expect myself to start remembering to do them on my own despite a track record of forgetting?

"Crazy" is a having a simple solution to a problem and not implementing it out of fear.

Well, as this January of 2009 is my month of health, I have decided that it is time to shed the burden of imaginary fear. I am going to accept the fact that I simply don't have the capacity to remember my vitamins and have decided to outsource my nutritional intake schedule to my iPhone calendar:

 
 
 
 
 
 
iPhone Calendar Used To Track Nutrional Intake In A Fitness Program. 
 
 
 

Now, my iPhone calendar will remind when it is time to stop whatever I am doing and take my vitamins and my proteins and my caffeine shots. Because there is an imaginary fear around having to do this, it feels very weird. But, at the same time, it feels like a weight has been lifted off of my shoulders. And, there's a sense of hope that this time, I will stay on track. I think this hope stems from the fact that I have removed my memory - the limiting factor - from the picture. The more weak links that I can remove, the more likely my chain will hold steady.

I am not sure that the schedule I have laid out will work as is. I am sure it will need to be tweaked. Right now, it is based on my previous workout schedule which will be changing in the new year. But, the key here is that I have started to outsource tasks for which I shouldn't have to be responsible.

Post Comment  |  Ask Ben  |  Permalink  |  Other Searches  |  Print Page





Reader Comments

Dec 29, 2008 at 8:29 AM // reply »
16 Comments

I think scheduling vitamins and stuff like that is perfectly reasonable, particularly when you're in a position where you might not notice that you're forgetting something. I would guess we've all had days where we were so absorbed in work, hobbies, or other things that we completely overlooked something we'd ordinarily be doing.


Dec 29, 2008 at 9:22 AM // reply »
6,516 Comments

@Dave,

Exactly! Sometimes, I am so immersed in my work that I look up and I'm late for lunch!


Dec 29, 2008 at 10:03 AM // reply »
24 Comments

Ben, I would be interested in what supplements you are or will be taking and what falls in the category of "nutrients". ;-)

Chris


Dec 29, 2008 at 10:07 AM // reply »
6,516 Comments

@Chris,

When I have it more fleshed out, I'll let you all know.


Post Comment  |  Ask Ben

Recent Blog Comments
Nov 20, 2009 at 11:32 PM
Five Months Without Hungarian Notation And I'm Loving It
I've used headless camel case for years for not only ColdFusion variables, but also SQL tables and fields... pretty much everything involving code. I also subscribe to the "don't abbreviate and clea ... read »
Nov 20, 2009 at 11:00 PM
Five Months Without Hungarian Notation And I'm Loving It
@Marcel, Yeah, I always err on the side of longer but more readable variable names. As for the camel casing of CF methods and the headless camel casing of custom items, I get around this by always ... read »
Nov 20, 2009 at 10:56 PM
Five Months Without Hungarian Notation And I'm Loving It
I use the following and love it: my.namespace.MyComponents.functionMethodsOrUDF() CONSTANT_VALUES_OR_PROPERTIES One thing I always try is to CamelCaseBuiltInColdFusionFunctions() so others can tell ... read »
Nov 20, 2009 at 5:38 PM
Learning ColdFusion 8: CFImage Part I - Reading And Writing Images
Hi Ben, Great article. I've been looking around to see if ColdFusion image engine can programatically create the following "wrap around" effect: http://www.creativepro.com/article/photoshop-s-she ... read »
Nov 20, 2009 at 5:35 PM
Maintaining ColdFusion Sessions Across SMS Text Message Requests Without Cookies
@Dave: I talked to Gert he suggested: <cfhttp method="get" url="http://{some cf website}" result="stuff" addtoken="yes" /> Note the addition of cfhttp attribute addtoken. That should persist y ... read »
Nov 20, 2009 at 5:23 PM
Maintaining ColdFusion Sessions Across SMS Text Message Requests Without Cookies
@Todd, Ahh, gotcha, yeah that makes sense. ... read »
Nov 20, 2009 at 5:17 PM
Maintaining ColdFusion Sessions Across SMS Text Message Requests Without Cookies
Ben, sorry if I didn't make this clear. You can make it work like that if you want, just put <cfset session.foo = 1> (and <cfset application.foo = 1>) in your OnRequestStart() and it reve ... read »