Slashdot Mirror


User: The+Old+Me

The+Old+Me's activity in the archive.

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

Comments · 7

  1. Commoditization on Bill Gates: Cellphone will Beat iPod · · Score: 1

    Gates is talking about commoditization. And -if- digital music technology becomes portable and commoditized, there's a good chance that he's right.

  2. Re:JPEG2000 on Breakthrough In JPEG Compression · · Score: 1

    JPEG2000 has -lots- of advantages including progressive encoding/decoding (i.e., you can save and extract multiple resolutions and compression ratios in the same saved file), the core standard is a -published- document and it isn't encumbered with IP issues, consistent methods for lossy/lossless compression (unlike JPEG)... There are also open source reference implementations in C and Java. The last thing we need is yet-another-claim of high compression with an undocumented algorithm in a proprietary image format.

  3. Not everyone has a choice on Open Source on Windows - Boon or Bane for Linux? · · Score: 1

    What about those of us who -have- to use Windows, due to corporate policy? I'd like to use some open source stuff-- but the unhelpful attitude of a lot of open source developers (e.g., 'I don't have a Windows box, I don't plan to get one, and why can't you just use a makefile like a normal person') is a serious barrier.

  4. Re:JPEG-2000? on Adobe Releasing New Photo Format · · Score: 2, Informative

    Also, there is a true-lossless compression option in JPEG2000, which is even more to the point for this story. For background info, old JPEG has a true- lossless option, but it has never been widely implemented-- Getting lossless compression right is one of the various things that JPEG2000 fixes.

  5. Re:for the love of god, on Mysterious Force Affects Pioneer 10 & 11 Probes · · Score: 4, Informative

    Repeat:
    'Affect' and 'Effect' do not mean the same thing.
    'Affect' and 'Effect' do not mean the same thing.
    'Affect' and 'Effect' do not mean the same thing.
    'Affect' and 'Effect' do not mean the same thing.
    'Affect' and 'Effect' do not mean the same thing.
    'Affect' and 'Effect' do not mean the same thing. ...

  6. Re:Graphics cards... on New PowerMac G5s: Up to 2.5Ghz, Liquid Cooled · · Score: 1

    Well, it would be nice to have one of the latest NV boards. Maybe someday. In any case, FYI, ATI's OpenGL drivers are 'touchy' and generally disliked among OGL developers who would prefer to do the first pass on an NV board to get the durn program to work and then make whatever changes are needed to get it to work with the ATI driver.

  7. Faster and cheaper on OpenGL Reference Manual v1.4 · · Score: 5, Informative

    You can get the OpenGL spec (1.5!) for free from opengl.org, if you are a true hard-core OpenGL programmer.