Slashdot Mirror


User: Wesley+Felter

Wesley+Felter's activity in the archive.

Stories
0
Comments
3,537
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3,537

  1. Re:The other part of the question... on Build Your Own PowerPC? · · Score: 2

    Apple doesn't care what kind of machine you run Darwin on... and if you can make a machine that runs Darwin and doesn't require licensing anything from Apple, then you are home free, no?

    No, because no one wants to run Darwin. People want machines with OS X preinstalled, and Apple controls that.

  2. Re:Question for hardware gurus.. on Build Your Own PowerPC? · · Score: 2

    No, address lines are not just address lines. Things worked that way in the early 80s, but these days CPUs use complex, custom bus protocols.

  3. Re:WAREZ Quartz and carbon and cocoa all ride on t on Build Your Own PowerPC? · · Score: 2

    No, becuse Quartz, Carbon, and Cocoa are shipped as PowerPC binaries.

  4. This is why we have standards on DivX DVD Players Arrive · · Score: 2

    If they stuck with standards like ISMA MPEG-4 instead of hacks like DivX, devices wouldn't become obsolete as quickly.

    (Before someone whines, DivX is not standard MPEG-4. The standard specifies MPEG-4 video and AAC audio in a .mp4 container, while DivX is MPEG-4 video and MP3 audio in an AVI container.)

  5. Re:IBM's "proprietary" blade servers? on Open Blade Servers? · · Score: 2

    AFAIK BladeCenter is not based on AdvancedTCA, so I assume the original poster must have meant some other new Intel server blade standard. (I already have the AdvancedTCA spec.)

  6. Re:True Open Blade Servers on Open Blade Servers? · · Score: 2

    The next gen of blade servers will have at least 3X the current density of cpus (1K cpus per 42U rack) while still using Xeon and other x86 processors that produce over 60W of heat each.

    And how do you propose to get the heat out? Water cooling? People moved away from water cooling for a reason.

  7. Re:IBM's "proprietary" blade servers? on Open Blade Servers? · · Score: 1

    So where do I download the spec for this "new Intel server blade standard"?

  8. Re:Clarifying:REAL QUESTION on Open Blade Servers? · · Score: 2

    No, because honestly the question didn't make any sense.

  9. Re:blade server on Open Blade Servers? · · Score: 1, Redundant

    Usually the shared components are redundant. So instead of 20 power supplies for 10 machines, you have 2.

  10. Re:Not quite the latest on Apple Releases Java 1.4.1 Developer Preview · · Score: 3, Informative

    No, Apple's VM is a port of Sun's HotSpot.

  11. Re:Does it have... on Porsche Designs a Laptop · · Score: 2

    TiBook battery life?

    Ah, give me Pismo battery life.

    TiBook operating temperature?

    I hope not; my TiBook almost burned me the other day!

  12. Re:Lots more info on Linux Chosen for IBM's New Supercomputer · · Score: 3, Informative
  13. Re:FIREWIRE? on Serial ATA Technology Explained · · Score: 2

    Well, I'm not the only one that calls it 1.5 Gb/s. The serial ATA website [serialata.org] often refers to it as 1.5 Gb/s.

    That's what you get when you don't keep a tight leash on the marketing folks. InfiniBand is guilty of the same thing.

    Also, signalling bits that are thrown away are often counted. Otherwise we would have 98 Mb/s ethernet instead of 100 :)

    No, you've got it backwards. Fast Ethernet runs at 125MHz, so it would be 125Mbps if you count overhead and 100Mbps if you don't count the overhead. Guess which number people use.

  14. Re:Prehistory? Depends on context on Serial ATA Technology Explained · · Score: 2

    We have a winner. Macs use USB for keyboards and mice.

  15. Re:More "standards" on Serial ATA Technology Explained · · Score: 2

    Serial ATA connectors are keyed and designed for hot-swap.

  16. Re:Prehistory? Depends on context on Serial ATA Technology Explained · · Score: 2

    I don't have any of those ports on my computer; it's got USB and DVI instead.

  17. EROS is a better solution to users' problems on RMS Urges Opposition to "Trusted Computing" · · Score: 2

    A virus/trojan that trades stock thereby disrupting the market
    A trojan that activates and places an order on Amazon.com
    A virus that publishes sensitive information such as private tax records


    All of these problems can be better solved using a secure OS that implements confinement, such as EROS. Confinement, secure boot, and attestation are orthogonal features, but MS is presenting an all-or-nothing choice in Palladium. Any system that truly has users' best interests in mind will offer only features that benefit users (confinement, maybe smart cards) and not features that are primarily useful for oppressing users (attestation).

  18. Re:Locking up official records on Eldred Transcript, Bookmobile Experience · · Score: 4, Informative

    Putting public domain words into a new format does not suddenly make them copyrightable, nor mean that you own the copyright to it.

    IANAL, but WestLaw does exactly that, and there have been court cases supporting them.

  19. Re:Apple Chips on IBM PowerPC 970 Architecture · · Score: 2

    A lot of people are confusing issue width with pipeline depth. It's 8-issue superscalar and most likely a 14-stage pipeline.

  20. Re:Please ask these questions on Questions for a Lecture on Microsoft's Palladium? · · Score: 2

    For security, you need to have a root "key" that decrypts all others. However, this key has to go over an unsecure bus (typically LPC bus).

    Nope; the key will never leave the Fritz chip, which will eventually be integrated with the CPU.

  21. Re:why not soft updates? on Mac OS X to Get Journaling FS · · Score: 2

    Sure, I've read the articles too. The bottom line is that in reality UFS does not work with all apps.

  22. Re:How will programmers debug their code? on Questions for a Lecture on Microsoft's Palladium? · · Score: 2

    If I can't run unsigned apps, how will I run my own code?

    If you can't run unsigned apps it must be your own fault, because that's not the default in Palladium (so far).

  23. Re:An obvious question from the /. crowd on Questions for a Lecture on Microsoft's Palladium? · · Score: 2

    How can user written software run on a 'trusted' system?

    This has already been answered in the various online articles about Palladium.

  24. Re:About that performance hit ... on Mac OS X to Get Journaling FS · · Score: 2

    RAID provides a lot more benefit than journaling.

  25. Re:why not soft updates? on Mac OS X to Get Journaling FS · · Score: 2

    UFS is not really usable under OS X since it doesn't support Mac metadata.