Blogs

Test Front Page
jhm – Tue, 2012 – 02 – 07 16:58

http://hearplanet.cotren.net/article/1079574

No votes yet

Turn existing VMDK into ZFS VOL and use ISCSI to access it from different system
jhm – Fri, 2011 – 07 – 22 14:09

I have several servers running Solaris 10u9 with VirtualBox server installed. Each of those hosts can manage several guest. Currently I use VirtualBox multiattach image types to clone guests from master images. This doesn't require me to use clonehd on the master images, which is a very time consuming process.

Your rating: None Average: 4 (2 votes)

Nathan sings Day Tripper by the Beatles
jhm – Sun, 2011 – 06 – 12 08:05

Your rating: None Average: 5 (1 vote)

Nathan plays drums
jhm – Sun, 2011 – 06 – 05 08:38

Your rating: None Average: 5 (1 vote)

Dog Talk
jhm – Sun, 2011 – 05 – 08 12:22

Your rating: None Average: 4.5 (2 votes)

Skank Standards
jhm – Mon, 2011 – 04 – 25 09:58

Your rating: None Average: 2.3 (3 votes)

PHP case sensitivity @#&^%!
jhm – Tue, 2010 – 10 – 26 08:54

The other day I finally figured out why some people are so violently opposed to PHP. When using object oriented features of PHP5 I discovered the hard way that PHP has some weird, backwards compatibility issue rules how it handles case.

In a nutshell, variables are case sensitive, but function names, and object methods (!!!) are not.

That explains why the following code does not work

<?php
class A {
function
GET($url) {
 
// retrieve the url
}
}
class
B extends A {
private var
$foo;

function
get($var) {
  return
$this->var;
}
}
?>

Your rating: None Average: 1 (1 vote)

Thank you Rock Band
jhm – Thu, 2010 – 09 – 23 08:51

Three clips of Nathan playing Green Day on Rock Band
Your rating: None Average: 3 (2 votes)

The Reciprocating Dingle Arm
jhm – Thu, 2010 – 09 – 02 11:51

Several years ago, Rockwell International decided to get into the heavy duty transmission business. They were getting ready to tape a first introduction video and, as a warm up, the professional narrator began what has become a legend within the industry. This practice presentation is strictly off the cuff -- nothing is written down.
No votes yet

Nathan plays Linkin Park What I've Done
jhm – Sat, 2010 – 07 – 17 08:11

No votes yet