Slashdot Mirror


User: yerricde

yerricde's activity in the archive.

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

Comments · 9,628

  1. Re:Old News.... on MI5 Laptop Stolen -- Along With Top-Secret Data · · Score: 1

    No encryption is safe from a chop shop. They can just break the laptop open and sell the parts.

  2. Anyone up for a netcop? on Latest Toy: One-Man Helicopter · · Score: 0

    I'd say, if impulsiveprofits keeps up his spew, report him to his ISP.

  3. Re:Spammers die!! on Linux And Hip Hop · · Score: 1

    And you're eating up bandwidth we're paying for. We didn't pay for your fscking spam.

  4. Re:Old news on MI5 Laptop Stolen -- Along With Top-Secret Data · · Score: 1

    At this rate, the thief will be posting next: "I posted it three days ago because I knew I was going to do it tomorrow." Tomorrow never dies. James Bond will definitely be on the case.

  5. There should be a new moderation category on MI5 Laptop Stolen -- Along With Top-Secret Data · · Score: 1

    (Score:-1, Spam)

  6. Re:Why do all White boys Like Glam Rock? on Linux And Hip Hop · · Score: 1

    Actually, wouldn't a good audio compression system reduce noise to "central frequency + bandwidth"? I know speech compression systems do.

  7. Re:Why do all White boys Like Glam Rock? on Linux And Hip Hop · · Score: 1

    Marilyn Manson is glam rock too. Have you heard Mechanical Animals? I like to pop it into my GNU/Linux box every once in a while.

  8. Re:Hmmm... on Linux And Hip Hop · · Score: 1

    you're hard-pressed to find a anything in both DOS and Windows, including games

    You haven't been to the Depot lately, have you? Because there you can find a whole bunch of games (like freepuzzlearena).

    You've had enough /. haven't you? Isn't it time for
  9. Linux take over M$? on Linux And Hip Hop · · Score: 1

    You can get statistics from Netcraft.

    And then you can download
  10. Re:I agree with this on one principle on Linux And Hip Hop · · Score: 1

    I would especially like to see what percentage of the corporate mail server market Linux has over MS and Lotus.

    Have you ever been to Netcraft? You can check what OS a server runs (although GNU/Hurd is reported as GNU/Linux).

    The official freepuzzlearena server runs GNU/Linux:
  11. Re:EXPLODE YOUR TRADING PROFITS!!!! on Linux And Hip Hop · · Score: 1

    Maybe we need a new moderator tag, Commercial SPAM.

    I've seen this s#t in other gro^H^H^Hdiscussions. But don't call it SPAM; it might be confused with luncheon meat. Call it spam.

    This site won't spam:
  12. Re:Keep bringin the goodness on Linux Gains AltiVec Support · · Score: 1

    Now if only they'd release Darwin (Mac OS 10's kernel) under [L]GPL instead of the dumb APSL, we'd have some good stuff.

  13. Re:How do they do this? on Linux Gains AltiVec Support · · Score: 1

    Be thinks Apple's not releasing specs, but Be's not R.E.ing anything. What Be doesn't understand (I've mailed them about this) is that Apple provides the complete source for the kernel of Mac OS 10 (not X).

  14. Vectors defined on Linux Gains AltiVec Support · · Score: 1

    A vector space is a set of objects for which the following are true for all b, c, x, y:

    • double b, c; vector x, y;
    • x + y == y + x;
    • x + (y + z) == (x + y) + z;
    • x + (vector)0 == x;
    • x + -x == (vector)0;
    • 1.0 * x == x;
    • (b * c) * x == b * (c * x);
    • c*(x + y) == c*x + c*y;
    • (b + c)*x == b*x + c*x;
    All vector spaces can be represented by an ordered list of numbers. A typical "vector register" holds a four-dimensional vector as an array of four scalars (ordinary numbers).

    A vector execution unit in a processor can do the same thing to all four components of a vector, or do other predefined transformations. For example:

    • x + y is defined to be [x[0]+y[0], x[1]+y[1], x[2]+y[2], x[3]+y[3]]
    • c*x is [c*x[0], c*x[1], c*x[2], c*x[3]]
    • x dot y is x[0]*y[0] + x[1]*y[1] + x[2]*y[2] + x[3]+y[3]
    Essentially, vector hardware increases the speed of doing the same thing to a lot of data. If you still need help, look for "linear algebra" on Google or any other search engine.
  15. Re:Vector registers, you got to love it on Linux Gains AltiVec Support · · Score: 1

    I seem to have some vauge [sic] memory that not all G4 cpu's have those registers

    When IBM was first putting copper into its PowerPC 750, they codenamed the project G4. But Apple put those into "G3" computers; people just called those "copper G3." What Apple called G4 was the PowerPC 7400, the chip with AltiVec aka Velocity Engine(tm). And the name stuck.

  16. That's how they make their money. on Linux Gains AltiVec Support · · Score: 1

    Correct. Just as sales of Micro$oft Offie fund development of the Sindows OS, sales of Mac hardware subsidize Mac OS 10. I refuse to call it X because it doesn't come with an X server, only some Display PostS#t they call Quartz.

  17. Re:AltiVec is unnecessary on Linux Gains AltiVec Support · · Score: 1

    There are at least two mutually incompatible ways to do everything

    What's the other way to do SIMD on a PowerPC G4 chip? Anyway, if it's not used, it'll go unmaintained until someone picks it up. And the kernel (or a kernel-level module) is the right place for AltiVec, as it requires some low-level processor manipulation.

  18. Re:A half a million questions on Linux Gains AltiVec Support · · Score: 1

    Pentium III's KNI (your x86 simd stuff) is a (badly done?) clone of 3DNow!.

  19. What these four letter acronyms mean on Linux Gains AltiVec Support · · Score: 2

    Not 3dfx. (3dfx makes the Doodoo, erm, Voodoo graphics cards. At least they open sourced Glide.)

    YM 3DNow! the streaming SIMD extended instruction set AMD added to the K6 chips and that Intel copied in Katmai/PIII.

    BTW, SIMD = single instruction multiple data. First, instruction decoding limitations produced RISC (reduced instruction set CPU). Then the increasing popularity of graphics apps brought about SIMD (apply the same filter to a whole bunch of filters). Clock speeds rose so much that even the scheduler in a RISC chip was having trouble keeping up, leading to VLIW (very long instruction words) used in Intel's Merced Itanium and (internally) in Transmeta's Crusoe.

  20. Re:Dundant:The secret is "X" on What Makes A UNIX System UNIX? · · Score: 1

    This argument (named "*X" means UNIX&reg-like) has already been made here. It would classify the Windows® CE-based X-Box console from Microsoft as a Unix system.

  21. Re:UNIX is a trademark on What Makes A UNIX System UNIX? · · Score: 1

    it's "unix-like", despite the FAQ's claim that this term is a trademark violation

    Pepsi® One soft drink is Coke®-like. freepuzzlearena(TM) game is Tetris®-like. If it were a trademark violation, then NetBSD would already have taken down their Call It a Duck page.

    The Allegro Game Programming Library. Of course it runs on UNIX® systems.
  22. Re:UNIX is a trademark on What Makes A UNIX System UNIX? · · Score: 1

    And this trademark has a web site. That's where you'll find the true definition of UNIX®.

    When I'm not using Windows, I'm using not Unix. And I'm hacking
  23. Re:Portability? POSIX! on What Makes A UNIX System UNIX? · · Score: 1

    Heck, you can get POSIX in DOS through the C libraries in DJGPP, a port of the GNU C++ Compiler to protected mode DOS.

    I get paid to read /.; why don't you?

  24. Re:Microsoft UNIX NT on What Makes A UNIX System UNIX? · · Score: 1

    You should go get Cygwin (look for it on Google). You'll have a good time, as Cygwin emulates Unix on Windows NT (also works on 9x but crashes a bit more).

  25. Re:It's "Unix" if it has the 'x' sound it it's nam on What Makes A UNIX System UNIX? · · Score: 1

    If the X-Box is a Unix-like system, that would make Windows® CE a flavor of Unix. Actually, Windows 9x and NT almost are, thanks to Red Hat's Cygwin port of GNU and (to a lesser extent) the minimal GCC for Windows.

    freepuzzlearena was made with DJGPP, the DOS version of GCC. freepuzzlearena is not Tetris.