river_styx's comments

river_styx | 17 years ago | on: Has human evolution stopped?

every time a human being does not get offspring because his/her desired mate gets snagged by a more appealing specimen that's evolution in progress

Ouch. Succint and harsh.

river_styx | 17 years ago | on: Magenta Ain't A Color

Basically any note played on an analog instrument has a set of overtones of various frequencies. If these tones were played a bit louder, you would hear a chord rather than a single note.

river_styx | 17 years ago | on: Why aren't developers interested in Ada?

good programmers are forced to program simply so that future generations of bad programmers can read their code.

Is this necessarily a bad thing? I generally try follow the "code such that nearly anyone can understand" mantra. Helps keep things simple and concise.

river_styx | 17 years ago | on: Our world may be a giant hologram

And the contention is that we can observe this because certain high-precision experiments might be picking up anomalies on the scale of a Planck length, whereas we shouldn't theoretically be able to detect anything so small. Therefore, what we're detecting must be an enlarged projection of what's actually there.

river_styx | 17 years ago | on: Making Highrise faster with memcached

One thing they're missing here is that optimization is also about optimizing resources, not just the speed of an individual request/response cycle. If each request takes 50% less time, the app has 100% more resources to handle other requests. So even though the individual users don't feel a difference, the app as a whole is much more efficient.
page 1