Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:Say hello to third edition... (Score 3, Insightful) 46

If you do not have a passion for low-level graphics programming, I would strongly recommend using a higher level library like OpenSceneGraph or Ogre rather than programming directly at the nuts and bolts level of OpenGL. You get more done that way and leverage other people's experience instead of reinventing so many wheels yourself.

Comment Say hello to third edition... (Score 5, Informative) 46

...which is exactly the same as the second edition. Almost. But not quite as painfully obvious a reprint as the OpenGL book that usually accompanies it (the Red Book). It just had some warnings that OpenGL 3 is, like, totally different, and saying that we are not going to bother with any of that, despite announcing that prominently on the cover of the book. Nothing on, for example, how to do transforms without all the old pipeline commands. Lots on, say, display lists, instead. Display lists that have been unofficially deprecated now for about a decade. Oh, well.

And for those not in the know, the Orange Book and the Red Book together form the unofficially official documentation for OpenGL.

Someone really needs to step up to produce quality documentation for the new lean and mean non-backward-compatible profile of OpenGL 3 if that is to make any headway. Or maybe that lets-make-the-API-even-more-low-level approach was wrong to begin with, and people are just afraid to say that out aloud like Mark Kilgard of NVIDIA recently did (see slide 35).

Anyway, if you are going to work with OpenGL, you need to read those two books. But you can just as well buy the previous edition.

Comment Soon irrelevant anyway (Score 4, Insightful) 393

Once the big game engines and physics libraries get generic support for GPU programming through OpenCL, this will all be pretty moot anyway. From what I can tell, the bullet physics library is already developing this, and I am sure closed source competitors are doing that as well. Relying on anything that will only run on a single vendor's hardware is just a losing business proposition (unless that vendor pays you for it, which I guess is how PhysX got going).

Comment Re:The same for drug industry (Score 4, Informative) 442

That number for drug R&D costs is described by some commentators as "9-digit fairy tale" (source article http://www.cmaj.ca/cgi/content/full/180/3/279). It is true that you cannot market directly to consumers in many countries, the industry can and do market to doctors. Although the doctors are relatively few in numbers, the pandering they receive is far more expensive.

Comment Re:Thomas Jefferson disagrees with you (Score 1) 184

"If you own something then you can sell it."

There are lots of things you can own, but not sell. Some things you can only sell under certain very limited circumstances, other things not at all. There is an infinite variety of property arrangements, and trying to define property to be just one, simple (ideologically loaded I guess) concept is meaningless. Try reading a book about the philosophy of law and property one day. You might learn something.

Comment Re:Dear Iranian nation (Score 1) 923

China does not want the existing regime to collapse, which would most likely lead to a mass exodus of millions of poor people across the border to China. But North Korea does not really have any friends in the international arena anymore. It is so bat shit crazy that it would be a liability to anyone associated with it.

Comment Similar to Fedora's revisor? (Score 2, Interesting) 126

Judging from the screencast, this looks just like what Fedora is trying to do with the revisor application. I wonder how fast it is, though. In the screencast, it looked like the image was created almost instantly, while revisor can take hours to complete, and it is so full of bugs and so hard to make working images with that it is IMHO nearly unusable. I have spent days trying to make revisor and then pungi create working images with a custom kickstart file, but eventually had to go over to doing everything by hand instead. I really hope SuSe deliver on their promises on this, it will make life so much simpler for people working with embedded systems and kiosk systems.

Comment Re:Complex? (Score 4, Informative) 132

Every computer program can be interpreted to "improve the way a system runs", and therefore be patentable under this theory, which is exactly the point. They have been doing this slimy workaround the "mere program" rule for a long time, arguing that the invention is a combination of software and hardware components (because software has to run on hardware, duh), and it forms the very basis for software patents in the EU.

Microsoft

Submission + - Norway votes "no with comments" to OOXML

kandresen writes: Standards Norway has rejected the OOXML, citing too many weaknesses in the current specifications, however states the vote may be changed to "unconditional yes" if the comments (PDF) are addressed.

Summary:
  • The Scope clause in Part 1 is inappropriate for an ISO standard
  • Rework into an ISO-style multi-part standard
  • Rework into a much more concise standard
  • The information model in unnecessarily complex
  • All examples should confirm to the XML specification
  • DrawingML should be a separate standard
  • OPC should be a separate standard
  • The specification should not include binary notations
  • The specification should not include unspecified features
  • Option sets should be extensible and should avoid cultural bias
  • OOXML should reference, use, and confirm to existing standards where applicable
  • Lack of consistency in notation of values and dimensions

Slashdot Top Deals

What the gods would destroy they first submit to an IEEE standards committee.

Working...