VirtualBox: Fixing piix4_smbus 0000.00.07.0: SMBus base address uninitialized – upgrade bios or use force_addr=0xaddr

If you see the following error message when booting Arch Linux: == piix4_smbus 0000.00.07.0: SMBus base address uninitialized – upgrade bios or use force_addr=0xaddr == To fix this, add "blacklist i2c_piix4" to file /etc/modprobe.d/modprobe.conf /etc/modprobe.d/modprobe.conf == blacklist i2c_piix4 ==

Javascript: Chrome is a lot more restrict

Today I ran into an issue where simple javascript would stop running for no apparent reason. I finally traced the problem down to where I was handling the response on a jquery.form callback:   if (response.message instanceof Array) { var html = ""; for (var line in response.message) { html… Continue reading