Slashdot Mirror


User: Merlin42

Merlin42's activity in the archive.

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

Comments · 206

  1. Re:LCD Colors? on Behind the Numbers: LCD vs. CRT · · Score: 2, Insightful

    Umm i think your a little confused. There is a big difference b/w 32bpp and 32bit color depth. Most(all?) consumer level cards max out at 24 bits of color information per pixel. When you set "32bit color" You get 8bits Red, 8bits Green, 8 bits Blue, and 8bits of something else.
    What that something else is depends on the card and the drivers. It can be alpha channel, z-buffer, stencil buffer, accum-buffer, or just wasted in order to get better alignment(and to have a bigger number).
    Now, that being said high end graphics cards/workstations will let you have higher color depths, I have seen 30bit(10R 10G 10B, and the other 2 bits used for things like multi sampling) and 64(16R 16B 16G) mentioned, although I have not had the luxury of seeing/using these systems myself.

    Kevin

  2. Its called an overlay plane .... on 3-D Monitors From Actual Depth · · Score: 2, Insightful

    Instead of spending 6k on a a spiffed out display device spend 500-1000 on a very nice profesional graphics card(heck i think some of the cheaper Matrox cards have this) that supports an overlay plane. CAD software has been making use of these for years. In fact some SGI's support makeing everything in the overlay plane 'superbright' so that labels stand out. And with the overlay plane you are not stuck with white as your only 'chroma key' color choice.

    Kevin

  3. A better way ... on Should Open Source Software Expire? · · Score: 1

    First I think the word "All" is a bit strong. Sometimes an old _trusted_ bit of code is a GOOD THING(R).

    Maybe instead of just crapping out like some piece of proprietary beta software it should start putting little messages in the logs as it gets older:

    Apr 3 16:27:09 pc19 crap[666]: crapWare v0.1234 ... Im getting a little long in the tooth . . . please upgrade me

    And these messages should appear more and more frequently over time

    Kevin

  4. Re:Does this affect RS6Ks? on Red Hat To Support PowerPC, AltiVec · · Score: 1

    Sure macs and IBMs use processors that based on the PPC ISA, BUT they each use incompatible supersets of the PPC ISA. And AFAIK the altivec unit (the subject of the anouncment) is not on any IBM machine.

    Kevin

  5. Re:Yeah Right on LED Lights: Friend or Foe? · · Score: 1

    The quote is a bit of an over statement, BUT the article makes reference to hardware encription devices that have status indicators on the _UNENCRYPTED_ side of the device. They do not say that they actually were able to 'read' these LEDs, but suggest that they are driven by the unencrypted data lines. If this is true then some engineers need to get shot!

    Kevin

  6. BE-ware the ides of march! on Be Throws in the Towel · · Score: 1

    A _slightly_ more obscure shakespeare joke.

  7. Re:Really? on UCLA Adds Physics to Prat-falls · · Score: 2, Informative

    Kinda, but its always a pretty significant simplification. Only recently games have started adding things like Inverse Kinimatics(IK) in order to create motion sequences that are not just replays of motion capture.

    These days a game programming text looks like an abridged edition of a scientific modelling text.

    A big part of the trick is to have a realistic model of the human body. There are hundreds of joints of several varieties and many muscles controlled by the worlds most complex single entity(the brain). This makes it very hard to come up with a 'first principles' model. This is why most animation packages today (AFAIK) model the human body as a series of rigid parts(bones) connected by springs(muscles) with control points that the animator can use(the brain).

    Kevin

  8. Re:Wish someone would tell me... on Socket-A Chipset Roundup · · Score: 1

    Did you actually read those articles?
    Kevin

  9. Re:More on this elite chipset... on Socket-A Chipset Roundup · · Score: 2, Informative

    RTFA - The spec for DDR333 devices is final. The spec for DDR333 DIMMS is undergoing validation.

    Kevin

  10. Re:I want one of those! on The Harvard Network Accessible Dartboard · · Score: 1

    We'd really need some way of making the projection visable to only one player.

    Think HMD ...

    Kevin

  11. pr0n anyone on Fiorina Says HP May Get Out Of The PC Business · · Score: 0, Troll

    So what are they going to do now? Maybe they should take a page out of the Enron book and start serving pr0n for playboy or penthouse.

  12. Re:Too late? on Panasonic 'Q' First Look · · Score: 1

    Sony could have stomped the competition by dropping the price of the PS2, sy, by $50, or adding some extras and keeping the price the same, but why they didn't is beyond me.
    I had the exact same thought when the X-box came out. Then when sony did nothing it dawned on me why: Lowering the price when the X-Box would be an admission (in the eyes of John Q. Consumer) that the PS2 is inferior to the X-Box and so while it it might help sales in the immediate future, it would probably hurt them in the long run (the PS3 isnt quite on the horizon).

  13. Re:Mirror on Apple PDA? · · Score: 1

    The videos look very fake to me. Did anyone else notice that the iWalk is _very_ still whenever the screen actually in use? Just plop a nice blue square in where the screen should be and composite in generated screen shots .... Not too dificult if you have any experience w/ special effects. And as someone else pointed out, the apple logo spinning!?!?!? You've got to be joking!

  14. Re:May have military use... on Satellite Command Security? · · Score: 3, Interesting

    I think mostly this is because computational resources are _VERY_ limited on a satelite. Most sats use a space hardened 8086 or similar. Only the huge projects get any computational power (eg iirc hubble has a 486). And of course better CPUs or specialized encryption hardware would eat precious power. I have not personally worked on a satelite, but have sat in the back of a couple of design reviews for a satelite and seen people fight over tiny fractions of a watt.

  15. Re:Graphics expertise and their website on Better Looking Linux: Tungsten Graphics · · Score: 1

    To me it looks like they just took the PI site and simplified quite a bit.

  16. Re:A big-ass pie that no one man could eat on Playstation 2 Outsells both Xbox and Gamecube · · Score: 1

    In fact, come 2005 I wouldn't be shocked to find a couple of more players in the ring...
    Well, that is assuming M$ gives up (and how often does that happen these days? look at MSN "7") ... soon your Z-box(or maybe the AA-box :) lease(you wouldn't want normal people to actually own anything, that gives them too much power) will be a citizenship requirement, and used as your national id card ;)

  17. Re:Michael, did you even read it? on UDP + Math = Fast File Transfers · · Score: 1

    Actually if you read to the end of the article it specifically metions XOR ... so this is realy just a network aware RAID5(sort of). ie each packet is a 'hard drive' in a RAID array and if you lose a hard drive you can reconstruct the original. Now RAID arrays are usually set up to only survive if a single drive goes out at a time, but it is mathematically possible to set it up so that given M drives N (M>N) can be lost and still be able to reconstruct the original.
    Now this sounds like they are being 'gready' in a 'netiquette' sense. If you ignore TCP flow control you can seriously screw a network, but in the process you can get some insane levels of throughput.
    I remember reading a paper a while back (forget where) where a researcher exploited some problems in the Windows TCP implementation (it would send out a new packet for every recieved ACK, so he ACK'ed each byte ...) to download IE in a matter of seconds, and kill the campus backbone at the same time.

  18. Andromeda Strain on Science Fiction into Science Fact? · · Score: 1

    IRC in the development of the moon lander there was a disagreement amongst the engineers about whether the module should have a slight positive pressure or slight negative pressure (relative to the TINY atmosphere of the moon). Some wanted to prevent 'contaminating' the moon with microbes or dust from earth, while the other camp was afraid of an 'Andromeda Strain'. And again IIRC the positive pressure camp won. This was partly b/c of social pressure to avoid events similar to those in Chrighton's book. This is a clear case of the social implications of SF on technology.

  19. Fractals? on SOHO Produces Images of Sunspot Interiors · · Score: 3, Funny

    Is it just me or did the sunspot in the animations from the stanford page look like a mandlebrot set?

  20. Re:This looks promising : on More Details of MS/DOJ Deal · · Score: 1

    Maybe Im being synical but I will believe it when I see it. I would be a little surprised if M$ even had complete/acurate/usefull docs for all the protocols and mini-apis embedded into windows that are used by M$ 'middleware'. So I wouldn't hold me breath waiting to see these. Also I think that this settlement is a nice step in the right direction, but not far enough. It doesn't sound like it has enough bite. Do you think that *3* people can really patroll all of M$ ?!?

  21. Re:Doubt that it would be useful.. on Holographic Sonar Cryptography · · Score: 1

    Check out xtraceroute. It gives you a view of the globe (using OpenGL) and will attempt to locate a given IP and the route to that IP and plot it. It uses a list of know routers around the globe and simple rules similar to: If domain name contains .md. then its probably in Maryland...

  22. Re:Weather and Chaos Theory on Supercomputing and Climate Research · · Score: 1

    actually these are already in use. In particular to model things like huricanes or tornadoes where the roi (region of interest) is moving. I remember reading a ddj article about this stuff a few years ago. Also I think this is available in MM5. See http://www.mmm.ucar.edu/mm5/

  23. Re:HA cluster or HPC cluster? on Mosix 1.0 Released · · Score: 1

    Neither. It does not suport any kind of distributed memory(suposedly they are working on this) and a process can only be on one node at a time (no magic parallelization(sp?)). So it doesnt quite fall into the Beowulf class. Also it does not have any kind of fault tallerance at the moment. What it is good for (from what I have read, Ive never used it) is making efficient use of a remote cluster. ie lets say you have something like google (except with higher cpu utilization) with a dynamic load, this would be perfect.

  24. Re:Have you read the whitepaper? on Alan Cox on a Chip · · Score: 1

    I have to say that was the most informative white paper I have ever read :)

  25. _BSDUrgent on Microsoft Clarifies Jim Allchin's Statements · · Score: 1

    cd /mnt/cdrom/support/debug/i386/symbols/sys #NT4CD
    strings tcpip.dbg | grep -i bsd
    _BSDUrgent
    _BSDUrgent