Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Re:Never seen a patch? (Score 1) 132

Ok, that is a fair point. I had not seen that option before.

So rewinding a couple of steps to the part of the argument that led here:

Assume that a patch is created as an ed script, it does not contain any of the kernel code. Its only use is to transform the kernel source. Who owns the coyright on the transformed source that results after the patch is applied?

Comment Re:on the industry of indolence (Score 2) 122

Thanks for this - the most interesting thing I've read on slashdot in over a decade. The only point that I don't think that you covered is that as society moves further into specialized roles there are many people who simply do not rise above the threshold in any particular specialty - the statistics behind this are quite simple. Yet we need to maintain these "unproductive" people specifically so that we have a broad enough pool to avoid over-fitting what we focus on.

Comment Re:I don't care what language you use. (Score 1) 98

Just because it is possible to write good or bad code in any language does not mean that it is equally as easy to do. Some languages make it easier to write good code and some languages make it harder. This is why you should care if you use the software - choosing a language that makes it harder will make the work harder. For any project beyond a simple toy that will result in worse code and lower quality software.

In particular:
* Static guarantees rule out classes of bug.
* A well defined platform makes robust code possible.
* Simple language semantics make it easier to reason about behaviour.

Comment Re:His overly optimistic predictions... (Score 1) 307

His overall message has not changed: the rate of progress will continue at an exponential rate of increase - when one technology hits its limit and flattens out into an s-curve another will appear that allows us to jump. Hence the ”curve jumping” terminology. But silicon has hit its limit, and there is nothing far enough through its adoption cycle to act as a replacement. The overall rate of progress for processors is hitting the top of its curve rather continuing using another technology.

If we see a shift in the rate of overall progress from exponential then it blows Kurzweils predictions out of the water, they all rely on the continuation of this same trend for several more decades.

Slashdot Top Deals

We can predict everything, except the future.

Working...