/* * Patch for filter_var() */ if(!function_exists('filter_var')){ define('FILTER_VALIDATE_IP', 'ip'); define('FILTER_FLAG_IPV4', 'ipv4'); define('FILTER_FLAG_IPV6', 'ipv6'); define('FILTER_VALIDATE_EMAIL', 'email'); define('FILTER_FLAG_EMAIL_UNICODE', 'unicode'); function filter_var($variable, $filter, $option = false){ if($filter == 'ip'){ if($option == 'ipv4'){ if(preg_match("/(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})/", $variable, $matches)){ $variable = $matches[1]; return $variable; } } if($option == 'ipv6'){ if(preg_match("/\s*(([:.]{0,7}[0-9a-fA-F]{0,4}){1,8})\s*/", $variable, $matches)){ $variable = $matches[1]; return $variable; } } } if($filter == 'email'){ if($option == 'unicode' || $option == false){ if(preg_match("/\s*(\S*@\S*\.\S*)\s*/", $variable, $matches)){ $variable = $matches[1]; return $variable; } } } } }
Ok so I've been in a bit of a funk recently. I just graduated college, and applied for a few jobs. I started to grow a garden, I try and get to the gym often, get my healthy food, etc.
On paper it sounds like I've got my shit together, but I could be doing a WHOLE LOT MORE. And I WANT TO. Sometimes I have tremendous motivation to do things, and other times I have none.
It all starts with waking up. I've always been a late sleeper, but it's not just length of sleep. I like to sleep in the morning until the late morning or early afternoon. And I don't have much desire to sleep early at night, getting to bed by 1 A.M. is pretty early for me, and before midnight would be noteworthy.
Could it be a blood sugar thing that changes my motivational states? The sleep thing is so strange, it's like my whole drive is different in the morning, I know I should get up and that I'll get more chores done and have more free time later in the day, but it's practically impossible.
Today I was feeling a little lazy and was making something and ate a little bite of mango and felt better. Maybe I need to be eating small meals? Because I usually eat 2 large meals.
I'm going to start really paying attention to this kind of stuff because I have some stuff I want to achieve some more things than I am achieving now.
Lots of good advice. Life adds variables as you get older, and it becomes difficult to know what is causing what.
I do want to start saving money though because every time I read something or watch a video about changes in the world and USA it frustrates me and gives me a desire to want my own piece of land I can be self-sufficient on.
i hear ya, we should all pool together and start a village/tribe. we could hunt and garden together.
It all starts with waking up. I've always been a late sleeper, but it's not just length of sleep. I like to sleep in the morning until the late morning or early afternoon. And I don't have much desire to sleep early at night, getting to bed by 1 A.M. is pretty early for me, and before midnight would be noteworthy.
Could it be a blood sugar thing that changes my motivational states? The sleep thing is so strange, it's like my whole drive is different in the morning, I know I should get up and that I'll get more chores done and have more free time later in the day, but it's practically impossible.
Hi. I appreciate I'm a newbie to this forum, but I if i might give my opinion.... I might add to that working in a bar has changed my sleep pattern to an almost identical one....
1 thing I have definately learnt is that waking up when the sunrises (say like 5/6/7ish) and going to bed when it sets, is undoubtably a good habit to maybe try and form. After all our bodys evolved that way, and although no-one is desputing this i think, i do remember reading talking about different hormones like melenomin (?) etc for sleep and wake that are dependant on light/dark. Sure this is a damn hard thing to do, that is reliant of a allowing a few weeks (or even months) to slowly retune your body clock, that may require some considerable effort, or even some change in your life. For example I'm looking for alternative work, because barwork just simply isnt doing good things for my bodyclock and health.
Sugar and diet is another point. I think you know alot more than most on this one, at least with paleo in mind given your postition on this site, but perhaps it may be something small like when your feeling unmotivated, perhaps you have had some carbs a while ago, and its a sideeffect of that. I know that when i go low carb, i feel really steady, and then if i have some berries (which although are better than other fruit are very high is sugar relative to their ancestors) i am more sensitive to the up down effects than if I am moderate carb. Just an idea, because this is what happens with me.
Also never over look that although you may eat the right stuff, how you eat could affect things. Again, I am relatively new to this (but have done a fair bit of research) and the latest thing to hit me was how a young guy on here called Sully seemed to always be very positive. Now, at 17, he's bound to have more energy sure, but i do agree with an important point he made about how eating everyday is unnatural. Maybe its something simple like you eat too much fat too regularly, and your body is just working hard to digest it, giving you less drive.
Gees, I really dont know. I think in answering this I am simply just answering my OWN questions. I guess i just read it and felt that a few things i have experienced myself. In particular the sleep thing, which is something I am really trying to sort out. because I feel the longer my bad sleep habits go on for, the longer they take to break.
hope this may spark an idea of your own, and please take what I say with a pinch of salt, given it is 1.30am. (unsurprisingly :) )
David
ps. will at some stage start a 'hello' post introducing myself, instead of rambling through the night like an illiterate monkey.
Ok so I've been in a bit of a funk recently. I just graduated college, and applied for a few jobs. I started to grow a garden, I try and get to the gym often, get my healthy food, etc.
On paper it sounds like I've got my shit together, but I could be doing a WHOLE LOT MORE. And I WANT TO. Sometimes I have tremendous motivation to do things, and other times I have none.
It all starts with waking up. I've always been a late sleeper, but it's not just length of sleep. I like to sleep in the morning until the late morning or early afternoon. And I don't have much desire to sleep early at night, getting to bed by 1 A.M. is pretty early for me, and before midnight would be noteworthy.
Could it be a blood sugar thing that changes my motivational states? The sleep thing is so strange, it's like my whole drive is different in the morning, I know I should get up and that I'll get more chores done and have more free time later in the day, but it's practically impossible.
Today I was feeling a little lazy and was making something and ate a little bite of mango and felt better. Maybe I need to be eating small meals? Because I usually eat 2 large meals.
I'm going to start really paying attention to this kind of stuff because I have some stuff I want to achieve some more things than I am achieving now.