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

 



Forgot your password?
typodupeerror
×

Comment Re:LOL Java (Score 1) 233

I've used both, and I find it much easier to manage threads on C++ than Java.

Same here. Too many people extrapolate their own subjective experiences in using different languages as if they were a universally shared thing. Hell I know plenty of Python and Ruby programmers who find Java to be far less productive in their work.

Comment Re:LOL Java (Score 1, Interesting) 233

I'm afraid I have to disagree.

And yet your anecdote doesn't really answer my question. If Java was so fast why do all the high performance libraries for things like multimedia not use it? Even the multimedia classes in Java's own stabdard library use native code libraries under the covers because pure Java would be too slow.

Now yes, multi-threading in C++ is of course possible, but it is much tricker than Java, especially the resource management.

I write multithreaded C++ code with Qt all the time. It is absolutely trivial. What is supposed to be tricky?

Comment Re:LOL Java (Score 1) 233

Same for speed. Unless you have a brain dead "repeat 1000 times" benchmark, Java is as fast as any other language.

That's funny since those contrived benchmarks are the only ones Java can actually win. Usually because the C++ code is also set to no optimizations. If this were really true why are all the high-performance multimedia, mathematics, etc. libraries all still written in C, C++ or Fortran? That's because Java is still magnitudes slower.

Microsoft

Submission + - What to do about yellow urine?

An anonymous reader writes: Dear Slashdot, I have been told that if my pee is yellow that is bad. I hear that drinking more water will help fix this issue? What do you think about this? Are there any other tricks or tips that you can provide on how you keep your urine from being yellow?

Comment Re:Dvorak (Score 1) 307

Question yourself - why do relative many people take effort to learn Dvorak, and a large amount of them state they don't want to go back? Is that because it's an inferior layout? Are all those people fooling themselves? Or could it be that 'qwerty is good enough too', and that a learning curve to another layout is long, and in the beginning, pretty steep?

Fallacious argument. This is like saying "Look at all the people converting to Uam and not changing to another religion afterward".

Comment Re:Principled conservatism (Score 5, Informative) 506

Teddy Roosevelt was a conservative? You're joking, right? Did you hear that from Rush Limbaugh or Fox News? You do know that the Bull Moose Party that he founded was a progressive party, right? Teddy Roosevelt is well known as being a leader in the progressive movement of the early 20th century. To call him a conservative is an absolute joke.

Slashdot Top Deals

Software production is assumed to be a line function, but it is run like a staff function. -- Paul Licker

Working...