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:This just generates the keys... on WinXP Keygen Foils Product Activation · · Score: 2

    This app generates CD keys, which you have to send to MS to get the activation key that you need to activate Windows. So the only way to use this tool is to "phone home" to MS.

  2. Re:Close, but no cigar on Inside Intel · · Score: 2

    IIRC the P7 ALUs are 32 bits, but they're skew-pipelined so half of the operation is done in once cycle and half is done in the next cycle. So in each cycle the ALU does the lower half of one instruction and the upper half of the previous instruction. The throughput is still one 32-bit instruction per cycle per ALU.

  3. Re:Talk about throwing money around... on Apple Delays QuickTime 6 Over Proposed MPEG-4 Licenses · · Score: 2

    Apple didn't say anything about QT Broadcaster needing QT Pro, so I'm guessing that MPEG-4 encoding will be in all editions of QuickTime.

  4. Re:Sounds like Freenet II on Towards an Internet-Scale Operating System · · Score: 2

    The agoric computing papers are much older than 1999. Although I admit that P2P adds a twist by assuming that most of the resources are at the edge of the network instead of in data centers.

  5. Re:I love it! on WLAN Visualization Meets GIS Mapping · · Score: 2

    The parent posts in this thread weren't talking about just detecting networks, they were talking about using the network while roaming at high speed. I don't think that's possible, because your IP address would change every time you switched to a different access point.

  6. Re:We're using it here...it rocks! on Google's Search Appliance · · Score: 2

    Given that the specs don't mention any kind of external storage, I'd guess it has internal disks.

  7. Re:The #1 Rule of Network Security on Operating Systems of the Future · · Score: 2

    The article is a bit poorly worded; Farsite encrypts everything, so it really is secure to store data on other people's machines.

  8. Re:Loadable decoders in set-top boxes? on Limited-Use DVD Technology · · Score: 2

    I think most DVD players have a dedicated MPEG decoding chip and maybe a 20 MHz general-purpose CPU for control. There simply isn't enough CPU power in there for loadable codecs.

  9. Don't assume 802.11 on Rolling DSL and Wireless Access Out In One Swoop · · Score: 4, Informative

    There are non-802.11 wireless systems out there that have different security properties.

  10. Wireless != DSL on Rolling DSL and Wireless Access Out In One Swoop · · Score: 1, Redundant

    If it's wireless, then it's not a Digital Subscriber Line.

    Does anyone know what hardware they're using? I would guess Nokia Rooftop because that's the only equipment of this type I've heard of.

  11. Re:Quick question ... on Linus Tries Out BitKeeper · · Score: 2

    They can't "stop kernel development dead" because if they tried to screw with Linus he would just export the code from his repository and stop using BitKeeper. Linux development managed without BitKeeper before; it could do so again.

  12. Re:DivX Open Source? on Good News On Two Open-Codec Fronts · · Score: 2

    Money, of course. They're hoping to rake in licensing fees.

  13. The studios don't care on A Closer Look At D-VHS At DVDfile.com · · Score: 3, Insightful

    I get the impression the movie studios don't much care whether you can make analog copies; they are worried about the perfect digital copies.

  14. Off-topic on Leonard Kleinrock On The Origins of Packet Switching · · Score: 2

    IIRC, Ethernet was based on the "aloha" radio network in Hawaii, but there was packet switching long before there was Ethernet.

  15. Re:Bottlenecks... on Google Prefers DRAM to Hard Disks · · Score: 2

    Actually, I've read that Google uses legions of machines with a few IDE drives each. The Wayback Machine uses similar hardware. Keep in mind that these are custom applications, not off-the-shelf databases, so they are written with shared-nothing clusters in mind.

  16. Re:Apple Keyboards Unusable for Historic Unix User on Benjamin Herrenschmidt On PPC/Linux, Apple and OSS · · Score: 2

    Obviously you want a Sun laptop instead of a Mac, so why not just buy one?

  17. Re:Don't they deserve it? on New MPEG-4 Licensing Scheme · · Score: 2

    If they don't get their money back, then there won't be any more MPEG standards.

    And if they're too greedy they won't get their money back, so there won't be any more MPEG standards either.

  18. Re:More like lukewarm on Hot New Silicon Graphics Workstations · · Score: 2

    Power4 (despite the name) implements the PowerPC instruction set. Old POWER binaries are emulated or something.

  19. Maybe you are confused... on PowerPC Open Platform Motherboards Finally Here · · Score: 2

    There are three differend boards mentioned in this story. The eval boards are indeed expensive, but that doesn't matter because they're not intended for the general public. The "Barbie" board is intended for the general public, and it doesn't have any price listed so we don't know if it's going to be expensive or (crossing fingers) cheap.

  20. Circuit-switched? on Verizon Launches 3G Network (Silently) · · Score: 2

    Since the 3G service uses minutes from your plan, does that mean it's circuit-switched? I think I'll stick with GPRS.

    (Also, can someone mod up the comment about how this service is not targeted to phones but to the AirCard that goes in your laptop?)

  21. Re:Changes to mobo architecture? on Dual 1Ghz G4 PowerMac With Extra Yummy · · Score: 2

    The Uni-N northbridge appears unchanged from earlier Power Macs. I guess Apple has decided to emphasize that now that the GHz gap is so large.

  22. Re:What about Red Carpet? on Red Hat Network for the Masses · · Score: 2

    For a single machine I think Red Carpet is the way to go.

    For multiple machines, RHN apparently can update multiple machines from one Web interface, which I'll bet is a lot more convenient.

  23. OK on Verizon High Speed Wireless · · Score: 3, Informative

    How about two?

    Merlin C201

    AirCard 550/555

  24. Lessons from Habitat may be relevant on Pay to Play II - Project Entropia · · Score: 2
    The paper "The Lessons of Lucasfilm's Habitat" has some interesting tales about the economy of one of the first MMORPGs.

    This story is my favorite:
    It turned out that in two Vendroids across town from each other were two items for sale whose prices we had inadvertently set lower than what a Pawn Machine would buy them back for: Dolls (for sale at 75T, hock for 100T) and Crystal Balls (for sale at 18,000T, hock at 30,000T!). Naturally, a couple of people discovered this. ... The final result was at least three Avatars with hundreds of thousands of Tokens each. We only discovered this the next morning when our daily database status report said that the money supply had quintupled overnight.


    Such a bug in Project Entropia could bankrupt the company.
  25. Re:Its output is not GPL compatible on Intel C/C++ Compiler Beats GCC · · Score: 2

    What if I compile a GPL'ed app and don't distribute the binary? Certainly the GPL doesn't restrict me in that case, because the GPL only restricts redistribution.