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

 



Forgot your password?
typodupeerror
×

Comment Re:Will Google please buy Java? (Score 1) 198

Microsoft might as well buy it. I'm switching to C#, other than for Android development, but of all these kinds of problems (and because Eclipse sucks so hard compared to VS in practically every single way). And I don't even run Windows (yes, clearly I'll need a VM for C# development). Unless Mono is something to be taken seriously these days.

Take Mono seriously, it does quite well, but MonoDevelop nope. It's about as easy to do it all by hand in your favorite text editor.

Comment Re:Mac (Score 1) 287

DOS didn't have gettimeofday(), games timing was base on cpu speed. I remember taking 'turbo' off to slow down a older games that was running too fast, or slow down a difficult game...

I can't speak to the specific function (after all it's been 16 years already), but there were certainly more specific timers to be had in DOS than the CPU speed. The turbo button was primarily on the XTs running at 8 MHz to reduce them to the IBM standard of 4.77 MHz. When IBM XTs all ran at 4.77 MHz the use of loop based timing was common, Frogger comes to mind. By the time AT computers were common place loop based timing was mostly going the way of the dinosaur as it became evident that programs would be run on different speed machines.

However, one place I worked had to keep buying pallets of 386 motherboards whenever they could even after 2000 because they ran their older data capture platform with loop based timers. Fortunately for the platform I worked on they hired some real programmers who knew better.

Slashdot Top Deals

Simplicity does not precede complexity, but follows it.

Working...