Slashdot Mirror


User: kill-1

kill-1's activity in the archive.

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

Comments · 318

  1. Re:No, 480 Mbits/sec -- read the PDF! on USB 2.0 Spec Is Final - Up To 480 MB/s · · Score: 1

    to a FW HDD at the full 400MB/s

    (laughter)

  2. Looks like postfix Smalltalk on English Language And Its Effect On Programming? · · Score: 1
    But I don't like postfix syntax. It took me a while to get used to Perl code like

    die unless $everythingOk;

    though it's maybe just a matter of taste.

  3. Re:doh. on ISPs And Router Security · · Score: 1

    /sbin/ipchains -A input -d 10.0.0.0/8 -j REJECT

    You're right
  4. Re:doh. on ISPs And Router Security · · Score: 1

    it's /sbin/ipchains -A input -d 127.0.0.0/24 -j REJECT /sbin/ipchains -A input -d 192.168.0.0/16 -j REJECT /sbin/ipchains -A input -d 10.0.0.0/24 -j REJECT

  5. Re:I'm Not Sure on Best Live Streaming MP3 Solution? · · Score: 1

    The K6 family is optimized for different things than the Pentium Pro family, and one change is that on a K6-family processor, the pipelines are shorter, thus making heavy and unoptimized FP slower.

    Not quite right. The K6 FPU has a lower latency, while the Pentium FPU has a higher throughput. The result is, that unoptimized code might run faster on a K6, but optimized code will always run faster on a Pentium. (I'm talking about 'standard' FPU oprations, not 3D-Now.)

  6. Re:ok.. I've disproved it.. no.. I'm seriously on Grok Goldbach, Grab Gold · · Score: 1

    I don't know exactly what Schnirelman proved, but it seems that he meant 300000 distinct primes (The number 3 * 300002 is even and the sum of more than 300000 primes). So you're proof is wrong.

  7. Re:Floating point on How Accurate and Precise is libm.a? · · Score: 1

    When I would do "something", evaluate a cost function, and then undo that "something" (because of an increase in cost), the cost function after the undo would be equal to the original cost function (before the "something") more often on Linux than on Solaris.

    I suppose you run Linux on an x86 processor. The x86 FPU uses 80-bit floating point numbers internally. That might be the reason why Linux is more accurate. You can force an x86 program to calculate with 64-bit numbers if you write each intermediate result to memory and load it again. But that's not very efficient.

  8. patch(1) on Linux 2.3.48 Released · · Score: 1

    NAME
    patch - apply a diff file to an original
    SYNOPSIS
    patch [options] [originalfile [patchfile]]

    but usually just

    patch -pnum

  9. heifeweisens? on Bearded Drinkers Lose Guinness · · Score: 1

    You mean 'Hefeweizen'? Yeah, Weißbier rules 8)

  10. SuSE can do it on MS Tells How to Delete Linux, Install NT or Win2K · · Score: 1

    SuSE Linux has a so-called 'live filesystem' CD, that you can boot from and try out lots of apps. It used to come with the distro, but now you have to buy it separately for about $10.

  11. Perl vs PHP on Perl Domination in CGI Programming? · · Score: 1
    without having to print("...") the entire page

    Why don't you print <<END
    ...
    END the page?

    What's the difference between switching to HTML (or JavaScript or SQL) via Perl multi-line strings and switching to PHP from HTML code?

  12. This piece of hardware is provided "as is"... on After Toshiba's settlement, Others Follow (Law)suit · · Score: 1

    Does that mean, we will soon have "no warranty" disclaimers on every piece of hardware? "Should your new processor prove defective, you assume the cost of all necessary servicing, repair or correction" ;)

  13. There is NO reliable benchmark on Intel Releasing 700Mhz P3s · · Score: 1

    Of course, some a more reliable than others ;)

  14. Next generation computer games are the point on 1100 MHz 'Athlon Killer' Due From Intel in December · · Score: 1

    Needless to say more

  15. RSA: O(n^3) on 512-bit RSA Key Cracked. · · Score: 1

    If you double the key size, it takes eight times longer to encrypt/decrypt a message (assuming no other overhead and a 'standard' RSA implementation).
    1M = 2^20, 512 = 2^9, 8^(20-9) = 2^33 = 8G
    It takes 8,589,934,592 times longer to encrypt/decrypt a 1Mbit key than a 512bit key.
    (Maybe there's an alogrithm with O(n^2.something), could be really interesting for big keys)

  16. Re:Glaze3D solves an irrelevant problem: fillrate on Glaze3D: Yet Another 3D Chipset · · Score: 1

    Even in a single rendering pass pixels are most probably rendered more than once. Basically, all polygons in a scene are rendered whether you can't see them because they overlap or not.

  17. 10 years plus? on Borland Releases Old Turbo C, Turbo Pascal for Free · · Score: 1

    If you look closer at the original shipdates, you will notice that all of that software is at least (and some quite exactly) 10 years old. So we have to wait a bit for TC3, which is the compiler I started with. It really had a killer feature: Click with the right mouse button on a library function name and you get the online help ;]

  18. 128 bit S/Mime outside the US on Ask Slashdot: Cryptography in Mail software? · · Score: 1

    Check out fortify.net