Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:Not for users (Score 1) 107

"Wine SDK" = Winelib. Just plug in the fact that Android has no X11, fix a couple of dependencies, and there you go. BTW, you still need Wine to run Winelib applications (those are compiled with the Win32 API implementation given by wine, that is, they are native, but still require, for instance, a wineserver). It's all native, though.

Comment Re:TL;DR (Score 1) 107

You were modded informative, IMO, for part of your post. Wine is not stuck in the Windows 2000 era for sure, as I have run many applications specifically designed for XP (and some made for Vista and Seven). You are right when you say that it "is relatively slow compared to Win32 on actual Windows", but you should add that this actually isn't for the majority of cases, or at least not in my experience. Anything DirectX related is bound to be slower in Wine, yes, but I've had better performance in Wine on multiple occasions.

And yes, you are again right when you say it has numerous bugs ;]

Comment Re:printf (Score 2) 425

You're right, the performance difference is negligible. I guess it's just a habit I've developed, though when I come to think of it, it really makes some sense to leave that in release code. OTOH, it might reveal what you expect a function to do more easily, thus facilitating reverse-engineering if one is afraid of that.

Comment Re:printf (Score 4, Insightful) 425

This is not input checking. Input checking is checking the input for validity and acting accordingly. This is an assert, which is usually used as a way for programmers to make sure they didn't fuck up. If it is triggered, then the programmer fucked up. That's how it's supposed to be used.

Hence, the programmer fucked up, and this isn't input checking. It is nevertheless, IMO; a good practice to assert things (in debug code), but it also isn't checking for valid inputs, it's checking for programmer stupidity.

Comment Re:come on! (Score 1) 535

I am afraid I have to tell you that "None of the Christian churches or all of them together directed the deaths of millions of people", while correct, is only "partially correct", as the Crusades did happen. And if not death, pedophilia and other things. These exist everywhere, it is as much of a fallacy to deny that they exist in the church just because it is holy sacred and whatnot.

Comment Its (Score 1) 336

It's "its", and that's killing my eyes. As for the subject, I believe netbooks had and still have their use but they're simply not for everyone and we've got to learn that and stop bitching about it.

Slashdot Top Deals

"May your future be limited only by your dreams." -- Christa McAuliffe

Working...