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:first post on LinuxBIOS Boots Linux, OpenBSD, Windows · · Score: 2

    Because it's Not Invented Here (where "here" = Intel). Intel's ripoff of OF which is used for IA-64 is called EFI.

  2. Re:Prohibited by palladium on LinuxBIOS Boots Linux, OpenBSD, Windows · · Score: 2

    In a palladium pc, the bios serves as part of the Core Trusted Root for Measurement...

    This is true for TCPA, but I don't think it's true for Palladium. So you ought to be able to use Palladium on LinuxBIOS machines. (I can't imagine who'd want to, though.)

  3. Re:This is great news! on LinuxBIOS Boots Linux, OpenBSD, Windows · · Score: 2

    Will Microsoft, in its zeal to maintain some semblance of control, seek to disable Windows from using motherboards with this bios?

    Why would they? How does LinuxBIOS hurt MS? (Keep in mind that MS doesn't make BIOSes.)

    Since this appears to be a government-funded project, will Microsoft scream that this is unfair?

    Why would they?

  4. Re:Palladium on LinuxBIOS Boots Linux, OpenBSD, Windows · · Score: 2

    TCPA requires BIOS support, but I don't think Palladium does. One of the touted benefits of Palladium is that you can boot in normal mode and load the nub later.

  5. Re:Odd, no copyright questions on Interview with Brewster Kahle · · Score: 2

    I meant that he takes the data out, but I got a good laugh out of the alternative.

    "Brewster says you want out. He also says nobody goes against the archive..."

  6. Re:Why only four? on Interview with Brewster Kahle · · Score: 2

    The Wayback Machine uses IDE. Even in quantity, SCSI drives aren't as cheap as IDE drives in the same quantity.

  7. Re:Odd, no copyright questions on Interview with Brewster Kahle · · Score: 3, Interesting

    In presentations, Brewster says his policy is to take out the complainers. So if you think having your site in the Wayback Machine is a copyright infringement, he'll just take it out. Meanwhile he's taking the Napster approach: assume what you're doing is legal until someone tells you to stop. Hopefully that day won't arrive.

  8. Re:right... on Senators Aim to Wirelessly Jumpstart Broadband · · Score: 2

    Reality check: you can't legislate technology into existence.

    No problem; 802.11 and 802.16 are already here. All they need is more bandwidth.

    Convincing ISPs to offer last-mile wireless access will be a bit tougher, though.

  9. Re:No VGA Out?!?! on Digeo To Ship Full-Featured Linux-based PVR · · Score: 2

    Good point. It's probably high-resolution enough that the paranoid entertainment cabal still won't allow it.

  10. Re:No VGA Out?!?! on Digeo To Ship Full-Featured Linux-based PVR · · Score: 2

    It's pretty simple. HBO doesn't want digital outputs on cable boxes, so they make this clear to the cable companies, who make this clear to Moxi, and you don't get VGA.

  11. Re:It runs Linux and plays DVDs? on Digeo To Ship Full-Featured Linux-based PVR · · Score: 3, Informative

    Of course it's not open source. Legal DVD players cannot be open source, period.

  12. Re:It runs Linux and plays DVDs? on Digeo To Ship Full-Featured Linux-based PVR · · Score: 2

    Moxi probably wrote their own legal DVD player app.

  13. Re:HT on Linux or FreeBSD... on Intel Releases "Fastest Chip Ever" · · Score: 2

    HyperThreading reduces my kernel compile time from about 1:10 to about 1:00; it's not a big deal, but it's free so I'll take it.

  14. Re:Connections through PCI bus? on 10-TFlop Computer Built from Standard PC Parts · · Score: 2

    Both Ethernet and Quadrics attach to the PCI bus, so the article is a bit misleading. The reduction in latency is just because Quadrics has lower latency than Ethernet; it has nothing to do with PCI.

  15. Re:Interesting Approach on Network on 10-TFlop Computer Built from Standard PC Parts · · Score: 2

    Based on the link provided in another post, it looks like Quadrics.

  16. Re:Benchmarking the performance on SGI Introduces World's Densest Server · · Score: 2

    It looks like the 3900 is just a repackaging of the 3800, so the benchmarks should be the same.

  17. Re:Motorola P280 on Sony Ericsson Makes a tri-band GPRS modem · · Score: 2

    I was able to get a GPRS connection through my P280 to my Mac over IR, so it's not Windows-only. Finding the right modem script is impossible, though.

  18. Re:You can already on Solaris Might Become LSB-compliant · · Score: 3, Insightful

    But if that software uses Linux-only APIs, it won't compile on Solaris. If Solaris adopts LSB, most Linux apps will compile without needing to be ported.

  19. Re:LSB Windows? on Solaris Might Become LSB-compliant · · Score: 2

    Absolutely. Now that Linux is taking over the Unix market, nobody cares about Posix compatibility any more; LSB is the new de facto Unix API standard.

  20. Re:Extending system RAM... on Hard Drive of the Future: Ram Drive · · Score: 2

    If you were that rich you could just buy a motherboard that has 8 DIMM slots.

  21. Better dead than red? on "Red is Dead" Optical Mice LED Change · · Score: 2

    All these comments and I haven't seen a single cold war joke.

  22. Re:Thank god they're fixing partition size on GNU/Hurd Delayed To Fix Disk Size, Serial I/O Limitations · · Score: 3, Informative

    IIRC the partition size limit is due to the fact that the filesystem server mmaps the partition; on 32-bit systems there isn't enough address space for large partitions.

    As for benchmarks, I think the answer is "don't ask".

  23. Re:smaller form factors on IBM's "Pixie Dust" Drives Improved · · Score: 2

    The smaller form factors are PCMCIA and CompactFlash. Toshiba makes a laptop with a 20GB PCMCIA drive (the same one that's in the iPod).

  24. Re:So, why NOT use a RTOS on Realtime OS Jaluna · · Score: 2

    RTOSes are slow, because they trade off speed for determinism. Also, most RTOSes are optimized for resource-starved embedded systems, so they can't fit or just don't care about many features that benefit desktops and servers. For example, QNX tends to have poor I/O performance because it only supports primitive filesystems and it lacks a unified page cache.

  25. Re:Does OS X need Open Firmware to run on a PPC? on Build Your Own PowerPC? · · Score: 2

    Aqua is the OS X windowing system.

    Quartz is the OS X windowing system.