July 2009
9 posts
function setAttributeOnload(object, attribute, val) {
if(window.addEventListener) {
window.addEventListener("load",
function(){ object[attribute] = val; }, false);
} else {
window.attachEvent('onload', function(){ object[attribute] = val; });
}
} Via Blake Andrews Blog William Eggleston’s (Album Cover) Guide
Something about William...
Robo-Ethicists Want to Revamp Asimov’s 3 Laws
(Via Wired: http://www.wired.com/gadgetlab/2009/07/robo-ethics/)
Two years ago, a military robot used in the South African army killed nine soldiers after a malfunction. Earlier this year, a Swedish factory was fined after a robot machine injured one of the workers (though part of the blame was assigned to the worker). Robots have been found guilty of other smaller offenses such as an incorrectly...