Vmware network performance issues
There is currently a bug with vmware server network performance on modern Linux distributions (particularly when performing host->guest and guest->guest data transfers. The following discussion thread...
Thoughts on technology, infrastructure, and AI
There is currently a bug with vmware server network performance on modern Linux distributions (particularly when performing host->guest and guest->guest data transfers. The following discussion thread...
Hmm, looks kind of interesting - allows me to consolidate all of my online accounts into one uber account. Seems to keep track of tags ok. It really seems to be concerned with how many people link to...
Deer Farm, Te Anau Originally uploaded by gavin.jackson. Just been playing around with digital stitching software. This one was done using the built-in CS3-E File->Automate->Filemerge tool. It essent...
In a nutshell, dowload EasyInstall from: http://peak.telecommunity.com/DevCenter/EasyInstall#installing-easy-install This now allows you to install python packages (called eggs). Like CPAN for PERL, i...
Just learned how to use variables in mysql - the variables are bound to the specific client session - and are destroyed on disconnect. SET @varname = value SELECT max(value) from table into @varname S...