Slashdot Mirror


User: cr4p

cr4p's activity in the archive.

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

Comments · 12

  1. Re:Three Things To Rule Them All on Intel Head Recommends Apple · · Score: 0, Redundant

    5. See them complain that the off-the-shelf program they bought won't run on their new Apple computer, since they failed to read the program's requirements that were on the box.

  2. Re:Bah, learn to surf on Intel Head Recommends Apple · · Score: 1

    If someone makes a virus that only targets user data, it wouldn't need root privileges to install itself. If you can run programs that are in your home dir and are able to delete or modify files from your home dir, then anything you run in your home dir can wipe off files in your home dir. Chances are, most users only have a backup of their system (the install CDs) and have either no backup of their data or have backups that aren't updated often enough.

  3. Re:Linux? on Intel Head Recommends Apple · · Score: 1

    What properly runs in Windows without requiring admin privileges?

  4. Re:Yes, I know on FTC Recommends ISPs Disconnect Spam Zombies · · Score: 1

    heh. I didn't even notice the misspelling until you said you misspelled it. When I went and re-read your comment, I finally noticed it. I guess some of us are so used to people typo'ing stuff that we don't even notice typos anymore.

  5. Re:Making them searchable sounds like "fair use". on Publishers Protest Google Library Project · · Score: 1

    Maybe because there are some techniques (that I heard about somewhere) to searching that you can use to read an entire work online, even when you don't have direct access to the full thing. But, I would assume it would require a LOT of complex search terms to read something in its entirety that way.

  6. Re:Single signiture sign-on on OpenID - Open Source Single-SignOn · · Score: 2, Insightful
    What I want is a system where I go to a site requiring a login and it asks my browser to sign some data with my private key. During the account creation I send the server my public key and that's that -- no need for a password and the login could be done automatically using cookies or something. Then there is no need for a single sign-on provider and nobody can globally revoke my account at all sites.
    Interesting...That sounds a lot like what client-side SSL certificates can already do in most web browsers that support SSL. I haven't heard of any sites making much use of client-side SSL certificates, though.
  7. Re:Recent security vulnerabilities on Netscape 8.0 Released · · Score: 1

    Since when has Firefox ever had sandboxing for flash?

  8. 60hz refresh rate on Small but Featureful: Puppy Linux Reviewed · · Score: 1

    Ugh! The 60hz refresh rate used on this distribution when booted is extremely irritating to my eyes on my CRT monitor.

  9. Re:Ubuntu... on Ubuntu Linux 5.10 Colony 1 Released · · Score: 2, Informative
    security fixes from firefox 1.0.4 have been back ported to 1.0.2. (the only problem is that update.mozilla.org tell you that you need to upgrade, but with a poke in about:config you can fix that.

    For those wondering what setting to change for this, it is "general.useragent.vendorSub". Change its value from "1.0.2" to "1.0.4", after you download the firefox update for Ubuntu 5.04 (Hoary Hedgehog).

  10. Re:Paper author just wants attention. on Hyper-Threading, Linus Torvalds vs. Colin Percival · · Score: 1
    2. What if your kernel doesn't support secure memory? Say an earlier kernel.

    Turn off swap? Assuming that the insecure memory message relates to it not being able prevent what it stores in memory from being paged out to disk by the O/S.

  11. Re:Slashdot search sucks on Microsoft Begins anti-virus Software Development · · Score: 2, Informative
  12. Re:Open Mind on AOL Launches Free Webmail Service · · Score: 1

    Maybe that is due to the overhead of base64 encoding of the attachment in the email, which causes the resulting attachment to be about 6 megs larger due to base64's 33% overhead (according to wikipedia).