Dude, where's my Clue-by-four?
2005-07-xx The data is inaccessible. How does anyone get anything done?
2005-07-11 Why does Python have a built-in "len()" function when it should be a method of the relevant datatypes?
yeah. fuck python. — RyahDahl
it is a method of the relevant data types, object.__len__(). But using len(object) is more OO IMO. —PhilipNeustrom
no, the "OO" way would be to have an abstract class with a .length method that all things with length inherit from.
i think there's more to "oo" than putting every method that acts on a class inside of the classes? i really can't say that either is 'better,' because i know that in other languages the string objects have a .lenth method, but i hardly think it's a big deal!
2005-07-11 Condor lets you make DAGs but, if they are to have differing args, you have to make individual SUB's. DOH!
2005-07-11 Condor dies after executing 45 jobs in my 800-job test. The error message is, "You may have uncovered a serious bug in Condor."
explanation: "The condor log files of your jobs cannot be on an NFS mounted file system and your home directory is NFS mounted."