Slashdot Mirror


MATRIX Database Schema Altered Due to Privacy Concerns

nusratt writes "Associated Press: 'The Multistate Anti-Terrorism Information Exchange combines state vehicle and crime records with commercial databases owned by a private company, Seisint, covering half the U.S. population,' but there were 'questions about the legality of sending state-owned records to Seisint'. The solution? "Each state will maintain its own records . . . Software will search each state's records as necessary.' 'The new setup is designed to get around obstacles in some states' data laws.'"

101 comments

  1. NFG, Really. by mfh · · Score: 4, Insightful

    Each state will maintain its own records . . . Software will search each state's records as necessary. The new setup is designed to get around obstacles in some states' data laws.

    I am a programmer and let me just say that this is a really bad idea. Why? Because it's always a bad idea to design a large system that acts like a server but essentially is only a client.

    Each state running their own version of the system, operating independently of the other states, will only ensure that the system could become easily corruptible (both criminally and data corrupted), without anyone higher examining the system for audits, outside of audits applied to the individual systems.

    It's actually better to have one system and have multiple clients to the system with downgraded permissions, so that a team can go through and audit the whole system easier.

    Now I'm not saying I'm all for Seisint holding the keys. Really the government should run this system themselves and hire the right people for the job, with the adequate level of security clearance to do the work. But diffracting a system into multiple independent systems operating on roughly the same premise, is not going to make it any better. It's going to cause lots of problems and I can foresee the following results without much effort, even:

    1. Some states will apply problematic functions to the system.
    2. Zero data cohesion for audits over the multiple systems.
    3. Easier to corrupt state driven systems than federal ones.
    4. Criminal activity changes jurisdiction (ie: no longer federal crime, perhaps?)
    5. Bugs cropping up in one state won't be present in another.
    6. Fifty times the cost of maintaining the systems; the guys doing this, just multiplied their haul by the number of states involved, instead of getting paid one lump sum to do the fsking job.
    7. Social Engineers can break into state-run systems much easier, because they don't have to travel half way across the country to get in.
    8. Criminals are now able to falsify criminal information like on that horrible movie The Net!
    9. Awareness of a fragmented system is not enough to safeguard privacy.

    --
    The dangers of knowledge trigger emotional distress in human beings.
    1. Re:NFG, Really. by Prof.Phreak · · Score: 1

      You forget: A state system has a higher chance of being `administered' by $12/h college interns :-)

      --

      "If anything can go wrong, it will." - Murphy

    2. Re:NFG, Really. by Luguber123 · · Score: 2, Insightful

      Tho there is a alot to gain in making one coherent system diversity have also proven to give good results, if the operator got a mind of him own that is.
      Google works pretty well for digging out information even tho there is no coherent underlying structure, there may be duplicate information, but there are posibilities to optimize such a system for a specific task, delegating control over information where it belongs rather than having anyone with a "security clearance" on the planet beeing able to tamper with it. I mean, some politicans are even regarded as secure!

      Don't forget! a perfect system will only hold the data of only one person.

    3. Re:NFG, Really. by blix5 · · Score: 1

      You say that as if a $12/h college intern is as bad as a $50/h holder of a Masters degree.

      Joking... ...sorta.

    4. Re:NFG, Really. by ID10T5 · · Score: 1
      It's actually better to have one system and have multiple clients to the system with downgraded permissions, so that a team can go through and audit the whole system easier.

      I agree with the idea of a single system, however all the data is coming from multiple (i.e. owned by the individual states), assuredly heterogeneous systems. Each state stores their data in their own way, and they undoubtedly have clients that depend on their particular system, schema, etc.

      While access auditing may be easier in a single-system, multiple-client approach, the task of data auditing does not become any easier. Any corruption/problems/issues with the data in the states' warehouses would be propogated to the central server. Validation ("sanity checking") of the data coming from a particular state would be rather difficult, given the volume of data at the central server. Also, validation of the data does not seem very high on the government agenda, given the apparent "No-fly first, ask questions later" philosophy.

      If everyone is concerned about privacy (especially when involving a non-governmental entity) a hybrid approach to a single-server system might be in order. The MATRIX could be housed in a "secured" (whatever that needs to mean) Federal facility, but each organization would store its data on a separate physical database system. No need to worry about giving "the man" access to proprietary/private data -- the NSA/CIA/FBI already have it anyway, they just can't tell us. Each organization would have secure (authenticated & encrypted) access to their own server to replicate their data to the central repository. No entity (other than those contributing data) would have access to any individual database (and then, only their own). Instead, all external queries would be through one or more gateways that would have connectivity to all of the individual servers. The gateway would authenticate all requests for data, use its access privileges to get the data, and join/aggregate records as necessary. This would allow each contributing entity to control its data individually, yet still allow a single point of access for security validation and auditing.

      7. Social Engineers can break into state-run systems much easier, because they don't have to travel half way across the country to get in.

      I couldn't agree more on that one. A while back (post 9/11) I was working a job commissioned by my state's government. By the time the work got to me, the job had been sub-contracted out 3 levels. Part of my duties involved actual deployment, on-site at the state office. After initial "orientation" as to where the data center and servers were, I was set loose to get the job done. For the next 10 days, I was in & out of the data center without any official state ID or proximity card. I would sign in to the "visitor" sheet, grab a visitor ID, and then would be buzzed in to the data center. Not once after I knew the drill was I questioned as to who I was or what I was doing. On my last day, one employee even asked me which department I worked for, as they thought I was recently hired. I was also left completely alone in the data center one Friday night for a number of hours as I finished up my work, without as much as "We're leaving for the night" or "Be sure to turn your badge in when you leave".

      All the firewalls/passwords/security measures in the world become quite worthless when you have physical access (without encryption, of course)!

    5. Re:NFG, Really. by Anonymous Coward · · Score: 0
      "I am a programmer and let me just say that this is a really bad idea. Why? Because it's always a bad idea to design a large system that acts like a server but essentially is only a client."

      You're a pretty poor programmer, then.

      Consider Kazaa, napster, half the IM clients, Usenet, any node of a Beowulf cluster.

      It's very often useful for a system to have properties of both a server and a client.

    6. Re:NFG, Really. by Anonymous Coward · · Score: 0

      Each state running their own version of the system

      "its own version".

    7. Re:NFG, Really. by Anonymous Coward · · Score: 0

      Each state stores their data in their own way

      "its data in its own way".

  2. Another way to get around privacy laws by Shivantrill · · Score: 3, Insightful
    Yay!!

    Another way for my illegitimate government to sidestep legitimate state data laws to invade my privacy.

    When will this madness stop? Europe is way ahead of the US when it comes to personl privacy.

    Flame on if you wish. I for one am ...

    Mad as hell and I'm not gonna take it anymore!!
    Cue television throwing scene

    --
    Karma, We don't need no stinkin' karma!
    1. Re:Another way to get around privacy laws by joltpenguin · · Score: 2, Interesting

      I received an e-mail from the ACLU dealing with this issue. It sent a link to this showing how the MATRIX will affect so many things in our lives.

    2. Re:Another way to get around privacy laws by ultranaut · · Score: 2, Insightful

      How exactly is this sidestepping state laws? The whole point is that it is being changed in order to comply with the states laws.

    3. Re:Another way to get around privacy laws by Anonymous Coward · · Score: 0

      Another way for my illegitimate government to sidestep legitimate state data laws to invade my privacy.

      When will this madness stop? Europe is way ahead of the US when it comes to personl privacy.


      Feel free to leave and go to Europe. I'd suggest France. Don't let the door hit you in the ass.

    4. Re:Another way to get around privacy laws by sinnfeiner1916 · · Score: 0

      i assume you mean it's ahead of destroying personal privacy, with domestic spy agencies, cameras on every street corner, except in some of the smaller places. It's easier to get away with shit in the USA.

      --
      The More Laws, the less Justice --Marcus Tullius Cicero
    5. Re:Another way to get around privacy laws by BigHungryJoe · · Score: 0, Offtopic

      Why do you think the government is illegitimate? Is it because of the 2000 election fiasco?

      bhj

    6. Re:Another way to get around privacy laws by nusratt · · Score: 1

      It's not being changed to evade state laws; it's being changed to evade one of the pro-privacy arguments, by removing one particular objection based on the state laws.

    7. Re:Another way to get around privacy laws by Anonymous Coward · · Score: 0

      Europe is way ahead of the US when it comes to personl privacy.

      That's what we thought but the paranoia is on the increase here as well.

      The EU is planning to bring in legislation that will require all data on communications trafic (phone numbers you dail, ip numbers you connect to etc.) to be stored for at least a year.
      Of course this is all in the name of crime and terrorism prevention.

      The proposal for the legislation is currently supported by the governments of France, the UK, Ireland, Sweden and The Netherlands.

    8. Re:Another way to get around privacy laws by Master+of+Transhuman · · Score: 1

      And when the cell door hits YOU in the face, don't come crying to /.

      Nationalist fascist.

      Stuff your patriotism up your ass.

      --
      Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
    9. Re:Another way to get around privacy laws by Shivantrill · · Score: 1
      Coward!!

      /. allows for you to hide behind an anonymous posting. Soon, unless the tide is turned, you will not be so lucky in real life.

      This article describes yet another way our privacy and personal freedoms are being circumvented in the name of national security.

      Why should I leave the country in order to have the personal freedoms granted by the constitution? I am a third generation US citizen. This is my country and I am greatly saddened by the sad state of affairs we now find ourselves in.

      --
      Karma, We don't need no stinkin' karma!
  3. What do you mean "when will the madness stop"? by Anonymous Coward · · Score: 0

    Who on earth ever said it was going to?

  4. Instead of sending them to a private company... by Anonymous Coward · · Score: 0

    they send them to the government. Well, thanks, that makes me feel a lot more secure about the whole thing. A company might harvest my information for targetted ads or something, but the government? It's not like they could do anything with it. They have nothing to sell, and its not like they have a vested interest in tracking US citizens or eliminating those who disagree with them.

    Oh, wait...

  5. So it is true? by Espectr0 · · Score: 1

    The matrix... has you?

    Sorry, couldn't resist!

  6. too much paperwork. by DruidBob · · Score: 2, Insightful

    'The new setup is designed to get around obstacles in some states' data laws.' Arn't there laws about that?

    1. Re:too much paperwork. by WarMonkey · · Score: 1
      'The new setup is designed to get around obstacles in some states' data laws.' Arn't there laws about that?


      It is, regrettably, quite difficult to outlaw attempts to comply with the law. :)
      --
      -- I could tell right away that she was impressed with my HUGE Slashdot Karma.
  7. Okay, uh by Anonymous Coward · · Score: 0

    And how exactly are we supposed to know whether they're actually following this new policy or not? They lied to us last time, they could be lying to us again now.

  8. Security through software then? by blanks · · Score: 1

    So the data will all be in one centeral database, but each state will have software that will only allow them to access information about people in there state? I wouldnt really call that secure (any more secure then it all ready might be) if the only thing keeping states from viewing other states data is a few pramatters in the application. What they really should do is have each state have then own databases, that way, when one of them gets compromised (cause it will happen) only some data will be taken, not all.

    1. Re:Security through software then? by Anonymous Coward · · Score: 0

      Each state holds it own database, then each database is searched by the master server, for people such as the FBI - its not that hard to understand.

    2. Re:Security through software then? by nusratt · · Score: 4, Interesting

      "but each state will have software that will only allow them to access information about people in their state?"

      NO, THAT'S THE SNEAKY PART. Everyone involved will still be able to get to the same data. It's just a shell game, to circumvent privacy regulations.

    3. Re:Security through software then? by Anonymous Coward · · Score: 0

      each state will have software that will only allow them to access information about people in there state

      "allow it".
      "in its state".

      P.S. Even if the plural were correct, it would be "their", not "there".

  9. What's the difference? by Exnihilo+Mundus · · Score: 1

    ....between sending the records to them and letting them search them at will? The data privacy laws SHOULD be written to make either one of them a no-no. Also, does anyone know which half of the U.S. population they cover? EX

    1. Re:What's the difference? by Exnihilo+Mundus · · Score: 0, Offtopic

      I'm sorry, put-downs must be spelled correctly to be considered valid. Thank you for playing. Also, isn't it interesting that you use your available privacy (posting as AC) to slam me for wanting stricter privacy laws? EX

    2. Re:What's the difference? by ryanmfw · · Score: 0, Offtopic

      Since when was kicking people a way of validating their opinions? You are a true idiot.

      --
      Hurricane Ivan: A 17th century prison collapsed. All of the inmates escaped.
  10. "Get around obstacles by 0x0d0a · · Score: 2, Insightful

    'The new setup is designed to get around obstacles in some states' data laws.'"

    Yeah, damn those data-privacy-protecting obstacles! They do nothing but aid "the terrorists"!

  11. Fourth Amendment "Obstacles" by Grue · · Score: 4, Insightful

    Read this statement from the article carefully:

    The new setup is designed to allow for more frequent updates of the information and get around obstacles in some states' data laws, Zadra said

    Yes, that's right, those pesky laws designed to protect your privacy are "obstacles" that are getting in the way.

    *sigh*

    1. Re:Fourth Amendment "Obstacles" by lawpoop · · Score: 1
      That's really fascinating. For instance, maybe state A has a law against storing information X about people. However, in the Matrix network, is there any thing to prevent them from requesting that data from another state where it's allowed to be stored? And if there is a constant connection, it wouldn't be different from storing it locally.

      I'm sure one could argue that the local computer loading the data into RAM constitutes 'storing' it, but I don't think the people involved are particularly worried about the letter or the spirit of the law at this point.

      --
      Computers are useless. They can only give you answers.
      -- Pablo Picasso
    2. Re:Fourth Amendment "Obstacles" by nusratt · · Score: 2, Insightful

      "is there any thing to prevent them from requesting that data from another state where it's allowed to be stored?"

      That's the real point. Everyone connected will still be able to get to the same data, from ANY other states. It's just a shell game, to circumvent privacy regulations, by not "storing" the data in Seisint.

    3. Re:Fourth Amendment "Obstacles" by Anonymous Coward · · Score: 0

      Like we should listen to you. Us real Americans ain't got nuthin to worry about. It is nuke-sneaking, qwalli-singing pakis like you mr khan that are going to be found out by the system as well you should!

    4. Re:Fourth Amendment "Obstacles" by Master+of+Transhuman · · Score: 2, Insightful

      This is how the NSA Echelon system works.

      The NSA is prohibited from using US NSA employees from listening in on US citizens.

      So they get the UK Echelon employees to do it.

      Not to mention that they want the laws prohibiting the CIA from doing domestic intelligence, and the military Posse Commitatus laws to be removed in the name of "efficiency in fighting terrorism".

      It's so fraggin' obvious what's up that only rightwing morons like Rush and O'Reilly and the nerdboys on /. who buy into it.

      It's like the modus operandi of every state in human history is not allowed to apply to the US because we live here or something.

      It's called "cognitive dissonance" - unless you're like me. I just call it "morons".

      --
      Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
    5. Re:Fourth Amendment "Obstacles" by bruthasj · · Score: 1

      Last time I checked, the Fourth Amendment wasn't a "State Law". Get a clue and stop rewording what others have said.

    6. Re:Fourth Amendment "Obstacles" by Grue · · Score: 1

      Check out Article VI, Clause 2 of the constitution:

      "This Constitution, and the Laws of the United States which shall be made in Pursuance thereof; and all Treaties made, or which shall be made, under the Authority of the United States, shall be the supreme Law of the Land; and the Judges in every State shall be bound thereby, any Thing in the Constitution or Laws of any State to the Contrary notwithstanding."

    7. Re:Fourth Amendment "Obstacles" by bruthasj · · Score: 1

      What is your point? Read the article. There are laws at the "State Level" that would "obstruct" creating a database spanning State-lines. So, like good citizens, they're looking to obey the law. I know that is a contrarian concept for some liberal's incessent dogma about life, the universe, and everything.

      But, we forgive you, because when most liberals read the word "State", they think about their bygone ideals of Stalinist and Maoist regimes, whose combined might of idealism killed tens of millions of people. So, quit using Houdini dramatics and get informed.

  12. Political correctness on both sides of the aisle.. by ShatteredDream · · Score: 0

    Post 9-11 there were many ways for the government to cut down on the possibility of terrorist attacks that had nothing to do with restricting the rights of the American people or the majority of legal resident aliens. The government could easily have shut down the borders with the military and ordered the deportation of all Saudi citizens from the country.

    But no, the government would rather go after women who are 8 months pregnant, senior citizens and everybody else who is as far away from the profiled group that executed the WTC attack as possible. Because we cannot risk being seen as "racist" in our defense. Well here's some news for those that think that our security shouldn't come before the "rights" of resident aliens.

    No other world power in the history of mankind has allowed people from ethnic groups who are openly bitterly hateful and have shown a marked tendency to kill that world power's people, to enter the world power's territory except under special circumstances. Even the Romans kept the Germans at arms' length whenever they could.

    It isn't racist to look at someone from a group that has blown up over 3,000 civilians and say "out of my country" if they aren't fellow citizens. One thing the media hasn't been good about reporting is that 9-11 was supposed to have about 20 plans, not 3.

    Wring your hands all you want, but would you rather be dead right than alive, wrong?

  13. "Public" Information Is Not Black Or White by lofi-rev · · Score: 1

    Information has always had a degree of publicness. Many different types of government records are public, meaning that the public has a right to access them.

    Of course in the past this meant digging through stacks of books in a basement somewhere or waiting weeks for someone else to do it for you. This certainly made those records less "public", in that they required more effort to retrieve.

    This degree of publicness is rapidly changing with electronically stored info which is very searchable and comparable

    This same thing is happening with information that is not public, but available to law enforcement. In the past, law enforcement personell may have had legal access to information, but it was difficult and time consuming to do. Now it is getting easier and faster. It is also getting easy to go on fishing trips.

    I see this is tying into the increase in general surveillance - like the Baltimore and Boston camera installations that are going on. Sure what is visible on the street is "public", but just how readily available should it be?

    1. Re:"Public" Information Is Not Black Or White by blix5 · · Score: 1

      I can deal with government record-keeping of citizens -- it's just one of those things of modern American life.

      But I really don't like the idea of a private company being the proprietor of public records, seeing as they have a buffer from being accountable to the general public.

  14. re: "Europe is way ahead in protecting privacy" by nusratt · · Score: 3, Insightful

    "Europe is way ahead of the US when it comes to personal privacy."

    I also used to think so -- until the EU caved to the U.S. and agreed to start regularly sending all of the EU's travel records to the U.S.

    Start following the news on things being done by the EU bureaucracy -- sometimes covertly and against the explicit wishes of the citizenry. Read the handwriting on the wall: more and more, the dominance of the U.S. -- militarily, culturally, politically and economically -- is poisoning the rest of what used to be called the "Free World".

    The evolution from the former European "Common Market" for easing trade frictions, to an EU with wider powers -- political powers -- is destined to be recognized someday as a grave error and a disaster for human rights.

  15. Call a Horse a Horse by CygnusXII · · Score: 3, Interesting

    Getting around a States data Laws is Computer Crime.
    Plain and Simple. Engineering the System to circumnavigate the laws, wouldn't that be an Inducement to infringe Data, and somehow violate the New proposed Induce Laws? Or how about The DMCA, or better Yet HiPPA (sp?)

    --
    My cat's picked up a Hammer. HEY! Put down that Hammer. Put Down that Hamm...THUNK!
  16. Re:Political correctness on both sides of the aisl by Anonymous Coward · · Score: 0

    Booga Booga, hand over all the arabs

    Seig Heil!

  17. RTFA, you haven't heard the WORST yet by nusratt · · Score: 1

    for example:

    -- Step #1: Seisint soon will be owned, controlled, and accessible by the European owners of LexisNexis.

    -- Step #2: the combination raises the possibility that a huge range of personal information held by LexisNexis could make its way into Matrix

    -- Step #3: the system could give law enforcement unprecedented access to details about innocent people

  18. Government popups by Wrexs0ul · · Score: 2, Funny

    Actually it's all part of the secret government conspiracy behind popups. With such a large tracking database they'll be able to target you wherever you are with the latest cialis or penis enlargement ad.

    George Bush really wants America to be the biggest and best, per average male anyways...

    -Matt

    --
    --- Need web hosting?
  19. Catch the Slippery Pig by Dark+Coder · · Score: 1

    You may remember a toy that is filled with semi-jelled fluid and sparkley glitters of which when you squeeze it, it escapes your hand.

    I would rather have my financial records zip shut than anything else. To watch my bank's 100s of affiliates consolidate my financial activities into a single location of which is then squirted out with no compunction nor adherance to the law to many other places other than your usual uber-credit bureaus.

    Submitting your Privacy Act requests, no matter how complete, is like "a lil' Dutch Boy's putting his finger in the dike."

    Privacy Act doens't work anymore.

  20. So now... by Anonymous Coward · · Score: 0

    The Matrix really will have you?

  21. Politically correct? by Wrexs0ul · · Score: 2, Insightful

    The problem stems from terrorism being color-blind and without nationality. We can evict as many Saudis, Mexicans, or Germans as we like and there'll still be someone who wants to hurt others. Look at the Oklahoma bombing case: McVeigh was as white as any "fellow citizen" yet still managed to blow up a building...

    There were obvious shortcomings in the way security was handled before 9/11. While I don't think a national identification system will help neither will evicting a nationality or race from western society.

    -Matt

    --
    --- Need web hosting?
  22. Re:Political correctness on both sides of the aisl by ZZeta · · Score: 1
    What an ignorant flamebait! This goes way farther than "Political correctness".

    Just for starters, with your line of thinking, any religious cult after Oklahoma should have been deported or put in a concentration camp.

    But to get really serious with what you are saying, let me tell you that not all saudi's are guilty of terrorist activities. In fact, Guess What? Most of them are not.

    The "world power" as you call it, should be powerful enough to know better than to go around exterminating arabs. The "world power" should set the example, proving that it won't hold every saudi responsible for the works of, say, twenty?

    And just to show you how wrong you are, let me point out one last mistake: even if you don't care in doing the right thing (i.e. giving every citizen the same rights, no matter where they come from), it wouldn't be smart to do what you propose. You see, the arabs aren't just 3 or 4 families you can keep an eye on. That's right, there are thousands right there, in your neighbourhoud. And yes, telling them to leave, or keeping their families outside the country, won't make them happy at all. In fact, you might just set them off. So watch out, cause your "solution" is quite ignorant, unethical, and impractical.

  23. Matrix is American by aristotle-dude · · Score: 1
    Thank God I'm a Canadian then. The matrix has no hold over me.

    --
    Jesus was a compassionate social conservative who called individuals to sin no more.
  24. You have nothing to fear. by Accord+MT · · Score: 2, Interesting
    You have nothing to fear if you're not doing anything wrong.

    For homework, your daughter is writing a report on the Middle East, and uses your library card to borrow books on Saudi Arabia.
    FBI records: INTEREST IN MUSLIM COUNTRIES

    You sell your old car for $7000, and then your motorcycle for $5000.
    FBI records: LARGE CASH DEPOSITS

    Your wife thinks she might have contracted malaria while overseas, so you look up the symptoms online.
    FBI records: INTERNATIONAL TRAVEL, RESEARCH INTO BIOLOGICAL AGENTS

    One day, someone in law enforcement presses the "COALLATE DATA" button, and you soon find yourself shipped off to Guantanamo Bay, never to see charges, trial, or your family again. And while you're sitting there rotting in prison, millions of your fellow Americans are still repeating the mantra:

    You have nothing to fear if you're not doing anything wrong.

    1. Re:You have nothing to fear. by scifiber_phil · · Score: 1

      Well said. Good examples. Don't forget the collorary, "He must have done something, or they wouldn't have arrested him."

    2. Re:You have nothing to fear. by Anonymous Coward · · Score: 0

      why go that far?

      You're stopped for a random search in the airport. You are a little nervous because you don't like being searched.

      FBI records: RESISTED SEARCH.. FLAG FOR FUTURE TRAVEL

    3. Re:You have nothing to fear. by glitch23 · · Score: 1

      All bold emphasis is mine.

      For homework, your daughter is writing a report on the Middle East, and uses your library card to borrow books on Saudi Arabia. preliminary FBI records: INTEREST IN MUSLIM COUNTRIES

      AFter further investigation they see that your daughter really is writing a school report.

      You sell your old car for $7000, and then your motorcycle for $5000. preliminary FBI records: LARGE CASH DEPOSITS

      After further investigation they see that you really did just sell 2 vehicles, just like millions of other people do.

      Your wife thinks she might have contracted malaria while overseas, so you look up the symptoms online. preliminary FBI records: INTERNATIONAL TRAVEL, RESEARCH INTO BIOLOGICAL AGENTS

      After further investigation they see that your wife is doing basic research. Also, in your scenario they shouldn't know that your wife was just overseas since that type of information wouldn't be required in order to do searches for symptoms so you are jumping the gun with them "seeing" overseas travel. However the FBI would find out she is doing that because she was overseas and if they know anything they know that certain countries are not sanitary, etc.

      Everything you mentioned is commonplace, meaning thousands and millions of people do those things everyday. Do you really think the FBI will automatically assume 10% of the US population is planning a terrorist attack?

      --
      this nation, under God, shall have a new birth of freedom. -- Lincoln, Gettysburg Address
    4. Re:You have nothing to fear. by Anonymous Coward · · Score: 0

      Actually, if you deposit the $7,000 and the $5,000 in the same day, it's the IRS that's going to be watching you, not the FBI. The Bank Secrecy Act requires banks to file a Currency Transaction Report with the IRS for cash transactions in excess of $10,000 in a single day as an anti-money laundering measure. Just asked the teller the best way to avoid the reporting requirement, maybe by depositing the money on separate days or at different branches? Nice try--that's a structured transaction, a transaction deliberately made to avoid IRS reporting requirements, and the bank will report it to the IRS as well.

  25. What's the problem? by no+longer+myself · · Score: 4, Insightful
    Collecting this information may seem scary at first, but privacy isn't really lost. Just try finding your driver's license photo online, and unless you put it there yourself, you'll see that you're fairly well protected.

    The most harm that could come of this sort of system is the tendency for authorities to embarass you with such broad access to your history. Like the time the cop ran down my driving record after I denied speeding when he pulled me over for the offense. I already looked foolish enough to the passengers in my vehical, but it made me look even worse now that they knew every ticket I had for the past three years. Boy, did he ever put me in my place!

    So now they will have access to the websites you surf, the television you watch, the videos you rent, the foods you buy, the property you own, the banks you use, the crimes you've committed, the people you've met, the jobs you've held, the classes you've attended, the doctors you've seen, the diseases you've had, the opionions you've expressed, the sports you play, the religion you follow, the taxes you've paid, and so on, and so on...

    I guess the scariest part is when somebody else who meshes up with all the things you do and enjoy, happens to commit some kind of horrible atrocity. Now they run profiles through their database to determine other likely culprits for similar crimes, and lo- your name appears. You couldn't win the lottery, but you've won a free "closer inspection". But if you didn't do anything wrong, don't worry about it. You probably won't even know they were investigating you.

    It's easy to see where potential employers may also eventually have access to this information, and that's good too, because you wouldn't want to work with somebody who has a shady history now would you? Obviously, current employers need access to this information as well. Employees can be such a handful! Personal information can help you better manage them to make them more productive.

    Needless to say, one could only hope that banks will also be in line to have a shot at your personal info, because they need to know the spending habits of their clients in order to detect fraud. It's for your protection.

    Eventually many responsible corperations will have some degree of access to this information to better improve the comfort and security of their clients and associates. It will bring greater stability and certainty to the markets.

    And of course these records will always be available to local, state, and federal law enforcement for obvious beneficial reasons. It's much more effecient to investigators if they don't actually have to run around to investigate who, what, when, where, why, and how on a person's history. You can immediately establish links and let the obvious story fall into place. It's not as if you'll be denied a jury trial if it's a major offense.

    No... Only good can come of this so called "invasion of privacy" and the sooner it starts, the better.

    Note: Even when I play devil's advocate, this kind of thinking still scares the shit out of me, though I have no criminal history. Now can someone explain why that is?

    1. Re:What's the problem? by Master+of+Transhuman · · Score: 1

      "it's not as if you'll be denied a jury trial if it's a major offense."

      Tell that to the boys in Quantanamo who have been held for two years and only now the Supreme Court has said they need "some" representation.

      Or the US citizens who have been picked off the street and held incommunicado and without lawyers for months.

      And who knows what laws will get passed with "PATRIOT III" - which no doubt will be proposed as soon as Bush can get the next "terrorist incident" off the ground this fall.

      "Slippery slope" just doesn't cover it adequately.
      The average US citizen today looks like that commercial from some years back with the penguin slipping on ice and sliding into the Antarctic.
      (No Linux jokes here, please! Save until the end!)

      --
      Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
    2. Re:What's the problem? by brauwerman · · Score: 1

      Uh, mods, this post is "funny", not "insightful".

      Well, I hope it is, anyway.

    3. Re:What's the problem? by thelexx · · Score: 1

      "Now can someone explain why that is?"

      It's your fucking FREEDOM nagging at you is what it is. Your entire post has to be one of the most depressing comments I've ever seen.

      --
      "Gold still represents the ultimate form of payment in the world." - Alan Greenspan, 1999
  26. Re:Political correctness on both sides of the aisl by pedantic+bore · · Score: 1
    It isn't racist to look at someone from a group that has blown up over 3,000 civilians and say "out of my country..."

    It is if you make your decisions about whether they're in the group based on their appearance! The vast majority of people of any race are not terrorists.

    If you can tell, simply by looking, whether a person is a terrorist, you have a unique and valuable talent. The FBI would love to talk to you!

    --
    Am I part of the core demographic for Swedish Fish?
  27. NOT! Matrix (info) will be Universal ... by quarkscat · · Score: 1

    Just as the EU has caved to USA demands for
    information on travelers from (and within)
    Europe, every country that has visa-less entry
    to the USA will have biometric passports, AND
    information on those travelers made available
    to the US authorities.

    If you never travel outside Canada, never do
    any business with USA companies, don't use
    any credit cards, have no criminal record (at
    all) then, and only then, might you NOT be in
    the MATRIX.

    The MATRIX has you, too!

    1. Re:NOT! Matrix (info) will be Universal ... by aristotle-dude · · Score: 1

      I know. It was an attempt at humor. I know what the Canadian and other governments are already collecting concerning individuals/companies and organizations already. I have to deal with this kind of stuff at work.

      --
      Jesus was a compassionate social conservative who called individuals to sin no more.
  28. Re:Nobody said freedom was cheap by symbolic · · Score: 3, Insightful


    If the government can routinely blow 10's of billions of dollars on a war that wasn't justified, it can fork over a little extra to make sure the citizens are protected from unnessary, centralized, control over massive amounts of data on U.S. Citizens. We already KNOW ahat happens when so much data is centralized under the control of one entity- just ask almost anyone who has had their identity stolen.

    Even having said all this, I think that this MATRIX idea is a waste of money. Nobody knows what a "terrorist" looks like in terms of their spending habits. It's entirely possible that there is no discernible difference. There is plenty of room, however, to flag false positives, as has already been shown with the fed's "no fly" list. Because some of the stuff I've heard is really rather rediculous, I have no inclination to trust the fed with any more data on U.S. citizens than it had before 9/11.

  29. Take a look at my Sig by cyranoVR · · Score: 4, Informative

    A few weeks ago I attended the Fifth HOPE conferenece in New York City. While I was there, I saw Steven Rambam, a private investigator and former federal agent, give a presentation entitled "Privacy: It Ain't What It Used to Be." A better title would have been "Privacy is Already Dead."

    He started out by asking if anybody in the room (about 200+ tin-foil-hat wearing hackers) had ever heard of Seisent. Not a single hand went up, and he seemed to be genuinely suprised and disturbed by this.

    He made a very good point repeatedly throughout his presentation: we shouldn't be worried because Government has this data on us; no, we should be terrified because private corporations that don't even answer to the government have this data. And it's not just limited to name, address and telephone number: criminal records, addresses of residence, education, employers, telephone calls, magazine subscriptions, travel records, television viewing habits (if you have cable), internet downloads, gun ownership and voting records. Yes voting records - they know if you voted and what party you registered under.

    Suffice to say, these guys should be the household name, not the RIAA. Why does the media focus on the MPAA et al and their paltry lawsuits and not these guys?!?

    So I changed my sig to read "What is Seisint?" and I tell everyone I know about them.

    Some have responded to me with ambivalence. "What's the big deal?" "Meh, they have the data, there's nothing we can do about it." I'm not sure how to respond to people like that except with "the dumber you are the happier you are" or something.

    What could they do with that data? Use your imagination, stupid.

    Rambam finished by giving a live demonstration of a smaller database of individual information that he owns (derived mostly public records). He demonstrated how quickly you could compile information on any random person with just their SSN - as it turned out, the "victim" he took from the audience was already a real victim of identity theft. The query took less that 10 seconds. It was pretty amazing / disturbing.

    During the Q&A portion of the presentation, several audience members asked what they could do to "get out" of the database. Rambam replied that there was nothing we could do: the data was now the property of this one private company - even the data that was collected from State governments (Aside from being one of the egregiou privacy invasions in human history, it was also one of the most gernerous corporate subsidizations ever).

    Rambam did say one thing we could do: "Vote, vote, vote." Private corporations have too many protections and powers compared to individuals, and Government is the only way to change that.

    The final questioner for the session had a very +5 Insightful comment on what everyone in the audience should do just in case the voting didn't work out:

    "Buy, and learn how to use, a rifle."

    The audience response to this comment was, of course, thunderous applause.

    1. Re:Take a look at my Sig by Master+of+Transhuman · · Score: 1

      Given the Diebold voting machines, forget the vote.

      Go straight for the rifle.

      As we anarchists say, "Don't vote - it only encourages them." And "No matter who you vote for, the government gets into office." And "If voting could change the system, it would be illegal."

      --
      Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
    2. Re:Take a look at my Sig by glitch23 · · Score: 1

      And it's not just limited to name, address and telephone number: criminal records, addresses of residence, education, employers, telephone calls, magazine subscriptions, travel records, television viewing habits (if you have cable), internet downloads, gun ownership and voting records. Yes voting records - they know if you voted and what party you registered under.

      Well duh, the question is do they know WHO I voted for?

      --
      this nation, under God, shall have a new birth of freedom. -- Lincoln, Gettysburg Address
    3. Re:Take a look at my Sig by cyranoVR · · Score: 1

      Funny you should ask that question, because Rambam addressed it in his speech.

      Let's say you are a registerd republican, you own a subscription to Guns and Ammo, and you drive a Chevey Pickup (they'll know all this about you, by the way). They can't know exactly who you voted for...but within 95% accuracy they can guess.

      Of course, Diebold may change that refise that number upwards very shortly...

    4. Re:Take a look at my Sig by cyranoVR · · Score: 1
    5. Re:Take a look at my Sig by Master+of+Transhuman · · Score: 1

      Looks like fun. I bookmarked it for later.

      Of course, this little "protest anarchism" is not significantly more effective than "armchair anarchism" either.

      --
      Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
  30. Re:Political correctness on both sides of the aisl by nwbvt · · Score: 1
    Well first of all, there is of course the fact that while a small minority of Saudis and Muslims are willing to murder thousands of American citizens, that doesn't mean every one of them is. Thus to judge the entire group based on the actions a few would, by definition, be prejudice.

    But lets forget that and go with your theory, shall we? Any ethnic group from which hateful mass murderers have come from must leave now. Lets see...

    • Arabs, as you noted, are already out.
    • Hispanics include some drug dealers who are willing to kill innocent civilians; goodbye
    • Asians, well you guys bombed Pearl Harbor. Sorry.
    • Blacks, some black supremest groups (Black Panthers, Nation of Islam) have come out of you guys.
    • Caucasians, well we seem to be in the clear. Oh wait, I forgot about Tim McVeigh and friends, Ted Kaczynski, Manson, Hinckly, Neo-Nazis, PETA, the KKK, Jefferey Dalmer, those Columbine kids, Hannibal Lector (ok, he's not real), guys flying Confederate flags, Oswald, Howard Dean (you know he's thinking it)... Uh, guess we had better find a new home fast.
    As for the rest of you, I'm sure I can find someone of your ethnicity who hated America. So you might as well go ahead and leave as well.

    Well, the US is now uninhabited and thus safe from terrorism. But maybe we should rethink your plan.

    --
    Mathematics is made of 50 percent formulas, 50 percent proofs, and 50 percent imagination.
  31. Bad acronym error by Confused · · Score: 1

    M ultistate
    A nti
    T error
    R ????
    I nformation
    e X change

    Do those multistates also have problem with their acronym generation capabilities?
    Are those acronyms generated by pimply-faced 14-year-old who want to look cool?
    Has ATR become a standard abbreviation for antiterror these days?

    Questions over questions, and I doubt the database will be of help here.

  32. Re:Political correctness on both sides of the aisl by Thundersnatch · · Score: 1

    It would take a constant ready force of 120000+ troops to guard the US borders with Mexico and Canada, with troops spaced 100 M apart.

    Multiply that times 3 because troops can only guard 80 hours or so a week to be effective. And multiply by 3 again to include officers, support & logistics personnel.

    So it would take a constant standing force of nearly 1 million to "close the US borders." That's a huge chunk of our military, and a huge chunk of change per day. Completely impractical.

  33. Forget PC, what about Principals? by Veridium · · Score: 3, Insightful

    Order the deportation of all Saudi Citizens? Have you considered that Saudi Arabia is one of our closest allies in the middle east? Not to mention a very important source of oil? Put aside PC thought for a second, and consider the diplomatic and geopolitical ramifications of villainizing that people? That people, the vast majority of whom have not attacked America? Why not just send them an open letter and ask them to join Al Qaeda and to stop selling us oil?

    As for your analogy with the other world powers in history, let me ask you something about them. Where are they? Where is their power now? If we walk in their path, we will reach the same destination they did. We are not Romans, we are not Germans, we are Americans. We ought to blaze our own trails, ahdering to the principals upon which this nation was founded.

    Yes it is racist to look at someone from a particular race/nationality and judge them by their group identity. The cornerstone of a free society is the recognition of individual identity and individual rights. Every day in America, 3,000 people die from a combination of tobacco, alcohol, and medical malpractice. That's 9/11 everyday. Every single day, 3,000 avoidable deaths occur. We do not take away individual liberty because of them. We do not give up the principle of freedom because of it. Why then, should we compromise our principals for a singular incident where 3,000 people died?

    Give me Liberty or give me death.
    Live free or die. Better to be dead right, than alive wrong, in chains, bowing the knee. And that is the fate that awaits everyone who gives up their liberty and rights for security. They will bow the knee, they will see lady liberty bow the knee, and the blood of all those who have fought for the principals of our nation, will have been shed in vain.

    --
    Think for yourself, destroy your television.
  34. The worst terrorist is the compliant.. by Anonymous Coward · · Score: 0

    US citizen.

    I'll be leaving the US soon, and I don't expect I will want to come
    back for a long time, because the sad truth is, the game in the
    US is not about "security" or "safety". It's about consolidation of power.

  35. Re:Political correctness on both sides of the aisl by Anonymous Coward · · Score: 0

    Judging a large group of people by the actions of a tiny minority is stupid.

    Can I conclude from recent events in Iraq that all USians are torturers?

    No, I can't, because most people in the US had nothing to do with the actions of those soldiers. By the same token, the vast majority of Saudis had nothing to do with the attacks on your country and have nothing to do with terrorism.

  36. This explains the deja vu I had by hobo2k · · Score: 1

    I couldn't resist either.

  37. Re:Political correctness on both sides of the aisl by Master+of+Transhuman · · Score: 1

    Actually, no, the FBI would NOT like to talk him if he really COULD identify terrorists by appearance.

    That would really screw up the FBI's ability to ignore threats long enough for them to actualize.

    Just ask Sibel Edmonds.

    I mean, if the FBI were actually EFFECTIVE, their budget might be cut.

    And that would hurt somebody's career and GS rating.

    --
    Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
  38. Re:Political correctness on both sides of the aisl by Master+of+Transhuman · · Score: 1

    This does remind me of a fun point.

    We used to refer to "Saddam's rape and torture chambers" when he was running them.

    So why aren't we referring to "Bush's rape and torture chambers"?

    Of course, the right would claim that Saddam personally ordered these actions while Bush did not. Leaving aside the DOJ torture memos which indicate otherwise, it's still valid to claim that the person responsible for the actions is the person who oversees them. The buck stops at the White House - not some hillbillies from West Virginia (not that I believe it stopped anyway close to them in any event - clearly it went right up to at least Steven Cambone and Donald Rumsfeld).

    I see today both The New York Times and the Washington Post are proclaiming the Army's just released report on the abuses as an "obvious whitewash".

    Duh!

    --
    Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
  39. Re:Political correctness on both sides of the aisl by Artifakt · · Score: 1

    The Native American nations wish to collectively thank you, and to add that they have never hated America, at least as it was before all you new guys moved in. All hateful mass murderers among the NAN would like to point out that they were directing their "innate ethnic exuberance" against people who were not real Americans at all, mostly Europeans within a mere generation or three. They will however agree to leave, just so we send them back to their homeland.
    Jeffery Dalmer would also like to say, (speaking "ex infernalis" of course), that he has never hated America, at least before he got caught, although there were a few parts of it he needed extra mayonaise for.

    --
    Who is John Cabal?
  40. Re:Nobody said freedom was cheap by Anonymous Coward · · Score: 0

    Wow the mods were finally right; that was insightful.

  41. Battleground states -- fight back! by Randym · · Score: 0, Flamebait
    Four of the five states still in the MATRIX program (Michigan, Pennsylvania, Florida, and Ohio) are considered "battleground states". If you are in a political organization trying to get the Shrub out of office, here is a major opportunity, through educating your fellow citizens about MATRIX, to swing the election. To the Democrats, emphasize the privacy-invading concerns that you have, pointing out the similarity to the police state tactics used by Nixon in the Sixties. To the Republicans, emphasize the Big Government and anti-Constitutionality (specifically 4th Amendment) aspects of the MATRIX. In either case, end your rant with "Remember, Big Brother is watching!" and SMILE. This is guaranteed to send a chill down their spine -- whoever they are.

    (If they are a little more hip, you might want to end with something like,"Hello, Mr. [their last name here], we've been waiting for you!" in your best Agent Smith voice.)

    --
    DNA is a Turing machine. You, however, being dynamic and emergent, are not.
  42. Re:Political correctness on both sides of the aisl by glitch23 · · Score: 1

    Chalk all this up to political correctness. Certain groups make damn sure that no one ever gets offended from now on otherwise someone might make someone else cry. It's happening in schools with certain games not being allowed anymore because they don't want kids being "left out" or whatever and it's happening clear up to the real life level of going after everyone who could be targeting our country instead of those people who we know could be. The gay lifestyle is being celebrated because certain groups want to make sure that no one is judged and that nothing is ever wrong anymore; everything is "okay" now. PC is affecting everyday life and it's going to kill the country.

    --
    this nation, under God, shall have a new birth of freedom. -- Lincoln, Gettysburg Address
  43. Re:Political correctness on both sides of the aisl by Ender_Wiggin · · Score: 1

    Of course, you can still bring 2 cigarette lighters and 4 books of matches on planes. Mix them together and you could blow out a window or something on an airplane. Dangerous stuff, but the government hasn't cracked down. Idiots.

  44. Re:Political correctness on both sides of the aisl by Anonymous Coward · · Score: 0

    Yes, why aren't we referring to Abu Ghraib as "Bush's rape and torture chambers"?

    Is it because Saddam's torture involved mutilating people with electric drills and cutting out their tongues, while the torture at Abu Ghraib involved having people wear underwear on their heads, pile naked on top of one another, and have unmuzzled dogs bark (but not bite) them? Is it because Abu Ghraib involved dozens of victims while Saddam's regime killed hundreds of thousands (yes, killed them, as in dead forever, not made them disrobe)?

    Make no mistake about it, what happened at Abu Ghraib was terrible. We, our military, and our politicians should never have allowed it; now that we know about it, we should take every step to make sure it never happens again. But it cannot be compared in quality or in scale to what Saddam did, not by a long shot. Making such a comparison might charitably be called intellectually dishonest--I call it idiotic.

  45. But I do: I fear human fallibility by netwiz · · Score: 1

    Except for the fact that we _know_ the ones running this system are human, and they _will_ make mistakes. And given a government with the position that suspected terrorists, even if they happen to be citizens, are to be held in violation of their civil rights, with no access to legal counsel, and that it's okay to torture/kill them to find out what they may know, that inevitably, significant numbers of innocent citizens will be imprisoned/tortured/killed because of the mistakes of the persons acting on the data from this system.

    Furthermore, this scenario ignores persons that may actually have a semi-seditious nature to their actions, members of various activist groups, such as environmentalists, anti-globalization protestors, 2nd amendment advocates, and the like. It also ignores the potential for blatant abuse of this system by those that make use of it.

    Everything you mentioned is commonplace, meaning thousands and millions of people do those things everyday. Do you really think the FBI will automatically assume 10% of the US population is planning a terrorist attack?

    Well, if they want to be as thorough as their mandate suggests, yes, they will. Invariably, mistakes will be made, innocents hurt, and the people (read: you) will shrug their shoulders thinking, "they must have done something," never realizing that the situation they're in is entirely created by themselves.

    Wandering a bit off topic, I'd just like to say that the absolute best way to deal with terrorism is to attack the roots of the problem, and stop people from being quite so pissed off. The biggest problems facing our society aren't drugs, or terrorism, or sex, or assault weapons; it's the social movements of ignorance and "dude, who cares?" attitudes. These two do more damage to everybody than the other four combined, and removing the latter tends to make the former self-correcting problems.

  46. Good for law enforcement, bad for criminals... by pgnas · · Score: 1

    The truth of the matter is that this is an excellent tool for law enforcement agencies to work together, period.

    The shit hits the fan when something happens and some other agency held the key evidence, or information that ultimately could have saved lives. What happens 6-9 monthes later after the person(s)/group gets caught?

    The puzzle gets put together, the media gets a piece of it and the public is screaming that their tax dollars are being wasted on antiquated systems that can't talk to one-another in an age when we have the technology to over-come such situations.

    In an effort to respond to the publics outcry the agencies work to come up with a solution, which includes zig-zagging through countless red-tape and legislation.

    The agencies now have the know-how, the technology and the money to begin the process of piecing the system together, too bad it has been far too long and the public (mainly the media) has moved on to other things that make money("news").

    Now it is time to focus on the other aspect of this system, and the entire process gets put under a microscope, the government is scrutinized for "wasting" tax dollars (remember when we were wasting money on antiquated systems?) on a system that is "invading our privacy" ( privacy is ultimately defined by some agency like the ACLU).

    I say GET REAL, if the system fails because of some inane P2P like technology, which we all know that shit doesnt work, except for sharing music, at least we are taking a step in the right direction.

    We need systems that talk to one-another and information needs to be disseminated to the people/agencies who need it. The govenment is working with law enforcement agencies in an effort to empower agencies and make our country safer.

    Each and every state down to the smallest municpality needs to dedicate resources to things such as the Global Justice Information Sharing Initiative and begin to close the gap of lost information. What the hell are we afraid of? hmmm, maybe the criminals will get caught? Good. oh, "but this information is going to get in the wrong hands..." is that all you got?

    It is so funny how people get about their "personal" information, sorry to tell you folks, but most of the "personal" information out there is more than likely readily available through some open records law.

    What the hell are you afraid of? getting caught?

  47. 20 minutes into the future... by BrokenHalo · · Score: 2, Insightful

    Anybody remember that Max Headroom episode? Centralised systems can lead to all sorts of scary situations. Seems to me that the most benefit that can be accrued from this type of system accrues to those in a position to abuse it.

  48. muahhaa by Neotrantor · · Score: 0

    i'm sure the black hats will be all over this in a snap...

  49. "First they came for the Communists, by anti-NAT · · Score: 1

    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."

    The Failure to Speak Up Against the Nazis - Martin Niemoeller

    Maybe you guys in the US need to start speaking out, as your government seems to be taking away your rights in the same manner. Eventually you won't have any left.

    --
    The Internet's nature is peer to peer - 20050301_cs_profs.pdf
  50. GWB looks a bit older than that, by anti-NAT · · Score: 1

    he hasn't aged well.

    --
    The Internet's nature is peer to peer - 20050301_cs_profs.pdf
  51. Re:Political correctness on both sides of the aisl by nwbvt · · Score: 1
    Considering all the fighting that went on between Native American tribes before Westerners even arrived, they remain a problem. Sorry, you guys have to leave as well.

    In order to have an America free of human violence, the continent must be void of human life period.

    --
    Mathematics is made of 50 percent formulas, 50 percent proofs, and 50 percent imagination.
  52. Heh, not many replies by Zareste · · Score: 1

    I guess we've come to accept that every government, no matter how promising, will bite the dust and control every aspect of every citizen's life, till eventually those one or two saviors rise up and realize that, if nothing else, the government was right about one thing: Eventually you're going to have to kill someone to gain your freedom. ::Gives in and puts on a tinfoil hat::

    I guess they were right.

    --
    I am NOT a number! I am a - oh wait, I'm number 761710. Look! 761710!
  53. Re:Nobody said freedom was cheap by j_stirk · · Score: 1

    Your logic is both correct and short-sighted at the same time. Yes, you can't pinpoint a "terrorist" on the basis of spending alone - just because I walk into a hardware store and buy a box cutter doesn't mean I am about to hijack the next plane I get onto. However, with sufficient data, a "terrorist" _can_ be distinguished from normal people - organisations across the globe have been doing it for years. However, when this information is fragmented, it really is useless.

    A useful analogy is that in marketing. You may collect statistics saying that 60% of people that visit a website go to buy box cutters. You may also collect statistics saying that 50% of your visitors use Firefox under Linux. But unless you can tie those two bits of information together (via IP address, etc.) you won't know if mainly Linux users like box cutters or not. Collecting data for no reason is a problem - it's a waste of resources and a waste of time.

    I agree, there is a huge issue of having one huge data repository for everyones details. I am also no huge fan of the "war on terror" or anything of that nature. However, I do subscribe to the logic of that if you are going to do something, do it right. It's your money they're wasting, not mine - I don't have to put up with your (often wacky) governments ways. Either they spend a few million dollars on a system which doesn't work, is a security problem and doesn't provide any valuable data, or they spend a few million dollars on something that at least works. Hey - they're a government and are going to waste the money anyway - may as well push for something that works!

    On top of all this, having 50 smaller targets is more of a risk than 1 central one. Sure, you may bear the brunt of 50x the attacks on that one site - but at least you are only looking in one place! Plus, more sites means better chance (or worse, depending on how you look at it) of one site being unpatched or whatever. I certainly know which site I'd rather be administering and trusting with my private data!

    --
    [root@GRIFFIN root]# rpm -e coffee-1.22.3-1a.i386.rpm
    error: removing these packages would break dependencies: