Slashdot Mirror


User: Thorgal

Thorgal's activity in the archive.

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

Comments · 95

  1. Re:Java eh? on Can You Spare A Few Trillion Cycles? · · Score: 1
    This isn't exactly true. As the author of global illumination renderer I witnessed many situations where FP code in Java just sucks. This is especially the case for trigonometrical operations, where implementations in JDKs >= 1.4 return bit-for-bit identical results on all platforms. This is achieved with math library, thus wasting the potential of direct computation with FPU. This is also the reason why some half-baked benchmarks concluded that with JDK 1.4 Java become much slower, while in fact it is definitely faster save for these FP operations.

    BTW, this is a good time to plug my Java app benchmark based on the renderer I wrote: JatMark.

  2. Re:There are better ways of doing this on Can You Spare A Few Trillion Cycles? · · Score: 1

    Not necessarily. Photon mapping would probably introduce subtle differences because of biased/noisy kernel estimates and insufficient number of photons. Even with final gathering (which would make it much slower, also due to two large mirrors in the image), the accuracy (which is all this guy seems to be after) would suffer.

    Not to mention the fact that integrating direct lighting from spherical sources and calculating depth of field with distributed ray tracing aren't fast either.

  3. Re:Er... on Nokia Shows Off Megapixel Camera Phone · · Score: 1
    You are never going to be able to put good optics into the 5mm or so that cellphone manufacturers give for the lens, it's a matter of physics.

    Physics you say? Just look at your eye (pun intended).

  4. Java scientific computing performance benchmark on Performance Benchmarks of Nine Languages · · Score: 1

    While we are at it, you may wish to check Java application benchmark I wrote some time ago. JatMark

  5. Re:Check out the css Zen Garden... on Designing With Web Standards · · Score: 1

    I looked at it with ie 6.0 and many transparent PNGs were broken.

  6. Re:thanks for the links on Sony Shoots For 4-Filter CCD, 8 Megapixel Camera · · Score: 2, Informative

    Technically, you have three types of color sensitive cells in your retina (so-called S, M and L cones) and you need at least three variables to describe color as seen by humans. That said, nonlinearities in cones' reception make it beneficial for color reproduction to add more variables. Hence RGBE.

    Also remember about CMY and CMYK problem in printing, where theoretically CMY would be enough to reproduce full gamut, yet CMYK is used due to ink impurities, which make it difficult to match exact black.

  7. Is this really that surprising? on The Economics Of Spamming · · Score: 1

    Oh great. Somebody learns that most people are idiots and this is supposed to be news? Just great.

  8. Re:woohoo on Writing with Elvish Fonts · · Score: 1

    Some years ago I wrote a small aphorism in Elvish for my Tolkien-positive love interest, using TengwarScript (Windows). I'd put in the box with a CD I bought for her, but never got any reaction. Many months (or was it years?) later I've learned that she never saw the card, as she somehow managed to overlook it...

  9. Re:~/ is the key on Netscape 7.1 Released · · Score: 1

    I am posting this from Mozilla installed in /usr/local/mozilla. The link in my ~/.mozilla/plugins is seemingly enough, as Java works. Try it yourself.

  10. Re:Better java support on Netscape 7.1 Released · · Score: 1

    All you need to get Java plugin running is to make a symlink. Once. Since the symlink is in ~/.mozilla/plugins/, you won't have to make any "fresh" ones after you update Mozilla.

  11. Re:The web? on Red Hat Plans Open Source Java · · Score: 1

    Some nice non-game applets I found recently: here and here.

  12. Re:Good for the web on Red Hat Plans Open Source Java · · Score: 5, Funny

    Sir, it does really sound weird for Mozilla user to complain about Java's bloat.

  13. Re:Needed feature on Summary of JDK1.5 Language Changes · · Score: 2, Insightful

    Hotspot optimizes bound checks away. What would be more useful for scientists are:

    a) true arrays,
    b) FPU-using trigonometrical ops

  14. server vs. workstation? on Opteron Benchmarked Against Xeon · · Score: 4, Interesting

    Well, these benchmarks are supposedly suggesting that Opterons excell at server-type operations, while workstation performance is lacking. However, if you check their benchmark setups, there seems to be another way of looking at this: isn't is so that Opterons simply run better on Linux rather than Windows?

  15. Re:Army's stuff on U.S. May Reduce Non-Military GPS Accuracy · · Score: 1

    No, in case of signal loss JDAMs use intertial navigation to aim at the last point acquired by targetting system.

  16. Re:rendering vs. modelling on A Photorealistic CGI TV Series Coming Real Soon Now · · Score: 1

    Certainly unrealistic movement played its role, but rendering is also very important. Just look how much better Dr. Sid's face looks than Aki's. Hers has large areas of smooth skin and unnatural light reflection is very well visibile. Hence, plastic look.

  17. Re:photorealism on A Photorealistic CGI TV Series Coming Real Soon Now · · Score: 3, Funny

    We need "moderation: disgusting", and we need it now.

  18. Re:photorealism on A Photorealistic CGI TV Series Coming Real Soon Now · · Score: 5, Informative

    Well, it lacked subsurface scattering, which is pretty important thing when rendering stuff like human skin. Check it here.

  19. Re:Take that IBM on Kasparov OpEd On His Latest Match · · Score: 1

    Your are obviosly wrong if you think that MiniMax alone, even coupled with processing power of DeepBlue could achieve anything. Read here about other factors involved.

  20. Re:Where's the proof? on Even Sun Can't Use Java · · Score: 1

    Additionally, if you look for main author's name with google, all you get are 7 links to some other people. Smelly.

  21. Richard Dawkins link on Charles Simonyi leaves Microsoft · · Score: 1

    What is also worth remembering is the fact that Mr. Simonyi founded the chair of "Professor of Public Understanding of Science" at Oxford, which is currently held by Richard Dawkins. His book "Unweaving the Rainbow" is a direct result of all this.

  22. Scarlet's Walk on Fighting Music Piracy with Glue · · Score: 1

    Speaking of Tori's new CD: I am looking for mp3/ogg version. Obviously, I intend to buy the album when it's finally released, but I'd love to hear it earlier. Anyone with URL?

  23. The Diamond Age on Spy Fly · · Score: 1

    Aerostats, here we come!

  24. Re:/dev/random and CryptGenRandom() on Pet Bugs? · · Score: 1

    No, there is Knuth's LCG implementated in java.util.Random. Check the sources.

  25. Re:If a giant asteroid is going to hit me on 120,000 km Is Still Too Close · · Score: 1

    "But an asteroid this size will only affect the size of a large city. There is plenty of time to evacuate the area, assuming you have a day's notice or more."

    I don't think you'd like to organize evacuation of a city (not even "large city") in a day. Really.