Forgot your password?

typodupeerror

Comment: Re:How is this not idle? (Score 3, Informative) 92

by dyfet (#34446208) Attached to: Law and the Multiverse

Using his charity to both invest in and lobby for Monsanto and British Petroleum as a means of investing in private wealth to evade taxes and demanding nations change laws to suit his business needs before engaging in his self serving charity used as a mask for greed and malevolence worldwide. This would be the very business model of Lex Luther, if you ask me...

Comment: Re:For the better? (Score 2, Insightful) 345

by dyfet (#34343018) Attached to: Sony Adopts Objective-C and GNUstep Frameworks

While your overall statement could be thought of as broadly correct and relevant, it does so by being a chimeric language where you have two completely different and unrelated syntactic forms (C and smalltalk) that are superimposed on each other. I personally feel this reduces overall legibility.

Another consideration is that since method calls are messages with signatures that are symbolically matched at runtime as each method is invoked, there is some runtime overhead in method calls that are very different than found in C++ methods, even in respect to C++ virtuals, and this may become very important depending on how methods are used. To me Objective-C tends to make you use smalltalk as the framework for "overall" application structure and then use pure C for the details, where C++ is better for applying object oriented methods even to low level details, and this is where execution speed often does matter.

Finally Objective-C's runtime library standardized threads and conditionals, which makes writing multi-threaded applications more consistent and even generically cross-platform. However, all the issues with using pure C functions and libraries that are not re-entrant do of course remain.

Comment: This is going to be an interesting one (Score 5, Interesting) 62

by dyfet (#34196034) Attached to: Motorola Countersues Microsoft Over 16 Patents

While not covered well in the press, like IXI, Motorola is also demanding that Microsoft stop shipping "infringing" products, though in this case they speak of virtually the entire Microsoft product line. This can become very interesting. I think Microsoft picked on the wrong company to try and bully and run it's protection racket on this time. They seem to have inherited SCO's footgun...

Promptness is its own reward, if one lives by the clock instead of the sword.

Working...