Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:But does it matter any more? (Score 1, Insightful) 181

it follows that the most popular PC OS would also be relevant

Only if the DoJ continues to look the other way in the face of continuing flagrant Sherman act violations in the form of secret exclusionary agreements with OEMS and the like. Microsoft never made it on merit...

Speaking of which, it's about time for another massive fine from the Eurocrat direction, wouldn't you say?

Comment Re:Modula-3 FTW! (Score 1) 492

Java is famously crappy and sluggish for GUIs too, and barely tolerable for web. As a rule of thumb, whatever you are running on your server will run about 20-30% faster if you recode it from Java to C++. First hand experience speaking here, and you will find multiple confirmations out there. Java is just a pig, with its jitting, memory hogging, heavyweight thread locks, etc, etc.

Mind you, Java performs better than Python or Ruby so at least there is that. But never labour under the illusion that Java can compete with C++ or C in terms of throughput, latency or memory footprint. You code in Java so you can use cheaper programmers, that's it. Otherwise, if you can afford it, you do the job properly in C++.

Comment Re:nVidia w/ binary driver works (Score 1) 110

Not only that, but even when it does work it tends to break on dist-upgrade (or yum equivalent). Needs fiddling. Life is too short for that, that's the kind of crap I binned Windows for. Plus, the binary block tends to do things its own way whether or not that plays nicely with other components, not being subject to peer review and all.

Comment Re:nVidia Consumer Card (Score 1) 110

I own a laptop with an ATi graphics chipset and their drivers are absolute garbage. Their Linux driver causes visual artifacts all the time on a composited GUI, and the machine to crashes on shutdown one out of 5 times with fglrx dumping core causing the machine to never shut off (and potentially turn my laptop bag into a toaster oven x_x). I guess I'm going to return to the open source radeon drivers now that I can scratch my gaming itch on the desktop.

Your report just screams "I'm running an ancient kernel and distribution with an early, dodgy compositor." Try upgrading to current and report your results. To prove you're not a troll, post a bit of the oops message if you get a crash on an up to date system.

Slashdot Top Deals

Money is the root of all evil, and man needs roots.

Working...