Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:other compilers (Score 2) 196

I thought that was something people used back when MS-DOS was a popular OS was not even aware the product still existed.

I am talking about Watcom C++ of course.

It was open sourced some time ago. Now it supports Linux (to some extent) and some other CPU architectures.
It can still make DOS/4GW exes, though. Ahh, nostalgia.

Comment Re:anything can be broken, so nothing is useful (Score 1) 465

You do realize that "eyewitness accounts" are considered one of the least reliable forms of evidence, right?

I know they are one of the least reliable forms of evidence, but if you're going to talk about how they are considered then you need to specify who is doing the considering. I don't know about the courts of any particular country, but laypeople often seem to consider eyewitness accounts as infallible.

Comment Re:Null pointer detection at compile time (Score 1) 470

allowed to dereference it without first checking it for NULL?

dereferencing a NULL pointer is always undefined behavior

Dereferencing without checking for NULL is not the same as dereferencing NULL.
Just because the compiler may not be able to prove that you never call that function with a NULL pointer, that does not mean you can't prove it yourself. If that is the case, why check again?

Comment Re:I am shocked shocked I tell you (Score 1) 384

No, polygraphs are not 85-95% reliable. More like 50%. So save some time and money and just flip a coin.

What's next, phrenology? Polygraphs are scientifically invalid. If you are asked to take one just laugh in their face, and say you would prefer using a seance to have your long-dead grandfather testify.

Did you actually read GP's post?

Polygraphs are at best 85-95% reliable, according to supporters, and the real reliability is probably substantially lower

Your point is entirely correct, but you're not contradicting them, you're agreeing.

Comment Re:Funny (Score 1) 65

There are more comments bitching about the link than comments about the actual nebula. Even the nerds are disinterested in space these days...

No, it's just that the nerds who are interested in space already knew that this happens, so the only new thing here is the presentation.
I was a bit disappointed because I was expecting a time-lapse video.
I still think the video's worth watching, but switching between two images is hardly a revolutionary technique in astronomy.

Comment Re:Biggest Fear? (Score 1) 641

Baffled by this, I profiled the code, and the entire slowdown was template calls at the lowest level that triggered a lookup table that was abysmally slow (templates were REALLY bad in the compiler I was using, which I think was Borland).

Use of templates had a performance effect at runtime? That is an amazingly bad implementation.

Comment Re:Not good enough (Score 1) 800

With all those billions of dollars and thousands of smart people why couldn't Microsoft have actually helped us with something like this: http://brainstorm.ubuntu.com/idea/29001/

Or this: https://bugs.launchpad.net/ubuntu/+bug/156693

Instead they come up with Metro...

At least they're trying to help fix this one: https://bugs.launchpad.net/ubuntu/+bug/1

Slashdot Top Deals

The brain is a wonderful organ; it starts working the moment you get up in the morning, and does not stop until you get to work.

Working...