Slashdot Mirror


User: norwoodites

norwoodites's activity in the archive.

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

Comments · 470

  1. Re:IBM should do a Linux distro! on IBM's Upcoming Linux Ad Campaign · · Score: 1

    But not for an intel machines, there are just too many of those. They should only do it for their s390's and their ppc machines.

    Thanks,
    Andrew Pinski

  2. Re:Direct3D is to blame on Gamespy on Linux Gaming · · Score: 1

    But now someone has created a clone of Apple's QuickDraw3D called Quesa (LGPL).

    It runs over OpenGL (I think also DirectX, but I could be wrong.).

    Thanks,
    Andrew Pinski

  3. Re:Here come the OS-bigots... on New Kernel Security Features In 2.4 Explained · · Score: 1

    Is that why there is no linux section!!
    Thanks,
    Andrew Pinski

  4. Re:Sad on NASA Shuts Down X-33, X-34 Programs · · Score: 1

    One thing is that Bush wants to spend more money than he Gore would have; he does not want to save SS but make it broke. He also wants the US to be even broker.

    Thanks,
    Andrew Pinski

  5. Sad on NASA Shuts Down X-33, X-34 Programs · · Score: 2

    This is just sad; we can see that Bush will put us into a new Dark ages.

    Bush should actually be putting more money towards deficate, not tax cuts, and keep the money flowing to science research.

    I see now where Bush is getting the money for his "tax" cuts, from science reseach.

    Thanks,
    Andrew Pinski

  6. Re:SDL & OpenGL on Carmack on D3 on Linux, and 3D Cards · · Score: 1

    Yes because Quesa is just really frameworks, that sit upon renders, one is OpenGL; I think there is a render for DirectX. There are also cartoon renders and high quality renders (for final show).

    Thanks,
    Andrew Pinski

  7. Re:KDE: one of the most successful OSS projects on KDE 2.1 Is Out · · Score: 1

    Remote Objects are now big with the Mac OS X (aka OpenSTeP aka NeXTSTeP aka mach kernal).

    Almost of the remote objects came from research from CMU.

  8. Re:Developers can drive it on Carmack on D3 on Linux, and 3D Cards · · Score: 1

    One thing is that I am not a linux person, I am a BSD/Mac person, and linux is just a hack like Windows is.

  9. Physics on Computer Science vs. Computer Engineering? · · Score: 1

    Just major in Theoratical Physics, all the advances in Computer Science can from physicsts. The Internet, the web, email, newsgroups, mailing lists, and all the cool stuff in computer science. They need the fast computers and they are the ones who use them first.

    Thanks,
    Andrew Pinski

  10. Re: Diablo on Blizzard Sues Over Diablo Movie Title · · Score: 1

    Diablo is just another chiristan name for the deveal, so they cannot claim to the name. Thanks, Andrew Pinski

  11. Re:Another non cross platform API/GUI on KDE 2.1 Is Out · · Score: 1

    I will not be writing it for the x86, I will be writing for X-Windows, which is very protable (any ways Darwin runs on X86 so they don't have to do any kernel hacking.).

  12. Re:Another non cross platform API/GUI on KDE 2.1 Is Out · · Score: 1

    You did not even bothered to read my comment, so you should be moded down!

  13. Re:Developers can drive it on Carmack on D3 on Linux, and 3D Cards · · Score: 1

    Bill never coded in his life, he just stealed his code, from any one he could get his hands on.

  14. Re:SDL & OpenGL on Carmack on D3 on Linux, and 3D Cards · · Score: 1

    Why use OpenGL, when Quesa (a QuickDraw 3D clone) is much better, I will be soon starting to write the Carbon (Mac toolbox) API to be used on top of X-Windows.

    Thanks,
    Andrew Pinski

  15. Re:Another Multimedia API on GStreamer: Full-featured Multimedia for Linux · · Score: 1

    Quicktime can read avis and mpeg, it is extenable and even the gui is.

    Its scope is even broader than Gstreamer.
    Quicktime's API is cleaner, and I would expect we could write a complatible one, like MESA does for OpenGL.

    Thanks,
    Andrew Pinski

  16. Another Multimedia API on GStreamer: Full-featured Multimedia for Linux · · Score: 1

    Why do we need another one, why don't just use
    Apple's, I will help out if need be, I can make a
    website, the QuickTime API is on of the best
    Multimedia API out there.

    Thanks,
    Andrew Pinski

  17. Re:read this on GPL 3.0 Concerns in Embedded World · · Score: 1

    But then Microsoft will sue you for cracking their code so we will never know

  18. Re:They MUST defend the appearence... on Apple Moves Again To Squash Look-Alikes · · Score: 1

    Apple did invent FireWire (around 1989, I think) so you are wrong about that.

  19. Not MPEG 4 on Copying A DVD To A CD? · · Score: 1

    Not real MPEG 4 unless it use the file format for MPEG 4 which is also Quicktime's. Also the new standard was just approved in May for MPEG 4 and also the there was a new pdf for quicktime's file format.
    PS: Quicktime has a file format and is also an API.
    Quicktime is standard, and codec are not.

  20. Found the problem with Visual Studio. on Coding Classes & Required Development Environments? · · Score: 1

    In C this should work, C99 standard:
    void main()
    {
    int i = 0, a = 0;
    for(int i=0;i10;i++)
    a++;
    }

    well it does not, it only works in C++ and not in Visual Studio.