Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:Whatcouldpossiblygowrong (Score 1) 251

Companies that create chips like this usually have a system in place for running built in test that do test all the registers and functions of the chip.

The methods that they use to do this are actually quite complex involving creating test patterns and seeing if the correct result is generated. This is often on a much smaller scale than "does each core work" and it could test just the ALU (Arithmetic Logic Unit).

The problem with a consumer trying to access this is that the test mode is usually hidden from the user intentionally so they can't break their chip. The way that you get into test mode varies from chip to chip, but can be any thing from a hidden instruction to pulsing the memory CAS and RAS backwards.

These two links go into greater detail.

Comment Re:App Stores Dept. of Corrections? (Score 3, Interesting) 241

I think the argument that many of the people who call it a monopoly are trying to make is this:

If I have a Ford truck, I can put non-ford replacement parts in it if they fit (compile for that architecture).

However the the apple app store would be akin to your truck not starting if you don't have all Ford branded parts in it.

Its not a monopoly in the actual meaning of the word as there is no-one forcing you to buy a Ford, but it comes back to the "I bought a physical thing, I want to do whatever I want with it" argument.

Comment Re:C? For programming C you should need a license! (Score 1, Offtopic) 365

At least memory management in Java is easier.

Having seen memory leaks in every nontrivial Java program I've used (which, admittedly, is not many), I'm not certain about this. In C, memory management is hard, but that means that people think about it. In Java, memory management is implicit (which is not the same as easy), which means that people don't think about it. They don't think about the correct times to use weak references, and they end up leaking memory.

Java also has the distinction of being the language used for the only program I have ever seen with a CPU leak: Start it and watch the CPU usage slowly climb over the next few hours (while not actually doing anything, or taking any use input), until it's at 100% about 3 hours later.

Comment Re:false dichotomy (Score 1) 200

The problem is not that there isn't that they need to raise taxes to pay for health care. Its that the US spends too much on its privatized health care.

Look to your neighbors in the great white north, they spend less per capita than the US on health care and I can get medical treatment without paying a dime other than taxes.

The concept that the government is not responsible for healthcare, as so many people are saying here, is so foreign to me that I had to re-read the sentence several times, just to make sure I got it. A government's primary responsibility is to see to the welfare of its citizens and to space exploration farther down the list.

Maybe you should start putting peoples lives above any other priorities.

Comment Re:If truck drivers are losing their jobs.... (Score 1) 135

The money is spread based on popularity (as far as I know) so you could simply think that all your money goes to the artists that you like, and that the vast majority of people who pirate the top-40 artists are paying into the pool for the top-40 artists.

As it is just one big pool, you aren't necessarily putting money in their pockets.

If you want to support more indie artists then simply buy the music directly from them.

Slashdot Top Deals

HELP!!!! I'm being held prisoner in /usr/games/lib!

Working...