Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:It'll work if you want to suceed (Score 1) 397

When we (and I can speak only for the Chinese here) fail, we look into ourselves trying to find where we have failed - and in doing so, we mend up our weakness, and turn that failure into a lesson.

OK, fair enough, but from my European perspective, person that (rightfully) blames society for unfair treatment, for example in rich afroamerican pop-culture, is doing "human" thing. Community that "look into ourselves trying to find where we have failed" seems more like colony of ants to me. Maybe this is why unions are strong in Europe, I don't want to "blame myself" all the time, for everything that goes wrong, I am often quite comfortable with blaming those in power, actually.

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

"The chain which can be yanked is not the eternal chain." -- G. Fitch

Working...