Slashdot Mirror


User: d235j

d235j's activity in the archive.

Stories
0
Comments
7
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 7

  1. Re:Remaining inventory on Kodachrome Takes Its Final Bow Today · · Score: 1

    I'd keep them in the freezer. If the person who purchased the K-Lab figures out how to process it, maybe it will still be of use.

  2. Re:Qt on Platform Independent C++ OS Library? · · Score: 2, Informative

    Simple: They post source code at opensource.apple.com and since they keep away from LGPL 3, they can use signing to, in effect, do "tivoization." And the iPhone and apps have dynamically linked libraries.

  3. Re:And yet... on How Apple's App Review Is Sabotaging the iPhone · · Score: 1

    Apple has tools like otool and nm which can detect what's going on. class-dump can output headers if it's given an Obj-C binary. I'm not sure what exactly happened, but maybe you attempted to dynamically link the PhoneGap framework instead of statically incorporating it into the main application binary. Such dynamic linking is simply not allowed. However, I could be wrong.

  4. Re:When bandwidth costs more than MPEG royalties on Questioning Mozilla's Plans For HTML5 Video · · Score: 1, Insightful

    Unfortunately, Theora still needs twice the bitrate as H.264 to deliver the same quality, even with the "Thusnelda" rewrite of the encoder.

    Not really. Thusnelda is noticeably better than H.263 (which is what YouTube used to use) and it's more like a 15% higher bitrate [and that's probably higher than necessary]/

  5. Re:No OpenGL ES 2.0 on Apple's WWDC Unveils iPhone 3.0, OpenCL, Laptop Updates, and More · · Score: 1

    apparently you weren't paying attention to the keynote, because there IS OpenGL ES 2.0 support in the iPhone 3GS.

  6. Re:How does the GS look to game devs? on Apple's WWDC Unveils iPhone 3.0, OpenCL, Laptop Updates, and More · · Score: 3, Informative

    Any iphone devs have any idea how the new graphics chipset might affect things? Are there going to be GS-specific graphics API calls?

    Also I wonder if we'll see 3gs-only games? Obviously it would unwise to do so from a sales perspective, but I wonder if apple will even allow such a thing.

    Yes, the GS has OpenGL ES 2.0, which is not backwards compatible with OpenGL ES 1.1. So we'll probably see some GS-only games.

  7. Re:My choices on Directory Service Implementation From Scratch? · · Score: 1

    Yes, I agree that RHDS/FDS aka. 389 directory server (directory.fedoraproject.org) is probably the way to go.