Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:for a library... (Score 2) 447

Moving away from C just means you now have to have faith in some bytecode virtual machine's memory and buffer management. Is it a more secure approach? Maybe, but if the root complaint is putting faith in complex software, coding in Java or some .NET language means trusting the people coding those engines are equally capable of screwing up. All these higher level virtual machines and interpreters are ultimately written in C.

Or you could just use C++ complete with their bounds-checked containers.

Comment Re:He's sorry now ... (Score 1) 447

This is the second example I've seen in this thread where disclaiming negligence for vehicular accidents is compared to disclaiming negligence for software bugs on an unpaid open source project that companies aren't obligated to use.

And even if these companies could legally sue (jurisdictions notwithstanding), what would the point be? This is an individual with limited funds - they'd bankrupt him but wouldn't get enough from him to cover their legal fees.

Comment Re:No V-Sync (Score 1) 170

Tearing can happen when the frame rate is lower than the screen refresh rate. All it means is that the frame is updated mid screen refresh. Triple buffering can resolve tearing for frame rates lower than the monitor refresh rate at the cost of input lag.

Comment Re:great news. (Score 1) 170

The Fisher Price UI insult is aimed at XP, not Windows 8. And as long as you don't use any Metro apps, the Windows 8 UI works just fine for desktops and laptops. I don't stare at the start screen for hours on end just like you don't stare at the start menu for hours on end.

Slashdot Top Deals

HELP!!!! I'm being held prisoner in /usr/games/lib!

Working...