-
Hey, look. I got mcs to github before Miguel
http://github.com/cjac/mcs I’m also hosting it on my own not-as-l33t git repo: http://git.colliertech.org/?p=mcs.git;a=summary Does this mean that I get a “cooler than Miguel” tee shirt?
-
Filing to become a licensed CA
—–BEGIN PGP SIGNED MESSAGE—– Hash: SHA1 All Operative Personnel employed by Collier Technologies LLC, known here as the Certification Authority or CA, must also be licensed as notaries public by the local government where they reside during any act performed on behalf of the CA. In addition to passing the Washington State Operative Personnel Exam,…
-
Scarlet’s performance
Yay :)
-
No longer just the president of the hair club for men
So. I think the project I’m working on is so awesome that I’m willing to pay for it. I set up the first of many sites yesterday that will be running on my blingy new storm host: Home Birth Seattle was designed and developed by Cadmium Yellow, AKA my wife, Hannah ;) We did the…
-
A sonnet for kpartx
yeah, I don’t have one, but someone should write one.
-
I can haz nexus one
Non non nom
-
IE error “expected identifier, string or number”
This probably means that you’ve got a trailing comma after an object/hash definition: var myObj = { key0: ‘val0’, key1: ‘val1’, key2: ‘val2′, // ↠}; // ↑ You’re on your own for trying to figure out which file it’s talking about and translating the line number into the correct value.
-
Building libvirt on CentOS5 (incomplete)
Much thanks to Brett for the pointers on rpm-fu. http://grantmcwilliams.com/index.php?option=com_content&view=article&id=229: $ sudo yum install \ xen-devel \ xhtml1-dtds \ hal-devel \ libpcap-devel \ cyrus-sasl-devel \ parted-devel \ numactl-devel \ avahi-devel \ slang-devel \ libvolume_id-devel \ openldap-devel # device-mapper-devel \ # xmlrpc-c-devel \ for pkg in \ libssh2-devel-1.2.5-1.el5.pp.x86_64.rpm \ libssh2-1.2.5-1.el5.pp.x86_64.rpm \ libssh-0.2.1-0.2.svn193.el5.pp.x86_64.rpm \ libssh-devel-0.2.1-0.2.svn193.el5.pp.x86_64.rpm do wget…