Slashdot Mirror


New US Government Project To Monitor Electronic Communication

An anonymous reader writes "PRODIGAL (Proactive Discovery of Insider Threats Using Graph Analysis and Learning) is a recently uncovered U.S. government program created in partnership with the Georgia Tech School of Computational Science and Engineering, ostensibly to monitor IMs, texts, and emails on government networks, is feared to be turned on the U.S. population at large. From the article: 'Cherie Anderson runs a travel company in southern California, and she's convinced the federal government is reading her emails. But she's all right with that. "I assume it's part of the Patriot Act and I really don't mind," she says. "I figure I'm probably boring them to death."'"

164 comments

  1. First post! by GameboyRMH · · Score: 4, Funny

    First entry into PRODIGAL database!

    --
    "When information is power, privacy is freedom" - Jah-Wren Ryel
    1. Re:First post! by Anonymous Coward · · Score: 1

      when Cherie Anderson issues a travel tickets to a [un]known terrorist she will be classified as an enemy combatant. than the president can drone her and her family.

  2. Encrypt by Neutral_Observer · · Score: 4, Insightful

    Encrypt anything that goes "On Grid".

    1. Re:Encrypt by Openstandards.net · · Score: 4, Insightful

      We've had the ability to encrypt email for years, and we battled for PGP, yet no one uses it. The question is how do you get people to encrypt email by default, particularly when it requires participation by both sides. Add this challenge to IM.

    2. Re:Encrypt by Neutral_Observer · · Score: 5, Funny

      I have been working on an application that makes this easy for every... hold on, someone is at the door.... ****carrier lost****

    3. Re:Encrypt by Anonymous Coward · · Score: 0

      Encrypting your communications will likely be flagged as extremely suspicious, and will get the attention of a lot of people, and will probably get you on a lot of black lists.

    4. Re:Encrypt by DarkOx · · Score: 5, Interesting

      Encryption may not help you here. When we get to talking about graph analysis and learning, suddenly who you are talking to becomes as interesting as what you are talking about.

      You might be identified as threat based sole on what would seem to be unusual information flows. For example, if someone in say HR is trading lots of mails with someone in accounting, an other person in inventory management, and finally a couple of warehouse shipping clerks, such a system might flag it as a possible theft conspiracy to steal inventory.

      It would be unusual for such a ad-hoc group to be exchanging information at high frequency, and might warrant scrutiny. You can discover that and flag it independent of the the messages being encrypted or not. It could be completely innocent of course, they might just be on the company volleyball team together. Still its an interesting technology.

      --
      Repeal the 17th Amendment TODAY! Also Please Read http://www.gnu.org/philosophy/right-to-read.html
    5. Re:Encrypt by sgt+scrub · · Score: 2

      Encryption is standard for XMPP now. Why it isn't for all the other protocols I have no idea. Regardless, unless the encryption keys are self signed the government can get a copy of them anyway. IMHO, your correct about PGP. It should be part of the signing up for an account process. Unfortunately, the most popular email clients don't give PGP any thought.

      --
      Having to work for a living is the root of all evil.
    6. Re:Encrypt by Anonymous Coward · · Score: 1

      There are a few reasons why it hasn't happened:

      1. PGP is stupid. It's non-standard and often requires weird add-ons to make it work with whatever software you are using.

      2. S/MIME is a standard and is what everything should have used from the beginning but now the market is fragmented between PGP and S/MIME leading to confusing. I still think everything should switch to S/MIME and completely dump that PGP crap.

      3. Once you get past 1 and 2 now the issue is how to get certs. This is probably the biggest stumbling block. Who manages the CA's and people need to able to get certs for free. Who decides which ones can be trusted? Granted, you don't always need trust, sometimes you just need encryption. The issue of how to get certs to users has and is the biggest problem.

    7. Re:Encrypt by Openstandards.net · · Score: 2

      That is very true. I believe there is an opportunity to anonymize communications via P2P technology. Sometimes, the best way to hide a sound is to create lots of noise. When all of our direct communications become meaningless due to the randomness of P2P, and our intended communications require a random number of P2P hops, and the process is protected with encryption, it becomes very difficult to discern the intended communications graph from the random P2P one.

    8. Re:Encrypt by Anonymous Coward · · Score: 1

      At a bare minimum, encourage secure POP, IMAP, and SMTP. I handle all the networking at my company and notice that quite a bit of the traffic that our Ironport appliances send is encrypted ie., negotiates TLS for the SMTP sessions. All the major ISPs and Webmail hosts appear to support it and many of the individually hosted email servers do as well.

      Obviously this does nothing for individual emails once they're on the servers, but at least a lot of the info is (theoretically) protected in transit.

    9. Re:Encrypt by Anonymous Coward · · Score: 0

      Try telling that to google. And, s2s-tls is about as secure as smtp-tls....

    10. Re:Encrypt by Openstandards.net · · Score: 1

      Individuals might initially send through secure SMTP. But, from that point on, I don't think the relays will use it. Thus, you can securely drop it off at your ISP or whatever SMTP you're email client is configured to use. But, to transport it to the destinations in the TO/CC/BCC addresses, it has to relay it. At this point, it will likely use port 25.

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

      Sometimes, the best way to hide a sound is to create lots of noise.

      And the best way to hide a valid email is with a spamjaculator.

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

      True, but when it comes to who I talk to I have nothing to hide. I still like some privacy about how I phrase my emails to my imaginary girlfriend, /dev/null.

    13. Re:Encrypt by Sloppy · · Score: 3, Insightful

      When we get to talking about graph analysis and learning, suddenly who you are talking to becomes as interesting as what you are talking about.

      No, it's interesting, but it's not as interesting. "Looks like he called his wife again," doesn't tell you a whole lot.

      Imagine you're trying to decide which house to burgle. Some sends a message to someone else who is planning a party. You really want to know if they said, "I'll be there and am bringing a few growlers of homebrew quadbock. We are getting so 'faced! Can I crash at your place?" or "sorry, can't make it. I'm teaching the kids how to recycle ammo brass that night."

      --
      As copyright owner of this comment, I authorize everyone to defeat any technological measure which limits access to it.
    14. Re:Encrypt by blahplusplus · · Score: 2

      "We've had the ability to encrypt email for years"

      That was never the issue, the problem is it was OPT IN, encryption should have been built in and on by default from the start. That's the real issue.

    15. Re:Encrypt by DarkOx · · Score: 1

      Actually what I have observed the typical behavior of most mail servers in the commercial business I have been associated with doing is to try and encrypt than fall back to clear text. When they go to relay out they will connect in the clear, issue a START TLS, if they get a 2XX response code TLS goes forward, if not they move forward plain text.

      --
      Repeal the 17th Amendment TODAY! Also Please Read http://www.gnu.org/philosophy/right-to-read.html
    16. Re:Encrypt by Anonymous Coward · · Score: 0

      the only way to get people 'onboard' is to make it easy. the most obvious way to make it easy is to build it into the software/communication protocol so that it is 'automatic'. unfortunately, US companies will then hand the keys to the protocol over to the US government out of fear of government retribution or out of hope for government favors. the federal government has too much power without PRODIGAL. that's why it's happening. that is the nature of power. it has gravity and attracts more power unto itself. We The Spoiled People readily give our lives over to the government for convenience and 'security'. we've been programmed to be ok with this.

    17. Re:Encrypt by Froggels · · Score: 0

      Anyone who uses their own employer's email system to carry out conspiracy and fraud deserves to get caught.

    18. Re:Encrypt by tatman · · Score: 2

      The fact that you use PGP could be enough to put you on the threat radar. Heck, I'll go as far as to say, the fact that I engaged in this conversation could be enough to me on it. I feel like I should be some old croney conspiracy theory freak when I speak like that, and yet......

      --
      I've always said English was my second language. Had Romeo and Juliet been written in C, I might have understood it.
    19. Re:Encrypt by guruevi · · Score: 2

      Server communications is all that needs to be encrypted really. The end-user shouldn't have to do much, I simply don't allow POP and standard IMAP on my mail server and even SMTP has to have at least TLS encryption if you're going for port 25. The server-to-server communication for SMTP is a bit hairier (my server makes a best effort to either use SSL or TLS) but XMPP can be forced to only accept SSL/TLS encrypted connections.

      Off course if you decide to outsource management of any of those assets to 'the cloud' then you better have some guarantee that stuff gets encrypted.

      --
      Custom electronics and digital signage for your business: www.evcircuits.com
    20. Re:Encrypt by Anonymous Coward · · Score: 2, Interesting

      > PGP is stupid. It's non-standard

      It's not only a de-facto standard, it's *officially* a standard, described in RFC-1991 and 2440. It's also supposed in most email clients, either natively (such as Evolution) or with a trivial add-on (like Enigmail for Thunderbird).

    21. Re:Encrypt by Anonymous Coward · · Score: 1

      At the workplace, there is zero expectation of privacy. However, one of the fair compromises is a work PGP key with an ADK, for recovery-ability due to HIPAA, Sarbanes-Oxley, and other regulations. This way, if done right and the recovery key is stored securely, it will balance both needs of IT recovering E-mail due to motions of discovery as well as privacy.

      At home, it is totally different. I remember the fights in the mid 1990s that we barely won versus Clipper and cryptography in general. PGP 1.0 came out because some of Congress wanted to ban cryptography wholesale. We fought and won the right to have non-trivial crypto. Now, when I ask if there is any interest in a PGP keysigning party, I get really odd looks, and questions about paranoia.

      No, I'm not worried about governments; I'm worried about the many people and organizations who can hack access to mail and message transcripts. It will only be a matter of time before a conversation about a drug gang 2-3 years ago may get someone's family killed now because someone's mail server was compromised. Perhaps a conversation on IM about a new ache someone has this morning might get their health insurance policy cancelled.

      If people don't want to deal with encrypted E-mail, then there is always S/MIME which makes things easier (although trusting SSL CAs is a bit scary).

    22. Re:Encrypt by glorybe · · Score: 2, Interesting

      For reasons not known or understood by me I am unfortunately aware that some arm of government does, and has for some time, collected in depth information about some people who have no criminal history at all nor have done anything considered wrong either. It gets rough when someone hands you some of that information and because of the life spans of people who apparently contributed that information it is obvious that it was compiled over a period of years and some effort was applied to knowing about your life.

    23. Re:Encrypt by Paracelcus · · Score: 1

      A mildly pornographic jpg with an encrypted seganographic message, delivered via anonymous nntp posting, and the message ends with shred this using Gutmann.

      Encrypt your O/S
      Encrypt containers.
      Create hidden dummies
      use micro SDHC as HDD's
      Hide media in remotely deniable location.

      The Government is clearly up to no good!

      --
      I killed da wabbit -Elmer Fudd
    24. Re:Encrypt by dave87656 · · Score: 2

      You might be identified as threat based sole on what would seem to be unusual information flows.

      And with the recent proposal that the government can arrest you and hold you indefinitely if they perceive you as a terror threat, just sending a text message encrypted might just land you in Guantanamo.

    25. Re:Encrypt by thejynxed · · Score: 1

      By making it enabled and mandatory by default, and giving no option to bypass or disable using it.

      --
      @Mindless Drivel: 100% of Twitter posts ever Tweeted.
  3. Technology Exists Already by geoffrobinson · · Score: 3, Interesting

    I interviewed for a major life insurance company. They already have the ability to monitor all that stuff (except for texts, but that seems trivial if you have access). I know for a fact a previous employer of mine had that capability and used it as well.

    The only interesting thing about this is they asked Georgia Tech to help instead of a more traditional defense-type contractor.

    --
    Except for ending slavery, the Nazis, communism, & securing American independence, war has never solved anything.
    1. Re:Technology Exists Already by Anonymous Coward · · Score: 0

      Yes, but what you don't realize is that Georgie Tech is a "big defense contractor" sucking up a ton of federal dollars for military-based IT research.

    2. Re:Technology Exists Already by Anonymous Coward · · Score: 0

      What's more interesting is a major development center for AFLAC is not that far from GT...

    3. Re:Technology Exists Already by Anonymous Coward · · Score: 0

      The only interesting thing about this is they asked Georgia Tech to help instead of a more traditional defense-type contractor.

      They wanted something that would actually work.

  4. Do you think they look up definitions? by Anonymous Coward · · Score: 0

    Do you think they look up definitions of the the words they use as acronyms?

    prodigal/prädigl/
    Adjective:
    Spending money or resources freely and recklessly; wastefully extravagant.

    Wastefully extravagant and crossing the line of security and into the realm of invasion of privacy.

    1. Re:Do you think they look up definitions? by masternerdguy · · Score: 3, Insightful

      That's the two criteria for a government technology project. This one is pure gold as far as they're concerned.

      --
      To offset political mods, replace Flamebait with Insightful.
  5. What's stopped them in the past? by Synerg1y · · Score: 1

    If the government really wanted to read your email, they've had a decade to freely do so. No, they still can't read pgp encrypted emails without some serious devotion. If you suspect the government is reading your emails, it's only to build a case against you and leaving the country might be smart. Otherwise you have little to worry about. Nobody is dumb enough to store all their personal stuff in their third party mailbox right? :)

  6. wrong images by Tom · · Score: 5, Insightful

    "I figure I'm probably boring them to death."'

    There's your problem.

    People don't mind because they don't understand what is really going on. With this or any other privacy intrusion (ignoring if this particular one is real or not).

    Cherie, no human being is reading your mails. Computers with natural language engines are, and they are searching for and generating patterns. Human beings come in long afterwards. They don't get to read your mails, what they get is a summary of your preferences, opinions, buying habits, and probably some kind of score indicating (depending on who is doing the spying) if you're a good customer, a potential terrorist, have the right political agenda, etc. etc.

    The 1984 "Big Brother" concept is 1984 - in the 21st century, you will not be arrested because some office drone in the ministry of truth read through all your e-mails and decided you're a bad person. No, in the 21st century you get put on the No Fly List and nobody can friggin' explain to you why , because the reason, as far as the humans involved are concerned, is that some score in some automated system crossed a threshold value.

    --
    Assorted stuff I do sometimes: Lemuria.org
    1. Re:wrong images by tatman · · Score: 5, Insightful

      Scary isn't it. No one will care until it becomes a problem for themselves; then they wonder what happened....

      --
      I've always said English was my second language. Had Romeo and Juliet been written in C, I might have understood it.
    2. Re:wrong images by stanlyb · · Score: 0

      Maybe when she realize that they also peek in her sexual life, she would change her mind (even if it is still "boring").

    3. Re:wrong images by BMOC · · Score: 3, Insightful
      Future TSA worker:

      "Ah, you can't fly, in fact, I'm supposed to arrest you. Come here please."

      "Oh, you say this is a mistake?"

      "Don't worry, this is just a result of a feature with a work-around. I'm sure they'll fix these bugs in CIA 2.0. In the meantime, enjoy your stay in Leavenworth."

      --
      I swear they give me mod points to shut me up.
    4. Re:wrong images by GodfatherofSoul · · Score: 1

      And, heaven forbid she ever becomes a political "problem". You can be sure that any negative iota of information gleaned from scanning her communications will find its way to a media outlet.

      --
      I swear to God...I swear to God! That is NOT how you treat your human!
    5. Re:wrong images by Kjella · · Score: 1

      No, in the 21st century you get put on the No Fly List and nobody can friggin' explain to you why , because the reason, as far as the humans involved are concerned, is that some score in some automated system crossed a threshold value.

      s/can/will/g because that would compromise the inputs and the scoring algorithm. If you generate enough fuss then perhaps you'll get yourself whitelisted (and put on another list of people to watch anyway) but you probably have to reveal twice as much personal information to do it.

      --
      Live today, because you never know what tomorrow brings
    6. Re:wrong images by c6gunner · · Score: 1, Insightful

      The 1984 "Big Brother" concept is 1984 - in the 21st century, you will not be arrested because some office drone in the ministry of truth read through all your e-mails and decided you're a bad person. No, in the 21st century you get put on the No Fly List and nobody can friggin' explain to you why , because the reason, as far as the humans involved are concerned, is that some score in some automated system crossed a threshold value.

      No, no, and HELL no. Your paranoid-delusions in no way reflect reality. The no-fly list at this point contains some 10,000 names. That's one out of every 30,000 americans. As a comparison, the "Terrorist Watch List" contains 400,000+ names. So, even though the the vast majority of the people on the terrorist-watch-list don't make the "no fly list", you expect me to believe that computer algorithms are automatically putting people on it based on innocent e-mails?

      STFU. Seriously.

      Yes, this system, like EVERY FRIGGIN' TOOL WE'VE EVER COME UP WITH has the potential to be abused. No, it is not currently being abused, nor is there any indication that it will be in the future. You seriously need to get some perspective.

    7. Re:wrong images by LWATCDR · · Score: 1

      " Computers with natural language engines are, and they are searching for and generating patterns. Human beings come in long afterwards. They don't get to read your mails, what they get is a summary of your preferences, opinions, buying habits, and probably some kind of score indicating (depending on who is doing the spying) if you're a good customer, a potential terrorist, have the right political agenda, etc. etc."
      Funny but I doubt that the government cares too much about your buying habits.

      I said this about 15 years ago and I will say it again. Anyone that thinks that normal email or posts on the internet are private is just dumb. An email is as private as a postcard. It is open text and always was. Get encryption or just accept that email is not private. Phone calls and mail is private and has protections. IMs and TXTs I am not sure if they are protected or not.
      What you post on Facebook, Google+, Twitter and or Slashdot is so not private and if you think that it is well....
      As far as advertisers. Well I am all for targeted ads. I want more ads about motorcycles, model aircraft, computers, and camping and less about adult diapers and viagra.

      --
      See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
    8. Re:wrong images by CarbonShell · · Score: 4, Informative

      Uhm, wasn't Sen. Kennedy on the No-Fly list at one time? Not to mention people like Robert J. Johnson, John Lewis

      or

      Walter F. Murphy, McCormick Professor of Jurisprudence at Princeton, reported that the following exchange took place at Newark on 1 March 2007, where he was denied a boarding pass "because I [Professor Murphy] was on the Terrorist Watch list." The airline employee asked, "Have you been in any peace marches? We ban a lot of people from flying because of that." "I explained," said professor Murphy, "that I had not so marched but had, in September 2006, given a lecture at Princeton, televised and put on the web, highly critical of George Bush for his many violations of the constitution." To which the airline employee responded, "That'll do it."

      source: http://en.wikipedia.org/wiki/No_Fly_List

    9. Re:wrong images by spidercoz · · Score: 3, Insightful

      I care. I try to educate people. They look at me like I'm off my nut.

      --
      "I disapprove of what you say, but I will defend to the death your right to say it." - Evelyn Beatrice Hall, re Voltaire
    10. Re:wrong images by c6gunner · · Score: 1

      So let me get this straight ... your evidence that the list is being abused hinges on the off-the-cuff remark of an anonymous airport employee?

      Why don't you think about that for a minute and then get back to me.

      Also, it's worth pointing out that the wikipedia page - and the article it quotes as a source - selectively quote the incident in order to make it appear as if McCormick was denied entry to the plane. This is false. He was selected for secondary screening. I find it amusing that he made such a big deal out of it, and then mentioned that he used to be a marine. I've been selected for secondary screening, WHILE IN UNIFORM, and flying back from a 2 week military exercise.

      Context matters.

    11. Re:wrong images by WaffleMonster · · Score: 1

      The 1984 "Big Brother" concept is 1984 - in the 21st century, you will not be arrested because some office drone in the ministry of truth read through all your e-mails and decided you're a bad person. No, in the 21st century you get put on the No Fly List and nobody can friggin' explain to you why , because the reason, as far as the humans involved are concerned, is that some score in some automated system crossed a threshold value.

      For the life of me I don't understand why LEA would share such a valuable feedback channel with terrorists... Am I on the no fly list? ... How about now? .. Now? .. Now??? ... Seriously still not on your list?

    12. Re:wrong images by Anonymous Coward · · Score: 5, Insightful

      [Sarcasm] I'm absolutely sure that any misuse was just a complete misunderstanding. [More more likely never, ever happened.]

      I mean really, counter-intelpro, Iran Contra, Watergate, due-process free assassination of US citizens [on exclusive executive branch say-so] are all just pure misunderstanding. We'd never really do something wrong. [I mean, if the president does it, it, *by definition,* it isn't illegal.]
      [/Sarcasm]

      The Prima facie case of misuse is that it's a "black" program.

      1) The rules for getting on the list are secret.
      2) How you get off is secret.
      3) Who is on the list is secret.

      Secret rules for secret laws for a secret government = abuse.

      That is pretty much all that needs to be said. When people [pretty much any people] are allowed carte-blanche to do as they will, abuses will occur.

      The only way that is [sometimes] prevented or rectified is accountability to the populace.

      Once accountability is lost - and believe me, secret laws, and secret programs, by secret police because we must be *scared*, very *scared* causes a loss of accountability - once that accountability is lost, then abuses happen. It's just a forgone conclusion.

      Examine the written history of man.

      So, while you may want to demand evidence - I say there is no need.

      Abuses happen when the laws, and their enforcement and prosecution are secret. Not might happen, just will and do happen.

      Anyone who takes even the most cursory examination of history will very quickly come to that conclusion. Thus, your asking "show me the evidence" - I think it shows that either
      1) You're woefully uninformed about the nature of people
      or
      2) You're just a shill for whatever abusive authoritarian structure is currently in place and feign ignorance of the results of such policies.

      If it's option #1 - I pity you. You're a stupid git and simply can't grasp that fact.
      If it's option #2 - they I pity me, since you're likely to place me on one of those secret list, based on secret laws written by our secret government. [Because, it's clear, I'm a subversive threat!]

    13. Re:wrong images by tatman · · Score: 2

      Isn't that the truth. In fact, I often feel like Im being judged as someone that has something to hide because I speak up about it. I guess what I meant by "no one will care" is the very large majority do not. I have no statistics but I like its 99.99% do not care, cannot see the dangers, do not think it can or will happen.

      --
      I've always said English was my second language. Had Romeo and Juliet been written in C, I might have understood it.
    14. Re:wrong images by c6gunner · · Score: 1

      How in the world does this garbage get modded up? Apparently all it takes for an insightful mod is a mention of various government programs which constantly get misrepresented by conspiracy morons, followed by a long-winded, factually incorrect, paranoia-fueled rant, concluding with "I DON'T NEED TEH EVIDENCE!!!!".

      This guy should be medicated, not encouraged. Those of you modding him up should be ashamed.

    15. Re:wrong images by sociocapitalist · · Score: 1

      ...in the 21st century, you will not be arrested because some office drone in the ministry of truth read through all your e-mails and decided you're a bad person. No, in the 21st century you get put on the No Fly List and nobody can friggin' explain to you why ...

      I really wish I could mod this your post up higher than 5.

      --
      blindly antisocialist = antisocial
    16. Re:wrong images by seantide · · Score: 1

      Outside of the ranting, one thing he said is correct: the program is abusive simply because it is totally out of our control and oversight. We can't know if we are on it, how to get off, what causes us to get on it.

      Most of the time when I'm on a government list, I'm told that I am and exactly why, and there is extensive documentation on how it happened, how to get off, how to defend myself, and a good bit of historical research I can do to learn more. Granted its still often completely screwed up, unfair, and so on but its not as bad as this at least.

      I'm also given due process in almost all cases, and I'm not punished or restricted until someone can prove I'm a problem.

      With things like the Patriot Act and no-fly lists... I have none of those options.

      So sure, it was an ill-informed rant, but that one part of it is true and is worth discussion.

    17. Re:wrong images by c6gunner · · Score: 1

      Outside of the ranting, one thing he said is correct: the program is abusive simply because it is totally out of our control and oversight. We can't know if we are on it, how to get off, what causes us to get on it.

      That's stupid. It's the equivalent of saying that all parents are abusive because we have no way of checking up on them.

      Most of the time when I'm on a government list, I'm told that I am and exactly why, and there is extensive documentation on how it happened, how to get off, how to defend myself, and a good bit of historical research I can do to learn more.

      Sure, "most of the time", but there have always been exceptions, and this is one of them. If you're under surveillance for suspicion of drug trafficking, you're not going to be told about it. If you're being investigated for a serious crime, there may be an alert out advising border agents to not allow you to leave the country, and you won't be told about that until you attempt to do it. How is this different?

      So sure, it was an ill-informed rant, but that one part of it is true and is worth discussion.

      I agree that some oversight is a good idea, but:

      1. Given the small size of the list, it's obvious that the associated agencies are being quite selective about who goes on it.

      and

      2. There is almost certainly some oversight of the program already - there's simply no non-governmental oversight.

      As non-governmental oversight is already missing in numerous government programs where state security is a concern, I don't see any reason to get up-in-arms over this particular program. I also don't see how you'd go about implementing it without compromising the investigations which caused the names to be flagged in the first place.

  7. Not News by Prodigal86sc · · Score: 4, Interesting

    The NSA has been doing this since 2003, probably before. It's extra creepy that DARPA is now in on the act, but that's about it. http://www.wired.com/science/discoveries/news/2006/04/70619

    1. Re:Not News by forkfail · · Score: 1

      Well - assuming that the NSA has/is doing it on a large scale that long, then it occurs that this could just be a case of slow information dissemination, which works well when you want folks to become slowly acclimated to an idea that they would initially find completely unacceptable.

      --
      Check your premises.
    2. Re:Not News by Anonymous Coward · · Score: 0

      The NSA has been doing this since 2003, probably before. It's extra creepy that DARPA is now in on the act, but that's about it.

      Creepy for you, but bread and butter for program officers looking to add bullets to their resumes,, which has the added effect of otherwise keep the military machine running. The boiling frogs analogy works as well.
       

    3. Re:Not News by tatman · · Score: 1

      Wasn't Echelon making news/noise even before 9/11. If my failing memory serves me correct this once, I think I was hearing about Echelon before y2k.

      --
      I've always said English was my second language. Had Romeo and Juliet been written in C, I might have understood it.
  8. What's the definition of "prodigal"? by khasim · · Score: 5, Informative

    People always get that bit confused. What it REALLY means is
    "A person who spends money in a recklessly extravagant way."

    Nice name for this program.

    1. Re:What's the definition of "prodigal"? by Qzukk · · Score: 1

      "A person who spends money in a recklessly extravagant way."

      Nice name for this program.

      Pretty much spot on. The nice lady from California doesn't mind her tax dollars going to pay some peeping tom to be bored of reading her email.

      --
      If I have been able to see further than others, it is because I bought a pair of binoculars.
    2. Re:What's the definition of "prodigal"? by russotto · · Score: 1

      People always get that bit confused. What it REALLY means is
      "A person who spends money in a recklessly extravagant way."

      ROTFL. Not being up on my bible, I thought that "prodigal" was related to "prodigy" and "prodigious" was the one which meant wasteful. But you're right, it's the other way around.

    3. Re:What's the definition of "prodigal"? by rwa2 · · Score: 3, Insightful

      Well, this is the Twitter generation. The worst thing that can possibly happen to you nowadays is that no one cares to listen to anything you say...

      It used to be that ${God} would listen to everything you thought and prayed for, and that used to be enough to let people think their problems and concerns were being addressed. I think it's healthy to have that feeling replaced by the warm, comforting feeling that the government is watching you and might choose to intervene.

      Or at the very least, it would encourage people to actually start using encryption :-P

    4. Re:What's the definition of "prodigal"? by Qzukk · · Score: 3, Insightful

      It used to be that ${God} would listen to everything you thought and prayed for, and that used to be enough to let people think their problems and concerns were being addressed. I think it's healthy to have that feeling replaced by the warm, comforting feeling that the government is watching you and might choose to intervene.

      I dunno, given the past few years, I'd say the government is about on par with God in terms of delivering on promises.

      --
      If I have been able to see further than others, it is because I bought a pair of binoculars.
    5. Re:What's the definition of "prodigal"? by mcgrew · · Score: 1

      I'd say the government is about on par with God in terms of delivering on promises.

      He's kept all the ones he made to me. Not so the government. The GP said "It used to be that ${God} would listen to everything you thought and prayed for", guess what? He still does. But you can't expect someone you don't even believe in to make promises, let alone keep them.

    6. Re:What's the definition of "prodigal"? by Anonymous Coward · · Score: 0

      Well it's another Government spy op, so yeah, it still fits.

    7. Re:What's the definition of "prodigal"? by Anonymous Coward · · Score: 0

      Comparing the gorvernment to divine intervention are we?
      Those who live in fear care and those who don't ... well... don't.
      The only threat is... if they decide to hand pick scapegoats and act on heresay...or heresy.

      we'll see... or will we?

    8. Re:What's the definition of "prodigal"? by Anonymous Coward · · Score: 0

      The syph has finally rotted your brain. Hallelujah!

    9. Re:What's the definition of "prodigal"? by Anonymous Coward · · Score: 0

      "A person who spends money in a recklessly extravagant way."

      So it will home in on bankers and republican politicians?

    10. Re:What's the definition of "prodigal"? by LifesABeach · · Score: 1

      Then one night I was awakened by soldiers screaming orders, the sound of cries of terror, the sickening sounds of bones being broken with baseball bats. Then, quiet, the truck pulled away taking the family away that government said was now "bad." Good bye Cherie Anderson, god heared your prayers, and your suffering will end shortly.

    11. Re:What's the definition of "prodigal"? by LifesABeach · · Score: 1

      I would hope Bank Executives that grin while showing off, and Tea Party members who wish ill upon their fellow Americans.

    12. Re:What's the definition of "prodigal"? by Beorytis · · Score: 1

      Or at the very least, it would encourage people to actually start using encryption :-P

      Did that work with ${God}?

    13. Re:What's the definition of "prodigal"? by Anonymous Coward · · Score: 0

      People always get that bit confused. What it REALLY means is
      "A person who spends money in a recklessly extravagant way."

      Nice name for this program.

      So the government is screwed, right?!?

    14. Re:What's the definition of "prodigal"? by dave87656 · · Score: 1

      "A person who spends money in a recklessly extravagant way."

      So it will home in on bankers and republican politicians?

      No, those two groups alone would overload the system.

  9. Total Information Access (TIA) by Grymlorde · · Score: 1

    This is exactly the premise behind the mini-series "The Last Enemy" (http://www.imdb.com/title/tt0966151/) and it's giant database called TIA or Total Information Access. In the mini-series, a mathematician is hired to develop an algorithim to analyze the mountains of data. And now life is going to imitate art once again. . .!

    1. Re:Total Information Access (TIA) by russotto · · Score: 2

      Art imitiates life. "Total Information Access" was a real DARPA program. It was "cancelled", but of course that just means they changed the name. Perhaps to "PRODIGAL". As I recall, the symbol for TIA was the all-seeing eye (the one on the back of the dollar bill), which was probably DARPA trolling the paranoids.

    2. Re:Total Information Access (TIA) by dkleinsc · · Score: 3, Interesting

      Actually, no, that's art imitating life.

      In 2003, a program called "Total Information Awareness" was created to intercept all Internet traffic and try to process it looking for phrases the NSA and others in government might find interesting. In 2007, the newly elected Congress defunded it (mostly Democrats, with the support of a few libertarians like Ron Paul). The NSA responded by shifting the efforts into different programs that they didn't have to explain to Congress.

      --
      I am officially gone from /. Long live http://www.soylentnews.com/
    3. Re:Total Information Access (TIA) by gtall · · Score: 1

      It was called Total Information Awareness.

  10. I bet it already is by FudRucker · · Score: 0

    being used on the population at large, look how popular Google is and Google is in bed with the NSA, which mean that your gmail account is snooped daily or even hourly and if your a person of interest probably copies of everything is continuously sent to the government spooks so they get copies of your email as fast as you do.

    --
    Politics is Treachery, Religion is Brainwashing
    1. Re:I bet it already is by Lashat · · Score: 1

      Come on now let's be realistic. If you are a person of interest they get your email BEFORE you do.

      --
      For every benefit you receive a tax is levied. - Ralph Waldo Emerson
    2. Re:I bet it already is by Anonymous Coward · · Score: 0

      YAWN.

    3. Re:I bet it already is by cavreader · · Score: 1

      Can you prove any of your assertions? Just 1.

  11. New what? by stanlyb · · Score: 1

    What is new? The "US", the "government", or the "project"? The monitoring is part is not new i suppose...

  12. Money better spent by FellowConspirator · · Score: 5, Insightful

    The thing is, as crime goes, terrorism is rare and the threat hasn't change appreciably in 50 years ( no matter what the evening news says ). The type of criminal activity in the US and international finance industries, however, is unprecedented and capable of causing far more damage. Unfortunately, we don't bring as many resources to bear on the greater threat to the country.

    1. Re:Money better spent by betterunixthanunix · · Score: 1

      Except that this will not be used to police businesses; businesses will just encrypt all their emails. The point of this sort of monitoring is to police the lower-level crimes: drug smuggling, child exploitation, violations of embargoes, etc. Most black market transactions that are negotiated or conducted entirely on the Internet are done without encryption or using very poor encryption systems (e.g. Hushmail) because they tend to involve less educated people (or perhaps less tech-savvy people).

      --
      Palm trees and 8
    2. Re:Money better spent by TheSpoom · · Score: 2

      The type of criminal activity in the US and international finance industries, however, is unprecedented and capable of causing far more damage. Unfortunately, we don't bring as many resources to bear on the greater threat to the country.

      Because the former controls the latter.

      --
      It's better to vote for what you want and not get it than to vote for what you don't want and get it.
      - E. Debs
  13. On Reddit yesterday... by AdmiralXyz · · Score: 4, Interesting
    I know we're supposed to look down on Reddit as Slashdot-lite, but someone posted an interesting question there yesterday:

    The ghost of Plato offers you one of two pills. If you take the blue pill, from now on your government will precisely represent the will of its people. If you take the red pill, your country will be seized by an intelligent dictator whose political views are identical to yours. Which will it be?

    It's almost a difficult choice until you read things like "I assume it's part of the Patriot Act and I really don't mind", and then you realize you'd grab the red pill so fast you'd yank Plato's arm off. Participatory government is dead.

    --
    Dislike the Electoral College? Lobby your state to join the National Popular Vote Interstate Compact.
    1. Re:On Reddit yesterday... by Anonymous Coward · · Score: 0

      That doesnt mean theyte representing the will of the people, only that the people.dont care abouy the end result of government choice (such as the lady above said). Its the attitude of "we dont want it, but what good does saying.no do when theyll just go and doit anyway". Its along the same lines of why my wife doesnt vote.. because "it's all screwed up and it doesnt matter what i vote"

    2. Re:On Reddit yesterday... by koja86 · · Score: 1

      Wonder if only dumbasses in old Greece were without voting privileges or how else could be democracy invented...

    3. Re:On Reddit yesterday... by Kjella · · Score: 3, Interesting

      Everybody would like a dictator that rules "their way" because everyone else is stupid and wrong, in fact it's a thinly veiled way of asking if you'd like to become that dictator yourself. Except that's not how it works, because everyone can take the blue pill and have their fair share of democracy but only one person gets to pick the red pill. So the question is, would you really take a lottery where one person gets to appoint a dictator for life? I mean you could get lucky, but you might also want a one-way plane ticket out of there before your new randomly-chosen overlord closes the border. Weird as it sounds, the politicians you have are actually moderates compared to what you could get.

      Besides, if you want that dictatorship to not get overthrown in the first five minutes, that dictator has to cease control and keep it - people don't obey by magic. You might find that even if you are doing the "right thing" and have the people's best interest at heart, what you have to do to force it upon them actually makes the cure worse than the problem. It won't be long before your dictator passes mass surveillance laws of his own - for the people's own good, of course. Nothing like a government that's decided they're right and the people wrong, surely some reeducation camps will make people understand. That's worked so well in the past.

      --
      Live today, because you never know what tomorrow brings
    4. Re:On Reddit yesterday... by interval1066 · · Score: 1

      Participatory government is dead.

      Indeed. Forget about a representative democracy, 9/11 has put the goal of a totalitarian bureaucracy in America quite over the top for the richest ~100,000 families who actually control the world. The final peice is in place- now we get the fruits of that labor. Watch now for the main goal to be set in motion- population control. These people are using every trick in the book- 9/11, the global warming myth, etc, to effect this goal. Read William Engdahl, anything you can find. This guy is the only person I've read who's not a crackpot and can see the entire game. He has a lot of stuff on youtube.

      --
      Python: 'And then suddenly you have a language which says "we're all stuck with whatever the whiniest coder wants".'
    5. Re:On Reddit yesterday... by Anonymous Coward · · Score: 0

      Besides, if you want that dictatorship to not get overthrown in the first five minutes, that dictator has to cease control and keep it - people don't obey by magic.

      Pretty sure you mean "seize" control there, as "cease" in this context would mean to give up control.

    6. Re:On Reddit yesterday... by Anonymous Coward · · Score: 0

      Greece's 'democracy' may not have been as people generally believed it to be.

    7. Re:On Reddit yesterday... by StikyPad · · Score: 2

      Democracy isn't some panacea. As Churchill said: "Democracy is the worst form of government, except all the others that have been tried."

      The problem isn't that the red pill is a wrong choice, the problem is that there are no benevolent dictators, or at least no reliable supply of them. (Yes, I know the question said intelligent, but presumably the intelligence would be used benevolently, otherwise we already have plenty of countries with intelligent, but not particularly benevolent, dictators.)

    8. Re:On Reddit yesterday... by JesseMcDonald · · Score: 2

      The ghost of Plato offers you one of two pills. If you take the blue pill, from now on your government will precisely represent the will of its people. If you take the red pill, your country will be seized by an intelligent dictator whose political views are identical to yours. Which will it be?

      No contest; I'd take the red pill. Of course, my political leanings are such that the "intelligent dictator" would be a pure figurehead, uninterested in exercising any actual political power. It's a bit hard to complain seriously about a "dictator" forever bound from interfering.

      The problem with the first option is that "the will of the people" far outstrips "the standing of the people"; in other words, a truly representative government with no other boundaries would exert its will in all kinds of situations where most of those being represented lack any legitimate standing (i.e. are not at risk of being harmed by the outcome) and thus should not have any influence. Democracy is a great idea in the context of running a voluntary organization, but the only legitimate option for any group you are not able to opt out of is unanimous consent.

      --
      "The state is that great fiction by which everyone tries to live at the expense of everyone else." - Bastiat
    9. Re:On Reddit yesterday... by Kjella · · Score: 1

      Pretty sure you mean "seize" control there, as "cease" in this context would mean to give up control.

      Actually it was "cheese" ;) he who controls the edamer, controls the world.

      --
      Live today, because you never know what tomorrow brings
    10. Re:On Reddit yesterday... by Anonymous Coward · · Score: 0

      Either way your a damn drug addict., and need to go to rehab.

    11. Re:On Reddit yesterday... by TheSpoom · · Score: 1

      I'd take both pills at once and see what happens.

      --
      It's better to vote for what you want and not get it than to vote for what you don't want and get it.
      - E. Debs
  14. it does matter by Killer+Instinct · · Score: 5, Insightful

    In the old days, the ATF would just make up some charges against you (meth, guns), keep the press/news 2 miles away from your compound (Waco) and charge in shooting and setting fires to a building with your family in it. Now they can say "we have a report from our security system" that you are a threat. They dont even need to make up anything as a cover story, you are on a list..'nuf said. Theres a saying ive seen on here, around the net goes like this "when they came for the Jews, I didnt say anything because i wasnt a jew. when they came for the gays, i didnt say anything because I wasnt gay. Now they are coming for me, and theres no one left to say anything". The point is, with a system in place like this it is too easy to abuse and we are one step closer the end. And we cant stop it now, without a lot of people getting really upset, the very thing this system will detect and prevent. We are at the point now where we decide the next step in our evolution. Up until now, evolution had a pretty decent set of "rules" where the species that evolved certain traits, stuck around longer. At this point a system like this will make sure someone's idea of the next generation, will be followed, circumventing natural selection, and probably guaranteeing the human race, as we know it, will cease to exist.

    -KI

    --
    #include bier;
    1. Re:it does matter by Jah-Wren+Ryel · · Score: 5, Informative

      Theres a saying ive seen on here, around the net


              First they came for the Communists,
              but I was not a Communist so I did not speak out.

              Then they came for the Socialists and the Trade Unionists,
              but I was neither, so I did not speak out.

              Then they came for the Jews,
              but I was not a Jew so I did not speak out.

              And when they came for me,
              there was no one left to speak out for me.

      Martin Niemoller

      --
      When information is power, privacy is freedom.
    2. Re:it does matter by Anonymous Coward · · Score: 0

      This country depends on illegal immigrant labor. For that to work, people cannot be tracked too closely. So don't worry, everything will be OK.

    3. Re:it does matter by Killer+Instinct · · Score: 1

      really? AC troll?...but we can track a cow down to a specific stall in a barn in washington state (mad cow disease) and yet "people can not be tracked too closely"? who are you, Eric Holder?

      --
      #include bier;
  15. Brainwashed? by Froggels · · Score: 1

    "I assume it's part of the Patriot Act and I really don't mind,"
    I guess it's ok since it's only just part of the Patriot Act.

    1. Re:Brainwashed? by spidercoz · · Score: 1

      No, just gullible and too dumb to question.

      --
      "I disapprove of what you say, but I will defend to the death your right to say it." - Evelyn Beatrice Hall, re Voltaire
  16. Silly Americans by Anonymous Coward · · Score: 0

    You act like this is something new. Here (the UK), we have had email/tele snooping since Day 1. If you don't want your government to read it, don't send it electronically.

    Get used to it. It's been that way for everyone else for years.

  17. Private key by tepples · · Score: 2

    We've had the ability to encrypt email for years, and we battled for PGP, yet no one uses it.

    To use PGP to sign and encrypt webmail, users have to upload their private keys to the webmail server. Solve this and you might find more people using PGP.

    1. Re:Private key by Nerdfest · · Score: 3, Insightful

      There was an article here a couple of weeks ago about a browser plugin that managed your private keys and worked with webMail. I don't think many people are interested, which is unfortunate.

    2. Re:Private key by tepples · · Score: 1

      There was an article here a couple of weeks ago about a browser plugin that managed your private keys and worked with webMail.

      Good luck seeking permission to install that browser plug-in on all computing devices that you use, even if they're not full-size PCs. Wasn't Microsoft promising a plugin-free IE in the Metro environment of Windows 8? And good luck seeking permission to install that browser plug-in on all PCs that you use but do not own, such as a PC in the break room at work, a PC in the library, a PC belonging to a relative whom you are visiting, etc.

  18. gavel.avi by sgt+scrub · · Score: 1

    Whenever you see "Graph Analysis and Learning" you know they are teaching an AI system to make judgments. This literally is a system designed to decide if a human is a threat. All it needs is the ability to make a sound when it finds someone guilty.

    --
    Having to work for a living is the root of all evil.
    1. Re:gavel.avi by Anonymous Coward · · Score: 0

      Whenever you see "Graph Analysis and Learning" you know they are teaching an AI system to make judgments.

      That's actually a relief. Never, ever, ever will Artificial Intelligence be a match for Natural Stupidity.

    2. Re:gavel.avi by qbast · · Score: 3, Funny

      Sound of drone firing?

  19. HTTPS becomes more widespread by tepples · · Score: 1
    So why don't people get flagged as extremely suspicious for visiting a web site with a dedicated IP and an SSL certificate, like these?
    • https://www.google.com
    • https://en.wikipedia.org
    • https://bugzilla.mozilla.org
    • https://launchpad.net
    • https://www.chase.com
    • https://www.profedcu.org
    • https://www.paypal.com
    • https://www.philshobbyshop.com

    I guess part of the reason for existence of EFF's HTTPS Everywhere initiative is to make encryption not look suspicious.

    1. Re:HTTPS becomes more widespread by Anonymous Coward · · Score: 0

      because your private key is stored with Verisign and easily retrievable (e.g. by government agency) when necessary.

    2. Re:HTTPS becomes more widespread by masternerdguy · · Score: 1

      Those are all businesses, its ok for them to use encryption. However, it is forbidden fruit for you mate.

      --
      To offset political mods, replace Flamebait with Insightful.
    3. Re:HTTPS becomes more widespread by pedrop357 · · Score: 2

      what about https://www.slashdot.org?

      Oh wait...

    4. Re:HTTPS becomes more widespread by tepples · · Score: 1

      Anybody can start a business.

    5. Re:HTTPS becomes more widespread by treeves · · Score: 1

      Seriously? You're going to start a business for the sole purpose of making your use of encryption look "legitimate"?

      --
      ...the future crusty old bastards are already drinking the Kool-Aid.
  20. Retrospective Searches by anorlunda · · Score: 4, Insightful

    I've assumed that the US government has been intercepting all our communications since they first had the technical ability. Why? Because of the 911 commission. Goverment really reacts and overreacts to that kind of stinging criticism that they didn't protect us.

    What should we expect from them today? I expect that as soon as they find a terrorism suspect, that they are able to review his/her communications retrospectively; and also those whom he/she had contact with and so on 3 plys deep. To do that, they need an archive of everyone's messages 100% of the time, because they can't know in advance whose they want to review in the future.

    I too hate big brother and I hate invasions of my privacy. However, it is unrealistic to expect the feds to not fully exploit 21st century technology. If we were smart, we would give up on trying to restrict what data they gather and focus on restricting what they can do with gathered information.

    1. Re:Retrospective Searches by c6gunner · · Score: 1, Funny

      I've assumed that the US government has been intercepting all our communications since they first had the technical ability.

      I look at this the same way I might view a person who said to me "I've always assumed that an invisible Bigfoot watches me whenever I masturbate".

      What should we expect from them today? I expect that as soon as they find a terrorism suspect, that they are able to review his/her communications retrospectively; and also those whom he/she had contact with and so on 3 plys deep. To do that, they need an archive of everyone's messages 100% of the time, because they can't know in advance whose they want to review in the future.

      Also, they're flying interstellar UFO's out of area 51. And don't forget the Alien Autopsies.

      C'mon man ... REALLY? This is a tech-site. I know a lot of us are sci-fi fans, too, but primarily we're supposed to be tech geeks. How in the world could anyone who is familiar with modern technology convince themselves that the US government has the capabilities you've just described? Is it a case of paranoia overriding common sense, or is there some other problem?

    2. Re:Retrospective Searches by surgen · · Score: 3, Insightful

      I've assumed that the US government has been intercepting all our communications since they first had the technical ability.

      I look at this the same way I might view a person who said to me "I've always assumed that an invisible Bigfoot watches me whenever I masturbate".

      Given the US government has given themselves the ability to perform wholesale monitoring of communications (Room 641A is the easiest proof to point to), we must also posit that there is an invisible Bigfoot, and that he frequently watches people masturbate.

    3. Re:Retrospective Searches by anorlunda · · Score: 1

      Your imagination is seriously dated. Are you aware that we no longer use punched cards?

      A database with 10GB per person for 300 million Americans needs only 3 exabytes (if I calculate correctly). That's hardly science fiction. Hell, Oracle will sell you one this afternoon, just pick up your phone and put it on your Visa card. Given the resources of NSA, it would be pocket change to archive that much data. Space probe projects are planning to use that much data per project.

  21. Idiot by vlm · · Score: 4, Insightful

    From the article: 'Cherie Anderson runs a travel company in southern California, and she's convinced the federal government is reading her emails. But she's all right with that. "I assume it's part of the Patriot Act and I really don't mind," she says. "I figure I'm probably boring them to death."'"

    What an idiot. The problem is not a boring civil servant reading her emails and at most noting "oh how interesting, someone ordered flowers for Charles Manson again". The problem is her competitor donating money to a politicians campaign and inadvertently getting a copy of her emailed sales plan. The problem is a subcontractor of a contractor getting a copy of all emailed credit card numbers, ID thefting them, and she must be to blame, after all, she is the "only" common link. The problem is the civil servant's drug addicted gang member brother getting a copy of her bank statements, and noticing she makes all her weekly cash deposits at 3 pm on wednesdays, and being california, he's heavily armed, and she is completely disarmed. The problem is she tries to negotiate a better contract with her flower supplier, but thru "national technical means" her flower supplier has a copy of all her emailed communication with her accountant, and knows exactly how much profit he can extract from her. The problem is her local political muscle noticing via emailed sales figures that she is not donating the "correct" percentage of gross revenue to the politicians re-election campaign. The problem is the police notice, and blame her, when recipients of her "welcome home" gift baskets have their houses broken into and ransacked after the basket is ordered and before the basket arrives. The problem is she dates a police officer, it doesn't work out, she gets stalked by a guy with total electronic access to her life. Or a disgruntled client happens to work at the station, and has access to all her future emailed delivery plans, and knows just the dark alley to drag her into, and via the emailed schedule, knows just the right time to grab her.

    --
    "Science flies us to the moon. Religion flies us into buildings." - Victor Stenger
    1. Re:Idiot by Anonymous Coward · · Score: 0

      For a second there it sounds like Dwight's love story.

      I left and told her I'd meet her in Russia, but I don't go to Russia, I go to London, because that's where I hid the money.

    2. Re:Idiot by Rombuu · · Score: 1, Flamebait

      So basically there is nothing realistic to worry about.. Got it. Just the normal paranoid delusions of the slashdot wacko crowd.

      --

      DrLunch.com The site that tells you what's for lunch!
    3. Re:Idiot by Anonymous Coward · · Score: 0

      Exactly. I bought a house recently and the negotiation on price was odd to say the least, but the seller finally bent at precisely the dollar amount I could spare. Turns out the seller was in a government agency that had access to ALL of my financials. These people exploited their position, got access to my personal information, and used it for personal gain. Oh, well. I assume it's all part of the Patriot Act and I don't mind. (Slimy, slick sarcasm)

    4. Re:Idiot by Anonymous Coward · · Score: 0

      I think maybe I'll go around the internet joining muslim fundamentalist message boards using things like your http://twitter.com/#!/rombuu account in the homepage field. Perhaps add your yahoo IM account so they start watching that too. Hey, did you order some cheese pizza?

      Welcome to the no fly-list, motherfucker!

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

      The problem is she dates a police officer, it doesn't work out, she gets stalked by a guy with total electronic access to her life.

      http://www.justanswer.com/consumer-protection-law/4wzox-ex-boyfriend-whos-nypd-police-officer.html

      Shit happens.

      A lot.

      Quit being an idiot and realize that if it's available, some jackass will abuse it.

  22. Stop accepting privacy invasion!! This is NOT ok! by bridgey655 · · Score: 2

    I and millions of others protest at the US governments shameful, illegal actions worldwide and increasingly what it is doing to it's own people. With this in place, there would effectively be no opposition, and you'll be in a police state quicker than you can say nazi.

  23. Sounds like a terrorist weapon to me . . . by PolygamousRanchKid+ · · Score: 2

    FTFS:

    "I figure I'm probably boring them to death."'

    What a give away! Add her to "The List"! That should fire all analysis triggers!

    I'm not really sure what they are planning with this new "boring" weapon, but it appears to be deadly.

    Maybe it is an acronym: B.O.R.I.N.G . . . ? We'd better investigate . . .

    --
    Schroedinger's Brexit: The UK is both in and out of the EU at the same time!
  24. Is Government snooping without a warrant ok?? by u-235-sentinel · · Score: 2

    "From the article: 'Cherie Anderson runs a travel company in southern California, and she's convinced the federal government is reading her emails. But she's all right with that. "I assume it's part of the Patriot Act and I really don't mind," she says. "I figure I'm probably boring them to death."'

    I recall reading something like this in the beginning of a book I recently finished reading. It was called "The Rise and Fall of the Third Reich"

    Very insightful book I must add.

    This is a very slippery path we're walking down. There is a reason we have the fourth Amendment.

    --
    Has Comcast disconnected your Internet account? Same here. You can read about it at http://comcastissue.blogspot.com
  25. It's not exactly the red pill, but by tepples · · Score: 2

    I'll take the orange pill: an intelligent dictator whose views are what's best for humankind.

    1. Re:It's not exactly the red pill, but by russotto · · Score: 1

      I'll take the orange pill: an intelligent dictator whose views are what's best for humankind.

      I'll take the orange and red striped pill: An intelligent dictator whose views are what's best for humankind, but whose actions are just different enough from optimum to ensure that me and mine get to live the good life. And so the corruption begins ;-)

  26. She's already done for Re:wrong images by Anonymous Coward · · Score: 5, Funny

    Cherie Anderson:
    Anderson, nordic last name: aryan flag, militia flag, christian flag, racial solidarity flag

    Person match:
    Slashdot, an open techno-social resistance site: knowledge flag, ideals flag, subversion flag, networking flag, anonymous flag, hacking flag, criticism flag, hub flag, unusual interests flag
    Discovery, an unredacted popular science site: knowledge flag, inspiration flag, networking flag, science flag, news flag, hub flag, unusual interests flag
    Travel agency AB7311C2, a "prime interest" industry: owner flag, subversion flag, knowledge flag, hub flag, transportation flag, capabilities flag, insider flag, resources flag, moneylaundering flag, financial flag, offensive category 111F flag, defensive category 02B3 flag

    Quotations:
    Flagged words: Patriot Act, death
    Pattern counts: 2 "I"'s per sentence, narcissist flag

    Location:
    California: troublemaker flag, insolvency flag, social unrest flag, extremism flag

  27. Seriously? by blueg3 · · Score: 2

    The purpose of ADAMS is to detect insider threats. The data is easy to collect because the organization doing the analysis also owns the computer systems that are being used.

    While a government organization might be spying on the American public, that problem is orthogonal to this research effort. (Also, that government organization is probably not DARPA, SAIC, or Georgia Tech.) You'd be hard-pressed to even apply the algorithms they're developing to a such a large and varied population because of the high false positive rate.

  28. I'm shocked! by PPH · · Score: 5, Funny

    My private communications should be kept between myself, my closest friends, and my sysadmin.

    --
    Have gnu, will travel.
  29. Re:Stop accepting privacy invasion!! This is NOT o by bridgey655 · · Score: 1

    Here is but a few worrying examples from this past couple of weeks alone! US wants to censor anything it doesnt like online, across the world: http://stopcensorship.org/ US wants to lock up US citizens without trial or charge: http://www.youtube.com/watch?feature=player_embedded&v=8mPZlysCAm0 http://www.ritholtz.com/blog/2011/11/congress-to-vote-next-week-on-explicitly-creating-a-police-state/ Wikileaks exposes secret spying industry: http://wikileaks.org/the-spyfiles.html Ron Paul tells it like it is: http://www.youtube.com/watch?feature=player_embedded&v=XeCpLcjxOq4 Shameful actions of US military: http://www.youtube.com/watch?v=K-CpCUOygqU&list=PLB9FE42FDCEFA73B8&feature=plpp_play_all Commercialisation of TROLLING?? http://www.addictinginfo.org/2011/11/13/facebook-opens-doors-to-a-new-way-of-suppressing-information-activists-constantly-banned/

  30. You and yours by tepples · · Score: 1

    I'll take the orange and red striped pill: An intelligent dictator whose views are what's best for humankind, but whose actions are just different enough from optimum to ensure that me and mine get to live the good life.

    You and yours are humankind.

    1. Re:You and yours by Anonymous Coward · · Score: 0

      I'll take the orange and red striped pill: An intelligent dictator whose views are what's best for humankind, but whose actions are just different enough from optimum to ensure that me and mine get to live the good life.

      You and yours are humankind.

      "What's best for humankind" can easily mean you have to be eliminated at 30 because you're now a suboptimal provider of work and species reproduction. Still thrilled with mashing humankind into a single unimaginative beige blob of neutrality for "what's best"?

      Besides, you're clearly trying to derail an already-hypothetical discussion. There was nothing about the option of "what's good for humanity" here. The original question was actually a rather quite good "choose between two difficult choices" style of question, of the variety where each appears to be good on the outset but has drastic consequences once you dig below the surface. Those questions, or at least good versions of those questions, are great for discussion and expanding knowledge and understanding of the topic at hand. But you barged in with an answer that basically boils down to "I lack the maturity to handle that sort of choice, even hypothetically, so I'll just cheat, make a perfect and happy third choice, and pretend it makes me sound clever".

      You ARE aware that James Kirk was fictional, and that, in any real-world psychiatric exam like it, his answer to the Kobyashi Maru should have really quickly disqualified him from setting foot in any profession in which he would inevitably be forced to make and take responsibility for difficult decisions, right?

    2. Re:You and yours by tepples · · Score: 1

      You ARE aware that James Kirk was fictional

      Yes. I'm also aware that the developer of the universe that we inhabit is going to run what we might call an antivirus within the next century or so.

  31. idle hands... by Thud457 · · Score: 2
    This man traffics in weapons-grade boredom, lock him up!


    Actually, the typical slashdotter's interest in the following topics would probably be regarded with suspicion and get them put on some list:
    • cryptography
    • chemistry
    • non-corporate software
    • aeronautics
    • microbiology
    • libertarianism
    • model rocketry
    • trainspotting
    • privacy
    • tinfoil hats
    • mocking people who wear tinfoil hats
    • fashion
    • animal husbandry
    • crystallography
    • bathhouses
    --

    the preceding comment is my own and in no way reflects the opinion of the Joint Chiefs of Staff

    1. Re:idle hands... by korean.ian · · Score: 1

      and Thud457 was never heard from again.

  32. You appear not to be a subscriber. by tepples · · Score: 1

    If you were a subscriber, Slashdot wouldn't be redirecting all pages except login to HTTP. I imagine that this is because Slashdot uses third-party advertising networks, which are historically less likely to offer pure HTTPS. Notice that the sites I mentioned either sell goods (e.g. Phil's Hobby Shop), make their money processing payment (PayPal, banks, and CUs), are run by non-profit organizations (Bugzilla, Wikipedia, and CUs), run their own ad network (Google), and the like.

  33. Re:Idiot - Irony by Anonymous Coward · · Score: 0

    From the article: 'Cherie Anderson runs a travel company in southern California, and she's convinced the federal government is reading her emails. But she's all right with that. "I assume it's part of the Patriot Act and I really don't mind," she says. "I figure I'm probably boring them to death."'"

    When I went to college, one of my classmates was Latvian and that was back when Latvia was part of the old Soviet Union. When asked whether he was concerned about mail from the Old Country being read by government censors, he said almost those identical words about letters from his grandmother.

    Land of the Free, Home of the Brave!

  34. More specifically, +5, Helpful by Anonymous Coward · · Score: 0

          lattices to link communicating "SUSPECTS".

    Yours In Osh,
    K. Trout

  35. Nothing to Hide by StikyPad · · Score: 2

    [S]he's convinced the federal government is reading her emails. But she's all right with that. "I assume it's part of the Patriot Act and I really don't mind," she says. "I figure I'm probably boring them to death."

    Anyone who's okay with the federal government reading their email should likewise be okay with a random stranger reading their e-mail. The government doesn't have any more need-to-know than anyone else, *especially* if you're doing nothing wrong. The argument that they are ruling people out as non-threats is fallacious: if you were ruled out, there would be no need for further monitoring, which tells us what should be obvious: that people are never ruled out.

    So if you're really okay with the government reading your email, go ahead and put your money where your mouth is, and post all of your sent and received messages somewhere that's publicly viewable. After all, there's a chance the government might miss something, and if it saves even one life, it's worth it, right? Right?!

  36. Reminds me of The Cube by martas · · Score: 1

    Wasn't the premise of that movie that some systems are becoming so complex that they are doing things nobody wished for and nobody knows about?

  37. C.f. "prodigal son" and "returning" by Anonymous Coward · · Score: 0

    Clearly, the choice of the moniker "PRODIGAL" is a tongue-in-cheek nod to the fact that "TIA" was never cancelled, and is now back.

    And as for the logo, I have to wonder if the more appropriate "all-seeing eye" wouldn't be the one ringed in flame.

    Cheers,

  38. Obligatory Snow Crash by Anonymous Coward · · Score: 1

    Not that it's any big secret, who comes in first. When you sign on to a
    workstation in the morning, it's not like the central computer doesn't
    notice that fact. The central computer notices just about everything. Keeps
    track of every key you hit on the keyboard, all day long, what time you hit
    it, down to the microsecond, whether it was the right key or the wrong key,
    how many mistakes you make and when you make them. You're only required to
    be at your workstation from eight to five, with a half-hour lunch break and
    two ten-minute coffee breaks, but if you stuck to that schedule it would
    definitely be noticed, which is why Y.T.'s mom is sliding into the first
    unoccupied workstation and signing on to her machine at quarter to seven.
    Half a dozen other people are already here, signed on to workstations closer
    to the entrance, but this isn't bad. She can look forward to a reasonably
    stable career if she can keep up this sort of performance.
              The Feds still operate in Flatland. None of this three-dimensional
    stuff, no goggles, no stereo sound. The computers are all basic flat-screen
    two-dimensional numbers. Windows appear on the desktop, with little text
    documents inside. All part of the austerity program. Soon to reap major
    benefits.
              She signs on and checks her mail. No personal mail, just a couple of
    mass-distributed pronouncements from Marietta. ...

            Y.T.'s mom pulls up the new memo, checks the time, and starts reading
    it. The estimated reading time is 15.62 minutes. Later, when Marietta does
    her end-of-day statis-tical roundup, sitting in her private office at 9:00
    P.M., she will see the name of each employee and next to it, the amount of
    time spent reading this memo, and her reaction, based on the time spent,
    will go something like this:
              Less than 10 min. Time for an employee conference and possible attitude
              counseling.
              10-14 min. Keep an eye on this employee; may be developing
              slipshod attitude.
              14-15.61 min. Employee is an efficient worker, may sometimes miss
              important details.
              Exactly 15.62 min. Smartass. Needs attitude counseling.
              15.63-16 min. Asswipe. Not to be trusted.
              16-18 min. Employee is a methodical worker, may sometimes get hung
              up on minor details.
              More than 18 min. Check the security videotape, see just what this
              employee was up to (e.g., possible unauthorized
              restroom break).
              Y.T.'s mom decides to spend between fourteen and fifteen minutes
    reading the memo. It's better for younger workers to spend too long, to show
    that they're careful, not cocky. It's better for older workers to go a
    little fast, to show good management potential. She's pushing forty. She'
    scans through the memo, hitting the Page Down button at reasonably regular
    intervals, occasionally paging back up to pretend to reread some earlier
    section. The computer is going to notice all this. It approves of rereading.
    It's a small thing, but over a decade or so this stuff really shows up on
    your work-habits summary.

  39. The Long Game by Anonymous Coward · · Score: 1

    I'll take the orange and red striped pill: An intelligent dictator whose views are what's best for humankind, but whose actions are just different enough from optimum to ensure that me and mine get to live the good life.

    You and yours are humankind.

    That's the problem with playing the long game -- too few others have the vision to see that what's in everyone's interest also benefits themselves.

    Given the choice, most people seem to be happier seizing the whole pie, even if it's tiny, instead of helping to make a huge pie and taking one tiny sliver of that pie, even when that tiny sliver is bigger than their whole tiny pie by many times over. There's probably something instinctive going on here, which means we're probably better off working around it, since the developer has clearly abandoned this project and any bug fix is most unlikely.

    Cheers,

  40. Watch lists and secrecy by wfstanle · · Score: 1

    There's another problem with that attitude. Lets say that you are only doing boring things but some computer, misinterprets your communications because you are using code words for terrorist communications. All of a sudden, you are wrongly put on a watch list and you have no way of knowing it. Whenever you go to the airport, you are subject to extreme security checks and you wonder why. The real problem is that you might not even know that you are on some watch list because of the secrecy allowed by some provisions of the Patriot Act.

  41. sheep by Anonymous Coward · · Score: 0

    being led to the slaughter.
    Where is the checks and balances in this?
    where are the checks and balances at in general?!?!

  42. MOD PARENT UP! by sgtrock · · Score: 1

    I wish I had mod points today. :(

    1. Re:MOD PARENT UP! by Anonymous Coward · · Score: 0

      Ha ha, Troll.

  43. What 2011 and no flyin' cars? by Anonymous Coward · · Score: 0

    The 1984 "Big Brother" concept is 1984

    By pure coincidence, I just started reading 1984 this morning. Orwell's books can be read on-line. I guess they pre-date the Disnification (aka fuckupification) of copyright.

    people on the terrorist-watch-list

    Am I the only one who read that as "torrent-watch-list"? I'm sure it's the same thing to most selected, er, elected reps working in the Ministry of Progress (as Orwell might have called it).

  44. Everyone should have an LLC by tepples · · Score: 1

    Yes. Everyone should have an LLC according to this fellow.

  45. liberty/security by Anonymous Coward · · Score: 0

    something this lady deserves neither of.
    So where we moving to? If enough of us pool our money together I bet we could buy the presidency of some small country and wait to get invaded by the states and/or have our populace killed off one by one with drones.

  46. wikipedia watches the watchers. by decora · · Score: 1

    if anyone is interested in helping edit the wikipedia article on this program, please come join me.

  47. gattaca for thought processes by decora · · Score: 1

    anyone who doesn't match the 'code' will be ostracized.

  48. No Surprise by Anonymous Coward · · Score: 0

    Top Level Fed Gov managers have two clear and present dangers:
    1. highest threat ... First tier (Front Line) managers,
    who are the brainless ass wipes that if left unchecked could rise through the ranks and replace the Top Level managers.
    2. next-to-highest threat ... the Grunts ... i.e. the rank-and-file Fed employees,
    who for all reasons the Top Level managers hate and seek to attrit at a 85% per year exit rate.

    So, the Fed Gov has a program to spy on the rank-and-file and First tier managers is no surprise.

  49. legal basics by currently_awake · · Score: 1

    In most modern countries you get a trial before you get punished for stuff. You get to face your accuser in court, with lawyers and a judge. The government should not have the power to punish you without going through that. I believe the U.S. constitution even mentions due process.

  50. Proactive Insider Threats running on Windows by Anonymous Coward · · Score: 0

    > PRODIGAL .. has been built to scan IMs, texts and emails .. "Every time someone logs on or off, sends an email or text, touches a file or plugs in a USB key, these records are collected within the organization,"

    The only people 'protected` by such systems are the already law-abiding, the crooks will have moved on to other means of communication. After all - just who in his right mind used IM/email for anything confidential - lucky for the rest of us, PRODIGAL only runs under Windows .. :)

  51. Re:Encrypt = automatic no fly list entry by sociocapitalist · · Score: 1

    When they sniff your encryption they'll automatically red flag you. Next time you communicate with any Suspect Entity for Any Reason (ie donating to Unicef) you'll be on a black flight to Guantanamo with no notification to anyone that you've been taken, no right to a lawyer to defend you and all the other lovely security increasing powers from the Patriot Act(s).

    --
    blindly antisocialist = antisocial
  52. Bug fix is coming by tepples · · Score: 1

    There's probably something instinctive going on here

    It comes from people listening to Satan, or ex-Agent Smith, or whatever name your religion might have for the bringer of selfishness. His lie is these ten words: "The developer does not want what is best for you."

    the developer has clearly abandoned this project and any bug fix is most unlikely.

    How so? I've got a book with about 1600 pages of notes from the architect and his coder son. The son warned that all governments are under control of selfishness, this selfishness will lead to World War V,* and the son will come back afterward and run a bug fix, tossing selfishness into a proverbial lake of fire.

    * II was the Nazis, III was the Cold War that became hot in Korea and Vietnam, IV was the war against Wahhabi terrorists, and V has been called "Armageddon".

  53. This is already done on public networks by Anonymous Coward · · Score: 0

    This sort of monitoring has been going on on domestic networks courtesy of the NSA for quite a while (using Narus devices tapped directly into fiber). The whole "grab all the info and admit to having it after we get a warrant" approach is unfortunately the status quo. Now they're going to publicly do the same for government networks... ha ha. Way to make this look new boys, well played.

  54. Eagle Eye anyone? by Anonymous Coward · · Score: 0

    This reminds me of this movie http://www.imdb.com/title/tt1059786/ ... an A.I. that does almost the same thing as this program suggests and goes rogue.