Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:Hold up. (Score 1) 600

Or, that living things, including our brain, transform this (static) funcion to 3D space + time, where things are possible to _predict_, there is enough causality in direction of time arrow, and system is stable enough (conservation of energy works) for life to exist. Most other trasformations probably lead to functions where random things happen, with no causality, or system is unstable (stuff massively pops up everywhere and then evaporates), so it is impossible for (complex at least) life to exist.

Comment Re:Clarification (Score 3, Interesting) 211

Cell should be an object even today. Their problem is probably, that Cell object contains something like string object, so creating 1 million of cells meeds million pointers and allocations to million of strings, which is performance killer. What they need to do is: instead of string, put int handler of string into cell, and have all strings in single huge allocated blob (like: StringBlobMap object). Going away from objects to improve performance is rarely good idea.

Comment !Like (Score -1) 190

I see CSS as another attempt (previous one being VisualBasic) of non programmers, to sort of "program" something. CSS alongside 2 basic layers, regular code and HTML document itself, only creates additional unnecessary third layer of shit that eventually may introduce problems, as soon as someone starts playing with it

Slashdot Top Deals

And it should be the law: If you use the word `paradigm' without knowing what the dictionary says it means, you go to jail. No exceptions. -- David Jones

Working...