Slashdot Mirror


User: abdulla

abdulla's activity in the archive.

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

Comments · 323

  1. Re:Heh. on NVIDIA On Their Role in PC Games Development · · Score: 1

    Don't forget that those features are accessible under OpenGL, which means that they will be available across platforms. DX10 is not your only option.

  2. Re:Answers on Closed Source On Linux and BSD? · · Score: 1

    Isn't that being released as part of GCC? I also remember discussions by them to merge LLVM in to GCC.

  3. Re:oh man on Torvalds vs Schwartz GPL Wars · · Score: 3, Insightful

    It's a trap!

  4. Re:WaitForMultipleObjects on Pthreads vs Win32 threads · · Score: 1

    Please someone, tell me how to wait on multiple objects (and be triggered by just one) with pthreads!
    Use a barrier. I'm not sure what you mean by "triggered by just one", and I'm about to head off to work, so I hope that helps.
  5. Re:PThreads is better on Pthreads vs Win32 threads · · Score: 1

    That brings me to the next point: in Unix there is no wait to wait on multiple synchronization primitives (as opposed to FDs) at once, and only a few primitives support a timed wait. In Windows you have WaitForMultipleObjectsEx. Look it up.
    You can use a barrier under pthreads. Look it up.

    Let me be clear on the difference: in Windows the scheduler API for waiting on IO and synchronization primitives is fully integrated - you can wait on any combination of IO and sync objects in the same Wait call. You must of course be using Windows Async IO which uses Events rather than FDs as the waitable object.
    Under *nix you'd use AIO. It may not be integrated directly with the synchronisation primitives, but that's what makes it beautiful, a clear separation of API and behaviour.
  6. Re:Jumping the Javascript Gun on Adobe and Mozilla Foundation Collaborate on ECMAScript · · Score: 1

    Gecko is the rendering engine, it draws things. Spidermonkey is the javascript interpreter, it runs things.

  7. Re:OS X Leopard and OpenGL on Valve's New Direction On Multicore Processors · · Score: 1

    I thought they stated that the games had to be written to take advantage of this, it wasn't so much an automatic boost as one that you need to apply to take full advantage of.

  8. Re:Picture quality on Blu-ray vs. HD DVD Round Two · · Score: 1

    What I don't understand is why they didn't use a more industry developed and supported codec like one of the MPEG-4 ones, ie H.264. Isn't it known to be better than VC-1?

  9. Re:not really on The Trouble With Rounding Floats · · Score: 1

    I would like proof of that, it seems to me they use the standard unix time values, ie a signed 32bit integer for seconds and gettimeofday is the same as on other systems. TimeValue is also a signed 32bit integer, hmmm, do you have any proof that Mac OS X uses doubles for time?

  10. Re:Stunning new black enclosure? on Apple Unveils New Macbook · · Score: 1

    Even better: Virtue Desktops

  11. Re:Family complete? on Apple Unveils New Macbook · · Score: 1

    That's the reason I got a MacBook Pro, even though I would have adored a smaller MacBook, it just wouldn't have supported my 30 inch cinema display, leaving me with a large paperweight. Maybe somewhere down the line they'll either have smaller pro notebooks or support for dual-link dvi in non-pro notebooks. Here's hoping.

  12. Re:Quicktime? on Apple Patch Released, But Is It Enough? · · Score: 1

    Now that doesn't help me with playing videos in Front Row, now does it? VLC isn't the perfect replace for all situations. Now only if Flip4Mac would go universal, that'd solve all my issues.

  13. Re:Wiiiiiii ! on The Wii Virtual Console Hands-On · · Score: 1
    Especially in this context:
    "my mother and grandmother"
  14. Re:iTunes... on Managing a Huge Music Collection? · · Score: 2, Informative

    iTunes is currently using 35 meg here, and I have a pretty large collection. Winamp must use something insanely small for people to be complaining so much about iTunes memory usage. CPU usage seems to be fairly low too, at 4.5%, I'm not complaining. Also nice frontends to iTunes make searching and playback even easier. Have a crack at CoverFlow.

  15. Re:This would help on Will Sun Open Source Java? · · Score: 2

    Who the hell would switch languages mid-project? C to C++ isn't a trivial switch, that or you ended up with some seriously shit code out of that wise move. Sounds to me like you're talking out your ass.

  16. Re:Why boot linux here? on Triple Boot on MacBooks Working · · Score: 1

    The problem with that program is its interface, it's very loaded and doesn't have quite the simplicty and finish of finder. It comes in as a bit of a stark contrast against the look and feel I've come to expect of programs under OS X.

  17. Re:Will there be mouse support in Vista? on No EFI Support for Vista · · Score: 1

    Hmmm, from what I've read, all those are higher level APIs that end up being built on top of the WIN32 API, rather than being another seperate path as originally planned. I'm guessing that's mainly for compatibility reasons.

  18. Re:Odd... on Mac OS X Struck By Severe Security Hole · · Score: 1

    It's what happens when you're homeschooled.

  19. Re:My recommendation: Take out ActiveX! on Interview with Microsoft Exec on IE7 and RSS · · Score: 1
    Technologies/Techniques like Flash, Javascript, AJAX, PHP, browser extensions and the rest can do a lot of what ActiveX could do, and much more securely.

    Isn't Flash implemented as an ActiveX control? How are you going to get past that hurdle without some sort of similar extension mechanism? Browser extensions are needed, just the way they are implemented needs to be carefully looked over. Whitelists and signed extensions are always a good thing.

  20. Re:Dear Dave Perry on Shiny Founder Quits To Aid Sale · · Score: 1

    And advanced version of the realtime tessellation was used in Sacrifice, last I heard.

  21. Re:Total cached page limit. on Firefox Memory Leak is a Feature · · Score: 1

    According to someone else that replied on the site, the bfcache is actually global and shared, so it's _not_ per tab. But they could also be wrong. It would seem ridiculous not to share the cache where possible. Often I find myself with multiple tabs open that share pages in history.

  22. Re:Vista != Vista's 3D Interface on One In Two PCs Won't Run Vista's Interface · · Score: 1

    You got to remember all those windows take up graphics memory, since they're essentially textures and shaders. So you'll reach a point where they can't all fit in graphics ram, and possibly even overflow system ram in extreme cases (like playing a game). So you can potentially still have the stalling of things swapping in and out.

  23. Re:All CPU, controllers, etc. have errata... on 34 Design Flaws in 20 Days of Intel Core Duo · · Score: 1

    Getting married on WoW doesn't count. :)

  24. Re:At this point... on Apple Sends Hidden Message to Hackers? · · Score: 1

    You know, they could be binding it to the hardware until they fully develop all the applications needed to go for a head to head battle with Microsoft. Then they no longer need them for Office and such and can aggresively pursue their territory.

  25. Re:Easy Workaround on Microsoft FAT Patent Upheld · · Score: 1

    I was thinking, use the same FS CDs do. I'm not sure how far that idea goes, but that could be one viable solution.