Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Dear advertisers ... (Score 1) 46

Dear advertisers,

I'll gladly have a look at your advertisements as long as they do not interfere with the page I am trying to view. In your interest, I will block anything that is intrusive (popup ads, anything that hogs 80% of my CPU time due to poorly designed flash, etc), since encountering these things makes me less likely to buy your products and diminishes my view of your company.

Comment Re:Entire OS in about 1/3 of i7 Cache (Score 1) 368

From experience I know that a well-trained, well-weathered assembly hacker can generate code faster than the compiler.

Maybe if you have a really bad compiler and a simple, non-pipelined CPU.

I tried to out-optimize my compiler on a simple (ARM Cortex-M3) CPU, and it was really close, but the compiler still beat my hand-optimized code by a few percent, probably because the compilers programmers spent much more time reading the CPUs datasheet than I did.

I've mostly given up assembly. C, if done right, is just as fast and much more readable.

The product containing my first work project is still being sold. Naive as I was, and lacking tutoring/guidance from more experienced folks, I wrote most of it in assembly on a DSP with lots of ... interesting features - six-stage pipeline, delayed instructions, tons of internal states to keep track of (fractional mode, etc), zero-overhead looping, circular buffers in hardware, etc. I hope I'll never have to touch this code again.

Comment Re:a scientific approach in the land of personhood (Score 1) 374

If the biomatter belongs to a specific person

Things like clones and identical twins aside, the scientific way to attribute a certain glob of biomatter to a specific person with a high certainty would be DNA analysis.

The problem here is that this scientific way completely fails for fertilized eggs, as their DNA is clearly different from either biological parent.

Comment Re:Doesn' t the computer have a huge advantage? (Score 1) 89

The computer has no "tell"; but on the other hand, it probably can't read any human tells either.

I'm sure you could run a side-channel attack on the computer for tells, and I'm also sure the computer could be fitted with a camera and appropriate algorithms to read your heart rate, blood perfusion rate, respiration rate, rate of sweat production, etc, for information about your general level of anxiety, surprise, etc.

Slashdot Top Deals

All seems condemned in the long run to approximate a state akin to Gaussian noise. -- James Martin

Working...