Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re:Reminds me of Moon (Score 1) 422

It's the cinematography in general, not just the lighting. For example, there were no optical effects, which dramatically reduce the visual quality because they effectively are re-filming the original film (with extra stuff). But yeah, in terms of cinematography, nothing in SF has ever beaten 2001.

My favorite trick they used was the floating pen that the stewardess picks up. It was attached to a piece of transparent acrylic, and she just detached it when she took it.

Comment Re:Rapid Release - a Tradeoff (Score 1) 415

I'm not sure if it still happens, but I was very put off after upgrading from FF4 to FF5 and then a couple of days later being told that Mozilla "strongly recommends I upgrade to FireFox 6 beta". Strongly recommend I upgrade to a beta?

I don't mind the fast releases. But couldn't you call them version 4.5, 4.6, 4.7, etc? You're going against the grain of nearly every software project out there by bumping major versions so quickly.

Comment Re:Missed the point (Score 2) 594

Are you suggesting strlen() should return the number of UTF-8 characters, not the number of bytes? That's insane... the entire point of UTF-8 is that stuff like strlen() can treat it as a narrow string. If you want to have a function for returning the number of printable characters in a UTF-8 string, that's going to be a separate function, and isn't any easier or harder with sized strings v.s null-terminated strings.

Comment Large-address aware can be more useful than 64-bit (Score 1) 364

The biggest reason to switch to 64-bit on Windows is to use more than 2GB of RAM (since 32-bit apps get a 2GB userspace / 2GB kernelspace virtual memory split). However on Windows 7 64-bit, apps marked as Large-Address-Aware get the full 4GB of virtual address space to themselves. The only 'disadvantage' is that you have to stop using any tricks which assume that the full range of pointer values won't be used; it's just a runtime flag stored in the executable which tells the OS to let it have the full 4GB if possible.

The one time I ported an app to 64-bit, memory use grew by around 50%. Maybe that's not typical. But for me it means I'm going to try my damndest to keep an app 32-bit using the LAA flag until I really truly need that 16PB address space.

Comment Re:Shysters all (Score 1) 355

It's not about stupidity. The labels are still the best way to get music and movies to a mass market. They add value, and they take profit. If they didn't, don't you think someone would come along and do it cheaper and better? There's no collusion going on here.

Labels sign hundreds of artists and lose money on 99% of them. It's a business model like any other, and one that's changing due to technology, but it's not illegal or immoral.

Slashdot Top Deals

This restaurant was advertising breakfast any time. So I ordered french toast in the renaissance. - Steven Wright, comedian

Working...