Site Updates

Well trying to resolve the Junniper Issue as I have called this new idea of the delay in posting comments. I had to work on some of the following code to also fix another issue I was having with creating a google site map system.

The code in the file required to edit was as follows.

$rewritereplace =
array(
date('Y', $unixtime),
date('m', $unixtime),
date('d', $unixtime),
date('H', $unixtime),
date('i', $unixtime),
date('s', $unixtime),
$post->post_name,
$post->ID,
$category,
$author,
$post->post_name,
);

Which Involved changing the code to this.

$date = explode(" ",date('Y m d H i s', $unixtime));
$rewritereplace =
array(
$date[0],
$date[1],
$date[2],
$date[3],
$date[4],
$date[5],
$post->post_name,
$post->ID,
$category,
$author,
$post->post_name,
);


So hopefully that will resolve any issue with that and get my Google Sitemap up and running. Now back to working on the latest write ups of the meaning of life. Not your life. My Life =p It’s fun to be selfish on your own blog sometimes. If you have a blog that is worthy of a nod let me know.

Fixing Update

Well to get the files off my Hard Drive I have the Contacts and the Music Solution solved. The iPod has all my music and all my contacts. I just would like to have all my e-mails cause I am anal like that. Also some unreleased podcasts and iLife 06 are now lost that I have to recreate and redownload.

I found a guide to replace the HDD which appears that Apple doesn’t really want you in the laptop so I have to run out to SEARS and get some TORK screwdrivers. It’s like an octagon screw head. Very Bizarre. I think I am going to go with a larger HDD replace the 80GB with either 100GB or 120GB just to fill my need to save everything.

I was thinking these next few posts are going to be rather geeky normally a topic I try to avoid because most people are “huh” or just nod their head. But it’s my blog so you can go Fuck yourself if it’s not your cup of tea.

I got some Unbuntu CD’s in the mail. 1 Set for PC’s another for 64-Bit PC’s and another for Mac’s. I thought I would use the LIVE CD which is a CD that will load the OS on your computer but not touch the Hard Drive. I figured I could do this perhaps and then mount the HDD and use Linux to transfer the information from the old Hard Drive to a backup Network Share on another machine. So I would be using Linux on my Mac to transfer over the Network to my Windows machine.

I tried the LIVE CD on my Windows Box and it doesn’t mount the Hard Drive when you use the LIVE CD so I have to go digging through my Linux books. Good experience I guess for the RHCE to remember the command to mount the HDD since it is escaping me right now.

I thought I could backup my iPod to the Windows Box but it is formatted for MAC and have not had much luck on Google trying to figure out how to Mount a Mac Formatted iPod as a Removable Disk on Windows.

So now it’s just reading reviews and trying to pickout a HDD since I decided the $450 is not worth the Backup from MacService.com and I could get a larger HDD for $135.

On a Side Note. Darin arrives on Friday and we will be all around WA making the rounds to see people. Also on March 13th My Cell Phone will be dead as we make the transfer from Sprint PCS to T-Mobile with the Number. Currently I have two cell phones right now. Since the largest complaint since I got the 8100 replaced with an 8100 from Insurance is “Dude we can’t hear you!” So I am in my car or in public shouting into my phone “What Time DO YOU WANT TO WORK OUT TONIGHT!” or “IT’S THE 9:30 SHOWING OF 16 BLOCKS!” which I am just getting tired of doing.

Anyways if you would like to show your love for a new HDD for my Laptop I believe there is a Make a Donation Button near the top. Might be nice to get a mixer and some new Mic’s get some good Recordings Going. So until I get my problem resolved Podcasts are on Hold. Which sucks because show #8 with my new Co-Host was supposed to record this week. At least it’s Tax Return Time.

My Uncle sent me a clever little note that I should mention.
“Sorry to hear about your Mac taking a dump. Just thinking though… I always
thought it was a great machine… It was you bashing IBM at the diner table as I
recall… But just incase you don’t get your address book back I thought I would
drop you a line to get mine back. I don’t worry too much about what people think of
me using the big gates god products….. As far as I know… No one has ever accused
me of being smart.

Good luck with the hard drive Tristan. I bet you could fix it if you roll up your
sleeves and jump on in.

Steve”

I have no problem against people that use the Mighty Gates Products. I just ask that they experience all that OS X has to offer before they commit to something they are used to. As they saying goes “Think Different”

iTunes Problem

iTunes Bug

I have been going crazy. I updated all my podcasts because of this problem yesterday. Which involved a resubscribe and redownload. It took a great deal of time to download every episode of MacTV for the Video iPod. I lost all the episodes of Rocketboom just not cool. My visit to the apple support forums wasn’t as productive as I had hoped. I keep getting the connection refused error.

It is even refusing my link which tells me something is wrong in iTunes because the feed works just fine in Fireant and at BlogLines. Any way to fix this without having to resubscribe to every single Podcast and redownload them all?

Useful Site!

I heard this site on the Daily Source Code a Podcast hosted by one of idols I guess Adam Curry I get a lot of IM’s saying “I don’t have an iPod how do I listen?” or “What is a podcast?”

I haven’t found any real clear way to say this. My technical mind wants to explain every little detail of it causing most people’s brains to jump out of their slide into the CD-ROM tray crawl through the internet jump out my USB port and beat my head into the keyboard saying “Shut the Hell Up Tristan I understood Internet and I hardly understand that at all”

So for the people out there I will now present.

NoiPodRequired.com
It can answer all your podcasting questions in one simple page better then I could ever describe without sending you a link to Podcasting – Wikipedia Entry Which breaks down how RSS 2.0 was created and so forth.

Which I know most of you don’t really care about. Just like you could care less about my complaint against MySpace for not having RSS for the blogs that I can throw into Fireant or Live Bookmarks or RSS Feed’s in Safari.