Slashdot Mirror


User: Quietust

Quietust's activity in the archive.

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

Comments · 274

  1. Re:It's Odd on BitchX 1.0c19 IRC Client Backdoored · · Score: 1

    What I'd like to know about MD5 sums is what prevents the h4x0r from updating the MD5 sum on the FTP server to match the trojan'd download.

    Unless the MD5s stored up there are also digitally signed (i.e. PGP/GPG/etc.), which would be rather redundant (since it'd be easier to just sign the archive itself).

  2. Re:how 'bout HTML bugs? on Pet Bugs? · · Score: 3, Informative

    Actually, the current HTML spec (4.01) states that </TH>, </TD>, and </TR> are all optional.

  3. Re:Bluetooth? on Mobile Phone in Your Teeth! · · Score: 2
    Should be the best use of bluetooth we'll see...
    And it would give a whole new meaning to the name "bluetooth"... :)
  4. Re:Pareto's Principle: The 80-20 Rule on Comcast May Raise Prices On "Internet Hogs" · · Score: 4, Funny

    I prefer the Ninety-Ninety Rule myself.

  5. Re:Hypocritcal.... on CDs Want To Be Free · · Score: 2

    That's because a lot of games these days come on multiple CDs.
    :)

  6. Re:just be careful... on Transforming a Laptop into a Robot · · Score: 5, Funny
    ...not to speak the series of 7 imprinting words to your laptop robot.
    "Where do you want to go today?"
  7. Been getting tons of 'em, but... on Klez, The Virus that Keeps on Giving · · Score: 2

    ...all I get is a little 2KB-3KB email. No attachment, no virus.

    Attempting to view the email just gives me "This message contains script, which Outlook cannot render" and a blank message window.
    Oh, BTW, I'm using Outlook 2002 configured to view all HTML emails as if they were in the "Restricted Sites" zone, so I'm not sure how that would affect things.
    And I know for a fact that I'm not infected (have run NAV Corporate numerous times, and have checked for the 'Klez' registry keys and filenames and found nothing).

    I'm rather curious why I seem to be getting nothing but duds. Could Outlook possibly be protecting me from Klez?

  8. Re:sidewalks? BIKELANES! on Segway Getting Real-Life Tests · · Score: 4, Funny
    "Get laws passed for segfaults on sidewalks"
    Freudian slip?
  9. Re:How coincidental. on JPG Compression - The Bandwidth Saver · · Score: 2
    PNG files are compressed using the LZH algorithm first used in pkzip, and now used in zlib, gzip...
    You're partially right... PKZIP used to use LZW-based compression (the kind of compression used in GIF files - the one that's patented by Unisys) back in version 1.x; version 2.x introduced the Deflate algorithm, which is what's used today in gzip/zlib/PNG/etc.
  10. Re:Test it out if you have IE on Don't Hit That Back Button · · Score: 2

    The Minesweeper one only worked after I created the directory and copied in the EXE.
    One of the advantages of having Windows 2000 installed on drive D (except for the fact that I have a rather outdated install of Win98SE on drive C; gotta get rid of that one of these days).
    What bothers me is that it still worked even after I changed the default security level for Local Intranet to High (maximum)...

  11. Re:Argh! on No-click Mouse? · · Score: 2
    Why do you think a trackball or touchpad would not have clicking buttons?
    This is true; nearly all trackballs/touchpads do have buttons.
    But most touchpads allow 'clicking' without pressing the buttons by simply tapping one's finger on the touchpad; this is probably why michael mentioned the touchpad.
  12. Re:ITS NOT AN APRIL FOOLS JOKE! on Wil Wheaton to get new role on 'Enterprise' · · Score: 2

    So? Star Trek IV was produced before Enterprise the series, so we the viewers know that time travel is possible.

  13. Re:ITS NOT AN APRIL FOOLS JOKE! on Wil Wheaton to get new role on 'Enterprise' · · Score: 2

    But they've already been proven wrong.
    Remember Star Trek IV?

  14. Re:More on amdzone. P4 on AMD And THG update · · Score: 2, Informative

    That's an easy one; they disabled the P4's on-chip thermal protection (see this document, section 2.4). All P4 systems are required (see section 2.4.4) to enable it by default in the BIOS, but it can be disabled (in case you want to use your own heat management system using the on-die thermal diode mentioned in section 2.4.6).

    This probably should have been expected from AMD zone...

  15. Re:[M|G][IPS|FLOPS|Hz|EEP!s] on AMD To Hide MHz Rating From Consumers · · Score: 1

    Regarding your story...

    The tech was partially right. Nearly all PCI cards today ("today", not "a long time ago") are Plug they let the BIOS or the operating system handle the configuration.
    Though "a long time ago" there were no PCI modems, just ISA ones, and ISA cards are generally not Plug you need to configure 'em using jumpers (though some more recent ISA cards have jumper settings for 'Plug&Play').

    I wouldn't be a bit surprised if the actual problem was that the "tech" didn't know the difference between ISA and PCI.

  16. Re:How can this work? on Wireless Freenets As The Parasitic Grid · · Score: 1

    A pain?
    Windows 9x? Run winipcfg, select the network adapter, click 'Release', then click 'Renew'.

  17. Re:Do the math once more. on Booting A PIII System In .8 Seconds · · Score: 1

    Actually, that TI-85's definition of a year is about 365.24 days. Leap-years, you know...

  18. Re:Do the math once more. on Booting A PIII System In .8 Seconds · · Score: 1

    Perhaps you forgot to divide by 100...
    1 year ~= 31556926 seconds (according to a nearby TI-85).

    99.99999% uptime == 0.00001% downtime.
    0.00001% == 0.0000001
    31556926 seconds * 0.0000001 ~= 3.16 seconds.

  19. Re:Handheld devices? on How PDAs Intersect With School · · Score: 1

    I wonder what they have to say about pocket calculators (graphing calculators or otherwise)...

  20. Re:OK ! SlashDotting Contest ! on Stopping The 56K Hate · · Score: 1

    Actually, according to the site's webcounter stats, the site's been at 29 hits for the last 6 months, and now it's over 20,000.
    The webmistress, "drooling@fangirl.org", is almost certainly going to be drooling when she checks her webcounter stats...

  21. Re:Convince me on The D Programming Language · · Score: 1

    What environment were you running the Java/C programs from?
    Also, what C compiler are you using?

    If you were running them from a command prompt, let's not forget that running 32-bit programs from a 16-bit command prompt is rather slow; it takes 1-2 seconds just for the program to start.
    Also, the C compiler used is important (as it determines the type of EXE produced); DJGPP produces 16-bit executables (which use a 32-bit extender, or just switch to 32-bit if they detect Windows running), which runs very quickly from an MS-DOS prompt; if you use a Win32 compiler like VC++, you'll get 32-bit programs which exhibit the startup delay mentioned above.

    I'd be interested to see a *true* benchmark, i.e. one that does actual computations and which takes atleast several minutes in either language; that'd get rid of any delays from overhead.

  22. Re:no such thing as a "computer virus" on Virus Scares and False Authority Syndrome · · Score: 1

    Saying Melissa is a computer viruses is FUD; it's a Word 97 Macro virus. It just happens to use Outlook (and its address book) to distribute itself, but the code itself is a Word 97 macro. Perhaps that's why it was named W97M.Melissa.AA
    ...

    W32.Sircam.Worm@mm isn't an Outlook virus either (just a Win32 program), but 2 people have already pointed that out.

  23. Re:Might this not be a ploy on Star Wars II: Return of the Name · · Score: 1

    Actually, it was Vengeance, not Revenge, in the original title of Star Trek II.

    But I believe the two names were changed independently, though for the same reason...

  24. Re:Just go with the Serial, on Searching for MAI Basic Four Information/Docs? · · Score: 2

    2 weeks?
    9-10gb at 9600baud...
    That'd be about 9000000 seconds...
    which ends up at around 104 days. That's three and a half months.
    Remember, baud == bits per second, not bytes per second; 9600 baud is about 1kb/second.

    -- Sig (120 chars) --
    Your friendly neighborhood mIRC scripter.

  25. (another) God's chips on Diagonal Design For Chips · · Score: 3
    "If you think about how God would design a chip, obviously God would use 45 angles"
    If you think about how God would design a chip, obviously God would use curves.

    -- Sig (120 chars) --
    Your friendly neighborhood mIRC scripter.