Slashdot Mirror


User: fod

fod's activity in the archive.

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

Comments · 9

  1. Re:Its not for C64 on Retro Activity: MorphOS 1.0 · · Score: 5, Informative
    Unlike the post says, this isn't an OS for the old Commodore computers. This is a reimplementation of that old OS for PowerPC machines. They are trying to maintain API compatibility so you can run the old programs right on a PowerPC box.


    Actually, it does run on Amigas with PowerPC CPUs too.

    http://www.morphos.de/support.php3
    Platform: Pegasos, A4000(T), A3000(T), A1200
  2. Re:Stick with PPC on Apple Secretly Maintaining x86 Port Of Mac OS X · · Score: 1
    Well, the PPC chips have 64 bit registers, as opposed to the x86 32 bit registers. More data can be processed per cycle this way


    ... Yes, 64-bit PowerPC processors will have 64-bit integer registers. But since all current PowerPC processors are 32-bit, they have 32-bit registers...
  3. The best way to stresstest a website... on Tools for Stress Testing Websites? · · Score: 5, Funny

    ... is to place a link to the page on the Slashdot frontpage. It's opensource too!

  4. Re:Sad thing is... on Still More 'Copy Protected' CDs · · Score: 1

    Sadly pretty close to the truth :/

    However, teenager is [13;19], so some teenagers do have rights.

  5. Re:Just Quake? on 2.2 GHz Xeon · · Score: 1

    No, I don't. Why don't you enlighten me?

  6. Re:Just Quake? on 2.2 GHz Xeon · · Score: 1
    Classic Quake + Software Mode + 4.4GHz = How many hundred fps?


    "4.4GHz", first of all, Quake doesn't support SMP, and MHz has the exact same meaning as MIPS: Meaningless Indicator of Processor Speed.

    Just think of how bad the bottleneck would be at the video card. Heck, with a config like this, software mode would be better than hardware mode.


    Well, PCI is running at 33MHz, giving a maximum potential transferrate of 133MB/secs, so if the processor didn't do anything else than pumping data to the graphicsboard, you would get 101.47 FPS in 1280*1024*8. But with hardware rendering, you only have to transfer a bunch of coordinates, enabling a much higher speed than with software rendering.
  7. Sue the CD publishers? on MP3.com Sued for 'viral' Copyright Infringement? · · Score: 1

    Rightie, and when will they start to sue the major labels?

    After all, it was them who gave me my CD, so that I could MP3 encode it and send it to my friends.

  8. Re:It's times like this... on Gator Will Replace Ads On Sites · · Score: 1

    It's times like this I am gald I use AWeb
    I never have to deal with any of the following:
    Pop-ups
    Pop-unders
    Banners
    200k Flash pages
    Java madness
    Half page ad boxes(what is this anyway?)
    And none of that distracting pr0n
    It has no downsides, and it is overall faster and more efficient than putting up with Exploder, Netscrape, Lynx, Links, etc.

  9. Re:Microsoft's Problem! on Code Red: the Aftermath · · Score: 1
    If Linux distros shipped with a thousand Apache modules installed and configured, you'd probably have much of the same problems.


    Well, no, since Apache doesn't suffer from the design problems IIS have.

    Apache doesn't run as root, so exploitation won't lead to having root.

    As soon as you exploit IIS, you have root.