Slashdot Mirror


Talking with Timothy Miller

barryman_5000 writes "Timothy Miller has written plenty of drivers for the open source effort and now kerneltrap has an interview with him on his newest effort for an open graphic card. He talks about his background, struggle with secretive 3D vendors and more."

2 of 222 comments (clear)

  1. Re:duh by pe1rxq · · Score: 4, Insightful

    There might be a lot of R&D, but also a lot of crap.

    Thinking that you can hide this precious R&D in software without anyone seeing is nonsense. (The software interface is all that is needed for writting drivers). Your competitor is going to need at most a few weeks more before they dissassembled everything. If that is enough for them to steal your market your card wasn't as far ahead as you thought.

    This 'black magic beyond us mere mortals' attitude is exactly what is to blame for this kind of thing spreading. (ie NVidea not releasing specs to their ethernet chip which ofcourse contains a lot of expensive R&D) Most stuff simply isn't as impressive as those companies want you to think.

    Jeroen

    --
    Secure messaging: http://quickmsg.vreeken.net/
  2. Re:duh by farnz · · Score: 5, Insightful

    All a decent specification document reveals is how to tell a particular chip what to do, not how that chip does it. Any competitor knows what a chip is supposed to do (you can get that information by disassembling a binary driver, or by monitoring the bus while you send the binary driver commands), so the only "IP" you risk losing is the discovery that your "hardware" features are implemented by the device driver.