Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment Re:Well yes... (Score 1, Troll) 645

For example when I review the WHO's stats, I don't see negative numbers for the United States. I see that we Americans are ahead of the Europeans and the Russians and the Chinese. How? Simple. When I treat the European Union as a single united government under a single president (because that's what they are now that Lisbon Treaty has passed), I see this:

(1) San Marino
(2) Andorra
(3) Singapore
(4) Oman
(5) Japan
(6) Colombia
(7) Saudi Arabia
(8) USA
(9) Israel
(10) Morocco
(11) Canada
(12) Australia
(13) Chile
(14) Dominica
(15) Costa Rica
(16) United States
(17) Cuba (the have government healthcare; why aren't they higher?)
(18) Brunei
(19) EUROPEAN UNION
(20) New Zealand ...
(115) Russia ...

(129) China

Comment Re:Honestly (Score 1) 157

Reading through the comments, it stroke me the same. Van Eck phreaking can't be a problem because it provides literally the same information as exit polls.

... it's only a problem if you are then able to associate votes with individuals.

What again is not a problem if one votes in densely populated area: emission from many voting machines would mix making it hard to differentiate a vote on a single machine.

It might be the problem with VIPs. But for the case one can really go extra mile and install proper shielding.

Comment I also did a TTA fun design (Score 1) 269

I liked the idea and tried doing a design of my own. The thing I didn't like was that you now split up an operation into multiple instructions which couldn't operate concurrently, and I couldn't see how that could be sped up given instruction bus speed limits.

What I figured was to make the functional units more complex, so instead of having two inputs (left and right operand, implicit function), they'd also take an op code. This meant that I could reduce the number of addresses enough that a single move instruction could be packed into one byte. I don't recall for sure, but I think I used two bits to indicate the bus the move operated on, so you could get three moves happening at once (I think the last 2-bit pattern was reserved for special operations, but I don't recall what they were).

Branches were straightforward, in that the instruction read unit was just another functional unit, with left, right, and op input, you could just transfer the output from a logic/comparator unit to the op input of the instruction read unit to jump to the new (relative, I think) address or not.

Constants were defined by a special instruction unit operation which would accumulate 1, 2, or 4 subsequent bytes into the output register, ready to be moved elsewhere (as well as regular load/store from memory).

There was also a dedicated register file, where the op code was the register to read/write. Just in case the functional unit input/output registers weren't adequate.

I liked this idea because there'd be no speed penalty - in fact, a typical "regular" instruction would only be 3 bytes, so with the same input bottleneck it could even be faster.

It didn't get beyond a high level block diagram and instruction/unit descriptions. I'm sure I have a copy of it somewhere, but it got lost in a move (ironically).

Comment "don't understand the need to do so" (Score 1) 205

"don't understand the need to do so" - this lawsuit clearly shows that at least now MS understands that their lack of security hurts them.

Close. This lawsuit shows that they understand that the existence of malware hurts them. It does not show that they see themselves as culpable in any way.

While I don't think this is the explanation you seek, I think you dismiss it to quickly. Surely there are many people at Microsoft who don't understand the need. It's a question of: "how many, and who?"

Comment Re:Frame job? (Score 1) 337

I'll bite....

If your friend comes to you and says "I'm going to kill my wife tomorrow. Will you help?"

And you say "No"

But you don't inform the police that your friend is conspiring to commit murder, and the next day his wife turns up dead and he's the killer, then you have committed a crime by not trying to prevent the murder. In other words you've concealed the crime by omission.

That's accessory before the fact.

I was wondering if it applies to theft as well as murder.

Slashdot Top Deals

"The value of marriage is not that adults produce children, but that children produce adults." -- Peter De Vries

Working...