Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:s/driven/killed/ (Score 1) 488

And then in the mid 90's Microsoft added the I/O completion port routines to the API that *significantly* increased the efficiency of dealing with a 1,000+ TCP (or UDP) socket connections by avoiding a dreaded polling call to ::select(). "Yeah, but you can still use select" responses from the unix/linux crowd became the litmus test for determining ignorance when discussing socket development.

Comment Re:s/driven/killed/ (Score 1) 488

MSDN in the mid 90's was second to none. It was the gold standard in supporting developers. To this day, there's not a c/c++ debugger that competes with Visual Studio. (You know, on-the-fly modify/update/compile/run code without stopping execution). I sometimes watch expert linux developers debugging, and have almost lost my tongue from biting so hard.

Comment Detailed millisecond charts of FaceBook today (Score 1) 423

http://www.nanex.net/aqck/3099.html

Notables:

Set a record number of trades in 1 second: Over 12,000.
Over 1.5 million trades by end of day. SPY - often the most active, rarely breaches 1 million/day.
Nasdaq quotes went radio silent for 2 hours, but traded just fine.
Many other stocks were affected right before and after it finally opened (AAPL, NFLX, INTU for example)

Comment Re:frist (Score 1) 463

I can confirm this. In my field (financial), the number of Wall Street Journal, Reuters, New York Times, CNBC, and Financial Times reporters that understand how trading works is ZERO.

It is unbelievable. I've been saving up emails for writing a memoir when I'm old and gray. Which I get closer to every time I fall for the trap and talk to one of them.

Comment Re:Fellow passengers are your best defense (Score 1) 1174

The more dangerous of those was obviously given a little more thought, and included attempting to do so while on approach over a large city. You know, in an attempt to kill hundreds or thousands of people.

Citations please? The odds of airplane parts dropping out of the sky after the explosion killing more people than those on-board is pretty close to zero. So thousands of people? Nope. Not going to happen. Timing a bomb to blow up an airplane so that its parts correctly drop in the current prevailing winds to inflict major damage ? That is rich. Think of all the bombs dropped in wars (like airplane parts, only with high explosives designed for death) that resulted in zero or few casualties. Bombs dropped by people trained to hit targets. Not by some guy who only has a window to look out of. You kill me.

Slashdot Top Deals

I program, therefore I am.

Working...