Slashdot Mirror


BBC: AOL, Earthlink Are 'Cooperating' With FBI

braddock writes: "The BBC is now reporting that 'The FBI is scouring e-mail accounts for clues as to who might have been behind the terror attacks' and that AOL and Earthlink have confirmed that they are cooperating with investigators. Earthlink maintains 'We're co-operating, but we're not installing any surveillance equipment on our networks.' AOL and Earthlink together have approximatey 36 million accounts. Scary how fast privacy can be compromised when the bulk of a country's e-mail services are centralized." I wonder which ISPs really are installing Carnivore, if not the two largest in the country. Maybe this means it's already in place?

386 comments

  1. so they'll use grep ??? by neodymium · · Score: 1

    Honestly, I can't imagine that AOL and Earthlink won't install any special surveillance equipment in their network. Searching for keywords in >>100 millions of emails takes a little more than a workstation with grep...

    1. Re:so they'll use grep ??? by Damien+Vryce · · Score: 3, Insightful

      From what I've heard, at best the FBI's infamous surveillance equipment is an x86 system, and most likely won't have more than 8 cpus in it (if that).

      The kind of firepower that a major ISP can throw at a problem of this nature can include 64-cpu Sun Enterprise class computers with gigabit ethernet cards connected to every mail network that the ISP has.

      If said ISP is commited to not having other people's machines connected to it's internal networks, the ISP can provide a lot heavier duty monitoring firepower than anyone else.

    2. Re:so they'll use grep ??? by Lars+T. · · Score: 1

      Maybe they don't need to install special hardware, because it's already there. And if it wasn't installed for the FBI...

      --

      Lars T.

      To the guy who modded me down from perfect to terrible Karma - Apple haters still suck

    3. Re:so they'll use grep ??? by GearheadShemTov · · Score: 1

      Don't automatically assume that AOL cooperating with the FBI involves Carnivore, nor should you assume that the FBI will be grepping through the entire message base for keywords. (What keywords would you look for? "Appt. at 8:45 a.m. today confirmed"? Let's be serious.)

      Much more likely, they've got a few individual names of some possible material witnesses (so-called "persons of interest"), and the FBI wants to have a look at the e-mail traffic of those few individuals. This is not hi-tech, this is shoe leather stuff, folks.

      Never underestimate the value of trying the obvious thing first.

    4. Re:so they'll use grep ??? by Anonymous Coward · · Score: 0

      Your focus on CPU is ridiculous. Most any computer can scan text for keywords at whatever rate you can get data to it; the bottleneck will always be the IO bandwidth.

      Better yet, this task is trivially parallelizable. Just temporarily (we hope) put your search software on each mail spool.

    5. Re:so they'll use grep ??? by Knobby · · Score: 1

      Here's an honest question... Imagine a user has an Earthlink account and decides to access it via a POP3 client which automatically removes the message from the server. The message text is gone from the server, and all that's left is a log entry. I'm not sure if AOL allows POP3 access, but the terrorist could certainly delete the incriminating messages from his/her inbox.. So the questions become "What are these guys really hoping to find?" and "What's the probability that an incriminating message will still reside on the servers?"

      Does anyone know what percentage of people store their mail on servers, rather than on their notebook, or home PC?

    6. Re:so they'll use grep ??? by badk1tty · · Score: 2, Funny

      Indeed, but it also comes down to that we're not dealing with complete idiots here. Er..perhaps I'll clarify. The terrorists aren't idiots. I have no doubt that the people running AOL and EarthLink are probobly fools, but that's just a personal opinion. Anyway. Yeah. I don't think people are going to plan an attack on the US and email eachother back and forth with;

      OBL: So, this terrorism thing under way as planned?
      Person2: yup! hijacking plans are all ready!
      OBL: Great! So you using bombs or knives?
      Person2: Knives! but we'll pretend there's a bomb!
      OBL: Pentagon too right?!
      Person2: You betcha boss!

      ... you get my drift.

      -bk

      --
      My lips may promise, but my heart is a whore.
    7. Re:so they'll use grep ??? by Damien+Vryce · · Score: 1

      Your understanding of Sun Enterprise class systems is clearly lacking, as is your understanding of production level networks.

      Scanning for data in real time when you're looking at several near-full gigabit lines isn't exactly trival, and the more keywords to search on, the harder it gets.

      The advantage of a Sun system with a fair number of CPUs is that each IO board can have dedicated CPUs handling it to make sure that the process that's doing the work never blocks waiting for IO, CPU or both (remember kids, handling IO requires cycles, and blocking on CPU is bad when you're trying for soft realtime).

      Of course, there are other problems as well. The network card drivers have to be able to keep up (remember kids, that needs CPU cycles as well). You have to watch that the system is balanced in terms of how fast you write IO to memory, and how fast you process what's in memory and flush it to disk (gee Billy, that takes CPU as well).

      In short, if you're just grepping through mail spools, you're more likely to be disk IO bound, though there are high-end tricks for getting around that by making it more CPU bound, and adding more CPUs. If you're decoding packets in real-time off the wire on multiple gigabit networks, you're bound to network IO, which is bound to the CPUs.

    8. Re:so they'll use grep ??? by Surak · · Score: 2

      So what high-end tricks are available to make the grep process not be I/O-bound? Enquiring minds want to know! The only thing I could imagine would involving a separate thread that caches the whole the thing in "real time" to the memory while the grep process looks through memory. Even then, you'd be waiting on that cache, wouldn't you?

    9. Re:so they'll use grep ??? by ichimunki · · Score: 2

      Don't forget that regular backups are done so that no mail is lost in an emergency situation. Most of these are incremental (in a good backup plan). The likelihood is high that AOL could reconstruct the state of a server on any given date with reasonable accuracy.

      What surprises me is that anyone would bother with this. Encryption tools are readily available that would completely protect this information in transit. At best they can analyze who got mail from who and use that to obtain search warrants for newer, less certain suspects. Normally, you can't just use warrants to go on fishing expiditions like this, but then this is "war" so who knows...

      --
      I do not have a signature
    10. Re:so they'll use grep ??? by Bobzibub · · Score: 1

      I think that one would agree that the ability to discern who one communicates with is just as important as the contents of the message to police-like authorities.

      Carnavor (and ilk) probably store much more of this info than the actual contents of one's emails due to storage constraints.
      cheers,
      -B

  2. Even more reason to use PGP/GPG by brunes69 · · Score: 3, Insightful

    If we all used GPG for our email transmissions, this wouldn't be a problem, would it? That is until a few months goes by and a new amendment to the constitution prohibits encryption tools of any kind... Think I'm crazy? We'll see.

    1. Re:Even more reason to use PGP/GPG by neodymium · · Score: 1

      Just take an encryption tool with a good number of regular users, make it closed source and implement a "government backdoor". Then publish a new version, preferably with a nice GUI and some new encryption methods which are not backwards compatible and let your marketing department do the rest. Sounds familiar ?

    2. Re:Even more reason to use PGP/GPG by jsse · · Score: 1

      Well.

      The country is at war. The piracy will not be their prime concern.

      Will open source developers cooperate to make backdoor in their encryption? Very unlikely, because not all developers are from US.

      It'd do more harm than good for US to prohibit the development of encryption tools. That'd make us more vulnerable to the outside world where encryption is not restricted by stupid laws.

    3. Re:Even more reason to use PGP/GPG by Fat+Casper · · Score: 2
      They'll never do that- we'd actually own the DVDs we've bought. Not even a global war can undermine their commitment to the DMCA. Even congresscritters need campaign funds.

      --
      I spent a year in Iraq looking for WMD and all I found was this lousy sig.
    4. Re:Even more reason to use PGP/GPG by Anonymous Coward · · Score: 0

      I don't know... Who do you think the FBI et al are going to intercept and go over with a fine tooth comb? The few people who encrypt everything they send, or the untold masses who send everything out in the open?

    5. Re:Even more reason to use PGP/GPG by Anonymous Coward · · Score: 0

      Yeah. That would make it all the more obvious that you have something to hide. Then they can catch you even faster.

    6. Re:Even more reason to use PGP/GPG by isomeme · · Score: 3, Insightful
      Encryption tool installation and use are still too complicated for the average user out there. I have been a software professional for 20 years, and it took me a couple of hours of fiddling to get PGP configured properly for Eudora. Most people will not be able to do so without expert help, and most people do not have expert help available.


      The only realistic way to achieve widespread email encryption is to build it into the primary mail clients -- Outlook, Eudora, the major webmail services. I don't see much chance of that happening, of course.

      --
      When all you have is a hammer, everything looks like a skull.
    7. Re:Even more reason to use PGP/GPG by Greyfox · · Score: 2

      If you install PGP on your system, Outlook will magically have menu items for it. Although I don't do Windows, my company set up PGP encryption for communication over the raw Internet to a company in Romania with whom we were outsourcing development. Our Romanian team installed the International version of PGP and Outlook just picked it up. It took only slightly more work for me to get GPG working with Xemacs :-)

      --

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

    8. Re:Even more reason to use PGP/GPG by Anonymous Coward · · Score: 0

      Please Mr. Moderator, explain to me why the above comment is any different than the majority of comments on this board? I believe that this is a valid point, and that I am being targeted for you to extract some strange retribution for my ideas and perceptions.
      I would have posted this under my own account, however, due to the recent affront of moderation such as this, I have been since locked out.
      If you wish to turn me into a troll posting nothing but pure drivel, this is quite the way to accomplish this. I can reset my modem many times, and I have lots of ansi art.
      Please do not push me to this.
      Angry White Guy

    9. Re:Even more reason to use PGP/GPG by Anonymous Coward · · Score: 0

      No, the govt would have the backdoor... which is no big deal since the keys are publicly available already anyway

    10. Re:Even more reason to use PGP/GPG by Anonymous Coward · · Score: 0

      The problem is not Big Brother, Its little brother. Its important to have encryption strong enough to keep little brother out, but weak enought that big brother can still get to the information.

    11. Re:Even more reason to use PGP/GPG by zpengo · · Score: 2
      Yeah, we need to fight the evil government and protect our right to communicate our plans over e-mail and telephone, so we don't have to bother with all that secure communications nonsense.

      By the way, brunes69, the crow flies at midnight.

      --


      Got Rhinos?
    12. Re:Even more reason to use PGP/GPG by ignatzMouse · · Score: 1

      Since when are we at war? Just because CNN puts up pretty graphics and repeats it over and over like a mantra and politicians throw the word around like it has no meaning doesn't make it so. We are at war when congress declares war and here's a newsflash: They ain't gonna do it cause that would mean sticking their necks out and naming countries like Afghanistan. God knows they don't want to do that. All this is hype in order to justify treating the constitution like a doormat. Soon the war on terrorism will get thrown into the category with our other great concept "wars": drugs and poverty. Good company.

      If you really want to fight terrorism, go after the group that trained these people. Somehow I don't see us declaring war on ourselves. Strange how all the major American conflicts of the last 30 years or so have been fueled by the CIA: Iran, Iraq, Nicaraqua, Panama, Afghanistan. When are we going to wake up and realize they are a bunch of MAJOR FUCKUPS?

      --
      No artist tolerates reality. -- Nietzsche
    13. Re:Even more reason to use PGP/GPG by Lenbok · · Score: 1
      The only realistic way to achieve widespread email encryption is to build it into the primary mail clients

      Which is one reason why I believe it's extremely important that mozilla mail have support for GPG/PGP for version 1.0. There are patches waiting, but the powers that be don't rate it as important enough to get in before 1.0. If 1.0 comes out without GPG/PGP, it'll be that much harder to get email encryption mainstream. Go vote for bug: http://bugzilla.mozilla.org/show_bug.cgi?id=22687

    14. Re:Even more reason to use PGP/GPG by NutscrapeSucks · · Score: 2

      The course of the discussion seems to be that Netscape/Outlook/Mozilla does NOT have built-in encryption, when in fact they all do. The problem is that it's SMIME and not PGP/GPG.

      SMIME is certainly geared more towards corporate usage (with a real CA heirarchy rather than PGP's trust model), but it's real encryption and it works.

      Netscape (now iPlanet) sells a 'Certificate Server' for use with SMIME mail and other things. That explains their relative lack of interest in PGP for Mozilla.

      --
      Whenever I hear the word 'Innovation', I reach for my pistol.
    15. Re:Even more reason to use PGP/GPG by sporty · · Score: 1
      In actuality, it might be more proof to the point that encryption itself isn't the criminal in this whole fiasco is to use steganography tools.

      Just planting a seed of thought. I can't run with this since i haven't a clue what tools are available...

      --

      -
      ping -f 255.255.255.255 # if only

    16. Re:Even more reason to use PGP/GPG by Anonymous Coward · · Score: 0
      *cough*NAI*cough*

      Writing this sentence because Slashdot's filters are pissing me off. I think I'll head over to kuro5hin now.

    17. Re:Even more reason to use PGP/GPG by Dwonis · · Score: 3, Insightful

      Except there is no longer a difference between little brother and big brother. Not to mention the fact that there is no way in hell that the U.S. will manage to force anyone with truly malicious intents to use dumbed-down "encryption".

    18. Re:Even more reason to use PGP/GPG by red_one · · Score: 1

      My contribution.

      -----BEGIN PGP PUBLIC KEY BLOCK-----
      Version: GnuPG v1.0.6 (GNU/Linux)
      Comment: For info see http://www.gnupg.org

      mQGiBDfYEDURBAD2ud7d0VWJLlK5oyn22bue6xDKGBJ0mmC+ DH Sj84CRdjEkOIP5
      iR6A/+AZB1rr57mBkJ2ITowR66nAaytXfpQEU0lo+JBKlowj wf O2mRo5h0e+wHdg
      CSr+9diSRX/jIoj/dVbGVNUndpZ96bFtassXdR29GR9rAVX9 vm j+mqWMPwCg/63T
      NqeIM8QCisuYTAdBsLMUDSsEAOG0I03lwxXZQhKLMe3CM7/l ZY 7in1RXu5Qvh+9Q
      pGFl0XHmFehqFxymCx3KvEFVtUC4xuBPtP5/UpMiCPrr5nqP KD CqMmcZV36uULWg
      B1CpD01TmIUF191soVyEfs0+S/lA9vH+/3/z4w9vxB/vSAak Zw zNImomFfDtpG0I
      3GT+A/4moipLU34IPEfLetus27gT9eHyqHAmQ8IIwLxxp0FS 2W 3Hrr+aSDMtMDQr
      GC3wCQK7d+vgzPdYoKTKJT7C5IESp+JNQbFq54g4lELWpi+Z ue HAm7vyyz0o4rN/
      Co1HIzHfeT1zBR9xlYQmlEB8WgAzAaOGpcyWjIkZRAgDOtVD Zr QoU2ltb24gSGls
      bCA8cmVkX29uZUBvdGhlcnNkaWV0cnlpbmcuY29tPohOBBAR Ag AOBQI5yZiBBAsD
      AgECGQEACgkQsnOzDG7Xi8rtiQCeLuP/M06CR2UPuHCO91ZA bO aNe6UAnAxms2tF
      4alLPdBdGj5v+tYZKr0+tCVTaW1vbiBIaWxsIDxzaW1vbl9o aW xsQGdlb2NpdGll
      cy5jb20+iE4EEBECAA4FAjnJmIEECwMCAQIZAAAKCRCyc7MM bt eLytgbAKCNEy+A
      ekG28t1W1WZ5vSo9DXpRKQCgvH2JdrhBSH2uYSei7nlELru8 gy W5Aw0EN9gQNRAM
      AMwdd1ckOErixPDojhNnl06SE2H22+slDhf99pj3yHx5sHId OH X79sFzxIMRJitD
      YMPj6NYK/aEoJguuqa6zZQ+iAFMBoHzWq6MSHvoPKs4fdIRP yv MX86RA6dfSd7ZC
      LQI2wSbLaF6dfJgJCo1+Le3kXXn11JJPmxiO/CqnS3wy9kJX tw h/CBdyorrWqULz
      Bej5UxE5T7bxbrlLOCDaAadWoxTpj0BV89AHxstDqZSt90xk hk n4DIO9ZekX1KHT
      UPj1WV/cdlJPPT2N286Z4VeSWc39uK50T8X8dryDxUcwYc58 yW b/Ffm7/ZFexwGq
      01uejaClcjrUGvC/RgBYK+X0iP1YTknbzSC0neSRBzZrM2w4 DU UdD3yIsxx8Wy2O
      9vPJI8BD8KVbGI2Ou1WMuF040zT9fBdXQ6MdGGzeMyEstSr/ PO GxKUAYEY18hKcK
      ctaGxAMZyAcpesqVDNmWn6vQClCbAkbTCD1mpF1Bn5x8vYlL Ih kmuquiXsNV6Uwy
      bwACAgwAijrc7qQpWuoXPMmMCCI4pjH36zEiPuQ8AvaB7g8V 1q FF5img/0z7weLE
      myv9yk3lAX4eEdBMU/QlNyreCvvut/wqwH7ypwuM4pq7Oc9h T0 DnXNY3ENMt4ouD
      NGyRm0VXHRdIZNidjm0WSxBDIJF3YSnnLxGKvr4yDVE05zJ2 +6 xFKdJMNXqGKNNK
      XPVrT7AE0TYTYRMQ5736Mlcs6GNOBS+bsckGgLT8gOqK+nTm xh RLM3tAU91dHFh0
      pmtHK3uXCrXqXnboEQDM163tN8VuLho1oUbfqJOpsIr14TPc n/ OvpiI0MaLa1DfC
      ERZ/uS5lF9XgB3cX1/PzS3A+VPT3HtAUQ5PmiBMAxTY56zJd MQ 80L8UHijE9U/sR
      Jjyjjye2XNjNGtebX0kjwod02x+DOiBXGgOs9bFNYHIet2vk +4 KQJ3AdDpR8wM0/
      1pN4zwBPZEya/d64Yu9pQJOrBdS7CPDiMlmKEKNOMhbo9F0g R3 LJ05JQ20qJwHRp
      5+lFaM2ViEYEGBECAAYFAjfYEDUACgkQsnOzDG7Xi8rXUQCg 4W cvI/h/1V64I110
      4u+pdDVcTTgAoPUrWOMFhiOl8Ggs1xeXcTNQ6CXV
      =z7Mg
      -----END PGP PUBLIC KEY BLOCK-----

  3. Sacrifice by tealover · · Score: 0, Insightful

    It's all about sacrifice. Over 5,000 people have lost their lives because the majority of people in the U.S. have been unwilling to make sacrifices. I am ready to start making sacrifices to ensure that you and I do not meet the same fate.

    What are some of those sacrifices:

    1) Long waits at the airport.
    2) Higher ticket prices to support better security personnel and sky marshalls
    3) Less privacy to ensure law enforcement can do what they need to do
    4) My life. I am willing to die for my country, my way of life and to protect civilization

    At times of uncertainty and possibly war, everyone will have to make sacrifices. What are you willing to sacrifice?

    --
    -- You see, there would be these conclusions that you could jump to
    1. Re:Sacrifice by Fat+Casper · · Score: 2
      Long waits and ticket prices are one thing; they directly affect security. Privacy? We already have too little of it. Privacy, freedom of speech and freedom of thought are all parts of the most important thing we have: liberty.

      On your point 4- I'm waiting for the callup. Is your willingness simply rhetorical, like most peoples' desire for revenge, or practical?

      --
      I spent a year in Iraq looking for WMD and all I found was this lousy sig.
    2. Re:Sacrifice by Anonymous Coward · · Score: 0

      I won't sacrify.

      If you want to give a kick to your freedom, you are free to do that.

      I won't.

    3. Re:Sacrifice by Kuroyi · · Score: 2, Insightful

      "They that give up essential liberty to obtain a temporary safety deserve neither liberty nor safety." -- Benjamin Franklin, 1759.

      The keyword there is 'essential liberty'. Which liberties are essential? life? speech? movement? privacy? How much privacy is essential? How much of the freedom to travel is essential? I dunno.

    4. Re:Sacrifice by garcia · · Score: 2

      sorry but in no way, shape, or form do I agree that we need to goto war to eliminate this problem, nor do I feel that I should have to give up my privacy in communication when I did nothing wrong.

      I want to see heavy sanctions placed on Afghanistan for their lack of serious cooperation but I do NOT feel that endangering the lives of many military personell is in any way better than what these assholes did to our civilians...

      I am most certainly willing to give up short line waits, cheap airfare, etc but my privacy? NO WAY.

    5. Re:Sacrifice by QuantumFTL · · Score: 1

      I definately agree. When we're talking about peoples lives at stake (this terrorist attack was nothing compared to what a nuclear or bioterrorism attack could have done) I don't understand why so many people care if the government looks through their messages to their friends that were sent through a communications system developed by the department of defense to find clues.

      I don't care if the FBI wants to read through my love poetry to my girlfriend, or me telling my mom what I did today. I don't care if they find out about all the programming projects I'm working on, they dont' care *AT ALL* about that stuff, they only want to konw if I've been mentioning terrorist-related things. It's not like a corporation is selling away your privacy, it's a governing body that's trying it's best to do what's best for the people right now. If you don't like what our government is doing, either VOTE or MOVE.

      The US is far too individual-centric, and we need to realize that each one of us has a responsibility to the larger community, and that that includes making sacrifices like this. We are not giving up a freedom (like free speech) we are giving up a privlege (privacy in a public forum). This is the same government that made phone-tap laws, and if they want to treat the internet differently, that their perogative. And if it's unconstitutional, our system of checks and balances will catch it sooner or later. Meanwhile, the FBI will be parsing your grocery lists. Oooh, so scary!

    6. Re:Sacrifice by HanzoSan · · Score: 1



      I'm willing to sacrafice my way of life, and my country to keep my privacy and to keep peace in the world.

      What good is living at all if you dont have any freedom?

      And defending a country, if it kills more people than he saves, may not be worth it

      right now we dont know what will happen to the middle east, i just hope millions dont die over this.

      --
      If you use Linux, please help development of Autopac
    7. Re:Sacrifice by gilroy · · Score: 2
      Blcokquoth the poster:

      I am ready to start making sacrifices to ensure that you and I do not meet the same fate.

      Bravo. I hope when the call comes, you retain your civic-mindedness. But I am struck by #4 of your willing sacrifices:

      My life. I am willing to die for my country, my way of life and to protect civilization

      Protect civilization? By sacrificing all that is good and true in it? By making a mockery of the sacrifice of thousands before you? By abandoning the principles that have made this nation the largest free, open, and lawful society in the history of humanity? I'm not sure exactly what you think you'll be "protecting" as you support calls for abridging traditional freedoms. Now is exactly the time to worry about civil liberties and the natural tendency to curtail them. Our freedoms are precisely what makes "us" different from "them", and it would be horrible if we allow these terrorists to succeed because we are too mad or too scared to remember our proud heritage of the rule of law.

      What are you willing to sacrifice?

      I am willing to sacrifice time and treasure. I am willing to risk the lives of those sworn to protect the United States, and I am willing to serve if called. I am willing to sacrifice convenience and comfort.


      And I am willing to sacrifice the entirely-reasonable but utterly dangerous lust for vengeance that could drive us more toward what we fight than what we are. I am willing to sacrifice a little safety in preservation of our traditional freedoms and the rule of law.


      Are you?

    8. Re:Sacrifice by Anonymous Coward · · Score: 0

      Jeez. You can pretty much accomplish all you want by moving to Afganistan.

      Many people sacrificed for your freedom. Please do not be so quick to give it up.

    9. Re:Sacrifice by jsse · · Score: 1

      3) Less privacy to ensure law enforcement can do what they need to do

      I totally agree with you but 3).

      What if the measures to prevent terrorists from hidding their secret with encryption falls into wrong hands? Would it be possible that terrorists would use the same methods FBI is using on us?

      I don't think weakening our security would help protecting us. We would sacrifice ourselves to the right cause, not to the morons who made unrealistic laws.

    10. Re:Sacrifice by Anonymous Coward · · Score: 0

      E-mail survaillance is not being used by agencies of any government to find/catch culprits (they are usually not stupid enough not to make use of tools to disguise the true content(encryption,codebooks.. etc.)), but to spy on their own people. The fact that most governments do that does not make it right.

    11. Re:Sacrifice by Anonymous Coward · · Score: 0


      At times of uncertainty and possibly war, everyone will have to make sacrifices. What are you willing to sacrifice?



      Sorry tealover I have already served my country, it has cost me my long term health and nearly cost me my marriage and my life. Though I am willing to stand in longer lines and pay higher prices, I refuse to sacrifice any personal freedom nor my life. I have earned the right to have someone else protect my ass for a change.


    12. Re:Sacrifice by Anonymous Coward · · Score: 0

      Are you really this stupid? Do you think they'll send you to the front line despite you having little/no training? If you sign up you'll be spending the next 6 weeks (at least) in basic training.

      Also, contrary to what you believe working for an Intelligence service isn't a James Bond mvoie. People don't go around with orders like "Your charge is to go kill Terrorists."

      Grow up, and learn to see the world for what it is. W and congress are abusing this tragedy to ramrod legislation through that they couldn't/wouldn't normally. They only thing stifling the outcry this time is some ill-informed vocal person on CNN telling the world how great the US is.

      I'm not going to sacrifice my freedom because someone decided they don't think American's deserve to live. IF you sacrifice such you lost the point. If government continues on this course, there will be no point in fighting. They'll already have won.

    13. Re:Sacrifice by Reality+Master+101 · · Score: 2

      I want to see heavy sanctions placed on Afghanistan for their lack of serious cooperation but I do NOT feel that endangering the lives of many military personell is in any way better than what these assholes did to our civilians...

      Well, I guess it's a good thing that others are willing to fight for your peace, freedom and liberty.

      You can't sanction away terrorism when the terrorists are flying jumbo jets into skyscrapers. I thought Colin Powell said something interesting this morning: (paraphrase): "The terrorists don't care how many people they kill. The scale of their attacks is limited only by the technology they have available." After this week, you aren't convinced this is true? Will it take a nuke going off before you're convinced that it just might be time to take care of this problem once and for all?

      --
      Sometimes it's best to just let stupid people be stupid.
    14. Re:Sacrifice by NumberSyx · · Score: 2


      I don't care if the FBI wants to read through my love poetry



      You may not care now, but what about in 5 years when they are still doing it. Instead of Terrorists, what if the are looking for Tax Evaders, would you care then ? The problem with giving up freedom is we will never get it back and just because the current administration CLAIM they will not abuse the power, how about the next one ? What if the next President after Bush is Pat Robertson or Jerry Falwell, they will be scanning our email to find out who wasn't Christian and who might be Gay, would that be okay with you ?


      --

      "Our products just aren't engineered for security,"
      -Brian Valentine,VP in charge of MS Windows Development

    15. Re:Sacrifice by Reality+Master+101 · · Score: 2

      Now is exactly the time to worry about civil liberties and the natural tendency to curtail them.

      You no nothing of sacrifice. Why don't you take a look at your grandparent's generation and what they sacrificed so that you we have freedom and liberty today. It's not just mamby-pamby speech restrictions (although they had those), we're talking travel restrictions, food restrictions. Freakin' automobile factories became airplane factories!

      Let me make a suggestion, and I mean this seriously to anyone who hasn't really looked into it: pick a few books about World War II. You might think you understand the prices that have been paid by our past generations, but I guarantee you don't or you wouldn't have posted this message.

      Civil liberties don't mean a damn if we have people bent on destroying us. I quoted this in another post, but I think it bears repeating. Colin Powell said something interesting this morning: (paraphrase): "The terrorists do not care how many people they kill. The scale of their attacks is limited only by their technology." Is it going to take a nuke in New York before you think there are something things that just might be more important at this time?

      --
      Sometimes it's best to just let stupid people be stupid.
    16. Re:Sacrifice by Anonymous Coward · · Score: 0

      Sacrifice is one thing but giving up our rights as Americans is another. If we give up any of our freedoms the terrorist will have accomplished one of their goals.

      Unfortunately it seems that most Americans aren't yet supporrting the type of military action that would have any chance at all of dealing with the Breeding grounds for people like Bin Laden. This is extremely sad after an event like we have seen in NY.

      What we really need to do is strick out with a massive nuclear assualt on the middle east. The goals of these strikes should be the elimination of the entire muslim populations of Iran, Iraq and Afghanastan. Follow up strikes should be centered on the any muslim shrine or religous artifact anywhere in the world.

      People are currently making the mistake of blaming this Assualt on America on terrorists. Yes terrorist implemented the plan, but people in this country have to start to realize that the genisis of this discussing behaviour come from the Islamic religion and its concept of holy war. Until we deal decisively with Islam we have no hope at all of securing this country.

      This event is som much like the bombing of Pearl Harbor by another group of religous nut cases that it is unreal. Like WWII and the ultimate destruction of Japan, we are going to have to destroy the incubator of this hate, which is Islam. Americans believing that the issue is terrorism or anything less are simply out of touch with reality.

      Have a nice day everyone
      Dave

    17. Re:Sacrifice by eXtro · · Score: 1

      Afghamistan doesn't care about sanctions. There are two parts of the country. The Taliban, who presently rule, and the actual Afghanistans. The Taliban gets what they want at the cost of the real citizens. If the citizens die they couldn't care less. They have done huge injustices to them already.

    18. Re:Sacrifice by delay · · Score: 1

      I think that people willing to die for their country are the reason such conflicts arise.
      If the terrorists were not willing to loose their life, nothing would have happened.
      Anybody who is willing to die for his ideals is not any better than a terrorist! And is to be blamed when such things happen.
      It's not about being willing to lose your life, it's about raising your voice.
      It's important that you understand that your life is not very important. If you loose it, nobody wins anything. But when you use it to do good to humankind, everybody profits. Sometimes it's important to defend yourself, but it's never a good idea to do this because you want revenge. The only acceptable reason to do this is to prevent further harm to yourself or to other people.
      And I don't know a war will prevent any harm.

      --
      What do you do when you see an endangered animal eating an endangered plant?
    19. Re:Sacrifice by Anonymous Coward · · Score: 0

      a. tax evaders are _BREAKING THE LAW_ if this helps catch them, great.
      b. if jerry fallwell becomes president, i'll eat my computer.
      c. if jerry fallwell (or any of his ilk) becomes president, it's not like he's all of a sudden the great dictator of the united states. you forget congress. the supreme court. separation of powers. 8th grade govenment class anyone?
      d. doing what you describe (looking for non-Christians, gays, etc) with the internet would itself be illegal because it is discriminatory. and if the presidnet or anyone else was caught doing that, they'd be out of office faster than you can say impeachment.
      stop with the paranoid delusions. it's almost like people around here _want_ this to turn into a police state just so thay can say "i told you so".

    20. Re:Sacrifice by Anonymous Coward · · Score: 0

      And would you feel the same way if your parents/spouse/child were suddenly picked up by the FBI and sent to a detention camp? And if this were done based on an anonymous tip from a neighbor with a grudge? And if this were done under a sealed warrant and you had no right to hire an attorney to defend against this? This happened during WWII. It happened to my grandmother (a US citizen of German ancestry for 20 years at the time)

      You people who advocate suspending civil liberties are the most dangerous terrorists of them all.

    21. Re:Sacrifice by sunking2 · · Score: 1

      Err...you assume he isn't in the reserves. I hope that you enjoy all of the rights you are given that were granted to you through the blood of your bretheren.

    22. Re:Sacrifice by garcia · · Score: 2

      opinions are like assholes.

    23. Re:Sacrifice by dwillden · · Score: 1

      Anybody who is willing to die for his ideals is not any better than a terrorist! And is to be blamed when such things happen. The willingness to sacrifice yourself for beliefs are not comparable to terrorism. What one does with that willingness is. A military action will not be targeted at a general population of innocent civilians. In targeting the WTC the terrorists proved why they were the slime they were. Plus those of us in the Armed Services have made the statement that we are willing to sacrifice our lives that freedom may flourish. But don't mistake our intentions. As Patton stated "Remember that no bastard ever won a war by dying for his country. He won it by making the other poor dumb bastard die for his country." We who serve in defense of this country have no intention of dying for the country we just recognize that it may happen in the course of making the terrorists pay. And to any who question whether violence is of any effect on Terrorism, When was the last time Libya activly supported a terrorist activity. Not since We bombed Libya. Quadaffi's daughter was killed in the attack. She was not the target he was but what is he doing these days? for the last year or so he has been making overtures to the West, trying to re-enter the world community. If we make it too costly to them, they will think twice. It's one thing to sacrifice yourself, its another if you know that your friends and family will pay as well. A war will not prevent any Harm, but if we take the time to make sure we know who to target, and them hit them with such force and power that they will never forget it. Greater harm in the future will be prevented. SSG Dwillden

      --
      I'm too lazy to compose a creative sig.
    24. Re:Sacrifice by Anonymous Coward · · Score: 0

      Could you do us all a favor and excercise #4 right away? Freedom is the only thing of value in this country. Once those are gone, there is nothing worth defending. The terrorists have succeeded in baiting foolish government officials into inflicting wounds on the country far grreater than that of the terrorist attack. Allowing phone taps and other insults to freedom is worse than a million lives lost.

    25. Re:Sacrifice by Anonymous Coward · · Score: 0

      i seriously doubt that that was the terrorist's motives. they were interested in killing people in a spectacular way that would confuse and embarrass and infuriate us, all the more so when the culprits are hiding in the shadows. let the fbi and cia do their jobs. and trust the fucking government for once! this is america, not afganistan!

    26. Re:Sacrifice by Anonymous Coward · · Score: 0

      I for one am NOT willing to sacrifice A THING so bureaucrats/politicians/media slime balls can use it as a smokescreen/blame-game to cover their incompetent butts. These people were paid, and paid very well, I might add, to deal with this.

      At the WTC, after the last episode, they spent millions, and had hundreds of bureaucrats to file paperwork, check IDs, and yet they fought the WTC fires with what? - wishes and water. How many lives would have been saved if they had some large quantities of foam (or whatever appropriate) to spray on the towers? Somewhere between none and most, but we'll never know now.

      For a few trillion dollars a year on defense, the closest fighter plane to New York/Washington available to scramble is 25 minutes away. And since when is 15 minutes a "scramble"?

      This was at least the third threat against a target with a hijacked airplane, at least the eighth serious high-rise fire.

      If you've watched any TV this week, you've constantly heard "we're not allowed to discuss that". That's because they have nothing to say. They're morons. All the "we can't discuss that" extra-super-special airport security in the past was really a smoke screen to avoid the issue. Security by obscurity.

      Nothing at all against the people who actually physically dealt/are dealing with this tragedy, but those in charge were obviously a nerd/engineer-free group.

      They paperworked and procedured to no avail, and they'll continue to paperwork and procedure because that's all they know how to do.

    27. Re:Sacrifice by Anonymous Coward · · Score: 0

      W and congress are abusing this tragedy to ramrod legislation through that they couldn't/wouldn't normally.


      Example please...

    28. Re:Sacrifice by NumberSyx · · Score: 2



      a. tax evaders are _BREAKING THE LAW_ if this helps catch them, great.


      So as long as I don't have anything to hide I have nothing to worry about ? Is that what you are saying ? There are alot of things which are not illegal, but you also would not want the Government to know about just simply because it is none of anyone elses business.


      b. if jerry fallwell becomes president, i'll eat my computer.


      This is not as far fetched as you think, GW is only about a minute left of Fallwell.


      c. if jerry fallwell (or any of his ilk) becomes president, it's not like he's all of a sudden the great dictator of the united states. you forget
      congress. the supreme court. separation of powers. 8th grade govenment class anyone?


      By reducing privacy and freedom of speech, GW and Congress will have already laid all the ground work.


      d. doing what you describe (looking for non-Christians, gays, etc) with the internet would itself be illegal because it is discriminatory. and if the presidnet or anyone else was caught doing that, they'd be out of office faster than you can say impeachment.


      Looking for people who are Moslum and have opposing political views is somehow NOT discriminatory ?

      --

      "Our products just aren't engineered for security,"
      -Brian Valentine,VP in charge of MS Windows Development

    29. Re:Sacrifice by Anonymous Coward · · Score: 0

      What a cop-out. That quote has been misused by this community for far too long. Does anyone here really believe that higher airline fares, longer airport waits, and reduced e-mail privacy constitute abridgements of "essential liberty"? Am I inferring that we should give the Federal Govenrment carte-blanche to do as they like vis-a-vis security, specifically e-mail? You're damn straight: if this is a war, that's how it is.

      After the war is another matter. The Federal Government should be allowed to monitor e-mail traffic which it believes might help to prevent another act of this sort. However, the Feds must realize that inappropriate use of that power can be investigated and/or punished by all branches of the government.

    30. Re:Sacrifice by radartroop · · Score: 1

      "Endangering the lives of many military personel"? What do you think those soldiers are for? This sort of thing is the very reason we have an Army/Navy/Marine Corp/Air Force. I wore the uniform and I know many that still do. I can guarantee you that the vast majority of American servicemen and women relish the thought of being involved in any action that punishes those responsible, despite the risks to their lives and limbs. They know their duty, and the risks of their profession: they're paid to do one of two things: train to fight the enemy and fight the enemy.

      5000 people die, yet you can't imagine giving up e-mail privacy to prevent it from happening again. Your attitude is exactly what pigs like Bin Laden are counting on. I'm sure his ilk are aware that there are many Americans too spoiled and selfish to make the sacrifices neccesary to punish those responsible and to see that it never happens again.

      Too many SlashDotters have the immature attitude that freedom is absolute, that any abridgement is tantamount to tyranny. Over the years I've been amused by many such slashdot threads. But now amusement has been replaced by nausea: these threads just make me sick to my stomach.

    31. Re:Sacrifice by matrix29 · · Score: 1

      What if they found out your weren't paying your nanny enough? What if they found out you once visited a Nazi web page just out of curiosity? What if they found out you said in anger "I want to kill so-and-so!"?

      These laws aren't to protect the average person, they exist as the perfect BLACKMAIL tool. If you get uppity, they'll review your past for you from the day you were born to the last stupid thing you said yesterday. Did you honestly think J. Edgar Hoover was protecting his citizens or was he maintaining a huge database of BLACKMAIL information against political rebellion? He did not help the people oppressed by the Mafia or KKK, he kept the people who were in power then still in power later.

      Wake up! It is not to late to understand America and its many flaws. We do not have to endure a Gestapo and another Nazi rise to power.

      --
      "Face it, a nation that maintains a 72% approval rating on George W. Bush is a nation with a very loose grip on reality.
    32. Re:Sacrifice by QuantumFTL · · Score: 1

      FIrst of all, thank you for at least reading my post, unlike the one anonymous coward who just spat a bunch of BS back.

      You may not care now, but what about in 5 years when they are still doing it. Instead of Terrorists, what if the are looking for Tax Evaders, would you care then?

      I fully understand these concerns of yours. However, Tax Evasion is a crime, a crime that steals from us all, and if I evade taxes and get caught because I bragged about it on e-mail, so be it.

      What if the next President after Bush is Pat Robertson or Jerry Falwell, they will be scanning our email to find out who wasn't Christian and who might be Gay, would that be okay with you ?

      First of all, Pat Robertson isn't really all that interested in having a list of all gay people in the united states. He happens to apply moral principles which are thousands of years old, and therefore has moral problems with homesexuality. He's much more interested in helping gays than restricting them (I do not think he feels you can force heterosexuality via legislation, he's not that stupid). So what if he DID compile a list of everyone in the US that was gay??? How would that hurt anyone? It's only acting on a list like that (and there are no laws which would allow him to do anything with that information) that could possibly be a breach of rights!

      The problem with giving up freedom is we will never get it back and just because the current administration CLAIM they will not abuse the power, how about the next one ?

      Are you kidding me??? For almost a hundred years, the freedom of african american slaves was utterly and totally ignored by the constitution. But amendments were passed and they were recognized as being free. Giving up freedom temporarily does *NOT* always mean it will be perminant. Under the Sedition of Act of 1798, it was illegal to criticize the government of the United States under penalty of fines and/or imprisonment. However, the Sedition Act was later repealed after Thomas Jefferson won the presidency. Just goes to show that you can get back freedoms that are temporarily sacrificed. Look at all the freedoms that go away under Martial Law, with curfiews, etc. I'm all for individual freedom, but we cannot be free unless the country itself is free from oppression and domination, and that is where freedom starts - protecting your country. Even if that means a sacrifice.

      Desperate times call for desperate measures.

    33. Re:Sacrifice by slashdot_commentator · · Score: 1

      "They that give up essential liberty to obtain a temporary safety deserve neither liberty nor safety." -- Benjamin Franklin, 1759.

      The keyword there is 'essential liberty'. Which liberties are essential? life? speech? movement? privacy? How much privacy is essential? How much of the freedom to travel is essential? I dunno.

      I'd say any liberty enumerated in the Constitution and the Declaration of Independence are essential. While privacy is a good thing, it never was explicitly delineated in the Constitution. The freedom to travel can be crucial. How could a citizen verify there was a concentration camp or war crime atrocity without a firsthand look? Or a mere participation in a political gathering? Remember, travel in the U.S.S.R. was heavily restricted and catalogued, and it was not to defend the motherland from Western suicide bombers.

      --
      There is no America. There is no democracy. There is only IBM and AT&T and DuPont, Dow, General Electric, and Exxon
    34. Re:Sacrifice by Alan+Partridge · · Score: 1

      take care of WHAT once and for all? the problem of terrorism will NEVER go away. In the UK we've been putting up with this shit for over 30 years, the most intelligent people in the country can't figure out a negotiated settlement for Northern Ireland, the best that they can apparently do is let the terrorists that are in jail go free, and tie the combatants up in negotiations for the rest of time. It won't work of course, but it may save lives in the mean time. Witness the idiots scaring school children to death because they walked down the "wrong" road on their way to school. And the best part of all is that there is implicit support for Irish republican terror groups by the USA in the form of the continuing existence of NORAID. God alone knows how the USA can justify that or, worse still, the continuing existence of the state of Israel, a state seemingly FOUNDED on the basis of intolerance. If the USA really cared about terrorism and international law, they'd get involved in the UN, re-run the (stolen) presidential election and admit the mistakes of the past. Now would be a good time to reconsider Cuba too, another continuing outrage commited in the name of "Freedom".

      --
      That was classic intercourse!
    35. Re:Sacrifice by gilroy · · Score: 2
      Blockquoth the poster:

      Let me make a suggestion, and I mean this seriously to anyone who hasn't really looked into it: pick a few books about World War II.


      Hmmm. I sort of think the 20+ books I've read over the course of the past few years -- about WWII, the political aspects leading up to it and following it, the restrictions during and following it, and the legal issues raised -- might qualify me just a little to speak on this, at least as an informed lay person.



      Don't pull your sanctimonious crap on me. Just because I don't agree with your position doesn't mean I am ignorant, any more than your disagreeing with me makes you so. Indeed, I have read avidly and thoroughly and have pondered much about both WW II and the impact terrorism has on democracies. I'd been thinking about it long before Sep 11. And I guess I would say that anyone who posted your message demonstrates little true understanding of the fragility and value of the American experiment.



      Civil liberties mean "a damn" especially at a time like this, when legitimate fears lead people to call for their erosion. Unlike every knee-jerk reactionary, I have faith in America that we can -- and will -- work out a way to protect our nation and our fundamental liberties. I have faith that a nation can protect its citizens within the rule of law. I have faith that the American spirit can triumph over the darkness that illuminates the hearts of the terrorists and over the fear that clouds the hearts of citizens.


      We are stronger than that. We are smarter than that. We are better than that.

    36. Re:Sacrifice by Anonymous Coward · · Score: 0

      Bravo!! Mod this up. This is one of the few reasonable posts I've EVER read on /.

    37. Re:Sacrifice by Anonymous Coward · · Score: 0
      Your attitude is exactly what pigs like Bin Laden are counting on.


      No, actually bin Laden believes there is a need for a world war between the US/Western Powers and the Islamic world. He has said things like "I have 1 billion potential soldiers". It looks like our (America's) leaders are doing everything possible to make his dream or a reality. It will be a mess whoever "wins" or "loses", unless someone comes to their senses.
    38. Re:Sacrifice by Anonymous Coward · · Score: 0

      There won't be anything left worth fighting for if we give up all our freedom.

    39. Re:Sacrifice by radartroop · · Score: 1

      Who in the world has suggested that we surrender "all of our freedom"? Not even the most hawkish politicians have made that suggestion.

      You've actually illustrated my point perfectly: at the mere suggestion of a temporarty loss of some of our freedoms many members of this forum howl as if the Constitution was being shredded. In this case, a decreased level of personal privacy somehow metamorphs into the "loss of all our freedom".

    40. Re:Sacrifice by Anonymous Coward · · Score: 0

      Of course the gov't isn't going to attempt to take "all of our freedom" at once. They know that even people like you will wake up and put their foot down.

      However are freedom is lost a little at a time. This time they may just wan't to tap our ISP's and put backdoors on encryption. In another couple of years there will no doubt be some other "crisis" and they will take a little more.

      In the end their will be no freedom left. That is why it is important to fight every single encroachment of our freedom no matter how seemingly insignificant.

    41. Re:Sacrifice by Fat+Casper · · Score: 2
      He's bright enough to be sent in with no training. It'll raise the country's IQ a notch. I was right on when I called his willingness rhetorical.

      What is getting ramrodded through? Let's see... People are actually anxious to spend Social Security money on defense. Congress just passed a resolution that makes the Gulf of Tonkin Resolution look restrictive. We're going to skip the flip-flop to putting 100k teachers in the schools with this budget and stick with putting 100k cops on the streets for quite some time. Look at what Ashcroft wants to do with wiretap laws, and look at what is happening to our email. I shudder to think of what the budget is going to look like this year- and don't think that W isn't going to have some big military op going on next september- he's going to need leverage with next year's budget.

      Remember; it is now unpatriotic to question the simpleton-in-chief. Our freedoms are what make the country so strong. Giving them up is worse than defeat by these terrorists- it sets us up for defeat not just in this instance, but in every crisis we face in the future. A country that refuses to think ends up making collossally stupid mistakes.

      --
      I spent a year in Iraq looking for WMD and all I found was this lousy sig.
  4. Carnivore et al. by Angry+White+Guy · · Score: 0

    This has been happening to telephone conversations all over the world. E-mail is only the next logical step.
    Exactly how much freedom is going to be given away so that the world feels safe?
    And one final thought: Is the compromise of personal freedom easier to swallow when it's done in secret, or is it easier to accept if it is right out in the open? Most people get upset if you tape their telephone conversations on them, or read their e-mail addresses. What makes this any different? Just because it's the government?

    Angry White Guy

    --
    You think that I'm crazy, you should see this guy!
    1. Re:Carnivore et al. by Anonymous Coward · · Score: 0

      well as far as i am concerned , it's not happening in hk .. and certainly not in US, I Don't know which dimension you are living in, but if the government tapped all the phones in US then nothing like this would have happened.

  5. What is the point here? by the+eric+conspiracy · · Score: 5, Insightful

    It sounds like the FBI is presenting ISPs with subpeonas, and the ISPs are not fighting them in court but are cooperating. Is this wrong in some way? If it were a case where someone had evidence that this was countervaling established precident or I'd be concerned. Buth there seems to be little evidence that there is any abuse at present.

    Much more of a concern would be the call by Att. Gen. Ashcroft to rewrite wiretap laws.

    1. Re:What is the point here? by Anonymous+Covard · · Score: 1
      Much more of a concern would be the call by Att. Gen. Ashcroft to rewrite wiretap laws.

      Which happened this morning (Monday).

      --
      Information wants to be free -- but informants want to be paid.
  6. Encryption by Guillaume+Ross · · Score: 1

    We will soon be outlaws I guess ! "15years old script kiddie gets 8 months of detention for using PGP, a dangerous tool, which always leads to destruction."

  7. A difficult balance.... by rootrot · · Score: 4, Interesting

    It is easy to throw away the 4th Amend. in a state of fear and/or rage. It remains my hope that rational minds will prevail...sadly, while the individual may be rational, the mob tends to act with passion.

    They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.
    -Benjamin Franklin

    Overall, it is worth keeping in mind that it was hate and revenge that created this tragedy and that to give way to hate and revenge is to let this tragedy demean and lessen us. Understanding something this massive and monstrous will take a long time, and the dialogue we will engage in about this will, eventually, be healthy and worthwhile. The trick is to not fall into the trap of knee-jerk "reactive" action.

    /rr

    1. Re:A difficult balance.... by Anonymous Coward · · Score: 0
      They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.
      -Benjamin Franklin

      We may not deserve them, but we will get safety. Just because BF said that (and is most certainly being taken out of context) doesn't make it more important than protecting us from imminent danger.

      Since you are up there on the high horse, telling us that any action is a passion filled knee-jerk, what do the dispassionate liberal geniuses say to do? Pray tell how we can track terrorists who don't raise their hand and tell the FBI who they are, without potentially infringing on the privacy of innocents.

    2. Re:A difficult balance.... by rootrot · · Score: 2, Interesting

      Dear AC (subtle irony...why do you opt to post with privacy???):

      I am in no way liberal. Personally, I think the focus should be on very small teams of very cold men each with a short list humans who no longer need to exist.

      What I do *not* want to see is the typical American response...throw lots of money (and in this case, lives) at a "problem" with very little attention on long term goals/solutions. We are a very "reactive" culture with little patience for systemic solutions.

      We sall see.

      /rr

    3. Re:A difficult balance.... by Anonymous Coward · · Score: 0
      I am in no way liberal. Personally, I think the focus should be on very small teams of very cold men each with a short list humans who no longer need to exist.

      Here's the ish... each of these men was virtually invisible, prior to the acts committed. They did business, went about their lives, took flight lessons, etc. Except for a minor traffic warrant on Atta, there was no evidence that would be sufficient to get search or tap warrants on them prior to the acts, even if some magical anonymous tipster gave the FBI all the names and details.

      There are many more like them, some perhaps even U.S. born citizens, just waiting to activate their plans in coming weeks. The people we know about, we can watch and detain, but pray tell, how do you distinguish between this theoretically perfect sleeper agent and his innocent neighbor, when the danger is imminent? Answer: you have to look beneath the surface, at bank accounts and email boxes, and tap wires. And this goes for the innocent neighbor too, as you don't know which is which.

      Most people would say "Ok, as long as it's not me and my family. Only them brown skinned folk!" Well, militant muslims come in white, black, brown, and yellow, and that's Bin Laden's recruiting base. I wouldn't put it past him to recruit the lightest skinned agents possible, and train them to have little or no accent. Witnesses say Atta had very little accent, and I would say from the pictures that a few of the suspects could pass for other nationalities under certain circumstances, if not passing for second-generation American born arabs. The point of all this is, very few people can be ruled out.

      What I do *not* want to see is the typical American response...throw lots of money (and in this case, lives) at a "problem" with very little attention on long term goals/solutions.

      Umm, ok, so you want a cheap solution that can be undertaken by as few people as possible? Sounds great, can you come up with a magical "terrorist detecting" dowsing rod? I fail to see how "bomb the shit out of them, engage them on the ground, and track and detain any and all of their associates" is not a long term solution. I realize that, for you to be a critic does not mean you have to supply a fully detailed alternative, but can you at least offer an idea of what opposite direction you would suggest? You remind me of the 300 lb lardass armchair quarterback who can tell you exactly why his team is sucking ass, but if he were placed on the field would get smashed flat.

      You also sound like one of those self-hating Americans who feels we ourselves created this situation, by our foreign relations in the MidEast and our chosen alliances there during the Cold War. I would warn you that although many people have said that up until tuesday, that's not going to be a very popular opinion for a long time (translation: if you tell a regular, unintellectual, salt of the earth American that, you will get your ass stomped).

    4. Re:A difficult balance.... by Anonymous Coward · · Score: 0

      With all respect to Benjamin Franklin, he was not living at a time when weapons of mass destruction could put the power to destroy cities and nations in the hands of a small number of determined, suicidal, misguided zealots. Any measures that the US takes to ferret out these cowards is about self-defense and survival. At least in the short term, the situation is too dire to quibble about privacy. I'd rather be alive with reduced privacy, than be dead because it is too easy for terrorists to remain undiscovered.

  8. there need to be a trade off by defunc · · Score: 1

    i wonder how many people would trade in some of their privacy to help the law enforcement agencies in preventing similar tragedies from happening in the future.



    i know i would.

    --
    .defuncrc
    1. Re:there need to be a trade off by gid-foo · · Score: 1

      Can you guarantee that the trade will 100% prevent similar tragedies? Can you also guarantee that no innocents will be taken? A false sense of security is less worth than a real awarenes of the risks.

    2. Re:there need to be a trade off by defunc · · Score: 1

      unless you try , you will never know. every little bit counts.

      --
      .defuncrc
    3. Re:there need to be a trade off by Anonymous Coward · · Score: 0

      That's a pretty weak argument. If something is 100% guaranteed to work, it's not worth doing?

      Even if there's just a 1% chance that the surveillance will stop the next terrorist attack (say, dropping Anthrax in the NY subway, or smuggling a nuke into the country, both of which would cost millions of lives), many would argue that it's worth it...

    4. Re:there need to be a trade off by j7953 · · Score: 2

      If everyone is now willing to trade their liberties for more perceived safety, the terrorists will succeed in their "attack against the free countries of the world", not by destroying the countries, but by making those countries destroy their freedom.

      "An elective despotism was not the government we fought for."
      -- Thomas Jefferson

      --
      Sig (appended to the end of comments I post, 54 chars)
    5. Re:there need to be a trade off by evilmonkey_666 · · Score: 1

      No, I dont think so.

      Do you really beleive that international terrorists communicate via an AOL email account?

      Get Real.

      --


      - PS. This is what part of the alphabet would look like if Q and R where eliminated.
    6. Re:there need to be a trade off by Anonymous Coward · · Score: 0

      Well, we'll never know if nuking mexico and canada will prevent further attacks unless we try!

      Your voice of reason is a shining beacon in these troubling times.

    7. Re:there need to be a trade off by Anonymous Coward · · Score: 0

      The problem with that is that a real terrorist will simply change their method. Giving up our privacy doesn't prevent terrorism.

    8. Re:there need to be a trade off by Anonymous Coward · · Score: 0

      OK buddy, then please post your address, name, sexual preference, health problems, credit card numbers, a list of laws you've broken with details, a list of girlfriends you've cheated on...well, we're waiting...

    9. Re:there need to be a trade off by Anonymous Coward · · Score: 0

      The US government has all the tools it needs now to prevent such tradgedies. The FBI, CIA, and DOJ have mismanaged their resources very badly this time as before. The last thing I want is to give away more of the constitution. We will never get it back.

      They are more than willing to watch, harass and jail people excersizing their rights. They KNEW that some of the people that committed the WTC crime were in country. We should all be appalled and insist on a more honest use of OUR rights and laws.

  9. So what else is new? by Dog+and+Pony · · Score: 1

    Maybe I am a bit too cynic here, but really... all those softwares are most probably installed a long time ago, and if they aren't in some places, what would you expect?

    No authority of those kinds will ever care about the average Joe if they want to do something, whether for good reasons or not. They will just do as they please, and if they overstep, they apologize and throw us a scapegoat. Meanwhile, it is business as usual...

  10. I don't mind. by soybased · · Score: 1

    Personally, I wouldent mind my email being scoured if it were simply for the task of finding the terrorists. I'm not a terrorist, so I have nothing to worry about.

    I would be angry if they were to assault me for other activities while scouring my email account though. But I seriously doubt they would/could do that.

    Due to the abuse of freedom on tuesday, I expect to see some freedoms removed temporarily. Made more secure, and then returned to the people. I completely support this.

    I'd rather be alive.

    1. Re:I don't mind. by Anonymous Coward · · Score: 0

      Well, would you be so kind as to explain the quote or at least put an url where the quote is shown in context?

    2. Re:I don't mind. by Anonymous Coward · · Score: 0

      if it were simply for the task of finding the terrorists. I'm not a terrorist, so I have nothing to worry about.

      Therein lies the problem. It is about finding terrorists now. The question is what will it be next time? Will Carnivore be left installed for the next few years? Until we've won the "war?"

      So, do you trust them to only pay attention to information related to terrorist activities?

    3. Re:I don't mind. by gwallen3141 · · Score: 1

      The government doesn't understand temporary. Once a law is enacted it's a law forever unless it's written with the legal equivalent of an expiration date. Somehow I don't see that happening here. Once you give power to these people they'll fight tooth and claw to keep it forever.

    4. Re:I don't mind. by Anonymous Coward · · Score: 0

      tell me why not.

    5. Re:I don't mind. by Anonymous Coward · · Score: 0

      the point is, nobody knows except BF, but that doesn't stop the 10,000 idiots from spewing it without explanation, but as an explanation unto itself. If I wanted to comb through all the words ever recorded by all the founding fathers, I would probably find at least a few phrases which would support surveillance in a case like this. However, I would not quote them, as the frame of reference is invalid. Put it this way: one day, George Washington probably stubbed his toe and said "Ow, shit", but AFAIK, we don't base legal policy on that. Simply spewing the quote without context, or even your own two cents, reminds me of "His name is Robert Paulsen"; mindless repetition, showing no insight.

    6. Re:I don't mind. by Anonymous Coward · · Score: 0

      I'm sorry, but who's showing no insight...

    7. Re:I don't mind. by Anonymous Coward · · Score: 0

      You'd rather be alive than free. Hmm...I'm sure that the thousands and thousands that died for your freedoms would appreciate hearing that.

    8. Re:I don't mind. by HelpfulPete · · Score: 1

      You wouldn't mind? Fine, fuck off to some shithole place like Afghanistan where people accept such gov't intrusion.

      What could possibly make you doubt that they would/could do that? Are you a natural born moron or just drunk on the flag waving?

      --
      "Society is like a stew. If you don't keep it stirred up, you get a lot of scum on top. " - Edward Abbey
  11. Anyone know the keywords? by Rayonic · · Score: 1

    Obviously they can't check through all the mail, so anyone know what kind of keywords they're searching on? There are a lot of people exchanging e-mails about the recent terrorism, so I'd imagine they'd get a lot of hits.

    Or maybe they're just searching for messages in Arabic? Or singling out encrypted ones?

    1. Re:Anyone know the keywords? by suwain_2 · · Score: 1
      Or singling out encrypted ones?

      You bring up, or mabye just cause my "unique" mind to dream up... An interest point:

      Theoretically, couldn't an unencrypted message be "more" secure? It's like hiding something in the open, where no one would bother looking.

      But I agree, they'd get a lot of hits. But I strongly doubt international terrorists would send e-mail in plain text saying "Hey, let's crash planes into the World Trade Center!" I'd think they'd use some form of 'codeword' or something...? So, for all we know, an e-mail saying "Wuzzzzzzup?!?!?! NMH!" could mean "Let's blow up the White House tomorrow." I doubt the FBI would be able to figure that out, unless they had inside sources who told them.

      Not that I have any clue how terrorists communicate, but just a thought...

      --
      ________________________________________________
      suwain_2 :: quality slashdot p
    2. Re:Anyone know the keywords? by Anonymous Coward · · Score: 0

      I would suspect that they are looking for keywords, but first filtering to those messages sent before the hijacking. Find one e-mail referenced beforehand, and then scour the account and all accounts that were communicating with that account. Hey, wouldn't it be great if this caused a little trouble for all those spammers?

    3. Re:Anyone know the keywords? by kachuik · · Score: 1
      Far more likely the important info would be, "Who sent you mail?" & "Who did you send mail to?".

      Right now, the idea is to develope leads and see where they go. Shadey Character #31 e-mailed Scumbag #47 who talks to Scumbag #48 who talks to Shadey Character #30. "Put more Agents on checking out #30"

  12. can we regain those freedoms after the war? by count0 · · Score: 1

    In wartime, and particularly in this kind of war with an invisible enemy, civil liberties will be restricted. And I fully support that, if it helps them get the people and organizations that planned and carried out this tragedy.

    The question I have is: after the war is over, can we regain those liberties which we voluntarily (at least for me) have given up? I'm not sure...and I'm not sure where the line is between short-term support of this surveillance to aid the current search for terrorists, and long-term support that will see us living in a police state.

    1. Re:can we regain those freedoms after the war? by Anonymous Coward · · Score: 0

      sure, after the war, we will all be living in a peaceful sleep. Which none of us will wake from.

      Perhaps we should look at the real problem with the world, and not just the total cost of owership.

    2. Re:can we regain those freedoms after the war? by Anonymous Coward · · Score: 0

      what's with the overreacting? police state? give me a break. unless you are involved in serious illegal shit and are spouting about it over the internet, i find it hard to believe that the government gives a rat's ass about your precious email. get over it.

    3. Re:can we regain those freedoms after the war? by Anonymous Coward · · Score: 0

      It seems like your rights have never been voiloated. In the rest of the world just like the US, human rights have been broken too many times. The police in the US have already too many freedoms, and seem to get away with all of the them. Lets look at the King beaten, let's look at the many shootings in the US everyday by police. This is just another reason why.....never mind you guys just wouldn't understand.

    4. Re:can we regain those freedoms after the war? by Anonymous Coward · · Score: 0

      tell me what you are specifically worried about, because i'm not convinced.

    5. Re:can we regain those freedoms after the war? by Safety+Cap · · Score: 1

      If you are never able to eliminate all terrorist threats, why should the government restore your rights...ever?

      Also, since the governement finds your rights to be expensive and a nusance to maintain, why not allow them to do away with all of them? It will make the government more efficient and they can pass the savings on to you!

      Now serving number 54. Number 54. How do you plead?
      [pause]
      The verdict is guilty. Number 54, report to the liquidation center for sentencing.

      Next!

      Now serving number 55. Number 55. How do you plead?
      [pause]
      The verdict is guilty. Number 55, report to the liquidation center for sentencing.

      Next!

      --
      Yeah, right.
    6. Re:can we regain those freedoms after the war? by Anonymous Coward · · Score: 0

      Sure just like taxes. Taxes were raised initially to fund war, after the war they used them to rebuild other countries, and now we need them to get out of debt. Unfortunatly I dont see the regain of those freedoms until there is some sort of world peace, globalization, and most countries having democracy.

  13. What's the difference by Anonymous Coward · · Score: 0

    with scouring phone and cell phone call records. It's been common law for decades that when a crime is committed that law enforcement personel have an ability to collect evidence. And [rivate citizens and business entities have an obligation to provide any such evidence.

    Living in a civilized society requires that each of us surrender some personal liberty for the common safety and security of society. Of course on can find an uninhabitted area, move there and live in total freedom.

  14. Find Another Way to Communicate by quakeaddict · · Score: 1

    Guys...we are at war. The normal rules do not count in war. In times of war the needs of the many outweigh privacy arguments.

    If you feel it necessary to communicate privately use regular mail or meet them in the park and simply talk.

    Electronic surveillance has done much to already get them on the right path in many cases, and I think we owe it to the country not to whine so much about privacy stuff when the only thing the feds are after are the guys who killed 5000+ of our citizens.

    --
    I'm still working on a clever footer.
    1. Re:Find Another Way to Communicate by sphealey · · Score: 2

      "Guys...we are at war. The normal rules do not count in war. In times of war the needs of the many outweigh privacy arguments."

      That is what happened during the (US) Civil War. After the war ended, the balance between government and Constitutional rights was restored to (more or less) what it had been before.

      Then came the Great War (WWI). Again the "normal rules" were "suspended". But after that war the normal balance was never really restored, and the beginnings of the National Security State were first seen. And so on through WWII, Korean War, and Cold War.

      I have always been a pretty strict constitutional libertarian, willing to accept some risks to live in a free society. Obviously such a position will be hard to defend now (in fact, I wonder if I am taking some risk by writing this).

      So I think that the idea of Constitutional freedom will be greatly reduced in the United States in the next few years, and will never be restored. Nor do I think that anyone will object too much about it. But let's not forget what we will lose in the process.

      sPh

    2. Re:Find Another Way to Communicate by singularity · · Score: 1

      "Guys...we are at war. The normal rules do not count in war. In times of war the needs of the many outweigh privacy arguments."

      Is this basically what we said to Japanese-Americans as we locked them up shortly after Pearl Harbor?

      "Guys...we are at war. The normal rules do not count in war. In times of war the needs of the many outweigh the freedoms of some. Now walk into the camp."

      --
      - (c) 2018 Hank Zimmerman
    3. Re:Find Another Way to Communicate by gilroy · · Score: 2
      Blockquoth the poster:

      the only thing the feds are after are the guys who killed 5000+ of our citizens.

      ... for now.


      It's not that the desire is so out of place, as worry as to how far this will go. What seems urgent now becomes convenient becomes standard becomes routine becomes indispensable. And then we see the FBI saying, "Well, drugs kill thousands of Americans each year. So do drunk drivers. And anyone manipulating the market disrupts the economy and impacts millions. And those who associate with anyone who is eventually linked to any of these must be suspect themselves..."



      Don't let the terrorists win! Don't sanction the uprooting of fundamental liberties for the impression of action and the illusion of safety. What is most desired by these despicable people is exactly that we become them, that we give up on three centuries of open and free government.

    4. Re:Find Another Way to Communicate by coreyb · · Score: 2, Insightful

      The difference between this "war" we seem to be in now and the wars previously mentioned is that the current war does not have a defined enemy. Indeed, we may be getting ourselves into a fight against Hydra - every terrorist we take down is replaced by three more. In effect, this is a "war" that may never end.
      What is most disturbing is that members of congress and the president and other government types are saying that "we must defend freedom" as they attempt to destroy it.

    5. Re:Find Another Way to Communicate by Anonymous Coward · · Score: 0

      The only way to end this war will be to educate everyone on the planet away from the irrationality of belief and the tyranny of unreasoning faith.

      Unfortunately, as a northern european atheist, from my perspective, we have a christian fundamentalists on one side, and a muslim fundamentalists on the other. Neither side is going to quit until they abandon their own irrational and crazy beliefs. While the heads of both sides are really interested in economics, religion is the tool they use to keep the ignorant masses slavering for a fight.

      If you're having a bit of doubt avbout how God could allow this tragedy, then good, you're on the path towards enlightenment.

      Think about it, the very fact there are so many religions should suggest to you that they're mostly bunk.

      FAITH IS NOT A VIRTUE.

    6. Re:Find Another Way to Communicate by screwballicus · · Score: 2
      Guys...we are at war. The normal rules do not count in war. In times of war the needs of the many outweigh privacy arguments.

      Why is it that specifically, in "times of war", the rights of the populace are negated by the "needs of the many"? Why not in "times of crime" or "times of dissidence"? Certainly, it would be beneficial to the "needs of the many" for the FBI to use Carnivore and Echelon in more domestic crime, should it net them a criminal conviction. Catching serial killers or convicting pimps or drug lords would certainly justify negation of privacy accross the country. It would certainly serve the "needs of the many".

      The problem with your argument in the context of American politics is that your statement is a staunchly utilitarian one. If America were utilitarian, it wouldn't need any rights at all. It would allow the government to snoop around in its citizens' personal business in whatever way served the greater good. However, America is not based on any sort of utilitarian principle, but rather the exact opposite, rights theory. Rights are not something one can choose "when it's convenient". They are allocated to us solely on the bases that we are thinking, breathing human beings. The government, furthermore, is the last body which should be able to choose, whenever it seems convenient, to wave any one of our rights for "the good of the many".

      If you're a utilitarian, then the needs of the many always outweight the rights of the individual, and our government need only decide at what level and under what circumstances it no longer has to concern itself with those rights.

      However, America isn't a police state (yet) and it would probably be best if it stuck to the rights theory expounded on by its forefathers rather than, in times of trouble, deciding that whether or not Americans actually have any rights is a matter of opinion on the part of the government.

      If "freedom is under attack" as the jingoists have phrased it, and "freedom" is our real concern, negating the rights of the populace is the most tragically ironic response to this massacre that I could possibly imagine.

    7. Re:Find Another Way to Communicate by Anonymous Coward · · Score: 0

      Easy to advocate suspending civil liberties. You did not have close relatives sent to detention capms during WWII as I have.

      People who advocate suspending civil liberties usuallly mean suspending the civil liberties of someone else.

    8. Re:Find Another Way to Communicate by morris57 · · Score: 2
      Blockquoting the blockquoter:

      Don't let the terrorists win! Don't sanction the uprooting of fundamental liberties for the impression of action and the illusion of safety. What is most desired by these despicable people is exactly that we become them, that we give up on three centuries of open and free government.



      Where in the Constitution does it say that law enforcement cannot request information from ISPs? Or do you have another source of "fundamental liberties" that I am unaware of? The bill of rights gave us protection from "unreasonable search and seizure" of our persons, papers and property but also provides the exception in the case of probable cause of law breaking.


      That said, I don't think that the terrorist most want us to give up on our form of government, more likely they want us to stay the heck out of their part of the world.

    9. Re:Find Another Way to Communicate by Anonymous Coward · · Score: 0

      Yep. I support what we did then and I'd support rounding up all Arabs and Muslims living in the United States today as well. Gentlemen, we possibly have several hundred terrorists on our shores. Almost all of them are going to be Arabs. We need to round up anyone fitting that description and lock them up in camps for their own protection as well as ours. We are at war.

    10. Re:Find Another Way to Communicate by Anonymous Coward · · Score: 0

      Why is it that specifically, in "times of war", the rights of the populace are negated by the "needs of the many"? Why not in "times of crime" or "times of dissidence"? Certainly, it would be beneficial to the "needs of the many" for the FBI to use Carnivore and Echelon in more domestic crime, should it net them a criminal conviction. Catching serial killers or convicting pimps or drug lords would certainly justify negation of privacy accross the country. It would certainly serve the "needs of the many".

      Well, maybe we should. That's how most of Europe and Japan seems to operate and look at how low their crime rates are. Maybe "privacy" and "liberty" are the bane of a modern society.

    11. Re:Find Another Way to Communicate by warpeightbot · · Score: 2
      Nor do I think that anyone will object too much about it.
      I will. And so will other voices, bigger than mine:

      Don Marti's take on a pertinent issue.

    12. Re:Find Another Way to Communicate by zgeist · · Score: 1

      I find the responses in this particular thread to be very interesting. For the last thirty years, I've heard this assertion that our (USA citizens) constitutional rights have been consistently eroded during the last century and the rate of that erosion grows faster and faster each new year. I think that is a completely unfounded assertion. With the exception of wartime restrictions, can someone explain to me, specifically, what personal civil liberties have been restricted? Aside from the fact that we are compelled to pay income tax, be involved in the Social Security and associated programs, and have to wait three days to buy a gun, I can't think of no such restriction - and in those cases I don't think of it as a restriction so much as an evolution of the social compact. I don't know if it's lack of education or some sort of particular politial complaint that drives this myth but I find it constantly referenced and never supported. Maybe this needs to be another thread but I read and hear these statements, sometimes near hysterical prophecies of doom, but I never see them supported in any depth and rarely see them challenged. "Scary how fast privacy is comprimised when the bulk of a country's email services are centralized" What privacy has been comprimised? The privacy of a dead criminal suspect? I'm not a constitutional law expert ( I just play one on slashdot) but I don't think there can be a great expectation of privacy if your dead - especially when the manner in which you died involved crashing your stolen jetliner into the WTC or the Pentagon. If stealing a jet and crashing it into the WTC or the Pentagon isn't enough cause to allow law enforcement officers to look over your "private" email, just what would one have to do to face more stringent restrictions of civil liberties like actually being arrested or jailed? There is nothing unreasonable about this act - and unreasonable search and seizure is what the Fourth Amendment is all about. The hysteria created in the slashdot community whenever an Internet privacy issue arises is about as uninformed and ingnorent as TV news reports about the Internet child porn. Reasonableness is not the same thing as Utilitarianism, to touch on another of the associated threads within this thread, but it does presupose that there is a sort of mental calculation or measurement of situation and circumstance to produce a fair and just result. Just because those results may be different given different situations or circumstances does not mean that we are unprincipled. It just means that we aren't idealogues that can only view and react to the world through the prism of their ideology. The right to privacy is important but no more important than any other right - including the right to life.

    13. Re:Find Another Way to Communicate by Rix · · Score: 1

      I think we owe it to the country not to whine so much about privacy stuff when the only thing the feds are after are the guys who killed 5000+ of our citizens.

      That is your opinion, and you have every right to it, just as you have every right to open all of your communications to the government if you so desire. You do not, however, have any right whatsoever to demand this of others.

      The fundamental rights of over 5000 people where violated on Tuesday, would you chose to violate the fundamental rights of millions in response?

    14. Re:Find Another Way to Communicate by Anonymous Coward · · Score: 0

      That is both idiotic and pathetic.

    15. Re:Find Another Way to Communicate by Anonymous Coward · · Score: 0

      "Well, maybe we should. That's how most of Europe and Japan seems to operate and look at how low their crime rates are."

      Uhhh....european crime rates are actually higher than the states,dumbass....

      "Maybe "privacy" and "liberty" are the bane of a modern society."

      Whoops,you misspelled 'slave state' as 'modern society'...

    16. Re:Find Another Way to Communicate by gilroy · · Score: 2
      Blockquoth the poster:

      The bill of rights gave us protection from "unreasonable search and seizure" of our persons, papers and property but also provides the exception in the case of probable cause of law breaking.

      Fair enough. Truth be told, the cooperation of the ISPs is not what worries me, nor what I meant to rail against. They are, at least, conforming to accepted usages of law. I am much more worried by, say, the Senate bill that expanded the validity of warrantless searches and that allows the FBI or the Justice Dept to cloak anything and everything behind an unbreachable wall of "potential threat to national security". I firmly believed judicial oversight is necessary.


      Right now, everyone's pulling together and inquiries are legitimate. How long, though, will it be before some FBI bureaucrat slips up? How long will he resist the temptation to bury everything under the National Security fence?

    17. Re:Find Another Way to Communicate by morris57 · · Score: 2

      The Senate bill you are talking about (not sure which one) would be a far more valid criticism of the government than the issue of the FBI going after ISPs. Thanks for bringing it up.

      I wish /. would investigate bills like the ones you mention... if not them, someone else maybe.

    18. Re:Find Another Way to Communicate by Spaghetti+Stick · · Score: 1

      Yes, we are at war.. My question is, how long do you think we will be at war? It sounds to me like Mr Bush is talking about a permanent war on the "scourge of the 21st Century"..

      As long as there are fanatical people and a centralized powerhouse for them to target there will be terrorists of one kind or another. Terrorists are nothing new.. they have been called pirates (the sea type), hackers (computer type), revolutionists, freedom fighters, militia, and anybody else whom the general public does not understand.

      I personally feel and have felt my entire life to be a person whom the general public does not understand.. a "geek" if you will.. I have no problem being different and thinking different. But many people don't like it and would like to stop it or harm it.. Obviously, I'm not saying that I'm a terrorist, I am saying that people tend to group and categorize.. people group their fears regarding others and when people are afraid they don't always descriminate between those people whom they fear.. I have serious concerns when people start talking about.. "we are at war. The normal rules do not count in war". I counter this line of thinking with "evil cannot be fought and defeated with actions based upon fear, evil can only be fought and defeated with actions based upon the heart"

      This is a war that has no end. The "normal rules" once gone shall never return as long as people maintain the mentality that "we are at war. The normal rules do not count in war"

      regards,
      Spaghetti Stick

  15. Carnivore is pointless by Kallahar · · Score: 1

    Keep in mind that all the ISP's ALREADY log all the connections through their network. They ALREADY have a lot of the emails, etc. on their system in the form of access logs and backups of undelivered messages.

    Carnivore can only be installed to monitor traffic to/from a specific person (as per the warrant). It can also only monitor real-time data (nothing from the past). Therefore, what is the point of installing Carnivore now? They just want to install it so that it will be easier for them to deploy it in the future to catch all the non-violent pot smokers who are "ruining the country"

    Travis

    1. Re:Carnivore is pointless by honestbob · · Score: 1

      True, provided those "non-violent pot smokers" are also members of the 30 - 50 terrorist cells which are believed to be holed up in this country at this moment. Do you deny that the threat of future attacks is sufficient reason to allow the FBI to monitor electronic communications? Would you rather risk your email being read by a computer program and possibly a person, or being blown to bits as you sit down at your desk at work?

      A democratic government's biggest challenge is to resolve conflicting interests. We are discussing weighing privacy against law enforcement and national security. Last Tuesday, the latter received an unforgettable point in its favor. I don't think this is alarmism. We have known it was possible for decades. I think we just didn't know there were people who were both willing to and capable of doing it. Now that we know, we must revise our policies accordingly.

      honestbob

  16. How could they possibly find anything... by Dr.+Awktagon · · Score: 2

    I can just imagine the FBI's sophisticated search techniques:

    "Search for Arabic names or the word Allah and turn it over to us"

    Oh well.

    rm -rf /bin/Laden
    fsck -a /usa

  17. They are following legal guidelines here... by _LORAX_ · · Score: 2

    They have authority, although the authority seems a bit broad. I mean come on, how ofen is the FBI going though the phone company logs of a suspect? You don't hear slashdot complaining when at&t and version are cooperating with a legal sopena?

    But it doen underscore the need for encryption and the fact that even you ISP cannot be trusted. We need commercial security aware companies to provide SSL'ed smtp servers because even GPG/PGP does not prevent DCS1000 from figuring out who you are communicating with.

    I would love to have ALL logs an ISP keeps be encrypted with my public key, that way the govenment cannot make use of the data without my authority.

    1. Re:They are following legal guidelines here... by coreyb · · Score: 1

      Such a subpeona is for the logs of a _single_ user.
      This new development is what comes down to looking at _all_ users' traffic, without any court giving permission. (i.e. _without_ a subpeona)

    2. Re:They are following legal guidelines here... by Anonymous Coward · · Score: 0

      that way the govenment cannot make use of the data without my authority.

      Then presumably, you also want the FBI to be unable to use the information without the permission of the terrorists themselves.

      Use your head, man. It's a different world.

  18. War versus Civil Rights by JabberWokky · · Score: 1
    I'd feel much better about this if we'd declared war. In wartime, I'm willing to accept this without them even telling me. In peacetime, I'm willing to go to the wall to defend my rights. The difference is - in wartime, there are fellow citizens (potentially myself) putting their lives in the hands of people doing their damndest to make the right decisions with very little information, while the other side attempts to cloud the issue.

    As it is, Viet Nam and Korea (and assorted lesser bloody conflicts) have been uncomfortable to label here in Merka, because Congress hasn't officially declared war since WWII.

    Of course, right now, it's kinda difficult to declare war when the extent of the enemy isn't clear... and never will be.

    --
    Evan

    --
    "$30 for the One True Ring. $10 each additional ring!" -- JRR "Bob" Tolkien
    1. Re:War versus Civil Rights by Reality+Master+101 · · Score: 2

      We did declare war. Congress passed a War Powers Act: "...the president is authorized to use all necessary and appropriate force against those nations, organizations, or persons he determines planned, authorized, committed, or aided the terrorist attacks...".

      --
      Sometimes it's best to just let stupid people be stupid.
    2. Re:War versus Civil Rights by gaj · · Score: 1

      Invoking the War Powers Act is not the same as delcaring war. The Viet Nam Conflict was fought under the hWar Powers Act, but we never did declare war on North Viet Nam. Neither have we declared war now, in any but a metephorical sense.

    3. Re:War versus Civil Rights by Reality+Master+101 · · Score: 2

      Well, the whole question of "what constitutes declaring war" has been a debate in the US for a long time. The constitution says that congress has the power to declare war, so my personal feeling is that if congress passes a war powers act authorizing war (particularly when they specifically use the word "war"), then they have pretty much declared it.

      I don't think we've had any new recent legal definitions, but if you have something, post a link.

      --
      Sometimes it's best to just let stupid people be stupid.
    4. Re:War versus Civil Rights by JabberWokky · · Score: 2
      We did declare war [foxnews.com]. Congress passed a War Powers Act

      Which is what we did in Viet Nam. (Korea was a "police action". Heh.) That does not mean that we formally declared war. For one thing, read your own post - who did we declare war on? All that was done was allocate funds. The president is Commander-in-Chief, and head of the Executive Branch of the government, and as such, any of them can use whatever force they want in any way. It doesn't take Congress' approval to do so, and in American history, there have been cases of the president and the Congress being at odds over such issues.

      The check and balance is that Congress can reallocate funds and/or impeach the president. Formal declaration of war is done by Congress, and the check and balance on that side is that the president in office can say "Yes, very good. You've declared war. But the armed services aren't going to do anything'.

      Not declaring war is a nice political move, and is why Congress gave Bush $40 billion when he asked for $20 billion for military funding. That way, every Representative and Senator can say "I voted so that the $20 billion for relief would go out, not for the $20 billion for this war that my voters don't like now". It's hard to play both sides in a stark simple vote to declare war.

      Bringing it back to subject, that ambiguity allows "emergency investigations" in peacetime... right now, the FBI are looking for terrorists in AOL. When are they going to look through your home computer as a matter of routine when someone at your place of work embezzels $5,000?

      --
      Evan

      --
      "$30 for the One True Ring. $10 each additional ring!" -- JRR "Bob" Tolkien
    5. Re:War versus Civil Rights by Reality+Master+101 · · Score: 1

      who did we declare war on?

      We declared it on "those nations, organizations, or persons he determines planned, authorized, committed, or aided the terrorist attacks". Just because we are going to name names later doesn't make it less of a declaration.

      --
      Sometimes it's best to just let stupid people be stupid.
    6. Re:War versus Civil Rights by slashdot_commentator · · Score: 1


      No, from the text, it looks like Congress approved a vague "Police Action" which authorizes the President to blow up whatever he thinks was involved in the terrorist attacks.

      Declaration of War needs the words "Declaration of War" and a Nation(s) to direct hostilities towards.

      --
      There is no America. There is no democracy. There is only IBM and AT&T and DuPont, Dow, General Electric, and Exxon
  19. And the privacy war rages on... by z3r0byt3 · · Score: 1

    Privacy is a funny thing. Everyone has secrets about himself that he would rather keep private: sometimes because having his secret revealed would be embarrassing, or would have legal ramifications, or numerous other reasons. Sometimes it's just assuring to know that there are some things you can keep private. Everyone deserves this freedom, right?

    And yet, wouldn't it also be reassuring to know that people who are plotting your death wouldn't be able to keep that a secret? Don't you wish you could make the killers, the thiefs, and the serious do-badders give up their privacy without compromising your own?

    Sadly, it's not so easy.

    There are certainly times where privacy is invaded for petty reasons; for example, take the various spy services the web offers. Any Joe Schmuck with a few bucks can find out close personal details about anyone. That seems wrong to me.

    However, I have no problem with the FBI scouring communications to detect potential suspects in major cases. I trust the FBI to be mature, not using Carnivore or related technologies for petty purposes. I will certainly stand and hand in the freedom to commit an anonymous crime for the peace of mind that everyone else has done the same.

    1. Re:And the privacy war rages on... by bendude · · Score: 1

      Look, anyone who's going to the trouble of killing me, will have no problem going through whatever they have to go through to organise their deeds.

      Jo Schmo, who likes the idea of liberty, just doesn't quite understand all the heated debate, will not go out of his way to get an anonamous message through to his government, and will not want to have to use new terrorist style technology, just to have a private discussion with his lawyer.

      While removing internet privacy will prevent people from using the internet privately, it will do nothing to stop those who truely feel the need to keep their activities private, it will only further criminalise their activities (which were already criminal). The only luser here is Joe Schmo.

      --


      Get the Hell off my planet, you slimy mobster Bush!
    2. Re:And the privacy war rages on... by z3r0byt3 · · Score: 1

      Yes, criminals who are very intent on achieving their purpose will go about their business other ways. However, with the anonymity of the internet decreased somewhat, that will make this much more difficult. If police can monitor phone conversations, email, instant messages... etc, criminals have to make a much more concerted effort to be not discovered. And in the extra time it will take to communicate, we could be hot on their trail. No one expects any technology to 100% remove terrorism or crime from our society; we're simply looking for a comparative advantage.

      As for Joe Schmoe, if encryption software must provide a government back-door, the change-over is probably seamless for him. He may have to download another program and install it (which, granted, isn't easy for everyone), but after that the implementation details are hidden from Joe. He doesn't have to do anything different than before.

      Privacy won't be completely lost; it's not as if everyone will have free access to everyone else's emails. Obviously, this is excessive. However, the authorities who have the power to prevent criminals from striking will have access to emails when necessary (admittedly, I don't know under what circumstances Carnivore can be used now, or what the circumstances will be in the future.) At any rate, I am prepared to surrender my freedom of privacy for a much greater freedom: the freedom from harm.

  20. How far does privacy have to go? by Refried+Beans · · Score: 1

    I'm glad that people are worried about their privacy at a time where it's likely to get trampled in the name of national security. I just think some people are overreacting to it. It's not like the NSA is going through all your private email and publishing it on web pages for all the world to see. The guys that are running through the world's email are probably scanning millions of emails a day using sophisticated filters and probably skimming hundreds of those with their own eyes. Do they care about your weekend plans or how much you love your dog? NO! They are looking for threats to national security. As long as you're not doing anything that would make the Federal government curious, you probably have nothing to worry about. Go back to your hole. If you are, then let them read your email and try to crack your PGP keys.

    1. Re:How far does privacy have to go? by Anonymous Coward · · Score: 0

      Off-topic? How? Do your job moderators!

    2. Re:How far does privacy have to go? by Anonymous Coward · · Score: 0

      This is #exactly# what happened to Catherine
      Davis during the OJ Simpson trial. Her laptop was suboena'd by Starr, and her private (and irrelevant) emails - including a private diary of thoughts about her husband during their honeymoon - were published in full and without her permission.

  21. i was under the impression... by anguish+feast · · Score: 1

    Didn't we just hear about Bin Laden's obsession with encryption? And isn't Carnivore or (DCS1000 or whatever) only supposed to examine email headers? If I'm not mistaken, they are only supposed to be allowed to view the message bodies to/from certain usernames/IPs and by court order on a case by case basis. I don't mean to be naive, but don't be naive enough to believe that Bin Laden and pals wouldn't use encryption or that they would be that foolish. My guess is that they will not find anything significant that they aren't already aware of. Remember, "if we outlaw encryption, only the outlaws will have encryption" - source? i forget, i think it was someone from the EFF. take care.

    1. Re:i was under the impression... by camusflage · · Score: 2

      And isn't Carnivore or (DCS1000 or whatever) only supposed to examine email headers?

      My understanding is that Carnivore can do two things. Pen Register and Tap and Trace. Pen Register can be done without a warrant, and only records from and to information. Tap and Trace, with a warrant, will capture the contents of the email. IIRC, it also works on other traffic in the same way. Pen Register capturing the host, destination, and URL, and Tap and Trace capturing everything.

      --
      The truth about Scientology, Xenu, and you: Operation Clambake
    2. Re:i was under the impression... by braddock · · Score: 1

      Follow the news. Thursday (Fri?) the US Senate passed the "Combatting Terrorism Act of 2001" in a 97 to 0 vote. This bill allows both FBI Pen Register, AND Tap and Trace WITHOUT a warrant if used on any case involving Terrorism, or COMPUTER SECURITY (any crackers out there?). Still have to pass the House (AFAIK) but, THERE WAS NO OPPOSITION IN THE SENATE ABOUT THIS!

      --Braddock Gaskill

    3. Re:i was under the impression... by camusflage · · Score: 2

      Thursday (Fri?) the US Senate passed the "Combatting Terrorism Act of 2001"

      Early Friday. It was a rider on the spending bill.

      Still have to pass the House (AFAIK) but, THERE WAS NO OPPOSITION IN THE SENATE ABOUT THIS!

      Senator Leahy (chair of the Judiciary Committee) raised the issue that it's overbroad. Given that it was an amendment to a spending bill for $40 billion for dealing with terrorism domestically, it's not exactly a surprise that it was passed like beer through a college student.

      I actually posted my own uninformed analysis of the amendment here on slashdot.

      Follow the news.

      I do try to remain clueful, especially where online rights are concerned. If my wife and I both die, the EFF and CDT are in for six figure paydays. S'matter of fact, I first mused on this Tuesday evening. Be particularly mindful of my wry comment "We promise we won't wiretap anyone without a magistrate's approval who doesn't really, really, REALLY deserve it." I hate being right sometimes...

      --
      The truth about Scientology, Xenu, and you: Operation Clambake
  22. ELNK Employee by Anonymous Coward · · Score: 0
    I am posting anonymously for obvious reasons. I don't work in the department working with the FBI. But this is my understanding:


    1) We insisted on a Court Order/Search Warrant

    2) We do value our customers privacy. This is not a change in policy. In the real world companies and individuals do need to comply with court orders.

    3) We will not install Carnivore, period. It has caused problems on our network before, and we will not install it. We have alternate means (grep is part of it I believe) of complying with LEGAL and LEGITIMATE requests by the FBI. This is not a change in any policies.

    4) We have given cash to help with the current tragedy, and will be giving more

    5) When the Red Cross called for Computer equipment, the equipment from our New York office went to them. Not just some, but a LOT of equipment.

    6) We are actually quite busy between Covad pulling out of most MSA's for a couple of Day, Verizon closing access to CO's, and SBC doing the same. Currently only a few CO's are still closed but a A LOT of customers have PVC's for DSL that run through lower Manhattan.



    Which brings me to the next point, I am getting frustrated with customers in Manhattan calling in and cussing us out to get their DSL back up. In most cases it is either a PVC that runs through the basement of the Verizon building you see in the pictures from some angles of the tragedy. Or they go through one of several Manhatten CO's that are CLOSED to all access, or if in Upper Manhattan are available for access the CLEC or LEC will not dispatch to for a variety of reasons ranging from workload to safety.


    However, the closer to ground zero, the more understanding people seem to be, but for a lot of the rest of New York, it is the SAME OLD ATTITUDE.

  23. Seems a bit futile to me by Red+Moose · · Score: 1
    Does anyone honestly believe that somewhere among the 36 million users, and possibly hundreds of emails a year at least, that they will find something like

    "OK, we will kill thousands by hijacking planes on Sept. 11 2001"

    "Signed: Osama Bin Laden"

    "PS - just to prove it's me I will send this in paper by FedEx as well....hahahha, those Americans will never be able to catch me"

    And it's hardly as if he will have an email address like osama@afghanistan.com or something.

    I don't mind them installing software or whatever, but surely there is something better to try. Like the endless talk of face recognition systems or something. I couldn't believe that in the first 24 hours they had not one mention of going through the surveillance cameras in the airports, or anything.

    --

    Acting stupid isn't much fun when there's someone around who knows better

    1. Re:Seems a bit futile to me by Anonymous Coward · · Score: 0

      thanks for the sarcasm mr. simplistic.

    2. Re:Seems a bit futile to me by Knobby · · Score: 1

      I agree, here's a quick example of how Mr. Bin Laden might avoid encryption issues and confuse the Carnivore stuff as well:

      "OOK, ve-a veell keell thuoosunds by heejecking plunes oon Sept. 11 2001"
      "Seegned: Oosema Been Ledee"
      "PS - joost tu prufe-a it's me-a I veell send thees in peper by FedEx es vell....hehehha, thuse-a Emereecuns veell nefer be-a eble-a tu cetch me-a"

      See nothing to it!

  24. Work on the assumption that you have zero privacy by Ars-Fartsica · · Score: 3, Insightful
    You can bemoan the intrusion of carnivor all you want, but lets put it bluntly: right now mainstream America is not concerned with linux hackers having their internet traffic observed. In fact, this has probably increased society's paranoia about "hackers/crackers", the internet, and electronic commerce.

    That said, work on the assumption that you are being observed. If you want to encrypt data, do so - you may have reason to. If you want to use gpg for email, you probably have good reason to do that as well.

    Its going to be at least a year until society really and actually starts thinking about civil liberties again - right now you can forget about it.

  25. Only The Guilty Need Worry! by Anonymous Coward · · Score: 1, Funny

    All these people whining about their precious privacy. What have they got to hide? What are they so worried about? If they're innocent then they have nothing to fear.

    It's not like the individuals who work for the government agencies that have been charged with enforcing the law don't know what's best for America. I know what's best for America. Hell, I know what's best for the world!

    I'll be reading your email now, but don't worry. Only the guilty will be affected.

    1. Re:Only The Guilty Need Worry! by mpe · · Score: 2

      All these people whining about their precious privacy. What have they got to hide? What are they so worried about? If they're innocent then they have nothing to fear.

      They may be innocent but "politically incorrect", which has certainly happened in recent history with the likes of the FBI. Indeed the FBI activly ignored organised crime for a portion of its history.

    2. Re:Only The Guilty Need Worry! by Anonymous Coward · · Score: 0

      wrong wrong wrong. Thats not the point. Using this logic, causes things like Salem Witch hunt phenomenon (ie if your not a witch you don't have anything to worry about, of course your dead now anyways) In both cases whether your guilty or not guilty, your god given rights as a human have been comprimised. Another example would be everybody gets full body cavity searches, but of course only the guilty need to worry. Another would be, everybody turn in their guns to the government, but only the guilty need to worry.
      Or how about everyone gets truth serum injections, only the guilty need to worry.

  26. Tunneling.. and DCMA by MadCamel · · Score: 1

    This is why I have moved my IPsec tunnel endpoint to a location outside of the US. Now, all my personal traffic is encrypted until it reaches another country(In this case, Sweden). Perhaps things like this will become more commonplace as our civil liberties decline in the face of these attacks. The strange thing about liberties is that once their gone, even if it is only "temporary", they never come back.

    Has anyone considered the effects of the new government policy in conjunction with the DCMA? Once the witch hunt is over, we could be in serious trouble.

    1. Re:Tunneling.. and DCMA by Anonymous Coward · · Score: 0

      ok, someone explain to me why it is so critical that your personal email be encryptyed up the wazoo and set via another country, etc. etc. what the fuck are you trying to hide if you go to all that trouble. carnivore, shmarnivore. so what if email is being monitored or whatever. you're only in trouble if you are doing something illegal. i wish this paranoid, big brother, police state crap would be given a rest already.

    2. Re:Tunneling.. and DCMA by MadCamel · · Score: 1

      First off, pardon my dyslexia.

      It's not E-Mail that I encrypt, but rather my IP traffic, until it is in a differant country. Why do I care? Am I doing somthing illegal? Why yes I am!
      All my CD's were stolen, and I still have the cases. I have been downloading copyrighted mp3 files and burning myself replacements. This is illegal, although I do not consider it immoral. I would be willing to bet that you yourself patricipate in SOME form of illegal activity online yourself. After they are done looking for terrorists(or, at least, when the search slows down), they will have an extensive network set up for monitering and analysing traffic. Do you think that they won't put it to use to catch us 'bad guys'?

    3. Re:Tunneling.. and DCMA by Anonymous Coward · · Score: 0

      yes they probably will. and, guess what? it's their obligation to, because whatever your opinion of the DCMA is (personally, i'm against it as i'm sure most people here at /. are), it is the law. like you said, what you are doing isn't immoral or whatever in your eyes (and perhaps many other people's), but it is illegal. so, i guess you have something to hide. i hope you don't get caught! btw: i don't do much of anything other than email over the net, none of it illegal, all of it pretty boring and uninteresting to the government or anyone else. which i will stipulate is probably the case with most americans who use the internet.

    4. Re:Tunneling.. and DCMA by arrow · · Score: 1

      The sad part is, I started reading this and thought to myself "That sounds like MadCamel".... then I looked at who posted it. *sigh* :P

      --
      symetrix. We are building a religion, a limited edition.
  27. Bin Laden's people "using cybercafes in Pakistan" by JPMH · · Score: 5, Informative
    Interesting piece in today's Sunday Telegraph on how Bin Laden is set up in Afghanistan, written by one of the BBC's most senior reporters, John Simpson, from the border between Afghanistan and Pakistan.

    The full article is at
    http://portal.telegraph.co.uk/news/main.jhtml?xml= /news/2001/09/16/wbin116.xml

    Extract:

    Forget those earnest statements from Taliban spokesmen that bin Laden is under house arrest in Kandahar or that his communications equipment has been confiscated. These things are said to deceive the simple-minded, and to distance the Taliban from his activities.
    ...

    Bin Laden has one of the most sophisticated communications systems in the region. A communications vehicle is stationed at a distance from him, and his calls are routed through it. That way, if they are intercepted, he won't be hit by some smart weapon fired from a distance.

    But he makes few calls anyway; instead, when he wants to speak to people in Pakistan, he sends his Afghan spokesman quietly across the border. No amount of international eavesdropping can detect that.

    Other bin Laden agents make for the internet cafes that have sprung up in the Pakistani border town of Peshawar. They use the most common service providers, all of them American, and refer to each other and to bin Laden himself by their first names. In the welter of e-mail traffic their messages go unnoticed. If approval for the World Trade Centre operation came from bin Laden, then this is how it would have been done.

  28. Privacy lives by Coward+Anonymous · · Score: 1

    Did anyone stop to think that if our privacy were so absolutely compromised by the government, as many here like to imagine (evil carnivore, etc.), then these terrorist attacks would have been thwarted?

    Notice, I'm not saying government surveillance is a good thing. I'm pointing out that people pretend the government to be much more powerful and nefarious than it actually is...

    1. Re:Privacy lives by Anonymous Coward · · Score: 0

      seems like they ignored alot of the information they collected until after the fact.

  29. Geeks = Not Important by Anonymous Coward · · Score: 0

    It amuses me how people on Slashdot think that the FBI gives a rats ass about their email when their looking for terrorists. 5000+ people are missing due to a terrorist act, I very much doubt that the FBI will look through 10000s of emails with no value what so ever to anyone. I wonder if anyone in the WTC was killed who had posted on Slashdot about the need for privacy, and if they would have given up willingly that need if it meant the FBI intercepting an email regarding the attacks before it happend thus letting them live.
    If you lost a loved one in one of those towers, would you not want to turn back the clock and have the FBI do all that it could to stop them?

    If you are not sending out email about bombing someone, you have nothing to worry about, simple geek emails arguing over Linux vs TheWorld is not going to make an FBI agent sit down and read it, and forget about the "principle of the thing", let me repeat, 5000+ people are missing, no one cares about your email bar you.

    1. Re:Geeks = Not Important by WildBeast · · Score: 1

      You don't know much about Mafia, Hells Angels, etc.? Those people have federal agents working and spying for them. Last time I heard about them they were accessing extensive info on cops to see which ones they could hire. Imagine them having logs of your emails, websites you visit, etc.

  30. Right to Safety by natpoor · · Score: 1

    Although we do have a right to free speech (1st Amend.) and a right against search and seizure (4th Amend.), we also have a right to "life, liberty, and the pursuit of happiness." Our rights are complex legal ideals, and embodying them in practice may be difficult and even contradictory. Media pundits have been talking about the danger to our civil rights if the government's reaction is too strong, but it's clear the right to safe flights is a right we should have. (Interestingly, it's been the conservatives that are bemoaning the possible loss of our rights, even though the administration is very conservative.)

  31. calm down.... by jeffy124 · · Score: 2

    the fbi is going after specific account information associated with specific individuals, not the general public. they are going to ISPs WITH search warrants, not just barging in and asking for arbtrary information.

    In essence, they are only moving forward with normal police work and nothing else. They are legal in their use of search warrants, and they are going after specific information.

    --
    The One Rule Of Chess You'll Ever Need: Don't play someone who carries a kit in their bookbag.
    1. Re:calm down.... by jeffy124 · · Score: 2

      in addition...

      The ISPs have an obligation to allow the FBI to execute the warrants. If they were to refuse, they could be held accountable for obstruction of justice.

      I myself am a former AOL member (jumped ship from dial-up over to broadband). In the User Agreements, AOL specified that they would turn over information at the request of law enforcement authorities. I dont recall what information that would be, just that they would. I imagine every major ISP has such stipulations in their user agreements.

      Regular people should rest assured they are not being spied on or having their civil rights being violated. This story is the typical knee-jerk-reaction-without-all-the-facts that /. has sadly become familiar with in recent months.

      --
      The One Rule Of Chess You'll Ever Need: Don't play someone who carries a kit in their bookbag.
    2. Re:calm down.... by Angry+White+Guy · · Score: 0

      I don't remember if the Carnivore system changed, but I thought that it listened to everything on the wire. Even with a search warrant for a specific account, a lot of other data may be collected and used in other investigations. It may not be used in court, but it could be used as a basis to dig a little deeper.

      Angry White Guy

      --
      You think that I'm crazy, you should see this guy!
    3. Re:calm down.... by jeffy124 · · Score: 2

      In order for the FBI to use Carnivore (or DCS200 or whatever its called), they are required to have a search warrant in place and have the system installed at various points to obtain their taps.

      The past few days have shown that ISPs are refusing to install Carnivore on their networks. This is a sign to me that Carnivore is not as large a network we all think it is. If it was this "email vaccuum" capable of grabbing everything, it would already be in place everywhere, right? The fact that ISPs are making statements that they are refusing FBI install requests suggests that Carnivore is very small in size as it is now, and probably wont grow much larger in the immediate future. On the other hand, down the road .... who knows?

      --
      The One Rule Of Chess You'll Ever Need: Don't play someone who carries a kit in their bookbag.
    4. Re:calm down.... by Angry+White+Guy · · Score: 0

      It only has to be installed in one place to be abused

      Angry White Guy

      --
      You think that I'm crazy, you should see this guy!
    5. Re:calm down.... by jeffy124 · · Score: 2

      I highly doubt it gets abused.

      Have there ever been cases of such? No.
      Would we know about cases of confirmed abuse? Yes, /. would have a field day of it.
      Have there been cases of it being used legally? Yes, this case of terrorism, intercepting the emails of the NY mob-boss (even though they were encrpyted).
      Does the FBI have the time/energy/money to abuse Carnivore? No, the case of Steve Gibson's DDoS showed that the FBI has a HUGE priority list of cases to investigate, and many cases actually go untouched for years.

      If it does get abused, it would be BIG news on /. A case of abuse would be found out because a defendant in a case would be entitled to see the search warrant authroizing the use of Carnivore. If that warrant isnt there, then all the evidence collected through Carnivore's abuse would be thrown out by the judge. These kinds of checks-and-balances exist in the US legal system to ensure things happen fairly and justly.

      --
      The One Rule Of Chess You'll Ever Need: Don't play someone who carries a kit in their bookbag.
    6. Re:calm down.... by testpoint · · Score: 1
      Checkout what the FBI was worried about in the 50's at www.thesmokinggun.com/archive/madfbi1.shtml


      The FBI investigated MAD magazine because of what it felt were unAmerican activities. MTV once told its viewers that, "Bevis and Butthead aren't role models, they're not even human". Apparently J. Edgar wasn't any better than the average MTV viewer at telling the difference between "regular people" and Alfred E. Neuman.

      What, me worry?

  32. Re:just heard on the news as commentary by Angry+White+Guy · · Score: 1, Interesting

    Because, if you have nothing to hide, you won't be targeted. I'd hardly take the commentary of a paid analyst who most likely has less knowledgable input on this subject than you or I over the perceptions and views of the encryption community as a whole.
    Will it not affect us because we will not be monitored, or will it not affect us because it will be seamless implementation that we won't notice? That commentary makes me more worried then the actual topic. I like to know what's going on, and I don't want to be part of a government mushroom treatment of the sheeple.

    Angry White Guy

    --These comments should be treated as truth until I change my mind

    --
    You think that I'm crazy, you should see this guy!
  33. It's scary by dannu · · Score: 2, Insightful

    I don't know what is more scary. That we could be at the beggining of World War III where the terrorists want us to be. Or that terrorists will launch more attacks what they certainly want to do. Or that a lot of politicians now will want to implement stricter laws what the terrorists will see as a sign of victory. Our clever politicians make a big show but change nothing.

    And mostly everybody seems to refuse to REALLY THINK about what the hell made all this happen. It's surely not just a big bank account and some mislead religious fanatism. That's just the surface. There is MUCH MUCH more to it.

    1. Re:It's scary by FrostedChaos · · Score: 1

      It's surely not just a big bank account and some mislead religious fanatism. That's just the surface.

      People search for meaning in the oddest places. Here's a hint: fanatisicism may be exactly the cause of this tragedy. You sound like a rape victim who believe's she "must be guilty somehow."

      --
      "Any connection between your reality and mine is purely coincidental." -Slashdot
    2. Re:It's scary by gid-foo · · Score: 1

      Or it could be the years of training and cash we've been handing to terrorists such as bin Laden. But nah, we don't have anything to do with it, they're just evil scum.

    3. Re:It's scary by dannu · · Score: 1

      But where does fanaticism come from? It's not a genetical malfunction. It grows on the grounds of poverty and probably also because of the arrogant west who just believes itself to be the "good" versus "them", the "evil". Imposing their view of the world on everybody else. Don't you think this is at least sometimes some kind of fanatism too?

    4. Re:It's scary by Anonymous Coward · · Score: 0

      (only anonymous cuz I'm too friggin stupid to find a nick that hasnt been Taken--anybody read Glen Cook?)

      Anyway, yeah. "It's Scary" you sound like a prostrated coward, unaware you live your life afraid. Come on! This is going to come across as ignorant, but have you ever stood up to a bully and lost? Have you ever gotten punched in the face for something you believed in? Ever? Did you hit back? Did you do any damage? Did you bleed?

      Please continue whining until you have shed your blood while standing up to bullies. Also, please continue to get what you deserve.

  34. Technology over Totalitarianism! by Rayonic · · Score: 1

    Blast it, why must this issue be about individual liberties vs. public safety? Can't we use technology to make us safer without becoming a police state? There are several options to make planes un-hijackable (cockpit sealing, panic buttons w/auto-pilot, etc.) and many other practical options available to us.

    Trying to prevent people from talking about terrorism isn't going to get us anywhere. We should make it illegal to think about terrorism for all the good it will do. I say let them talk - if hijacking a plane is impossible, they might as well be talking about the weather.

  35. Public Image by leibnizme · · Score: 1

    I don't think this is wrong at all. Many people in America - especially high profile companies - are willing to assist with the investigation wherever possible. What kind of public image would result from a statement like "The FBI reports that AOL and Earthlink refuse to cooperate with the authorities?"

    The terrorists had to communicate, and there were lots of people involved, so e-mail would be a plausible solution.

    For me, checking every possible lead for these attacks is far more important than privacy concerns.

  36. Hypocrit by Anonymous Coward · · Score: 0

    3) Less privacy to ensure law enforcement can do what they need to do

    4) My life. I am willing to die for my country, my way of life and to protect civilization

    I'm willing to die for my way of life too. My way of life includes the 4th and thr right to privacy. You apparently are willing to sacrifice other peoples rights. I am not.

    There is no right to life. If you don't believe that, swim out to sea as far as you can before you pass out. Nature guarantees only your death, not your life.

  37. The real story gets lost in the Slashdot tabloid by Synn · · Score: 1

    I'm getting real sick of Slashdot twisting facts to support the anti-corp, anti-gov paranoia around here.

    Fact: The FBI had subpoenas.
    Fact: The ISPs are refusing to install Carnivore.

    And yet somehow this has turned into a story about the FBI invading our privacy.

    Slashdot has turned into a new service I can't trust anymore.

  38. America Centric by moose...+Indian. · · Score: 1
    I object! The last couple of days almost all Slashdot reporting has centered round this largly American issue of your country being bombed. Y'know, there are 20 or so Europeans hanging out here too that would like to get some decent tech news. Sheesh.

    For the humor impaired, that was intended to be funny.

    --

    Swindon: What will History say?
    Burgoyne: History, sir, will tell lies, as usual.
    1. Re:America Centric by Anonymous Coward · · Score: 0

      Come on, that was funny! Even in times like this there must be room for humor. Besides, even you don't consider that to be funny, you can't consider it to be offending, and thus there's no need to be rude.

    2. Re:America Centric by Anonymous Coward · · Score: 0

      it was lame. not funny. not offending. just kinda lame.

  39. keyword = 911 by flollywebfrog · · Score: 1

    I have heard it mentioned that the the terrorists may have attacked on the day they did in order to take advantage of the code 911. 911 is used in many contexts, and regularly, thus if the communicating terrorists were under electronic surveilance their code may have gone misunderstood.

    --


    ________________
    All my sig are fjdklafjkldafjkldafdaklf
    1. Re:keyword = 911 by Pope · · Score: 2

      Only the USA uses month/day.
      Most ISO compliant nations use day/month, so 11/9/2001 means essentially nothing.
      I wouldn't look to closely at the dates.

      --
      It doesn't mean much now, it's built for the future.
    2. Re:keyword = 911 by BrookHarty · · Score: 2

      And if your doing file logging, 20010911 is easier to parse.

  40. It applies.. by Anonymous Coward · · Score: 0

    Gun control: Do criminals have guns today? YES

    Do ordinary, law abiding citizens have easy _legal_ access? NO

    Do terrorists have easy access to encryption tomorrow? YES

    Will ordinary, law abiding citizens have easy access to secure encryption? ASK AGAIN LATER

    None of the precautions being taken today would have had any effect on there terrorists. They will have an enormous effect on law abiding people like Dmitiri Skylarov, dissidents, unpopular Americans.

    Dozens of innocent AMERICAN Arabs are being detained by the FBI now, along with those possibly guilty. They've had no trial, no lawyer, and no rights.

    If you don't stand up for their rights, who will stand up for yours?

  41. It's really scary by dannu · · Score: 1

    I don't know what is more scary. That we could be at the beggining of World War III where the terrorists want us to be. Or that terrorists will launch more attacks what they certainly want to do. Or that a lot of politicians now want to implement stricter laws what the terrorists will see as a sign of victory. Our clever politicians make a big show but change nothing.

    And mostly everybody seems to refuse to REALLY THINK about what the hell made all this happen. It's surely not just a big bank account and some mislead religious fanatism. That's just the surface. There is MUCH MUCH more to it.

    1. Re:It's really scary by WildBeast · · Score: 1

      Want my take on this? They weren't able to win a simple war on drugs, now they want us to think that they can eliminate crime?
      Terrorists come from countries at war. The only and best long term way to eliminate terrorism is by establishing peace in those countries. Attacking Afghanistan will only make terrorists angrier and reinforces the Anti-U.S. feelings in Arabic countries. This will lead to some Arabic countries siding with Afghanistan and more Terrorism in the United-States. By declaring war on Afghanistan not only would we have helped terrorism grow but we would have hurt our children to. Think about it, children who's parents have been killed by terrorist attacks or by war will grow with hate on their mind and a few of them will become criminals.

    2. Re:It's really scary by dannu · · Score: 1

      Exactly. It feels dangerous if the president of the united states says to eliminate terrorism. Is he really that naive? As most of the americans seem to call for "a war" it would be a lot more responsible to send signals that we also needs to help improve the situations in several countries. For their own good and for justice.

  42. there is no such thing as email privacy by lophophore · · Score: 1
    There is no such thing as email privacy. Email is transmitted in the clear over the internet. It is about a private as a postcard. If you want to send a private message, then put your mail into an "envelope" with the use of PGP/GPG etc. Even then, don't be fooled. If the feds want to read your encrypted email, they can, in a very short time.

    What are you doing that's so secret, anyway?

    --
    there are 3 kinds of people:
    * those who can count
    * those who can't
    1. Re:there is no such thing as email privacy by Safety+Cap · · Score: 1
      What are you doing that's so secret, anyway?

      What does it matter? Anything the government doesn't need to know. If you could care less about your own rights, why do you bother to put your snailmail in envelopes? Just use postcards -- it's much cheaper. Why do you resist putting your government ID number, I mean social security number on all your checks, drivers license and sig? What do you have to hide?

      What if you wanted to change the government legally, but had to meet in secret to prevent the government from foiling you? Ever heard of unions? Why do you think they have to meet in secret? The answer is that the companies would bust them up on the spot and beat up or fire the members.

      Look, if you don't have anything to hide, why do you hide behind locked doors and anonymity?

      --
      Yeah, right.
    2. Re:there is no such thing as email privacy by Anonymous Coward · · Score: 0

      Don't do it via email then. If you haven't realized it by now email is not secure. If the government wants in they will just crack your simple encryption in seconds. All you're doing is pissing them off and wasting their time during a national crisis.

  43. Perspective by suwain_2 · · Score: 1
    I've always hated anything that could be used to invade my privacy. I have telnet and ftp turned off, in favor of ssh/scp. (That's common sense, I suppose.) I'm working on installing PGP or GPG. My friend and I are testing an encrypted AOL IM client we wrote. Yet I have *NOTHING* to hide, short of someone intercepting an e-mail to a friend about how I'm mad at another friend, or something like that. Or maybe my ISP might notice that I've downloaded two MP3s this month. In short, I guess you could call me paranoid.

    Yet, despite my paranoia, I was somehow relieved and comforted when the press announced that the NSA was reviewing tapes of cell phone calls to try to gather more clues in the WTC disaster. Sure, the government admitted to listening to your phone calls. But it's clearly for a good reason. I'm not proposing 24/7 wiretaps on your phonelines, packet sniffers on your LAN, or hidden video cameras in your house; nor am I advocating invasion of privacy. But somehow, for some unknown reason, I'm beginning to think that maybe a little bit of snooping here and there is a good thing. Kinda scary that I'm starting to appreciate some privacy invasions...

    --
    ________________________________________________
    suwain_2 :: quality slashdot p
    1. Re:Perspective by Anonymous Coward · · Score: 0

      err, there`s only one point you didn`t mention, as long as it is all directed to an outside enemy of the U.S. it`s ok? but, what if the Gov. wants to create a new form of Gov. or become a member of a WORLD Gov. it would then have the tools to monitor any and all who would oppose or try to organize a freedom movement (boston tea party / revolution). so then those who were trying to keep or take back the orginal form of Gov. would then be called by the media and the U.S. "the enemy" and be labeled terrorist or anti-american.

      this is the reason we cannot have flag burning laws. right now anybody who would dare to burn the flag is asking for trouble at this time of renewed patriotism. but, lets say in a couple of years by way of treaties or whatever a new form of Gov. (or world gov.) is being created. those who would wish to show a form of protest by burning the flag scince the flag is no longer a symbol of the country and Gov. that we did have but now represents the form of Gov. it replaced would again be called anti-american and be arrested.

  44. Re:just heard on the news as commentary by mpe · · Score: 2

    Paraphrased, but essentially the viewpoint is that encryption crackdowns won't affect the average citizen. So there you have it.

    So long as the "average citizen" is not an employee or customer of the businesses this kind of thing will hurt. The number of terrorists it will catch is likely to be zero. Indeed by concentrating on high tech things it may well be harder to catch terrorists in future.

  45. an unusable means by Elias77 · · Score: 1

    I can't believe that checking millions of mails will help. Terrorists who were able to plan and execute such a terrible strike and execute it in such a precision are most likely able to take precautions against mail-sniffing. After all even a fool can use encryption tools like PGP/GPG.

    1. Re:an unusable means by Anonymous Coward · · Score: 0


      You would be surprised what we can find. :)

  46. For some reason.. by Anonymous Coward · · Score: 0

    ..I don't think Osama used America Online...

    1. Re:For some reason.. by Anonymous Coward · · Score: 0

      why not? seems likely to me the operatives responsible for these attacks would have used email as a convienient way of communicating, particularly those in the usa who were in various parts of the country. and aol would be a reaonable choice. it's ubiquitious, has a large user base that's easy to hide in.

    2. Re:For some reason.. by fmaxwell · · Score: 5, Funny

      ..I don't think Osama used America Online...

      Maybe he did. That could explain why he hates America.

    3. Re:For some reason.. by WildBeast · · Score: 1

      You're right, but America Online may be used by wannabe terrorists.

    4. Re:For some reason.. by Anonymous Coward · · Score: 0

      ROFL PROLLY

    5. Re:For some reason.. by J'raxis · · Score: 1

      Even if he did, what do they expect to find?

      From: xxxTeRrOrIsTxxx@aol.com
      To: osama.bin.laden@taliban.gov
      Subject: BOOM

      Abdul just blew up the first tower, guess it's my turn now. gtg


      As if these zealots or anyone helping them were stupid enough not to encrypt or use code messages.

    6. Re:For some reason.. by Mike1024 · · Score: 2

      Hey,

      I don't think Osama used America Online

      From the article:

      Other bin Laden agents make for the internet cafes that have sprung up in the Pakistani border town of Peshawar. They use the most common service providers, all of them American, and refer to each other and to bin Laden himself by their first names. In the welter of e-mail traffic their messages go unnoticed.

      Maybe AOL is the ISP that provides service to the cybercafes.

      Michael

      --
      "Goodness me, how unlike the FBI to abuse the trust of the American public." -- The Onion
    7. Re:For some reason.. by Anonymous Coward · · Score: 0

      uhhh, I think .US hijacked .GOV, I don't think they'll be letting the Taleban have a FQDN there?

    8. Re:For some reason.. by Scratch-O-Matic · · Score: 1

      ..I don't think Osama used America Online.

      (cheerful voice)
      You've got Fatwa!

      --


      Evil is the money of root.
    9. Re:For some reason.. by J'raxis · · Score: 1

      Fine, taliban.gov.af. Heh. It was a freakin joke I wrote in 15 seconds.

  47. Subpeonas? by BierGuzzl · · Score: 2

    The statement says they're cooperating with investigators. That statement is a lot broader than "complying with the subpeona". Given the fact that national and even international security is at stake, maybe we they're justified in cooperating and we're overreacting. If an invasion of privacy becomes par for the course, on the other hand, then we've lost too many freedoms.

  48. Re: Sealed Cockpit? That's worse.... by Red+Moose · · Score: 1
    So when the cockpit seals off, the terrorists can say they will shoot one person every minute until it's open. What would you do as a pilot?


    It's totally changed the deal with hijackers; now they don't have demands, or want money or their cause spoken for on TV. Right now not one person has said why they did it. Bin Laden is just speculation.


    So if they hijack the plane, the cockpit seals off and they say that they will blow a bomb on board if they do not get control.


    I have no idea how to make a plane hijack-proof. The one thing maybe is that if hijackers ever take a plane again from now on, no passengers are going to believe a damn thing they say about threatening to blow a bomb unless they get 1 million dollars or something. They'll prob all freak out and beat the shit out of them.

    --

    Acting stupid isn't much fun when there's someone around who knows better

  49. Think For A Second by Cylix · · Score: 3, Insightful

    The system guys behind these large ISP's are *gasp* slashdotters too.

    No one wants carnivore on their system. From the information I know (loosely collected from over the internet and slashdot posts), the concerns are that it could too easily gain information from other users. To me carnivore sounds like an overglorified packet sniifer. (Of course we will really never know until the code is released to those who can make an honest assessment)

    Earthlink cooperates with the FBI all of the time on warrants. Earthlink has its own software that will serve the needs of the FBI. Thus there is no need for carnivore. So in the end, the FBI's information is gleaned and those communications of customers not cited in the warrant are kept private.

    No one is saying, come in, sniff the network for those Arab bastards. Alot of people share the same values as yourselfs.

    This is not the end of civil liberties.

    --
    "You should always go to other people's funerals; otherwise, they won't come to yours." -- Yogi Berra
  50. The new me by Anonymous Coward · · Score: 0

    At this point I don't care what the FBI does. They can read all my e-mail, they could steal my trash, they can even tap my phone. If it means catching the Godless men who did this, it will be well worth it.

    chmod a+x /bin/laden

  51. TOS (not really a flame, it just sounds like one) by MegaFur · · Score: 1

    Most Terms of Service agreements say, in essence, "we promise to protect your privacy unless it becomes inconvenient e.g. if the cops ask for your personal info, we'll give it to them".

    Read the fine print guys. You (probably) agreed to this when you signed up for service.

    Have you ever seen "Pump Up the Volume"? At one point, all these reporters are at the post office and they want to know who the "Happy Harry Hardon" post office box is registered to. The clerk says, "I'm sorry, policy says I can't give you that information." Then the cops show up, and one of them says, "But you will give it to me." To which the clerk responds, "I certainly will." [He does].

    This is normal guys. If you don't like it, write your representatives. However, given the current political climate, I doubt you'll get far.

    --
    Furry cows moo and decompress.
  52. No choice by SilentChris · · Score: 2
    I don't think given the situation right now, and the situation in the future, that we even have a choice in this. If the FBI wants to install monitoring software at AOL's base in Virgina, and they have a court order to do so, for how long can the goverment actually be stopped?

    And personally, I can't imagine anyone who was in those buildings, even privacy advocates, arguing against limited monitoring for the foreseeable future. If terrorist militant plans to kill 5,000 people could be averted by a simple keyword search, I'd gladly "trade-in" some of my freedom.

    1. Re:No choice by Safety+Cap · · Score: 1
      ...I'd gladly "trade-in" some of my freedom.

      "Trade" implies you get something in return. Guess what? You give up your rights (and your kids' rights...), you don't really get anything in return, 'cept a police state.

      If you think giving up your civil liberties will give you security, then you're living in a dream world.

      Q: What kind of car alarm will prevent a professional thief from taking your car?
      A: None! If the crooks want your car, you can't stop them.

      Q: If you want to completely stop terrorism in this country, can you lock down all citizens, suspend the constitution and treat everyone as if they were guilty before proven innocent?
      A: You Sure can! Will it work? Nope.

      Now, put on your brown shirt and start monitoring your neighbor!

      --
      Yeah, right.
  53. so sick of this by Anonymous Coward · · Score: 0

    jeez I am so fed up with all this slashdot crap about privacy coming under threat and oh no, they're going to ban encryption.

    What's the big fuggin deal? why are you all so jump-on-the-bandwagon big-brother-out-to-get-us ? Have you done something wrong, something illegal? no? then shut the hell up because there are people out there that have bad intentions and if a loss of some internet privacy is at stake then so be it. Stop getting so jumpity about it all when there is just no reason to be. Like the feds would be interested in this bunch of open source whiny shits anyway.

    1. Re:so sick of this by WildBeast · · Score: 1

      With the number of laws out their I'm sure you've done a lot of illegal things.

  54. What did you expect? by fmaxwell · · Score: 2

    Of course law enforcement agencies want to search for clues in e-mail and I would be very angry, as an American, if AOL, Earthlink, or other ISPs were anything less than cooperative with reasonable requests.

    Choose your battles wisely. An investigation into the worst act of terrorism in our nation's history is not the same thing as Carnivore systematically, but without specific purpose, examining every e-mail that goes through an ISP.

    If you are transmitting data of a sensitive nature, encrypt it. If you have sent unencrypted e-mail indicating your involvement in criminal activity, then you should be arrested -- for stupidity!

    1. Re:What did you expect? by sinster · · Score: 1

      If it is true that both AOL and Earthlink are cooperating with duly authorized search warrants. And if it is true that these search warrants are sufficiently specific to pass constitutional muster. Then ya, I don't have a problem.

      However, we know nothing about whether AOL or Earthlink have been served search warrants. We know only that Earthlink has been served a subpeona: that has a far lower level of judicial oversight than a search warrant. Specifically, subpeonas have no judicial oversight.

      Further, we haven't seen the subpeona served on Earthlink. So we don't know if it's addressing specific information, as would be required for a search warrant, or if it's a blanket subpeona covering all of Earthlink's records.

      For the uninitiated:

      A search warrant is requested of a judge in closed session by law enforcement personnel (including DAs and AGs). The petitioning party has to convince the judge that sufficient evidence already exists to lead investigators to believe that a particular item or piece of information exists at a specific location. That item or information must be named in the warrant, and in the case of information, its specific expected physical embodiment must be named as well. Only things specifically named in a search warrant are subject to seizure. While there have been many search warrants issued this century that are broad and inspecific, or even based on insufficient evidence, those search warrants are illegal and can be legally resisted by the target, generally by refusing entry until his lawyer arrives. Search warrants are issued before a case has been filed with the courts.

      A subpeona can be issued by either the defense or plantiff in any civil or criminal matter. A case has to have already been filed in the courts. Subpeonas are issued during the discovery phase of the trial. The clerk of the court provides any requested number of prestamped subpeonas to each side in the case, and the two sides can fill them out requesting any information or item from any party that they choose. Subpeonas must always be complied with. But, if the opposition objects to the target of a subpeona (defense objecting to a plaintiff subpeona or vice versa), the judge can rule that the evidence is inadmissable. But that ruling occurs after the subpeona is executed. (Subpeonas can also be used to compel people to appear in court as a witness, or to submit to deposition).

      The most abusive subpeonas you'll see are those issued at Grand Jury investigations. Those are insanely broad.

      If, as reported in the link above, the FBI has issued a subpeona to Earthlink, that means that either a grand jury has been convened or that a court action has been filed.

      I think it's more likely that the article misreported a search warrant as a subpeona. In any case, I didn't see any mention in that article of AOL being served with a search warrant or subpeona... and we have all seen AOL's history of cooperating with warrantless searches.

      You can be certain, however, that the FBI, secret service, and other investigating agencies are going to take full advantage of the fact that it is politically expensive for any entity to deny any law enforcement request in these times. Dont expect the agencies to exercise any kind of restraint in their requests. You will see a whole lot of unreasonable requests with which the targets will meekly comply. And in the next 5 years you will see many prosecutions based on evidence gathered during these next few months, which are nevertheless totally unrelated to the WTC/Pentagon attacks.

      --
      -- Nolite audere delere orbiculum rigidum meum.
  55. WAKE UP AMERICA!!! by Anonymous Coward · · Score: 0



    EVERY THOUGHT ABOUT THIS?

    They could just download and store those emails, for later, detailed, completely-unrelated-to-terrorism analysis. Not saying they will, but how could you as a citizen detect or even prevent that, huh?

  56. Individualism by Anonymous Coward · · Score: 0

    The US is far too individual-centric, and we need to realize that each one of us has a responsibility to the larger community, and that that includes making sacrifices like this.

    Like hell it does. The social conscience and community standards enforced by government is what countries like Afghanistan are like. If you don't like how life is in the US, and the US Bill of RIGHTS, then leave.

    I'm sure Afghanistan would love a coward like you to come over and defame the US.

    Perhaps you don't understand we are not worried about terrorists having their rights violated. We ARE worried about all the non-terrorists whose rights will be violated. The 1950's MacArthism rose because of such cowardsly knee jerk responses from people like you.

    America is about dissent. Sadly, people like me who understand it, and support your right to voice that dissent do not enjoy the same consideration from short sighted people such as yourself.

    Unpopular speech is the only speech that needs protection.

    1. Re:Individualism by QuantumFTL · · Score: 1

      Normally I do not respond to anonymous cowards, however it appears you didn't even read my post!

      No where in my post did I condone the restriction of free speech. In fact today I think free speech is restricted too much. In my dorm at Cornell University, if I was to say "I hate Jews, they are a bunch of $@#&$%'s..." (I use that example because many of my friends are jews, and I do not hate them in the least) I would be punished and that would be put on my perminent record. That is not free speech.

      I'm all for allowing *ANYONE* to say "The US Government Sucks" or "AMERICA IS BAD" or whatever. What did my post just say? That America is too individualistic. The Right to Free Speech *IS* constitutional, and I hold that as being very sacred. (Some Europeans I've met don't understand why our constitution is some important).

      My post specifically stated that there was something wrong with taking away a RIGHT (free speech was my example!) but that there was nothing wrong with taking away a privelege (privacy in a public forum) if there is a need. In my mind, illegal search and seisure does not apply to internet transmissions any more than it does to someone transferring a giant load of illegal weapons/drugs/whatever in the back of their pickup truck, in public, from one house to another, on a public roadway. You wanna talk in private, go there and talk in person. Otherwise, the government is bound by laws that it makes, and it can change those if it wants to.

      Perhaps you don't understand we are not worried about terrorists having their rights violated.

      Perhaps you have never learned about government, in which case your ignorance could be excused, however in the United States, even CRIMINALS have rights. Constitutionally, we must protect those rights as much as we would protect a non-criminals. The subset of rights which criminals have may be smaller than those of innocents, however it is no less important! Perhaps you should try reading the constitution, or at least reading a book about it if there's too many big words in it for you.

      America is about dissent. Sadly, people like me who understand it, and support your right to voice that dissent do not enjoy the same consideration from short sighted people such as yourself.

      You know, I think that before you write an acidic post like that above, you should ACTUALLY READ THE POST YOU ARE REPLYING TO. In fact, if you have the time/brainpower, you may want to THINK ABOUT WHAT THEY SAID FIRST. You appear to be able to speak english, so I would assume you are capable of comprehending the ideas of my last post. All I said was that I personally do not care if the FBI looks through my e-mail, I have nothing to hide, and that I think too many people put their privacy (from a government organization that cares little to NOTHING about the stupid details of most people's everyday lives) above the lives of their fellow citizens. And if you couldn't understand it when I wrote that, you probably still don't understand it now.

      Also, do you not see the irony in hiding behind anonymity to criticise someone for being cowardly?

  57. hmm by seann · · Score: 0

    I'm all for it, unless they are reading each email one by one.

    --
    I'm a big retard who forgot to log out of Slashdot on Mike's computer! LOOK AT ME.
  58. If you want privacy by alen · · Score: 1

    Run your own fiber lines and buy yaour own hardware. All of your communication runs on equipment owned by others. And they have an interest in protecting it.

    If you want privacy in your travels, walk from NYC to LA all you want. But if the airplanes are owned by others they may want to take steps to protect their property and the livews of other passengers.

    If you want privacy in email run fiber or copper lines to anyone you email. As long as your communications travel on hardware owned by private companies they will take an interest in protecting their property. A lot of data and phone lines were damaged in the attack.

  59. Re:Work on the assumption that you have zero priva by coreyb · · Score: 1

    It is very important to realize that one may have reasons for encrypting data that are not related to anything remoteley criminal. Keeping secrets is not a crime.
    What would it be like to send a letter (snail mail) to a loved one about intensely personal issues, such as the revelation that you have AIDS, knowing that a government agent will read it first? That would scare the shit out of me.
    Freedom can not be saved by its destruction.

  60. If you care about your mail by MSisNOT4Sale · · Score: 1

    Run PGP and get your own mail server running.

    --

    When death looks you in the eye, smile. Someone needs to cheer him up.
  61. slighty OT- social -vs- military conflict - by rootrot · · Score: 5, Insightful

    There are broader issues at risk here too...a writer friend of mine, Harvey Ardman, just sent the following and I thought it was worth sharing:

    Who are the combatants in this war?

    On the one side, you have the secular, multi-ethnic Western nations, dedicated to progress, as they define it, embracing technology and change, extolling prosperity and materialism, tolerating differences, promoting freedom of speech and freedom of choice, and bent on imposing their forms of commerce, government, philosophy and even religion on the rest of the world--all in a spirit of good will, of course.

    On the other, you have fundamentalist religion, most particularly Islam fundamentalism but not limited to it. These people despise what the Western nations stand for and fear that their beliefs and their world cannot survive the secular tsunami. Let me say this again: they believe their spiritual survival is at stake.

    When Osama Ben Laden saw American troops operating in Saudi Arabia, his homeland, during the Gulf War, he was not only furious, he was afraid--afraid for his culture, his religion, his social beliefs. He saw this degraded culture, this wave of infidels, from his point of view, threatening everything that he loved and believed in.

    This, by the way, is why the Arabs continue to attack Israel, and to speak of it with loathing. It is a secular state in a fundamentalist world. It is a western bastion, even a Trojan horse. This is why the Arabs have NEVER attacked any Israeli religious targets. It is not the religion that bothers them. It is the lack of religion. It is the secular Israel that offends, not the Jewish one.

    There is a key difference between the combatants. The secular westerners believe, in a vague and comfortable way, that their way of life is desirable and superior to the lives and values of the fundamentalists. They are intellectually and philosophically committed to their beliefs. The fundamentalists, on the other hand, believe in their cause with every molecule of their bodies. Ours is a reasoned, reasonable belief. Theirs is fanatic.

    How can we prevail over this level of belief, especially since we cannot match it. How can we outlast such passion? Well, I don't believe that we can win the battle militarily, although we might be able to strip the terrorists of most of their power, at least for awhile.

    What's needed here, I believe, is both a military and a social war. The military war must be fought against identifiable terrorists. The social war must be fought against poverty, inequality and famine--for these are the seeds of fundamentalism, this is the food of fanaticism.

    It is not much of a sacrifice for us to fight that military war. We're good at that. We secretly enjoy it. To fight the social war, however, we must find new reserves within us. We must make genuine sacrifices, sacrifices to which we are unaccustomed. We must give not as we gave during World War II, but as we gave afterward. I'm talking about the Marshall Plan, which resurrected Europe from the ashes of war.

    On the surface, the Marshall plan--billions in relief for Europe--was a generous act. But of course self interest was involved, in at least three ways. First, we were desperate to keep Western Europe out of Soviet control. Second, we had pressing economic reasons to make sure Europe became strong and prosperous again. The people of Europe were our best customers. Finally, the values of Western Europe were the same as ours. Supporting them strengthened us.

    We have a self-interest in undertaking similar programs for the 3rd world. It is the only way we can keep these people from fanatic fundamentalism. It is the only way we can hope to once and for all defeat terrorism. We must reduce the difference between the haves and the have-nots. We must end abject poverty at the very least.

    Here's what makes the socialwar so difficult: We will be sorely tempted--because we strongly believe in our values---to attempt to impose them on those we aid. We will demand they embrace democracy?. We will demand they allow freedom of speech and yes, religion? Will we insist that they become as secular as we are? And if we do, will we just be creating more Osama Ben Ladens?

    I don't know the answers to these questions. I do know that the social war is much more complicated than the military one. And it is also more important, because no military victory is forever, in the long run of history. No conversion at the point of a gun is a genuine one. Vengeance always leads to revenge.

    We need to change minds more than we need to kill terrorists. It will not be easy. I hope we have the stomach for it.

    /rr

    1. Re:slighty OT- social -vs- military conflict - by Jeremy+Erwin · · Score: 2

      Nuclear strikes against Afghanistan will only exacerbate the various conditions that encourage disillusioned youths to join terrorist organizations, and throw their own lives away in a manner calculated to take the lives of others.

      It has been speculated, rightly or wongly, that the persons behind this terrorist plot wish to foment a global conflict between those they see as their allies and those they see as their enemies.

      The recent attacks were directed against symbols-- financial, political, and military. Each person who died was killed not because of personal reasons, but because they happened to be in the building at that exact moment. Make no mistake, the terrorists intended to kill-- but they made no effort to determine who, in their eyes, "deserved" personally to die.

      Attacks, particularly with nuclear weapons, that reflect a similar callousness towards the individuality of human life, are no more morally justified than the terrorist attcks they were intended to avenge.

      Morevever, the purported justification-- to shock into submission-- bears a chilling similarity to the motive behind most terrorist attrocities.

    2. Re:slighty OT- social -vs- military conflict - by wass · · Score: 3, Informative
      This, by the way, is why the Arabs continue to attack Israel, and to speak of it with loathing. It is a secular state in a fundamentalist world. [snip] It is not the religion that bothers them. It is the lack of religion.

      Your friend seems to have missed some television and radio broadcasts within Palestine and also other parts of the Arab world. Here are some notable quotes. Note that this isn't Joe Schmoe off the street venting, but these are people in positions of leadership, with tremendous public responsibilities. Much of their anger isn't directed merely at the political state of Israel, but all Jews indiscriminantly. That certainly sounds like a religious issue to me.

      After the lynching of two Israeli army soldiers who made a wrong turn into Palestinian-controlled territory, Dr. Ahmad Abu-Halabia, member of the "Fatwa Council", appointed by the Palestinian Authority, said this, live on Palestinian television.
      "The Jews are Jews, whether Labour or Likud, the Jews are Jews. They do not have any moderates or any advocates of peace. They are all liars. They are the ones who must be butchered and killed. As Allah the Almighty said: 'Fight them'. Allah will torture them by your hands and will humiliate them and will help you to overcome them, and will relieve the minds of the believers. ... Our people must unite in one trench, and receive armaments from the Palestinian leadership to confront the Jews. ... Have no mercy on the Jews, no matter where they are, in any country. Fight them, wherever you are. Whenever you meet them, kill them. Wherever you are, kill those Jews and those Americans who are like them - and those who stand with them - they are all in one trench, against the Arabs and the Muslims - because they established Israel here, in the beating heart of the Arab world, in Palestine. They created it in order that it be the outpost of their civilisation - and the vanguard of their army, and to be the sword of the West and the Crusaders, hanging over the necks of the Muslim monotheists, the Muslims in this land. They wanted the Jews to be the spearhead for them..."

      Bashar Assad, the President of Syria, referring to the Arab-Israeli conflict, has this to say as he welcomed the Pope to Syria on May 6, 2001.
      "They [the Jews] try to kill the principle of religions with the same mentality that they betrayed Jesus Christ and the same way they tried to betray and kill the Prophet Mohammed."

      Here's a sermon broadcast on Palestinian Authority television on August 3, 2001. I don't know the name of the speaker.
      "All weapons must be aimed at the Jews, at the enemies of Allah...whom the Koran describes as monkeys and pigs, worshippers of the calf and idol worshippers. Allah shall make the Moslem rule over the Jew, we will blow them up in Hadera, we will blow them up in Tel Aviv and in Netanya in the righteousness of Allah against this rif-raff.....We will enter Jerusalem as conquerors, and Jaffa as conquereors, and Haifa as conquerors and Ashekelon as conquerors...we bless all those who educate their children to jihad and to Martyrdom, blessing be he who shot a bullet into the head of a Jew."

      After Arafat's cease-fire declaration, Sheikh Ibrahim Madhi had some nice words on Palestinian Authority television, broadcast June 8, 2001.
      "...Allah willing, this unjust state...Israel will be erased; this unjust state, the United States will be erased; this unjust state, Britain will be erased...Blessings to whoever waged Jihad for the sake of Allah...Blessings to whoever put a belt of explosives on his body or on his sons' and plunged into the midst of the Jews..."

      So, you might believe that events of the Arab-Israeli conflict aren't religiously motivated, but I completely disagree. What I find apalling, though, is that not only is violence encouraged, but it's directed not at the political enemy of Israel, but at all Jews. Luckily, here in the USA, our political and religious leaders have the responsibilities of being civilized, and publicly renounced not only violence, but racial and religious discrimination and persecution.

      --

      make world, not war

    3. Re:slighty OT- social -vs- military conflict - by Tim · · Score: 4, Insightful

      "This is why the Arabs have NEVER attacked any Israeli religious targets. It is not the religion that bothers them. It is the lack of religion. It is the secular Israel that offends, not the Jewish one."

      Exactly right. I have been more than a little bothered by the rhetoric from our leaders that would suggest this attack was "an attack on democracy," or "an attack on our way of life."

      This attack was an attack on American political and ideological hegemony, plain and simple. Fundamentalists may or may not be "fanatical" (I don't like to paint with such a broad brush), but it seems pretty clear that the people who did this were not attacking our way of life, specifically. They were attacking our tendency to impose our way of life on nations and cultures around the planet.

      I will never suggest that this justifies the taking of thousands of innocent lives, because it doesn't. But, we can only expect these types of disasters to continue as long as our leaders fail to recognize the underlying causes and continue with their own chest-beating, flag-waving version of patroitic fundamentalism.

      --
      Let's try not to let fact interfere with our speculation here, OK?
    4. Re:slighty OT- social -vs- military conflict - by rootrot · · Score: 1

      I agree completely. I think, with respect, that you miss his point. He is *not* saying that it is not religious in nature. He is saying the religious issue is deeper than the simple "them" and "us." We, Jews and other non-fundamentalist Muslims, are a very real and immediate threat to the very core of their beliefs. This is in now way a justification for the actions...just a questing for understanding...
      /rr

    5. Re:slighty OT- social -vs- military conflict - by phutureboy · · Score: 2

      Nuclear strikes against Afghanistan will only exacerbate the various conditions that encourage disillusioned youths to join terrorist organizations, and throw their own lives away in a manner calculated to take the lives of others.

      A broad, sustained conventional military campaign with even low levels of civilian casualties will accomplish that just fine. No nukes necessary. There are plenty of extremists waiting to take bin Laden's place, and we're about to stir up enough venom against the U.S. to give them all the inspiration and support they need.

      If we indiscriminately bomb the hell out of Afghanistan, and continue trampling over Iranian, Iraqi, Sudanese and Pakistani civilians, we will surely create a whole new generation of bin Ladens. Perhaps this is exactly what bin Laden wants, and the acts on 9/11 were just bait. Sort of like a giant DoS attack using broadcast ICMP reflectors.

      No matter. The American people are filled with a bloodlust which will not be satisfied until we have taken at least as many innocent lives as the terrorists, and imposed U.S. dominance on every Muslim country in the region.

      And the cycle of violence will continue, with wave after wave of terrorism on U.S. soil.

      When will we learn?

    6. Re:slighty OT- social -vs- military conflict - by wass · · Score: 2
      Point taken. It's interesting to examine what would go on in someone's head regarding incidents like these. I think that if what you described is the case, though, then Osama Bin Laden has no logical justification for his actions. I, too, am against the "Westernization" of the entire world. I saw this happening to Japan when I was there a few years ago, through American consumerist capitalism and the throngs of American missionaries throughout the country. However, in no way, would I advocate violence or terrorism to prevent this "western contanimation". Examine the following two possible scnenarios of what might be occuring in his thoughts as he's preventing Western decay of his fundamentalist ideals. He can thus either act entirely within his set of beliefs to prevent it, or he could change his beliefs somewhat in order to prevent the Western incursion.

      In the first possibility, he's prevent the onslaught of Western imperialism by adhering to his fundamentalist Islamic or SaudiArabian/Afghani cultural beliefs. However, if this culture advocates or defends the unprovoked murder of 1000's of innocent lives, then I completely DISAGREE with his culture, and I think what he stands for is an insult to humanity. In that case, I have no sympathy for the impending influence of Western thought and ideals.

      On the other hand, he might go to extremes to prevent the contamination of his pure culture. If that's the case, then he's already guilty himself of ruining his pristine society, but tainting it not with Western imperialist capitalism, but with ultraconservative fundamentalism. In this case, he's just as guilty as the parties he's trying to check. If so, then he has absolutely no qualms to hold against the West, and has no justification for any of his actions.

      In either case, I don't see any rational view of his violence, and in either case, IMHO, he's guilty of some crimes against humanity in one form or another.

      --

      make world, not war

    7. Re:slighty OT- social -vs- military conflict - by SailorBob · · Score: 2, Insightful
      I was just reading your comment on slashdot and wanted to make a few minor clarifications. Just so you know who's talking, I'm a Jew born in the USA who immigrated to Israel and am currently serving mandatory service in the Israeli army.

      You make the statement that, "the Arabs have NEVER attacked any Israeli religious targets. It is not the religion that bothers them. It is the lack of religion. It is the secular Israel that offends, not the Jewish one. "

      The Arabs have, in fact, attacked Jewish religious institutions and have done a great deal to delegitimize Jewish history, religion and nationality. After Jordan expelled all the Jews from east Jerusalem (including the old city) in 1948 they destroyed all of the Jewish houses of worship (Synagogues) in their part of the city. There is a Jewish cemetery outside the walls of the old city in the valley of kidron. It is ancient. Jewish kings from the second temple period are buried there as are some of the high priests of the temple and many other jewish notables from throughout history. The Jordanians vandalized the cemetery, destroying ancient graves and taking the headstones from many graves to use to tile toilets and build sidewalks and roads. During the current violence the arabs have burned the Tomb of Joseph and are currently doing all in their power to erase all traces of jewish history from the temple mount. They are building a new underground mosque in the mount and are cutting up stones from the second temple period that they have found while digging, to use as tiles for the mosque floor. They have specifically targeted ultra-orthadox non nationalist Jews for attack on holidays when they come to pray at the Temple Mount's western wall. At this point they are simply anti-semitic in addition to being anti western. Maybe part of the cause was that the Jews brought western secularism to the area, but I doubt that. All of the arab dictators are secular arab nationalists for the most part. Of course the islamic fundies hate them too, but the fact is that if we Jews were instead secularized muslims they wouldn't be fighting us the way they are.

      The cause here is something else. The fundie muslims believe that they are intended to rule the world by Allah and to convert or kill all pagans, and to put people of the book (Jews and Christians) under the heel of their rule as subjects. They believe that they are inherently superior by fact of being muslim and that any area that they've conquered in the past, such as Israel or Spain, is their property - Islamic Waqf. They see the Jews in Israel as a inferior subordinate people who have basically revolted and taken away a piece of the Islamic nation's real estate.

      Anyway, I'm sorry I've been rambling on for so long... It's late, someone was murdered by terrorist's in my neighborhood in Jerusalem last night so I'm note particularly happy at the moment.

      --

      Woopty Doo Basil, what does it all mean?!

    8. Re:slighty OT- social -vs- military conflict - by lohen · · Score: 2, Insightful

      > This, by the way, is why the Arabs continue to
      > attack Israel, and to speak of it with
      > loathing. It is a secular state in a
      > fundamentalist world. It is a western bastion,
      > even a Trojan horse. This is why the Arabs have
      > NEVER attacked any Israeli religious targets.
      > It is not the religion that bothers them. It is
      > the lack of religion. It is the secular Israel
      > that offends, not the Jewish one.

      It should also be pointed out that there is another, very real reason for the widespread hatred of Israel in the Arab world - the 50-year long persecution of the Palestinians, and intermittent persecution of the Lebanese, during Israel's existence. The western allies of Israel are also hated because of their support of, or lack of opposition to, the atrocities and human rights abuses which have persistently been inflicted upon the indiginous peoples of Israeli soil. In particular the US is hated due to being Israel's most stalwart supporter, and Britain is remembered with anger for their betrayal of a promise to hand over the land to the Palestinians. Control of that land was ceded to the Zionists under US pressure and in the presence of Zionist terrorist bomb attacks upon British civilians.

      The worst of Israel's abuses seemed to be past until the reelection of one of their most infamous hawks, Sharon, whose actions are in no small part responsible for the latest Intifada and much of the innocent blood that has been shed in Israel and Palestine since September. And in the wake of the appalling terrorist attacks upon the USA, Sharon has intensified his programs of invasion and assassination in the sure confidence that at this point they will attract no US censure at all, and will set a precedent which he may now continue to follow for a long time to come.

      --
      "What is freedom of expression? Without the freedom to offend, it ceases to exist." Salman Rushdie
    9. Re:slighty OT- social -vs- military conflict - by Xspringe1 · · Score: 1

      Aye, in the conversations with my friends we also came to the conclusion that a marshall plan for the middle east was needed, along with:
      - intelligence: to defend ourselves
      - religious pressure: the religious leaders IN THE MIDDLE EAST will have to condemn terrorists and spread anti-terrorism propaganda
      - democratisation of some form(and solely that, not forcing our way of life on them)
      - pressure on countrys who harvest terro's to banish them, or at least make it harder for the terros to live there.
      - some other stuff i forgot

      The only reason these people spawn down there is because of the current situation in those regions. Terrorists feed on hopelessness, despair, fear, poverty etc. Thats why retaliation will only spawn more terrorists. A full scale conventional war is exactly what bin laden wants america to do.

      If we make sure that somehow these people do no longer have a religious, social, economical or military reason do become terrorists, the problem is solved (but this is very difficult!).

    10. Re:slighty OT- social -vs- military conflict - by swillden · · Score: 2

      We need to destroy the culture of the middle east... large scale nuclear strike agains the centers of Islam... It is unfortunate that many will die but its not like there is any ecconomic signifigance to the area.

      This AC post is probably just a troll, but I'm going to choose to feed it, this time.

      Just as the OP said, this is a war of cultures, and the text quoted above was written by someone whose personal culture is closer to fundamentalism than to democracy.

      The evil that lies in Islamic fundamentalism is not in its view of women, or of beards, or of television, or even in its fanaticism (I'd prefer to call it depth of conviction). I, personally, agree with many of the teachings of the Islamic fundamentalists, and I have deeply-held convictions that could motivate me to give my life under certain circumstances. In fact, I think that anyone who doesn't have values that they hold more dear than life is a sad and dangerous person.

      No, the evil in fundamentalism is the notion that culture, faith, values and beliefs can and should be imposed by force. The AC I quoted above falls in line with this view as well; since the other culture is worthless by the metrics of his materialism, he would replace it with a radioactive crater.

      As much as Christian fundamentalists like to believe that our country was founded on Christian values, it wasn't. America was built around a simple notion of live and let live: self-rule, democracy and tolerance for dissenters. At the time the Constitution was signed, the fledgling nation was split right down the middle in a bitter disagreement over slavery. It was such an emotionally-charged topic that the two sides finally had to stop talking about it and our Constitution's almost total silence on the issue is (while sad) a profound testament of the dedication of our founding fathers to the principles of compromise and tolerance.

      Imposition of culture by massive force is their way, not ours. Acceptance of millions of innocent deaths is their way, not ours (yes, I know that the U.S. has caused its share, but not by direct, intentional assault, targeted at civilians, because our national morality couldn't accept that -- even more than most people, we have a need to see ourselves as the good guys).

      Our society isn't really as open, or as tolerant of different ideas as we like to think it is. But its approach to eliminating non-conformance is one of gentle persuasion (fundamentalists would call it subversion, or corruption), rather than violence. There are exceptions, of course, but "embrace and extend" is our culture's approach to the battle for societal survival and dominance.

      As the OP said, this gentle, creeping subversion, carried out via material wealth, secular education and amoral entertainment is very, very frightening to fundamentalists. Fear breeds hate, and Tuesday's events showed very clearly just how strong this hate is.

      Being steeped in American culture, and having traveled the world enough to understand that people are people everywhere, I'm torn between my desire to allow the fundamentalists their right to live and worship as they wish and my horror at the way they force people to live.

      At bottom, western culture and fundamentalism are incompatible, and war is inevitable. Obviously, I want mine to win, but to nuke the opposing culture out of existence would be to make the opposition ultimately victorious, for we would become them.

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
    11. Re:slighty OT- social -vs- military conflict - by Dwonis · · Score: 2
      Nobody is saying that the "murder of 1000's of innocent lives" is justified, but we're trying to figure out what brings people to do these things, and how we can prevent this from happening.

      Think about it: has DeCSS really been kept from the rest of the world? What about RSA or DES? Trying to kill the terrorists will not solve the problem, since more will arise. Removing people's reasons for being terrorists has far greater potential. That's what we're saying.

    12. Re:slighty OT- social -vs- military conflict - by Anonymous Coward · · Score: 0

      what would you have us do then?

    13. Re:slighty OT- social -vs- military conflict - by joaobranco · · Score: 1
      What I think it should be done is a combination of things:
      • Find out exactly who was directly involved in the attacks, and bring them to justice. Enlist the support of the several countries in the world to do so. You will find that if the evidence is convincing, no country will dare oppose it, and most will go out of their way to help.
      • This war is really a social and cultural one. It can be won only by improving the living conditions of the people there (and in other parts of the world). You help take away those irritants, and you will see that the number of people that will support terrorism will drop... hard.
      Will this end terrorism? No, it won't, but then, neither will the "war" thats been talked about. It may help however to limit the threat to a manageable level (and I place a lot more faith in such a solution to achieve it than just conventional warfare).
    14. Re:slighty OT- social -vs- military conflict - by VP · · Score: 1
      "This is why the Arabs have NEVER attacked any Israeli religious targets. It is not the religion that bothers them. It is the lack of religion. It is the secular Israel that offends, not the Jewish one."

      Exactly right. I have been more than a little bothered by the rhetoric from our leaders that would suggest this attack was "an attack on democracy," or "an attack on our way of life."

      Taking a lie and basing your coments/conclusions on it, is a stupid thing to do.
    15. Re:slighty OT- social -vs- military conflict - by Anonymous Coward · · Score: 0

      Your friend is wrong, on more than one account.

      Although there are many fundamentalist Moslems in the Middle East, their influence varies considerably by country. In some states, they rule. In others, they are influential. And in still others, they serve an authoritarian, essentially secular, government.

      It isn't a secular Israel that the Arabs object to, it is the existence of Israel. Read the PLO charter sometime.

      http://www.iris.org.il/plochart.htm

      The goal of the PLO is the elimination of Israel as a state, and for many Arabs, as a people. (Read that as real GENOCIDE a' la the Nazis, not the politically useful, false claims made that Israel is practicing genocide against the Palestinians.) Doing something to alleviate the lot of the Palestinians would probably be helpful to the cause of peace, but there won't be peace until they drop their goal of eliminating Israel.

      Most Arab states are still technically at war with Israel from the first Arab-Israeli wars 50+ years ago. Its unlikely that most of the Arab nations will make peace with Israel any time soon. The tensions with Israel serve many of them well socially and politically.

      As to attacks on Jewish religious sites by Arabs, there have been many, both inside and outside of Israel. In fact, do a google search on bomb and synagogue, and the results are kind of depressing. Its a world wide problem. The fact that there aren't more in Israel than there are is no doubt due to strict security.

      Some attacks on Jewish religious sites:

      http://www.mfa.gov.il/mfa/go.asp?MFAH0k250

      2. Two bomb-attacks in Kfar Saba on Saturday, April 14, 2001 - The two bombs were planted on Rehov Herzl, one of the busiest streets in the city, close to Kfar Saba's central synagogue. The gang members intended to cause multiple casualties among worshippers upon their exit from the synagogue following Saturday evening prayers. One Israeli citizen was moderately-to-seriously wounded in the explosions; several citizens were lightly wounded.

      http://www.metimes.com/issue98-35/reg/tel_aviv_b la st.htm

      Tel Aviv blast injures 12 near synagogue

      Havakuk Levison TEL AVIV

      A small bomb exploded in the heart of Tel Aviv on 27 August, injuring at least 12 people near the city's main synagogue, according to police, who said they believed Arab militants were behind the attack. "It was terrorist attack," National Police Chief Yehuda Vilk told Army Radio. Israeli security officials use the term to describe attacks by Arabs. He said the explosion occurred at 8:40am in a trash bin during the morning rush hour near the Great Synagogue on Allenby Street, a busy thoroughfare in the city's commercial district.

      http://www.fas.org/irp/congress/1990_cr/h900620- te rror.htm

      In the past, the Fatah-Revolutionary Council was responsible for the massacres at the Rome and Vienna airports in 1985 and a bloody attack on a synagogue in Istanbul in which 21 Jewish worshippers died.

      http://www.library.cornell.edu/colldev/mideast/t er ror2.htm

      Abu Nidal Organisation (ANO)

      Machine-gunned a Vienna synagogue, killing two and wounding 17.

      Killed one child and injured ten people in a grenade and machine-gun attack on a synagogue in Rome

      Less than twenty four hours after the Karachi attack, ANO operatives attacked the Neve Shalom synagogue in Istanbul, killing more than twenty worshippers

      http://www.ifa-usapray.org/MidEastAlerts/mid-eas t- 10_13_2000.html

      Last night, a large group of Palestinians ransacked and burned a Jewish synagogue in the town of Jericho.

    16. Re:slighty OT- social -vs- military conflict - by AlefOne · · Score: 1


      This is why the Arabs have NEVER attacked any Israeli religious targets.

      Not true. Palestinian Arabs attacked Joseph's Tomb in Nablus over a year ago. This is a recognized holy place, in addition to being a yeshiva.

      Such elementary blunders discredit the analysis.

    17. Re:slighty OT- social -vs- military conflict - by Nakoruru · · Score: 1
      I do not think that we do a lot of imposing of our own way of life on others. Americans are famously ignorant and apathetic about the outside world. The problem I think that other people have is how seductive our way of life is.


      If America is seen as being more attractive to the youth than your fundamentalist teachings, then America must be seen as the greatest enemy you have.

    18. Re:slighty OT- social -vs- military conflict - by Bongo · · Score: 2

      Here's what makes the socialwar so difficult: We will be sorely tempted--because we strongly believe in our values---to attempt to impose them on those we aid. We will demand they embrace democracy?. We will demand they allow freedom of speech and yes, religion?

      Your writer friend, Harvay Ardman, may be interested in a system called Spiral Dynamics [www.spiraldynamics.org], if he hasn't already studied it. I am not a "Spiral Wizard", so let me just say that the system maps out human values as a set of vMEMEs, each colour coded for convenience, which have been found to exist in people and culture throughout the world.

      The vMEMEs, which are each described in detail the book, are BEIGE, PURPLE, RED, BLUE, ORANGE, GREEN, YELLOW and TURQUOISE. The vMEMEs are arranged in a sort of 'spiral', and emerge sequentially (babies arn't just born at GREEN... they have to grow to reach that vMEME).

      If your value system is basically about survival, then that's BEIGE.
      At PURPLE, you value the tribe and the family.
      At RED, you value your own power, (streetgangs).
      At BLUE, you value order, discipline and service to the One True Way.
      At ORANGE, you're an achiever, willing to diplomatically step over people to get to the top.
      At GREEN, you value the Planet, Gaia, and are a champion of the Oppressed Masses.
      YELLOW: You realise that every vMEME is valuable and necessary. You see that there are good and bad versions of each vMEME, and you seek to integrate them all in a Positive Way that Works. eg. children need good BLUE authority if they're to be saved from unhealthy RED (streetgangs), but without killing healthy RED energy and drive.
      (hope I've got these roughly in the right ballpark -- read the book for the proper introduction)

      America is basically clustered around ORANGE. ie. you've got your Texas Biblebelt (BLUE) and you've got your GREEN environmental multi-cultural ethnic mixing, but most of the power is in ORANGE MegaCorps. Similarly with Europe, although it's a little more into GREEN. Meanwhile, the Islamic Fundamentalists are at BLUE, (their God is the only God) but supercharged with some RED anger/power striving.

      As you can probably imagine, when two people, or nations, which are centered at different vMEMEs, come head to head, then you've got a conflict. A GREEN environmentalist and an ORANGE businessman simply can't agree, because one is pointing to the trees, saying "this is important!", and the other is pointing to company profits, saying, "no, this is important!".

      By mapping out and recognising each vMEME, SD is a powerful tool for understanding and including where people are coming from, and the nature of the conflict.

      The authors of the book have been directly involved in conflic resolution in South Africa, helping to end Apartheid.

      What's facinating for me about the SD system is that you can hear (or at least I think I can) the different vMEMEs talking in people.

      I think that some Westernised Muslims may be very GREEN in their attitude, which is that America should stop oppressing the masses, and instead should respect foreign cultures like the Muslims. Whearas, if a Muslim is at BLUE, then they may simply believe that 'foreign cultures' who don't worship Allah deserve no respect. Rather like how BLUE Christianity conducted itself, teaching God to the Heathens.

      But note, the main lesson of SD, and it's founder, Dr. Clare Graves, is that we need healthy forms of each and every vMEME, for each one serves a purpose. PURPLE holds the family together in a way that ORANGE business-trip daddy never will. GREEN lets people aknowledge the views and differences of others in a way that PURPLE tribalism can't grok. ORANGE lets people aspire to personal excellence and getting results while the GREEN tree huggers sit around waiting for the animal spirits to decide for them what to do. BLUE serves as the moral compass for ORANGE, so that 'good for people' comes before 'good for business'. GREEN sensitivity reminds us that nobody owns the Earth, nobody has the right to oppress, not even BLUE Churches in the name of God. And if it wasn't for BEIGE, well, no-one would bother to feed themselves.

      I probably haven't done SD any justice with this post. IANASW, so please read the book, "Spiral Dynamics", by Don Edward Beck and Christopher C. Cowan.

    19. Re:slighty OT- social -vs- military conflict - by BryceH · · Score: 1

      i dont think that we need look much further than our own KKK to know that our culture will not drive out fundamentalism.

      --
      "Shut up brain or ill stab you with a Q-tip" Homer Simpson
  62. How much? by Anonymous Coward · · Score: 0

    All of it.

    Like being pregnant, you can't be a "little free."

    A friend of mine lived in Bosnia. He said life there was great in most ways. You couldn't talk about politics or religion, but asde from that, anyone who wanted a job was given one, they had food to eat and a place to live.

    Personally, I think a hamster has the same thing in his wheel, woodchips and corn seed.

    I want more than what would make a hamster happy.

    I want to be able to fire a shotgun in my backyard if I want. Ok, I'm in NYC and don't have a gun or a yard, so I can't. But I choose to live in NYC, where others are directly impacted by my use of a shotgun since they could hear the blast and I'd damage the apt. walls if I used one for recreation.

    If I move to Texas and get a big place, I CAN do that though. That's freedom.

    The right to bear arms, if allowed on those flights, would have prevented the WTC hits, 100%.

    The lives of the people who died there were impacted by your choice to support gun control, censorship, and every other violation of the Bill of Rights.

    Those on the planes were unable to fight back successfully, because people like you disarmed them and took away their rights.

    If they all had guns, the planes _might_ still have crashed, but they would at least have had the freedom to choose to fight for their lives.

    You, and your kind, took that from them.

    Freedom is making your own choices, rightly or wrongly.

    The terrorists had that freedom, but those killed by them did not.

    1. Re:How much? by Bzk · · Score: 1

      So guns equals rights ?
      I'm leaving in a country that support gun control and I never felt less free than any american. Besides, guns restrict your freedom. You "may" have some kind of power (a stupid one) but you also get the responsibility to act accordingly.

      And if everyone was allowed to wear a gun in plane, don't you think that would make terrorist's job easier ?

      Why not allow every american people to carry a personal nuclear war head ? Nobody would dare fuck with them !

    2. Re:How much? by matrix29 · · Score: 1

      You do know that a stray gunshot could take out the engine or cause the body of the plane to rip in two. That is a dumb request similar to having guns on the space station. This makes about as much sense as having windows in a submarine.

      TASERS would be a better choice (though the spark could ignite the fuel in tanks). Another choice would be knives (which could still rip through the plane body - they are pretty thin and highly stressed). Or perhaps knockout gas (a non-combutable variety). Or perhaps poison-tipped darts (probably the best choice) or tranquilizer darts (fast-acting of course).

      Having guns on airplanes makes as much sense as having handgrenades on airplanes. Heck, in two minutes I can come up with cheaper and better answers then making liberty-killing laws.

      What about a panic-button (puts the plane on autopilot and the pilot has to give a clearance code which ONLY the air-traffic control release to manual control? What about a self-destruct button that blows the plane up in mid-air? What about better security for the cockpit along with a bathroom and food storage solely for the pilots along with an air circulation system that isolates the pilots from the passangers? What about a safety eject for the passanger cabin that parachutes the entire passanger area and the pilot cabin to safety in case of engine failure? What about having a rotation of security people (with non-plane-damaging equipment) on every flight? What about security codewords that ensure the pilot isn't being hijacked and pretending everything is fine?

      --
      "Face it, a nation that maintains a 72% approval rating on George W. Bush is a nation with a very loose grip on reality.
  63. Not quite the real problem by UberOogie · · Score: 4, Insightful
    Two of the largest ISPs in the country executing court-backed survalence orders while not installing Carnivore is not the largest threat to civil liberties right now.

    The biggest threat we face right now is the civil rights of Americans of Arab descent in the United States.

    One of the goals of the terrorist activities is to make the Western Democracies strike out against Arabs and make it a clear us vs. them scenario by which they can gain more support in the Middle East.

    By using deep cover agents, they have made a real step towards that goal. Now every Arab in the United States can be considered a potential suspect. Anti-Arab sentiment and violence is already on a serious rise as it is.

    And either through violence, or harassment, or over-scrutinization by the count-ordered emergency measures above, it is going to be a very hard time for this portion of the US population. The footage from Chicago, for example, was just chilling.

    We all need to remember that we are Americans, and as Americans, we are all the targets of this terrorism. The suicide bombers did not check to see if there were any Muslims in the WTC before they attacked it. We are all in this together, and the worst--and most likel--thing we can do to help them win is turn on ourselves.

    --
    "Enough of this wretched, whining monkey life." -- Marcus Aurelius, _Meditations_, Book 9, 37
    1. Re:Not quite the real problem by Anonymous Coward · · Score: 0
      yeah, I know it's lame to do this - but the parent post really needs to be modded up!


      so someone do it!

    2. Re:Not quite the real problem by Anonymous Coward · · Score: 0

      Its interesting that the media equate Arab with Islam. In the Middle East Christian and Muslim Arabs live happily together. So much for the head of the Catholic American church, who called the attacks an attack on Christianity.

      I cant believe that in the 21st century we're still fighting holy wars over gods that dont exist. hello? what happened to science and social evolution? I'm quite happy that people in my own country seem to have woken up - a couple of weeks ago the head of the church of england proclaimed that Christianity was dead here. And he's right.

    3. Re:Not quite the real problem by Anonymous Coward · · Score: 0

      science and religion have absolutely nothing to do with each other.

    4. Re:Not quite the real problem by superMuppet · · Score: 1

      Please understand that the consequences of tuesday spread far beyond the shores of the US. I am British and as such have been all too familiar with the effects of terrorism in this and other attacks. However, I have very never heard of threats against people of Irish decent because of the acts of the IRA. This is because we brits in general accept that Irish folks are nice folks. The Muslim faith isn't any more responsible responsible for the attacks than the irish are for the attacks of the IRA. It is a lack of understanding that brews hate. I know a guy from Lebanon, he's a nice bloke and we have been Scuba diving together quite a few times. I have to say that before I knew him my opinion of Lebanese people was not good. My opinion now is better though I accept that as in many Arab countries there are fundamentalist in Lebenon. Think global, understand people and in general try to make friends and accept people, not make enemies and try and change people.

  64. Combining points made here... by A_Non_Moose · · Score: 1

    if the terrorists really wanted to drive their point home they should have picked 2 more appropriate buildings symbolizing greed and democratic subversion: The RIAA and MPAA corporate headquarters.

    Think about it: what other institutions in the USA have affected not only our laws, but others as well (Can. Brit. etc).
    Illegal search and seizure (a la J. Johansen) Innocent until proven guilty and a fair trial (a la 2600's case, and the Judge who had ties to the MPAA).

    If you think about it in a serious or even mildly sarcastic manner these corporations can not only affect us, but the world around us and have done just that!

    I'm sure if corporate lear jets had been flown into the MPAA/RIAA's HQ's, most of us would have said "hey, you missed a spot!".

    Laugh, you know you want to.

    For those that are missing the point: yes this is a tradegy, yes "we" the people will respond to these attacks on our way of life, and yes this is rather dark humor on my part to deflect the pain and anger I feel. We are all finding a way to cope, this is mine.

    I may be "conspiracy theorizing" here, but does anyone else find the timing of the dmca/sssca/wtc attacks a little too close together for comfort?
    Those "unseen hands" seem to be "one hand clapping" in unison now, and our rights are what is being slapped in the face.

    Oh, BTW, who needs carnivore on aol? They could just download AIMThief and achieve faster results.

    As an aside, Sun Tzu was correct:
    "When an enemy is outside your walls goading you to fight, they are in a position of weakness, but if they have even one man inside your walls, you are in a position of weakness".
    Something, to that effect.

    Moose.

    any resembalance of the above statements to actual fact is purely coincidental.

    --
    Have you read the moderator guidelines? Well, have you, PUNK? (and I want a Karma: Gnarly option)
    1. Re:Combining points made here... by Anonymous Coward · · Score: 0

      >if the terrorists really wanted to drive their point home they should have picked 2 more appropriate buildings symbolizing greed and democratic subversion: The RIAA and MPAA corporate headquarters.

      They wouldn't be the terrorist if they rid the world of those MP/RIAAs holes. The only thing we can do to them is to file consumer class action law suits for these corrupted corporations for every single dirty tricks they push at us.

      What have any of those MPAA/RIAA corporation done anything for the victims ?

    2. Re:Combining points made here... by MegaFur · · Score: 1
      I'm sure if corporate lear jets had been flown into the MPAA/RIAA's HQ's, most of us would have said "hey, you missed a spot!". Laugh, you know you want to.

      No I don't. Of course I don't like RIAA or the MPAA, but I'm apalled that you would say this. You're indirectly (perhaps unintentionally) advocating the wholesale slaughter of humans--just because they happen to belong to an organization you hate. Do you think that all of them are evil? What about the secretaries? The janitors? What about the daughter/son of a woman who just happened to be visiting her friend that works there at the time the jets slam into the building?

      I realize that you probably didn't intend your message to be interpreted this way. I'm just trying to say that the "war on MPAA/RIAA" is not the same as, and should not be treated in the same way as the "war on terrorism".

      Killing people to make a point is *wrong*. Even if the people are lawyers.

      --
      Furry cows moo and decompress.
  65. You don't need carnivore by bradleyjay · · Score: 0

    It doesn't even take carnivore to do this.

    Any signature based IDS like Snort can be used for this. and while Snort may not scale up to this level, it can surely handle the lower volumes of traffic at smaller ISPs. And this is where it is most definitely used.

    Your web hosting company, your dial-up provider, or shell provider all probably use some sort of IDS, and since signature based ones are becoming the norm, it would be nothing for an ISP to create new rules to look for certain "keywords". Not that this is a bad thing. I think that the ISP has a right to know what data traverses his network.

    So when you hear "carnivore this" and "carnivore that", just remember that the infrastructure for eavesdropping is already there, weather or not it goes by the name "carnivore".

    --
    Karma...what's that? I just speak my mind.
  66. I wonder... by rimdo · · Score: 1

    ...if the FBI and the American people will accept the possible outcome that these terrorists acted alone. IMO they were intelligent enough; the FAA doesn't just give any stupid shmoe a commerical pilot's license.

    1. Re:I wonder... by Anonymous Coward · · Score: 0

      Actually, there is no evidence that commercial licenses were involved. It doesn't take much here to get a private license. In reality, they may not have actually pursued the full license. They really only needed to know how to steer it, and operate a small set of controls (IFF, radio, etc). It's not that complicated to do what they did.
      I'm waiting for the cartoon of a search warrant taped to the front of a cruise missle. :)

  67. Codes by Anonymous Coward · · Score: 0

    These terrorists are not stupid. There are a couple options available, codes, one-time pads, Beale cipher systems (I forget what they are called, everyone has the same book, "pg 32, word 49.") These methods have their own weaknesses but unconstitutional intrusion in only one area seems rather pointless. FedEx, postal mail, PDA infrared exchange, 802.11, (non-cellular) telephone, ...

    Since no one has claimed responsibility, the point of the attacks must be to bring on this type of reaction. Some of the things going on are just silly such as prohibiting nail clippers on planes, a sharpened pencil is a much more effective improvised weapon than nail clippers!

  68. also, we will *not* get safety.... by rootrot · · Score: 1

    at least not in a meaningful sense. This idea is the logic behind a police state, and if you are advocating that, fine, as it is logically consistant. Otherwise, the reality is that we no amount of "tech" intrusion is going to significantly improved "security." It simply becomes a route that those with a plan will *not* use.

    What it *does* supply is the facade of security. It allows those with little vision to sleep better at night. Personally, I think that false sence of security is far more dangerous.

    /rr

  69. Typical Slashdot by Anonymous Coward · · Score: 0

    One day you are telling people to flood the NSA computers with e-mails that will crash them. The next you are crying about people getting killed. The day after you are complaining about the FBI looking at e-mails. Sadly, it seems that most of you are too stupid to realize that this is not a game. This is the real world and those were real people who died. Turn off the computer, walk outside into the sunlight and maybe then you will realize you don't live in the Matrix.

    1. Re:Typical Slashdot by Anonymous Coward · · Score: 0

      Me and you only from the ranking of the posts

  70. email has NEVER REALLY BEEN private by nikkatsu · · Score: 1

    so the real problem to me seems that people who use good open source encryption are gonna seem suspicious to authorities -- and that the real blow could come from not monitoring of unencrypted emails but that they'll want to pass laws banning our current encryption schemes and the like...

  71. Re:Work on the assumption that you have zero priva by treat · · Score: 3, Insightful

    In fact, this has probably increased society's paranoia about "hackers/crackers", the internet, and electronic commerce. It certainly hasn't. If it had, people would be against encryption restrictions, instead of suddenly supporting them. One of the most serious negative effects of encryption restrictions is that it harms computer security. Primarily by making secure authentication impossible.

  72. "Laws will be changed" - Ashcroft by JPMH · · Score: 3, Interesting
    If we all used GPG for our email transmissions, this wouldn't be a problem, would it? That is until a few months goes by and a new amendment to the constitution prohibits encryption tools of any kind... Think I'm crazy? We'll see.

    Just up on Ananova:
    http://www.ananova.com/news/story/sm_400036.html?m enu=news.usterrorattacks

    US Attorney General says attacks will mean changes in law

    US Attorney General John Ashcroft says several US laws will be changed as a result off the terrorist attacks.

    He says laws governing phone-tapping are being examined and will be changed to make surveillance easier.

    He says the appearance of mobile phones has made it more difficult to keep track of terrorists.

    "It's clear to me we need to upgrade and strengthen a number of laws in the US," he says.

    Steps have already been taken by Congress to address this, he told reporters.

    Story filed: 17:32 Sunday 16th September 2001

    1. Re:"Laws will be changed" - Ashcroft by zpengo · · Score: 2
      I think we should all fight this as soon as possible to make sure that it doesn't happen. We all need to right our representatives and tell them that they are interfering with the rights of innocent citizens and terrorists, and that we're not going to put up with it. Our consitution protects our right to e-mail kiddie porn to each other without having some fed finding out about it. What's up with that?

      --


      Got Rhinos?
  73. I'd just like you to know by Anonymous Coward · · Score: 0

    That you people screaming "oooohhhh my privacy is being violated!!!" are the same kinds of fools that allowed intelligence agencies to be cut back to the point of being next to useless. You are the same people that seem to think this world is a nice warm and fuzzy place to live and everyone loves each other, and you think its just because of US foreign policy that something like Tuesday's events happen. And you people are the same people that think we should sit around and not do anything and just wait for the next terrorist action to happen.

    What I want to say is that you people that feel this way are hopeless and I think you need to sit down and look at the world, take everything into perspective, not from your paranoid "run and hide from the big brother's eye in the sky" perspective but from the perspective of "do you want this to happen again?".

    Freedom isn't free, and I think you people need to realize that.

  74. Ban Talking in the Park by Greyfox · · Score: 2

    Although no news services are going into great detail about what communication was going on, it sounds like very little electronic communication was actually happening and instead the terrorists were actually meeting face to face and communicating privately that way. Perhaps we should ban meeting in the park instead...

    --

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

    1. Re:Ban Talking in the Park by symbolic · · Score: 1

      This is a very good point. We know that certain attempts to commit terrorist acts have been foiled, but we have no idea why various governmental agencies (including those of other countries) were able to stop them. It seems like most people are operating under a blanket assumption that the intelligence allowing this to happen came from electronic surveylance. What if it turned out that the bulk of useful information comes not from the wealth of electronic toys, but from people? Do you think the FBI or NSA would ever admit this?

  75. Never sacrifice civil liberties!! by TarPitt · · Score: 2, Insightful

    And would you feel the same way if your parents/spouse/child were suddenly picked up by the FBI and sent to a detention camp? And if this were done based on an anonymous tip from a neighbor with a grudge? And if this were done under a sealed warrant and you had no right to hire an attorney to defend against this? This happened during WWII. It happened to my grandmother (a US citizen of German ancestry for 20 years at the time. The details including the neighbor with a grudge were revealed 40 years after the fact through a FOIA request.)

    You people who advocate suspending civil liberties are the most dangerous terrorists of them all. More people have been murdered by governments in the name of "national security" than have been killed in all terrorist acts put together.

    --
    If your children ever found out how lame you are, they'd murder you in your sleep
    1. Re:Never sacrifice civil liberties!! by Anonymous Coward · · Score: 0

      You people who advocate suspending civil liberties are the most dangerous terrorists of them all.


      Reading unencrypted email which is transferred over a public network (or over a private network for which you have agreed to have law enforcement monitor in your agreement) is not a suspension of civil liberties.

    2. Re:Never sacrifice civil liberties!! by Anonymous Coward · · Score: 0

      mod this up

  76. NOT by Archfeld · · Score: 1

    More than likely they are standing back watching the FBI DO WHATEVER IT WANTS. Whether that be randomly reading emails, or installing WHATEVER software/hardware they want. If you depend on AOL or Earthlink to protect your privacy you HAVE NONE. All I can say in encrypt Encrypt ENCRYPT.

    --
    errr....umm...*whooosh* *whoosh* Is this thing on ?
    1. Re:NOT by Anonymous Coward · · Score: 0

      Whatever. Now is not the time to be bitching about the FBI reading your child pornography messages. They're looking for terrorists and couldn't give a shit about you.

    2. Re:NOT by Anonymous Coward · · Score: 0

      A you people MORONS? No ISP in its right mind (and certainly not since the US Secret Service v. Steve Jackson Games) would simply fling open their doors and allow ANY law enforcement agency access to their systems.

      More likely scenario:
      1) FBI to $ISP corporate legal department: Here are the subpoenas for email records pertaining to acct1,acct2,acctN... We need the data covering the dates specified in the subpoenas.

      2) $ISP legal to "security" team and/or other internal teams: Go forth and dig up this data to comply with a court order. (NOTE: no mention of what case is involved or what law enforcement agency to the internal teams.)

      Now, if necessary the LE agency might be present during the search, but the work and the machines touched would be done by $ISP employees.

  77. Give me a break! by Anonymous Coward · · Score: 0

    Anyone with the slightest understanding of e-mail knows that an e-mail is in reality an e-postcard and anyone who comes in contact with one can view it if they so desire. But they don't... And why? Cause no one cares! Heaven forbid that someone intercepts that top secert "What's new" letter to your old college buddy or that picture of the president with a chubber you sent out to your "XXX" group... Give me a break. If you have anything confidential to transport use another method.

    The Internet is a "PUBLIC" place and it's time people acted as such.

    P.S. This was posted anonymously but I'm pretty sure if someone really wanted to know who posted it they could find out... And guess what... I DON'T CARE!

  78. Real issue: national database and dossiers by joneshenry · · Score: 4, Informative
    In my opinion, "victory" for the United States can be defined to be a narrow achievable objective: Victory is the prevention of another massive terrorist attack on United States soil led by foreign nationals from Middle Eastern countries. It remains to be seen whether the people of the US are prepared to pay the price.

    The willingness of the terrorists to die in the commission of their attacks isn't a strength, it's a weakness. The willingness to die restricts potential recruits to a relatively small segment of the population. As far as detection goes, the situation is far better than in the 70s when people who looked like Japanese tourists could suddenly pull automatic weapons out of their bags as happened at Tel Aviv's Lod Airport in May 1972 at the cost of 24 lives. Radical Marxism backed by covert support from Easter bloc intelligence agencies is no longer turning out as many terrorists with different nationalities as Germany did with Baader-Meinhof or Venezuela did with Carlos the Jackal. Furthermore in the 1970s members of attacking terrorist teams often were female such as Leila Khaled.

    Trying to track the terrorists back to their native lands is the United States weakness and their strength. On the other hand, their operating on United States soil should be their weakness and our strength. The suspicious eyes and mouths willing to inform the authorities of any suspicious activity should accompany them wherever they go.

    Suicide attackers have to be kept in a constant state of psychological preparedness. They have to travel together in at least pairs because they have to have reinforcement of the need for them to die. Often their support comes from the only people they can trust, relatives.

    In short, suicide attackers who are foreign nationals from a distinct ethnic group are the perfect targets for proactive profiling. The question is whether the people, the intelligence agencies, the leadership, and the judicial system of the United States are going to be willing to make the necessary painful decisions. To easily separate suspects from nonsuspects, reducing the amount of work by two orders of magnitude, the people will have to accept a comprehensive national database with easy means of checking attributes such as fingerprints, voice, DNA, photographs. The United States does have a population of millions of loyal citizens of Middle Eastern descent. (No suspected hijackers or accomplices born in the United States have been identified so far.) Some means must be found to quickly distinguish them from foreign nationals so that they can efficiently exercise their rights as citizens.

    Intelligence agencies must find the means to share information and break the bonds of bureaucratic inertia. Analyses such as Alexander B. Calahan's apply far beyond how to organize assassination teams, they apply equally to how to organize terrorism prevention teams. It is becoming clear that United States intelligence agencies had all the clues needed to prevent the attack. The WTC had been a previous target by the same groups, there had been an earlier plot to hijack a large number of airplanes, two hijackers were under watch by the FBI. What are needed are anti-terrorism units organized like special forces units who are allowed the initiative and the time to follow-up leads and build complete dossiers on suspects and the people they interact with.

    Of course for this to happen the leadership and especially the courts have to get out of the way. The courts have to recognize that there has to be a distinction between the rights of citizens and the rights of foreign nationals, especially when there is a clearly demonstrated danger that a segment of foreign nationals is plotting to inflict massive terrorist attacks on the nation.

    Carnivore, Echelon are simply manifestations of the truth that supply will increase to meet demand. We are no longer talking about hypotheticals. Foreign nationals are now plotting acts of mass terrorism on United States soil that have the potential to claim 50,000+ lives a strike. Something has to be done and something will be done.

    1. Re:Real issue: national database and dossiers by Kaa · · Score: 2

      In my opinion, "victory" for the United States can be defined to be a narrow achievable objective: Victory is the prevention of another massive terrorist attack on United States soil led by foreign nationals from Middle Eastern countries.

      First of all, what is the time frame? If you want to prevent another massive terrorist attack ever then it's clear that victory can never be achieved.

      Second, what's special about Middle East? Do terrorist acts by Algerians, or Japanese, or Indonesians, or... kill people by other, less lethal ways?

      The willingness of the terrorists to die in the commission of their attacks isn't a strength, it's a weakness. The willingness to die restricts potential recruits to a relatively small segment of the population

      It may be a weakness from the pool-of-recruits point of view, but it's definitely a strength from the potential-operations point of view. Willingness to die is a very powerful thing and makes many kinds of attacks possible and effective.

      And, of course, a terrorist group need not be composed only of those ready for the ultimate self-sacrifice. It's enough that it has some people like this.

      The suspicious eyes and mouths willing to inform the authorities of any suspicious activity should accompany them wherever they go.

      Them -- whom? The terrorists? Well, if you know who they are, your problems are mostly over. Or are you saying that all foreigners should be watched closely all the time? Or maybe all people who don't look European? Or those who were a bit slow in genuflecting towards Washington yesterday?

      No suspected hijackers or accomplices born in the United States have been identified so far.

      Two words: Timothy McVeigh

      Some means must be found to quickly distinguish them from foreign nationals so that they can efficiently exercise their rights as citizens

      First, aren't there such things as human rights? You know, ones that do not depend on which color passport is in your pocket?

      Second, I find it very hard to imagine a situation where FBI/NSA/CIA/etc. have a hard time in preventing or investigating a terrorist act because they have problems figuring out who is a US citizen and who is not.

      --

      Kaa
      Kaa's Law: In any sufficiently large group of people most are idiots.
  79. How difficult is "secret communication" anyway? by konmaskisin · · Score: 2, Insightful

    I mean if you write an e-mail from one address acquired under a fake name and fake userID that you have at a provider which you only access from an account that you have with *another* provider, which you pay by credit card registered to your fake identity (you know like use "John Smith" instead "Osama bin Laden"). Then the e-mails consist of:

    "Do you rmember the time me and your nieces went to the park - about 3 years ago. I think you have 4 nieces right? Well I remember I bought each one an ice cream ...."

    blah blah blah ... BUT the seeminly boring messages when accumulated over a period of 6 weeks reveal (in every 4th word if ROT13'ed and then utransliterated twice from English to Cyrillic/Russian and then again to Arabic) a series of numbers. The numbers of course contain all the "instructions". Add more layers as needed: communicate in hard to understand dialects, etc. Another cool thing to do is to create an entire fake network of "communicators" who may or may not be communicating in code. Plant lots of fake information, etc.

    How can any of this be stopped by snooping or banning cryptography? If one wants to prevent terrorism on aircraft it would be much more effective to ban air travel than to "crack down on the Internet". The country can probably function quite well without air travel (yes it can) - as long as the Internet is working well!

    Carnivore and its ilk seems like yet another silly techno-fix to the lack of real intelligence information in the CIA, FBI and NSA. With no contacts on the ground and no reliable information these agencies instead decide to spy on the e-mail of their own citizens. And elected representatives seem to think it's OK since the Internet was how the terrorists communicated: in the eyes of legislators what evil will the Internet be responsible for next? I mean Charles Manson used the postal system for goodness sake ...

    1. Re:How difficult is "secret communication" anyway? by Anonymous Coward · · Score: 0
      The country can probably function quite well without air travel (yes it can)...

      You obviously aren't aware of how many people are trying to get to Las Vegas to go gambling ... right this instant. Do you expect these people to stay home and watch TV or something?

    2. Re:How difficult is "secret communication" anyway? by funky+womble · · Score: 1

      The message body really isn't much use. Read the article - "information from [...] user and connection logs." I can't imagine anyone with that kind of userbase logging more than To+From+Timestamp+IP from email unless they know beforehand what to look for. I'm sure it's difficult enough keeping the damn thing running as it is! Same with IM - no point looking at content, but IP addresses, combined with Calling-Station-Id from the RADIUS logs, you have a lot of information to feed into some correlation software, that's a lot more interesting.

  80. Put your privacy where your mouth is. by Safety+Cap · · Score: 1

    Please post your social security number here. I guarantee your complete safety: trust me.

    --
    Yeah, right.
    1. Re:Put your privacy where your mouth is. by Anonymous Coward · · Score: 0

      who sends valuable stuff like ssn's by unsecure email anyway? besides' the governemnt already knows my ssn.

  81. FBI knew a lot as it is... by hysterion · · Score: 2, Informative
    I'm sending this because it doesn't seem well advertised in domestic news sources. Found through yesterday's La Repubblica (the Italian daily) and some web search:

    Ramzi Yusef, architect of first World Trade Center bombing, carried plans for airliner suicide crashes

    U.S. officials said the destruction of the World Trade Center and the Pentagon bear the imprint of Yusef, the 41-year-old Pakistani who was convicted for the 1993 attack on the World Trade Center. Yusef was arrested and found with plans for a coordinated series of hijackings and suicide crashes of several U.S. commercial airliners.

    The plan was never carried out, the officials said, because of the limitations of the poorly-trained squad.

    Jeff, the terrorist who revealed the kamikaze plan to the Fbi (fish translation)

    The truth that is emerging in these hours in New York, and that nobody as yet wants to say aloud, is bitter as a poison: the Fbi could have known if it had only believed to those that it already knew.(...)

    The plan to train pilots, too slow in Africa, continued more rapidly in America. In the "memo" of the long depositions of Jeff to Attorney Mary Jo White, one can read: "The training of the men infiltrated in the United States through Canada involved training to the individual conflict in the paramilitary fields in Afghanistan, intelligence and techniques of flight in the United States. For instance Iab Ali, a.k.a. Nawawi, the right arm of Osama. He lived in Orlando, Florida. He was trained until the diploma in the school of flight of Norman, Oklahoma".

    According to La Repubblica, this "memo" dates from October 20, 2000. They don't say how they got it -- I couldn't find the complete text online, but another part is in "Jeff"'s guilty plea in "USA v. Ali Mohamed", dated the same day.

  82. What ever happened to physical security? by Anonymous Coward · · Score: 0

    The NSA failed the people in the WTC, yet they want more backdoors?

    The whole "We need to know the identity of all humans and their communications, to secure" buildings, plains, and banks; is really old.

    Instead of securing plains, (With a security guard), they want to know what all humans are saying, even though that already didn't work and thousands of innocent people are dead.

    This will backfire. Take Napster: The courts stop Napster and then bear share pops up and now people are trading illegal porn.

    Two armed guards, even with just a small weapon, would have been all that was needed to stop this from happening, and would be 100% effective against this, while eavesdropping on billions of conversations would not be 100% effective , and would stop law enforcement long enough for the data to become worthless after the damage is done, just like what happened with the WTC. They didn't even listen to the warnings that were sent by letter to a radio station.

    Why should we do more when it didn't work at all? Why not actually use more physical security at air ports than cold war stuff against this primitive group.

    Lets not forget what toppled the FBI and the CIA before. They got too parasitic against their citizens. Lets not rush to make laws that we will have to abolish again when we find corruption on the inside. Again!

  83. Re:Work on the assumption that you have zero priva by Anonymous Coward · · Score: 0

    but a government agent won't be reading it unless it was suspicious. there aren't enough people or enough hours in the day to read every single email sent.

  84. everyone should read that last comment by Anonymous Coward · · Score: 0

    exactly what I think, and I also think it's the best logic to follow.

    wanting to die blindly for a country or ideology is a sign of fanatism. This only lead to escalating violence and problems... not good for anyone.

  85. BS, you've fallen for the trap by Archfeld · · Score: 2, Interesting

    Security is not our problem. The airlines have decided it is OK to trust your security to $5.50 an hour security guards, and WE SHOULD MAKE THE SACRIFICE ? The airlines make 300% of each ticket, and they cannot be 'bother' to maintain a decent security system, or even hire decent employees to handle baggage. The number of rip-offs and scams that go down in an airport PROVE THAT. If the Fed would just HOLD the airlines to the existing standards and the FINE them enough MONEY to make it worth while instead of a handslap, things would be VERY different NOW. Bottom line if the airlines adhered to existing secuirity the terrorists would NOT HAVE GOTTEN KNIVES ON BOARD.

    #1 long waits ??, beyond the screwing we get now as the airline oversells seats and tries to shuffle people around at the last minute, a HUGE security hole.
    #2 Higher ticket proces ? beyond the 300% profit they make per person now, How about the airlines just live up to the agreements they have already made.
    #3 Less Privacy, i already am required to provide valid ID prior to getting on a plane, and that ID must match the name/id of the person reserving the ticket.
    #4 My Life. I TOO am willing to die to protect my Family, and MY FREEDOM, but I refuse to go to war for a corporations's profits. When the corp's begin to take some responsibilty for the messes they creat instead of expecting Uncle Sam to re-write the laws for them, or throw his weight around so they can manuever some 3rd world country into a recievership economy. In the meantime all I can offer is my deepest sympathy for those affected by the bombing, and the hope that we can find the responsible ones.

    --
    errr....umm...*whooosh* *whoosh* Is this thing on ?
  86. Re:Bin Laden's people "using cybercafes in Pakista by Anonymous Coward · · Score: 0

    Simpson actually met bin Laden once - Osama recognised him, then said to his face he wanted to kill him. Luckily for John he had armed guards, and not everyone in the region does what Osama bin Laden wants. Keep an eye on Simpsons World on bbc news, its really good. While all the other news reports have experts from the west talking about what and why the attack happened, and what might happen next, Simpson actually goes and interviews people who know Osama and keep regular communications with him. Much more informative.

  87. Obsession with technosurveillance instead of SPIES by Anonymous Coward · · Score: 0

    Yet again we will see the increasing aversion of the American gov't to any sort of RISK, substituting instead an obsession with frivolous bits of technology.

    The intel agencies are nowadays obsessed with having the shinies satellites and the best stuff that they can all use to watch stuff from a nice safe office in Virginia. When we supported Afghanistan way back when, did we even have agents in the area who could speak Afghan? Hell no. We relied on whatever the "freedom fighters" told us when they rolled into base camps in Pakistan. Afghanistan is not a country with any infrastructure to speak of on the scale of even Iraq. There simply isn't that much to find out with spy satellites and taps. You need people on the ground, something the current intel agencies couldn't give a crap about. They'll find ways to use this so they can get more shiny toys that might vaguely be of some use much later in the process. Where we need intel is INSIDE the country on the ground, BEFORE things start getting e-mailed around as plans are already in motion.

    WIll this happen? No, the sheeple will trot right along and say "we must sacrifice!" without paying attention to the fact that the Intel community has really got it's head in the wrong place.

  88. Is that legal? Is there any point. by t_allardyce · · Score: 1

    I think the FBI is using this as an excuse to get full access in the name of "anti-terrorism" to stuff that would normally take months of warrent-obtaining. They're probably not even looking for messages from the terrorists (which don't exist or are encrypted) but instead stuff like "Bob, i still haven't payed my taxes, i think they're on to me..."

    I hopfully the terrorists did use encryption. It would be somehow dumb to see them go down from such a stupid mistake, from what was otherwise the perfect crime.

    --
    This comment does not represent the views or opinions of the user.
    1. Re:Is that legal? Is there any point. by Anonymous Coward · · Score: 0

      Yes Bob, you need more privacy so you can
      continue breaking the law. Give terrorists
      more protection. We have too many skyscrapers
      in this country anyway - they block the view.

    2. Re:Is that legal? Is there any point. by t_allardyce · · Score: 1

      >Yes Bob, you need more privacy so you can
      continue breaking the law.


      I'm not breaking the law. I have a right to privacy, not just a need. My name is not bob.

      >Give terrorists more protection.

      Terrorists are normal people until they commit a crime. They are inocent until proven otherwise. They have a right to think and believe what they want to. They have a right to play "crash into the WTC" on Flight Simulators, and to send private, encrypted messages. Messages which the FBI would be unable to read, or in some cases even recognise, if they tapped the email/phone/net lines etc. Its the responsibility of others to not allow several hundred tons of metal and fuel that flyes over cities everyday, to be hi-jacked by anyone. Unfortunately, that is very difficult, but theres nothing you can do about it.

      >We have too many skyscrapers in this country anyway - they block the view.

      Yes you do. Putting all your eggs in one basket is a stupid idea, and one that only someone who wanted to make as much money as possible with no regard to safety would do. Putting 1000's of people all in the same tall building is a very stupid thing to do - look at the pentagon, nicely spread out and very difficult to total.

      --
      This comment does not represent the views or opinions of the user.
  89. Aol and Carnivore by CtrlPhreak · · Score: 1

    Seems to me that AOL would be one of the first companies to install carnivore. It's just another way for them to screw over their customers. First with their bad software, next with overwhelming SPAM, and with high prices. It's just the next step in their evolution to deny privacy as well. AOL is just a test of how much customers will take, while they make tons of money off them.

    --
    WikiAfterDark.com It's a sex wiki, go now!
  90. Trust by Greyfox · · Score: 2
    I grew up living on ground zero and wondering each day if today would be the day that my government would destroy every man, woman and child on the face of the planet. While I love this country and feel we all need to pull together at this time, I still don't trust my Government any farther than I could spit a rat. I do not think, however, that in the long term anything being done now will significantly impact our civil rights. We do need to make sure that our Senators and Representatives know that knee-jerk reactions such as making encryption illegal in this country would be the wrong way to go about insuring America's technological leadership in the coming century.

    By the way, I also didn't emerge from the mexican standoff with Russia just to be pushed around by some sandy little butthole who uses his country's civilians as a human shield.

    --

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

    1. Re:Trust by Anonymous Coward · · Score: 0
      I think a grain of salt is also required to support what they do. Our government, military, and police are in a difficult state in that the country wants to retaliate now.


      The system has stood for 225 years and it will continue to. If they pass some stupid law about national security and easier to get wiretaps or something it's not worth fighting in the immediate future. The courts and the system will protect us.

  91. irrelivant by Anonymous Coward · · Score: 0

    The NSA & FBI have been doing this for years, the only difference this time is that they want to lock ppl up in a court of law - & that requires them to admit to it.

  92. Fed Comp Week reports ease on Carnivore restrictns by cps42 · · Score: 1

    Aparently, one of the amendments on the US$40 billion emergency funding bill slipped in by Rep. Orrin Hatch (R-UT) was to ease restrictions on installing and using Carnivore. Read about it in Federal Computer Week.

  93. Hm... by Scoria · · Score: 2

    AOL and Earthlink: So easy to use and so far away, no number it's #1 for Afghan terrorists!

    Seriously though, how does this help? Chances are, Bin Laden doesn't use e-mail, and if he does, the probability is that he doesn't use America Online or Earthlink. Maybe he uses some sort of Afghan ISP; oh wait, the Taliban banned the Internet! Oops.

    It would sound like he uses a man on a camel with encrypted computer disks or paper messages. By my guesses, the FBI is pretty much wasting their time...

    --
    Do you like German cars?
  94. Earthlink and Carnivore by FnordX · · Score: 1

    I used to work in the Network Operations Center for Earthlink (formerly Mindspring), and they did actually install Carnivore out on their systems in California, however, it had this nasty habit of making their network unstable (Like the people out in CA actually HAD a network that was more than two tin cans with some string between it, but that's a different issue).

    When I was last there, the policy from inside was that if the FBI would make the sytem compatable with their network, they'd happily install it, and comply with all FBI rulings, and all of that. So much for the 'Privacy Protection' they've been advertising. And don't even get me started about all of that privacy protection stuff they advertise.

    --
    ____________________
    Clouds in the Sky,
    Water in a bottle
  95. Time of War is okay?? Japanese Internment?? by braddock · · Score: 1

    Those of you arguing that reduced civil liberties during a "time of declared war" may want to think about that. Does that argument justify the US Japanese internment during WWII?

    Secondly, this "war" seems more in line with the "war on drugs"...political rhetoric which never really ends in a well defined way. Are you counting on some future politician to say "oh, well there's no one left who doesn't love American's now, so we can roll back the civil libery infringements"?

    Thirdly, folks should read up on the Counter Terrorism Act which just flew unopposed through the Senate on Friday...it will make network monitoring and wiretapping without a warrent legal in the use of fighting terrorism or COMPUTER SECURITY. It was passed 97 to 0 in the Senate with no debate. I saw no "time of war only" clause in it.

    --Braddock Gaskill

  96. Not a 4th Amendment violation by Anonymous Coward · · Score: 0

    The federal government has search warrants for people that are connected to this attack and are executing them by searching e-mail. This is no
    different than them searching cruise lines and hotels, but I doubt that the discussion boards where travel agents gather aren't filled with "Big
    Brother is Watching" messages. I am completely against Carnivore and treating Internet communications as less privileged than phone or mail, but when there is a crime and when there is a valid warrant, search and seizure is not a violation of anyone's civil rights.

  97. Oops. Typo. by Scoria · · Score: 1

    Lame typo.

    s/"no number it's #1"/"no wonder it's #1"/g;

    Now that I look at it, though, it makes a little sense...

    --
    Do you like German cars?
  98. Re: Sealed Cockpit? That's worse.... by Jeremi · · Score: 2
    So when the cockpit seals off, the terrorists can say they will shoot one person every minute until it's open. What would you do as a pilot?


    Notify the police on the radio, land safely at the nearest airport, and let the police deal with the terrorists. Note the lack of destroyed skyscapers in this scenario?

    --


    I don't care if it's 90,000 hectares. That lake was not my doing.
  99. Ban/weakening of encryption looms, write congress! by Karl+Cocknozzle · · Score: 0
    US Attorney General says attacks will mean changes in law.
    "It's clear to me we need to upgrade and strengthen a number of laws in the US," he says.


    Why are politicians always so fast to "do something about it" by "making a number of laws"?

    It is my opinion that hastily sloshing bills through congress to ban any type of encryption (or cripple it by installing a KNOWN backdoor) is a huge mistake that will ultimately only cost Americans (not to mention American businesses) the right to secure their own data.

    Any knee-jerk law outlawing encryption would not have the intended effect of stopping terrorists from communicating, because chances are they already have high-encryption software that's been available for years, free of charge, on the net. Even if you could somehow magically take that software away, they would just switch to a nearly unbreakable "One-time-pad" system. You would be needlessly stifling innovation and almost guaranteeing the failure of most, if not all e-businesses.

    A mandatory backdoor provision would compromise such vital business protocols/technologies as:

    IPSec (Used for VPNs)
    Kerberos v5
    SSL
    L2TP
    Just imagine if a group of malicious black hat hackers decided to compromise the backdoor on SSL, and intercept traffic from, say, Amazon.com. Since they're the bad guys, they exploit it for profit.

    Imagine the mental effect this would have on consumers? Who would buy online after that? Not me.

    Or what if a foreign government broke into Lockheed Martin's "encrypted" business network and stole information about new technologies? What faith would any of us have in our nations infrastructure?

    I urge you to write your congressman today and tell him or her how you feel about knee-jerk reaction laws.

    If you don't know who your congressman is or where to write to them (many have email!) go to the left side of Project Vote Smart to find your elected officials based on your zip code. If you need to lookup your zip+4 there is a link available to do that, also.

    --
    Who did what now?
  100. Re: Sealed Cockpit? That's worse.... by Anonymous Coward · · Score: 0

    As a pilot I would radio to authorities, land the plane and have the police surround the plane. Maybe some of the passengers are dead, perhaps the passengers have revolted/fought back and have the terrorist under control.

    So when the cockpit seals off, the terrorists can say they will shoot one person every minute until it's open.

    If they were to open it, the terrorists would be sure to kill everyone by grounding the plane. so in either case the passengers die. Also shooting on an airplane is not a bright thing to do.

  101. All we can do is lose by taranis · · Score: 1
    All we can do is lose

    I hate to be the bearer of bad news, but one has to consider that this is a war that even the mighty U.S. empire can not win. Consider that even as large as the U.S. tax base is, it is not an endless pit of money. Already, the U.S. government has approved $40,000,000,000 in U.S. tax money to spent on the WTC relief. This number will grow significantly. What will it cost to repair the Pentagon? The U.S. is pledging $16,000,000,000 to the airlines to help them stay afloat. The airlines were already in trouble before any of this happened. For that matter the U.S. economy was heading for a recession or possibly even a depression before these attacks. This attack could not have been timed worse for the health of the U.S. economy.

    Consider for a moment, that a few thousand people around the world with a few 100 million dollars, can cost the nation states 100s of billions of dollars and tens of thousands of their citizen's lives. Just the relief effort for the WTC could run in excess of a 100 billion dollars. Then there is the possibility of the collapse of the airlines, or any other number of businesses that were impacted. Then there is the shake-up of consumer confidence which was already in sad shape. Then there is the domino effect that these failing businesses and industries will have upon the global economy. If America takes a huge economic hit, so will the global markets. Just consider for a moment what the lack of air travel has done to business. Thankfully, my UPS driver delivered my run away dog to me the other day. It wasn't like he had a lot of parcels to deliver, and it was a gesture of goodwill that my family greatly appreciated.

    People like my father, say this sort of thing could have been averted had only the CIA, FBI, NSA, and a slew of other government TLAs been given the authority and resources to spy on everyone. I am afraid that this is a naive view. This is akin to thinking that if we only had more police and private citizen's couldn't own weapons, that there would no longer be any crime. All of these new regulations in the airlines would have done nothing to stop this attack. What good does it do that I can no longer carry on luggage or do curb side check-in or that I can't meet my family at the gate? Already, the FBI is using this opportunity to install Carnivore, what will be next?

    The sad truth that people don't want to admit to themselves is that there is very little that can be done. We can mobilize the U.S. military and spend billions more on killing millions more. What will that do? In the end it will only make things worse. Violence breeds violence. It is a vicious circle. We will bomb and kill, this will cause more people to attack the U.S., and in the end we can not win. We simply can not afford it. We will lose more and more of our civil liberties. We will find the government monitoring everything that everyone does, assuming they can deal with the bandwidth, and in the end all we will have lost is our privacy and our liberty. If we really want to end this, then we must strive to change people. The terrorists came to their beliefs through some perception of reality. The people that harbor the terrorists, do so for some reason that seems very valid to them. The only way to lasting peace will be change the way people perceive others. This an ever increasingly small world. We must all learn to live together in peace. If not we will all lose.

  102. Re:The real story gets lost in the Slashdot tabloi by Anonymous Coward · · Score: 0

    Slashdot is just a place for peoples Opinions. Its good to bring these things out into the open. Much better than mainstream media by far. So don't blame slashdot for peoples opinions. Not all slashdotters are anti-gov, anti-corp. I for one am an avid slashdot reader and served in the US military for 6 years. I am definitly not anti-governement but I am pro democracy and pro free speach.

  103. The funniest one I heard... by Karl+Cocknozzle · · Score: 0

    ...was from an FBI agent.

    "We're looking at accounts that start with ALLAH and going from there."
    Did I mention it was also the most chilling thing I've heard so far?

    The witch hunt begins...

    --
    Who did what now?
  104. Epsilon by Anonymous Coward · · Score: 0

    I can't remember where, but you can read the keyword DB for Epsilon online. It is quite rediculous and will get most emails flagged multiple times...especially if you are talking about computers at all. I remember SSH was in there, as well as various other common technical acronyms.

    I remember reading in worder because the system that runs this search must be masive to be able to handle the load that database would generate.

  105. Re:The real story gets lost in the Slashdot tabloi by Anonymous Coward · · Score: 0

    >Slashdot has turned into a new(s) service I can't trust anymore.

    Heh. Fact is, I stopped reading slashdot over a year ago, until I grew curious today. These forums have become a huge soapbox for kids of all ages assuming that they somehow know more than the general populace or individuals involved in an event. Their naivate is amusing. I especially enjoyed the "debates" on Carnivore, full of paranoia and images of self-importance. I am sincerely happy that this isnt a reflection of the majority of individuals on this planet.
    -- Anonymous (informed) guy from an undisclosed location in Virginia.

  106. What really happened is... by Anonymous Coward · · Score: 0

    ...the FBI served both of those companies a warrant based on other evidence the press has not been given yet. AOL and Earthlink promptly rolled over.

    If the FBI is _only_ investigating two ISPs, that likely means that they have some sort of conclusive evidence pointing to accounts on those two ISPs.

    The Bill of Rights assures Freedom of Speech, Press, Religion, and Peaceful Assembly. At no point does it say that you have a right to privacy in any of those, only that there is protection against search and seizure when the courts are not involved.

  107. Re:The real story gets lost in the Slashdot tabloi by Anonymous Coward · · Score: 0

    I feel sorry for the pitiful isp's that are trying to take a stand against this.

    When this is all over the fbi just needs to snoop traffic going in and out and bring numerous charges of software piracy, kiddie porn, music swapping etc against the isp's until they conform to what they want or get shut down for their inability to control their userbase...

  108. Re:Work on the assumption that you have zero priva by TenPin22 · · Score: 1

    Personally I couldn't really care if someone was spying on my eMails. If I wanted to say anything privately I would use encryption or use something other than eMail.

    What I do disagree with is invasion of privacy. Fair enough the law forces can use a warrant where they have a reason to investigate a particular person but I don't agree with trawling through millions of mail accounts in the hope they may find something.

    Seriously, if the terrorists are smart enough to commit this act with such coordination without the security agencies knowing about it then they must have used encryption or other methods of communication.

    Often disguising a message is better than using encryption anyway. I could send a message saying "I can't wait for Doom 3" which could be a signal to do something else. This was used alot in WW2.

  109. Sure they didn't install Carnivore... by Karl+Cocknozzle · · Score: 0
    The past few days have shown that ISPs are refusing to install Carnivore on their networks. This is a sign to me that Carnivore is not as large a network we all think it is. If it was this "email vaccuum" capable of grabbing everything, it would already be in place everywhere, right? The fact that ISPs are making statements that they are refusing FBI install requests suggests that Carnivore is very small in size as it is now, and probably wont grow much larger in the immediate future.

    My guess would be that more than a few of these statements are out and out lies. If the FBI installed Carnivore they would not want it to be public information which ISP has Carnivore and which one allows you to communicate undetected.

    This is exactly how I would instruct an ISP to act if I was an FBI g-man and had just installed Carnivore.
    --
    Who did what now?
    1. Re:Sure they didn't install Carnivore... by jeffy124 · · Score: 2

      i agree with you in some ways. I highly doubt that companies would lie on behalf of their government. Knowing corporate america, if one person were to say "The FBI made us say such-and-such," that would not look good, and the FBI would then be in a LOT of trouble. Knowing what ISPs have carnivore and which dont is something that's probably being guarded. But by having these companies say that "we have declined and FBI request to install wire tapping equipment" that tells us who DOESNT have Carnivore installed. It also leaves speculation that there are ISPs out there that have not been approached by the FBI.

      --
      The One Rule Of Chess You'll Ever Need: Don't play someone who carries a kit in their bookbag.
  110. not gonna happen w/ Earthlink by sydney · · Score: 1

    I work for Earthlink and I can assure you its not gonna happen with them. They can't even deliver the email that DOES come in, let alone filter for it. They are currently buying up too many little ISPs and have lost sight of their own. Their databases are a big jumbled mess, currently they have at least 4 seperate databases of customers that aren't linked to one another. Most of the customers who are switching over from a bought-up ISP are lost in the shuffle.

    Bottom line. . .Earthlink is waay to disorganized to handle something like this.

  111. Possible Email by Anonymous Coward · · Score: 0

    Hi, this is Osama Bin Laden writing to you. :)
    How's the World Trade Center bombing plan coming along? Don't forget to take out the whitehouse too, unless you can't, then just go for the pentagon.
    i'll write back again as soon as i can get access to a computer in English with AOL over here.
    ttyl

    Osama bin Laden
    osamabLaden3012@aol.com

  112. Admins at Earthlink and AOL by BrookHarty · · Score: 2

    Do we have any Admins from Earthlink or AOL who are /. users? Lets hear the story from the horses mouth.

    Currently at work, the FBI is scanning cell phones at an extended rate, we cant even take the machines down for maintenance.

    Not to worry thou.

    1. FBI still has to provide a search warrent and phone number to record in .wav files.

    2. They use only 100mbit connection, so they cant physically record every call.

    3. People who run the systems are /. users.

    -
    We are drowning in information and starved for knowledge. - Unknown

  113. Oh jeez by Synpax1 · · Score: 1
    When will the slashbots get over the fact that they really don't have a right to privacy and that, in the greater scheme of things, allowing the government to search email with cause is of no harm to anyone.



    I'm sure no one here or at the FBI cares which /. editors are subscribed to pet sex sites.

  114. privacy vs anonymity by Anonymous Coward · · Score: 0

    This is not the time ti bitch about privacy. You aren't being investigated. I agree that following this there may be an attack on encryption, but right now something very big and (hopefully) very unrelated to anyone reading this is under investigation. They're scouring e-mails for terrorism. I am glad to have my e-mail plain text at this point. It allows them to do their search easier.

    Besides, millions of people are under the same, temporary, investigation due to a an attack on a civilian target. I feel as secure in my plain text anonymity right now as I normally would under encryption. Fighting now will rouse suspicion that we are trying to maintain a comm-link for nasty organizations. That's not what we want. We're looking for legitimate privacy for legitimate personal and business reasons. And right now, unless you have reason to be a suspect, you have no reason to bitch about the investigation. I'd be upset if they weren't at least checking.

    Leave no stone unturned. Here's my stone. A couple of potato bugs, but none of the maggots you're looking for. OK, you're welcome, have a nice day, and good luck catching those bastards.

    (I forget my friggin' nick, that's OK, I'm nobody special)

  115. The Road Ahead by Anonymous Coward · · Score: 0

    While I agree with many here that decisions need to be made with reason, not passion. Some contributors seem to suggest that any attempt to limit personal freedoms in the interest of the common good is rooted in the unreasoned passion of mob rule. This is a straw man constructed to support one extreme of the issue.

    One only has to watch the television news to see that Americans are hopelessly naïve about the new the new world in which they now live. I see airline passengers and news commentators suggesting that the public will be inconvenienced by the new airport security regulation for the next few weeks. No one in America seems to realize that his way of life before 11 September is irrevocably lost. People seem to suggest that the American people will be afforded the opportunity to reflect on the WTC tragedy and will eventually grow and learn from it. Who is to say that the American people will be afforded the luxury of peaceful reflection? Who is to say that this incident is not the harbinger of even more destructive and vile acts of terrorism? You are now locked in a struggle not for your way of life, but for your life itself.

    The goal of these terrorist groups is not to diminish the individual freedoms possessed by American citizens. Their goal is to murder Americans until it becomes too costly to for America to maintain an influence in the Middle East. To maintain that sphere of influence will come at the price of American lives and perhaps American principles and freedoms.

  116. The Ultimate No-Win by RoninM · · Score: 2

    This is the ultimate in no-win situations for ISPs. If they refused to cooperate, you can sure as hell bet that it'd draw not only the ire of the US Government, but of the People--including some of their customers--who are blinded by
    rage and indignation at this time. Hardly a few hours went by before black-hearted politicans and "law-enforcement" agencies were vying to see who could blaspheme the dead the most by
    co-opting a tragedy for their political gain. Not a day later, you had Republican Congressmen coming out and saying, "This is why we need a missile defense system." (Fuck you! Show me a missile defense system that would stop a suicidal hijacker.) But the People, as a whole, aren't outraged by these reprehensible actions because we're all seeing red, and little else.
    Rights and respect are in the peripherial vision. Anything that sounds like an upbraid to the terrorists is now okay. So what is an ISP to do when the Feds come knocking and say, "Let us look at your traffic?" Saying no would make for the biggest PR massacre in the history of Capitalism. The only option is to abandon protection of user rights, which is not something most ISPs look forward to doing.


    On the prostitution of the missile defense system by Republican Congressmen on the same day as this tragedy: this is shameful. It doesn't matter whether you believe missile defense will work/should be bought/whatever. That's not the point. Using the occasion of mass murder to politick should be absolutely unacceptable.
    It's no different than if someone had come out and said, "This is why we should not be involved in the Middle East." I was hoping that for at least 24 hours, we could leave politics by the wayside. If anything was to be done that day concerning policy, it should have been precisely what was done: review what went wrong and
    how to fix it.

    I'm not saying it's right or wrong, only that it is: America is stuck in a reactionary rut. We're relegated to reacting rather than forging our own path for the time being. For AOL and Earthlink and many others, the obvious problem arises: when can you make a stand on the principles of this country when they directly oppose the republic's bloodlust? I can't blame AOL or Earthlink for this move. They're stuck in a no-win situation. Someone, somewhere, will hopefully make the
    very public stand on issues when the climate is more appropriate and drag our enraged People out of their rut and back into secular (meaning: worldly) thinking. But for now, the heat is too stifling.

    --
    If a corporation is a personhood, is owning stock slavery?
  117. Passport forgery? by Rubik+Penguin · · Score: 1
    There is a story here

    Investigators discovered the passport of Satam al Suqami, one of the terrorists aboard American Airlines Flight 11, the first plane to hit the World Trade Center.

    Are passports needed for internal US flights?
    Could a passport really survive from the plane?
    If it had would it not be buried under a lot of rubble?
    Would the FBI forge a passport?
    Would they forge emails?

    Now that's scary!

    1. Re:Passport forgery? by Anonymous Coward · · Score: 0

      Ok this is ridiculous. STOP WITH THE DAMN PARANOIA. dude was a foriegn national. it's perfectly normal for a forienger to carry a passport with him as identification. you need it to check in to the flight and if you don't have a driver's license, its the thing to show. relax people.

  118. No, the FBI is not wasting their time... by slashdot_commentator · · Score: 1
    By my guesses, the FBI is pretty much wasting their time...

    No, they are not. If the FBI was installing Carnivore to nail Osama Bin Laden's terrorist cells, then yes, they are wasting their time.

    The FBI is using "anti-terrorism" fears to justify installing Carnivore. Then the FBI will be able to snoop into anyone's Internet communications. Oh yes, there will be many benefits from this, like nailing mobsters and pederasts. Or convincing Senator X they need to bump up the FBI budget, or some embarrassing information may be revealed. Or muscling/terminating potential embarrassments to the agency, after learning it through newspaper/ACLU communications...

    Best of all, no need to provide a pathetic justification to the Courts that they need to monitor newpaper/ACLU/Congress/Court transmissions. What a timesaver.

    --
    There is no America. There is no democracy. There is only IBM and AT&T and DuPont, Dow, General Electric, and Exxon
  119. Glad it happened! by vbprgrmr · · Score: 1

    Yes. I was glad the US Government did surveillance and internment during WWII. That's why there were very few successful attacks in the United States by the German government. Maybe if the European contries had thought about such things in 1935, there would have been no WWII or Holocaust. Think about that, when the next hijacked airplane might aim for your office building.

  120. mail servers by Nastard · · Score: 2

    Times like this, I'm glad I run my own local mail server.

  121. Re:just heard on the news as commentary by Anonymous Coward · · Score: 0
    My take is that "the average citizen won't be impacted" means that the average citizen will use whatever is the approved microsoft or government solution. I agree with your viewpoint, furthermore, I think encryption is much less relevent than simply putting air marshalls on flights and other sensible preemptive actions.

    As an asside, I'm appalled that news commentary dismissing concerns of our rights is modded offtopic. Clearly /. isn't up to the task of weighty subjects like this and should go back to discussing anime and playstations.

  122. No Carnivore Here by datavortex · · Score: 1
    We do not have carnivore installed. We never have, and we don't now.

    That's all.

    --

    He either comes off as a real interesting guy with encyclopedic knowledge,or a pathological liar with an ax to grind
    1. Re:No Carnivore Here by ender78 · · Score: 1

      I don't think they need to install anything on an ISP server. I've noticed that almost all traceroutes I do go right through....you guessed it, Washington DC. Why install software on millions of servers when you can set up a server of your own, and use governmental control of routing tables to make all traffic go through it.

  123. Here Come The Nukes by cybrpnk · · Score: 2

    I think nukes are on the way in this mess....check this out from www.drudgereport.com:

    Defense Secretary Donald Rumsfeld this morning refused to rule out the use of nuclear weapons in America's coming battle with terrorists.

    Appearing on ABC's THIS WEEK, Rumsfeld was asked if a possible tactical nuclear strike would be used.

    "Can we rule out the use of nuclear weapons?" questioned ABC's Sam Donaldson.

    RUMSFELD: You know, that subject--we have an amazing accomplishment that's been achieved on the part of human beings. We've had this unbelievably powerful weapon, nuclear weapons, since what 55 years now plus, and it's not been fired in anger since 1945. That's an amazing accomplishment. I think it reflects a sensitivity on the part of successive presidents that they ought to find as many other ways to deal with problems as is possible.

    DONALDSON: I'll have to think about your answer. I don't think the answer was no.

    RUMSFELD: The answer was that that we ought to be very proud of the record of humanity that we have not used those weapons for 55 years. And we have to find as many ways possible to deal with this serious problem of terrorism.

    And if, Sam, you think of the loss of human life on Tuesday and then put in your head the reality that a number of countries today have other so-called asymmetrical threat capabilities--ballistic missiles, cruise missiles, chemical weapons, biological weapons, cyber warfare--these are the kinds of things that are used in this era the 21st century. And a germ warfare attack anywhere in the world would bring about losses of lives not in the thousands but in the millions.

  124. Illusion of Protection by Garry+Anderson · · Score: 2

    For the sake of your families - be prepared.

    As I explained on /. before:

    IT IS ALL A LIE

    Carnivore and Echelon will not work against terrorists.

    People were complacent - because of this LIE.

    They knew billions was being spent on Carnivore & Echelon for just this sort of problem.

    Terrorists know they are being looked for by Carnivore and will get around it by other measures.

    When not planning face to face - they would use personal couriers.

    Perhaps give mobile for single message when required - just using message - go with plan a / b or abort.

    I have always said - terrorism is just the excuse they use, the US to raise funds for Carnivore - the UK to justify R.I.P. bill - to spy on the people.

    The "you've nothing to fear - if you are not breaking the law" argument is made to pressure people to acquiesce - else appear guilty.

    It does not address the real reason, why they want this information. They want a surveillance society.

    This is like having somebody watching everything you do - all your thoughts, hopes and fears will be open to them.

    All your finances available for them to scrutinize - heaven help you if you cannot account for every cent when they check on your taxes.

    Do not believe the lies of Government - even more money spent on Carnivore will not protect you - IT IS A LIE - TERRORISTS WILL GET AROUND IT.

    You are a simple-minded dimwit if you believe different. What a big supprise it will be to you, when they use chemical or biological weapons to kill thousands.

    Carnivore will not help you one bit. Government are immoral to use this excuse - especially at this time.

    ***

    In the news today: Bin Laden British cell planned gas attack on European Parliament

    Quote: "ISLAMIC terrorists based in Britain and controlled by Osama bin Laden planned a devastating attack in February on the European Parliament building in Strasbourg.

    Sarin gas is an easily made chemical weapon, 26 times more deadly than cyanide. Developed during the Second World War by the Nazis, it is odourless and almost impossible to detect. Its potential for use in a large crowd was proved when Aum Shinrikyo, a Japanese cult, killed 12 people and affected 5,000 more using sarin gas on the Tokyo underground in March 1995."

    Telegraph Newspaper [telegraph.co.uk]

    ***

    The authorities hide simple solution to trademark and domain name problem to abridge your free speech rights. The US Government violate the First Amendment - WIPO.org.uk

  125. no, Mandrake is a broken POS by Anonymous Coward · · Score: 0

    I've ordered my copy of a distro that works

  126. Lies and ignorance by VP · · Score: 1

    This is why the Arabs have NEVER attacked any Israeli religious targets. It is not the religion that bothers them. It is the lack of religion. It is the secular Israel that offends, not the Jewish one.

    This BS is at best due to ignorance, at worst it is a calculated lie, designed to show moral equivalence between "one side" and the "other side".

    We will be sorely tempted--because we strongly believe in our values---to attempt to impose them on those we aid. We will demand they embrace democracy?. We will demand they allow freedom of speech and yes, religion? Will we insist that they become as secular as we are? And if we do, will we just be creating more Osama Ben Ladens?

    The answers are obvious to those who are not ignorant and learn from history. When was the last time suicide pilots attacked American targets? What was the outcome?

    When Japan surrendered, a broad program and effort was put in place to change a nation of fanatics, who believed in a living god (the emperor), into one of the most advanced democratic nations in todays world.

    We just need to have the resolve to do it again.

  127. I work for Earthlink by axelbaker · · Score: 1

    As an employee of Earthlink I have been very interested in the reports that we are using Carnivore.
    I have inquired with various people in the company, and, as far as I know we have NOT and WILL not install Carnivore. We value our own privacy and our customers. I am proud to be able to say this. I hope other ISP's take a similar stance.

  128. Are the terrorists really so stupid? by Conspire · · Score: 1

    Anyone who would plan and coordinate such and attack, would surely use plain text email right? WRONG. These people are not stupid, IF they are using the internet as a communication platform, they are surely using a combination of steanography and cryptography and anonymous newsgroup postings, email, etc.

    --
    Real men don't need signitures!!!
  129. I don't mind by Nassah+The+Zerg! · · Score: 1

    Nobody has the patience nor the time to go through all our mails, but if it helps finding people connected to the attack, then so be it.

    Does this mean surveillance, I don't think so and they shouldn't unless autorized by a judge.

    Listening to phone calls is essentially the same.

    For me as long as they get a judge order, then they could track someone's mail and I won't object.

    The only question left is which countrie's judge wshould order such a thing. If I am from X country, should a Y country judge allow reading my mail? I don't know an answer for this.

    Note: Most Third World nationals leave their countries to America and the West to get away from injustice, corruption, state terror and live and speak freely. This includes most non Western countries. Those who launched the New York attack are the same assholes that many in those countries tried to get away from!

    --
    The kernel needs a Gtk/Gnome-based post-install device configuration tools "a la" make xconfig. (Better sig coming soon
  130. I call bullsHi* by visualight · · Score: 1

    From a legal POV, this is a moot point. The Constitution does not grant me any rights. There are several inalienable rights that I was born with and these rights may not be voted away by anyone.

    In the real world however, there are people with guns who operate huge prisons and I may find myself there if I don't "go along" with the mob.

    I will not go along with the mob. The Founders intent in writing the Constitution was to prevent the government from rallying the masses behind some tragic event like this one. Some points:

    My personal communication belongs to me. Period, end of story, shut it, zzzzp!... I OWN, WAS BORN WITH, NO ONE MAY TAKE IT AWAY, the right to secure said comminications IN ANY WAY I CAN.

    Thank you, you may now go back to trying to out-patriot each other.

    Rob

    --
    Samsung took back my unlocked bootloader because Google wants me to rent movies. They're both evil.
  131. This is so typical of slashdot by esper_child · · Score: 1

    What I really want to know is why everytime someone says that something like this happens everyone seems to froth at the mouth about how this is a violation of this and that. What you people need to realize is that you are sending mail on THEIR servers and it is THEIR right to do what THEY want with them, they are only letting you people use them. If they use carnivore and you don't like it go somewhere else. If the monitor your traffic and you don't like it, use a different service. If they read your email and you don't want them to, don't send email or go elsewhere. You know there is such a their rights to do business how they see fit. It isn't really your place to tell companies how they should be doing their business and how they should be conducting themselves. They are in this for the money not just to provide a service. If they think this will make their image look good then they will do it, if not they probly won't.

    You see one of the great things about our society is that competition exists for everything (except in the occurence of a monopoly which for the most part mucks up the whole economy and the rest of society with it). Since competition exists, why don't you use it instead of complaining about what company A is doing. Go use company B if company A isn't working the way you want it to, that is what our society should do. Unfortunately it is people who just complain instead of doing something about it. The way our society works one person actually can make a difference and not just get lost in the crowd as we tend to think we will.

    Big businesses tend to think that we won't do anything about their actions that surpress us little by little. They think this because they know that the american public has gotten lazy and slothful. We would rather fit in or do the easiest thing with is simply to complain and not do something. This is why we haven't made bills to protect us against things like DMCA and SSSCA and so forth. What we should do is get groups together to generate laws that protect us, the technology people in a time when the fasionable thing to do is pass laws to restrict what we can do with our computers.

    end rant

  132. Today's ideas by HuskyDog · · Score: 2
    Here are my latest ideas to inconvenience Carnivor/Echelon etc. I presume that the Feds don't already think you are a terrorist. If they do then your machine has probably already been tampered with so these ideas won't help.

    1 - Defeat keyword searches. The Feds can't possibly read everyone's email. Presumably they store the text and then do giant keyword/keyphrase searches using some clever code. So, send your text as a image file (PNG/TIFF/JPG etc). Simply write it on a text editor and then either do a screen grab or import it into something like Gimp. The guy at the other end can read it without needing any crypto software, but the Fed's keyword tracker will skip straight over it. Worried that they have OCR? Simple: Use cursive fonts and keep changing them; rotate the text to a funny angle; use patterned backgrounds.

    2 - Load up their decrypt machines - Let's assume that they have some big hardware which tries to decrypt any binary files that they don't understand. So, give it something to chew on. Grab 50K from /dev/random and email it to a friend. Then he can send some of his entropy back again. We have lots of bright people here on /., presumably someone could come up with a little script to automate this? Perhaps it could randomly choose words from /usr/share/dict/words to put in the subject line.

    It's going to take a long time for them to word a law which makes these activities illegal

  133. hushmail & secure alternatives? by Anonymous Coward · · Score: 0

    I know many human rights groups that depend on hushmail for protection from hostile gov't eyes. What are the security issues there? Purely legal, or technical as well?

  134. Who cares? by sirgoran · · Score: 1

    Pay attention to the language. "We're not installing." That could very well mean that the FBI is installing for us. But then I figure that if they really want to know the contents of my email then let them. I have nothing to hide. If they (the FBI) really get off on reading about what my wife wants me to pick up at the store, what jokes I pass along to my friends, etc then fine. I still have yet to hear a real reason, for why they shouldn't. What is it that people are afraid of? What makes you think that they don't already scan the phone signals for keywords? Besides, maybe if they scan enough email they might actually learn something. Like how to install a better OS like Linux.

    Goran

    --
    Carpe Scrotum - The only way to deal with your competition.
  135. file.txt by thejake316 · · Score: 1

    All the FBI is going to find is:

    Hi! How are you?
    I send you this file in order to have your advice
    See you later. Thanks

    --
    AC's cheerfully ignored
  136. with regards to masses by Anonymous Coward · · Score: 0

    masses are asses
    in case u never noticed
    it was the mob that had Jesus killed
    it was mob opinion that led to Newton being condemned to house arrest for claiming that
    the we circled the sun, and that feathers and apples fall at same speed

  137. Sleep well, my friend... by Anonymous Coward · · Score: 0

    ...you need to be alert to defend yourself and others. We in Canada wish you and yours well.

  138. do you really believe that ? by Archfeld · · Score: 2

    I've got no child pornography to worry about, and If the FBI, or whatever agency wanted in, asked I'd be happy to give them access, but I DO object to MY ISP providing access without #1 legal documentation, #2 my permission.

    Now I could not find anywhere wether a writ was issued in this instance or not so this may all be smoke if the FBI had a warrant more power to them.

    I disagree with the above AC, NOW IS THE MOST IMPORTANT TIME to ensure the FBI adheres to the rules, anyone we catch we must make sure IT STICKS. I'd hate to read about a case being thrown out because of a due process violation.

    --
    errr....umm...*whooosh* *whoosh* Is this thing on ?
  139. agreed by Anonymous Coward · · Score: 0

    but I could not find anywhere where it stated as warrant was issued or even asked for, and with the political climate the way it is I would not be too suprrised if someone at AOL thought the were helping by 'voluntarily' providing all the info the FBI could ask for.