Slashdot Mirror


Helping Surfers Sidestep Site Registration

netbuzz writes, "PrefPass, a startup debuting at DEMO today, is looking to do for the onerous Web site registration process what Amazon has done for shopping: one click and you get the goods. If it catches on, sites requiring full registration may feel the heat." Looks like sites will have an incentive to implement PrefPass; it's not antagonistic to their interests in the way Bugmenot is.

91 comments

  1. Attempted before? by daveschroeder · · Score: 4, Insightful

    Hasn't this been attempted before, with the likes of PassPort, and other numerous "universal" single-signon type things that have attempted to partner with commercial sites, and so on?

    It says it's different from PassPort, and I agree, but I fail to see why this would have any more success.

    1. Re:Attempted before? by hal2814 · · Score: 1

      I'm not even sure I agree that it's different from Passport from the user's perspective. You still have to join and sign in to PrefPass to use it. And then from the site's perspective, it looks like you'll get less info than you get from Passport. Sounds like a situation that benefits noone and hurts the ones who pay the bills for PrefPass.

    2. Re:Attempted before? by MBCook · · Score: 3, Informative

      If you read the article it explains the difference. While Passport is a full login (that can hold things like Credit Card numbers and such) this just holds information about what you like and your name, stuff like that. For all intents and purposes you are still anonymous, but they can customize content so that you are more likely to read it using the information you provide.

      Compare that to Passport who is basically giving a site a biography on your if you use it.

      --
      Comment forecast: Bits of genius surrounded by a sea of mediocrity.
    3. Re:Attempted before? by Red+Flayer · · Score: 2, Interesting

      It's the one-click feature -- no userID, no password.

      Basically, one aggregate cookie for each person that displays (limited to PrefPass participant sites) browser history. The reason this works better than Passport for a lot of sites is that the website is provided with marketing info, not just a validation of the user. So the participating sites don't need to request the info, they don't need to worry about storing the info (if they do so to make sure non-cookie-accepting-visitors still get tracked), etc.

      Another way to think about it is meta-tagging applied to websurfers for the use of websites they visit.

      --
      "Trolls they were, but filled with the evil will of their master: a fell race..." -- J.R.R. Tolkien on Olog-hai
    4. Re:Attempted before? by mastergoon · · Score: 2, Interesting

      I'm not here to plug on my own site, especially because I don't even really maintain it anymore (no time or interest really), and there are probably other, better solutions out there. However, I will mention it because what you are saying is what I was trying to do.

      I'm talking about MyUID [slashdot article]. I set up a site where you created a profile, which could be read over sites that participated in using our API. You specified what public information you wanted to provide, your privacy was up to you. However, I think most people missed that point and I mostly recieved a flood of complaints about privacy concerns.

      I hope a site like this can succeed some day.

    5. Re:Attempted before? by KillerCow · · Score: 4, Funny

      this just holds information about what you like and your name, stuff like that. For all intents and purposes you are still anonymous

      I think that your definition of "anonymous" is different from most people's.

    6. Re:Attempted before? by irc.goatse.cx+troll · · Score: 1

      Hopefully it will fail the same way. What we need is public key encryption used for authentication over http. The "single signon" should be authenticating to the agent in your browser which should get you instantly logged in to any site that accepts your public key.

      --
      Pain lasts, kid. Its how you know you're alive. Sometimes I think this growing up thing is just pain management-TheMaxx
    7. Re:Attempted before? by John+Hasler · · Score: 3, Insightful

      anonymous@example.com is a member. His "fav" site is www.example.com

      --
      Warning: this article may contain humor, sarcasm, parody, and perhaps even irony. Read at your own risk.
    8. Re:Attempted before? by smitke · · Score: 1

      Mod Parent Up

    9. Re:Attempted before? by johntash · · Score: 1

      There's an interesting idea.

    10. Re:Attempted before? by irc.goatse.cx+troll · · Score: 1

      Thanks, I kind of rushed to post as I was in a hurry, but I'll elaborate a bit further on this now.

      Doing it this way provides full "single signon" features that passport offered without ANY dependence on a third party being available and playing nicey with competition. The only downside is you'd need your key with you at all times, but with the price of usb thumbdrives I don't see that as much of an issue if done right, and you can always keep normal logins as backups.

      On top of that you can also use this to be able to keysign your messages on forums and comment systems providing a trustable means of saying that userX on siteA is userY on siteB, something OpenID and other systems attempt to do but (in my opinion) do as wrong as MS Passport did.

      Presumably you could even store all of your personal info(VCard? credit card info? etc) encrypted and provide some protocol for the sites to request it while editing your details.

      Really, it just feels a lot better than relying on http connections to some third party. SSH shows us how well it could work, the only real downside is again needing the key with you, and presumably larger cpu load for the hosts. Both are things I think a lot of people wouldn't mind.

      --
      Pain lasts, kid. Its how you know you're alive. Sometimes I think this growing up thing is just pain management-TheMaxx
    11. Re:Attempted before? by TubeSteak · · Score: 1
      Basically, one aggregate cookie for each person that displays (limited to PrefPass participant sites) browser history.
      Which means PrefPass gets to track all your browsing @ PrefPass sites & sell/info-mine that aggregate data.

      They aren't doing it out of the kindness of their hearts.
      --
      [Fuck Beta]
      o0t!
    12. Re:Attempted before? by quiddity · · Score: 1

      Yup, see Typekey.com

      --
      .
      . hmmm
    13. Re:Attempted before? by Flendon · · Score: 1

      I disagree that a lot of people wouldn't mind. A lot of nerds wouldn't mind this, but the Average Joe would. Sure, Joe will love this when he first sets it up. The first time he tries to use another computer and has to remember his normal login that he hasn't used in a year he will be pissed, you can't expect him to remember 'password1'. And what about when his hard drive dies and he has to rebuild his box, he doesn't know how to do a backup you know. I know, I know, you said thumbdrives; thumbdrives are great for us geeks, but tell Average Joe he needs to buy one, even a cheap one, in order to use this new system and he'll just say F*** IT!.

      --
      chown -R us ./base
  2. OneClick Registration by Anonymous Coward · · Score: 0

    Should be implimented on Slashdot

  3. Don't the sites want the demographic info? by khasim · · Score: 4, Insightful

    I thought (correct me if I'm wrong) that the reason those sites want your age / sex / location was for demographics (for marketing and such).

    If they just want to personalize your page, a cookie should be sufficient.

    So, if this tool allows me to login to multiple sites, but with faked info, I don't see the sites going for it.

    1. Re:Don't the sites want the demographic info? by $RANDOMLUSER · · Score: 1

      The demographic info decides which ads you are shown as you navigate the site. The sites make their ad revenue based on views/clicks by the "right kind" of eyes.

      --
      No folly is more costly than the folly of intolerant idealism. - Winston Churchill
    2. Re:Don't the sites want the demographic info? by kfg · · Score: 2, Interesting

      So, if this tool allows me to login to multiple sites, but with faked info, I don't see the sites going for it.

      This tool does not help you log into the NYTimes by providing their registration process with fake info. It helps you log in to sites that have opted in to the program and agreed to take less info about you during registration.

      Sites obviously don't want fake info; it doesn't simply affect their interactions with you, very small amounts of fake info can completely fuck the validity of the statistical inferences that they make from it (and you should think about that the next time you read some study conducted by phone survey). Less info is better than fake info.

      So how do the participating sites get targeting and statistical information out of you from this system?

      Ahhhhhhhh, well, ya see, there's the rub. The central outfit stores some info about you and the site gets that info from their server. They keep your site cookie. What's in that cookie? A browsing history.

      Hmmmmmmmmmmm.

      Anyway, the information the sites get with which to target advertising and play with numbers is your history of browsing participating sites. Go to L.L. Bean and they know you're a potential Land's End customer, but probably don't have much interest in Deb or The Limited.

      KFG

    3. Re:Don't the sites want the demographic info? by fritzk3 · · Score: 1
      I thought (correct me if I'm wrong) that the reason those sites want your age / sex / location was for demographics (for marketing and such).

      Silly me. Here I was thinking that when sites asked me for A/S/L, it was because they wanted me to have cybersex with them!

      I guess this just doesn't have quite the same effect:

      Site: ASL?
      Victim: 24/F/wherever
      Site: Want some ads?
      --
      All your sig are belong to us.
  4. Submitted by NetBuzz?!?! by Anonymous Coward · · Score: 1, Insightful

    Do you need a bigger red flag that this is a submission by the company itself or a PR company working for the company?

    Edit! You're editors! Use your noodle!

    1. Re:Submitted by NetBuzz?!?! by Verdict · · Score: 2, Insightful

      Note that the submitters email address is "@nww.com" which resolves to networkworld. How much does it cost to get your product listed on slashdot these days?

    2. Re:Submitted by NetBuzz?!?! by zIRtrON · · Score: 1

      This post made me actually check who the submitter was - usually I'll read a few comments and get the gist - however that is rather sheepish. And now I'm thinking how this friend/foe stuff works on /. - I think it could do with a bit of a re-write. If a PR company is going to post something and waste all of our time to feed the machine and get stats, the submission process should take into consideration past sumbissions, simple poll from comment writers along with comment (did you visit the submitter's site, do you believe they are un-biase etc) - something to that nature. So when I story hits the front page, there's that karmic sort of thing.

      After all these years, I've never really taken note of the "slashdot system" - perhaps it never needed taking note of because it was good. Or maybe it's the editors trying to do too much - are they even paid? Do your job!

  5. Moo by Chacham · · Score: 1
    PrefPass lets you grant any site a Pass to access your anonymous Prefs with one click. That's it. So whether the site wants to personalize their content, their recommendations, or their ads (this is a big one, helps the site make more money), they can ask you and you can say yes or no.
    Interesting. Implementation should be interesting though.
  6. Registration for what? by TheWoozle · · Score: 4, Insightful

    I hate sites that require registration to access "free" content. Either publish your content to your "free" website, or charge me for it. I shouldn't have to tell you anything about myself to get access.

    I know I'm jaded and cynical, but how much of the information that is entered into web site registration pages is genuine, anyway?

    --
    Insisting on "correct" English is like saying that there is only one, definitive recipe for chili.
    1. Re:Registration for what? by sulliva · · Score: 1

      Valid info?? I don't even give cashiers the right zip code, when they ask me for my zip at a local store to get their marketing flyers out.

    2. Re:Registration for what? by windowpain · · Score: 3, Funny

      When the checkout chick at Linens 'n Things asks me for my phone number I always answer, "What's the use? You'll never call me. You never do. I wait by the phone night after night hoping and praying but it never rings. Stop teasing me."

      --
      Insert witty sig here.
    3. Re:Registration for what? by daeg · · Score: 2, Insightful

      It doesn't matter to the websites what info you give us. In fact, your fake information helps us more than your real information? Did you say you're 80 years old? Awesome. The stats are skewed similar to the way that election polls are. Certain groups are known to be under-represented so the information is skewed appropriately. While not entirely accurate, it helps.

      Again, the websites that pull the info generally couldn't give a shit about your info. The advertisers do, though. Enough people provide real information to make it worth the hastle.

      And content isn't free, per se. Freely available, yes, but the expectation is that you read our content and in exchange look at our advertising. No advertising revenue would mean you would only have access to jaded blogs written by 13-year-olds who haven't yet realized it's down the highway, not across the street.

    4. Re:Registration for what? by InsaneGeek · · Score: 1

      Actually it's not "free" content, you are paying for the content with advertising information. Just like Google, yahoo, MS Live, etc are not "free", you are paying them with your personal information which they then will sell to others. They don't have signups, cookies, etc just for annoyance and nobody ever looks at them, that data actually pays for the content.

    5. Re:Registration for what? by Ken+D · · Score: 1

      "in exchange look at our advertising"

      I never agreed to that.
      Remember newspapers? I can read a newspaper without ever seeing an Ad anywhere but in my peripheral vision.
      You can't make me look.
      I won't look.
      I won't even let me browser fetch your ads.
      It's just wasted bandwidth for both of us anyway.

    6. Re:Registration for what? by klenwell · · Score: 1

      The biggest nuisance with registering for new sites for me is coming up with and managing new passwords.

      I just use mushpup (http://mushpup.org/) for that. If the site has a profile page, all the better. I'll list my password (notationally) there. For instance, my slashdot password:

      m{this.site}

      Then, yes, if they need more info, just make it all up -- unless it's a site I really trust or like. Don't need to be centralizing all my data with a new startup, thank you.

      Tom

      --
      Innovation makes enemies of all those who prospered under the old regime... -- Machiavelli
    7. Re:Registration for what? by hankwang · · Score: 2, Insightful
      I hate sites that require registration to access "free" content.

      What's even worse is if they let in the search engine spiders (Googlebot etc.) but require registration (and sometimes even payment) from human visitors. Whenever I encounter such a site, I report it to http://www.google.com/contact/spamreport.html as a cloaked page. If enough people do this, maybe Google will do something about it.

    8. Re:Registration for what? by daeg · · Score: 1

      Late reply, but your comparison to newspapers is wrong: if you're reading a newspaper, someone, somewhere, paid for that piece of paper with that writing on it.

  7. Been done before.. by HatchedEggs · · Score: 0, Redundant

    As others have stated, this concept really isnt all that new. One of the main problems with it is having the clout to make all the little shops, etc set up on the net to play ball. That really isn't an easy thing to do and the primary reason why ventures like this in the past have failed.

    There is still also a barrier to overcome in convinving people that their data is safe online.. and they are especially fearful of any service that claims to be acceptable at any store. Why? Because in the publics mind that equates to lower security.

    I believe that eventually something along these lines will happen. However, it is going to take a whole lot of push for a company like this to stick it to Google and their plans for Google Checkout.

    --
    Justin - Don't be afraid of my blog, it won't bite.
    1. Re:Been done before.. by Anonymous Coward · · Score: 0

      yeah, marketers want more than demographic info. They also want email addresses so they can send marketing material - upselling their products.

  8. Re:passport? by plover · · Score: 1

    RTFA. This isn't for "full signup" sites, this is more like a cross-site cookie. The idea is they don't ask you to register if you're just trying to read something. The idea for the host site is that they'll be able to target (ads|pages|search results) to you based on your whole surfing history (*cough*google ads*cough*) not just that site. As a "bonus" to you, the surfer, you won't have to do anything and the host site could store your preferences (font choices, colors, etc.)

    --
    John
  9. oh well, fake registration... by gd23ka · · Score: 2, Funny

    But when I do let you know something about me, then know that even though I'm a high school dropout
    I am also a 22 year old 5"4 athletic blonde female and I just love the sex older men can give me and I'm
    interested in dating and romance. I like Billy Graham, Zachariah Sitchen but I hate Prince Phillip and
    I earn more than a hundred thousand dollars a year working as a pharma whore.

  10. PrefPass for PrefPass by MojaveHigh · · Score: 5, Funny

    Can I use PrefPass to avoid registration for PrefPass?

    1. Re:PrefPass for PrefPass by WoLpH · · Score: 3, Insightful

      They invented BugMeNot for that ;)

    2. Re:PrefPass for PrefPass by Anonymous Coward · · Score: 0

      its called PrefPassPass

      (Trace-Buster-Buster)

  11. Bugmenot link? by paulproteus · · Score: 2, Insightful

    For some reason, the article omitted a link to bugmenot. There's a Firefox extension that automates the process.

    If you don't know what this is, it's a user-maintained list of usernames and passwords for sites that "bug" you for registration. Some sites block Bugmenot-listed usernames and passwords but most don't.

    --
    |/usr/games/fortune
    1. Re:Bugmenot link? by elrous0 · · Score: 1
      I thought the bugmenot extension for Firefox stopped working a long time ago. It hasn't worked for me in almost a year.

      -Eric

      --
      SJW: Someone who has run out of real oppression, and has to fake it.
    2. Re:Bugmenot link? by Anonymous Coward · · Score: 0

      It was broken for a while, but not anymore. Go get the latest update.

    3. Re:Bugmenot link? by Anonymous Coward · · Score: 0

      Works for me.

    4. Re:Bugmenot link? by dtietze · · Score: 1

      You don't need a FF extension. BugmeNot provides a "Bookmarklet" which you can simply drag to your toolbar folder and click on to open a small BugMeNot window. The advantage is that it's no depenent upon the extensions API or any extension maintainer. Look for "Bugmenot Bookmarklet" on their homepage.
      I've been happily using that for quite some time now.
      D.

  12. Great! Until it's hacked, that is... by Gryffin · · Score: 1

    This should be a real boon to identity thieves.

    Putting all your eggs into one pasket just makes it easier for someone to steal all your eggs. Won't people ever learn?

    --
    Learn from the mistakes of others. You won't live long enough to make them all yourself.
    1. Re:Great! Until it's hacked, that is... by Anonymous Coward · · Score: 0

      There's no "identity" to steal here. That's the whole point. The sites this targets are those that simply need to manage uniqueness, not what's typically seen as identity data such as name, SSN, DOB, etc.

  13. Re:passport? by jjeffries · · Score: 4, Funny

    I know it's weird, but...

    I love the way you say "passport".

    C'mon, won't you say it again?

    mmmmmm.... passport... it's just such a beautiful word...

    passport...

    passport!

  14. No password? by CurbyKirby · · Score: 4, Insightful

    A Web-based service, the PrefPass registration itself requires only two pieces of information from a user: an e-mail address and the URL of a first Web site or feed in which the user is interested.

    So if you're only identified by an already public identifier (that being your email address), what's to prevent people from messing around with other people's preferences? Cookies can be lost by the legitimiate user and spoofed by an attacker. IP-based filering doesn't work for different users behind a common firewall. I wonder how they can get by without some sort of password. I wish they had a technical FAQ to go along with their press release.

    --

    --
    "Extra Anus Kills Four-Legged Chick" -- Headline
    1. Re:No password? by quick_dry_3 · · Score: 1

      the prefpass registration only requires an email address, but logging in requires email + password - it is right there on the front page: http://prefpass.com/

      I assume they'd just generate a password and send it out to you.

  15. No surprises here by rts008 · · Score: 4, Interesting

    Just another vehicle to serve up even more advertising.

    FTA: "In exchange, users agree to let PrefPass sites access their pref lists, thus allowing them to customize the experience, as well target advertising to the user."

    I'll stick with BugMeNot, thank you.

    --
    Down With Slashdot BETA!!! I've been around the corner and seen the oliphant; you can only abuse me from your perspecti
  16. I've used this... by ArcherB · · Score: 1

    I used this back when it was called BugMeNot

    --
    There is no "I disagree" mod for a reason. Flamebait, Troll, and Overrated are not substitutes.
  17. I miss Gator..... by rueger · · Score: 1

    You know, as evil as it was, I really liked Gator for one thing - it did a pretty good job of autofilling forms. Like all good software it Just worked without a great deal of hassle.

    1. Re:I miss Gator..... by Larry+Lightbulb · · Score: 1

      What you need is http://www.roboform.com/

  18. Identity URL by hey · · Score: 1

    Why not do identity but saving a vCard at a certian URL on your public website.
    Sites that want logins can just as for your vCard URL. You have have several, they are unique,
    you decide what goes inside. Startups can make tools for mananging them.
    Nice.

  19. Wrong Name for it! by misterhypno · · Score: 3, Insightful

    PrefPass should be something like PassTheInfo, HandItOverToHackers or, maybe TARGET.

    Because that's what it's going to become if the public and the corporations actually start using this thing.

    One Big Target. Hackers start your engines...!

    Lee Darrow, C.H.

  20. Porn. Lots of porn. by khasim · · Score: 1
    Anyway, the information the sites get with which to target advertising and play with numbers is your history of browsing participating sites. Go to L.L. Bean and they know you're a potential Land's End customer, but probably don't have much interest in Deb or The Limited.

    And the flaw with that approach is that many people will not want many of the sites that they go to to be known (and indexed) by what is basically an advertising agency.

    Now, if you could maintain multiple profiles that would NEVER cross, this might be a good idea. Particularly if it did keep other cookies and such off of your local drive.

    They want my browsing history so they can more effectively market to me. They're going to have to provide me with some more service than just centralizing my fake name and fake email address.
    1. Re:Porn. Lots of porn. by kfg · · Score: 1

      And the flaw with that approach is that many people will not want many of the sites that they go to to be known (and indexed) by what is basically an advertising agency.

      Well ya don't exactly see me rushing to be first in line to sign up, I can tell ya that.

      Now, if you could maintain multiple profiles that would NEVER cross, this might be a good idea.

      Hotmail.

      They're going to have to provide me with some more service than just centralizing my fake name and fake email address.

      See? Ya got the idea already.

      KFG

    2. Re:Porn. Lots of porn. by dhollist · · Score: 1

      Isn't it plausible that your "anonymous" Hotmail accounts / multiple profiles could be cross-referenced by your IP address? Since ISP records are increasingly making their way into the public domain, such cross-referencing would seem inevitable.

      Just like cell-phone records are now commercially available, it's probably only a matter of time before someone starts selling databases that cross-reference IP addresses to online account aliases.

    3. Re:Porn. Lots of porn. by kfg · · Score: 1

      Isn't it plausible that your "anonymous" Hotmail accounts / multiple profiles could be cross-referenced by your IP address?

      Nothin's perfect. Wait'll ya see the unauthorized biographies that start getting written about 20 years from now.

      KFG

  21. Re:passport? by Anonymous Coward · · Score: 0

    what a great movie....

  22. Antagonistic?! by suitepotato · · Score: 1

    Looks like sites will have an incentive to implement PrefPass; it's not antagonistic to their interests in the way Bugmenot is.

    What is antagonistic is requiring people to give full legal names, addresses, phone numbers, email addresses, shoe and genital sizes, blood type, genetic write-up, and winning lottery numbers for the next five years. Okay, so not as much as all that but you do feel that way, don't you? In this age of spam and violations of promises stated on these websites that you will not receive unsolicited ads when you will and do five seconds after submitting the information, that all is what is antagonizing. I don't want any info about me whatsoever going to a website just to read a news article. If they need that, then why doesn't my local paper require a blood test at the damn paper box on the corner instead of $0.50? If it isn't money, then what is it? If it is money, go figure out micropayment systems that work or survive on ads but you're not getting my life's history just to RTF linked from Slashdot.

    --
    If my grammar and spelling are off, I am [distracted/tired/careless] (take your pick)
  23. Would this work for PB? by codehead78 · · Score: 1

    I had thought about this kind of thing as a way for the MPAA to fight the Pirate Bay. If they provide a way to access PB torrents, through RSS or something, PB would lose ad revenue. There would be no signup, just view and access torrents posted on PB without the ads. Maybe put in some movie preview torrents (also hosted by PB) to get more people into theaters.

    I'm sure there are safeguards that check ips before you can join a torrent so I'm not sure if this is even viable. It was just a thought.

  24. Help Spammers Sidestep Site Registration by dananderson · · Score: 1

    I run a community bulletin board and believe me it get's a lot of robots (probably from zombie systems) sending spam. Registration greatly reduces this spam. Much as I dislike registration, I think this may be helping the spammers and reduce the availability of message boards.

    1. Re:Help Spammers Sidestep Site Registration by funfail · · Score: 1

      Why not just requiring to answer a CAPTCHA while posting?

  25. You may wish to RTFA... by Penguinisto · · Score: 3, Interesting
    Umm, unless your email addy and bookmarks list is enough for someone to take out credit in your name, I sincerely doubt that...

    I honestly don't see an easy way for spammers to cull this thing (unless they bust into the PrefPass servers, I suppose).

    /P

    --
    Quo usque tandem abutere, Nimbus, patientia nostra?
  26. Re:passport? by Solra+Bizna · · Score: 1

    Until the "A computer matched him with her?" line. -_-

    -:sigma.SB

    --
    WARN
    THERE IS ANOTHER SYSTEM
  27. No by Aqua_boy17 · · Score: 1

    I thought that's what AC's were here for?

    --
    What if the Hokey Pokey really is what it's all about?
  28. Re:G.N.A.A phurst poast by Goaway · · Score: 0

    You really are making the GNAA look unprofessional with that horrible grammar and prose that reeks of overreaching your abilities as a writer. Here, let me fix that for you:


    In a self-congratulatory press conference described by one historical analyst as being "worth 10 Dresdens", the now world-famous egalitarians of the Gay Nigger Association of America announced to the world press that their highly successful open source "LastMeasure" project has now reached over one hundred thousand homes across the world.

    Amidst a snowstorm of tickertape and parade-like festivity, Penisbird, one of the founders of the LastMeasure project, screeched triumphantly from his gold-plated dong perch that the exponental growth of the popular shock site can only continue. Even those outside the GNAA's dark-skinned sphere of influence can only agree, when faced with the cutting-edge "xangadot" marketing techniques employed by GNAA LM sales reps Incog, Saturn, Trake, qat, and Zeikfred Tuvai.

    The sheer ferocity of the xangadot effect has caught many by surprise, none more so than xanga spokesperson AzN_ThuG_08, who was quoted as saying "MUTHAFUCKA TAKE DOWN MAH SITE...BITCH IM LETTIN U...FUCK DIS SITE AND FUCK U TOO. I CAN MAKE A NEW ONE I GOT THA TIME u stupid muthafucka" before driving his nitroglycerin-laced riced-up Honda into the GNAA headquarters in a dastardly as well as suicidal attempt to decapitate the GNAA leadership. Thankfully the 140 decibel exhaust noise of the now vapourised vehicle allowed the surrounding buildings to be evacuated several minutes before the atrocity took place.

    Speaking from his converted 1970's brothel, overpaid financial analyst Gary Niger told Reuters, "The effects of what has been dubbed the 'Open Source Final Solution' can be felt in almost every area of digital society. A striking example of this would be the once worthless .info TLD being re-energised with a huge cash and semen injection from the GNAA LastMeasure project, punctuated by Netcraft's recent confirmation that the GNAA has gained a massive controlling stake in .info during the past 2 months".

    Can this momentum continue? Or has LastMeasure reached its unsurpassable zenith, its only remaining direction being a downwards fall? GNAA President timecop refused to comment, instead choosing to bathe naked in a pool of Yen, laughing insanely. The future seems bright.

    About LastMeasure:

    A primitive version of LastMeasure was concieved by Penisbird of the GNAA after playing with an AIM utility named AIM Invader. It offered Penisbird a myriad of ways to crash AIM clients. By far the most powerful crash was the "last measure" crash, which would inundate an AIM client with file transfer requests, buddy list sends, messages full of smileys and colors, until the AIM client crashed due to lack of RAM.

    The LastMeasure site originally consisted of Penisbird, Goatse, Tubgirl, Lemonparty, and Shitfaced Lady. This has since expanded to include many other of the internet's treasured icons. And with the addition of StatsMeasure, the clipboard data of thousands of unwitting victims has now been exposed for the world to see.

    For more information about LastMeasure, visit the official website, LastMeasure.com

  29. What's the point? by haggie · · Score: 1

    It's like asking a customer's name before you let him/her in your retail store. They don't have to tell you the truth, you'll let them in no matter what name they use, there is no useful purpose for the information, so all you've done is annoy your customer.

    1. Re:What's the point? by Anonymous Coward · · Score: 0

      You mean like when Radio Shack used to bug you for all kinds of information, even in person? Seems Santa Claus bought a lot of stuff at RS that year.

  30. To Hell with What They Want by PopeRatzo · · Score: 4, Insightful

    I could not care much less for what sites want when they try to collect my demographic information. More often then not, it is directly the opposite of my own desires and preferences. I go to a site to read an article, check a price, or a score, or the day's news. I will look at an advertisement under protest, but I will not willingly give them ammunition to bother me outside of my interaction with their site.

    When a site asks for my personal information just so I can see their advertisements on my way to reading the morning's news, I have no problem at all about lying to them. I give a fake name, a fake zip code and a fake email.

    If they require an email authorization, I use a spamcatcher account that is created with fake information.

    Since when are we required to acquiesce to the wishes of the corporate world just for the privelege of purchasing and using their products? Since when do I have to provide correct personal information just to get the day's weather forecast?

    It's the same thing when I go to a Best Buy or Radio Shack and they ask for my zip code or last name. Maybe down the line if they figure out that people are lying to them they'll stop asking.

    I'm starting to believe that the next few decades will be marked by the traditional business/customer relationship being replaced by a much more combative, adversarial interaction between the individual and the corporation. It will be to nobody's benefit, but it seems that there are few ways to discourage real assholes. I'm sure those of us who still believe in the primacy of the individual and privacy in general will become inventive in coming up with more ways to thwart these "business" people who believe they have ownership rights over our lives. It's time to balance the scales a bit, I think.

    --
    You are welcome on my lawn.
    1. Re:To Hell with What They Want by thejake420 · · Score: 1

      Ok, so then by that logic you get a site like /. where there would now be a huge database of fake people, making the page load times increase becuase of all the useless info in the DB. then when a site sends a useful bulk email (not referring to /.), 50,000 of them bounce. That's 50,000 people that don't know that their service/script (whatever it may be) needs to be updated to avoid an attack or something. Then... because a free mail service like Hotmail sees 50,000 bounces from a domain, they flag it as spam, and the people who want the info never see it... so now everybody loses the email. Add to that the fact that system resources and bandwidth are being utterly wasted, which means that the webmaster now has to add 'another' popup to the site... it goes on and on. If people gave real info AND websites respected the users' option to not receive emails, etc, ten things would be smoother for all of us, and (speaking as a full time webmaster) my operating expenses would go down, which would result in a decrease in ads, since I don't need to make as much to clear the same profit. Don't blame one side or the other... they're both at fault.

      --
      Webmaster
      www.JakesJokes.com
    2. Re:To Hell with What They Want by DreamerFi · · Score: 1

      they're both at fault

      Really? How is it my fault that their business model doesn't work? Is it my obligation to make sure that whatever business model a web site works out is actually going to work and make them a profit? Is it my obligation they make a profit?

      Is it really my fault for not wanting to bend over, anal lube conveniently nearby?

    3. Re:To Hell with What They Want by kthejoker · · Score: 1

      Why do people insist on treating the producer / consumer relationship as a one-way street?

      "Since when are we required to acquiesce to the wishes of the corporate world just for the privelege of purchasing and using their products?"

      That's called the free market, buddy. Don't like Company X's practice, either go find Company Y or start Company Z. Otherwise, they can do as they please, and you can either play by their rules or go home.

      Also, I love how you sarcastically use the word privilege, when in fact you're demanding the unfettered use of an optional service provided to you by someone with no obligation to do so, without suffering any costs whatsoever. Sounds like someone has been staring into the abyss ...

    4. Re:To Hell with What They Want by Cervantes · · Score: 1

      More often then not, it is directly the opposite of my own desires and preferences...
      When a site asks for my personal information... I have no problem at all about lying to them. I give a fake name, a fake zip code and a fake email.

      I think I may have found out why your advertisements don't always match up with your desires and preferences... ;)

      --
      If I knew the wedgies I gave you back in 6th grade would have resulted in this . . . I might have taken a moments pause.
  31. Roboform? by Anonymous Coward · · Score: 0

    Ive used Roboform for a few years since I manage a ton of Cpanels and such. It costs $, but is definitely a tool I couldnt live without.

  32. the real difference is of course... by CDPatten · · Score: 1

    MS was behind PassPort and anything MS is evil amd bad... right guys?

  33. OpenID by Anonymous Coward · · Score: 1, Insightful

    What is the difference between this and OpenID http://openid.org?

  34. My Thought... by Kaenneth · · Score: 3, Interesting

    There could be a standard HTTP header field defined.

    Call it 'X-Demographics'

    Contents would be of the form

    "X-Demographics: Age/28, Location/Seattle, Sex/Male, Occupation/Programmer"

    All free-form and user selected, with browsers offering a dialog where users can set common information, and choose when/where to send it.

    Servers must not require the info, and must accept invalid data without dying ( "Age -1/Location The Moon/Sex Yes Please" ) but if provided, they can customize their content/advertising.

    Sure, users might deliberatly provide false data, but they would do that anyway with a 'log on' form; and if you don't want to provide it, you don't (default in a browsers should be nothing sent without user approval) and browsers should be able to control which sites get sent what data. Even a simple mechanism, such as the first time you visit a site, do not send data, but if you return to the site later, then send it.

    Details of parsing are trivial (I know, not really), once a standard basic layout and header field name is chosen, I'm going for something like the 'Accept:' field format.

    I don't mind reasonable advertisments, but as an example, as a guy, I really have no interest in tampon ads, and I doubt the tampon companies want to spend their advertising dollars on me.

  35. Is it just me.... or is it Gator again? by thanq · · Score: 1

    Doesn't it really do what Gator was supposed to do - store your address and personal information to use it on registration forms?

    Blah....

    1. Re:Is it just me.... or is it Gator again? by Shadyman · · Score: 1

      Doesn't it really do what Gator was supposed to do - store your address and personal information to use it on registration forms?

      ...And report usage statistics?

  36. Nobody Will Use This by Anonymous Coward · · Score: 0

    There is no information about the company PrefPass. Nobody is going to use this.

  37. Which is antagonistic again? by Baloo+Ursidae · · Score: 1

    I'm sorry, when did giving the finger to someone who wants your email address, name, age, and set a dozen cookies suddenly become antagonistic instead of protagonistic? Woudn't the people wanting all kinds of info for a web article the ones being highly antagonistic?

    --
    Help us build a better map!
  38. Sxip? by deanlandolt · · Score: 1

    Doesn't sxip already handle this simple little task? Gracefully, and as an open standard, no less.

  39. Re:passport? by Anonymous Coward · · Score: 0

    "...I don't believe it."

    Then, in the middle of the night, the SWAT-like security teams (apparently already in or near the building) instantly scour the building.

    Did I ever tell you why I got kicked out of the CIA?

  40. Mailinator by cs96and · · Score: 2, Informative

    Whenever a site asks me to register before I can access content (and I don't mind my username/password being made public), I use http://www.mailinator.com/. You basically make.up.an.email.address@mailinator.com, and then head over to the site, type in your made up email address, and it shows you the last 5 (probably spam) messages it has received. Of course its totally unsecure (but that's sort of the point), so be careful what you use it for.

  41. Anonymous but for how long by rednuhter · · Score: 1

    Anonymous but for how long ?
    1. Give PrefPass your email address - they assign you a unique ID
    2. Visit vendor, PrefPass system passes you PrefPass unique ID
    3. Vendors site gives you customised info based on your "prefs" list
    4. You buy from Vendor, at this point you have to give them all the usual information required for billing.
    5. Vendor associates unique PrefPass ID with vendor assigned ID and forever knows exactly who you are each time you vist.

    --
    ERR 411[Max number of witty sigs reached]