Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:Here we go again (SCO) (Score 3, Insightful) 675

There are two types of fools:
1. The fools who trust in the optimization skills of the compiler/JIT compiler
2. The fools who trust in their own optimization skills

My personal experience is that Type 1 fools are harmless, you can speed up their code easily. Type 2-s on the other hand do a lot of mess, code in assembly, whatever and still manage to fuck up performance and it is a pain to correct it later. Modern CPU architectures are extremely complex, and different architectures have different characteristics (e.g Atom vs Pentium 4). There are many programmers that used assembly in their college years and think that those skills apply on current systems.

Comment Re:Cause and Effect (Score 2, Informative) 438

Most of the people don't realize how useful is the theoretical background they receive. They think like "hey, why do we learn about XY, I will never use it in practice" but in reality we DO use lot of these stuff. Theoretical stuff changes your thinking and extends your abstraction capabilities. Your vocabulary grows as well. Just ask any outsider what do they understand when you start talking about technical matters. Maybe you will never use matroids or Galois fields or Laurent series in your life, but you heard about them and you will know where to search if needed. If you don't know the basics, then you cannot search.

Comment Re:Geometrical, not exponential (Score 2, Informative) 310

In practice that could be way higher than 2 (or sometimes less). From Wikipedia:

"In the study of wireless communications, path loss can be represented by the path loss exponent, whose value is normally in the range of 2 to 4 (where 2 is for propagation in free space, 4 is for relatively lossy environments and for the case of full specular reflection from the earth surface—the so-called flat-earth model). In some environments, such as buildings, stadiums and other indoor environments, the path loss exponent can reach values in the range of 4 to 6. On the other hand, a tunnel may act as a waveguide, resulting in a path loss exponent less than 2."

Slashdot Top Deals

"Pok pok pok, P'kok!" -- Superchicken

Working...