In my last post I covered an outline of my new sleep schedule. In this post, I’ll be summarizing all of the things that I learned in one week.
*Disclaimer* I’m not an expert after one week, but I figure if you were at all interested in my last post this is pertinent information as well.*
First off, thanks for all of the interest people are showing (I’m getting a lot of questions from friends & maybe a few odd looks too).
This past week has been up and down. I feel transitioning to the 3 hour + 3 nap schedule wasn’t really the difficult part. Sure, the mid-day nap for the first couple of days didn’t come easy. Initially I’d have a hard time falling asleep, but with the combination of my ‘black out bed’ and quickly getting tired enough around nap time it became less of an issue.
I’d have to say that for me, the real tricky part was adapting socially. This was an actual problem on Friday and Saturday. I’d be hanging out, or out at an event and I wouldn’t have an opportunity to just duck away for 20 minutes to get a nap in.
Failures
On Friday, after a week of near flawless sleep punctuality (sleepunctuality?!) I miscalculated (or rather, just didn’t plan…) and missed the afternoon and evening nap. Needless to say it killed me, I went to bed at 3:30 and woke at 8. And when I say ‘woke’ I use that term very loosely – think closer to the idea in which zombies are ‘awake’.
Apparently, I’m slow learner because I had a similar experience on Saturday too. I missed the afternoon nap, and was forced to take a break from hanging out with friends at 11:10ish and sleep on the floor upstairs for the evening nap. Needless to say, not the most effective sleep…
Successes
But it wasn’t all bad, in fact, a week that I wasn’t looking forward to at all because of how busy I was going to be work-wise became a breeze. Of course, my circumstances are special and I get the opportunity to set my own hours and tackle projects as I see fit. You 9 to 5′ers might not have this availability… But I bet with enough effort you could make it work as well.
I mentioned having an issue with the day naps and falling asleep earlier. Thanks to good ‘ole problem solving I was able to find a working solution to my issue.
My ‘black-out bed’
I just so happen to have an extra twin mattress that I have laying around for when I have an out of town visitor and what not. I also, just so happen to have a very large walk-in closet at my apartment. So, I followed the logical thought process and made a cave for day naps. I put a fan in there, it’s quaint.
Looking forward
I’m going to continue on, and give a little more care to Friday and Saturday plannings. And use general problem solving to deal with issues as they come. So far, I love it. It’s been up and down, and fairly difficult, but totally worth it I feel.
Have a much more specific question? Post it as a comment and I’ll try and get to it quickly, thanks!



html5 Comments in Wordpress – quickfix
Introduction
I’m not even going to acknowledge my terrible blogging habits ( or in reality, lack thereof ) and get to a little something something that will hopefully be of some use to someone.
With html5 making a lot of noise and gaining steam ( Google Voice & Youtube as examples ), it’s only a matter of time.
On January 25th, 2010, a nice chap by the name of Nathan Staines released his html5 version of Elliot Jay Stocks‘ Starkers theme.
As I’m still in the process of learning the nuances of html5 I decided to use Starkers html5 as a learning ground. Being a typical twitter user I let the world know what I was up to. Nathan fairly quickly responded, asking my thoughts and recommendations on any adjustments, I replied in kind.
I sat down to see if I could tackle it, I’ve always been a bit wary of messing with the comments code for wordpress seeing as recursive code can get complicated if you don’t know exactly what is going on. I thought it was an excellent opportunity to learn and I came up with a (mostly) strait forward quick fix for now. I still want to go back and rewrite the wp_list_comments(); function but that will have to wait as I have other priorities.
My quick fix:
In the comments.php template file find this bit of code:
We’ll be using this instead:
In your theme’s functions.php file we’ll be adding the following code:
This will force your comments to display like the following:
A couple of notes
Usually, theme’s wrap the
wp_list_comments();call in an ordered list, this isn’t necessary for our super awesome html5 anymore since articles can (and I guess should) be nested. Personally I wrapped it in a div with “the_comments” as a class ( For styling purposes mainly. ).These are the only changes I made to the starkers html5, take a look for yourself.
Feel free to use, modify and share as you like. Try to give references where they are due though, that’s all I ask.
Once I rewrite the function for wp_list_comments to handle ’style=article’ I’ll let you all know.
More on html5
W3C html5 spec overview
WhatWG.org html5 Working Draft
html5Doctor
html5 Gallery