Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:And yet IBM soldiers on... (Score 1) 156

The x86 decoder is as large as an entire ARM execution core, and what's more it makes the pipeline and branch prediction a lot more complex with the variable length instructions so necessitates yet more complexity. From an asm point of view (and probably the compiler writer's point of view), a modern RISC processor is simpler to write software for than CISC, things like having all the ALU instructions taking 3 operands, having 32 registers that are truly general purpose (x86 still has some instructions that only work with certain registers) etc. RISC is a bit of a misnomer too. There are CISC chips with fewer instructions than some RISC chips, in reality RISC should be called load and store since that's the main differentiator: ALU instructions on RISC only work on registers and immediate values (which makes the chip a lot simpler to implement), whereas CISC chips often have all sorts of addressing modes for ALU instructions.

Comment Re:Time for a new date (Score 1) 201

Peak oil isn't about quantity of oil, it's about rate of oil extraction. For example, Mexico's Cantarell field at its peak produced oil at a greater rate than the entire Canadian tar sands despite being around 0.1% of the size of what Canada has. We don't yet know whether the rate of production from this field will do anything at all to when peak oil happens.

Comment 5v lines (Score 4, Informative) 167

It's not at all unusual for the 5v and 0v (Vcc and GND) lines to be in the middle of a DIP package (the Slashdot summary sort of implies it's an odd thing). It means the leads within the package are shorter for those lines, lowering parasitic inductance and capacitance for the power supply to the chip, generally you want the decoupling capacitors to be as close to the actual chip as possible so they can be as effective as possible as the power demands change. Putting the supply pins at opposite corners (like it's done on things like 14 pin 74-series standard logic) would very significantly lengthen the distance that the actual supply rails on the chip are from the decoupling capacitors.

Comment Re:This isn't scaremongering. (Score 2) 494

I don't think it will take as long as you expect to rejoin the EU (the UK will continue to exist on Friday if the vote is yes, it's at least a couple of years away for the first day of Scotland as a new sovereign nation in the event of a yes vote). The EU will make sure that Scotland is in by that deadline - for one, the Spanish fishing fleets won't tolerate being denied access to Scottish waters.

Comment Re:This isn't scaremongering. (Score 2) 494

I don't see what the beef over immigration is -- it actually works both ways. There are about 1 million Britons living in Spain right now under the same rules.

What happens is this: older Britons who are more likely to be in poor health and a drain on the NHS, and who are frequently trying to dodge taxes move to Spain, and burden the Spanish economy (I know some of these people - they basically do everything they can to avoid paying any tax in Spain where they are consuming public services). Basically, economically inactive people who burden public services. In return, the immigrants we get from the EU are young, healthy, fit people who are eager to work and contribute, do not put a burden on the health service and contribute more than they take. A win-win situation.

The funniest thing I saw was a rant from a British person (in the Daily Fail of course) who had immigrated into Spain about how Spain was much better at keeping immigrants out than the UK...despite the fact that he himself was an immigrant into Spain!

Comment Lament the DC10 (Score 1) 112

While many plane enthusiasts lamented the exit of the DC-10 from passenger service, I did not.

That aircraft had an awful, awful 2-5-2 seat arrangement in economy. More often than not I ended up in the middle seat of that set of 5 and had to crawl over 2 people if I wanted to use the toilet in the middle of the night, and didn't get the compensation of a view out the window which at least makes up for it in aircraft with the 3-4-3 configuration). Inevitably, it would be a parent and a very noisy child occupying BOTH sides.

Good riddance, DC-10. You won't be missed.

Slashdot Top Deals

UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things. -- Doug Gwyn

Working...