Slashdot Mirror


Browser Spyware: Watching Where You Linger

An Anonymous Coward writes: "Just when you you'd installed Junkbuster and thought it was safe to go back onto the web, the BBC runs this story which tells you that webshites will soon(?) be able to tell whether you are reading the page, what parts of it are of interest to you, etc. Guess we can expect porn sites to be the first to take advantage of this." Or perhaps someone else is already doing this, and hasn't told you.

395 comments

  1. Sinister... by jedwards · · Score: 2, Funny

    "I can tell because when you read a webpage, you do one of a couple of things. You either shovel the mouse off to the right ..."

    I guess I shall just have to become left handed then.

    1. Re:Sinister... by D+Anderson+n'Swaart · · Score: 1
      I imagine moving your cursor over to the left of the screen would have the same effect. Indeed, having a static cursor at all would be telltale, especially if your arrow keys, Page Down or whatever, are periodically being used.

      The question is, how much of that information can be gleaned from your computer? To be honest, I'm confused as to how they can obtain mouse movement data, which is surely client-side and not something a browser would ordinarily handle. The article is low on technical detail and doesn't mention which browsers are being tested, or if this technology would apply to them all. Thoughts? Links? Remonstrations by the technically gifted?

    2. Re:Sinister... by allism · · Score: 1

      A browser can detect when a mouse is moved over an object and react with code (think of websites you've seen with icons or buttons that jump out at you when you move your browser over them). No reason to think the activated code couldn't be something sent back to the server from which the page originated.

      By the way, I'm left-handed and I still move the cursor to the right of the screen.

    3. Re:Sinister... by itarget · · Score: 1

      Left-handed people probably move the mouse to the right side too, because that's where the scrollbar is.

      --

      "Where shall the word be found, where will the word resound? Not here, there is not enough silence." -T.S. Eliot
    4. Re:Sinister... by ptgThug · · Score: 3, Insightful

      I was thinking the same thing, how can they do this since web browsing involves stateless, connectoinless technologies.

      So I thought about it, and here is a possiblity:

      If a JavaScript or a Java applet can subtly catch your mouse movements, then they can be imbedded in hidden inputs on the web page. Every link on that page fires off a JavaScript which will submit the form and then redirect you to which ever page you requested. The mouse movement data can only be reported if you select another page.

      In all honesty, paying attention to your actions is the same thing any brick and mortar shop owner can do why watching you walk down the aisles. When stores were smaller and people friendlier, shop owners made it their job to remember your name, your family, and your preferences (The usual, Mr Smith?). What this technology is trying to do is no different than that, it is just not always being done by not-so-friendly people.

    5. Re:Sinister... by D+Anderson+n'Swaart · · Score: 1

      Ta, I probably should have thought of that. Btw, when you say you're left-handed, I presume you still use your mouse with your right hand? I'm left-handed and use the mouse in my right, and I tend to be very random about where I move the cursor when I'm reading something, but you're right...mostly it goes somewhere to the right-hand side of the screen. I think it's coz you flick the mouse away from you, and with your right hand that's up and to the right of the screen. Not many people use left-hand mouse config, so it virtually becomes a moot point anyway.

    6. Re:Sinister... by YellowSubRoutine · · Score: 1

      And most of them even mouse with their right hand...
      (disclaimer: to mouse is a verb from now on, I'm left handed, and I know a statistical sufficient number of left handed people to make statements about it)

    7. Re:Sinister... by D+Anderson+n'Swaart · · Score: 2, Informative
      Heh, I can just see that this is going to entail enough new code in webpages running the service that I won't need to worry about them getting hold of any cursor movements; the damn thing will load so slowly on my dialup that I'll get sick of waiting and close it.

      I can imagine it now: hundreds of hits a day showing that the only widget the cursor moves to is to close the browser window. Confusion in the corporate ranks as a solution is desperately sought to the mysterious problem causing so much loss of revenue. Complete site redesign at the cost of millions. And hopefully, they'll run out of possibilities and twig to the idea of removing the spyware, and voila, hits increas again. Bleh, yeah right.

    8. Re:Sinister... by Arker · · Score: 2

      Left-handed people probably move the mouse to the right side too, because that's where the scrollbar is.

      Not necessarily. I get the scrollbar on nearly all of my programs situated properly - on the left. However, I rarely actually use a scrollbar anyway - preferring to use the keyboard whenever possible, and page-up/page-down almost always works. So even with the scrollbars on the left, the mouse pointer is most often shoved out of the way to the top-right corner of screen, simply because that's the most natural-feeling place to flick it. So I'd guess a leftie would tend toward the top left?

      --
      =-=-=-=-=-=-=-=-=-=-=-=-=-=-
      Friends don't let friends enable ecmascript.
    9. Re:Sinister... by belroth · · Score: 1

      Or in my case, I leave the cursor where it is and use the little wheel on the mouse to scroll the page.

      --
      I hereby inform you that I have NOT been required to provide any decryption keys.
    10. Re:Sinister... by sparcy · · Score: 1

      I do the same thing and I am left handed and use the mouse in my left hand. I do not use the left hand config for the buttons though. The reason I shove it off the the right is either for scrolling or because I tend to line my windows up on the left leaving room on the right for the cursor.

      I do wonder if they can track the mouse wheel? Since if I am not using the page-up/page-down keys I use the mouse wheel. Rarely do I use the mouse to drag the scroll bar.

    11. Re:Sinister... by Isofarro · · Score: 5, Informative

      If a JavaScript or a Java applet can subtly catch your mouse movements, then they can be imbedded in hidden inputs on the web page



      No ifs about it. Javascript has quite a number of mouse dependant event-handlers, onMouseOver, onMouseOut, onMove, onClick, onMouseDown, onMouseUp.



      Getting the details back to the server is even easier, just condense mousemovements into a bunch of characters (like Logo commands), stick them into a query string.



      Now use a hidden image (a transparent 1x1 gif), useing javascript you can change this object on the fly - change the src attribute of that image to a cgi script, with the query string attached, plus a timestamp (making the url unique, thus not cached). The cgi-script then stores/analyses/ignores the data presented, and returns a status 204 - No change.



      Its too simple, really.



      On the plus side, hopefully it will convince more and more people to disable Javascript - and then boycott any websites that rely/insist on having it enabled. There's enough sites out there as competition to safely avoid intrusive websites - if not, then there's a niche market you can join.


    12. Re:Sinister... by guuyuk · · Score: 2, Interesting
      Your example of when stores were smaller and people friendlier has a minor flaw. You, as a patron of that store, often knew as much abour the shopkeeper as he/she did about you. We don't have that option in this case.


      Interesting thought to have a Javascript that makes a webpage act as a giant rollover. Perhaps one which tracks cursor coordinates in realtime, along with mouse button presses...

      --
      We're sorry, the phone number you have reached is imaginary. Please rotate your phone 90 degrees and try your call again
    13. Re:Sinister... by xanadu-xtroot.com · · Score: 1

      JScript (JavaScript) at least, can detect mouse movement and clicks. Well, IE anyway (I haven't had much luck under Nav and it's varients...).
      I have a couple eggs written into my company's website that rely on clicks and such...

      :-)

      --
      I'm not a prophet or a stone-age man,
      I'm just a mortal with potential of a super man.
    14. Re:Sinister... by Mr.+Slippery · · Score: 1
      I do the same thing and I am left handed and use the mouse in my left hand. I do not use the left hand config for the buttons though.

      I'm right-handed, but mouse left. (With right-hand button setup.) This confuses the hell out of anyone else who sits down at my workstation...

      But I'm more likely to use the keyboard to move around a webpage, than my mouse. Since the only way I can figure that they're doing this is with Javascript "mouseover" events, I think this might partially defeat the tracking.

      --
      Tom Swiss | the infamous tms | my blog
      You cannot wash away blood with blood
    15. Re:Sinister... by Dolly_Llama · · Score: 2, Insightful
      In all honesty, paying attention to your actions is the same thing any brick and mortar shop owner can do why watching you walk down the aisles

      No. I am using my hardware, and my bandwidth and watching it in my home. This is more like Victoria's Secret setting up an X10 in my bathroom to do "market research" on how i view their catalog.

      --

      Somewhere, something incredible is waiting to be known. -- Carl Sagan

    16. Re:Sinister... by allism · · Score: 1

      If I remember correctly (and I could be wrong, I haven't had to even look at anything web-related from a work standpoint in over a year) scrolling, whether it is using the scrollbar with the mouse, using the mouse wheel, or using the pg-up and pg-down keys, is an event upon which code can be activated. This is what allows (again, IF I'm remembering correctly) ads that retain the same position within the browser while you scroll to retain that position instead of scrolling off the page when you scroll down.

    17. Re:Sinister... by kubrick · · Score: 2

      I did something like this for an online art project, used during a live performance (locally only, to 4 machines via a LAN) -- HTML pages calling Javascript that generated new pages and also called a Perl script which collected 'votes' onClick and returned the relevant HTTP header (empty response). All this within about 12 borderless frames... urk.

      If I'd been given more time to do it, and the ideas hadn't kept changing, I'm sure that could have been better engineered. :)

      --
      deus does not exist but if he does
    18. Re:Sinister... by sporty · · Score: 1

      Quick! turn your mouse upside down instead! (/joke)

      --

      -
      ping -f 255.255.255.255 # if only

    19. Re:Sinister... by ptgThug · · Score: 1

      True. You knew the shop owners name and something about him and his family. Like I said, the people doing this now are "not-so-friendly". They tend to hide behind the anonimity they want to take from you.

      And yes, make the whole page one event-sensitive div.

    20. Re:Sinister... by ptgThug · · Score: 1

      Well, you can look at it that way, but if you were to walk into Jane's Lingerie and Lace, Jane could watch you, see which articles you looked at the longest, which you were more interested in and which she thought you wanted to maybe buy (need to be talked into). She could also see what was your size.

      If you want to look over the selection in private, you take the catalog home. You should download the site and look at it in private, this way you don't interact with the site the same way you would interact in the store.

    21. Re:Sinister... by DunbarTheInept · · Score: 2
      You should download the site and look at it in private, this way you don't interact with the site the same way you would interact in the store.

      That's how HTTP is *supposed* to work already. The connection only lives long enough to download the page. After that you *are* reading a downloaded copy on your own machine.

      The original poster, who said that this sort of thing is going on already, is only half right. Yes, in meatspace you have surveilence in stores, but that surveilence ends when you leave the doors of the store. This technology is like making the boundries of the store vague, so you don't know when you are back in your own "private" space again.

      --

      Don't label something "offtopic" unless you know the topic well enough to tell what's on topic.

    22. Re:Sinister... by Bgreenber · · Score: 1
      I'd bet most people move the cursor to the right, even if they're left handed.

      Most web pages are designed for 800x600 screens, even though most screens are 1024x768. This leaves a whole bunch of white space on the right side, perfect for "storing" your mouse cursor while you read.

    23. Re:Sinister... by mrbinary · · Score: 1

      Well, they can have fun tracking me 'cuz I'm a die-hard Lynxer... I don't often find the need to fall back Konqueror. Sometimes I'll browse using Mozilla too just to see how it's coming along, but I haven't used Netscrape or Internet Exploder in months now.

      --

      ----
      Slán leat agus go n'eirí an bóthar leat
    24. Re:Sinister... by Mike1024 · · Score: 2

      Hey,

      Javascript has quite a number of mouse dependant event-handlers, onMouseOver, onMouseOut, onMove, onClick, onMouseDown, onMouseUp.

      Indeed. But there could be an issue, in MSIE at least; have you ever had a site with, for example, some text that follows the cursor around? If you open another window on top of that, the text follows the cursor around on the back page, even as you look at the front page.

      If you couldn't work around this, the system would, well, suck.

      Michael

      --
      "Goodness me, how unlike the FBI to abuse the trust of the American public." -- The Onion
    25. Re:Sinister... by innocent_white_lamb · · Score: 1

      On the plus side, hopefully it will convince more and more people to disable Javascript ---> What would be better yet is to convince the folks who "make" the browsers to put a Javascript on/off button ON THE TOOLBAR. Click it if you need Javascript on a web page for some reason, click it again to turn it back off when done.

      Instead, most browsers have the Javascript on/off checkbox buried under three or five layers of "setup menu".

      --
      If you're a zombie and you know it, bite your friend!
    26. Re:Sinister... by Anonymous Coward · · Score: 0

      BAHAHA I beleive Victoria's secret would not need to put a camara in the bathroom, I think they are fully aware of the "viewing habits" of most males in regards to Victoria's Secret ;)

  2. marketing by Spagornasm · · Score: 3, Offtopic

    Get ready for the "marketing geniuses" to take advantage of this...by having new windows pop up right when you move your mouse to the back button...

    Anyone else up for using keyboard shortcuts now?

    --

    When nuance becomes the only objective we lose the ability to function
    1. Re:marketing by Saeger · · Score: 1
      1. The Back Button should be outside the scope of the browser window.
      2. To go back, I prefer Opera's RightMouseButton Hold & Left Click -- very handy.
      --
      Power to the Peaceful
    2. Re:marketing by solaris_system · · Score: 2, Funny

      first of all we are assuming that the 'marketing genius'' can figure how to take advantage of this technology

    3. Re:marketing by marxmarv · · Score: 2
      Anyone else up for using keyboard shortcuts now?
      Here's a little snippet from PlanetEmu, a French emulation site:
      <script>
      <!--
      function ctrlDown() {
      if (event.ctrlLeft) {
      alert("La source ne regarde que nous :)");
      }
      else {
      if (event.ctrlKey) {
      alert("La source ne regarde que nous :)");
      }
      }
      document.body.focus();
      }
      // --> </script>
      Browse with Javascript and Java off. View source to get to whatever you may need. Most importantly, take your business elsewhere and tell lame web designers why.

      -jhp

      --
      /. -- the Free Republic of technology.
  3. the more invasive they get by waspleg · · Score: 1

    the less people will visit their site or click on their ads and their revenues will plummet even further.. watch 'em burn

    1. Re:the more invasive they get by ichimunki · · Score: 2

      except that as long as the invasiveness is largely invisible, no one will really know except those of us who can decipher JavaScript or other embedded objects in pages... and just think how much extra work it will be to decipher what is actually happening in an applet or a similarly embedded object where the source isn't easily viewed via "View Source". The only time the public knows or cares is when you give them an active demonstration on the TV news. Or when something goes wrong and it becomes painfully obvious, i.e. trojaned applets and things like that.

      --
      I do not have a signature
  4. Popups will only get worse by liquidweb · · Score: 2, Funny
    The nightmares will begin tonight of a microsoft paperclip assistant style popup that pops up right as I read something. Of course I'm probably dooming us all by mentioning this idea, ah the irony.

    Must hit post before I think about repercusions.

    --
    --- Matthew Hill
    "To quote the self is an act of the self riteous and uninitiated sub-moronic" - Matthew Hill
  5. What matters is who they tell, by firewort · · Score: 3, Interesting

    What matters here is who they tell, and who they sell it to.

    I can't stop them from tracking (yet.) I do turn off all activeX, ask on cookies, no scripting, etc... but if they can get around my disabled browsing habits, then what matters is who they tell.

    Time to go back to safeweb, as well.

    --

  6. Deus Ex by FortKnox · · Score: 3, Funny

    Or perhaps someone else is already doing this, and hasn't told you.

    Somebody was up late playing Deus Ex last night, right timothy??

    --
    Good quote, too many chars. Seriously, the slashdot 120 char limit sucks!
    1. Re:Deus Ex by Anonymous Coward · · Score: 1, Funny

      Dude, I wouldn't fuck around with comments like that. The Illuminati own us all.......

    2. Re:Deus Ex by Anonymous Coward · · Score: 0

      I am UNATCO and you will shot, destroyed, fondled, and force to see a picture of your mom naked.

    3. Re:Deus Ex by Anonymous Coward · · Score: 0

      For the love of God, not mom !

  7. A better idea.... by wackysootroom · · Score: 2, Funny

    ....be able to tell whether you are reading the page, what parts of it are of interest to you, etc. Guess we can expect porn sites to be the first to take advantage of this." Or perhaps someone else is already doing this, and hasn't told you.

    Does anyone actually *READ* porn sites? Maybe the keyboard needs a 'moisture detector' to see when and if the user is drooling, then send the result back to the spy server.

    1. Re:A better idea.... by stilwebm · · Score: 2

      The don't read the pages really, but the will scroll down looking at the pictures much like they would when they're reading text. The difference is it would appear that they might be re-reading the same area several times. I think it could be very interesting to see where the mouse travels on a porn site...

    2. Re:A better idea.... by Tim+Doran · · Score: 1

      Or perhaps a moisture detector to tell when the visitor is done...

      ...gosh, that was crude. Gonna cost me some karma ;)

    3. Re:A better idea.... by Darth+Paul · · Score: 1
      Maybe that's why the Logitech "Tactile Mouse" didn't take off

      zip .... CLACKITYCLACKCLACKCLACK ... :-)

      Stupid idea, those "Tactile Mice", whatever their applications.

  8. Ha! ha!��ha! ha!�ha! ha! ha! What a funny idea... by Pig+Hogger · · Score: 0, Troll
    webshites will soon(?) be able to tell whether you are reading the page, what parts of it are of interest to you, etc.

    Ha! ha! ha! ha! ha! HA! ha! ha! hA! ha! ha! HA! ha! ha! hic! ha! ha!

    I've been doing exactly this for the last 6 years on my website...
  9. The pot and the kettle... by Faust7 · · Score: 1

    Hmmmm...

    Considering the Brits' track record on this sort of thing, I wouldn't be surprised if BBC were already doing this to their own website...

    1. Re:The pot and the kettle... by Anonymous Coward · · Score: 0

      Where did you get that high and mighty attitude from? You will be more closely monitored than
      anyone would on this side of the Atlantic.

      A Non Paranoid Brit

    2. Re:The pot and the kettle... by Anonymous Coward · · Score: 0

      Hey, yankee pig, dont you have some `Permission to access the internet, SIR!` forms to fill in?

    3. Re:The pot and the kettle... by Anonymous Coward · · Score: 0

      What exactly would you think the BBC would want with that sort of data anyway?

      Typical Yank, you've missed and important fact: The BBC is supported by the Television Licencse Fee, not commercials. They don't sell you anything, and don't carry adverts on any of their webpages. Such data would be completely useless to them, they couldn't even sell it.

      Idiot.

    4. Re:The pot and the kettle... by Anonymous Coward · · Score: 0

      Surprised that didn't get moderated as -3, Troll.

  10. Is it just me or is the web becoming too annoying by smartin · · Score: 3, Insightful

    I wish sites would realize that pissing off their viewers with popups and big honking ads, does not make the viewer more likely to visit the advertisers site or buy their product. It has quite the opposite effect. I've stopped going to some sites that I like for the simple reason that I really F*ing hate popups!

    --
    The difference between Canada and the USA is that in Canada healthcare is a right and gun ownership is a privilege.
  11. This would be easy to resist by Carmody · · Score: 2

    Unlike other forms of spyware, this would be easy to resist... Wouldn't people who were concerned about their privacy just get in the habit of swirling their mouse around while reading web pages?

    I can't give a logical reason why this particular technology disturbs me more than other types of spyware, but for some reason the idea of my mouse movements being tracked just makes my skin crawl... Does anyone else have that sort of gut-level revulsion?

    --
    God is real unless declared integer
    1. Re:This would be easy to resist by D+Anderson+n'Swaart · · Score: 1
      • I can't give a logical reason why this particular technology disturbs me more than other types of spyware, but for some reason the idea of my mouse movements being tracked just makes my skin crawl... Does anyone else have that sort of gut-level revulsion?

      I know what you mean. I think it's possibly because all the other forms of spyware tend to work by watching more detachedly, so to speak. Afaik, most of what they spy on happens on the servers, but the mouse movement is happening right on your own computer, on the client-side, where people simply shouldn't be able to watch it from some unknown site in some unknown country.

      Ie, wtf happened to privacy? IANAU (I am not a Usian) but isn't there some kind of law in the Constitution that would make this illegal? Something about "what you do in your own home..." Seems like if there's one for the USA, there'd be one for most other Western countries.

    2. Re:This would be easy to resist by saider · · Score: 2

      There is no constitutional gauruntee for privacy. The closest thing would be the fourth amendment which prohibits unreasonable search and siezure. The constitution generally limits government power instead of granting freedoms. For instance, the government cannot arbitrarily force you to take a drug test (without a warrant, which requires some evidence of wrongdoing), but a company can force you to do so as a condition for employment. Technically, if you refuse the drug test, your prospective employer can show you the door.

      (Offtopic) One should note that most companies do not rigidly enforce this and a short talk will usually result in them dropping the request.

      --


      Remember, You are unique...just like everyone else.
    3. Re:This would be easy to resist by Anonymous Coward · · Score: 0

      Yup i do.
      When i became aware of spyware i scanned
      and checked everything.I had many of those programs on my NT box...Comet Cursors was just one of them.
      Finally i deleted NT and got Linux and read.
      Security and privacy are totally uncontrollable
      when i go to a web site.These people are spying
      no less,on us and sell the data they literally
      steal.They are sewer rats ! no less..
      Im looking for a total solution to this.
      A secure browser.This might be a project
      to work on .A first truly secure web browser.
      No cookies,no Java ,no Active X nothing.
      Just downloading the data from the site and never even prompting us ..please turn cookies on ...and your Java so we can make money spying on you.A secure web browser ?
      Are we dreaming yet ?

  12. Use smart settings to avoid this: by hardaker · · Score: 5, Informative
    If you carefully configure your web browser I would think you could avoid being tracked:
    • Turn off javascript support. This is likely how their doing their "what part of the page you're looking at" tricks (watching the scrollbar usage).
    • Don't accept cookies. Don't go to sites that force you to accept them.
    • Turn off auto-loading of images. This is the one that no-one does, but with the increasing frequency of single pixel tracking images, it might be a wise thing to do. Junkbuster is certainly a good alternative, but it won't catch everything.
    • Konqueror has the ability to change your user agent. It'd be cool to write a "random" mode to it where it randomly selected from it's list of user agents to send to the remote site ;-)

    --
    The next site to slashdot will be ready soon, but subscribers can beat the rush and start slashdotting it early!
    1. Re:Use smart settings to avoid this: by Grishnakh · · Score: 4, Insightful

      It seems like it'd be a good idea if Konqueror added an option to ignore single-pixel tracking images... should we submit this to bugs.kde.org?

    2. Re:Use smart settings to avoid this: by UM_Maverick · · Score: 5, Informative

      have you actually used the web lately? Your ideas are great in theory, but in practice they take you back about 6 years. E-commerce goes out the window w/out cookies. Many sites become unusable w/out javascript (Not just sites that do "onclick=location.href", but there are many sites that actually use javascript *well*). Turning off images means that you won't see half of most sites...and the list goes on...

      Now I know what you're going to say: "If site X won't let me browse my way, then I don't need site X". Well, damn near every site out there is becoming site X. Whether you like it or not, that's the way the world is moving, and you can either accept their way of doing things, or stay in 1995.

      Hmm...just re-read that, and it sounds like a flame...I really didn't intend it to be...just meant it to be more of a wake-up call.

    3. Re:Use smart settings to avoid this: by Chetmurray · · Score: 2, Funny

      I find if I close my eyes while I browse, all the big bad men who spend all their lives tracking me go away.

      That or type left handed - that always throws them off. Gotta run before they figure out my whereabouts from this post.

      Chet

    4. Re:Use smart settings to avoid this: by hardaker · · Score: 3, Informative
      • It seems like it'd be a good idea if Konqueror added an option to ignore single-pixel tracking images... should we submit this to bugs.kde.org?

      It's a good point, however I don't think it'll help. Many sites are finding otherways of getting around that like using forms parameters within the URL itself. Eventually they'll get intelligent and name the larger images with a tracker extension, but still return the same image. IE, src="logo.jpg-234987575" and merely have their nifty web server strip the extension off (and use it) before returning the image to the caller. You don't need 1x1 imagse when you can use real images.

      --
      The next site to slashdot will be ready soon, but subscribers can beat the rush and start slashdotting it early!
    5. Re:Use smart settings to avoid this: by stikves · · Score: 2, Insightful
      I totally agree. You cannot use Yahoo! mail attachments without javascript popup windows. You cannot use freshmeat (efficiently) without cookies. It will be too hard to browse cartoonnetwork.com without images.


      And single pixel images are used in many sites. Again, freshmeat uses single pixel images for thin lines. (I also use them too).


      Anyway, forget it. Web is no longer a medium to distribute content, but now formatting and layout.

    6. Re:Use smart settings to avoid this: by hardaker · · Score: 2
      • have you actually used the web lately?

      not in years, no.

      • E-commerce goes out the window w/out cookies.

      The way I figure it, if you have to buy something then you're stuck turning on those features. However, since you're submitting your address, credit-cards and other personal-info to them it's unlikely you'll care much about mere tracking information. They've already got you, essentially.

      • Many sites become unusable w/out javascript

      Actually, I've been amazed at the number that do work. You're right, of course, many require them. And I do have Konqueror configured to allow JS on some sites. However, by default preference setting is "off" for any "untrusted" site. The sites that I generally turn them on for are E-commerce (as you mentioned above) and other account-type sites where I have accounts located there.

      --
      The next site to slashdot will be ready soon, but subscribers can beat the rush and start slashdotting it early!
    7. Re:Use smart settings to avoid this: by cyberdonny · · Score: 5, Insightful
      have you actually used the web lately? Your ideas are great in theory, but in practice they take you back about 6 years. E-commerce goes out the window w/out cookies. Many sites become unusable w/out javascript (Not just sites that do "onclick=location.href", ...

      Actually, I usually surf with javascript turned off, and the sites where this causes problems can be counted on the fingers of one hand. And for those rare sites I have the choice of

      • not there going again
      • just allowing those sites in my konqueror browser's javascript ACL.
      Of course, if you're in the habit of surfing to porn sites, you might be somewhat more dependant on javascript...

      ...but there are many sites that actually use javascript *well*).

      Actually, using javascript well should mean to not make an obligation out of it, but to use it solely to provide additional and optional functionality. The site should still stay useable even if the user doesn't want or isn't able to use javascript. You know, blind people who are bound to surf using lynx (because their braille lines, or text-to-speech engines only support text browsers) cannot just turn on javascript, even if they wanted!

    8. Re:Use smart settings to avoid this: by singularity · · Score: 1

      I post a comment similar to this on almost every single browser-related article.

      Take a look at iCab, an alternative browser for the Macintosh for a more intelligent way of doing things. Not only can it filter images based on path, server, and size - it also allows filtering JavaScript based on path and server. In addition, you can decide what parts of JavaScript you want a server to be able to run (set geocities.com to never open new windws and go).

      Cookies are similar to what Opera has (although I like iCab's version slightly better) - Always accept from this domain, always reject from this domain, Accept deleting at quit, Accept.

      Always accept from Slashdot, always reject from doubleclick. Easy enough.

      --
      - (c) 2018 Hank Zimmerman
    9. Re:Use smart settings to avoid this: by Anonymous Coward · · Score: 0
      • Don't accept cookies. Don't go to sites that force you to accept them.
      I guess reading /. is out then.
    10. Re:Use smart settings to avoid this: by n3m6 · · Score: 1

      or just use the wheel.. to go thru the page ..
      you wouldnt' be moving the mouse so often.. they would have less data to track you..
      but i use the mouse a lot to check the link which points it to before i click ..
      does that mean that they'd think i was gonna click that page ?? there are still more issues like this.. and they would have a lot of data .. and little information .. from something like this.. and they would have a lot of data to mine to get something valuable.. and i dont' think it would be used against a person that easily..

    11. Re:Use smart settings to avoid this: by mosch · · Score: 5, Insightful
      No, because single pixel gifs have legitimate purposes too. Not to mention the fact that any image can be a "tracking" image.

      Example: Let's say you want to draw a horizontal bar with a rounded edge, ala slashdot. You can make an image that has the rounded edge, then a seperate image that's simply a one pixel gif of the same color, that you then stretch by using height and width attributes on the img tag.

      This will prevent the color differences between the two images, as they'll both be using the same graphics library to display. This however also minimizes download time, because all you really need to make a colored bar is one pixel of the exact color you want.

      Be less paranoid.

    12. Re:Use smart settings to avoid this: by Ed+Avis · · Score: 4, Interesting

      We really need a browser that lets you *selectively* disable Javascript. I think the default setting should be to have JS turned on, but with a few particularly obnoxious features (popping up new windows, adding hooks to the scrollbar or mouse movement) turned off. You should be able to adjust these preferences on a site-by-site basis.

      --
      -- Ed Avis ed@membled.com
    13. Re:Use smart settings to avoid this: by Arker · · Score: 2

      I have ACLs for cookies, the sites that actually have some legitimate reason to use them are allowed, the ad-tracker sites are dissallowed. Works great. You can do this in Opera and Konqueror and (I think) Mozilla.


      I turn off image loading regularly, and the number of sites that are worth loading and won't work without images I can count on one hand. There's... my bank. Hrmm... can't think of even one more right off, although there probably is.


      Same comment for javascript. It's always been more abused than used, and except for my bank I can get by just fine with it turned off.


      Now I know what you're going to say: "If site X won't let me browse my way, then I don't need site X". Well, damn near every site out there is becoming site X. Whether you like it or not, that's the way the world is moving, and you can either accept their way of doing things, or stay in 1995.

      How many web sites are there out there? Now how many of those are actually worthwhile? Big difference. If you think looking for content, rather than glitzy layout, is "stay[ing] in 1995" then you are the one that needs a wake-up call.


      Doing whatever everyone else is doing, just so you can feel like you're current, is not a commendable or desirable habit.



      --
      =-=-=-=-=-=-=-=-=-=-=-=-=-=-
      Friends don't let friends enable ecmascript.
    14. Re:Use smart settings to avoid this: by Anonymous Coward · · Score: 0

      There is a hole in your tinfoil hat. Muhahahaha. Prepare for the mind control signal to return any second now. BTW, we have a black stealth helicopter zeroing in on your position as I type. Just a precautionary step you understand, in case the mind control doesn't quite take.

      Thankyou and have a nice life.

    15. Re:Use smart settings to avoid this: by Velex · · Score: 1

      What, you've got something against 1995?

      --
      Join the Slashcott! Stay away entirely Feb 10 thru Feb 17! Close all tabs to prevent autorefresh!
    16. Re:Use smart settings to avoid this: by Anonymous Coward · · Score: 0

      "He's an iceman! Frozen in 1995 and thawed out in 2001! My god!"

    17. Re:Use smart settings to avoid this: by utunga · · Score: 1

      I know that nobody that matters will ever read this.

      But, pleeeease, if anyone is thinking of adding this so called 'feature' to, say, Mozilla.

      Dont do it!

      Just say no. Writing sites to use javascript 'well' - ie so they function with javascript turned off, and at the same time keep the client happy is becoming harder and harder by the minute. But having to write it so it works ok for people that have certain chunks of javascript enabled but not others ? That would be just impossibe.

      Argghhh!!!

    18. Re:Use smart settings to avoid this: by unapersson · · Score: 1

      We really need a browser that lets you *selectively* disable Javascript.



      It already exists, just doesn't have a fancy GUI for configuration yet

    19. Re:Use smart settings to avoid this: by Mattygfunk · · Score: 1
      Turn off auto-loading of images. This is the one that no-one does, but with the increasing frequency of single pixel tracking images, it might be a wise thing to do.

      Wouldn't the times at which you progressively load the images give an indication of what you are looking at within the site?

    20. Re:Use smart settings to avoid this: by Anonymous Coward · · Score: 0

      Last night, I partied like it was 1995.

    21. Re:Use smart settings to avoid this: by Anonymous Coward · · Score: 0

      I have javascript, java and cookies disabled by default. 99% of all the sites I visit work just fine (read well designed). For the 1% that don't I usually leave. If they can't design their site to work without all the bloat, then chances are very good I don't want to deal with them. There are a handful of sites that require one or the other to function that I allow. You can call that staying in 1995 if you wish...I prefer to think of it as not being a lemming!! If more people knew what was information was being gathered/tracked, less would allow them.

      As for E-commerce, as was already said, if you're going to transmit DIRECTLY to them your name, address, phone number, credit card, etc., then why would you CARE what they're tracking on your computer? They've already got everything about you, they probably don't care about tracking what you're reading!

    22. Re:Use smart settings to avoid this: by Anonymous Coward · · Score: 0

      Of course, if you're in the habit of surfing to porn sites, you might be somewhat more dependant on javascript...

      Nope. I actually usually turn javascript off just to surf for porn, and keep it on the rest of the time. Of course, this was before I started using Konqueror, which makes my life much, much more pleasant in a lot of ways.

    23. Re:Use smart settings to avoid this: by Ed+Avis · · Score: 1

      If the user wants to screw up his browser so it no longer complies with the Javascript / ECMAScript standards, then that's his problem not yours. You don't need to worry about extra work writing sites to work with browsers where obnoxious Javascript features are disabled.

      People can just use the non-Javascript version of the site (turn JS off altogether) if for some reason your code relies on opening new windows or other lame tricks.

      --
      -- Ed Avis ed@membled.com
    24. Re:Use smart settings to avoid this: by Anonymous Coward · · Score: 0

      this isn't about making the site usable for each configuration, it's about the user making the site usable for his/herself. Don't worry about what the user does. If you design websites well without obnoxious or invasive shit the user won't try to limit how your site functions.

    25. Re:Use smart settings to avoid this: by Wyzard · · Score: 1

      There's a program called Bugnosis which can alert you of single-pixel tracking images like these, but can't block them (yet). It also only works with IE.

      What browsers need is an option not to block all single-pixel images, but to block automatic loading of all images that aren't from the same server as the HTML page itself. Most of the tracking images are loaded from servers such as DoubleClick. Netscape has an option for only accepting cookies that are to be returned to the same server as the Web page came from; we need the same thing for images.

    26. Re:Use smart settings to avoid this: by Legion303 · · Score: 1
      Again, freshmeat uses single pixel images for thin lines. (I also use them

      A single pixel is a rectangle, not a line. Do they (and you) line up a bunch of single pixels to form a line, or do you mean single pixel height?

      -Legion

    27. Re:Use smart settings to avoid this: by leviramsey · · Score: 2
      Example: Let's say you want to draw a horizontal bar with a rounded edge, ala slashdot. You can make an image that has the rounded edge, then a seperate image that's simply a one pixel gif of the same color, that you then stretch by using height and width attributes on the img tag.

      I believe the problem is with grpahics that are 1x1 pixel and not scaled by the img attributes. So I would block any gif that's 1x1 and not scaled in the HTML (or any graphic that's explicitly scaled to 1x1). These are the dangerous ones, and your example does not fall into this category.

    28. Re:Use smart settings to avoid this: by Eimi+Metamorphoumai · · Score: 2

      Try Galeon. In the Preferences you can disable popups and disable status bar rewrites. You can also turn on and off javascript from a menu option (and like all GTK menu options, you can bind any key you want to it). In the latest CVS, you can even disable/enable popups from a menu item. Useful.

      --

      Visit me on #weirdness on the Galaxynet.

    29. Re:Use smart settings to avoid this: by cpt+kangarooski · · Score: 1

      Actually, I keep iCab set to always accept from one or two sites, and always reject from every tld i could think of. When I want to let something through, I'll know. It's much better than something like junkbuster, as it lets me refuse to take in graphics of particular sizes too.

      --
      -- This and all my posts are in the public domain. I am a lawyer. I am not your lawyer, and this is not legal advice.
    30. Re:Use smart settings to avoid this: by Zillatron · · Score: 1
      I tend to surf in several windows simultaneously (read one while the others are loading) and I have a 56K connection. Java pisses me off. When a page with javascript starts to load the browser is locked until the script runs, negating any bonus I get out of surfing in several windows.

      My solution:
      Three browsers installed each with its own purpose.

      Netscape 5.7x is my default browser with no cookies and no java. Everything loads quickly and lets me get on with life.

      Mozilla keeps cookies but it also set to ignore java content. This way I can /. with my prefs saved and use a shopping cart etc.

      IE is still in (close to) default joe user mode. If it really seems worth waiting for the flash, java or whatever next generation bandwith-hogging K-Mart-Blue-Light-Special-level attention getting script, I'll pop it open in IE with good old cut and paste. I also use IE when I have a guest who wants to check something on the web. Sadly this is now what is familiar to almost everyone.

    31. Re:Use smart settings to avoid this: by stikves · · Score: 1

      The code from their site:

      [TABLE cellspacing="0" cellpadding="0" width="100%" border="0"]
      [TR bgcolor="#6f6f6f"]
      [TD valign="bottom"][IMG src="/img/pixel.gif" width="1" height="1" alt=""][/TD]
      [/TR]
      [/TABLE]


      The one pixel image is scaled to fill an entire line. (I had the change < > to [ ]. I was lazy :)

    32. Re:Use smart settings to avoid this: by Bob+McCown · · Score: 1
      but to block automatic loading of all images that aren't from the same server as the HTML page itself.

      This would torpedo Akamai, and anyone that has a globally balanced network.

    33. Re:Use smart settings to avoid this: by Anonymous Coward · · Score: 0

      > Of course, if you're in the habit of surfing to porn sites, you might be somewhat more dependant on javascript...

      Or you could just use the pr0n-o-matic and not need any of that javascript crap ..

    34. Re:Use smart settings to avoid this: by sir99 · · Score: 1

      Nope, just posting comments as a logged-in user. You can read slashdot without cookies as much as you want.

      --
      The ocean parts and the meteors come down
      Laid out in amber, baby.
    35. Re:Use smart settings to avoid this: by mosch · · Score: 2
      I would block any gif that's 1x1 and not scaled in the HTML

      That's still a broken concept. If browsers start blocking unscaled 1x1 images, they'll scale their 1x1 image to be 1x2, and then what? Block all 1x2 images as well? It's a slippery slope.

      These are the dangerous ones, and your example does not fall into this category.

      The fact that they're small does not make them "dangerous". Any image, whatsoever, can be used as a bug. You could use my example of a large horizontal bar as a bug, or the title graphic of the page, or the image used on the search graphic. Every single image on a page can be a "bug". Additionally, every link can contain trackable identifiers if the website designer so wishes.

    36. Re:Use smart settings to avoid this: by jovlinger · · Score: 2

      The 1x1 gifs are only useful in email: they already know to whom they served the page. However, they are really useful when embedded in html mail. They let the sender know that you tend to read your pr0n spam rather than just delete it immediately.

      So what is needed is to only accept html email that is self-contained (ie, all the ref'd images are attachments in the same email).

      As for javascript, all you need to do is disable mouseovers. I know many sites that rely on javascript, but can't think of a single one that relies on mouseovers.

    37. Re:Use smart settings to avoid this: by Anonymous Coward · · Score: 0

      You can also choose extrans posting mode...

      <html> tags to text

      Code probably works too

    38. Re:Use smart settings to avoid this: by Anonymous Coward · · Score: 0

      Very, very few sites actually require javascript. And they're not very good sites.

    39. Re:Use smart settings to avoid this: by Anonymous Coward · · Score: 0
      If you think looking for content, rather than glitzy layout, is "stay[ing] in 1995" then you are the one that needs a wake-up call.
      Believe it or not, it is possible to put good content in a fancy layout. And business being business, most aren't going to spend a whole lot of time on a text-only version of their site just to appease the few people who do disable JavaScript, especially if their site is at least usable without it.
    40. Re:Use smart settings to avoid this: by theancient1 · · Score: 1

      Why deny myself additional functionality on every site just because a minority of them choose to abuse JavaScript with things like popups, scrolling status bar messages, and right-click disabling?

      There are many effective uses of popups. One common example is popup help messages that don't force the user to navigate away from the page they were using. (I hate it when I've spent five minutes filling out a form, click on a "help" link, and have all of that information lost.) Getting rid of popups by boycotting JavaScript is like cancelling your phone service because you don't like telemarketers.

    41. Re:Use smart settings to avoid this: by cyberdonny · · Score: 2
      There are many effective uses of popups. One common example is popup help messages that don't force the user to navigate away from the page they were using. (I hate it when I've spent five minutes filling out a form, click on a "help" link, and have all of that information lost.)

      What's wrong with <a href="help.html" target="newframe"> ? As you see, having linked pages appear in a new window is perfectly doable in plain HTML. And if you really want to be fancy, just put the damn javascript link into a document.write clause, and a plain HTML link between <NOSCRIPT> tags. Javascript's language designers have supplied great backwards compatibility tools, but unfortunately nowadays the <NOSCRIPT> tags are hardly ever used for that puropose. Instead boorish web designers use them for such intelligent messages as "You're a moron for not using javascript, and a cheap bastard for having a screen with a resolution below 1600x1200"...

    42. Re:Use smart settings to avoid this: by AIndividual · · Score: 1

      For those of you (like me) who still use Windows, you can download The Proxomitron at this site. The Proxomitron uses your local machine as a proxy, and allows you to delete banner ads, filter cookies,etc... It is very customizable.... For example, I allow cookies, but send fake ones back to the sites (except for slashdot and Enigmous of course). I also have animation disabled and javascript severely limited. You can disable the javascript that makes those nasty popup windows AFTER you exit the site...plus all your normal ones work, because it "restores popup windows after page loads".

      I also have my user info as "Opera on Mandrake Linux 8.0" since I'll be switching when I get my new machine this winter....my user ID is my wish list :)

      Anyway, it's a great program....... By the way, I am in not associated with the creator of the program in any way.....i just like it.

      --
      Electron Pulse...indie rock/jazz/blues
    43. Re:Use smart settings to avoid this: by jonnystiph · · Score: 1
      Konqueror has the ability to change your user agent. It'd be cool to write a "random" mode to it where it randomly selected from it's list of user agents to send to the remote site ;-)

      Correct me if I am wrong, but opera has this too.

      --

      If we don't make light of everything, we are just stumbling in the dark - Blank

    44. Re:Use smart settings to avoid this: by jesser · · Score: 2

      You can't specify the size of the window a targeted link will open in. You have to use javascript to do that.

      I agree with you that web designers should try to make their sites work even when you don't have javascript enabled. A simpler way to do that is to have the link href to the help page, but then have an onclick handler that opens the help page in a new window and returns false. (Unfortunately, onclick triggers for right-clicking on links in some browsers, and links don't have an "oncommand" event like buttons do.)

      --
      The shareholder is always right.
    45. Re:Use smart settings to avoid this: by netsharc · · Score: 0

      You can nowadays use JavaScript to load an image without actually needing any HTML to display it on the screen... this is popular with images that change whenever OnMouseOver them, because it would be too slow to only load the image as the mouse is moved, it is usually pre-loaded using code like this:

      <SCRIPT>
      bug = new Image();
      bug.src = "http://adhost.com/tracker?UID=blablabla"
      </SCRIPT>

      For continuous tracking, you can even write a script that calls a function to update the image every few seconds...

      --
      What time is it/will be over there? Check with my iPhone app!
    46. Re:Use smart settings to avoid this: by netsharc · · Score: 0

      Actually the height property there is just "1".. more probably is the 1 pixel is used as a filler because blank don't often get rendered by browsers... to fix that, they just put in a single transparent pixel. The line you see is probably the background of the table, which is colored #6f6f6f. The great thing about that is, you can have lines of any color you want, without saving each of them as a 1x1 pixel gif.

      --
      What time is it/will be over there? Check with my iPhone app!
    47. Re:Use smart settings to avoid this: by Mike1024 · · Score: 1

      Hey,

      I hate it when I've spent five minutes filling out a form, click on a "help" link, and have all of that information lost.

      For future reference, in many browsers (MSIE, certainly) you can right-click the link, and click 'Open in New Window'. That opens the page in a new window.

      Michael

      --
      "Goodness me, how unlike the FBI to abuse the trust of the American public." -- The Onion
    48. Re:Use smart settings to avoid this: by sjx · · Score: 1

      Use   or similar instead of single-pixel gifs, _please_.

      --
      -- /sjx.
    49. Re:Use smart settings to avoid this: by TenPin22 · · Score: 1

      Use Mozilla. A good chunk of its front end is coded in Javascript and XUL. You can use the full power of Javascript to combat any unwanted Javascript by disabling the functionality. A crude example is to add this to your pref.js file in your Mozilla profile:

      if (document.location.contains("slashdot")
      {
      user_pref("capability.policy.default.Window.open ", "noAccess");
      }

    50. Re:Use smart settings to avoid this: by Anonymous Coward · · Score: 0

      formatting and layout is content.

    51. Re:Use smart settings to avoid this: by Fred+Ferrigno · · Score: 2

      They let the sender know that you tend to read your pr0n spam rather than just delete it immediately.

      It doesn't seem like they're putting that information to good use. I delete all the spam I get (or at least I don't read it) and they still send me more.

    52. Re:Use smart settings to avoid this: by Reziac · · Score: 1

      Actually.. I *routinely* use an older browser (Netscape 3.04 by *preference* -- I have several newer browsers installed) with image-loading and javascript turned off, and there are only TWO sites I give a flip about that I can't use with this setup. Conversely, this setup has proven by far the most efficient for my use (and I use the web like a library).

      In fact, after years of not loading images (and becoming experienced at watching the status line vs mouse-over-imagelink), I find that MOST sites are MORE legible *without* images, and certainly less annoying without js. Images can be loaded on demand (single-click with NS3.04, unlike later versions which bury it in Preferences) either for the whole page or one at a time as needed; why wait for the entire mess when one is constrained to dialup??

      I do allow cookies, because I actually *use* them (mainly for logins that involve preferences). However if I'm going to a site that misuses cookies, first I make my cookies.txt read-only, which leaves temporary cookies useable without any unwanted additions to my regular cookies.

      I've also noticed that fancy stuff and content tend to be inversely proportional, so generally if a site is cranky without images and/or js, there's not much worth reading anyway.

      --
      ~REZ~ #43301. Who'd fake being me anyway?
    53. Re:Use smart settings to avoid this: by crucini · · Score: 2
      logo.jpg-234987575

      I wonder if we could make a filter that intelligently detects the 'arbitrary identifier' and replaces it with equivalent random characters of the same set. In this case it's pretty obvious. Of course the ultimate counter-weapon to that detector would be making all the image URL's identically formatted strings of base64 crap. But for the time being there might be some way to automate the anti-bug filter.

      Of course this is ultimately futile since the server has the data anyway - web bugs are just a cheap way of sharing data with another server.

      The ultimate filtering would be collaberative. If I got logo.jpg-234987575 (11k) as the first IMG on the page, and you got logo.jpg-332215533 (also 11k) our software could communicate (ala RBL) and reach a shared decision that the numeric portion is a tracking number. Then future clients (in our network) would randomly generate the number.
    54. Re:Use smart settings to avoid this: by CiaranMc · · Score: 1

      >> What's wrong with <a href="help.html" target="newframe">

      Nothing really. What's more elegant is:

      <a href="help.html" target="_new" onclick="return popup('help.html')"> where the popup() function returns false if successful.

      -Ciaran

    55. Re:Use smart settings to avoid this: by hearingaid · · Score: 2
      The 1x1 gifs are only useful in email: they already know to whom they served the page. However, they are really useful when embedded in html mail. They let the sender know that you tend to read your pr0n spam rather than just delete it immediately.

      This is incorrect. Many mailers (e.g. Netscape) will automatically start downloading the HTML-linked images when you click on the name in your subject list (e.g. to delete it).

      They cannot deduce anything from this behaviour.

      --

      my old sig used to be funny, but then slashcode ate it and now it's not funny anymore

    56. Re:Use smart settings to avoid this: by peter · · Score: 1

      Use SVG instead of images. It's like the LaTeX picture environment for HTML.

      --
      #define X(x,y) x##y
      Peter Cordes ; e-mail: X(peter@cordes , .ca)
    57. Re:Use smart settings to avoid this: by netsharc · · Score: 0

      The problem with   is that it's a character, and it's height and width can never be as small as 1x1.

      --
      What time is it/will be over there? Check with my iPhone app!
  13. Online molesters are targetting OUR KIDS! by BillyGoatThree · · Score: 5, Insightful

    For crying out loud, /., lighten up. Remember back in '95 when you couldn't turn on the TV or read a news magazine without some lame story about online stalking or pedophiles in chatrooms? And we all mocked them by saying "that's no different than real-life, what's all the hullabaloo"?

    "Brick and mortar" stores do exactly this same thing. Many have cameras, the rest use "secret shoppers" (people who look like they are shopping but are really watching YOU) to discourage shoplifting, check competitor prices AND research in-store "migratory patterns". For instance, haven't you ever noticed that ALL grocery stores have the fresh fruits and vegetables right by the door?

    This isn't "Your Rights Online". This is "Translating Nothing Cares About In RealLife Into A Scare Story About 'The Net' In Order To Attract Eyeballs To Slashdot."

    --
    324006
    1. Re:Online molesters are targetting OUR KIDS! by artificeren · · Score: 1

      thank you.

      I read about this story elsewhere first, and was thinking, "cool! Those crazy guys at MIT always do neat stuff."

      Then I see it on here, and shook my head in shame at the treatment of it.

    2. Re:Online molesters are targetting OUR KIDS! by jmauro · · Score: 1

      The term "secret shoppers" almost always refers to people sent into the store to verify prices, rate how friendly the staff is etc. In other words they're not watching you shop, but watching the shop its self.

    3. Re:Online molesters are targetting OUR KIDS! by D+Anderson+n'Swaart · · Score: 2, Insightful

      Now put those cameras in your house, and a couple of secret siblings too, and see if it's still okay.

    4. Re:Online molesters are targetting OUR KIDS! by Blob+Pet · · Score: 1

      It's one thing for a "brick and mortar" store to track shoppers' movements for security reasons. It's quite another for online sites to track our movements in our homes or whereever we use a computer.

      Think about the terms of service for a site that implements technology like this. "We reserve the right to track and predict your behavior while viewing our site. From what we know already about most users, there's little chance you'll ever see this TOS, and we've already started tracking you before you had a chance to read this already."

      --
      "...today consumers have been conditioned to think of beer when they see a bullfrog..."
    5. Re:Online molesters are targetting OUR KIDS! by Col.+Panic · · Score: 1

      I think you have that backward - if they are tracking me they will notice that I don't read the TOS.

    6. Re:Online molesters are targetting OUR KIDS! by ajs · · Score: 2, Troll

      How did this get modded up? Isn't this obvious troll material.

      Please, someone bounce it back down.

      Now, getting to what the article actually says: I'm getting closer and closer to the opinion that we're in the middle of a war on privacy (to use a US-world-view phrase). It started out with the usual garbage about how companies needed to know how good their advertising was (to which I ask "why?").

      But, this clearly crosses the line. No one needs to know that on a page with 7 stories, I spent more time looking at the one on penguins. There is no good excuse for this.

    7. Re:Online molesters are targetting OUR KIDS! by oasisbob · · Score: 1
      [...] the rest use "secret shoppers" (people who look like they are shopping but are really watching YOU) to discourage shoplifting [...]

      I'm not sure what retail establishment you've worked with, but I've never heard one refer to in-store undercover loss prevention as "secret shoppers." Secret shoppers are something entirely different -- They're ususally regular consumers hired by a customer satisfaction firm to evaluate restaurants, service, etc. (And compensated for their time by a free meal, or the service in question.)

      However, most retail establishments to have highly trained undercover employees who watch for both customer and employee dishonesty. Many of them are ex/prospective law enforcement. Shrink, the official name for unaccounted loss in inventory (eg shoplifting), is a huge cost for retailers. Any large chain realizes this, and has people working to try and eliminate it.

    8. Re:Online molesters are targetting OUR KIDS! by electroniceric · · Score: 1

      Call me simpleminded, but I don't get it.

      What does putting the fresh fruit by the door have to do with shoplifting?

  14. You know I can already do this... by gwizah · · Score: 1

    By very carefully watching the responses of my peers IM's I can tell who is:

    Eating lunch, Talking on the phone, Having coffe, etc.

    Of course you can also see who is practicing one-handed typing...

    --

    There is no spork.
    1. Re:You know I can already do this... by Anonymous Coward · · Score: 0

      Of course you can also see who is practicing one-handed typing...
      By the knocking noise from the underside of their desk?

  15. There is one born every minute by Anonymous Coward · · Score: 0

    And luckily they find there way to management. Garbage in Garbage out, data is only as good as the sampling in front of you. Good example of this is that I still use keyboard short cuts. Or how bout those blind people? Or as another reader pointed out lefties throw off the data. So run for your bomb shelters someone has figured out a way to track users movements that will be accurate less than fifty percent of the time. Which means i can still rush out and sell some web company a dart board webtracking system. Hehehe

  16. They'll still have to get the software... by Misch · · Score: 1

    They'll still have to get the software on my machine... and by then, we'll have our firewalls routing that feedback stuff to send back to /dev/null.

    --

    --You will rephrase your request for me to go to hell. Goto statements are not acceptable programming constructs
  17. What's so bad about direct marketing? by Phaser6047 · · Score: 0, Troll

    Personally, if companies can direct moderate amounts of direct advertising to what I am interested in, I am ok with giving up a little bit of my privacy.

    Plus, not to mention, the Internet is as public as Grand Central Station, or Central Park. People should have no reasonable expectation of privacy on the internet. If you want privacy, you should run your data through anonymity sites, or encrypt everything. Just like you would put confidential documents in a briefcase when going through a train station.

    1. Re:What's so bad about direct marketing? by stilwebm · · Score: 2

      The problem is, there will always be misdirected marketing as long as our interests are inferred rather than taken directly from us. Sure, some methods will produce better results. But if I get up from my desk, I push my keyboard tray in, and the mouse almost always moves. So they will think that because the pointer stops on a pantyhose ad for several minutes that I am suddenly very interested in pantyhose. OK, so I've never seen pantyhose ads on the net, but you get the point...

    2. Re:What's so bad about direct marketing? by UberOogie · · Score: 5, Insightful
      Personally, if companies can direct moderate amounts...

      Stop right there, because that's your answer. It will never be moderate. As soon as they can, it is in the marketers best interest to get as much advertising to you as they can in the shortest amount of time, and the more they know, the more they will.

      It is sad, but in the future, we'll probably look back fondly on things like PeoplePC which gave only one advertiser the keys to the car...

      --
      "Enough of this wretched, whining monkey life." -- Marcus Aurelius, _Meditations_, Book 9, 37
    3. Re:What's so bad about direct marketing? by Phaser6047 · · Score: 1

      Of course, this is not the end-all and be-all of marketing techniques. I also do stress the word moderate.

      I really don't mind having a message or two from various e-tailors, informing me that they have something I may be interested in. I would like to have a noification, for example, of Amazon or Barnes and Noble letting me know, based on their knowledge, letting me know there is a new technology audiobook out or somthing to that effect. But when the messages start piling up, for things I'm not interested in, then they just all get deleted, and the e-tailor looses out.

    4. Re:What's so bad about direct marketing? by Phaser6047 · · Score: 1

      It will never be moderate? I get about 2-3 messages a month on my e-mail account right now from direct marketing, and none of it is anything that I concider truly spam.

    5. Re:What's so bad about direct marketing? by StudMuffin · · Score: 1

      "I am ok with giving up a little bit of my privacy."

      Oh. My. God.

      This is where it starts. You give up a little, and then you give up a little bit more, and then more, and next thing you know you are being broadcast on "reality tv" while you rub one out in front of your computer.

      Giving up a little bit of freedom/privacy is the first step towards giving up all your freedom/privacy.

      --
      Weaseling out of things is important to learn. It's what separates us from the animals... except the weasel. -
    6. Re:What's so bad about direct marketing? by Anonymous Coward · · Score: 0

      Hi Mike!

      I'm glad you see it that way! Direct Marketing is indeed a very good thing both for promoting a product but also for the customer. You've seen the light, Mikey, but there are many others out there who do not have a clue on what nonessential to spend their money on. I've taken the liberty and have given your email address, mike@tsuname-project.org to a couple of our business partners (don't worry, they're okay. We've been doing business with them for years!) and they'll be more than happy to put all that information an informed customer nowadays needs at your fingertips, all FREE OF CHARGE!

    7. Re:What's so bad about direct marketing? by UberOogie · · Score: 2
      But when the messages start piling up, for things I'm not interested in, then they just all get deleted, and the e-tailor looses out.

      No, the e-tailor doesn't.

      The more carpet-bombing they do, the more return they get, with a near-zero investment. And the more info they have, the more they can do it and make it look like they're not doing it.

      This is proven Internet marketing practice. Do you know why every half-wit and his brother spams? Because people make it profitable for them to do so. "Legitimate" Internet companies have to play a closer line, but it all works out to the more they send out, the more they get back in. Period.

      You want to chill your very soul? Read a marketing trade mag. I think that would change your mind pretty quick.

      --
      "Enough of this wretched, whining monkey life." -- Marcus Aurelius, _Meditations_, Book 9, 37
    8. Re:What's so bad about direct marketing? by Phaser6047 · · Score: 1

      You, my friend, have missed my point. I do not like, nor tolerate spam, but I don't mind companies giving me information on products I may want to purchase. There's a difference in spam (blinly sending out mass e-mails) and direct marketing (targeting your advertisements to someone who would like to purchase the product). Besides, I don't see anyone using this new technology to spam people, just change the ads on the web page itself.

    9. Re:What's so bad about direct marketing? by Phaser6047 · · Score: 1

      You may think that, but I don't belive it's the case. You can moderate how much of your privacy is taken away. Plus, as I said, the Internet is public. You have no reasonable expectation of privacy, even though that computer of yours is tucked away in your room.

      You can shut your blinds to all your windows to prevent people from seeing in, but I'd like a little sunlight to come into my room.

    10. Re:What's so bad about direct marketing? by Anonymous Coward · · Score: 0

      Your a moron. Maybe I should submit your address(mike@tsunami-project.org) to a few online marketers just so you get a bit more "non-spam". Yeah, that's it, non-spam. Hahaha.

    11. Re:What's so bad about direct marketing? by jimhill · · Score: 2, Insightful

      "[T]he Internet is as public as Grand Central Station, or Central Park. People should have no reasonable expectation of privacy on the internet."

      That depends on what you mean by "reasonable expectation of privacy." I am well aware that when I go to a public area such as Grand Central Station that I might been observed by people who know me or people who don't, and that I might or might not be aware of it.

      However, I do not consider it likely that someone who knows nearly everything about me will track where I go in Grand Central Station, what I do there, how long I take to do it, whether I do it alone, and so forth -- and I damn sure don't consider it likely that this mysterious individual about whom I will know almost nothing will have the ability and the desire to sell what he has learned about me to a third party so that that third party may increase what _it_ knows about me. Some people think that way, but in general we mock and deride them for being paranoid. Yet on the Web, we mutely accept such a state of affairs and often mistakenly tell people that such is no different from our daily life.

      The legal phrase "reasonable expectation of privacy" is like "shadows and penumbras" -- it gives the lawyers and the IANALs something to quote and sound very wise but it doesn't _mean_ anything other than what the judge of the moment thinks it means. That's not a solid legal footing for anything. And with technology far outpacing our legal system, perhaps even this shifting-sand legal foundation should be revisited.

      If I may address your initial point, that you are satisfied with moderate advertising in exchange for some surrender of your personal privacy, I don't think that many would disagree. However, the Web and indeed any purchase that involves either plastic or corporations or both will not permit that bargain. They _demand_ that you surrender everything about yourself (and they will fill in the gaps by "sharing information" with their "partners" to "serve you better") and they then bombard you with promotional materials that have only the most tenuous connection to your purchasing interests. And yet people continue to happily accept that, in exchange for a nickel off here or a rebate coupon there -- and these people are fouling it up for the rest of us who _don't_ share your opinion that a little marketing is worth a little privacy. When I buy groceries, I have to fight off the "Frequent shopper card?" chirping from the clerk. When I want a thirty-cent resistor at Radio Shack I have to deal with "Home address?" from the clerk. It's time to return to the day when a business transaction consisted of a person giving money for a product, no more, no less. Keep your advertising and your targeted marketing and your insiders-only discounts. Just gimme my damn resistor, sir.

      --
      Learn to spell: nickel, missile, lose, solely, amendment, speech, kernel, probably, ridiculous, deity, hierarchy, versus
    12. Re:What's so bad about direct marketing? by Phaser6047 · · Score: 1

      Actually, what I ment by them losing out, is losing out on my sale. When I do start getting spam into one of my mailboxes, I delete all marketing information, therefore anyone trying to sell me anything that I may want loses out.

    13. Re:What's so bad about direct marketing? by Legion303 · · Score: 1
      When I buy groceries, I have to fight off the "Frequent shopper card?" chirping from the clerk.

      Actually, you can save money *and* fuck up their marketing database if everyone does what I do: fill out the grocery store club card form with false info. I always misspell my last name, give out bogus address and phone info, etc. Or you can do what I did with my Safeway card: tell the cashier you're in a hurry, and could you get the card now and bring the form back later. I have yet to turn in anything for the card I got and am now enjoying "savings" (technically speaking--they don't lose any money due to their promotional deals with manufacturers, but then I'm not spending as much as I would otherwise) on my food.

      Don't hide from the system, exploit it.

      -Legion

    14. Re:What's so bad about direct marketing? by Legion303 · · Score: 1
      You can shut your blinds to all your windows to prevent people from seeing in, but I'd like a little sunlight to come into my room.

      What is the "sunlight" in marketing privacy invasions? Either your analogy is flawed or you're saying the corporations are like sunlight. Either way, I think I'm going to be sick....

      -Legion

    15. Re:What's so bad about direct marketing? by Captain+WrapAround · · Score: 1

      Good point. What's really missing in all these references to public places and "reasonable expectations of privacy" is a distinction between what is possible and what may be reasonably expected in a civilized society. Sure, in Grand Central Station, a person unknown to you could follow you around, make copius observations of your behavior, and solicit/harass you for your money. However, most people would regard this as fucking rude, if not harassing; and as NY has shown, when the harassers are of sufficiently low social status, the state is more than happy to give them the bums' rush.

      One may not have a reasonable expectation of total privacy in a public place, but surely one may have a reasonable expectation of not being under a goddamn microcope either.

    16. Re:What's so bad about direct marketing? by UberOogie · · Score: 2
      Actually, what I ment by them losing out, is losing out on my sale.

      This has been my point since I started: Your sale doesn't matter. They will get sales, and much more sales, through carpet-bombing. That is what works. That is why it will never be a moderate amount of targeted advertising. It is in their best interest to get the most advertising to the most people, and if they can fake tailor it to you, that's fine, but your sale doesn't matter. The percentage sales they would get from doing advertising "by the rules" would not be the same as doing it en masse.

      So they won't.

      --
      "Enough of this wretched, whining monkey life." -- Marcus Aurelius, _Meditations_, Book 9, 37
    17. Re:What's so bad about direct marketing? by pjrc · · Score: 2
      it is in the marketers best interest to get as much advertising to you as they can in the shortest amount of time, and the more they know, the more they will.

      This will saddly remain true for scams and fraud, where the goal is to find a few hundred desparate/stupid people among many millions, with no regard for pissing off everyone with the good sense to know they're not going to "get rich quick".

      But for marketing legitimate products and services, more will not always be better for advertisers. Ultimately sales are what matters, and pissing off customers and damaging ones reputation among them just doesn't make good long-term business sense. Sure, there are some examples of mass-mailing, but in the long run semi-targeted email is what will work for legit products. There are plenty of people like Mike that don't mind getting a few messages a week that are actually along his line of interest.

      It's crap this these (all received in my inbox within the last few days) that will be the things that make sense to mass-email without any targeting. Just inside anyone reading this doesn't know what true garbage anyone who's publically visible and widely distributes their email address has to put up with, here's a little sampling (about 20%) of the spams I've received in the last 4 days:

      You have been specially selected to qualify for the following:
      Premium Vacation Package and Pentium PC Giveaway To review the details of the please click on the link with the confirmation number below:

      RECEIVE ALL YOUR CABLE CHANNELS TODAY!!! With our NEW GLOBAL 2600 Cable Converter/Decoder!
      Get all your favorite premium channels like HBO, Spice, Cinemax, ESPN PayPer View Etc...
      Never miss another T.V show again!
      The GLOBAL 2600 works on 99% of all cable system coast to coast!
      You will never have to rent or buy another cable box again!
      100% Bulletproof! Meaning it will never get deprogrammed!
      This ad is sent in accordence with all applicable laws
      yeah, right, like the DMCA, traffic'ng in circumvention devices, et all

      Judgment Courses offers an extensive training
      course in "How to Collect Money Judgments"
      If you are like many people, you are not even sure what a Money Judgment is and why processing Money Judgments can earn you very substantial income...

      Save up to 75% on term life insurance!
      Get FREE quotes inst antly from top insurance companies
      (yadda, yadda, yadda)

      NEW CD ROM is helping to Create HUGE FORTUNES!!
      Free Info:
      * What if you could make a full time income handing/sending out a $1.25 CD ROM?
      * What if the company paid you EVERY DAY?
      * What if it was a New York Stock Exchange Company?
      * What if there was no "real" competition and everybody needs our service?
      * What if you got paid when somebody goes to your website and views the hottest video presentation ever and signs up?
      If you are the least bit curious about why this CD ROM is making us Fortunes, all you need to do is simply send an email to:

      SNORING-IS IT AFFECTING YOUR LIFE? This product has been featured on National TV.
      Does snoring keep you up at night!! Tired of having to sleep in separate rooms because of snoring!! Tired of hearing how your snoring kept someone up all night!! Just Tired of being tired because of someones snoring!!
      There is a safe, natural solution to your snoring problem!!
      * Works first time, every time
      * All natural product
      * No side effects
      * Guaranteed results
      For more information visit our site (We have been working on the site and it may not be available..if it is not, please follow the instructions below..thanks in advance!
      yep, they know they're a spammer and their lame website at a tripod.com user account will be shut down within an hour or two

      MAJOR CONTRACT ANNOUNCEMENTS AND HUGE NEWSLETTER COVERAGE THIS WEEK FOR XXXX !!!
      Revenues for XXXX, a 10-year old, fully-reporting company, have skyrocketed 600% higher this year to over $8 Million on substantial US Government and Insurance
      on and on... they really want to pump and dump this poor penny stock, don't they? ... and here's another lame stock tip, from a forged address as a russian server, no less:

      OTCBB Stock Alert's Last Two Picks:
      XXXX from $ .60 to $2.50 in 10 days for a GAIN OF OVER 400%!!!
      XXXX from $ .49 to $1.62 in 7 days for a GAIN OF OVER 300%!!!
      HERE IS OUR NEXT EXPLOSIVE STOCK PICK:
      company name removed (OTCBB: XXXX)
      BUY AT $0.92
      SELL TARGET $4.60 = DIAMOND PLAY !!!!

      snipped a bunch of horseshit about how this isn't a get rich quick scheme ... "well, what does work then" it goes on
      I'm looking for the entrepreneurial minded, GOAL = getting leaders who are not only seeking to create wealth in their own liv= es, but also in the lives of others, and do all this in the comfort of you= r own home! If you think you fit this criteria, I invite you to make this = call. It could change your entire life!!!

      Well, that's about 20% of the spams I've received in the last 4 days. There were some really amazing ones in there but they were a giant mess of html... not easy to copy into slashdot. I kept holding out for one of the really dumb sex pills ads... ah, here it was (yet again) on Sept 5th:

      End Erectile Dysfunction Forever With This Groundbreaking New Method And FREE YOURSELF From Expensive Pills And Useless Herbal Concoctions NOT A PUMP!
      *Enlarge it
      *Improve performance
      *Increase sensation
      If you are like the millions of men who seek to reclaim their sexual power or simply increase their size and endurance, THIS IS FOR YOU!
      The Male Performance Method is a comprehensive regimen of doctor-recommended excercises and diet tips that is GUARANTEED to increase your size and performance in 30 days or your money back.
      Of nearly TWO THOUSAND men who have tried this method , only 2 - TWO - have not seen any improvement. You just can't argue with those statistics!
      When you try the Male Performance Method for just two weeks, you and your partner will FEEL the difference. Just imagine the look on her face when she sees what you can become in this short time...

      The old saying goes:

      If it sounds too good to be true....

  18. Finally, a decent use for comet-cursor tech! by moogla · · Score: 0, Offtopic

    I mean, this can have some positive usage; if anything, for getting input on how to redesign a site to make it easier/faster to use.

    If you're paranoid, this is one more reason to disable javascript when browsing the web. Of course, his has been blown a little out of proportion: this "mouse watching" can only take place at a site that is hosting the page that has this ability. If you don't like it, don't visit the site.

    --
    Black holes are where the Matrix raised SIGFPE
  19. "Cheese"? by Anoriymous+Coward · · Score: 3, Funny

    The system developed by the team at MIT is called Cheese, since they are following the mouse, like a mouse follows cheese.

    Wouldn't a better title have been "Cat"? Or perhaps "Rodent Stalker"?

    1. Re:"Cheese"? by snake_dad · · Score: 0, Offtopic
      Wouldn't a better title have been "Cat"?

      And be sued by the CueCat people? After all, that thing or its software uses some dodgy tricks as well, so people might get confused... Remember legOS from a couple of articles ago? :)

      --
      karma capped .sig seeking available Slashdot poster for long-term relationship.
    2. Re:"Cheese"? by Darth+Paul · · Score: 1
      How about "Cursee"?

      Sorrie :P

    3. Re:"Cheese"? by coldmist · · Score: 1

      How about Herbivore2000?

      Or, maybe this could be an upgrade to The Beast itself (Carnivore), and it could be called Omnivore?

      --
      Don't steal. The government hates competition.
    4. Re:"Cheese"? by KaledZeCamel · · Score: 1

      They probably called it "cheese" because they're taking a picture of the mouse.

      Say cheese !

    5. Re:"Cheese"? by Fortissimo · · Score: 2, Insightful

      This one struck me as odd, too. Don't believe I've ever seen a mouse "follow" cheese. Wasn't even aware that cheese could move. The MIT folks may be brilliant, but they ain't creative.

    6. Re:"Cheese"? by interiot · · Score: 2

      In the spirit of FBI's tactless naming scheme, how 'bout Mousivore(TM)?

    7. Re:"Cheese"? by Anonymous Coward · · Score: 0
      Wasn't even aware that cheese could move.

      You obviously have never seen my fridge!

    8. Re:"Cheese"? by Wyzard · · Score: 1

      Last I heard (and this was from an old book called "two-minute mysteries"), mice actually don't eat cheese all that much - it has a tendency to overheat their blood or something and kill them. At least, that was the solution to the mystery (the mice were dying because the lab guy was feeding them cheese). I know this is offtopic but I'd be interested in knowing if this is actually true.

    9. Re:"Cheese"? by Bob+McCown · · Score: 1
      Wasn't even aware that cheese could move.

      You havent looked in my fridge lately...

    10. Re:"Cheese"? by Anonymous Coward · · Score: 0

      With the well-fed cats these days? You're probably better off with cheese in a trap

    11. Re:"Cheese"? by Mike1024 · · Score: 1

      Hey,

      Wouldn't a better title have been "Cat"? Or perhaps "Rodent Stalker"?

      Perhaps DEATH OF RATS?

      Okay, maybe not.

      Michael

      --
      "Goodness me, how unlike the FBI to abuse the trust of the American public." -- The Onion
    12. Re:"Cheese"? by crucini · · Score: 2
      Perhaps DEATH OF RATS?

      SQUEAK.

      You're not fooling anyone.

      SQUEAK.

      Get out of my browser this minute!

      SQUEAK.

      And what did you do with my mouse movement data?

      "It's shoved it in a table in Oracle," said a voice from the shelves on the other side of the room.
  20. What?? by brunes69 · · Score: 1, Offtopic

    I can tell because when you read a webpage, you do one of a couple of things. You either shovel the mouse off to the right so that it is out of the way, or you will walk down the page with your mouse," he told the BBC's Go Digital programme.

    Hasn't this guy ever seen a scrollwheel? I rarely move my mouse around a page. I sit it somewhere in the midle, and scroll. I also wonder where he gets this idea of "wanting to click a link, but you don't". Who does that? If I want to click it, then I will. Whose stopping me???


    1. Re:What?? by psxndc · · Score: 1
      three words: disguised goatse.cx link.
      ;-)

      psxndc

      --

      The emacs religion: to be saved, control excess.

    2. Re:What?? by Anonymous Coward · · Score: 0

      From the article:
      A website that can read your body language and know what you want before you have even clicked on anything may sound like science fiction.
      You said it
      But this is what researchers in the US are working on.
      LOL oh, well, then surely, it is not only meaningful, but also feasible and even solved !
      Also, you have to have a look at the "researchers" :)
      MIT with its medialab projects has about 10,000 projects, every researcher is at the head of about 20 of them, and some of them actualy are interesting
      There are no "researchers" behind this project. Just a bunch of students and a 20th researcher.
      One of the project they have (I forgot its name) is about detecting "user mood" by checking his movements, general activity etc...
      The main idea is that the application, or general GUI could be more responsive to you changing with your mood. (something like that)
      I guess they're starting to see how lame this project is and that they don't see it fit anywhere, so they are trying to use the "studies" they already did wherever possible.
      So their "cheese" project (even the name is flawed logic btw) is an "obvious application". I mean, an obvious application, thinking that you are desperate to have a use for it of course.
      So anyway, all those people getting paranoid about their movements being watched etc. shouldn't worry so much.
      There is no plot, there is no "study" like said in the article, and even if their thing did call some people attention, this is certainly not the best way to obtain the kind of statistics they want you to think they can get.

    3. Re:What?? by brunes69 · · Score: 2

      It's not too difficult to look into your statusbar as you hover over a link.

    4. Re:What?? by psxndc · · Score: 1
      "wanting to click a link, but you don't".

      That's what I meant. I hover over a link that says "click here for DeCSS", see it's goatse.cx, and don't click it. I was just giving a potential scenario.

      :-) psxndc

      --

      The emacs religion: to be saved, control excess.

  21. This is garbage by Velex · · Score: 2, Interesting

    Oh, come on. This is pure garbage. How much info could one possibly glean from whatever javascript the researchers were using to capture the mouse movements? For me, whom uses the keyboard excessively and only moves the mouse when I'm sure I want to click on a link, there isn't anything that they can possibly gather. Besides, if they want to monitor my mouse movements, maybe they can see how quickly my reflexes to close pop-up windows before I even know what's in them come into play.

    --
    Join the Slashcott! Stay away entirely Feb 10 thru Feb 17! Close all tabs to prevent autorefresh!
    1. Re:This is garbage by techy · · Score: 1

      Actually, even when using the keyboard there is still information that can be gathered. For instance, the web page could also track where you are with combinations of onKeyPress events. Turning of javascript can also not be an option, as a web site could easily mandate the use of javascript to view the site. Without finer grained preferences for javascript, it can be all or nothing on web sites that use this.

    2. Re:This is garbage by Dexx · · Score: 1

      "maybe they can see how quickly my reflexes to close pop-up windows before I even know what's in them"

      Actually, I think this is the kind of data they would be interested in. Tools like this may finally record that nobody clicks on popup ads, but closes them right away without reading them. This may be the end of popups!

      Sure.

      --
      Feel the fear and do it anyway.
  22. Eh? by stripes · · Score: 4, Interesting
    "I can tell because when you read a webpage, you do one of a couple of things. You either shovel the mouse off to the right so that it is out of the way, or you will walk down the page with your mouse," he told the BBC's Go Digital programme.

    Yeah....or I'm one of the 5% of the computer market with a Mac and I'm one of the 90% of Mac users that have discovered that when I type the mouse goes away. So I press down arrow and *poof* I don't need to move the mouse out of the way, and my finger is right where I need it to scroll down to read more of the story.

    (Or I could turn off JavaScript, which is a good idea because it gets rid of a lot of irritating popup and popunder ads -- which is a pretty good idea, even 'tho it breaks a few sites)

    1. Re:Eh? by zurab · · Score: 1

      One more good feature of Konqueror is that it allows you to configure the browser to use Javascript on selected sites, just like cookie management in Netscape 6 and Konqueror.

    2. Re:Eh? by Anonymous Coward · · Score: 0

      Good for you.

      It's not really a Mac thing, though. All non-MS-tainted OSes are probably like that. Mac is like that, Amiga is like that, Linux+Xfree86 is like that. But Windows and OS/2 keep the darn pointer around even when typing.

    3. Re:Eh? by stripes · · Score: 2
      Linux+Xfree86

      Really? FreeBSD+Xfree86 does not, and I would have assume that was going to be driven by the X server not the OS under it. Which version of Xfree86? Maybe I'll have to get X running on my Linux box and see if it really does blank there...

    4. Re:Eh? by mcc · · Score: 1

      But Windows and OS/2 keep the darn pointer around even when typing.

      Actually:

      I don't use any form of windows, but i was messing with a friend's Windows Millenium-running laptop the other day*, and happened to stumble into the Mouse settings-control panel thing.. as of WinME, and maybe some other versions of windows (i dont' know), there is now a checkbox for a mac-style "hide cursor on keypress" in the Mouse control panel. Very few people will likely ever take advantage of this, but still, there it is.

      * i was trying to turn off their trackpad's irritating auto-click-on-touch behavior. i didn't manage to.. oh well.

    5. Re:Eh? by Mike1024 · · Score: 1

      Hey,

      Windows and OS/2 keep the darn pointer around even when typing

      Interestingly, hide pointer is availiable for Windows. All the MS InteliMouse drivers include a control panel update. It has a 'hide pointer when typing' option.

      This is true in Windows 95, at least. I think it might be built into Windows 2000 and other newer versions.

      Michael

      --
      "Goodness me, how unlike the FBI to abuse the trust of the American public." -- The Onion
    6. Re:Eh? by peter · · Score: 1
      Install unclutter. It does this for X. I don't think it's X server specific, since unclutter is just an X client.

      Since you're on FBSD, you'll want to download the source from wherever it came from, or just grab the original tarball from the Debian archive.

      --
      #define X(x,y) x##y
      Peter Cordes ; e-mail: X(peter@cordes , .ca)
    7. Re:Eh? by stripes · · Score: 2
      Since you're on FBSD, you'll want to download the source from wherever it came from, or just grab the original tarball from the Debian archive.

      Thanks, it looks like one can just cd to /usr/ports/misc/unclutter and type make install.... now that one has a clue as to what the program is named.

    8. Re:Eh? by Anonymous Coward · · Score: 0

      Yeah....or I'm one of the 5% of the computer market with a Mac and I'm one of the 90% of Mac users that have discovered that when I type the mouse goes away. So I press down arrow and *poof* I don't need to move the mouse out of the way, and my finger is right where I need it to scroll down to read more of the story.

      That would explain your retard attitude. That can be turned on in Windows if it is desired. Of course, MacOS is the same retard-OS that requires you to use the mouse for basically everything. One can do effectively bugger-all on a Mac without a mouse.

    9. Re:Eh? by stripes · · Score: 2
      That would explain your retard attitude. That can be turned on in Windows if it is desired. Of course, MacOS is the same retard-OS that requires you to use the mouse for basically everything. One can do effectively bugger-all on a Mac without a mouse.

      Well, I know it's just a troll, but what the hell.

      I bought the Mac to see how good a Unix OS X is. I'm rather a bit happier with how much real stuff I can do with it from the command line that I have ever been in my brief encounters with Winblows.

      So what can I do without a mouse? I can log in, switch to the terminal app (I have it auto start), fire up ssh-agent and start some ssh tunnels (Apple nicely provides ssh, but it also pretty much compiles out of the box). I can read my mail with mutt (I had to compile it myself). I will note that Apples GUI mail reader is pretty nice, it does need a mouse for some things though. Let's see, what else? I haven't bothered with w3m, so no mouseless web browsing, but I don't really do that on Unix boxes anyway (i.e. I use the mouse there). I can vi files, which I like more then Apple's textedit app. Pretty much whatever you could do on a "real" unix without a mouse.

      With a little mousing I can get a nice VNC windows (over the ssh tunnel) to a "real" Unix box and,um, use the mouse remotely :-)

  23. Client side cooperation required by image · · Score: 2

    I, for one, won't run a client that allows a site to profile me in this way.

    If I understand this correctly, this technology would require the client to send data to the server about mouse movements, etc, for tracking purposes.

    So I could simply elect not to use this type of software, correct?

    1. Re:Client side cooperation required by Anonymous Coward · · Score: 0

      or write a little app which randomly picks pages, and sends a stream of random numbers representing mouse positions to it. Maybe randomly click too, setting off banners ads etc. I mean, if they want useless data, they only need to ask...

    2. Re:Client side cooperation required by kobotronic · · Score: 1
      No - actually this sort of information is exceedingly trivial to obtain by use of plain old Javascript 1.1 - since the earliest Navigator 4.x clients there has been support for 'capturing' mouse events.

      This is used every day for all sorts of legit purposes (DHTML tooltips, navigation tools, etc), stupid purposes (Trailing stars, decorative interactive layers effects) - It was only a matter of time before somebody made the inevitable logical leap and developed a nefarious spy tool using the same technology. All this is gonna accomplish is drive even more users to disable javascript in protest of foul play and I can't blame them. Greedy entrepeneurs always mess up all good things.

      To accomplish this feat all that is taking place is attaching a logging function to the captured mouse events. You end up with a data structure you can presumably compress fairly quickly and then send as a string to a hidden form field. All the hyperlinks on the page simply point to a javascript function that submits with POST method a hidden form containing the hyperlink destination and the captured mouse event data. The form handler program on the host then records the mouse track for further processing and digest by drooling marketdroids. And all this takes place without any visible evidence or prior notification that the data logging takes place. I'm sure if the involuntary test subjects knew they were being monitored, they would be too conscious about their mouse patterns for the data to be worth anything.

      I'm absolutely appalled...

    3. Re:Client side cooperation required by stikves · · Score: 5, Informative
      No it is not necessary. The site can have two "frames". One of them would be the main frame filling the entire window, the other will be the tracking frame, which is insivible (or 1 pixel high).


      Then the javascript code in the main window will fill a string with your mouse movement like:


      (100,100)-(110,100)-(110,109)-...


      After the buffer is filled enough, it will update the hidden frame with a code like:



      TrackerFrame.URL = "http://server/track.cgi?" + str;



      That's it. That's all. Your tracking is complete.

    4. Re:Client side cooperation required by mimbleton · · Score: 1

      Hell, that is what we need.
      Interpreted code tracking OnMouseMove events ...

    5. Re:Client side cooperation required by wizarddc · · Score: 1

      I think what they are doing is more along the line of existing images. They use a eCommerce/Shopping Cart example. Say there are 4 item on a page. They are tracking which ones you "looked at" with your mouse by using a rollover image/web bug trick. When you rollover an item, it would probably poll a track.script page that would act just like a web bug, but instead of using that information on a per page basis, it's being collected per image. They probably also are using a mouse off function to track how long you "looked" at that image. This could also be used for news stories, but in a more convoluted way. Make each paragraph an image, and link it to this tracking feature. You can see how many people read the whole way through. The "Market-Eers" would probably use this on ads, to see how often you even rollover ad images. A sad, sad internet advertising firm will probably pay content owners soon for "rollovers" the same way they get paid for click throughs or impressions. This is defintely something that could give honest website owners and idea what their users are doing, but anything more than tracking page hits is going to get a lot higher noise/data ratio than would be feasible to use.

      --
      Th
  24. Maybe not so bad... by NetJunkie · · Score: 2

    Making web sites easier to use and catoring the content to what the users expect isn't a bad thing. Microsoft does very similar things in their GUI design. They get a large group of people together and have them do common tasks and watch every mouse movement and click and find ways to speed up the process.

    Sure, I don't want someone tracking me, but keeping aggregate data wouldn't be bad. By doing this maybe they can speed up access to information instead of having me hunt around for what I want.

    1. Re:Maybe not so bad... by Regolith · · Score: 1

      Speed up? No sir! What the will do is use the data to arrange their content in such a way as to achieve maximum ad views.

      --

      Bow before my sig, for it is good.
    2. Re:Maybe not so bad... by Johnny+Vector · · Score: 1
      Sure, I don't want someone tracking me, but keeping aggregate data wouldn't be bad. By doing this maybe they can speed up access to information instead of having me hunt around for what I want.

      Yeah, just like the way all modern sites use the existing data (server logs, referrer info, yadda yadda) to improve the user experience.

      The last thing these bozos (by which I mean every web designer except me!) need is more information to completely misinterpret. Sure, if people actually used the data sensibly it could be very helpful. What will actually happen instead is the marketing geniuses will generate a new set of first-level metrics and munge the sites to maximize that.

      It will be just like current attempts to maximize the number of clicks on the "buy me" button. Only a very few will realize that maximum clickage does not translate to maximum long-term customer loyalty, sales, and those sorts of things that used to matter in the Old Economy.

      Now if you'll excuse me I need a Jakob fix.

    3. Re:Maybe not so bad... by DNAGuy · · Score: 1

      That's an excellent point. I like my privacy as much as the next guy. However, if a site is able to "learn" my preferences, or designers have access to ongoing usability data, that's a good thing isn't it???

      --

      BRENT ROCKWOOD, EST'd 1975

  25. Old news by the_ph0x` · · Score: 1

    My friend has developed similar tracking packages. He's used this technology everywhere, from his signature on messageboards all the way to the corporate level. Rather interesting tidbits of information you can find out about people based on even just messageboard reading habbits.

    --

    ---
    ps -aux | grep mind
  26. Re:Ha! ha! ha! ha! ha! ha! ha! What a funny idea. by Anonymous Coward · · Score: 0

    What exactly is the point of your website? PUT AN ENGLISH VERSION OF IT UP YOU COMMUNIST WHORE!

  27. New patent... by dmeen · · Score: 1

    ...no click shopping. If this mouse tracking is possible, an online shop could just let you wave your mouse around an item, and automatically dispatch it to you. Beats Amazon's one click!

  28. I've been doing it for years by Anonymous Coward · · Score: 0

    It's not hard to keep refreshing a hidden iframe with the scrollTop position. I don't know what all the fuss is about now. there's is nothing new here.

  29. This isn't exactly new..... by teknopurge · · Score: 0, Troll

    This kind of metrics tracking has been going on for a _long_ time. It's not like you need any special skills other then some cookie knowledge to pull this off.

    -teknopurge

    techienews network help us beta!!!

  30. Re:Is it just me or is the web becoming too annoyi by Greyfox · · Score: 5, Informative

    Konqueror and Mozilla both allow you to disable popups while allowing JavaScript to run. I believe that at least Konqueror and possibly Mozilla as well will allow you disable or enable features on a site by site basis. The web has become a whole lot less obnoxious since I set Mozilla up to disable popups and animation. I highly recommend running a browser that will let you do this. Mozilla is now fast enough that I can actually tolerate using it and has been since a CVS build about a month and a half ago.

    --

    I'm trying to teach myself to set people on fire with my mind... Is it hot in here?

  31. Yet Another Useless WebBug by DigitalSorceress · · Score: 1

    This is yet another useless JavaScript Web Bug that I for one can do without. When I am surfing the web, I have a "One Popup or other annoying trait and they're out" rule. Specifically, I will immediately set the site as a member of the Restricted group.

    As a web developer myself, I strongly believe that one should never build a page that REQUIRES JavaScript or some other plug-in/client-side technology with the exception of pages whose purpose is to show a Flash or QuickTime thingame (a-la joecartoon.com). It's okay to add those things to make your site stand out or have a nice interface, but if I can't navigate around the site with Javascript and ActiveX turned off, I probably don't need to be there... Period

    --

    The Digital Sorceress
  32. No client-saide participation: scripting by Down8 · · Score: 1
    The system developed at MIT works by including mouse movement data automatically with embedded scripting. The information is analysed and stored on a server.

    This collection technique is implemented using current technology and does not require any additional software on the user's browser.
    The only way to get aournd it ouwld be to use Lynx. :^)

    -bZj
    --
    .sig
    1. Re:No client-saide participation: scripting by Darth+Paul · · Score: 2, Funny
      Lynx? Never heard of it, my fave browser is telnet to port 80!

      But you never know, some marketroid can probably read meaning into how fast you can type GET / HTTP/1.0

  33. Enough... by Ronin+Developer · · Score: 3, Interesting

    First spyware and then web bugs. What needs to happen is that the public has to say "Enough is Enough" and not use products or services that violate their privacy or utilize these types of tools.

    Unfortunately, the average person takes what is available to them simply because of the convienience of doing so. Apathy sucks, doesn't it.

    Anybody up to writing an HTTP proxy or filter that strips out this info as it is being returned to the offending site? I guess it should then redirect the user to a site informing them of what has or was about to happened. Maybe the internet community should develop an RBL-like list for websites that pull this stunt? Anyone up for an RFC?

    Here's a thought...remember Dr. Hawking's fear that machines may someday subjugate us? Image a concious website that maniputes us into doing whatever it wants us to do or believe. Damn...my computer is calling me again....

    1. Re:Enough... by smyle · · Score: 1
      Apathy sucks, doesn't it.

      Yeah, whatever.

      --

      Sleep is just a poor substitute for caffeine, anyway. -Bob Lehmann

    2. Re:Enough... by peter · · Score: 1

      better than stripping it out: replace it with mouse movements tracing out a peace sign. (or maybe a middle finger...)

      --
      #define X(x,y) x##y
      Peter Cordes ; e-mail: X(peter@cordes , .ca)
  34. Re:Is it just me or is the web becoming too annoyi by D+Anderson+n'Swaart · · Score: 1

    What browser are you using Smartin? Since moving to Opera and disabling the checkbox saying "Allow documents to create windows" my life has been nearly stress-free. What surprises me is the number of people who complain about popups, so maybe I'm missing something. Disabling popups does occassionally affect the usability of a site, when a link uses Javascript to pop up a window, but it's easy to quickly re-enable for as long as it's needed.

  35. Re:no click shopping by Anonymous Coward · · Score: 0

    I actually made a tongue-in-cheek protest page one day. All the links were activated by rolling over them -- no clicks required. Other than the fact that it was terribly annoying, it was pretty funny. (I may have to write a declickerizer HTML filter to automatically make all the links zero-click.)

  36. Reading the article by daviddennis · · Score: 3, Insightful

    While reading the article, I left the mouse in the main browser window and used the keyboard to scroll. So if their system was used, it would make it appear that I was not reading the article, even though I did in fact read it.

    Really, if you stay on a page for more than a few seconds, you're probably reading it. And that would surely be simple enough to determine, although you'd have to figure out a bulletproof way to put up an invisible frame in order to send the information to the mother ship. It would probably be easiest done in Java, which can do that without pulling up a web page, but many people have non-working Java, so even that's not foolproof.

    Unfortunately for the people who created this model, once people become aware of how it works, it will no longer function. People who would formerly hover the mouse over a link would simply refrain from doing so and therefore give the system no useful data. I also suspect individual personal styles are going to be different enough to stymie them in the end. I am not convinced that people only visit links directly if they have been to the site before, for example.

    For the person who said a scroll mouse would defeat this system, I'm sure signals from the scroll wheel can be read as well.

    When I am hesitating between multiple items, I will often put them in my cart, look at the total and then remove the one that makes the total too high, or that I'm unsure about. Anything I put in my cart and took out, and any abandoned shopping cart contents, would be a ripe selling weapon that can already be used without relying on this technique.

    I think this one's too flaky for practical use. But as always, we'll see.

    D

  37. Interesting by Anonymous Coward · · Score: 1, Insightful

    But scary. The thing I most fear is that people(marketing??) will setup websites that are only visible to people willing to allow their every move to be watched. For security reasons it is very wise to have javascript and active-x switched off, so I don't take kindly to being forced to either switch it on, or not visit the site. Though quite often I can view source and find the page that the javascript was going to send me to next, anyway.

    1. Re:Interesting by Paul+Neubauer · · Score: 1

      How about this?

      While a nuisance, one could turn javascript on, load the page, disable javascript, and look around? Or save the page? Yes, I know, some javascript can get in the way of both - one more reason I have it off (though mainly as I dislike pop-ads and scrolling stuff where I expect an URL to be..)

      Then one could go back to the page and do what was needed, possibly in either very direct 'I've been here before' patterns or in very weird artistic 'take this, bozo' patterns of mouse movement.

      Would any record be kept? Who would see it? If I 'wrote' nastygrams with the mouse.. would anyone care? I doubt it, but the idea is mildly amusing.

      Of course a competing site could simply announce they don't do this sort of thing (and actually not do it!) and gain an immediate and cost-free customer good will advantage.

      --
      I don't subscribe to RMS's GNUtopian vision.
    2. Re:Interesting by Anonymous Coward · · Score: 0

      >>websites that are only visible to people willing to allow their every move to be watched.

      Isn't that what hailstorm is leading to. No passport, no service.

  38. So what? by Darth+Paul · · Score: 1
    As I read this, my mouse sat in the middle of the screen, unmoving, while I occasionally scratched the scroll wheel. My scroll wheel doesn't work in linux, but there I scroll with the spacebar, and a lot of people I know do that because aiming for a scrollbar is just too plain hard.

    These guys must have had a helluva time implementing something like an AI engine using cross browser javascript :)

  39. French people piss me off by Hilary+Rosen · · Score: 1, Flamebait

    No you haven't. The page you link to is simply a list of IPs (and reverse-DNSed names) that have requested certain pages from your webserver. If you'd read the article, this is a clickless method. It sounds like a lot of OnMouseOver:PhoneHome to me.

    --
    Yes, the nick is flamebait
  40. Scrolling Habits by moogla · · Score: 1

    I don't know about most of you, but I don't use the scrollbar to read through a webpage. I tend to use the scrollwheel, or most of the time arrow/pgup/pgdown keys. The mouse just sort of sits there until I want to click on a link.

    --
    Black holes are where the Matrix raised SIGFPE
  41. easy fix by hex1848 · · Score: 1

    Turn clientside scripting (javascript) off.

  42. Unplugging Click-And-Drool Dependencies by Root+Down · · Score: 1

    That cinches it. I am unplugging my mouse and reverting entirely to keymapping.

    In reality however, this might not be as big an issue as you might think. Queueing theorists have been modelling consumer/customer behavior for years, with or without our consent. The good news is that they don't really give a damn about what you, the individual, is doing, only the probability that a lot of people might also do it. Your erratic behavior falls well below the sigma-squared deviation on the bell curve of user behavioral patterns. It might well lead to more efficient browsing as the current data models are improved with the introduction of more accurate patterns, probability matrices and the like.

    1. Re:Unplugging Click-And-Drool Dependencies by Anonymous Coward · · Score: 0

      I'm pondering how they manage to derive any
      meaningful trends with a sample size of _17 people_.

      Unless I totally misread the article, they
      need to refresh thier understanding of basic
      statistics and sampling methods. To infer
      _motivations_ because 11 people did something
      not uncommon to the ergonomics of their
      enviroment, is shoddy science at best.

  43. Info, info everywhere, but not a thought to think. by refrain · · Score: 2, Insightful

    This is yet a little more frightening...

    I think that the idea that some AI code can tell what I'm truly interested in and what I'm going to buy is ridiculousness. While it may be true that most people do work in similar ways with the interfaces of web-published documents, what goes on in the individual mind during the process is certainly unknowable.

    This technology sounds like it could cause more harm than good. I can see this sort of thing narrowing the scope yet again of what content is available online.

    This will lead to the customisation of individual users' content without them even being aware that it is happening. "Can you imagine if I can actually tell that you wanted to press a link but didn't". (What?! Maybe there's a reason why I didn't!?)

    It's bad enough that content it already spoon-fed to most people already - does it have to be chewed for us now first too? And when the people are only exposed to the things that the corporations will believe that we're interest in, it will lead further to the atrophy of the collective consumer consciousness.

    Fortunately for me, I'm still using the 10th Edition of the Newspeak Dictionary... perhaps I'm a dying breed. *shrug*

    --
    "Sic transeunt omnia."
  44. I don't get this... by update() · · Score: 4, Insightful
    The story is interesting, and but the description of it here seems so far off that I briefly wondered if I'd hit the wrong link.

    Look, since day one of the commercial web, sites have obsessively tracked how many hits they get, where they're coming from, how a user moves through the pages, where they spend time and how often they return. (As if Andover/OSDN isn't doing all of those things -- or is this like with web bugs where we're just supposed to care about them on other sites?) That's one of the great edges the net was going to have over other media. To the degree that people are bothered by that and to the degree that they're technically sophisticated, they turned off cookies and otherwise interfered. And what does Junkbuster have to do with anything?

    What this seems to be is an incremental advance in tracking how pages are read -- there's a little added feedback about mouse movements and maybe scrolling. As always, if this takes off it will be trivial to block for those who know and care about such things. And everyone else has far more important privacy invasion being done to them.

    1. Re:I don't get this... by Legion303 · · Score: 1
      Well, I think you're missing the point. *Any* privacy invasion must be met with strong resistance, no matter how "unimportant" it is.

      I do agree with you on the blatant hypocrisy of Slashdot in condemning banner ads and web bugs, when they use these very techniques themselves. When I see an ad for, say, thinkgeek on Slashdot, I'll type the URL in manually because I refuse to give credibility to banner ads.

      -Legion

    2. Re:I don't get this... by vena · · Score: 1

      besides the fact that anyone moderately skilled in javascript and php can track your mouse movements and scrolling habits already. with that kind of data in a db, all it takes is a little bit of polling and interpretation.

    3. Re:I don't get this... by ukpyr · · Score: 1

      It's hypocrisy that you USE slashdot then, since you have such strong feelings about banner ads. In essense, you're abusing the operators of this fine website by not clicking on the silly banner ad. Sites can charge $X per 1000 ads based on 1. how well defined the audience is. 2. clickthrough rate, meaning the ratio between ad banner views and the people that click on the ad to go do whatever.

      You're taking away from #2 for slashdot's operators. How do ads take away your "privacy"?

      Oh wait you have a slashdot login don't you? Well then you GAVE AWAY your privacy so slashdot can contine to make money.

      Why do you feel you're entitled to go to a website but the site can't collect statistics about you? What happened to the idea of paying for a service? Or should slashdot be forced to operate at the owners personal expense for your amusement?

      If you don't like the privacy policy of a website. DON'T GO THERE. If they don't have have a privacy policy, DON'T GO THERE.

    4. Re:I don't get this... by Legion303 · · Score: 1
      It's hypocrisy that you USE slashdot then, since you have such strong feelings about banner ads.

      Look it up. It would be hypocrisy for me to bitch about banner ads, then go ahead and click on them.

      How do ads take away your "privacy"?

      They don't. Did you have a point?

      Oh wait you have a slashdot login don't you? Well then you GAVE AWAY your privacy so slashdot can contine to make money.

      Yes, I *chose* to give Slashdot certain information. The real information they have about me is my email address, which I *chose* to give them. Still searching for that point?

      Why do you feel you're entitled to go to a website but the site can't collect statistics about you? What happened to the idea of paying for a service? Or should slashdot be forced to operate at the owners personal expense for your amusement?

      Not only am I not forcing Slashdot to do jack shit, but I've run a successful site for 4 years now out of my own pocket. But then, I was discussing Slashdot's hypocrisy on banner ads and web bugs. What are you discussing? Do you even know?

      -Legion

    5. Re:I don't get this... by benb · · Score: 1

      > Why do you feel you're entitled to go to a website
      > but the site can't collect statistics about you?
      > What happened to the idea of paying for a service?

      Exactly. "Paying", by my understanding, means transferring money, not my privacy. Where is the option to remove all tracking and ads and instead pay money for using slashdot?

  45. It's called JavaScript by Hilary+Rosen · · Score: 2

    and it's enabled by default on all major commercial browsers. Yes, you can turn it off, but then you'll miss out on the gee-whiz stuff that sites put up in lieu of content.

    <rant>
    What really pisses me off is sites that have information that I want (in HTML) but won't give it unless I pass through their flash corridor.
    </rant>

    --
    Yes, the nick is flamebait
    1. Re:It's called JavaScript by Anonymous Coward · · Score: 0

      Flash sites suck. I've been out of work for about 9 weeks now due to layoffs, and I'm spending about 6-8 hours a day searching for work, including going to headhunter sites. Whenever I hit a headhunter site that has a Flash intro longer than 2 seconds which won't let me skip it, I move on. I might need a job, but they can suck my cock if they think I'm going to jump through Flash hoops to get one.

    2. Re:It's called JavaScript by Anonymous Coward · · Score: 0

      Use the source luke. I don't think there has been a site that I wanted to get into, that I couldn't because of javascript. It's usually pretty easier to piece together the url of the next page from the javascript. So, just use the source, read a bit, and then your on your way.

    3. Re:It's called JavaScript by DunbarTheInept · · Score: 1
      What really pisses me off is sites that have information that I want (in HTML) but won't give it unless I pass through their flash corridor.

      Or, similarly, the ones that piss me off (and when you think on it, these cases are all related):

      • The site that insists I have Javascript turned on even though they don't actually do anything with it and the bare HTML is actually all I need, if the server would just let me have it.
      • The site that, if I have Javascript turned off, makes the false assumption that my browser is incapable of doing Javascript and so it redirects me to a place to download an "upgrade", instead of telling me to please enable javascript.
      • The site that, when it looks at my user agent string, makes the false assumption that my browser is incapable of viewing the site, and refuses to send me the page. Dammit, *I* get to determine if the partially working page is good enough for my needs, not the server. Plus, the page might actully work 100% but the site writer just hadn't heard of my browser before and didn't know this. This monopoly-encouraging tactic really pisses me off. Sure, I can configure the browser to lie in the user-agent string, but when it does that it's not properly representing itself in the usage logs of the server. The myth that nobody ever uses third-party browsers will never go away as long as users of third-party browsers have to lie and pretend to be a more popular browser just to get predjudiced sites to send them the same exact bytes they send to everyone else. And, NO, I'm not asking site writers to work hard to accomodate all browsers with special code for each. I'm asking them NOT to go out of their way with special code that refuses browsers. Maybe the site won't work on my browser, maybe it will. But at least let me try it and see!
      --

      Don't label something "offtopic" unless you know the topic well enough to tell what's on topic.

  46. Weaknesses in the Theory by martyb · · Score: 4, Interesting

    Though what they propose probably has some application to the majority of users, I'm just as sure there are others who would not fit their expectations:

    • Keyboard-centric:Though most users primarily use a mouse, I've found in many cases it is much faster for me to keep my hands on the keyboard and navigate with page-up/page-down and cursor keys. Menu navigation can be much quicker too as I can make choices with keyboard shortcuts and mnemonics without first having to wait for each menu and submenu to paint.
    • Large display: Use a 21" monitor running at 1600 x 1200. That means there are many pages where there's no need to scroll; and those that need it, well, just use the page-down or arrow keys.
    • Touch screens There's no "hovering" or mouse trail; just TAP and you are there, with no record of any "path" across the screen. This will become more prevalent with PDAs.

    Besides, cheese is often placed in a mousetrap. This kind of technology feels like users are the ones being tempted by the cheese; what kind of trap are we getting into?

    1. Re:Weaknesses in the Theory by thelexx · · Score: 2, Interesting

      Recently I started using a pen tablet, got totally hooked and use it for 99% of my pointer input now. I'd be interested to know how their system works with one for the same reason you mention with a touch screen. Once you use a tablet for a little while your brain figures out the aspect ratio and you can pull the pen out of the input field and put it back down somewhere else with decent accuracy. As a result the pointer disappears and reappears across the screen. Anyway, just one more wrinkle for them to iron heh...

      LEXX

      --
      "Gold still represents the ultimate form of payment in the world." - Alan Greenspan, 1999
    2. Re:Weaknesses in the Theory by amigabill · · Score: 1

      > Besides, cheese is often placed in a mousetrap.
      > This kind of technology feels like users are the
      > ones being tempted by the cheese; what kind of
      >trap are we getting into?

      Imagine if the desperate dotcoms get overzealous in trying to improve their bottom line... If someone's mouse pointer lingers over something, this article says the surfer is interested in that thing. So the ecommerce site digs into Joe Normal's Passport records (thanks MS!) and charges one of these things to his credit card and ships it off. Joe Normal may have actually been interested in at least reading about that thing, but perhaps could not a tthe moment afford it, or was just curious but after reading found he wasn't actually interested after all. But this technology let the ecommerce site feel comfortable in taking his money without his explicit request to do so.

      I wonder if MIT has taken into consideration another reason for shoving my pointer off to the right, to make another window over there the active one and get caught up in that task for a while, forgetting about the web page I left unattended for a while.

      MIT surely doesn't intend for such dishonerable intentions to benefit from their research, but just imagine how many marketroids out there are drooling over the possibilities this sort of technology offers. They'll be selling you all kinds of stuff just because you got up to use the restroom and at the time your mouse pointer just happened to be sitting on top of something, and the couple minutes the pointer was there during your nature call someone decided you were interested and so sold you one and added you to a bunch of spam lists in that category...

    3. Re:Weaknesses in the Theory by fluppy88 · · Score: 1

      then there are also weirdos like me who move there mice in circles constantly, while skimming a page and even reading it. they could tell the difference between wethere i'm reading or skimming a page (due to that handy universall scroll), but i'm not sure they'd get much more out of me except for the fact that i move my mouse around an awful lot.

      eventually these technologies will lead to many interesting developments. yahoo will be able to do a psychological survey of you just by logging your keystroke information and your mouse behavior. I wonder if they could stop child pedophiles and deviant behavior with this technology... it has so many interesting possibilities.

  47. Hah! I use the keyboard. by jholder · · Score: 1

    Drives my wife nuts. I use the arrow keys and pg-up/down keys to navigate while reading a page since I despise the rat. I only move the mouse to:
    a) click on a frame backgound so I can use the arrow keys.
    b) click on a link I already know I want to go to after reading the page.

    --
    -- John
  48. Excite may already be doing this by Compulawyer · · Score: 5, Interesting
    I have noticed that when I log into Excite, some pages I view have been loading a 1 X 1 Applet that is transmitting information (at least time spent on the page) back to servers. As far as I am concerned the only uses for a 1 X 1 ANYTHING on a web page are no good.

    I have not yet grabbed the applet and tried to decompile it (mostly for lack of time), so I do not know exactly what it is doing in addition to sending time information, but it struck me as extremely obnoxious.

    I am stuck using Win98 and Netscape 4.7 at work, so I cannot use a more enlightened browser that selectively grants/denies JavaScript and Java access by domain name. So...I am stuck being watched to a certain extent.

    Is it just me or is anyone else sick and tired of being treated like some company's asset? I am tired of the companies I deal with trying to suck every possible dime out of the relationship they have with me -- ESPECIALLY when it comes to selling my personal information.

    --

    Laws affecting technology will always be bad until enough techies become lawyers.

    1. Re:Excite may already be doing this by Anonymous Coward · · Score: 0

      Sometimes a 1x1-graphic could be useful. I've build a site and in order to count the number of times a page is accessed, a reference is made to a 1x1-pixel. The reference is like 'count.asp?page=news'. It's a very simple way to build a counter and it's very useful to me (to know what the people are looking for on a site)..

    2. Re:Excite may already be doing this by Anonymous Coward · · Score: 0

      Why use netscape? It is a pig of a browser. Since you are on windows, use IE. Yes, I hate M$ too, but I like IE. The point being that IE has different security zones so what I do, is set the default to off, and if a site really needs java/javascript/activex, then I just add it to "trusted sites". A few clicks worth, but it gets the job done, and I never have to bother with pop-ups or some hacker or porn site playing silly buggers.

    3. Re:Excite may already be doing this by dbitter1 · · Score: 1
      1x1 applet = bad


      1x1 gfx =~ spacer for HTML tables


      (i.e. not _EVERYTHING_ 1x1 is bad)


      BTW I believe junkbuster lets you run it w/o needing admin access on Win32, so you could use it on your work machine..

      --
      For us carnivores, "Sucking the marrow out of life" isn't a transcendentalist philosophy but a practical instruction.
    4. Re:Excite may already be doing this by Compulawyer · · Score: 2

      I don't use IE because the sysadmins at my work have tweaked it so much and restricted the ability to shut off cookies and java/jscript. I do resaearch that has to be kept confidential - if I can't take minimum steps to protect that confidentiality, I can't use the software.

      --

      Laws affecting technology will always be bad until enough techies become lawyers.

    5. Re:Excite may already be doing this by Compulawyer · · Score: 2

      A 1 X 1 gfx MIGHT BE a spacer -- then again, it could be a web bug (IMHO, it is more likely to be a web bug - I haven't seen too many tables that need anything moved by only 1 pixel). Although I agree - everything 1 X 1 is not NECESSARILY bad, but how effective is something 1 X 1 as a presentation item on a web page? Remember, HTML is primarily used for data presentation, not data formatting. That's XML's territory.

      --

      Laws affecting technology will always be bad until enough techies become lawyers.

    6. Re:Excite may already be doing this by Anonymous Coward · · Score: 0

      "but how effective is something 1 X 1 as a presentation item on a web page?"

      It's actually very effective, especially because Netscape 4's table formatting sucks ass so hard. Sticking in little transparent GIFs (usually a 1x1 image, streached) is about the only way you can make it behave.

      And I would comment that HTML has pretty much has become the presentation layer (read the spec!), whatever original intent some scientists might have had.

    7. Re:Excite may already be doing this by Compulawyer · · Score: 2

      I couldn't agree more that HTML has become the presentation layer - see my other post. Data formatting is for XML.

      --

      Laws affecting technology will always be bad until enough techies become lawyers.

    8. Re:Excite may already be doing this by benb · · Score: 1

      > 1x1 applet = bad

      Not even that, necessarily.

      There might be a Java applet that drives the logic on the page (accessing DOM, basically using the webpage as dialog), for an web-based application. Basically the Java-equivalent to JavaScript.

  49. Browser security settings? by Xenophon+Fenderson, · · Score: 2, Informative

    How difficult is it to configure one's web browser so that it rejects most of the scripting junk out there? If you are using IE, check out the security zones feature that allows you to toggle scripting, cookies, and so forth depending on to which of four security zones a particular site belongs. I'm sure the free browsers have something much more sophisticated. Use it!

    --
    I'm proud of my Northern Tibetian Heritage
  50. web-shit-es by Hooya · · Score: 0

    well, my shit can't tell mouse from a pig that's eatin' it. bet if i put all my crap (literally speaking) on the web it'll acquire some intelligence to tell the difference between not just the type of mammel that's eating it but also the difference between which ones are just sniffing it vs. the ones actually eating it.

  51. Re:marketing - how's this for annoying by marcop · · Score: 3, Interesting

    check out the Majestic game advert at: http://www.scifi.com/farscape/ . Looks like what you mention is not too far away!

  52. What would this think of me? by dwlemon · · Score: 1

    ...And the way I constantly jerk my mouse around because the third roller's spring is going out because I'm too cheap to buy a new mouse. Anyway, I use the keyboard whenever possible (which web browsers make as hard as possible.. now we know why!).

    I'd probably constantly get ads for new mice. Hey, it could be a whole new branch of ad-ware: check to see if any of the hardware is going out, and pop up an ad for a great deal on a replacement.

  53. Gotta Love P0rn by Anonymous Coward · · Score: 0

    Leave it to p0rn sites to do the 'cutting edge' web development. I guess that's where most corporations hire thier web monkies from... Blah.

  54. So can I do this back to them? by TomRC · · Score: 2

    Wouldn't it be illegal if I tried to insert something into their web server to spy on what information they're collecting about me while I'm viewing their web page? Is my computer not protected by the same laws that theirs are?

    I suppose you could argue that I'm leaving myself open to such invasion if I don't disable scripting - so why doesn't that argument hold when a web site doesn't close known security holes? At least there're valid reasons for wanting to leave scripting enabled!

    Hmm - if I declare my actions in browsing their website - mouse movements other than intentional feedback like clicking on a link - to be copyrighted material, could I get protection from the DMCA? Then that script to spy on me would be a tool designed to crack my copy protection scheme (which would consist of recording all mouse movements to a file with "(C) 2001" at the top and encrypting it by XORing with a 'secret' key). The fact that they intercept it before I record it just means that they have found a technical means of bypassing my protections).

    1. Re:So can I do this back to them? by Dexx · · Score: 1

      "Wouldn't it be illegal if I tried to insert something into their web server to spy on what information they're collecting about me while I'm viewing their web page?"
      Yup.

      "Is my computer not protected by the same laws that theirs are?"
      Nope. They're a corporation, you're a consumer.

      You signed a ToS, right? Check and see if they can monitor you. Also check and see if they have to notify you about changes to the ToS.

      --
      Feel the fear and do it anyway.
  55. webshites by MongooseCN · · Score: 0, Redundant

    I guess I'll just avoid browsing webshites and continue to browse websites then.

    1. Re:webshites by Anonymous Coward · · Score: 0


      Please tell me you got the joke. Please. Noone can be that fucking stupid.

  56. Re:Is it just me or is the web becoming too annoyi by znu · · Score: 1

    I use OmniWeb in Mac OS X. It has options to disable pop-up windows totally (without disabling JavaScript) and to disable pop-ups except in direct response to a user click. Its ad blocking is also pretty effective. It even gets those huge Flash ads that places like CNET are using now.

    But I agree that things are getting a bit absurd. Legitimate mainstream commercial web sites are now opening pop-up windows that have gone beyond being mere ads: they're actually loading up other web sites!

    --
    This space unintentionally left unblank.
  57. humans as animals by SirSlud · · Score: 0, Redundant

    This is the problem ... through research, we are finding out we are little more than mice running through mazes. Our behaviour, given enough observation, becomes predictable enough to exploit.

    --
    "Old man yells at systemd"
    1. Re:humans as animals by Anonymous Coward · · Score: 0

      True, and particularly true of Negroes. They are hardly more than monkeys dressed up in hip-hop clothes.

  58. It would be nice to know.... by pjrc · · Score: 3
    ... as the author of a modestly-sized website (about 100 pages), it would be nice to know which parts people are actually reading. Actually, what I've often wanted to know is what parts confuse my readers and where they need more help. Sometimes I get this via email questions, but still it's very hard to know what to do to improve specific parts of the site.


    Of course, there probably would be abuses of privacy by "marketing firms", but in the case of website that actually try to provide really useful information, this sort of feedback could really help direct the very limited time and effort towards improving the parts of the site that really need it. In my own case, it's often the classic example of a long-time expert not being able to identify with the pains of brand new users.


    Of course, there is the traditional usability study approach. Maybe someday I'll spend some money and do it.

    1. Re:It would be nice to know.... by kawika · · Score: 1

      Amen to that, brother. Some of you may say there's no need to "spy" on people, just ask them for feedback. It doesn't work. Most people won't tell you your site sucks when they couldn't find what they wanted. They just go away mad. And the feedback you do get is rarely clear and coherent enough to be useful.

  59. News Flash: Porn Sites by Anonymous Coward · · Score: 0
    ...what parts of it are of interest to you, etc. Guess we can expect porn sites to be the first to take advantage of this.

    Yeah what a revelation. I wonder which part of the page they'll discover I'm interested in: the pictures of the hot nude girls, the meaningless string of sexual terms and misspellings, or the popup window telling me where to get anatomy enhancements. I mean, personally, I read the sites for their fact-filled articles, but all the best books say it's a well-designed layout that makes em come and come again. Can't wait to find out!

  60. Presumptuous [MIT] nimrods... by Saeger · · Score: 2
    "So when you act like you know where you are going on a place where you have no reason to know, then we know you have been there before."

    I don't know about the rest of you, but when I visit any website, even one I've never seen before, I use my eyeballs before I move the mouse--it's naturally much more efficient that way. In fact, most of the time it's my scrollwheel that's moving, and not the mouse itself.

    Honestly, I consider my mouse movement patterns almost completely useless, and I have no idea what good a website that "changed according to mouse behaviour" could possibly do me. Well, maybe links that I almost never hover could be tucked away; but I doubt ads would be included in that bunch.

    Eye-tracking has much greater potential...

    --
    Power to the Peaceful
    1. Re:Presumptuous [MIT] nimrods... by Anonymous Coward · · Score: 0

      Eyetracking may be more useful, but the point of this research is to glean as much information as possible from already commonplace mice.

  61. Grey area between Opt-Out and Opt-In by Sloppy · · Score: 2

    This collection technique is implemented using current technology and does not require any additional software on the user's browser.

    This suggests that it's probably done with Javascript. People that care about privacy, security, and avoiding annoyances, haven't had Javascript enabled in 5 years. Although that technically makes it "opt-out", turning off Javascript is such a basic an almost automatic thing that web users do, that it's practically "opt-in."

    --
    As copyright owner of this comment, I authorize everyone to defeat any technological measure which limits access to it.
    1. Re:Grey area between Opt-Out and Opt-In by Dexx · · Score: 1

      "turning off Javascript is such a basic an almost automatic thing that web users do"

      The catch here is that it's something automatic for us, the technological elite. Joe Consumer may not think it's so automatic. Joe's kids may have it down automatically though.

      Does anybody know if basic web security and privacy issues are taught in intro computer classes in school? We teach kids not to give out personal information to strangers, but to we teach them to do the same thing online?

      --
      Feel the fear and do it anyway.
    2. Re:Grey area between Opt-Out and Opt-In by Anonymous Coward · · Score: 0
      Interesting. I care about security - a lot. I also care about useability. And therefore have JavaScript turned on

      And I'll leave it turnedo n until something a bit more sinister than pop-ups come along, though god knows they're annoying.

  62. watch out for internet explorer 6.0 and spyware... by linuxrunner · · Score: 1

    At work i'm forced to use MS,...(I'm trying to change that). So I use Opera on my work computer... When I'm actually forced to use Internet Explorer for whatever reason, i do so. One site in particular I went to used the comet cursor... Internet Explorer Beta 6.0 not only downloaded but also installed comet cursor without my knowledge... It never asked or anything... Now to me, this sucks. I'm using Opera 5.0 about 99.9% of the time so I only have that one experience to speak of, but in my opinion things on the internet are getting worse. Now if they only had Lynx for the MS desktop...

    Linuxrunner

    --
    www.slightlycrewed.com - Because aren't we all?
  63. Can't see how by jmerelo · · Score: 1

    Unless you have a Java applet that fills the whole screen, establishes a RMI connection to the server, and records everything and sends it back... is the added bandwidth worth the while? Besides, you must have a HTML interpreter embedded in the applet, if you want to use your former web pages... I'd like to have a look at how it's technically done.



    Maybe it's done with Javascript, but then you'll have to embed the information in an URL request or in a cookie, and I think that would make for very funny URLs indeed.



    The advantage of using an applet is that you can circumvent what was told in the other post; information can be obtained even if cookies are not accepted and Javascript is turned off

  64. Required Web Privacy Software (for Windows Users) by Quarters · · Score: 2, Offtopic

    1) WebWasher (www.webwasher.de). It blocks cookies, scripts animations, web bugs, referer URLs, images, and a whole host of other things. It is highly configurable can be used as a proxy server if you have an in-house LAN connected to a shared broadband connection, and is much more powerful than Guidescope (which Junkbuster recommends for use under Windows).

    2) Ad-Aware 5.6 (www.lavasoftusa.com). Run this at least once a week. It will find any ad tracking cookies, spy-ware and various other privacy invading data/programs that get left on your machine. The new version scans your memory, your registry, and your entire HD (very quickly). It finds and removes everything privacy invasion related.

  65. There is an easier way by Anonymous Coward · · Score: 0

    to tell when you are done. When you are "preparing" you quickly find as many sources of pron as you can. When you are done, you just as rapidly close all the porn windows. So, just look for the closing of windows, which you could probably measure with pop-on-close windows.

  66. At first glance... by OS24Ever · · Score: 1

    ...I think coool. Pretty funny name from the guys at MIT too. They sure get to have all the fun.

    Then I remember going to some of my favorite sites that have become my not-so-favorites over the last six months. If they can watch my mouse movement, that means to most people, hey, let's pop up an add there.

    That's what makes me hate this.

    --

    As a rock-in-roll Physicist once said, No matter where you go, there you are.

  67. BS by BillyGoatThree · · Score: 1

    "It's quite another for online sites to track our movements in our homes or whereever we use a computer."

    If they were doing that, you'd be right. But that's not what they are doing. The software can't tell what MP3 you are listening to or what you are typing in your IRC client. All it is tracking is your movement in their store (i.e. on the pages of their site). All (serious) ecommerce sites already track your movement from page to page. How is tracking your movement within a page any different?

    I'm not saying this practice is good or even acceptable. I'm just saying it's identical to Real Life store behavior and that being outraged at the one and not the other is hypocritical, naive and pointless.

    --
    324006
  68. Re:Is it just me or is the web becoming too annoyi by slimme · · Score: 1

    Adverisers are pissing of people who watch television too. You get used to it (or have you stopped watching television?). It is the price to pay for getting free content.

    Somebody has to pay for the content. And nobody watches banners that you don't have to watch.

  69. OT: speaking of by Anonymous Coward · · Score: 0

    Reload you're slashdot page until you get the IBM advert with the scroll bar.

    What the hell IS that?

  70. Re:watch out for internet explorer 6.0 and spyware by Legion303 · · Score: 0, Offtopic
    Now if they only had Lynx for the MS desktop...

    They do: http://www.fdisk.com/doslynx/lynxport.htm

    -Legion

  71. Say hello to Webwasher and Proximitron by Desiato_Hotblack · · Score: 2, Interesting

    I guess that filtering the javascript involved would do the trick, or selectively writing a filter with Proximitron to catch the cookies, etc..

    This shouldn't be too hard to defeat, regardless.

    What gall for trying though. It reminds me of a Gibson story, (fuzzy on the details) but essentially "sensing" the patterns in someone's data enabled the corporations of the future to do precise targeting of consumers. Scary how we inch towards that every passing year.

    Hotblack_Desiato

    --
    ** By reading this post, you've agreed to my EULA - which includes not modding-down due to difference in opinion. **
  72. Oh brother ... by Christianfreak · · Score: 3, Informative
    Typical /. "Big brother is watching us" paranoia. Come on! Did no one read the article? Some interesting points about it:
    • No client software required: In other words its a stupid Javascript. Translation you can turn it off
    • They only tested 17 people. Translation either the MIT student doing this is an idiot or the BBC article is hype. I vote for "C" both.

    This is not Your Rights Online nor is it news. Lets go back to bashing M$oft.

    Rant Mode OFF.
  73. The bread, milk, and fresh fruits are scattered. by laetus · · Score: 5, Informative

    Just because a store researches something doesn't mean they're going to make the shopping experience better for the consumer.

    Case in point: The grocery store you referenced. Haven't YOU ever noticed that the dairy, bread, and fresh vegetables/fruits are scattered at different corners of the store.

    And you know why, to make you wander the other aisles to get you to buy crap you didn't originally walk in to get.

    --

    "We're sorry, but the website you're trying to reach has been disconnected."
  74. Offtopic: Code Blue Worm hits China by Anonymous Coward · · Score: 0

    http://www.newsfactor.com/perl/story/13405.html

  75. old browser by Anonymous Coward · · Score: 0

    Just keep your current browser that doesn't report back to a server where your mouse is travelling and then nobody will know where you are on a page.

  76. no prob here by Cardhore · · Score: 2

    I don't browse webshites.

  77. Paranoia setting in on Slashdot by M_Talon · · Score: 2, Interesting

    Ok folks, before everyone goes ballistic about the latest way to monitor what goes on in a browser (I'm probably too late), consider this. If they really see how we ignore banner ads and slam close popup windows, is this a bad thing? Maybe the Evil Marketing People(tm) will finally realize what doesn't work with ads and quit doing them. Maybe they'll realize that more-intrusive-ad!=more-attention.

    Sometimes you have to look at things for what they can do positively, not just negatively.

    --
    Electronic Frontier Foundation for online civil rights information
    1. Re:Paranoia setting in on Slashdot by markmoss · · Score: 2

      The basic problem with them developing better tools to show how much we DON'T pay attention to the !@#$% ads is that it puts web sites at a disadvantage with respect to TV where the dumb suits paying a million $ a minute for ad time have no way of finding out that no one is watching.

  78. It *is* a wakeup call. to javascript sites. by Anonymous Coward · · Score: 0

    The more people that disable javascript, the more that don't go to their sites, the more revenue they lose, the more reason they have to do their sites without javascript. The companies will lose.

    1. Re:It *is* a wakeup call. to javascript sites. by fscking_coward_2001 · · Score: 1

      Silly question here. Just how will these sites know that lack of traffic is due to their use of javascript?


    2. Re:It *is* a wakeup call. to javascript sites. by WNight · · Score: 2

      Likely in the same way they'll find out that it's because their entire inventory is tacky and overpriced. That way is... who cares? It's their problem.

      They'll either find out and correct it, or continue what they're doing with less customers, perhaps drastically less.

      You could, if you're bored, write them an email and explain this, but I doubt any company that hired an IE5-obsessed, javascript-dependent monkey to do their pages has any clue about reading feedback from their users.

      Companies that took the time to research the net, even only in so much as finding a consultant who wasn't an idiot, won't have javascript dependant pages, and will periodically try out any new browsers (both by searching for them, and by checking the server logs for user-agent strings) to make sure that their site is properly functional in all browsers.

  79. I guess we read different articles by BillyGoatThree · · Score: 1

    I must have missed the part where it said how Cheese could read your diary, peek in your underwear drawer and see what color your carpet is. I only read up through the part where it follows the mouse on a webpage. Much the same way they ALREADY follow your clicks between pages.

    Again, I'm not saying I like it. I'm just saying it's not new to the online world.

    --
    324006
  80. Two Methods to Defeat/Confuse this. by Jeremiah+Cornelius · · Score: 2, Interesting
    1) Voice navigation - I think that I finally found an everyday use for this...

    2) Run your own Spider - Jam the recording site with "Noise" web traffic associated with your cookie/session. A good spider/robot could simulate mouse coordinates, etc.

    Just a couple of quick thoughts. I'm sure there are more...

    jeremiah cornelius

    --
    "Flyin' in just a sweet place,
    Never been known to fail..."
  81. whois the REAL .commIEs by Anonymous Coward · · Score: 0
    we NEVER require you to have an m$ poorsport LieSense, in fact, we don't care who you are, at all.

    we would appreciate you helping yourself, to acquiring this URL from us, & putting IT to good use.

  82. Re:Is it just me or is the web becoming too annoyi by Mr.+Slippery · · Score: 2
    Adverisers are pissing of people who watch television too. You get used to it...

    Or you leave the room, or you hit the "mute" button. Or you tape, and skip over the commericals during playback.

    --
    Tom Swiss | the infamous tms | my blog
    You cannot wash away blood with blood
  83. not sliced bread by trefoil · · Score: 1

    Not like this is really an "ingenious" thought.. it's just a jscript timer and a category for each page that's present on the page, and keeping track on when that page is on top or not.

    oh, and about another comment concerning keyboard shortcuts.. that can be defeated by either a) the programmer disabling the shortcut for the page or b) keeping track on when the page is entered/left and doing a popup or redirection then..

    programming isn't that difficult, it's the brains behind the code that matters

  84. Opera by Gambit253 · · Score: 1, Interesting

    So, if they read my mouse movements, what happens when they try to predict what I want from my mouse gestures in Opera?

  85. Brick and mortar stores != the WWW... by Svartalf · · Score: 2

    I could almost buy the tracking "migratory patterns" argument- but they get that without needing any of the other spyware. Hell, the server tracks that as usage log information. The other reasons are just non-valid (Checking competitor prices? Go hit their site. Shoplifters? Don't make me laugh...).

    There is NO good reason for the spyware. If the hit info isn't giving them things they like, maybe there is a reason for it. Could be they're doing something wrong- or maybe they bet on the wrong thing...

    --
    I am not merely a "consumer" or a "taxpayer". I am a Citizen of the State of Texas
  86. Oh Please... by ArcadeNut · · Score: 1

    The research by the team at MIT is part of their efforts to create a world where desires and intentions are enough to get computers to act on our behalf.

    Just ask Clippy, your favorite "Assistant".

    User:Dear Bob,

    Clippy:Looks like you're typing a letter! Do you want some help!

    User: No shit Clippy, now piss off!

    I can live without this kind of crap. The computer is a tool that is supposed to allow me to do my work more efficently. Crap like this gets in the way. It sounds really good on paper, but in the real world it causes more problems then it helps.

    --
    Visit the Arcade Restoration Workshop @ http://www.arcaderestoration.com
  87. eurotrash by Anonymous Coward · · Score: 0

    BWAHHAHAAA...
    Look at the eurotrash scream!!!
    BWAAHAHAHAHHAHAHAHHAHAHAHAHHAAAAAAAAA

  88. That's not a bad idea by Velex · · Score: 1

    .Anybody up to writing an HTTP proxy or filter that strips out this info as it is being returned to the offending site? I guess it should then redirect the user to a site informing them of what has or was about to happened.

    Actually, I think that most uses have no idea that this kind of privacy invasion is going on (except for the toptext and wannabes debacle). If users were redirected to a site that shows them exactly what infomation is being collected about them, maybe the user community will actually feel violated and do something about this crap.

    --
    Join the Slashcott! Stay away entirely Feb 10 thru Feb 17! Close all tabs to prevent autorefresh!
  89. Who could it be? (taco taco) by Anonymous Coward · · Score: 0

    Or perhaps someone else is already doing this, and hasn't told you.

    like... Taco?

  90. Why need this? by Heem · · Score: 2, Funny

    Why do people need all this fancy mouse tracking.
    (grumpy old man)
    In MY day, we looked at the logs to see what people are looking at
    (/grumpy old man)

    --
    Don't Tread on Me
  91. More details by Trollsfire · · Score: 2, Informative
    The article is a little short on details as to how the technology works, and there has been some speculation already. However, this being academic research, let us not forget that more details are (often) readily available. The Project Proposal (pdf format, 138K) and a brief paper (pdf format, 77K) are available from MIT's web site.

    Their stated motivation is:

    Content providers have a vested interest in the results of mouse movement data analysis. Our system provides the means to find out exactly how users mavigate their page and thus affords an extensive user model.


    The technique they used was to "add Javascript externally to an existing web page." They mention using barnesandnobel.com, amazon.com, and ashford.com explicitely, but more had to be used given the nature of the tasks given. This seems to imply that they are able to, as a third party, add the javascript tracking to already existing sites. However, they also may be using the fact that they control the testing environment to do this, such as by inserting the code using an http proxy. Details related to how the code was introduced are not given, and would be necessary to determine how much of a privacy threat this is.
    --
    "I'm a man... But I can change... If I have to... I guess..." -- the man's prayer, Red Green Show
    1. Re:More details by rp · · Score: 1

      The privacy threat is in that Barnes and Noble might decide to do this themselves without you knowing. Or Yahoo/Hotmail. Or AOL might decide to use it on their proxy.

  92. Re:Is it just me or is the web becoming too annoyi by wurp · · Score: 3, Informative

    Mozilla definitely does allow you to disable popups. See http://www.mozilla.org/projects/security/component s/configPolicy.html

    Even more off-topic:
    Does anyone know how to make Mozilla lie about what User-Agent it is? My bank software rejects Mozilla, claiming it's not compatible. I'm pretty sure it is, and I want to try to make Mozilla claim to be IE on that domain.

  93. Disable disable ... because of what? by freaker_TuC · · Score: 1
    Welcome to the year 2001, ongoing to 2002... Where we (even Belgians) have:

    (almost) no privacy anymore:
    • E-mails (can) get read by others. (cfr Echelon and others)
    • Browsing/search behavior gets tracked by others. (cfr Cookies, Javascript, JavaApplets, banner ads, referrers, ...)
    • Conversations (can) get listened to.
    • Police can do (almost) whatever they can (here in Belgium), searching for drugs they will turn-around your entire car.
    • Even worse; Not only commercial companies and the legal system but the Internet is getting exploited more and more by script-kiddies and hackers.
      If I check our companies IDS then I see A-lot of requests for codered; standard attacks to our webservers, portscans, ...

    I wonder where the world is going to, not only privacy is my main concern but also what is happening elsewhere is.
    We see more and more negative stuff about:
    • The local newspapers in holland talking about bioweapons and the dangers of it;
    • wars;
    • people get shot down, even in our local neighbourhoods where nothing like that has happened before!;
    • adults throwing with bottles and stones to kids because of religious reasons (Belfast);
    • the ongoing crime rates;
    • Word before: (I AM NOT somebody who is "white power" nor "extreme-right", I am somebody neutral accepting *EVERYBODY* in the society
    • The last 2 years all the illegal people entering the countries and seeing crime evolve:
      • I had 7 breakins in my car.
      • 6 breakins in our company.
      • I had some bad-luck when going to university in Belgium and had some money problems. I asked for support and did not get it at all; I needed to wait, return a few times (while I did have classes!) and could sit in the cold (literally!)

        It was very stressfull that I saw a immigrant entering the same office, asking for support, getting support for free, money and even a personal advisor/help: INSTANTLY.

        To make the story even entire complete, that same person went outside, to the parking, opened his mercedes and starting using his cellular phone.


      I really wonder what is going on these times?
      Is everything getting corporate and corrupted these days?
      What about the citizens who try to do a living and having their own jobs and their own lives?

      What does the word FREEDOM means these days?
    --
    --- I am known for the ones who want to find me on the net. Is that a privacy risk or a privilege? One might wonder..
  94. Re:watch out for internet explorer 6.0 and spyware by linuxrunner · · Score: 1

    Thanks!

    Linuxrunner

    --
    www.slightlycrewed.com - Because aren't we all?
  95. Re:Is it just me or is the web becoming too annoyi by notext · · Score: 1

    Thats why I absolutely love the commercial skip option on my tv. I am going to get me a tivo and will enjoy skipping the commercials with that as well.

  96. Re:Is it just me or is the web becoming too annoyi by unapersson · · Score: 2, Informative

    In Mozilla you can disable any javascript method or property on a site by site basis.

    So you can disable window.open, OnClose and other annoying methods.

    Deny scripts access to data on your browser, screen dimensions etc.

    See here for info on how to do it.

  97. This is Stupid! by PotatoHead · · Score: 2, Interesting

    Reality check here...

    People are going to collect information on the sites you visit. If you don't like it, there are some easy ways to get around the problem.

    Personally, I don't mind most sites looking my stats over. This sort of thing keeps a lot of sites free. There are worse options like interrupted browsing. All they have to do is remove the page from direct access and lots of bad things happen. Let the marketing departments pay for something easy that those of us who want to can get around. The alternatives are harder and costly.

    1. Fast connection means nothing because you have to wait along with everyone else for the ad server to show you the ad, then the page....

    2. Searching becomes harder.

    3. The web becomes less cross-platform as the ads require tools not avaliable everywhere.

    So,

    Use an anon service and surf that way if it is a problem.

    Or here is another option. Enable your usual blocking tools hit the page and copy the page to local storage and read as long as you want.

    I will do this anyway from time to time because I want to archive some content for reading later offline or on a PDA.

    Big deal.

  98. I'd wager its already happening. by sheetsda · · Score: 2
    Or perhaps someone else is already doing this, and hasn't told you.

    Lets see... I think its doubleclick.com that places ad banners that track people across server boundaries then sells the results. Web servers moniter traffic and analyze logs to find out which pages are getting hit most frequently. I'd bet with a little bit of creative Java (or maybe even JavaScript) you could tell how far down the page someone is(can anyone verify or disprove this?), from that figure out their reading speed, what sections of the page they weren't interested enough to read, and which they just skimmed, and who knows what else. Combine these technologies and there you have it, you have an exact picture of what interests a specific person. Throw in an IP address, and maybe some demographic information and you have an awesome marketing tool, with no new technology involved. I wouldn't say "perhaps", I think its a sure bet someone is already doing this.

  99. This is pointless for geeks by Calle+Ballz · · Score: 2

    The targets specified in this article were obviously computer illiterate run of the mill folk living the average life. The kind of person that actually reads the help files that come with microsoft products. Also, the kind of person that can't read anything without a physical reference point, i.e. a mouse cursor. For people like myself... who don't hold on to the mouse unless the intention is on clicking what is being looked it... it wouldn't work. And I dont' shove my cursor off to the right, It's not that big, it does fine right where it's at.

    1. Re:This is pointless for geeks by Anonymous Coward · · Score: 0

      You may only care about you, others are as concerned about others.

  100. Re:Is it just me or is the web becoming too annoyi by VegeBrain · · Score: 1

    I don't know if Mozilla can be configured to lie about the user agent, but I know JunkBuster can be configured to lie about the user agent.

  101. Difficult? by jallen02 · · Score: 2, Insightful

    This would take me a week to implement in JavaScript. Set up listeners for nearly and and all mouse events. Log them using a Javascript Object. Serialize it to XML or some tighter data format. Analyze later. The tricky part is the analysis and figuring out exactly what you want to have listeners for. Still.. not that difficult at all.

    Jeremy

  102. Whatever by dav · · Score: 1

    That article read less like science than marketing hype.

    Wouldn't work on me in any case, as I read that article I did my usual: leave the mouse where it is, use the keyboard to move the page up and down.

  103. hmm.. by MassacrE · · Score: 1
    Guess we can expect porn sites to be the first to take advantage of this.

    Damnit, I guess now they'll find out the truth - I'm not really interested in the articles!

  104. His method isn't perfect. by sheetsda · · Score: 2
    "I can tell because when you read a webpage, you do one of a couple of things. You either shovel the mouse off to the right so that it is out of the way, or you will walk down the page with your mouse," he told the BBC's Go Digital programme.

    Upon reading this I looked at my mouse cursors position. It was dead in the middle of the screen, over some of the text I had read before I scrolled down using my mouse wheel, and had been there since I opened the page. (I take the second case he descibes as 'you use the mouse to hold the vertical position on the page where you're currently reading', as oppose to 'you use your mouse wheel to scroll')

  105. I need more specific JavaScript browser options. by GodWasAnAlien · · Score: 1

    No mouseover events would be a good start.

  106. Let's see here... by Scoria · · Score: 1

    that webshites will soon(?) be able to tell whether you are reading the page, what parts of it are of interest to you, etc.

    Okay, so create a statistics program that drops a cookie (with the time and URL included) when you enter a page and then finds the time you idled on the page before it (from the previous cookie dropped). Have it find what page that was by reading the cookie.

    From this you can calculate which parts of the site you read, what parts were "of interest" (if time equals interest to you, at least; not just getting up to grab a Coke), and various other information.

    I would bet that you would have to install a program to do the "mouse body language" (unless it uses Java, JavaScript, ActiveX (ew), HTML tricks, or came with the browser; the first three can obviously be filtered out) and that program, depending on how it was designed, could use considerable amounts of bandwidth (at least for 56kers and below) varying on the amount of information it transmits, obviously...

    --
    Do you like German cars?
  107. This should not be too difficult to implement by Anemophilous+Coward · · Score: 2, Interesting
    From the article:

    "I can tell because when you read a webpage, you do one of a couple of things. You either shovel the mouse off to the right so that it is out of the way, or you will walk down the page with your mouse,"

    I'm presuming here that what the person means by walking your mouse down the page, is that you are "reading" the text with your mouse pointer (like using your finger in a book). Many people here mention that they get around this by using their scroll wheel. They can probably track scroll wheel movements pretty easy. A simplistic method would be in javascript. You should just need something like:

    if (browser is IE)

    document.onmouseover = call function here;

    if (browser is Netscape)

    document.addEventListener("mouseover", call function here, true);

    in your scripting area. I think this will take care of 'tracking' your mouse anywhere on the screen. So if the mouse is anywhere over the document, an event is fired off calling the function. I'm sure you've seen a site that has those anoying 'mouse trails' that can follow your cursor...similar concept. It's not limited to links, so provided your mouse pointer is anywhere over the page, it will track it. If you are using the scroll wheel, the page moves under the mouse...but the pointer ends up over a different section of page. Thus it looks like the mouse has moved. So the function could start a timer every time it is called. This could give you an idea of how long they spend viewing a portion of the screen before moving on (scrolling down, etc.).

    Now, you could probably circumvent this by putting the mouse cursor off of the browser window altogether and use the arrow keys to scroll. Put you'll probably need to tab between the links in order to get to the one you want. This selects each link, which again should be viewable through a javascript event (can remember the handler off top of head, onfocus perhaps?) tagged to each link.

    Other parts of the article mention being able to provide you with a site that tailors itself to you on the fly. Simple server-side scripting will do this. However, I fear sites becoming over-zealous with a feature like this. Many sites end up only providing you with common content it thinks you want, while hiding the content it thinks you don't want. This is to presumably speed up my experience because I wont have to see the other site information downloaded (quicker access over those modem links). After a while, I might not know what said site has to fully offer, as I get 'stuck in a rut' so to speak. They would need a 'show everything site has' (site map) link on everything single page to help offset this. Unfortunately, many sites don't adhear to this simple requirement. Consequently, many users never use certain sites to their full potential.

    - A non-productive mind is with absolutely zero balance.

    - AC
    1. Re:This should not be too difficult to implement by 2id · · Score: 1

      I started doing something like this in js, for giggles, one day. The idea was to allow gesture based navigation (ala Black and White) within a web page. onmousemove tracks the user movements and stores the coords in an array. A setInterval periodically checks to see if movement has ceased. The resulting array is then run through some algorithms to see if they correspond to any predefined shapes (within a certain margin of error). If it does then another function is called.

      Basic shapes work pretty well, but there are limitations in how quickly the mouse coords are captured. Reading the output array shows gaps which can wreak havoc on the shape distinguishing algorithms.

      Funny. I did this on a whim and MIT is doing it as research.

  108. Several answers by Croaker · · Score: 5, Interesting

    I have a mutli-level armored approach to browsing:

    1. I installed Bugnosis which is designed specifically to deal with single pixels images that might be web bugs.
    2. I use Proxomitron to do Javascript filtering. It cuts out the worst examples of Javascript annoyances (popups, leaving the page triggers, etc.) The filters are editable, so you can customize them yourself to filter out things like this spy script.
    3. I route everything through Junkbuster, which gets rid of the ads that Proxomitron misses.

    All of the above besides Junkbuster are Windows-only. The first one is specific to IE, but I end up using that anyhow, since it's the most stable Windows browser.

    I can browse most sites that don't do stupid shit like refuse to serve pages to me if they cannot detect my browser (in which case, they are probably crap, anyhow). For shopping sites, I can just add the site to Junkbuster, or bypass the protection through Proxomitron. I am pop-up ad free, and I give out minimal information about myself. The other better way of browsing I could see would be to use an anonymous proxy, which would protect my IP addess.

    Of course, this would bet better implemented via the browser. I was using Konqueror a lot at home under Linux, but it began crashing too much for my tastes. There, I've just stuck to using Mozilla with Junkbuster. Javascripts still sometimes get through, though.

    1. Re:Several answers by funky+womble · · Score: 1

      IE most stable Windows browser... not the way I browse it isn't - current Mozilla builds are usually staying alive for 2-3x as long :)

  109. This wont affect me because... by c_g_hills · · Score: 0

    I run a filtering http proxy, and it is rules based - so i can choose to remove all javascript from pages, remove popups, make all frames resizable etc. They ain't gonna track me ;)

  110. Keyboard shortcuts? by talkingmike · · Score: 1

    Speaking of keyboard shortcuts, how are these easily done in Linux? This is my biggest beef with moving exclusively to Linux away from Windows.

    A focused UI is one thing that MS has down pat. I can't stand using the mouse unless I absolutely have to (i.e. browsing the web), but MS makes sure there is a keyboard shortcut for almost every function.

    I know this is off-topic, but if anyone has any quick links, do ya mind posting them for all to see? I mean, hell, this comment is at the top of the list!

    1. Re:Keyboard shortcuts? by Anonymous Coward · · Score: 0

      uh, what do you mean? i use keyboard shortcuts all the time... alt-F changes my virtual desktop (in X, very similar to console, which i prefer for coding, heh heh). alt-w closes netscape window, alt-q quits netscape. i found these out from the netscape menus...

      alt-n creates a new shell (this along with the virtual desktops was set up in windowmaker).

      i don't know quite what you're asking.

    2. Re:Keyboard shortcuts? by talkingmike · · Score: 1

      Well, now that you put it that way, I feel sorta silly.

      I guess what I'm referring to are the functions that aren't documented (and some that are):
      Browser functions:
      1) Alt-D to the Address Bar
      2) Enter a domain in the address bar, then push Ctrl-Enter to append "www." to the beginning and ".com" to the end.
      3) Alt-(Left Arrow) for Back, Alt-(Right Arrow) for Forward.

      All windows (especially a file manager):
      1) Alt-Space for the window menu
      2) Alt-F9 for minimize, Alt-F5 for restore, Alt-F4 for close. I used these when I used to work on Solaris machines, but I don't recall KDE/GNOME supporting things all of these, only Alt-F4.
      3) Shift-F10 for right mouse click for where the focus is.
      4) Alt-Enter for Properties
      5) F1 for Help, Enter for default, Escape for Cancel
      6) Alt-Tab for application switch

      A lot of these are Windows-centric, so I might have to get used to a different button combination for the same functions (i.e. Alt-F9 for minimize doesn't work in Windows). And some must be implemented by the programmers (i.e. default buttons). But would I be able to configure a Window Manager-wide keyboard binding for a mouse sequence? For example, would I be able to edit a file to bind Shift-F10 to the right mouse click?

  111. Read porn? by Anonymous Coward · · Score: 0

    What parts of porn sites you *read*?:-)

  112. Thanks for entirely missing my point by BillyGoatThree · · Score: 1

    "Just because a store researches something doesn't mean they're going to make the shopping experience better for the consumer."

    Who said anything about improved shopping experiences?

    My point here is not "Big Brother watches us to Keep Us Safe, so stop complaining". My point is "This happens in real life already, so why is it in a section called Your Rights Online?" My answer: Slashdot needs hype and is doing exactly what it professes to despise. Taking a minor (albeit semi-important to some) real-life problem and blowing it all out of proportion when it comes to The Net.

    --
    324006
  113. fatal flaw ...YOUR PRODUCTS SUCK!!! by MuthaFukka · · Score: 1

    they can track, record, compile profiles, etc but it all falls on deaf ears when they're still selling the same old LAME shit.

    how'bout spending time on product development?
    YOUR PRODUCTS SUCK!!!

  114. Well the Java solution should be easier... by DeepFyre · · Score: 0

    ...pump movement data from some JavaScript into an applet (should work, not sure). The Applet opens a connection to some server, and passes it all on. In real time if need be I suppose.

  115. Re:Required Web Privacy Software (for Windows User by iplayfast · · Score: 1

    Excellent sites.

  116. Re:Is it just me or is the web becoming too annoyi by kubrick · · Score: 1

    Adverisers are pissing of people who watch television too. You get used to it (or have you stopped watching television?). It is the price to pay for getting free content.

    I think you should have the word free in quotes there :)

    Somebody has to pay for the content.

    Ever wondered why a box of cornflakes costs as much as it does? How much of that goes towards marketing? Congratulations, you've just paid for your 'free' television programs. (Expand across your shopping budget as required, of course...)

    --
    deus does not exist but if he does
  117. Re:The bread, milk, and fresh fruits are scattered by cancrman · · Score: 2

    Duh. The comic shop I used to work at (Action Comics. Quite an original name, no?) did this with the new comics. They were along the back wall so people would have to walk past all of the games/toys/cards and other assorted whatnot to get their biweekly X-Men fix. This isn't bad for the consumer. Sure you've got to walk an extra 15 feet or so (God forbid) but you also get to be exposed to different crap that you might not have been exposed to before (impulse buy!). Unfortuantely, this did not work for Action and they are now long out of business.

    --
    The sole purpose of the Internet is to get porn and bomb making plans into the hands of children.
  118. Mozilla patch or option by Nohea · · Score: 2

    Since the crucial part is not the javascript getting mouse positions, the crucial part is javascript communicating those positions back to the web server.
    Mozilla already has fine-grained control over which sites you allow to send cookies to. Someone could add another fine-grained feature to control what sites you allow javascript to send http GET/POST commands to. It could also set which javascript commands you want to enable. This is already the case with window.open()

    I also thought maybe we could make the broswer show you what info it is posting back, and let you approve it. But then, sites would just encode it so its not human-readable.

    So this is a complicated issue, but one we can deal with, since we have Open Source Mozilla.

  119. Re:The bread, milk, and fresh fruits are scattered by sulli · · Score: 0, Troll

    So what?

    --

    sulli
    RTFJ.
  120. Great idea... by Anonymous Coward · · Score: 0

    I had it in June :-)

    See my motiontrack php/javascript script.

    Adding automatic onmouseover generation for tags like img or a should be easy. Combined with the coordinates you have a pretty "good" tracking tool...

  121. Re:Is it just me or is the web becoming too annoyi by iso · · Score: 3, Insightful

    On the topic of pop-ups, I've read through the page you cited, but I still have one more question: does Mozilla have the ability to enable pop-ups only from clicking on a link? Disabling pop-ups entirely is irritating as many genuinly useful sites use pop-ups when a link is clicked. It seems that the Mozilla solution is to add each legitimate site by hand; hardly an optimal solution.

    FWIW, OmniWeb has this feature.

    - j

  122. made by MIT by josepha48 · · Score: 2
    of course this was made by the 'academics'.. again MIT creates something without thinking should they .. this is always the case though. To many people think more important of can we do this rather than should we do this.

    Why isn't MIT trying to figure out how to make SMTP a secure method of communication. Or adding a better way of removing spam off mailservers.

    You know what I'd rather see, is a way of an end user setting up server side spam filters so that one does not have to download spam email to the machine and have the email client do the filtering. This would eliminate 50% of my junk email and probably yours too.

    Why cant they create something useful to the users.. guess this means that there needs to be a privacy project started on sourceforge... Whats a good name for that???

    --

    Only 'flamers' flame!

  123. Re:Is it just me or is the web becoming too annoyi by tshak · · Score: 1

    I wish sites would realize that pissing off their viewers with popups and big honking ads,...

    It's not the web that's annoying, it's the sites that you visit.

    I hate commercials on TV, but they have to pay for the content. Therefore, I stopped watching, but I don't complain about it - there's no point. Who likes popups? You could use technology to circumvent them, but this is unethical at best.

    --

    There is no longer anything that can be done with computers that is nontrivial and clearly legal. -- Paul Phillips
  124. Re:Is it just me or is the web becoming too annoyi by smartin · · Score: 2

    You get used to it (or have you stopped watching television?)

    Actually I don't watch television any more, i watch Tivo :). Anyway, my point wasn't that advertising isn't necessary or ok at some level, my point was that the totally in your face advertising can't possibly be selling more product, it is probably selling less due to the fact that the advertisers are pissing off rather than attracting customers.

    --
    The difference between Canada and the USA is that in Canada healthcare is a right and gun ownership is a privilege.
  125. Hasn't anyone been paying attention? by drew_kime · · Score: 2

    However, I do not consider it likely that someone who knows nearly everything about me will track where I go in Grand Central Station, what I do there, how long I take to do it, whether I do it alone, and so forth -- and I damn sure don't consider it likely that this mysterious individual about whom I will know almost nothing will have the ability and the desire to sell what he has learned about me to a third party so that that third party may increase what _it_ knows about me.

    There already are people tracking your every move in public places. These people already are selling some of your personal information to third parties. Question is, do enough people care about this to do anything about it?

    ./sig

    --
    Nope, no sig
  126. keyboard users... by sporty · · Score: 1
    realize that you can capture keyboard input as well. can measure how many page downs and down arrows you hit.

    The best solution is to get the enitre page to fit on the screen :)

    --

    -
    ping -f 255.255.255.255 # if only

  127. Good luck tracking my browsing interests by Dwonis · · Score: 2

    They're going to have a tough time with me, considering I usually switch between an average of 10 browser windows at one time...

  128. Re:Is it just me or is the web becoming too annoyi by egburr · · Score: 1

    "Free content" is an odd way to describe $29.95 (or is it up to $39.95 now, it's been a while since I dropped it) a month for the most basic, minimal cable package offered.

    --

    Edward Burr
    Having a smoking section in a restaurant is like having a peeing section in a swimming pool.
  129. Example: Stopping popups in Mozilla by bgarcia · · Score: 2, Informative
    Disabling pop-ups entirely is irritating as many genuinly useful sites use pop-ups when a link is clicked.
    If you go to the link given in the parent post, you'll see that it can be configured on a site-by-site basis.

    Most pop-up ads come from one of the usual banner-ad sites, not the actual website, so this feature works pretty well.

    Here's my user.js file - you may find it useful. I allow pop-ups by default, except for the listed sites.

    // Stop animated gifs after one iteration.
    user_pref("image.animation_mode", "once");

    // Stop windows from popping up when they finish loading pages.
    user_pref("mozilla.widget.raise-on-setfocus", false);

    // Block these sites from opening their own windows
    user_pref("capability.policy.strict.sites", "http://www.car-truck.com http://www.cnn.com http://www.dictionary.com http://media.admonitor.net http://popup.zmedia.com http://ad.doubleclick.net http://www.netsol.com http://rd.yahoo.com");
    user_pref("capability.policy.strict.Window.open", "noAccess");
    --
    I'm a leaf on the wind. Watch how I soar.
  130. Re:Is it just me or is the web becoming too annoyi by niteshad · · Score: 3, Insightful

    I hate commercials on TV, but they have to pay for the content. Therefore, I stopped watching, but I don't complain about it - there's no point. Who likes popups? You could use technology to circumvent them, but this is unethical at best.

    Unethical? What about the fact that I'm the one paying to download their advertisement? Since I'm the one paying for my connection to the Internet, and all of the traffic on that connection, I have the right to decide what content is appropriate on that connection. If I decide to block useless ads and popups that's entirely my right.

    In general, I think that companies which try all of these very annoying advertising strategies are ultimately wasting their time and money. They should go read the Cluetrain Manifesto and get a clue.

    --
    To email me,subtract my nick from my email address, starting with the second character. (hint: adto.uiuc.edu is wrong)
  131. what a bunch of shat... by Anonymous Coward · · Score: 0

    I can GUESS what you are doing by your mouse movements...but I can't tell a damn thing because I'm just a bloody idiot wasting grant money...

    That SHOULD be what the dude is quoted as saying.

    What about those of us who have 'sticky mice' :)
    because we don't clean those darned rollers often enough...this guy's head is so far up his arse it's sad...

    --Huck

  132. Re:Required Web Privacy Software (for Windows User by Corporate+Gadfly · · Score: 1
    and is much more powerful than Guidescope (which Junkbuster recommends for use under Windows).

    Please don't confuse Junkbuster/Guidescope www.junkbusters.com with the open source variant of junkbuster which is a cross-platform product and has been rewritten almost completely from scratch (even though some similarities still peek through).


    I am a developer for the open source junkbuster, and we need more people to test our alpha product shameless plug.

    --
    Corporate Gadfly
    Jonathan Archer: the most beaten up Enterprise captain in Star Trek history
  133. Re:Is it just me or is the web becoming too annoyi by cruelworld · · Score: 1

    Easy way to get rid of pop-ups forever!!!!

    Just stop visiting porn sites.

  134. Mozilla 0.9.4 out this week by ChrisCampbell47 · · Score: 1
    As others have confirmed here, in Mozilla you can disable any javascript method or property on a site by site basis.

    The next big monthly-ish milestone release of Mozilla (0.9.4) is likely to come out in a day or two -- they're working on verification builds today. Also, the recently released Netscape 6.1 is out and also very good (muuuuuuch better than 6.0).

    I've been using 0.9.3 for a month now and it's great. Every time I hit a web site that crashed Netscape 4.x or takes forever to layout, I just switch over to Mozilla and it works EVERY TIME. The only reason I still use NS 4.x is that Cookie Pal doesn't support 6.x yet.

  135. What about Gesturing? by Phrogman · · Score: 2

    Doesn't the latest version of Opera support mouse gestures a la Black & White? Wouldn't this wreak havoc on any data they gather using this mouse position tracking system? I can just see hordes of Opera-using /.ers descending on the first website to employ this methodology for the sole purpose of screwing up the stats...

    --
    "The first time I got drunk, I got married. The second time I bought a chimpanzee, after that I stayed sober" Arian Seid
  136. Link to project homepage by eram · · Score: 2, Informative

    I found the Web page of project "Cheese" at MIT. They don't seem to be using their own mouse tracking technique yet. The publication that the researchers have produced doesn't provide much more information than the BBC article.

  137. Re:Is it just me or is the web becoming too annoyi by Evro · · Score: 1

    Playing with the HOSTS file has become my solution. I don't remember who it was, but some Slashdot user had a link to a pre-made HOSTS file which I downloaded, edited, and used to block all of the ad networks. AdvertWizard.com seemed to be the most annoying ad network, as nearly every ad I got from them spawned a popup.

    I like the HOSTS file method because it can be used on Windows, Linux, and it can be modified to work on Mac OS as well, and doesn't care about what browser you're running.

    The bad side to this is that if you decide you want to check out doubleclick's privacy policy for some reason, you can no longer go to www.doubleclick.net and you have to go and comment out that line of the HOSTS file. Also, it doesn't discriminate between popups and normal banners, and I sometimes feel bad about shafting the site I'm viewing by not generating them some ad revenue. But I guess this is the only way to demonstrate to them how much I really really hate popup ads.

    IE used to have the ability to turn off JavaScript (or was that Netscape 4.7?) and then MS so kindly removed this feature. What a splendid move! Nothing I like better than visiting a website and having a message like "ShOuT OuTz tOo AlL mY pHaTTy PeePz!!!!!1" scrolling along the bottom of the browser where the URL is supposed to go. Thanks MS.

    I wonder if it's possible to write an app that uses MS's rendering engine (which is pretty nice IMO) but adds useful features and removes unnecessary junk, such as Mozilla/Galeon. Maybe it's time to try Mozilla again on my win98 computer...

    Hmm...

    --
    rooooar
  138. erm, i see a small problem by Anonymous Coward · · Score: 0

    what if users dont hit these sites at all..?

  139. Re:The bread, milk, and fresh fruits are scattered by Anonymous Coward · · Score: 0

    Haven't YOU ever noticed that the dairy, bread, and fresh vegetables/fruits are scattered at different corners of the store.

    And you know why, to make you wander the other aisles to get you to buy crap you didn't originally walk in to get.


    That is simply not true. The reason that the dairy/frozen food is on the other side of the store is so that it's the last thing you pick up as you leave, therefore it will stay cold longer. The reason it is arranged this way is because many customers complained and requested that the stores be setup this way. I worked at a brand new grocery store as a teenager, and for the first 6 months, the food was constantly changing position, because people complained and gave suggestions.

    My point is that there is no secret conspiracy going on, and people actually do listen to customers sometimes.

  140. Re:Is it just me or is the web becoming too annoyi by Anonymous Coward · · Score: 0
    I wonder if it's possible to write an app that uses MS's rendering engine (which is pretty nice IMO) but adds useful features and removes unnecessary junk, such as Mozilla/Galeon. Maybe it's time to try Mozilla again on my win98 computer...


    Try Netcaptor (Netcaptor.com).
    I used it before fully switching to Opera. IE engine, tabs, easy scripting/cookie on/off settings, right-click popup-filtering...

    The free version is ad-driven, not sure anymore, but look out for spyware.
    Other than that, a great piece of software.

    JohnAsh
  141. what I HAVE to do VS what I want to do by sjbjava · · Score: 1

    Now I'll never get anything done since what I HAVE to do is rarely what I want to do.. (speaking of which, back to work!)

  142. Re:Is it just me or is the web becoming too annoyi by wurp · · Score: 1

    Excellent! That was just the piece of information I needed. I'm using Guidescope (apparently from the same folks who bring you JunkBuster) and it has the same options to lie about the User Agent that JunkBuster does.

    Thanks again!

  143. It's all in the logs. by malkavian · · Score: 3, Interesting

    Well, one thing that strikes me about this is:

    For all this data collected from all the surfers to a busy site, where on earth are they going to store it all for any length of time??

    I work for a company with a sizable web traffic (250 million pageviews/month). The bane of my life is the logs. Processing them, and storing them for the length of time to draw meaningful trends takes a huge amount of space. All of which needs to be on a RAID, just in case..
    Then, of course, there's the software to mine this collection of data, the amount of time required to search the disks for the relevant data, and the setting of the resolution of the data capture from the mouse (needs to be pretty fine resolution to achieve any meaningful results)...
    Just think, if they adopted this scheme, it'd be great fun to write a device driver for a pseudomouse that sat the cursor over the web browser, and randomly moved it around, generating millions of data events, all of which get logged on the web site archives...
    It's fine to do this for a small scale site, with plenty of funding, but I think there'd be huge problems with the sheer logistics of collecting and analysing this data for anyone without almost bottomless pockets as far as funding goes...
    Personally, I don't reckon this will be a big brother tech anytime in the near future...

    Cheers,

    Malk

    1. Re:It's all in the logs. by markmoss · · Score: 3

      For all this data collected from all the surfers to a busy site, where on earth are they going to store it all for any length of time??

      Duh. Most of the posts crying "invasion of privacy" have been far off the mark. This isn't technology for tracking individual users -- maybe it could do that, but recording every mouse movement individually would overload most servers. It's an attempt to collect stats on what parts of the page draws attention. Occasionally someone would use that to improve their web site. Mostly, advertisers are going to try to use it to find out if anyone even _looks_ at their ad. I don't think tracking mouse movements will do that too well, but in the absence of equipment to spot where your eyes are looking, they'll record the mouse movements and try to deduce something, then some dumb suits in marketing will take this faulty data as gospel.

      And the real problem arises if this is actually accurate enough to reveal that no one looks at the ads... The first generation of spyware revealed that no one clicks on banner ads -- and millions of $ were pulled out of internet web sites and put into TV and magazine ads instead. No one looks at those either, but there is no way of showing just _how much_ we don't look at them. Improve the tools for measuring user interest in ads, and you are going to lose even more ad $...

    2. Re:It's all in the logs. by malkavian · · Score: 2

      Couldn't agree more.
      Still, all comes back to them making something someone actually wants to look at, rather than trying to ram it down their throats...

  144. webshites? by ntr0py · · Score: 2, Insightful

    is that a bit of a freudian slip?

  145. Re:Is it just me or is the web becoming too annoyi by jiheison · · Score: 1

    IE used to have the ability to turn off JavaScript

    In IE (I'm using 5.5), just go to Internet Options > Security > Custom and disable "Active Scripting", Java and Active X options. This prevents pop-ups, status bar nonsense and just about every other client side annoyance that I have encountered. The only drawback is that an occasional page won't load properly.

  146. Re:Is it just me or is the web becoming too annoyi by jesser · · Score: 2

    Even more off-topic:
    Does anyone know how to make Mozilla lie about what User-Agent it is? My bank software rejects Mozilla, claiming it's not compatible. I'm pretty sure it is, and I want to try to make Mozilla claim to be IE on that domain.


    The pref is called "general.useragent.override". See http://mozilla.org/unix/customizing.html for an example and instructions on how to set the pref if you're not familiar with prefs.js and user.js. (Note that even though the URL contains "unix", most of the prefs there work equally well on all platforms Mozilla runs on.)

    Adding something to the preferences panel to allow changing the useragent without editing a text file is bug 46029.

    --
    The shareholder is always right.
  147. good, bad and paraniod aside... by jonnystiph · · Score: 1

    As anyone stopped to think that perhaps, just perhaps we should worry about getting current web standards implented in current common and not so common browsers before we "redesign" the web again?

    --

    If we don't make light of everything, we are just stumbling in the dark - Blank

  148. Re:Is it just me or is the web becoming too annoyi by flegged · · Score: 1

    I wonder if it's possible to write an app that uses MS's rendering engine

    Aol.

    Or write one yourself. Seriously. It's well documented. I did one in a half hour. You basically host shdocvw.dll as an ActiveX control within your app, and you can have conplete control over its behaviour.

    Or, if you don't feel so inclined, clickity this : Tools/Internet Options/Security/Custom Level/Scripting/Active Scripting/Disable. Micros~1 were never stupid enough to disable disabling JavaScript. They just left it on by default. You can enable/disbale JavaScript/anything else etc on a site by site basis, by putting them into four security zones, which you can choose the level of security on each.

    The 'breakthrough' nothing more than

    <script>
    var movements = new Array();
    </script>
    <body onMouseMove='movements.push(event.clientX); movements.push(event.clientY);' onUnLoad='window.open"http://some.random.spamhaus/ spy?movements=" + movements'>

    --

    "I think he was truly surprised at how little I cared about how big a market the Mac had" - Linus on Jobs
  149. Re:Is it just me or is the web becoming too annoyi by jesser · · Score: 2

    Two weeks ago, Rob Ginda and Mitch Stoltz added a weaker version of what you're asking for. Instead of only allowing pop-ups for click/enter, it blocks pop-ups for onload, inline scripts (run before onload), onunload, and timer events. This is effective against most existing pop-ups, but will stop being effective when aggressive advertisers realize they can use onfocus or onmouseover instead of onload (if they think enough people are using Mozilla and enable this pref).

    To block pop-ups in onload and onunload events, add this line to your prefs.js file (or to a user.js file in the same directory):

    user_pref("dom.disable_open_during_load", true);

    --
    The shareholder is always right.
  150. blocking via hosts - Part 1 of 2 by UnknownSoldier · · Score: 2

    I'm not the only one, but I posted an abridged version. I'm also not the orginal author - I just collected the data from various sources and put them into one HOSTS file.

    I'll post mine when I get home tonite.

    For Win NT4 / NT5 the hosts is found in
    %SystemRoot%\system32\drivers\etc\

  151. Re:Is it just me or is the web becoming too annoyi by Teferi · · Score: 2

    Hey, wow, finally someone else who uses NetCaptor!
    What's also cool is that they have a version that's going to use Gecko in the works, too...

    --
    -- Veni, vidi, dormivi
  152. Don't knock it this is great technology! by Anonymous Coward · · Score: 1, Funny

    When they have acumulated all the data on the user navigation habits they will analyse it in detail and design a highly sophisticated website. This website will encorperate the latest in DOM javascript navigation, with mouseovers on all the menu items, which lead to multiple screens, each screen will have blurry 3D style bitmaps and the background will be a smiling yuppy in a suit.

    ...All this despite the fact that the entire sum of information could easily be contained in one simple HTML table.

  153. Reasonable expectations. by Arandir · · Score: 2

    I can't believe that people are upset over this. Wake up, smell the coffee, and welcome to the real world. Please notice that this reality does not precisely follow your expectations. Part of growing up is learning to deal with it.

    If you stand up, walk to the corner, enter a liquor store, and buy a pack of condoms, PEOPLE ARE GOING TO KNOW ABOUT IT! Do you expect the clerk to wear blindfolds so he doesn't know who he is selling to?

    It is perfectly reasonable, and expected by most people, that their actions which interact with other people will not be private. You call your mother on the phone and you mother will know about it. Duh! You talk to your mother in a crowded room and lots of people will know about it. You shout to your mother from across Grand Central Station, and hundreds of people will know about it.

    That is why the law has a certain thing known as "reasonable expectation of privacy". The information about your website is already collected and available to the website. Go peruse your own apache logs if you don't believe me. They know what files you visited and in what order. Do you really expect them, if they are in the business of marketing a product, not to corrolate that information? They would be stupid if they did not.

    You cannot expect that you will live life in a vacumn. You cannot expect that online businesses will behave differently than brick-and-mortor businesses. You cannot expect that one party in a transaction will forget all details about it after it concludes.

    --
    A Government Is a Body of People, Usually Notably Ungoverned
  154. Not so sinister by T1girl · · Score: 2

    You're correct. I'm left-handed, mouse right-handed and use the mousewheel instead of the scrollbar whenever possible. I can be jotting down notes or checking items off a list with a pen in my left hand while I wheel/scroll with the right hand. The only thing that's hard for me to do with the mouse in my right hand is freehand drawing. I think most left-handed people develop some degree of ambidexterity.

    The best thing about being left-handed is that you're always in your right mind.

  155. Re:Required Web Privacy Software (for Windows User by Anonymous Coward · · Score: 0

    I have tried them all and Webwasher is the best... one thing you have to keep updating software like this as websites continually look for ways to defeat adblockers and Webwasher hasn't had a new version for some time...

  156. Contradiction? by fossa · · Score: 0

    From the article (emphasis mine):

    "People are extremely good at remembering graphic design," says Ted Selker.

    The researchers now plan to put together a website with content that would change according to mouse behaviour.

    Hm...

  157. Mouse cleaners by ehiris · · Score: 2, Funny

    "I can tell because when you read a webpage, you do one of a couple of things. You either shovel the mouse off to the right so that it is out of the way, or you will walk down the page with your mouse,"

    What would a circular motion of the mouse mean? Is my mouse dirty? Maybe they could automaticaly send some mouse cleaning consultant over.

  158. Spoofing User-Agent in Mozilla by Redline · · Score: 1

    Does anyone know how to make Mozilla lie about what User-Agent it is?

    Set "general.useragent.override" in prefs.js. Like this:
    user_pref("general.useragent.override", "Mozilla/5.0 (Windows 98; en-US; rv:0.9.2)");
    (Don't ask why I make Netscape 6.1 lie like that. :)

  159. It's damn simple by Lord+Kestrel · · Score: 2, Interesting

    If you're concerned about this, disable javascript and/or vbscript.
    I always have two browsers on my computers. One that prompts for cookies and has java and javascript enabled, and the other rejects all cookies, and has java and javascript disabled. I use the secure(r) one for cruising the web, and if I need to go to a useful site that requires javascript and/or cookies, I use the less secure one.

  160. OmniWeb: Mac OS X by chigaze · · Score: 1

    OmniWeb for MacOS X has a start on this. You can disable popups completely or only allow them onClick. I'd like more granularity like the ability to selectively block certain functions.

    OmniWeb also has the option to block images if they are standard banner sizes or images from offsite.

    The killer part of OmniWeb is the level of control over cookies. By site you can: Accept, keep at end of session; Accept, discard when quitting; Reject; or you can prompt for each cookie. You can also set the default action for cookies to any of the above.

    My default is prompt for each new cookie and typically I set sites to Accept, discard when quitting.

    1. Re:OmniWeb: Mac OS X by ravenskana · · Score: 2

      If you like OmniWeb, also check out iCab for OS X

      It allows you to filter InScript/JavaScript on a site by site basis. For each site, you can allow/disallow the following:

      -access 'Referer'
      -access history
      -write in status line
      -create cookies
      -ask for cookies
      -open windows
      -change window size/location
      -hide toolbars

      It also has excellent cookie filtering. Between OmniWeb and iCab I can deny anything. :)

  161. Re:Is it just me or is the web becoming too annoyi by flegged · · Score: 1

    Sorry, been using Java lately.

    s/onMouseMove/onMouseOver/

    --

    "I think he was truly surprised at how little I cared about how big a market the Mac had" - Linus on Jobs
  162. Forced to watch ads, BY LAW! by Frank+T.+Lofaro+Jr. · · Score: 2

    That's part of the reason there is the DMCA and the possibly-soon-to-be SSSCA. To make skipping commercials illegal. (*) Heck, with DVDs it is illegal to make a player that lets you skip unskippable ads - you either have to violate the CSS license or implement CSS yourself, which is a DMCA violation.

    (*) It won't strictly be illegal - that would raise an outcry. Just that getting around the technology that stops you would be an illegal "act of circumvention". That way anyone that tries to give you control could be painted as an "evil hacker", likewise for anyone using any circumvention methods.

    After all, only "evil people" try to make the computer do anything it isn't designed for, or do anything the computer tries to prohibit. The machine is "always right", since the "nice" corporations made them.

    (The above was heavily laced with sarcasm - obviously I am oppossed to DMCA/SSSCA).

    --
    Just because it CAN be done, doesn't mean it should!
  163. Re:Is it just me or is the web becoming too annoyi by bodino · · Score: 1

    I saw this once... it may no longer apply.

    // Override the default user-agent string:
    user_pref("general.useragent.override", "Mozilla/5.0 (X11; U; Linux 2.2.16-22smp i686; en-US; m18) Gecko/20010110 Netscape6/6.5");

  164. There should be a list... by tcc · · Score: 1

    A place where you have a list of all the applications that has spyware and ways to go around them (plus doing heavy damage to people putting that in their software without any mention (should I add, CLEAR mention). Winamp ASKS you if you want to contribute, that's fine with me, bearshare?? installed shit that I didn't know about and it's my firewall that told me there was a software trying to access a website that gatters data, now that's just plain immoral. With such a site, you could have a database and groups of people that could protest (you'd know where to send your email/faxes).

    Then again, having 1000s of users sending them emails to say how pissed they are would be totally to their advantage because they could build an EMAIL database to spam you back....

    This is lame, one guy gets his ass busted helping adobe to make it's encryption more secure, and everyday we can see our freedom being attacked "for better security" but for shit like that, that IS plainly illegal and unethical, nothing protects us, or barely nothing.

    Wake up goverments, if you want to get some credits and not only look like a bad corporation and money sucker, how about some socialism and putting that same energy used to arrest innocent people, to do something worthwhile like jailing (or better yet, burning alive) these people or companies that contribute to deteriorating our mail servers, privacy, and the overall internet experience?

    --
    --- Metamoderating abusive downgraders since my 300th post.
  165. Tracking users. by Anonymous Coward · · Score: 0

    Most web servers have this information: IP address, pages you visit, files you load.

    Most users have dynamically assigned IP addresses, but these can be tracked back to your ISP, but it would be hard to pin it on any specific individual.

    Just be careful about what you put in the forms pages they offer.

  166. NADaemon....new Spyware on the scene?! by Phantom_24 · · Score: 1

    Have not installed ANY new programs in the last couple of weeks yet SOMETHING installed some new program which I found running in my system. I check for spyware just about EVERY OTHER day and I found this new program running in my msconfig called NADaemon !! Does anybody know anything about this and where it might have come from?!??! AdAware (running THE latest version 5.6) doesnt even recognize it but the file properties told me its somekind of web tracking program !!

    1. Re:NADaemon....new Spyware on the scene?! by Phantom_24 · · Score: 2, Informative

      It seems its from a company called NetActive Inc. and the file version is 4.2.3 (build Lithium)!

  167. great..the usual /. response I see... by Anonymous Coward · · Score: 0

    ...hey everybody...look at MEEEEEeeee !!! eYE did this in 3rd grade when everyone else was fingerpainting...anyway...so what did you contribute to this conversation? Do your part, man, and keep the S/N ratio down a bit in here (I'm guilty too, but at least my post has SOME purpose)

    1. Re:great..the usual /. response I see... by kubrick · · Score: 1

      Do your part, man, and keep the S/N ratio down a bit in here (I'm guilty too, but at least my post has SOME purpose)

      The other usual /. response -- let's get meta!

      What did I contribute to this conversation? Another pageview for Rob & co., thus meaning a tiny bit more money at the end of the year. I'm sure that's all they care about these days...

      Is there any irony that an entry in an adlog on a story on spying is my only real contribution?(Also, most stories have 150 responses or more elucidating 3 or 4 basic responses, which is a waste of time from the get-go. Some people even repeat the same (predictable) joke first told by others hours before. If you're looking for good discussion, methinks you're on the wrong site...)

      --
      deus does not exist but if he does
  168. Re:Is it just me or is the web becoming too annoyi by tshak · · Score: 2

    Since I'm the one paying for my connection to the Internet, and all of the traffic on that connection, I have the right to decide what content is appropriate

    EXACTLY! You have the RIGHT to decide if their ads are not the type of content you want on your pipe - don't go to their site and you won't see the ads. You're argument is like stating, "I shouldn't have to pay for this book, I have the RIGHT to view this book, so I'm going to steal it".
    It's not your right to circumvent their revenue model Do you really believe that you have some God Given Right to have access to a website's content? If you want their content, you have to agree to their revenue model to use it (monthly subscription fee, advertising, etc.) If a site requires a $10 monthly fee, is it okay to hack an account on their system? Filtering ads is no different.

    Note to moderators, I just got modded down for a legit post in this thread - please do not mod based on personal opinion or bias.

    --

    There is no longer anything that can be done with computers that is nontrivial and clearly legal. -- Paul Phillips
  169. Mickey Mouse. Santa Recruit. by crovira · · Score: 2

    He sees you when you're sleeping.
    He knows when you're awake.
    He knows if you've surfed for porn.
    don't jack-off for goodness sake.

    --
    MSBPodcast.com The opinions expressed here are my own. If you don't like 'em... Think up your own stuff.
  170. Defeating this junk by Anonymous Coward · · Score: 0

    *sigh* One more reason to run WebWasher (a great freebie for Windows and now for Linux!)...

    Also, while you *could* block out the site that this insidious garbage is sending it's results to, I think it'd much more fun to simply use a proxy like Squid to rewrite the junk and send out what you want - something along the lines of:

    http://secret.tracking.site/gather.cgi?data="Hey ,I know what you're doing you fools and you're not getting any data from me! Best of all, I'm going to tell all my friends!"...

    Then again, a nice cron job to just do this for me about every 2 minutes - bounced off of an anonymizing proxy (say one of those Crowds servers) somewhere on the net would be a wonderful thing too... If a bunch of us did this, they'd get so much crap, it'd be work to filter it out (of course the junk sender would be polymorphic)...

    Fight technological BS with Technology!

  171. Well, I don't even need to bother ;) by Anonymous Coward · · Score: 0

    First, my mouse has a white led instead of a red one (modding ;) and when it's stationery the cursor starts jumping around enough to confuse most systems :D (doesnt bother me though, it only does that when it's stationery). Second, I use opera nad I just love the shortucuts and use them all the time. Also, I don't think the movement outside of the window can be detected with Jscript, so I dont expand windows unless I really trust the site (I have a biiiig monitor) :D

  172. Best Invention since sliced bread? by fluppy88 · · Score: 1

    i'm serious. the implications for this are astounding. not only will they be able to create character profiles of your behavior (what sites you like, what appeals to your eye, what interests you), but eventually they'll combine this with psychological profiles and analysis.

    local gov'ts will force isp's to utilize the technology trying to seek out criminals (whose mouse behavior has been proven to act differently from others) and give them help or indiscriminantly arrest them.

    oh the future looks bright.

  173. I think most of you missed the real point by Reziac · · Score: 1

    ... which is, that by tracking HOW people use web pages, they can determine whether their web design is any good or not.

    Frex, if an area produces a lot of mouse hovering over a given area, without much clicking, the conclusion is that this part of the page is badly designed or confusing and needs to be changed or fixed. Conversely, if every visitor's mouse shows rapid movement to a link, this would imply that what people wanted to find was visually obvious.

    Yeah, it could be used to get an idea what part of a page was most attractive for advertiser use, but mouse patterns will change (to go around the "obstacle") as soon as ads are implemented that use the mouse demographics, so it'll be self-defeating from an advertiser standpoint.

    But where I think it'll ultimately be useful, is for website designers who need to know if what they created is actually USABLE or not.

    (WTF happened to our sigs? they're gone again.)

    --
    ~REZ~ #43301. Who'd fake being me anyway?
  174. Two major differences by crucini · · Score: 2

    1. The information which a bricks and mortar store records about you is not easily indexable, searchable, correlatable (word?). They cannot easily and cheaply ask "what was Joe Schmoe's average speed?" Or "Did Schmoe gaze longer at steaks or pork chops?" The info is there for them if it's important, but it's not automatically in a database for data mining.
    2. The customer in a store has no reasonable expectation of privacy. He sees one-way mirrors and camera domes everywhere. There is usually a sign at the entrance warning of video surveillance. In contrast, the web user has a reasonable expectation of privacy while navigating within a page. According to a common understanding of the web, reading a page which has been downloaded does not transmit signals to a remote server. If the user were aware of the privacy invasion he might feel more constrained in the information he reveals; clearly anyone who uses this invasive technique is counting on user ignorance.

    In keeping with that second point, I'd like to point out the dishonesty of the researcher claiming this will help to be 'more responsive to customers' or whatever cant he used. Commercial web sites have already shown their utter unresponsiveness to customers. Even when a customer took the time to compose a detailed email explaining what was wrong with a site, it was either discarded or read with gales of laughter. I know because I was there. If web sites want to serve customers better, they could start by reading and responding to email. Second, watch the error log and fix bugs. Third, watch the access log and find 'dead ends' where people give up. There is no need to spy on customers.
  175. A mouse...? by DeepMind · · Score: 0

    How is this system supposed to work on my PC, since I primaryly use my keyboard for web browsing ? :)

    Gotta track space, enter, tab and arrow keys hits too !

    Julien.

  176. Declaration of Human Rights by Anonymous Coward · · Score: 0

    Doesn't Article 12 apply here:
    No one shall be subjected to arbitrary interference with his privacy, family, home or correspondence

    Actually Article 19 is quite interesting, too (though not related to this).

  177. Re:The bread, milk, and fresh fruits are scattered by Anonymous Coward · · Score: 0

    Eh.. if milk would be placed so that it was the last thing you pick up, wouldn't it be near the checkout line instead of the back corner.

  178. Psychic Friends Network by Jesus+IS+the+Devil · · Score: 1

    Imagine how many superstitious people you can con into giving you money if you can make them believe that your website can read their minds.

    Hmmmm... my psychic powers tell me your mouse is clogged with dirt (jerky circular mouse movements) and thus not moving smoothly. I can also tell that you are new to computers (double clicks on links instead of single clicking).

    --

    eTrade SUCKS
  179. "Can I help You?" by orcus · · Score: 1

    Oh joy, does this mean the next time I'm browsing Best Buy's web pages, if I linger too long a
    window pops up and asks if it can help me?

    --
    First they burn books, then they burn people.
  180. Get with the applet... by FlukeMeister · · Score: 1
    This is already happening. Check out the services offered by Speed Trap who use an applet to monitor mouse movement and keystrokes within the browser window.

    So, any site that uses the Prophet applet can capture user details, even if you decide not to submit them. As far as I'm concerned, this is a keystroke log that's equivalent to a wiretap. I'm currently fighting an intense battle with an analyst that I work with who feels this is the best thing since the word demographics was invented.

    And to think, people laughed at Scott McNealy...

  181. Hah don't use a mouse at all by Anonymous Coward · · Score: 0

    Change frame: CTRL+TAB in IE
    Search through items on a page: TAB in IE
    Activate items on a page: ENTER in IE
    Right click items on a page: SHIFT+F10 in IE

    There you go. No mouse