Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:Once again proving ARM is awesome (Score 0) 97

They did it on the Pentium Pro which had ~1/1000th of the transistors modern processors have today. Even though the instruction set has grown a few times in size, it's certainly entirely irrelevant when it comes to total transistor count today. But keep on spouting nonsense.

High-end Xeon, ~900 times as many transistors. Quad-core i7, only ~300. What makes you so certain that the instruction decode has not grown significantly in size since that first very minimal implementation on the Pentium Pro?

Comment Re:Maybe a Mini (Score 1) 355

Well, depending on your application (and I'm assuming here it's not too demanding if you're using a mini as a server), you could always stick an external HDD and schedule Carbon Copy Cloner to dupe the boot drive over every now and then and the data portion rather more often. That'll give you a bootable volume in case of primary failure. It's not a raid 1 but for home or small office purposes it would probably do the trick just fine.

The load is not demanding, but RAID-1 (at least) on the boot device is required, because it's remotely managed, so the "warm standby" approach is not acceptable for the boot disk.

Comment Re:Maybe a Mini (Score 1) 355

Aside from the Mac Pro, the Mini was the only Mac that you could easily change the hard drive and memory yourself. I just had a quick look at the specs of the new mini and I can't tell if you can still do that.

Memory, yes. But changing the hard disk was not a task for ordinary mortals. (Been there, done that.)

What concerns me is the lack of any mention of dual-drive configurations. If I can't mirror the boot drive, then it just became much less useful as a small server.

Comment Re:Once again proving ARM is awesome (Score 3) 97

The cisc architecture is bad because it doesn't let compilers do good register allocation.

That's true, and it's also worth noting that all the complex addressing modes of CISC limit how many registers you can have. (Because you use bits for the addressing modes which could otherwise be used for register numbers.) So limited numbers of registers is not just a historical accident of CISC which can be easily fixed; for a given instruction size, a CISC design can address fewer registers than a RISC design.

But it's not even the whole story. Once you go superscalar and start dispatching multiple instructions per clock, it becomes really import to have fixed-length instructions, so that's another big problem with CISC.

Comment Re:Once again proving ARM is awesome (Score 0) 97

No x86 chip from the last 20 years runs CISC instructions internally, it's split into micro-ops and AMD/Intel has spent the last 20 years optimizing their decoder and internal instruction set for this one task.

And yet, they still have to deal with variable-length instructions, which means they still have to decode multiple possible instructions in parallel and throw some out, which still imposes a significant overhead in terms of transistor count. Intel won the CPU wars in spite of the x86 architecture, not because of it--they outdid everybody else on process.

Comment Re:Only happens... (Score 4, Informative) 366

The answer is, "nothing." There is absolutely never any excuse whatsoever to vote "straight ticket" anything, except coincidentally because you independently evaluated the candidates for each office and your favorite candidates in each case happened to all be from the same party.

Yes, there most certainly is a reason to do so--to affect the balance of power between the parties.

Prior to 2012, I always evaluated candidates individually. The last two elections, no. The last two elections, I felt it was more important to try to send a message to the Republican party about continuing to nominate idiots obsessed with irrelevant outdated right-wing religious beliefs.

Comment Re:Only happens... (Score 2) 366

That only happens when someone matures. Many people are making it well into their 40's and 50's without maturing and growing up enough to become a conservative.

I'm 51 years old. I "matured" into a fiscal conservative a long ago. I registered to vote when I turned 18, and have voted in every election since.

In 2012, and now again in 2010, I am voting a straight Democratic ticket. What the Republican party has become, makes me sick.

Comment Re:Charging amperage (Score 3, Informative) 395

Surely 4 times the amperage wouldn't be beyond the realm of possibility?

Not beyond the realm of possibility, no. But requiring not just new wiring into your house, but probably new wiring of an entirely new kind, at higher voltage, with specificallly-designed safety measures in terms of conduit, how it's routed, protection against touching contacts, and so on.

Slashdot Top Deals

Scientists will study your brain to learn more about your distant cousin, Man.

Working...