dacaprice.com from fitness to technology.

24Jan/100

Most recent migraines.

Somehow or another, I managed to get migraines 2 out of the last 3 weeks after hockey.  I've been stretching regularly, seeing the chiropractor and massage therapist at least once a month.  It is frustrating considering the months past I've had no migraines.  I haven't changed my diet or exercise habits recently, however, work has been significantly more stressful; working over-nights, increased workload and responsibilities etc.

The first migraine I just dealt with; no meds, no ice, no massage, I just waited it out.  The second mirgraine, I tried the same approach as the first, except I massaged and stretched my neck myself.  I massaged my neck by folding my hands behind my neck (like I was praying) and used my thumbs to massage both sides of my neck.  This significantly helped with the pain.  At some point it felt as if the pain went away.  Unfortunately I could only massage my own neck for so long.  Regardless, the amount of time I was able to spend massaging significantly reduced the overall pain I was feeling.

It seems I keep my stress in my neck and stretching might not cut it for preventing these migraines.  Moving forward, I'm going to try and add the self-neck massage into my normal routine to see how that helps.

21Jan/100

Damien Walters highlight reel

Incredible display of elite fitness!

Tagged as: No Comments
19Jan/100

The New Cavemen Lifestyle Has Found a Home in the City – NYTimes.com

The caveman lifestyle, in Mr. Durant’s interpretation, involves eating large quantities of meat and then fasting between meals to approximate the lean times that his distant ancestors faced between hunts. Vegetables and fruit are fine, but he avoids foods like bread that were unavailable before the invention of agriculture. Mr. Durant believes the human body evolved for a hunter-gatherer lifestyle, and his goal is to wean himself off what he sees as many millenniums of bad habits.

via The New Cavemen Lifestyle Has Found a Home in the City - NYTimes.com.

18Jan/100

View text iPhone messages once you start typing.

I'm a big fan of the SMS & MMS user interface on the iPhone. However I've always found it annoying that once you start typing, you can not minimize the keyboard. In other words if you want to view all of your messages from one contact in full screen mode, after you've started typing a new message, you have to go back to the previous screen, then back into the conversation you started in the first place. I found that you can avoid this by clicking edit (upper right-hand corner). You can view all of the messages in edit mode, then hit cancel when you're finished. You don't lose any of the new message you started typing. Just be careful you don't accidentally delete anything!

Tagged as: No Comments
3Jan/100

How to run fsck on a Logical Volume in Linux.

I recently had a problem on my laptop running Fedora 11 where my X session just totally froze when trying to bring the laptop back from a hibernate state.  Outside of the occasional issues coming out of hibernate (usually X not restoring) I'd say Fedora 11 has been pretty solid.  This particular time, my X session restored but everything locked up.  I tried switching to another virtual terminal to log in and kill GDM but some sort of inode error just streamed down the console.  My only option was a hard reboot and after that I couldn't boot Fedora with any kernel.  To fix my problem I booted off the Fedora install CD into rescue mode without mounting  / .  I then performed the following:

# lvm pvscan
# lvm vgscan
# lvm lvchange -ay /dev/VolGroup00/LogVol_home
# lvm lvscan
# fsck -yfv /dev/VolGroup00/LogVol_home

Tagged as: , No Comments