Slashdot Mirror


User: woodhouse

woodhouse's activity in the archive.

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

Comments · 130

  1. Re:Backed with the foundation of a house of cards. on OSRM Declares Linux Free of Copyright Violations · · Score: 1

    Perhaps they're backed up by another insurance company. Can anyone confirm this? Otherwise, I agree.

  2. Re:Know your strengths on Groklaw Tries Their Own Linux Usability Study · · Score: 1

    Since when is Groklaw objective? Seriously, the site does a great job of presenting the facts, but it hardly does it without bias.

  3. Re:The problem isn't censorship on P2P News Syndication? · · Score: 1

    How much are the wands?

  4. Re:OpenGL 2 on The State of OpenGL · · Score: 2, Informative

    You're splitting hairs. The entire of OpenGL 1.5 is ARB extensions. There are no new "core" features in OpenGL 1.5, however cards can only be said to support OpenGL 1.5 if they support the ARB extensions.

    BTW, have you actually programmed for ATi's GLSL implementation lately? It's improved a lot over the last few months, and it's very usable at this point. I can't give details due to an NDA, but expect ATi's implementation to be at 1.0 very soon.

  5. Re:Carmack (of ID software) on The State of OpenGL · · Score: 1

    Actually that's not true. Currently new video cards have to support the features the latest version of DirectX (or more specifically Direct3D) if they want to be called DirectX 9.0 video cards. Because of the way Microsoft specifies the requirements and hardware vendors have to meet them, new releases of DirectX very much dictate the type of video card you need if you want to play the latest games.

    New releases of OpenGL also require new video cards. If you want to play a game that requires OpenGL 1.4 or 1.5 then you'd better have an ATi 9500 or better. ARB_fragment_program, ARB_vertex_program and the new GLSL extensions aren't supported on anything older.

  6. OpenGL 2 on The State of OpenGL · · Score: 5, Informative

    OpenGL 2.0 is not as exciting as the new major version number might indicate. Probably the most important new feature of OpenGL 2.0 was going to be the GLSL high level shader language. However, in order to speed up its support by hardware companies, this was instead put into OpenGL 1.5 spec when it was announced last year; GLSL already has implementations by 3DLabs, ATi and nVidia. OpenGL 2.0 will still add some useful new features, but it won't be the world-shattering event that 3DLabs promised in their original proposals.

  7. Re:Choice? on Code Copying Survey for Developers · · Score: 2, Insightful

    Wow, this survey will produce helpful results. For some reason I'm guessing it'll conclude that 100% of programmers would copy code. Genius.

  8. Re:lindos eh on Lindows Agreeing to Change Name · · Score: 1

    I just say MWIAL (because my wife is a lawyer). I also tried IANALBMWIAL, but it was a bit of a mouthful.

  9. Re:As long as they on Lindows Agreeing to Change Name · · Score: 1

    Well, it's rising from the ashes of Lindows, so what about Phoenix? That has a pretty good ring to it I think.

  10. Moderators RTFA on Interview with Eugene Spafford · · Score: 1

    Moderators, at least have a cursory R of TFA before modding this crap up. This guy is either trolling or he's smoking crack (or both). His post bears no resemblance to reality.

  11. Re:TBM? on For sale: Eurotunnel Tunnel Boring Machine · · Score: -1, Troll

    The bottom of the tunnel is France.

  12. Re:They should explore on Microsoft's Paul Allen Funds ET Search · · Score: 1

    Actually, that probably wouldn't be very successful because Darl McBride's cranium is limited by the size of his skull cavity, which is approximately only 8 inches across. If there were any aliens there, they'd have to be very small. Also, using a network of radio telescopes to search it would probably be overkill. No, I think they're onto a better idea by searching outer space, which is very big indeed and therefore far more likely to contain aliens.

  13. Re:a couple things one could do. on Localizing High-End Games for Low-End Machines · · Score: 1

    Using a standard API to access common features of graphics cards is not the same as giving away an engine. There is a lot more 3D graphics and games than than just chucking some triangles at the framebuffer. Even id Software, who GPLed the Quake and Quake 2 engines, don't give away their new technology. Doing so would be suicidal.

  14. Re:a couple things one could do. on Localizing High-End Games for Low-End Machines · · Score: 2, Insightful

    So the after years of engine development time, paying scores of programmers, companies should be just give their technology away for free to anyone who wants it. After all, technology has no value, right? You should tell that to Valve. I bet if they knew that instead of selling millions of copies of Half-life to counter-strike players they could just give the engine away to the developers of CS instead, they'd just jump at the chance. The magic fairy people could then pay valve software with mystical golden pennies, and we'd all live happily ever after in a beautiful open-source utopia.

  15. You missed one : Aardvark on Building Social Skills in Gifted Youths? · · Score: 2, Funny

    If we're going to do this properly, we should really start at the beginning.

    Aardvark:
    A furry thing that eats insects.

  16. oh great on Real Pain Dulled In Virtual Worlds · · Score: 1

    So you're lying there, blissfully unaware of having your mouth gouged out with sharp pointy things, and then your fantasy world suddenly becomes a BSOD. That's not going to be a pleasant experience.

  17. Re:Where's my flying car? on Former FCC Chief Touts "Big Broadband" · · Score: 1, Offtopic
  18. Democratic moderation is flawed on AMD Back in the Black · · Score: -1, Offtopic

    This is a perfect example of why a democratic moderation system doesn't work. I propose a meritocracy type system, whereby I deal out the points to worthy posters.

  19. Re:Slow But Good News on Microsoft Security Patch Fixes URL Security Flaw · · Score: 1

    You might want to try Firebird/Thunderbird as an alternative. They're a lot less bloated than the mozilla suite and start up much quicker.

  20. Re:Europe on Mars Express Confirms Water on Mars · · Score: 4, Funny

    It's probably not the most efficient way to obtain pretty wallpaper for my 2048x1024 desktop, but it's appreciated none the less.

  21. Re:That explains the mute Spirit Rover on Mars Express Confirms Water on Mars · · Score: 5, Funny

    Brain the size of a planet, and they have me looking at stones.

  22. Re:I guess the home market rules... on Intel to Increase Stages in Prescott · · Score: 2, Interesting

    Each to their own I suppose. I admit I don't have much experience with Matlab (I'm planning on keeping it that way). As a college project, we were told to use matlab for a computer vision task. I tried everything to optimise it, followed all the guidelines on vectorising code and not using loops, and eventually found that the only way to do it was to write the critical code in C, as you suggest (this improved the speed by a factor of 100). In the end, there was almost no advantage from having used matlab and I would have been better to just write the whole thing in C.

    What baffles me the most is that people use it for image processing, of all things. Surely if performance is important anywhere, it's here? It doesn't help that Matlab 6.5 runs on a Java back end.

  23. Re:I guess the home market rules... on Intel to Increase Stages in Prescott · · Score: 1

    If you care about performance at all, why on earth are you using matlab?

  24. Re:... Designated CPU's ... blech! on SCO Gives Notice To 6,000 Unix Licensees · · Score: 1

    Your opinion is wrong.

  25. Re:LoTR and battles on Message in a Battle · · Score: 1

    The walking trees and flying "lizards" were pretty crucial to the plot of the book. I somehow doubt that Tolkien wrote about them to create some pretty CG effects in a film that would be released after his death.