3223511 comment Comment Skynet? (Score 1) 137 by Lord Ikon on Wednesday January 28, 2009 @12:51PM (#26640485) Attached to: Toward Autonomous Unmanned Aircraft Technology Someone is finally going to give Skynet some wings.
2741987 comment Comment Re:Definition of business partners and customers (Score 1) 440 by Lord Ikon on Thursday February 07, 2008 @01:48AM (#22330370) Attached to: Microsoft Responds to 'Save XP' Petition Lets clean this up a bit:bool isBusinessPartnerOrCustomer(user){ if (isBusinessPartner(user)) return true; else if (isCustomer(user) && (user.getAccountSize() > 10000000) ) // Thin the herd return true; return false;}