Slashdot Mirror


MATRIX - A Dossier for Every Person in Utah

jxs2151 writes: "According to the Deseret Morning News former Utah Gov. Mike Leavitt signed Utah's 2.4 million residents up for a pilot program that gathers dossiers on every single man, woman and child and didn't bother to tell anyone. According to the article MATRIX -- Multistate Anti-Terrorism Information Exchange '...cross-references government records from both public and private databases, putting together a dossier on individuals for use by law enforcement.' The state's homeland security specialist dismisses concerns: '...any data gleaned for Utah's participation in MATRIX is information already available to law enforcement.' The Utah legislature is trying to figure out how to get the state out of the program but the question is how was the Governor able to enroll the -whole state- without anyone knowing?"

650 comments

  1. Can I read Darl's? by Hobbex · · Score: 4, Funny

    Pretty please?

    1. Re:Can I read Darl's? by Agent+Snith · · Score: 5, Funny

      Mr. McBride.. welcome back. We've missed you.

    2. Re:Can I read Darl's? by uncoveror · · Score: 3, Interesting

      Instead of Belgium, they have built The Beast in Salt Lake City.

      --
      The Uncoveror: It's the real news.
    3. Re:Can I read Darl's? by eclectro · · Score: 2, Troll


      You don't need to ask. You just need to have twenty five cents

      Thank-you former Governor Mike leavitt for sending us Utahns DOWN THE RIVER!

      No wonder that President Bush likes you so much

      P.S. Come near my house and I will "Enlibra" you!!

      --
      Take the cheese to sickbay, the doctor should see it as soon as possible - B'Elanna Torres, "Learning Curve"
    4. Re:Can I read Darl's? by iminplaya · · Score: 1

      My...name...is...Darl

      --
      What?
    5. Re:Can I read Darl's? by stephanruby · · Score: 1

      I always knew those Utahns were potential terrorists. Now this confirms it.

    6. Re:Can I read Darl's? by ksheff · · Score: 2, Informative

      The article says the company running the MATRIX is in Florida.

      --
      the good ground has been paved over by suicidal maniacs
    7. Re:Can I read Darl's? by eclectro · · Score: 1

      I always knew those Utahns were potential terrorists

      Yeah, at least you didn't call me "unpatriotic"

      --
      Take the cheese to sickbay, the doctor should see it as soon as possible - B'Elanna Torres, "Learning Curve"
    8. Re:Can I read Darl's? by uncoveror · · Score: 2, Funny

      Florida? Utah? Who can say where The Matrix really is? Who can say what The Matrix really is?

      --
      The Uncoveror: It's the real news.
    9. Re:Can I read Darl's? by Anonymous Coward · · Score: 0

      Interesting?

      WTF?

    10. Re:Can I read Darl's? by Dast · · Score: 1

      You really need an RSS feed for uncoverer.com.

      --

      This sig is false.

    11. Re:Can I read Darl's? by stephanruby · · Score: 1
      Yeah, at least you didn't call me "unpatriotic"

      That's because I forgot to.

      *Correction I always knew those Utahns were unpatriotic. All those gun-wheeling poligamying idol-worshipping Muslim-looking Mormons -- they're probably arbohring terrorists as well.

  2. Lots of cross-referencing to do. by MisterFancypants · · Score: 3, Funny
    Considering all the multi-marriage mormons in Utah, they're gonna have their hands full on the database design for this thing.

    1. Re:Lots of cross-referencing to do. by l810c · · Score: 2, Funny
      I sure hope it's relational. If it's anything like the damn database I'm working with now the Spouse table would contain fields:

      Wife1
      Wife2
      Wife3
      Wife4
      etc..

    2. Re:Lots of cross-referencing to do. by btakita · · Score: 3, Flamebait

      The Mormons have a good genealogy record database in place.

      In fact, I wonder if Utah uses the Mormon's database to track who lives there.

    3. Re:Lots of cross-referencing to do. by ilsa · · Score: 2, Funny

      They will also need fields for multiple relationship codes, such as Wife1/Cousin, or Daughter/Neice.

      --
      -- I Am Not A Terrorist.
    4. Re:Lots of cross-referencing to do. by fnkleroi · · Score: 1

      I wonder what kind of parameters they would track on the spouse table? Certainly the physicals would be caught in the resident table, so we don't have to duplicate height, weight, bust, waist, hips.

      But how about:

      TakesGarbageOut

      WashesCar

      WalksDog

      CleansKitchen

      InBed0_10

      SexDeviance0_10

      Comments

    5. Re:Lots of cross-referencing to do. by dk.r*nger · · Score: 2, Informative

      Wife1
      Wife2
      Wife3
      Wife4
      etc..


      Well, now, that would not be very relational ..

      The second you allow for twenty-one wives, someone with twentytwo wifes is going to show up.

      You need a "People" table, with fields like "name", "is_married" and "age" field, and then a "Marriage" table with "groom_ref" and "wife_ref" field to link these people in marriage..

      One to one (one wife) contra One to many (serveral wives)

    6. Re:Lots of cross-referencing to do. by Anonymous Coward · · Score: 0

      What is a dossier??

    7. Re:Lots of cross-referencing to do. by PolyDwarf · · Score: 3, Informative

      create table person {
      person_id integer,
      name varchar(30)
      };

      create table relationships {
      person1 integer,
      person2 integer,
      relation_desc varchar(100)
      };

      There you go.. Many to many join table.. sure I omitted keys, but that's an exercide left to the reader. The relation_desc field is for a drop down list of relationship descriptions (Wife1, Wife2, etc., in your example).
      See, not so hard. :)

    8. Re:Lots of cross-referencing to do. by thelenm · · Score: 1

      Ha ha ha ha!!! Oh, that joke gets funnier every time I hear it. It never, ever gets old, no matter how many thousand times I read it on Slashdot.

      --
      Use Ctrl-C instead of ESC in Vim!
    9. Re:Lots of cross-referencing to do. by Anonymous Coward · · Score: 0
      I agree. It's quite the hysterical religion/cult.

      Imagine a Beowulf cluster of Mormon wives. :-)

    10. Re:Lots of cross-referencing to do. by n0nsensical · · Score: 1

      That's exactly what he's saying, the database he's working with is not designed well =P

    11. Re:Lots of cross-referencing to do. by tweder · · Score: 3, Funny

      sure I omitted keys, but that's an exercide left to the reader

      Oh, c'mon - it's not _THAT_ hard. Exercide implies that doing so will kill me.

    12. Re:Lots of cross-referencing to do. by yintercept · · Score: 1, Troll
      Well, now, that would not be very relational ..

      To make the database even more interesting, the prophet (whoever that happens to be at the moment) can reassign wives at will. If you (assuming you are a guy) get out of line (question the prophet, etc.) then you lose your wives, your house, your kids, your shiny little thrown in heaven, your planet (apparently you get a planet full of people to worship you if you are sufficiently "righteous".). Krakhauer's book indicates that kids might switch owners several times in their lives.

      To straighten the wives out in heaven, apparently women are built with a cool password encryption device. When you get sealed (which is different from getting married) the bishop assigns the girl a password. Having the password is more powerful than being married. Of course, the bishop knows all the passwords, which is scary...but I guess heaven needs sysadmins too. Joseph Smith had the secret password to a lot of other men's wives. He will get to take the wives in heaven. Joseph Smith will have one of the biggest harems. Not quite as big as Jesus' harem, but it will be a mighty impressive collection.

      There is a baptizing the dead game that goes on. I am not sure what rights you get over the people who you baptize in proxy.

      Back to the government database. The other really interesting trick in Utah's colorful culture is that people are taught to hate and mistrust the government. Meaning they often don't fill out any paperwork on kids. (I wouldn't be surprised if the ones on the dole don't occasionally fill out paper work on kids twice to double their take from the evil government).

      BTW: When you look at all the funkiness going on with the wives, you can see why, in Utah, company's think you can contribute to an GNU project and keep their copyright too.

    13. Re:Lots of cross-referencing to do. by Anonymous Coward · · Score: 0

      I wonder if California uses my excel spreadsheets to see how much money i make from my parents.

      mod parent up informative for the first part, but down overrated for the second part.

    14. Re:Lots of cross-referencing to do. by Anonymous Coward · · Score: 0

      Hate to break it to you but that practise was a temporary measure a long time ago. The Mormon chruch hasn't endorsed the practise since that time. Some radicals have decided to continue with polygamy but arn't recognized members of the mormon chruch.

      Get informed.

    15. Re:Lots of cross-referencing to do. by Maserati · · Score: 1

      BTW: You DO keep the copyright. Otherwise a, well... fascinating post.

      IHBT

      --
      Veteran, Bermuda Triangle Expeditionary Force, 1992-1951
    16. Re:Lots of cross-referencing to do. by orthogonal · · Score: 1

      What is a dossier??

      I dunno either, but I'm sure it's either cool or it's whack.

    17. Re:Lots of cross-referencing to do. by Anonymous Coward · · Score: 0

      That's retarded. You can enumerate all relationship types, so to normalize the database you should create a relationship_type table, and instead of relationship_desc you should have a link to it instead.

    18. Re:Lots of cross-referencing to do. by Carthag · · Score: 1

      % dict -dweb1913 exercide
      Exercide \Ex"er*cide\, n. [F., L. exercidium, fr. exercida an outslayer; ex out + caedere to cut, kill.]
      The act of killing someone outside.

      exercide is the form most dangerous of homicide. --Ronaldson.

    19. Re:Lots of cross-referencing to do. by Anonymous Coward · · Score: 0

      >>> In fact, I wonder if Utah uses the Mormon's database to track who lives there.

      Yes they do. What started out as harmless parish records of the Utah Mormons has now become a notoriously cross-linked database with things like medical records, in what is quite possibly the most blatant violation of HIPAA (Health Insurance Privacy & Portability Act) ever.

    20. Re:Lots of cross-referencing to do. by CleverNickName · · Score: 1

      To make the database even more interesting, the prophet (whoever that happens to be at the moment) can reassign wives at will. If you (assuming you are a guy) get out of line (question the prophet, etc.) then you lose your wives, your house, your kids, your shiny little thrown in heaven, your planet (apparently you get a planet full of people to worship you if you are sufficiently "righteous".). Krakhauer's book indicates that kids might switch owners several times in their lives.

      To straighten the wives out in heaven, apparently women are built with a cool password encryption device. When you get sealed (which is different from getting married) the bishop assigns the girl a password. Having the password is more powerful than being married. Of course, the bishop knows all the passwords, which is scary...but I guess heaven needs sysadmins too. Joseph Smith had the secret password to a lot of other men's wives. He will get to take the wives in heaven. Joseph Smith will have one of the biggest harems. Not quite as big as Jesus' harem, but it will be a mighty impressive collection.

      There is a baptizing the dead game that goes on. I am not sure what rights you get over the people who you baptize in proxy.


      Okay, is there some sort of Beat $cientology and the Moonies for the wackiest "religion" merit badge or something?

      I can't wait to see Xenu and Joseph Smith duke it out in Thunderdome on Pay Per View.

    21. Re:Lots of cross-referencing to do. by Dr+Damage+I · · Score: 2, Funny
      To make the database even more interesting, the prophet (whoever that happens to be at the moment) can reassign wives at will. If you (assuming you are a guy) get out of line (question the prophet, etc.) then you lose your wives, your house, your kids, your shiny little thrown in heaven...

      Sounds more like listening to country music than a database.

      --
      "Cursed is he who rises early in the morning..." Isiah 5:11
    22. Re:Lots of cross-referencing to do. by C10H14N2 · · Score: 1

      Then again, the LDS do a pretty handy job of playing Gestapo with most of the population of Utah already, so not much is changing here. They also have the most comprehensive genealogical database on any population in the world. If that's being considered... oy vey, kommt hier das Rassenamt.

    23. Re:Lots of cross-referencing to do. by sdb6247 · · Score: 1

      Ok...ummm...I grew up in this religion, got married in this religion, etc. I'm not a member anymore, but I *do* know all there is to know about the goings-on within the religion.

      The stuff that you read in Krakhauer's book is a crock of shit. The only kids in our religion that change parents are the same as those anywhere else- the ones given up for adoption.

      It is a falsity also that men can lose their families by going against the prophet.

      When you get married, you both receive a 'name' for the other person. The bishop actually has no clue what the 'name' is, because he isn't involved in your marriage (generally).

      Dude...I think there are some really weird aspects to the LDS faith, but come on! Do you really think that this crackpot BS would attract 17million plus people???

      --
      ---- Please flame below this line ----
    24. Re:Lots of cross-referencing to do. by Phillup · · Score: 1

      Let's try it this way:

      Do you think 95% of (U.S.) Americans are smart enough not to be attracted to the religion?

      And... that just assumes all of the members of the religion are in the United States.

      That gets you within a couple of million people of your target (17+ million) and you haven't even touched the other 6+ Billion (with a B) potential candidates.

      So... yea... I could see 17 million people doing it... even if it was totally, completely stupid.

      ("It" being pretty much anything and not just the topic of this particular post.)

      --

      --Phillip

      Can you say BIRTH TAX
    25. Re:Lots of cross-referencing to do. by Anonymous Coward · · Score: 0

      is the main LDS religion the same religion as the polygamist offshoots?

    26. Re:Lots of cross-referencing to do. by ToasterOven · · Score: 1

      If you must joke about such a thing, first realize that anyone who practices plural marriage, in Utah or not, is NOT a member of The Church of Jesus Christ of Latter Day Saints (whom you rudely and ignorantly call "Mormons"). The people who live in Utah and practice polygamy are members of sects and cults that broke away from the Church many years ago and live in a violation of the Church's beliefs as well as a violation of the law. You want to make fun of the citizens of Utah, try living here. You will soon realize that all of your ideas of people here are grossly sick and wrong. We are people, much like yourselves, who deserve respect the same as you do. Don't like it? Go argue it with the Constitution.

    27. Re:Lots of cross-referencing to do. by btakita · · Score: 1

      If you make your spreadsheet publicly available, then it has the potential to be "harvested".

  3. Thats it... by Anonymous Coward · · Score: 2, Funny

    Where's my Tin foil???

    1. Re: Thats it... by Black+Parrot · · Score: 1


      > Where's my Tin foil???

      Contact the DoHS; they can tell you where you left it.

      --
      Sheesh, evil *and* a jerk. -- Jade
    2. Re:Thats it... by Anonymous Coward · · Score: 1, Interesting

      Tin foil jokes... those are even worse than Slashdotting jokes... I swear if I knew your name and address, I'd come over and beat you to a bloody pulp.

    3. Re:Thats it... by Anonymous Coward · · Score: 0

      No problem, I work for DHS. His address is in the mail.

    4. Re:Thats it... by Unregistered · · Score: 1

      In your kitchen drawers on the right side of the sink, third one down under the ziploc bags.
      --The Governor

    5. Re:Thats it... by orthogonal · · Score: 2, Insightful

      Tin foil jokes... those are even worse than Slashdotting jokes... I swear if I knew your name and address, I'd come over and beat you to a bloody pulp.

      And you still can't understand why some of us don't want our names, addresses, habits and proclivities listed in a database?

      Because sometimes the guy who hates jokes becomes the DA / police chief / mayor / Sturmbannfuhrer / Attorney General.

  4. when governments remove civil liberties by way2trivial · · Score: 4, Insightful

    in the name of 'protecting freedom'
    terrorism wins

    --
    every day http://en.wikipedia.org/wiki/Special:Random
    1. Re:when governments remove civil liberties by figjamjam · · Score: 5, Insightful

      The old saying goes, "The price of freedom is eternal vigilance"

      So you need to be eternally vigilant against people wanting to taking away your freedom, ie YOUR GOVERNMENT.
      Not some dirty old camel fscker hiding in a cave, cause all he wants to do is kill you.

    2. Re:when governments remove civil liberties by junkymailbox · · Score: 1

      i use my voting power to vote people out .. It seems i'll have to use my power yet again.

    3. Re:when governments remove civil liberties by vigilology · · Score: 1

      I fail to see how spying on people (and terrifying them at airports) is protecting their freedom. I demand to be protected from this sort of thing, god damnit.

    4. Re:when governments remove civil liberties by Selecter · · Score: 4, Insightful
      Yes, voting. That will work wonders. You realistically have the choice of poeple who voted and/or supported the Patriot Act (Kerry, Dean, Edwards, Leiberman, i.e. the entire Democratic field) *OR* the guy that actually signed the shit into law, Mr. G.W. Bush. Whutta choice. :/

      Meanwhile, all the poeple running for President that are against the Patriot Act and PA II have dropped out of the race, or can't sell their souls to the devil to call themselves Republicans or Democrats, and therefore have zero chance of becoming President.

      Yes, being allowed to vote surely gives one more freedom to vote for the government of your choice. As long as they support the NEW WORLD ORDER, you can pick any of them you like.

    5. Re:when governments remove civil liberties by Anonymous Coward · · Score: 0

      No... When the government caves to their demands, then terrorism wins.

    6. Re:when governments remove civil liberties by iminplaya · · Score: 0, Troll

      "Not some dirty old camel fscker hiding in a cave, cause all he wants to do is kill you."

      You really should can that racist bullcrap. Just because FOX news says he did it, doesn't mean he actually did. If the truth were to come out, we might find that some right wing wacko did it(remember OKC? We accused Arab terrorists of that one also) in order to blow up the secret service building(which also contained some IRS and CIA offices) and hired some terrorist wackos to destroy WTC as a distraction.

      --
      What?
    7. Re:when governments remove civil liberties by ObjetDart · · Score: 1
      Agree, re: racist bullcrap.

      But ummm, a whole lot more people than just Fox news are saying islamic terrorists were responsible for WTC. It's not exactly wild speculation anymore. I'm pretty far out on the left and don't believe a word coming out of Fox, but I'm also quite comfortable with the notion that Osama is guilty as charged.

      --
      I read Usenet for the articles.
    8. Re:when governments remove civil liberties by corbettw · · Score: 2, Informative

      You really should can that racist bullcrap.

      What racist bullcrap? Bin Laden is dirty (living in a cave does that to you); he is old (in his 60's, IIRC); is hiding in a cave (though probably not for much longer); and could very well be a camel fucker (who are you to judge? the love between a man and his camel is special).

      Just because FOX news says he did it, doesn't mean he actually did.

      Nevermind the fact that bin Laden claimed responsibility hisownself. Guess you didn't catch the al-Jezerra tape where he applauded the success of the mission, and basically gloated over getting away with it. Besides, name one reputable source that doesn't think bin Laden had anything to do with 9/11.

      --
      God invented whiskey so the Irish would not rule the world.
    9. Re:when governments remove civil liberties by iminplaya · · Score: 1

      Man...I hope you're never on MY jury if I were to be accused of something. What EVIDENCE do you have?? Did YOU SEE him do or plan it?? Wild speculation is exactly what it is.

      --
      What?
    10. Re:when governments remove civil liberties by k98sven · · Score: 4, Interesting

      So you need to be eternally vigilant against people wanting to taking away your freedom, ie YOUR GOVERNMENT.

      The real threat to freedom in the USA are the corporations.. big business.
      With the exception of the law-enforcement and intelligence communities, the government isn't very interested in our freedoms.

      But it's not only by working through congress the businesses get our rights handed over to them, it's through the courts.

      With their armies of lawyers, they manipulate the system so that their propaganda is "free speech", whereas if you say something against them it's "slander".

      Not to mention abuse of the DMCA, and any other law they can find.

    11. Re:when governments remove civil liberties by cornymccorn · · Score: 1

      That's not the point. And the fact that people are comfortable with calling someone a criminal when, oh I don't know, no court has proven that he or she is frightens me. I mean, people talk about how we are fighting a war on terrorism to save our rights and freedoms. Well, as I recall, one of the rights for which we had to fight was the right to be *proven* guilty in a court of law. And in these times, such rights are even more important.

    12. Re:when governments remove civil liberties by iminplaya · · Score: 0, Flamebait

      And you know this to be fact...You were there?? Did he show you picture ID??

      "Nevermind the fact that bin Laden claimed responsibility hisownself."

      How do you know? Were you the cameraman? Or did you just work the boom mike? Or maybe you were laying the gaffer's tape and you overheard something...?

      --
      What?
    13. Re:when governments remove civil liberties by a+whoabot · · Score: 3, Informative

      This makes me think of the democratic nominees in 1992. There was 6 major ones(over ~1% support), but the media didn't report one, Larry Agron(sp?); his platform was that the defense budget should be cut in half(holy shit that's a lot of money) and be put into education(you'd have the fucking smartest people ever; well, assuming you spent right). At one point I think he was even in 3rd?(maybe 4th) place in some polls. But the press was just like "we don't cover people who don't have a certain level coverage; you're just not a serious contender".

      The point is, the candidates are, for a large part(totally?), controlled. And there's basically no way anyone who goes against what the dominant culture wants, will get represented, so, elected.

    14. Re:when governments remove civil liberties by paganizer · · Score: 3, Interesting

      If you are a U.S. Citizen, it is your job to protect yourself against this sort of thing.
      Get to it.

      --
      Why, yes, I AM a Pagan Libertarian.
    15. Re:when governments remove civil liberties by zurab · · Score: 1
      You realistically have the choice of poeple who voted and/or supported the Patriot Act (Kerry, Dean, Edwards, Leiberman, i.e. the entire Democratic field) *OR* the guy that actually signed the shit into law, Mr. G.W. Bush. Whutta choice. :/


      You have a choice to vote for Dennis Kucinich and encourage others to do so as well. How realistic is that? Not much right now. But he is praised by many green party supporters and has a strict stance against the PATRIOT Act (PDF link).
    16. Re:when governments remove civil liberties by a+whoabot · · Score: 2, Insightful

      George Bush Senior, made the term "New World Order" famous, remember. He would, surreally, frequently refer to "building a New World Order". All those neo-con, Straussian-types have that sort of bizarre teleological goal. They stopped using that phrase, I guess, cause of the negative connotation it built up from the "conspiranoids". But it is still a real thing, wether the signifiers have changed or not.

    17. Re:when governments remove civil liberties by Jah-Wren+Ryel · · Score: 5, Funny

      Not to mention abuse of the DMCA, and any other law they can find.

      You misspelled "fund."

      --
      When information is power, privacy is freedom.
    18. Re:when governments remove civil liberties by macdaddy357 · · Score: 1

      Didn't we just catch that Osama Bin Laden guy in that spider hole in Iran? I saw it on the news! Now if we could just catch that Saddam Hussein guy. He was in Afnagistan or Pacmanistan, wasn't he?

      --
      How ya like dat?
    19. Re:when governments remove civil liberties by Anonymous Coward · · Score: 0

      Wow- there are still losers out there that believe bin laden is innocent. I didn't think you existed anymore, mostly because of natural selection.

    20. Re:when governments remove civil liberties by Anonymous Coward · · Score: 0

      Exactly! There is NO proof Hitler killed the Jews, either!

    21. Re:when governments remove civil liberties by Anonymous Coward · · Score: 0

      And thank God Larry didn't win the nomination in 1992. Considering how much Mr Clinton crippled the military and how vulerable that made us, I can't imaging what it would be like right now. We would probably be speaking arabic behind barbed wire with towel heads patrolling the perimeter.

    22. Re:when governments remove civil liberties by GreyWolf3000 · · Score: 1, Insightful

      Please. What interest do corporations have in removing our liberties? That doesn't even make sense.

      --
      Slashdot: Where people pretend to be twice as smart as they really are by behaving like children.
    23. Re:when governments remove civil liberties by Anonymous Coward · · Score: 0

      You don't have to be terrified at airports. In fact, you don't have to go to airports at all. If you don't like the fact that a little extra attention is required before you let people onto a 400 ton jet fuel-laden missile, then drive your scared ass instead.

    24. Re:when governments remove civil liberties by magores · · Score: 1

      Nicely put.

      I'd mod up as insightful if I had the points.

    25. Re:when governments remove civil liberties by iminplaya · · Score: 0, Flamebait

      Wow...racism being moderated as insightful. Sad indeed. I was hoping that slashdotters were somehow above all that. Evidently not... I've watched mainstream(corporate) media spread Bush's lies about Iraq and Johnson's and Nixon's lies about Vietnam. Now I'm sopposed to believe that this tape actually came from Bin Laden and that he said all these things. These people are no more reputable than whatreallyhappened.com or moveon.org or anybody else for that matter. Oh, well. Happy hunting...

      --
      What?
    26. Re:when governments remove civil liberties by iminplaya · · Score: 1

      Your right...I don't belong on a planet full of talking monkeys.

      --
      What?
    27. Re:when governments remove civil liberties by cluckshot · · Score: 1

      AMEN! Now if any person in Utah Reelects this violator of their rights, they deserve the tyrant they get! Note this might just apply up the food chain a bit!

      --
      Never Politically Correct ~ I prefer the facts If you don't like what I say, get a life, or comment yourself.
    28. Re:when governments remove civil liberties by geekoid · · Score: 4, Insightful

      Is this flamebait, or are you stup^H..Ignorant?

      Realy, getting invlved does help. Vote, Write, Orginize.
      The group wit the most motivated supporters wins. I've seen too may politicians vote against large campaign contributors to believe there all bad.

      Disagree? fine. All I can say is I get involved in issue that are important to me. I can name my representitives off the top of my head and get personal emails. Along with there regular stadard emails.

      So, you can take that NEW WORLD ORDER defeatism and stick it. I'm doing what all true patriots are doing, standing up for what is right and getting involved.

      --
      The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
    29. Re:when governments remove civil liberties by DoraLives · · Score: 1
      Well alright then, what do you believe?

      Explain your beliefs in a comparison and contrast essay, such that the essay will persuade its readers to the same extent of belief that you yourself now believe. Spelling and grammar will be included in your grade. There will be a quiz on this material at an unspecified future time.

      --
      Is it fascism yet?
    30. Re:when governments remove civil liberties by Anonymous Coward · · Score: 0

      In the pantheon of Neo-conservative Republicans, George Bush Senior is about the last one you'd find.

    31. Re:when governments remove civil liberties by Artifakt · · Score: 1

      Any talk of corporations in general tends to be oversimplistic. However, there are some corporations that are sure keeping a lot of data on people. How many times have you encountered a form that asks a lot of questions you would consider irrelevant? I just filled out a form for car insurance that asked not just for my daughter's college and GPA, but what her major was. I actually called their local agent to ask if that made any difference in price. No - they just want that anyway.
      You know, when someone is pointing a gun at you, arguing about whether it makes sense or not is peripheral. Either they have a reason, whether you understand it or not, or they are simply crazy. Either way, they're still pointing a gun at you.
      When some corporation is gathering lots of information that could even concevably help someone remove your liberties, either they have a reason, whether you understand it or not, or they are simply crazy. Waiting until it makes sense to you is itself not sensible, because if they are crazy, you don't need to do business with them, and if they do have some kind of malicious intent, waiting until they explain it to you is going to be a mighty long wait. The only time waiting for an explanation might make sense is if you are 100% confident in advance that you are going to like what you hear.

      --
      Who is John Cabal?
    32. Re:when governments remove civil liberties by Anonymous Coward · · Score: 0

      this is perhaps one of the best posts i've ever seen on slashdot. kudos to you. seriously.

    33. Re:when governments remove civil liberties by Anonymous Coward · · Score: 0

      If you really beleive that, then there's absolutely no fucking help for you.

    34. Re:when governments remove civil liberties by Anonymous Coward · · Score: 0

      wot u sed is rasist

    35. Re:when governments remove civil liberties by Anonymous Coward · · Score: 0

      It is very interesting how you are eager to believe that your government (and the rest of the world's governments) has been conspiring against Bin Laden even though you have no evidence. Yet even though there is tons of evidence that Bin Laden and Al Qaeda was responsible for the attacks you give him the benefit of the doubt.

      Perhaps you should also take not that those Bin Laden videos always come from Arab TV first and it is only reluctantly that the CIA confirms that it is most likely his voice. Do you really think Al Jazeera is in on the US government's conspiracy?

    36. Re:when governments remove civil liberties by iminplaya · · Score: 1

      " Well alright then, what do you believe?"

      As of now, I believe that expressing unpopular views has no place, even on slashdot. Even here, racism against Arabs seems to be ok. Insightful in this case. This remnds me of how american blacks were all upset over racial profiling(and rightfully so), until 9/11/01. Then it became ok to profile Arabs. I know this, because even some of my friends thought so. My thought at the time was to tell them, "Excuse me, but your equality is showing." This is getting tiresome. I'm outta here(probably until I see the next hateful response. Just can't help myself) Don't worry about grading me. The moderators already did that for you.

      --
      What?
    37. Re:when governments remove civil liberties by Anonymous Coward · · Score: 0

      Based on your posts I am thinking that the planet of 3-toed sloths is more your intelligence level.

    38. Re:when governments remove civil liberties by iminplaya · · Score: 1

      There's no conspiracy here, just you regular gov't power grab.

      --
      What?
    39. Re:when governments remove civil liberties by Anonymous Coward · · Score: 0

      I am going to go out on a limb and guess that you weren't even born during the Vietnam war. You posts ooze young naivete. I find it a little sad but not suprising based on the current condition of out education system.

    40. Re:when governments remove civil liberties by Anonymous Coward · · Score: 0

      You didn't address my point. Do you not see the hypocrisy of your statements? The US government is guilty without evidence but Bin Laden is not guilty with evidence. And you obviously don't understand what conspiracy means. If there is more than one government working to hide the truth about something then it is a conspiracy. Obviously for your assumption that the tapes are fakes would imply a conspiracy between the US and Al-Jazeera.

      Why do you not address the real issues?

    41. Re:when governments remove civil liberties by Anonymous Coward · · Score: 0

      How would they go about reelecting someone who left office last year? He's now the head of the EPA. No longer just Utahs problem.

    42. Re:when governments remove civil liberties by Seeka · · Score: 1

      Yeah, except Kucinich is pretty much a liar.

      He's for decriminalization for marijuana and yet claims he didn't smoke it himself, even though Kerry, Edwards, and Dean all admitted to in the past, with a "So what?" stance? Yeah, right. I don't think anybody believes for real that this dude has never smoked up.

      His policy for abortion is sound except for his "conception begins at birth" stance, which includes the Bush-friendly "promoting abstinence" crap.

      By the way, did I forget to mention Kucinich voted in the house to ban human cloning and any sort of embryonic stem cell research?

      I should mention that I like his view on drugs, but that seems to be a bipartisan problem that isn't likely to be solved soon. Stem cell research, on the other hand, is pretty important if you ask me.

      Howard Dean is a candidate with views roughly similar in the important ways, and who is more likely to be elected. I personally am going to vote for him and not Kucinich.

    43. Re:when governments remove civil liberties by Anonymous Coward · · Score: 0

      Not to be picky but Bin Laden is not a US citizen. If he is captured peacefully (like Hussein) then he is entitled to whatever protection international law gives him. If it comes down to a fire fight, though, then by all means his life is not more valuable then our soldiers.

    44. Re:when governments remove civil liberties by iminplaya · · Score: 1

      I was born 12 years before the "Gulf of Tolkien" incident. Which, by the way, the gov't lied about that, also. The media swallowed that one up, too. Make sure that limb doesn't break. So to make your point, I wasn't born during the war. Unless you consider the real start of the war 1954 or 1945 when Truman sent in "advisers".

      --
      What?
    45. Re:when governments remove civil liberties by Anonymous Coward · · Score: 0

      Being a Wisconsinite, I must mention that Feingold was the only person (not only of the Democrats but all members of the Senate) to vote against the Patriot Act when it came up. Hopefully enough people will see through the smoke screen that the Republicans have planned for him in this election year and get him elected to a second term in the Senate. Unfortunately, while trying his best to follow in the footsteps of Bob LaFollette, I fear that times have changed and that the progessive vision which Feingold has attempted to embrace will be destroyed by the special interest groups funding this election cycle and overly zealous (and hypocritical) conserative movement.

    46. Re:when governments remove civil liberties by Anonymous Coward · · Score: 0

      Gulf of Tolkien? Perhaps you have a little too much LoTR on the mind. I believe you are referring to the Gulf of Tonkin. I stand by my assumption that you are much younger than you claim to be. I find it hard to believe that anyone you age could be such ignorant.

    47. Re:when governments remove civil liberties by iminplaya · · Score: 1

      The gov't used Bin Laden as an excuse for the power grab. The evidence is spelled out in the Patriot Act. I have no idea if Bin Laden is guilty or not. I DO know that neither you or anybody else here KNOW that he is guilty.

      --
      What?
    48. Re:when governments remove civil liberties by Anonymous Coward · · Score: 0

      I assume you mean that the government used 9/11 as an excuse for the power grab. Bin Laden was a target at least since the first attack on the WTC. I must say that you did a nice side-step on the issue, though. You backed down from saying that the government was lying about Bin Laden to admitting that you just don't know. That I can accept. Anyway - I give up with arguing with you. I can smell your type a mile away. You can never be wrong because you will continually side-step and back-pedal. When that fails you will resort to ad hominem attacks (like calling people racist). I had too busy a day to play this game.

    49. Re:when governments remove civil liberties by iminplaya · · Score: 1

      "Perhaps you have a little too much LoTR on the mind."

      Maybe so, I did read the books about 33 years ago. Funny, I used Google to check my spelling. This was the result.

      "I find it hard to believe that anyone you age could be such ignorant."

      I find your grammar fascinating. Believe it or not There are people that are older than me that are just as ignorant.

      --
      What?
    50. Re:when governments remove civil liberties by iminplaya · · Score: 1

      Given its history, I do believe the gov't IS lying.

      --
      What?
    51. Re:when governments remove civil liberties by Anonymous Coward · · Score: 0

      So you relied on somebody's school paper for your spelling? And you got me on the sentence structure. Me tired not type as fast as think.

    52. Re:when governments remove civil liberties by iminplaya · · Score: 1

      Yup, That's the senility kickin' in. I love it. I can pee in my pants and not even know about it.

      --
      What?
    53. Re:when governments remove civil liberties by Anonymous Coward · · Score: 0

      I guess you wouldn't like my friend who spent several years in jail for murder. Given his history you would believe that he still murders. For the most part previous convictions are not admissible.

      Now I am not saying that the US isn't lying but I think you should see the hypocrisy of your statements.

    54. Re:when governments remove civil liberties by Anonymous Coward · · Score: 0

      Fucking shithead, 9/11 was under Bush, and do you not remeber Somalia and all the other countries we went to under clinton? IMHO, Clinton was the best thing since JFK: not perfect, but getting the job done. And if any conservative shitheads say otherwise, whatever. I don't care. This is slashdot, nobody really cares.

    55. Re:when governments remove civil liberties by theparallax · · Score: 1

      Yes, voting. That will work wonders. You know what, it actually does. If you actually have the desire to see a change, and cajones to try for it, you can make a difference. This is true, despite what jaded chic may tell you. Where do you think political candidates, come from? Who do you think decides who wins? If you said anything other than voters, then you are absolutely, 100%, no qualifications wrong. To win you must have popular support (or very very close to it). In any case, votes are what decide who leads this country.
      Think it's not worth it, because economic interests buy their way into office? It doesn't have to be that way. If people are educated and informed, not just innundated with propoganda, then they will make an informed decision. At the very least they will make a decision that's based non-trivial matters.
      Think that government is guided by industry? It doesn't have to be that way either. The vast majority of politicians do not do what will annoy their constituency to the point that they will not be re-elected. This is the double-edge in a representative democracy. It means that if the citizens do not tolerate corrupt officials, there will not be corrupt officials. I know it sounds naive and optimistic, but it's true.
      Think that corporations are taking away our rights? That doesn't have to be true either. A corporation is held responsible, too. In their case, they are held responsible to the dollar. They do not do things that will annoy their customers to the point that they will not buy their products. So in this case, don't tolerate corporations doing what you don't like! If enough people don't like it, they won't do it.
      The enemy is complacency. If you really want things to be different, to have privacy rights, to feel good about the things your government does, then act. Sitting around complaining and thinking that there's nothing you can really do is a self-fulfilling prophecy.
      Part of the construction of this government was trust that the peoples' collective will would prevail and prevent tyranny. So far, this trust has not failed, and I don't think we should allow it to now.

    56. Re:when governments remove civil liberties by iminplaya · · Score: 1

      The most recent lie currently being perpetrated is Iraq's WMD's. It hasn't stopped.

      --
      What?
    57. Re:when governments remove civil liberties by divide+overflow · · Score: 4, Insightful

      > Please. What interest do corporations have in removing our liberties? That doesn't even make sense.

      If one of our liberties is the freedom to give someone software we have written without charging money, and a corporation insists that doing so "deprives" said corporation their "right" to charge you for similar software, and says about your act of charity that "It undermines our basic system of intellectual property rights, and it destroys the economic reason for innovation"...well, I'd say that corporation was trying to remove your liberties in order to eliminate competition and declare de facto ownership of a market. Does THAT make sense?

    58. Re:when governments remove civil liberties by figjamjam · · Score: 1

      Funny, I made no references to any race at all. You however made the link between camel fscker to arab.

      Now does that say something about my racism or yours?

    59. Re:when governments remove civil liberties by GreyWolf3000 · · Score: 1

      Yes, but compare that to the MATRIX bill. The grandparent was quick to point out the real "cause" behind civil liberty infrigement, and I still maintain that his point was ridiculous.

      --
      Slashdot: Where people pretend to be twice as smart as they really are by behaving like children.
    60. Re:when governments remove civil liberties by iminplaya · · Score: 1

      I'm a 2-toed sloth.

      --
      What?
    61. Re:when governments remove civil liberties by Selecter · · Score: 3, Insightful
      Paralax, I was a Libertarian Party candidate for state house here in WV in 2000. I have voted in every election since I was 18. Please dont assume I dont participate in the process - I am very active but there is no freedom in this country, not real freedom anyway. It's managed freedom, just like NAFTA and GATT were managed trade agreements.

      Managed means the corporatists and their lackeys in the House and Senate make sure the laws they pass MANAGE to enrich their friends and punish their enemies, and make damn well sure no one but the two approved political parties ( read MANAGED ) are able to get into office.

    62. Re:when governments remove civil liberties by divide+overflow · · Score: 4, Insightful

      > Yes, but compare that to the MATRIX bill. The grandparent was quick to point out the real "cause" behind civil liberty infrigement, and I still maintain that his point was ridiculous.

      It makes a whole lot more sense if you understand the unspoken assumption that the corporations are the real power and the government is just doing what the corporations want them to do. Remember how eager Oracle Corporation was to help build a national identification database? The point is that corporations just see this as another short term business opportunity, regardless of the civil liberty consequences.

    63. Re:when governments remove civil liberties by incom · · Score: 1

      I have seen no evidence of a split between OBL and the CIA since they were known to be on friendly terms. Show me some evidence that he is no longer a CIA operative.

      --
      True genius is grasping a situation like a peice of fruit, and peircing it just right so that it drains dry.
    64. Re:when governments remove civil liberties by Martigan80 · · Score: 1

      Meanwhile, all the poeple running for President that are against the Patriot Act and PA II have dropped out of the race, or can't sell their souls to the devil to call themselves Republicans or Democrats, and therefore have zero chance of becoming President.

      Well put my good cyber-writer. This also leaves one more issue, people NEED to vote on more than just the presidential spot. To "nip it in the butt" we all need to pay attention to our local politics and vote there as well. How else do you think Bush become a Governor? How do you think we_elected_ our senator and congresspeople? You have to vote more than once presidential election to say you care about American politics. And as also stated above there are many honest and loyal people trying to make a difference-they are just not getting the back up from the voters that they need.

      --
      This SIG pulled due to lack of funding. (This damn war is costing too much!)
    65. Re:when governments remove civil liberties by Anonymous Coward · · Score: 0

      You however made the link between camel fscker to arab.

      Arabs? Oh. And here I thought you meant Eskimos.

    66. Re:when governments remove civil liberties by Anonymous Coward · · Score: 0
      Man...I hope you're never on MY jury if I were to be accused of something. What EVIDENCE do you have?? Did YOU SEE him do or plan it?? Wild speculation is exactly what it is.

      Are you that stupid naturally? Or do you have to practice? People who witnessed a crime are specifically and intentionally EXCLUDED from the jury. If they saw him or you or whoever do it, they wouldn't be on the jury, they'd be a witness. The jury are supposed to decide based on the evidence others provide to them, just as all the people you're bitching about are doing.

      You can claim they're doing the wrong thing if you want to be that stupid, but then don't shoot yourself in the foot by using an analogy that says they're SUPPOSED to be doing that.

    67. Re:when governments remove civil liberties by Anonymous Coward · · Score: 0

      show me evidence he ever was
      because just because those at one time communicated doesnt make them an operative.

      ive talked to CIA agents also. does that make me an operative?

    68. Re:when governments remove civil liberties by Anonymous Coward · · Score: 0

      then where did they all go?

      they had them.. then all the sudden they didnt ?

      odd.

      and no the UN even said they didnt get them all

    69. Re:when governments remove civil liberties by vigilology · · Score: 1

      I will.

    70. Re:when governments remove civil liberties by lkcl · · Score: 1

      now _where_ was that article that i've seen recently that said that if corporations were real people rather than just legal entities, then most of them would be sectioned or at best classified by psychiatrists as sociopaths.

    71. Re:when governments remove civil liberties by Anonymous Coward · · Score: 0

      This will continue untill the american people as a whole stop relying on the public media for all of their information.

      I hope our freedoms can still be salvaged with the ballot and jury boxes, and we don't need the ammo box. Not convinced though.

      (yes I borrowed the boxes from someone elses post, It makes the point well)

    72. Re:when governments remove civil liberties by Anonymous Coward · · Score: 0

      You are right, simply voting is a drop in the bucket, and is just barely better than nothing. What is needed is education of the public. That can work.

      It is not easy.

    73. Re:when governments remove civil liberties by Anonymous Coward · · Score: 0

      Yes, local offices are in some ways more important than national ones.

      One thing that you left out is education of those local leaders. Let them know how you feel, and back up your opinion with some sound arguments. They are not so big yet that they will ignore you, and some common sense may rub off.

    74. Re:when governments remove civil liberties by Anonymous Coward · · Score: 0

      Yes yes. We all know that the big corporations run Washington DC. All those fat cats like AARP, AACP, ACLU, the... oh.. wait a minute...

    75. Re:when governments remove civil liberties by GreyWolf3000 · · Score: 1
      Who says that the corporations run the government? Is that a fact you're sure of? IF that were the case, I would feel obliged to revolt. With what evidence would you have me to believe this unspoken assumption?

      Guess what, businesses prosper when citizens have liberties. One company might make profit over the Government contracting them to assist in dismantling liberties, but many other make their living off of it. Media giants, as bad as they are (and they are bad), wouldn't thrive if it weren't for the right to say anything you'd like, including speak out against the government.

      This country isn't all poor and a few super-rich; there are many in the middle to upper middle class that constitute a huge commercial purchasing block. Say goodbye to that revenue if freedom goes.

      This is just self-important posturing.

      --
      Slashdot: Where people pretend to be twice as smart as they really are by behaving like children.
    76. Re:when governments remove civil liberties by Anonymous Coward · · Score: 0

      The real threat to freedom in the USA are the corporations.. big business.

      The vast majority of history has been dominated by tyrannical governments, millions upon millions of people have died at the hands of governments over thousands of years.

      But corporations , which only came into existence very recently, as part of that new form of social organization called " a free society" and have ZERO genocides to their credit, are the main threat to our freedoms?

      Riiight.

    77. Re:when governments remove civil liberties by cornymccorn · · Score: 1

      Well, not to be picky, but the U.S. is not the only country in Afghanistan, Iraq, or fighting an international war on terrorism. Yes, I know, every country worries about and tries to combat terrorism in some way; but I mean to say that many are aligning themselves with the U.S. and many of those countries also have "innocent until proven guilty" rights for their citizens. And to say that these rights only apply to some people who live on this side of an invisible line is absurd. Yes, I understand that governments do have to look out for their citizen's best interest first; however, that does not constitute preconceived guilt.

      Now, is he a suspect? Without a doubt, but I think people hear "suspect" and assume guilt and that is inherently wrong. Some things are wrong regardless of within which invisible lines someone is born.

    78. Re:when governments remove civil liberties by RaTd0g · · Score: 1

      Welcome to the information age. The technological leaps that have led to information overload in our generation have always been leading toward instant and easy cataloging of peoples lives.

      Although we're rather arrogant to think that anybody is particularly paying attention to everything that any one of us does, it's somewhat disconcearting to know that the answer to "will this end up on my permanent record" might very well be a resounding "yes".

      In any case, this isn't about an evil government spying on people. This is a growing pain. In order to keep society scalable, trends must be watched. Our technological advancements have us way past the age of trains and telegraphs.

      Wanna blame somebody or something, then blame technology.

      luddites rule!

      --
      "Humans travel in schools, and are quite mindless. Thus, they are a very easy catch." -- Ambassador Laquatus
    79. Re:when governments remove civil liberties by 91degrees · · Score: 1

      They don't as a general policy. All things being equal, I think they prefer people to have their liberties rather than not have them.

      However, if they can make a profit, or avoid a loss from removing our civil liberties, they will do so.

    80. Re:when governments remove civil liberties by iminplaya · · Score: 1

      "I stand by my assumption that you are much younger than you claim to be."

      My mind is very slow. It took me two days to realize that you just made my point. I now know from personal experience that you are very willing to make and stand by false assumptions. Since you find it so easy to assume this about me, I can safely assume that you can make the same possibly false assumptions about him. Or not?

      --
      What?
    81. Re:when governments remove civil liberties by iminplaya · · Score: 1

      "they had them."

      Yuo saw the receipts? You know, I realy don't care. By all "known" accounts Saddam was evil. Bin Laden was(is) evil. They probably should be in jail. By the same token so should Bush(both of them) If Nixon and Johnson were still alive so should they. We shouldn't go around killing people based on false assumptions. We need FACTS. UNDENIABLE FACTS.

      --
      What?
    82. Re:when governments remove civil liberties by iminplaya · · Score: 1

      Seeing as that you all ready assume guilt by what you hear on the TV, I still wouldn't want you on my jury. I wish I knew your thoughts on OKC BEFORE they decided that it was an american wacko that blew up the building. I'm going to play the assumption game and assume you thuoght it was Arab terrorists like so many other folks. You just followed the herd. It's ok. It's perfectly natural. It's instictive.

      --
      What?
    83. Re:when governments remove civil liberties by Cybrr · · Score: 1

      If he didn't do it, why is he sending threatening tapes about the attacks to the media? Is it part of his CIA training?

      --
      Why did GEAR crush RDP?
  5. Surely that is unconstiutional by JaF893 · · Score: 1

    and some people said the marix wasn't real

    1. Re:Surely that is unconstiutional by Anonymous Coward · · Score: 0

      This is Bullshit, We must stop this crap.

  6. Neo? Morpheus? by Anonymous Coward · · Score: 0

    Can i see the dossiers on these?

  7. Hm... by James+A.+E.+Joyce · · Score: 0
    "the question is how was the Governor able to enroll the -whole state- without anyone knowing?"
    Cha-ching!
    --

    FloodMT: crapflood Movab
  8. Red pill / Blue pill by egg+troll · · Score: 5, Funny

    Jeez...could they have picked a worse name to have sent the geeks into overdrive than Matrix?

    --

    C - A language that combines the speed of assembly with the ease of use of assembly.
    1. Re:Red pill / Blue pill by PepsiProgrammer · · Score: 3, Funny

      BIG BROTHER

      --
      "The United States has no right, no desire, and no intention to impose our form of government on anyone else." - Bush 05
    2. Re:Red pill / Blue pill by cgranade · · Score: 1

      How about Total Information Awareness, since that's what it is? Witness! The new strategy of the Bush administration. Rather than buckle under realization that people don't want a measure and are willing to take a stand, he just dismantles his measure and pushes it through in small bits. I mean, if this is just Utah, then why Multi-State?

      --

      #define DRM chmod 000

    3. Re:Red pill / Blue pill by Anonymous Coward · · Score: 0

      Except that this has nothing to do with Bush and it is actually greatly opposed by Conservatives. This is a private company that collects the information based out of Florida. The former Governon of Utah decided to contract with this company to compile information about his citizens.

      I know - why be bothered with facts when you can bash Bush.

    4. Re:Red pill / Blue pill by commodoresloat · · Score: 1

      "SCO" was already taken.

    5. Re:Red pill / Blue pill by the_mad_poster · · Score: 1

      ...if this is just Utah, then why Multi-State?

      Uh.. did you even read the story, much less the article? They're testing it:

      "According to the Deseret Morning News former Utah Gov. Mike Leavitt signed Utah's 2.4 million residents up for a pilot program..."

      This amazes me:

      '...any data gleaned for Utah's participation in MATRIX is information already available to law enforcement.'

      Nobody gives a shit, asshole. The point is clear as day and it's dancing right in front of your face: people don't want the information collected into this system, so leave it the fuck alone. Nobody cares whether it's already available, they don't want it available here.

      Great... I spoke on behalf of people interested in privacy and called bullshit on the "War on Terror". I'm sure I'm in the fucking thing now.

      --
      Alito: A vote for Alito is a punch in the eye to put that bitch back in her place!
    6. Re:Red pill / Blue pill by WindowlessView · · Score: 1

      it is actually greatly opposed by Conservatives

      Some conservatives. For every Bob Barr there are several Rush and Hannity apologists. Of course I haven't listened to Rush in quite awhile. Maybe he has changed his tune now that he realizes that obscure laws can actually used against him too.

      Except that this has nothing to do with Bush

      Right. Look at the things he has done to discourage this kind of activity. For example there was...what? He spends more time defending the Koran than the constitution.

      --
      Leave the gun, take the cannolis.
    7. Re:Red pill / Blue pill by Anonymous Coward · · Score: 0

      BeeBee

    8. Re:Red pill / Blue pill by cfuse · · Score: 1
      Rev 13:16-17 is the Biblical prediction of Bill G and Passport

      And lo, the beast didst bring his buggy crapware before the people and said: "I bring you innovation!"

      And the people at once fell down in despair before a ten-and-one-hundred blue screens ...

  9. Conspiracy? by williamcooke2000 · · Score: 1

    Well there will definitly be some conspiracys floating around soon. I think it was all bush's doing ;)

    1. Re:Conspiracy? by cgranade · · Score: 1

      One might say that this act in itself is the conspiracy.

      --

      #define DRM chmod 000

    2. Re:Conspiracy? by coastwalker · · Score: 5, Insightful

      The sad thing is that no conspiracy is required, this is inevitable and unstoppable because even if the state isnt going to do it ebusiness will.

      However now would be a good time to decide how much data can be collected and kept for the entire life of an individual and who can do that collection.

      My gut feeling is that each single piece of information needs to be fought over and an ongoing battle between the individual and other parties should begin.

      Consider the fact that it would be a trivial if expensive excercise to record every single keystroke you ever type, every purchase you make, every conversation and movement you ever make on camera, every person you know, every email sent, every website visited, every late bill, every parking fine, every day off sick. All at the mercy of datamining software. The ironic thing is that the realy bad people who law enforcement want to catch probably wont be on that database because they will live on the margins of society and use stolen identities.

      A record which knows more about you than you do yourself and its all online down at your local police headquarters. Not that the police are necessarily bad guys, trouble is that AdvertisingDotCom will have the same thing as the police have on their database and all they care about is owning your money. I thought slavery had been outlawed but it looks like we are about to bring it back in the name of economic efficiency.

      Time to wake up and get on the civil liberty bandwagon.

      --
      Facts are history now plebs have politics for religion on social media.
    3. Re:Conspiracy? by no+longer+myself · · Score: 2, Funny
      Sorry... I checked with a dictionary. A conspiracy is the act of secretly planning to do something wrong, especially a wrong against the government. The legal definition is an agreement by two or more persons to act unlawfully.

      Since this program is not a secret (as it is on /.), and the people implementing the program are widely believed to be the government, and everything the government does is seen to be legal (even if it isn't), then there is no conspiracy.

      It doesn't make it any less disturbing.

    4. Re:Conspiracy? by vegetablespork · · Score: 1

      I agree. This whole thing could be one elaborate policy troll, designed to draw attention away from a less ambitious project, or to lay the groundwork for a "compromise" that contains less data.

      --

      Call (206) 338-5780 COLLECT for information about a genuine BA, BS, MA, MS, MBA, or Ph.D.

    5. Re:Conspiracy? by Artifakt · · Score: 2, Insightful

      Let's assume for the moment that the local cops and DA are very good people, honest, forthright and all that.
      Do they understand the difference between correlation and causation?
      Do they know that statistically billion to one odds means the thing has happened to 7 people?
      Somewhere out there, there's a guy who has un-alibied absences on his record that exactly match with a string of unsolved robberies, and he ISN"T the robber.

      --
      Who is John Cabal?
    6. Re:Conspiracy? by coastwalker · · Score: 2, Insightful

      - All you need is a built in GPS transmitter to prove that you didnt do the robberies !! Only best make sure you dont wear a tin foil hat in case it absorbs the transmissions !!

      Thats why we are innocent until proven guilty and convictions are tested against reasonable doubt.

      Except that President Bush seems hell bent on ignoring these principals in the case of Iraq and Guantanamo Bay. It appears that your fear of a national law enforcement database is well founded with your present leaders policys. Self defence is supposed to defend you, not destroy your freedom.

      --
      Facts are history now plebs have politics for religion on social media.
    7. Re:Conspiracy? by lkcl · · Score: 1
      I think that the way it works is that the law defacement agencies believe that by collecting data on EVERYBODY they can then look for statistical anomalies in "normal" behaviour patterns.

      so to look for you everyday terrorist, you look for people who should have been dead 12 years ago, etc. and for people who paid for something twice, 1000 miles apart in 5 minutes.

      (it's _such_ a pity that they can't then actually tell the person whose credit card has been stolen and save them thousands...)

      ... the trouble is, as many people have pointed out, none of this actually works or solves the real problems!

      for _that_, you need something like this: http://www.globalcountry.org.uk/ /a

  10. Making a big noise here in Utah.... by BWJones · · Score: 5, Interesting

    So, this has really kinda raised a stink here in Utah, and despite the states Homeland Security specialist stating that all of the information is already available to law enforcement, one issue is that all of this information is not currently available in one place and that many simply object to government accumulating so much personal information. The other issue is that the problem with databases is that once they are created, they really cannot be destroyed. The information in them tends to propagate into other projects or products and is also often used for generation of revenues by selling information to certain corporations.

    For instance, from the article: Searchable databases allow law enforcement agents to probe for people using Social Security numbers, dates of birth, addresses, property records, motor vehicle information and credit history. The information is collected by states and forwarded to a database in Florida, where a private company, Seisint Inc., builds and manages the database.

    The fact that credit history is included and is documented along with these other aspects of identity and is run and managed by a private company is disturbing leading me to wonder what connections Gov. Leavitt might have with this company.

    Finally, as noted in the article our current Gov., Olene Walker (she was Gov. Leavitt's assistant governor before he headed off to become a Bush appointee to head the Environmental Protection Agency), apparently knew absolutely nothing about the project. As governor, Leavitt should have been representing the people of Utah, but what is it that he has done here?

    --
    Visit Jonesblog and say hello.
    1. Re:Making a big noise here in Utah.... by yomegaman · · Score: 1

      This article does indeed raise many questions, the most important of which is "What the hell is a 'Utahn'?"

      --
      ...wearing a skin-tight topless leather jumpsuit, with cutaway buttocks and transparent crotch panel.
    2. Re:Making a big noise here in Utah.... by kampf · · Score: 2, Interesting

      In typical Utah Republican fashion, Leavitt has screwed us. First the Legacy Highway, then the matrix, now he's a cronie for the EPA. If i were the current Gov'na, i wouldn't run for the office either: too much crap to clean up after.

      Let the other mindless Church-drones deal with it ( by carrying on his legacy of course).

    3. Re:Making a big noise here in Utah.... by fname · · Score: 1

      Well, something like MATRIX has been coming for a long time, the trends were clear 20-30 years ago. In fact, I bet a lot of people think that the government already has this ability. I mean, they're able to do this stuff on CSI, True Lies, that bad Will Smith/ Gene Hackman movie, etc.

      The truth is, this kind of one-stop-shop could be very useful for law enforcement, and could protect our privacy well if a court order were required to search it. But, it looks like instead of being controlled by a consumer-oriented agency, it's being run by a private company for their own profit. The IRS is probably the best example of a government agency which protects citizens personal data. A few years ago, when it was found that agents were looking up this data willy-nilly, there were congressional hearings & the process was tightened up.

      So, the IRS is probably the best model of a government agency protecting critical private information. That we've allowed a for-profit company to run this thing is a travesty. A MATRIX-like database is probably inevitable, but it needs to be set up in a way that protects our privacy much better.

    4. Re:Making a big noise here in Utah.... by Soskywalkr · · Score: 1

      ...one issue is that all of this information is not currently available in one place and that many simply object to government accumulating so much personal information. Well. Hell. Now I know which database login I'm gonna crack next.

    5. Re:Making a big noise here in Utah.... by Anonymous Coward · · Score: 1, Insightful

      Isn't it ironic how data you really want to keep gets wiped out while data you really want destroyed seems to hang around forever?

    6. Re:Making a big noise here in Utah.... by Anonymous Coward · · Score: 0

      Well, set useful for law enfor law enforcement, a government already has tighteneds to be set up this data. A few years ago, wheir own profit. Thinstead of on CSI, True Lies, that bady hat think that that exampany to run by a privatened up.

      So, the IRS i meany theired to searcement, and cour pritightened up in a will of a government agency protecting run by a private company to run by a privacy model of a consumer-oriented agent agency well if a cour prof being contrue Lies, that agents were think that protects of a government a consumer-orient already has they're able information. That the best model of a government already the best etc.

      The truth is, the government agency, it's being like MATRIX has been coming formation. That way that protecting clear 20-30 years this was to search iRS is probably-nilly-nilly, there we've allowed a for a longre requirends well if a cour prings & the private company to run this their own profit. Theing cSI, TrIX has been could but, the IRS is probably the best example think that the government agen it was tightened up.

    7. Re:Making a big noise here in Utah.... by Anonymous Coward · · Score: 0

      I'm glad I'm not in Utah anymore. I am still unhappy about the way the government treated me when I did live there in 1998. I was SO annoyed because I had to *pay* for a business license (writing software from home) and then they sold my name and address to all sorts of mailing lists WITHOUT giving me any option to not have this happen or even telling me it would happen. I think the drivers licensing people sold my name too although I could never pin it down (of course they did not disclose their privacy policy or anything at that time). The business license garbage was for sure since the business never took off and they were the only ones to even know I existed, yet all the junk mail garbage had the business name on it.

    8. Re:Making a big noise here in Utah.... by Anonymous Coward · · Score: 0

      You POOR thing! They made you pay for a business license? HOW BARBARIAN! And on top of that you got junk mail? That just doesn't happen in any other state. Only in Utah.

      And yes, I am being sardonic.

    9. Re:Making a big noise here in Utah.... by zymurgy_cat · · Score: 1

      The fact that credit history is included and is documented along with these other aspects of identity and is run and managed by a private company is disturbing leading me to wonder what connections Gov. Leavitt might have with this company.

      Given the "accuracy" credit reporting companies have, this may actually help the terrorists and criminals they seek to combat. I have to keep telling at least one credit agency every year that the "current" address they have for me is incorrect. If I decide to commit a crime, it's nice to know cops will be tracking me down in a place I haven't lived at in 6 years!

      --
      -- Fugacity: Confusing chemists since 1908
    10. Re:Making a big noise here in Utah.... by demachina · · Score: 2, Insightful

      "So, the IRS is probably the best model of a government agency protecting critical private information."

      I'm willing to bet you all of your tax information is already being merged in to this grand unified domestic spying database. If it isn't already its just a matter of time. If they can look at all your bank records, and the books you read, what exactly is sacred about your tax returns. Maybe the IRS was good at protecting privacy but if the President, with the backing of a Republican congress, tells the IRS to turn over all their records it will happen in a heart beat.

      Not sure what you mean by the trends where there 20 or 30 years ago. Almost 30 years ago, or actually in 1975 the Church commission actually reversed the tide and trend against domestic spying:

      http://www.labournet.net/world/0109/us15.html

      Maybe you're suggesting the trend was there because we acquired computers and everything moved to an electronic form which made this kind of domestic spying feasible.

      I'm saying its really only been since Bush and Ashcroft came to power and 9/11 gave then the excuse, that domestic spying reacquired momentum and it also has the massive new danger that they can abuse computing to implement it now. This is not a long established trend, its very new as in about 3 years.

      It is deeply disturbing to think about how dangerous domestic spying was in the '60's and '70's and then how really dangerous it will be today when its combined with massive computing power, databases and electronic tracking of everything every person does. In the old days they had to use shoe leather to spy on people so they had to identify people they considered dangerous and they couldn't track very many. Today they can use software to watch everyone and let a computer spot anyone they want to single out for punishment.

      I think I actually have more confidence in the old 1960's brand of domestic spying to not make mistakes. Just look at all the people being red flagged as terrorists by the TSA simply because they have the same as a terrorist suspect, though NOTHING else matches. It gives you zero confidence that this massive loss of privacy and freedom will even result in the supposed goal, captured terrorists.

      As another example I am relatively confident there are very few potential terrorists in the state of Utah. They would stick out like a sore thumb and you wouldn't need an intrusive database to spot them. A similar argument was made about the government using airline records to feed in to their new TSA scanners. The problem was there were no hijackings among all of the records they were analyzing, Northwest or JetBlue, so what is the point of searching for a person or event that wasn't in the data in the first place. Its not really trying to catch a terrorist, its trying to spying on everyone.

      --
      @de_machina
    11. Re:Making a big noise here in Utah.... by Galvatron · · Score: 1

      Jesus Christ, someone set us up the bomb. Please, for God's sake, tell me you're not a native English speaker. There's at least a half dozen words in there that I think you just made up.

      --
      "The question of whether a computer can think is no more interesting than that of whether a submarine can swim" -EWD
    12. Re:Making a big noise here in Utah.... by ralphclark · · Score: 0, Flamebait

      That piece is so screwed up it can only be drug abuse or brain injury that's behind it, IMHO.

    13. Re:Making a big noise here in Utah.... by ciaran_o_riordan · · Score: 1

      Now, hold on there a minute.

      so his grammar is bad. Big deal, English isn't everyones first language.

      Your post is just obnoxious. What's your excuse?

    14. Re:Making a big noise here in Utah.... by the+arbiter · · Score: 1

      Once again, the gibberish troll strikes slashdot. One in EVERY SINGLE ARTICLE. I'm getting kinda tired of it.

      --
      Boycott everything - they're all trying to fuck you one way or another
    15. Re:Making a big noise here in Utah.... by Malcontent · · Score: 1

      You really believe that the Lt Gov didn't know anything? If so I have a bridge to sell you.

      --

      War is necrophilia.

    16. Re:Making a big noise here in Utah.... by Anonymous Coward · · Score: 0

      Actually, that's not a Utah thing, at least they didnt' sell it. First, I dont' know any states that let you get a business license for free. Second, that becomes public record, and there are business' that do nothing but scan that info and sell it to the marketers. So no, Utah, or any other state aint making money off you, but some scummy junk mail/telemarketer places are.

      I know, I'm in the same boat. I'm ready to kill the next pittney bowes telemarketer who calls me.

    17. Re:Making a big noise here in Utah.... by Anonymous Coward · · Score: 0

      I think you could be onto something big. Perhaps it could provide insight into the nature of[Write failure]

    18. Re:Making a big noise here in Utah.... by ralphclark · · Score: 1

      I wasn't joking. The theory I offered seems like the most likely explanation given the frequency and type of errors involved.

      Not everything is an issue of political correctness. Deal.

    19. Re:Making a big noise here in Utah.... by Anonymous Coward · · Score: 0

      and not just "fly in the chardonnay" ironic either, IRONIC ironic... ah...

    20. Re:Making a big noise here in Utah.... by geckofiend · · Score: 1

      Nobody mentioned political correctness. Merely pointed out what an ass you are.

    21. Re:Making a big noise here in Utah.... by ralphclark · · Score: 1

      Since this is clearly a very personal issue for you, I assume that you are also either a heavy abuser of chemical stimulation, or have sustained some type of brain lesion. Or possibly both.

      Anyway I was just agreeing with Galvatron. Why pick on me?

  11. Private company? by TheSpoom · · Score: 4, Insightful

    The information is collected by states and forwarded to a database in Florida, where a private company, Seisint Inc., builds and manages the database.

    So what's to prevent this company from selling the information to the highest bidder? Glad I don't live in Utah...

    --
    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
    1. Re:Private company? by Anonymous Coward · · Score: 1, Funny

      That's not the only reason to be glad you don't live in Utah.

    2. Re:Private company? by rgmoore · · Score: 5, Insightful

      What makes you so sure that your governor hasn't done exactly the same thing? It sounds as though the people in Utah only found out about their being entered in the program because they got a new governor. It was a big surprise even to other people in the state government. If that can happen in Utah, it can happen in your state or mine. People in other parts of the country may well have had their information in the same program and simply not know about it because their governments haven't let the cat out of the bag yet. That's the truly scary implication of the situation.

      --

      There's no point in questioning authority if you aren't going to listen to the answers.

    3. Re:Private company? by kaltkalt · · Score: 4, Funny

      Hasn't everyone always been glad they don't live in utah?

      --

      Stupid people make stupid things profitable.
    4. Re:Private company? by iminplaya · · Score: 1

      "So what's to prevent this company from selling the information to the highest bidder?"

      Absolutely nothing.

      "Glad I don't live in Utah..."

      Don't think for a second that this will end in Utah. This thing is going to spread like a...uuhhh...virus?

      --
      What?
    5. Re:Private company? by diersing · · Score: 3, Interesting
      Utah merely consolidated and forwarded ALL public (along with those private ones Law Enforcement had) records on to them. That doesn't mean your local law enforcement, DMV, Social Security office, pension management, etc isn't already doing the same. This Seisint Inc does quite a bit (and more then just Law Enforcement) database management.

      Just because you don't live in Utah doesn't mean you don't have something with them. I know my mortgage company holds some database or another with them.

      I would think, since they offer services such as Law enforcement Risk management Fraud detection Identity verification Insurance investigations Legal research Customer data hygiene and integration Skip tracing and asset identification , that they do cross referencing among all their databases the same as the credit companies, people finding services and so forth.

    6. Re:Private company? by ivansanchez · · Score: 1

      This thing is going to spread like a...uuhhh...virus? Yes, and you'll be hating its smell, fearing of having contagiated from it.

    7. Re:Private company? by Anonymous Coward · · Score: 0

      Weren't the Mormons the ones who transcribed all the Ellis Island records? They seem to have a fetish about genealogy and record-keeping...

    8. Re:Private company? by Yokaze · · Score: 1

      It does mean that all those agency aren't doing the same, for the simple reason that:
      a) it would be too much of a hassle, as they don't need the data
      b) they wouldn't have to start the project in the first place.

      --
      "Between strong and weak, between rich and poor [...], it is freedom which oppresses and the law which sets free"
    9. Re:Private company? by coastwalker · · Score: 2, Interesting

      And its an interesting question what criteria are going to be used to identify all the "bad people" in this cross referencing. One day you could well find that you have become a second class citizen because the datamining filter is only 90% accurate and the business that wont do business with you will be unable to tell you why they cant do business with you. And you wont have a clue how to fix the problem. Scary isnt it.

      --
      Facts are history now plebs have politics for religion on social media.
    10. Re:Private company? by netfall · · Score: 1

      Ironic. This seems like it would be a big contract for Seisint. If it were any other big contract, you'd think they'd have a big press release about it on their webpage. I've only looked for a moment or two, but there doesn't seem to be anything on seisint.com about it (i assume this is the site - contact info places them in FL). I wonder if they thought this would be a PR nightmare for them? Gee. I wonder why they might think that.

    11. Re:Private company? by Dumbush · · Score: 1

      Well, it sucks to be McBride...

    12. Re:Private company? by thetoastman · · Score: 1

      This is the business that Seisint is in (from their web site):

      Product Overview

      Underlying Seisint's data products is a multi-billion record repository of information on US individuals and businesses. With our unique combination of data, association algorithms and technologies, Seisint(R) offers the best-performing solutions in the marketplace.

      Seisint's products include:

      ACCURINT(R)

      Accurint is Seisint's family of information products sold commercially to organizations with legitimate business uses throughout the United States. Accurint has the most in-depth information on U.S. individuals and businesses. The associative links, historical residential information, and other information, such as an individual's possible relatives and associates, are deeper and more comprehensive than other commercially available database systems presently on the market.

      Using proprietary algorithms, compilation techniques, and retrieval technology to access data stores containing billions of records, Accurint's ability to deliver high-quality matches and find rates is unparalleled. Given a few pieces of information (e.g. a phonetically spelled name, the city of a previous address), Accurint can rapidly retrieve a complete and accurate picture of an individual or business.

      Accurint is powered by Seisint's Data Supercomputer technology, enabling complex searches to be performed at a fraction of the cost of other solutions.

      We be owned already . . . .
    13. Re:Private company? by ttyp0 · · Score: 4, Informative

      They already do sell the information, at $0.25 a search! How it's legal, I have no idea.

    14. Re:Private company? by Anonymous Coward · · Score: 0

      So what's to prevent this company from selling the information to the highest bidder?

      Why the strict laws regulating businesses in the state of Florida, of course.

      Yes, Florida. The spam and scam capital of the US. Home of an entire town taken over by Scientology. Featured prominently in coverage of the last presidential election. Run by the president's brother.

      I'm sure everyone's data is perfectly safe.

    15. Re:Private company? by BoneFlower · · Score: 1

      CT is probably in it... One, Rowland I can't remember what he does, but he does something with the Homeland Security Department, and he's so well known for being a dishonet bastard that UK newspapers have run articles about his corruption scandal.

      I know I'm already in dozens of databases, so I don't really care on a personal level, but I knew I was giving up privacy when I applied for my clearance... but the rest of you... this is just fucking wrong.

    16. Re:Private company? by Anonymous Coward · · Score: 0

      Yeah, pedantic, and off topic, but hell: cogito me cogitare ergo cogito me esse.

    17. Re:Private company? by biobogonics · · Score: 1

      The information is collected by states and forwarded to a database in Florida, where a private company, Seisint Inc., builds and manages the database.

      So what's to prevent this company from selling the information to the highest bidder? Glad I don't live in Utah...


      Like state government already does with motor vechicle and driver's license records?

    18. Re:Private company? by Anonymous Coward · · Score: 0

      The biggest tip off here is that it's all based in Florida, home of Gov. Jeb Bush. When TIA failed, MATRIX was created via state law enforcement and Seisint in Florida thanks to two brothers and boat load of oil money. It's now being implemented in a scary fashion on a national level, but maybe some states have better informed campaign managers for their elected leaders. :) Matrix originally involved 14 states; all but six have dropped out. Utah pulled out this week."

  12. Who cares? by Anonymous Coward · · Score: 0

    Private corporations have been selling our personal data to eachother since forever. I don't see why this is a big deal now.

    1. Re:Who cares? by no+longer+myself · · Score: 4, Insightful
      Private corporations have been selling our personal data to eachother since forever. I don't see why this is a big deal now.

      It's a big deal because it's a centralized database that enjoys a legal status more powerful than any individual in which it represents. Governemtental bodies, corperations, and others that have authority to make decisions that affect a human life can and will base their decisions upon the information found in centralised dossiers. Your arguments against any inaccuracies or biased representations will carry far less weight, and you will be dealt with by a system where your past history is too much of a liability to ignore regardless of your present intent.

      In short: It spits upon the grave of every man who has given their life to protect the freedom and liberty in these United States.

      Other than that... No big deal... None at all.

    2. Re:Who cares? by mankey+wanker · · Score: 1

      I find it interesting and sad that the wrongness of the Matrix program even has to be argued over.

      The average American is as dumb as a bag of hammers. Even if an American were to wake up to the problems surrounding him, he wouldn't have the savvy to know what to do about it. Of course, it's all right there in every liberty document upon which our country was founded -- but god forbid anyone should actually read those fucking documents! God forbid we should defend our liberties with the same passion with which we are apparently willing to fight for the oil already claimed by private corporations.

      And like the other person already said, yeah just vote for Presidential candidate "du jour" because of the ones that could possibly be elected by the moronic American public, none will be worth voting for anyway.

      Just go back to your porn, x-box, cool mod, etc.

  13. If you live in Utah... by Anonymous Coward · · Score: 0

    The MATRIX has you

  14. Acronym by apoplectic · · Score: 5, Informative

    I've seen casual acronyms before, but this is getting silly: Multistate Anti-Terrorism Information Exchange as MATRIX? You mean MATIE? As in a little girl? Certainly not as cool as MATRIX...

    1. Re:Acronym by cgranade · · Score: 1

      Strange choice, too. Calls to mind this cartoon, to say nothing of the symbolism inherent in the Matrix trilogy. Why do they want to voulentarily attract such negative associations?

      --

      #define DRM chmod 000

    2. Re:Acronym by Anonymous Coward · · Score: 0

      for the same resons as with CAN-spam?

    3. Re:Acronym by Kwil · · Score: 2, Funny

      No... MATIE as in "Aaargh, MATIE! Thar be a treasure fer yon pyrates!"

      --

      That Jesus Christ guy is getting some terrible lag... it took him 3 days to respawn! -NJ CoolBreeze

    4. Re:Acronym by Tin+Foil+Hat · · Score: 2, Insightful

      My general rule of thumb is that if it has a catchy acronym for a name, it should never become law. It seems to much like a political trojan. It's like some asshole was thinking "you know, we could ram this sucker right through all those hicks if we can just think up a cool enough name". So whenever I hear of a law or government program with a particularly clever acronym, I always cringe because even though I may not have heard the first thing about it, I'm already sure I don't want it.

      BTW, using the x in a word like exchange as part of an acronym is standard practice going back a long time. It's part of what make good acronyms clever.

      --
      No matter how many of my rights are taken away, somehow I still don't feel safe. -Frigid Monkey
    5. Re:Acronym by Lehk228 · · Score: 1

      it is MATRIX like in the movie, meant to aid in the control of every aspect of our lives /tinfoil hat

      --
      Snowden and Manning are heroes.
    6. Re:Acronym by blincoln · · Score: 1

      It is only recently that allegedly clever-sounding acronyms have been made by forcibly squishing words together that have the proper first letters, and I hope it's a practice that ends soon.

      Everyone got by fine when you could abbreviate "signals intelligence" to SIGINT instead of calling it Superior Technological Assessment and Research for Signals Handling Intelligence and Nothing Else just so you could call it STARSHINE.

      I have problems with the system described in this article, but not with abbreviating its name to MATRIX (other than the fromage factor).

      --
      "...always new atoms but always doing the same dance, remembering what the dance was yesterday." -Richard Feynman
    7. Re:Acronym by CGP314 · · Score: 1

      They did the same thing with League of Extraordinary Gentlemen, because LEG is not quite as cool as LXG

      -Colin

    8. Re:Acronym by iNetRunner · · Score: 1

      Yeah.. But when this news item gets reposted on /. does that mean they changed something in the MATRIX??

      --
      Store with salt
    9. Re:Acronym by Anonymous Coward · · Score: 0

      Actually, it should be TLOEG, because it is 'The League of Extraordinary Gentlemen', indicating it is not just any old League of Extraordinary Gentlemen, it is a specific league.

  15. What a redundant project by Anonymous Coward · · Score: 0

    I mean, why not just make a trip to the Temple instead?
    Oh, yeah: the frogskins. Follow the frogskins.

  16. Re:America: Wake the fuck up! by kaltkalt · · Score: 0, Funny

    sorry, we're at war with drugs and terrorism and a few other nouns. freedom and liberty doesn't matter when you are at "war"....

    --

    Stupid people make stupid things profitable.
  17. what are they going to do about it? by Anonymous Coward · · Score: 0

    blog?

  18. When oh when... by Unominous+Coward · · Score: 3, Funny

    is somebody going to attach a turbine to George Orwell?

    Just think of all the nuclear power stations that could be decommissioned as a result

    --
    "Smoking helps you lose weight - one lung at a time" -- A. E. Neumann
    1. Re:When oh when... by Anonymous Coward · · Score: 0

      The Founding Fathers Power Station: Power from Perpetual Motion.

      We could provide power to the whole world!

      Power Tech #1: We need more juice to power the new global atom smasher.
      Power Tech #2: Call Dubya, it's time for Patriot Act III

      SB

    2. Re:When oh when... by Saint+Aardvark · · Score: 1

      LOL...Oh man, I laughed until I began to weep.

  19. Matrix in Georgia by Anonymous Coward · · Score: 5, Interesting

    This just hit the news here in GA as well.

    Here, it is the reverse situation. The governor (Sonny Perdue) has now ordered the state twice to *stop* participating in the Matrix program. The first order was ignored. I wonder if the second will go un-heeded as well?

    1. Re:Matrix in Georgia by AuMatar · · Score: 3, Interesting

      How can they ignore him? He's the fucking governor- FIRE whoever's giving the info. Fire all the top guys int hat department til someone listens.

      --
      I still have more fans than freaks. WTF is wrong with you people?
    2. Re:Matrix in Georgia by Anonymous Coward · · Score: 0

      Fuck, you're the governor. Don't fire the bastards. Kill each one of them, then issue yourself a full pardon. I'm quite serious about this.

    3. Re:Matrix in Georgia by andih8u · · Score: 2, Funny

      ahh, the ol, Clinton strategy eh?

      --


      slashdot, news for crazed liberal socialist zealots
    4. Re:Matrix in Georgia by Anonymous Coward · · Score: 0

      Can't fire the legislature. After all, the Governor is not a CEO (unlike G.W., at least in his little winky head!)

    5. Re:Matrix in Georgia by jxs2151 · · Score: 3, Informative
      He's the fucking governor- FIRE whoever's giving the info

      You ever worked in government? You know how freakin' hard it is to fire a government employee? Why do you think government employees act like they can't be fired?

    6. Re:Matrix in Georgia by AuMatar · · Score: 1

      Its not that hard- stop sending him paychecks. Deal with the lawsuit later.

      --
      I still have more fans than freaks. WTF is wrong with you people?
    7. Re:Matrix in Georgia by Anonymous Coward · · Score: 0

      That tickled me- thanks.

  20. Negative option? by Mannerism · · Score: 1

    how was the Governor able to enroll the -whole state- without anyone knowing?

    Maybe he used to work for a cable company.

    1. Re:Negative option? by Anonymous Coward · · Score: 0
      how was the Governor able to enroll the -whole state- without anyone knowing?

      Maybe he used to work for a cable company.

      More likely MCI.

  21. History lesson by Anonymous Coward · · Score: 0

    A long time ago in Europe, the government encroached on our personal freedoms. Then we came to America, started a free society, and kicked your asses.

  22. how did the Governor do it? by homer_ca · · Score: 4, Insightful

    "the question is how was the Governor able to enroll the -whole state- without anyone knowing?"

    Easy, because the data was being collected in the first place. The whole system of legal protection of privacy (i.e. laws that say you're not allowed to use this data for this purpose) breaks down when the trusted custodians of data shits all over the public's trust. The only way to ensure privacy is to not collect the data in the first place. Not that that's ever going to happen.

    1. Re:how did the Governor do it? by queen+of+everything · · Score: 1, Redundant

      The only way to ensure privacy is to not collect the data in the first place.

      But, most of the information is just common information that has to be collected. The phone company has to have your name and address for you to have phone service. The local tax administration has to have your social security number to tax your income...etc. Its all in how the information is compiled and used. They didn't spy on you to collect information that wasn't already out there and they can't just stop taking the information they are currently getting. Unless you buy a shack in the mountains with no phone or electricity and sit there with your tinfoil hat on rocking in the corner quietly.

      --
      "Wisdom is not a product of schooling but of the life-long attempt to acquire it." -Albert Einstein
    2. Re:how did the Governor do it? by coastwalker · · Score: 1

      "But, most of the information is just common information that has to be collected"

      Reminds me of the debate the other day on whether toll booth payment cameras should be used to trap speeding motorists on the highway. After all the information is "public knowledge". As you say its all in how the information is compiled and used.

      (Your public mockery of a poster on the internet has been noted by the web bots of the SuckYourBrainOut corporation and will be made available to the recruitment psychologist at any place of work you apply for in future. From an analysis of previous profiles fitting yours we advise you that your most likely next occupation will be sitting in a shack living of of trash from the municipal dump as your profile is unemployable. If the roof leaks we suggest wearing a tin foil hat....)

      --
      Facts are history now plebs have politics for religion on social media.
    3. Re:how did the Governor do it? by geekoid · · Score: 3, Interesting

      well, certian key unique identifiers will be needed from time to time, what they are could vary from need.

      This is coming. what we need is a method to slap companies who sell or give data to any other company. We also need Law enforcement to need a signed court order, for specific individuals.

      Thats where the fight should be, on how this data is handled, and on signifigant retribution to those who sell it.
      For example, it it is a corporation, pull there corp. charter.
      Private company, dved 75% of there assets equally among all the people on the lise.
      Politician? removal from office. 3 years prison

      --
      The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
  23. one of the worst states by sstory · · Score: 1

    Utah is now home of SCO, mormons, and now citizen dossiers. Why would anyone live there?

    1. Re:one of the worst states by Klimaxor · · Score: 1

      for 7 wives and 34 children

      --
      your sins into me, oh my beautiful one.
    2. Re:one of the worst states by Anonymous Coward · · Score: 0

      Because we have...

      [drumroll]

      The greatest snow on Earth! *

      [*] with the possible exceptions of Colorado, Lillihammer, selected areas of Idaho, the whole of Antarctica, Lake Placid, etc. For a complete listing of exceptionally snowy areas, don't bother to contract the Utah Tourism Board.

    3. Re:one of the worst states by Anonymous Coward · · Score: 0
      for 7 wives and 34 children

      I can see the 7 wives being cool but 34 children?

  24. Facts? by bryanthompson · · Score: 4, Informative

    Just in case anyone wants to actually read what it's about before going off the deep end, they have a site:

    http://www.iir.com/matrix/

    [quote]The MATRIX project is implementing factual data analysis from existing data sources to integrate disparate data from many types of Web-enabled storage systems to identify, develop, and analyze terrorist activity and other crimes for investigative leads. This capability will facilitate integration and exchange of information within the participating states, including criminal history, driver license data, vehicle registration records, and incarceration/corrections records including digitized photographs, with significant amounts of public data record entries. Provision has been made for the inclusion of data sources from additional states, should expansion be authorized. The use of factual data analysis from existing data sources will save countless investigative hours and significantly improve the opportunity for successful conclusion of investigations.

    Data Security Information submitted by a state may only be disseminated in accordance with restrictions and conditions placed on it by the submitting state, pursuant to the submitting state's laws and regulations. Information will be made available only to law enforcement agencies, and on a need-to-know and right-to-know basis. Data access permissions will be conditioned on the privileges of the user making the inquiry.[/quote]

    1. Re:Facts? by wash23 · · Score: 1

      Oh, okay. Now that I'm armed with the facts I'm less afraid I might coincidentally do something that matches the pattern of a 'terrorist' - like enroll in physics/chemistry because I like science, take out some library books on conspiracy theories for my own amusement, and participate in some online public discussion about erosion of freedom and the disturbing power of the post-9/11 american state. This especially doesn't concern me when I combine it with the knowledge that the PATRIOT-Act is working hard to ensure law enforcement is enabled to rifle through anybody's posessions and arrest people without trial or warrant. We're all such left-wing lunatics for finding this stuff alarming. Why can't we just figure out that they're ONLY GOING TO BE DOING IT TO DAS JUDE--err, TERRORISTS!

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

      "to identify, develop, and analyze terrorist activity and other crimes for investigative leads" It's one thing if the state wants to enact measures because of it is concerned about the threat of terrorism. It's an entirely different situation when the laws regarding criminal investigations piggyback onto an anti-terrorism statute.

    3. Re:Facts? by OverlordQ · · Score: 1

      AHAHAHA, greatest sig evar.

      --
      Your hair look like poop, Bob! - Wanker.
    4. Re:Facts? by dominion · · Score: 0

      Well, this hasn't changed my mind one bit.

      Let me ask you this, would you trust a system like this if you lived in Iran (Fascist Theocracy)? What about if you lived in Pakistan or North Korea (Military Dictatorships)?

      More importantly, what if you lived in a place like India? A democracy, yes, but India also has a large Hindu fundamentalist population who would love to get that much information about the Muslims living amongst them.

      And what if you lived in America, a democracy, where there are groups of people who are very much interested in changing that? In making this system incredibly less democratic?

      What happens if those people ever gain power? More importantly, what if those people gain just enough "user privilege" to have access to this information?

      What if white supremacists in Utah were able to get access to the address of every ethnic and religious minority in the state? All because everything was conveniently centralized?

      What if the people in power start using this information in a way you don't like?

      Think about it.

    5. Re:Facts? by C10H14N2 · · Score: 4, Interesting

      This kills me. The vast majority of this information has been readily available to practically anyone for ages. Twenty years ago my family ran a company that did skip tracing as part of our service, so we operated under a private investigation license which gave us access to a number of _commercial_ databases. Almost every piece of information under discussion was available from all but a few states from a single source (at that time our primary source was CDB/Infotek). I routinely would cross-reference registered property (homes, cars, airplanes, boats), voter registration address lists, social security records, whatever. It would take on average about fifteen minutes to find anyone sans tinfoil hat with the tiniest shred of information. The key here is that every piece of information is about two degrees of separation from a SSN. Once you have the SSN, you can find everything else in a massive, combined (and expensive) search that would cross-reference everything from Maine to Hawaii including your magazine subscriptions.

      That was twenty years ago.

      This information has been there for decades. That it is two ergs easier to do today and includes all the backwater states that used mimeographs until the 90's is pretty trivial.

    6. Re:Facts? by coastwalker · · Score: 1

      well said.

      Also, I cant for the life of me understand why people keep going on about right wing and left wing politics. I thought that Left Wing politics died with the old Soviet Union and by deffinition the polar opposite Right Wing. I thought the new politics was "Big Business" versus the "Anti Globalisation" crowd. Heck I must be getting old, cant understand whats going on anymore, did they ever find those weapons of mass destruction by the way?......

      --
      Facts are history now plebs have politics for religion on social media.
    7. Re:Facts? by coastwalker · · Score: 1

      Interesting, though it doesnt alter the fact that its getting easier/cheaper to obtain that information - remember that "only 10 computers would be enough for the whole world" at one time. I think that the potential for abuse will grow exponentially along with technology. Lets say that in 20 years time I decide whether to treat your heart condition based on a data mine of your consumption pattern of bad food and decide not to treat you because your data shows you to be a reckless bad person who eats too much of the wrong stuff and I dont want to waste money on bad people... Where will it all end.

      --
      Facts are history now plebs have politics for religion on social media.
    8. Re:Facts? by Skuld-Chan · · Score: 1

      Information will be made available only to law enforcement agencies, and on a need-to-know and right-to-know basis.

      and the Seisint employees in Florida - who we can all trust as well right?

    9. Re:Facts? by the_mad_poster · · Score: 1

      That it is two ergs easier to do today and includes all the backwater states that used mimeographs until the 90's is pretty trivial.

      YOU kill me. The point is NOT whether it's already available. People are already killing each other, would it be "trivial" if it were ten times easier? The point is that people don't want this. You think the people shouldn't have a say in what happens to their information and you can just dismiss their opinions with some unrelated bullshit like "we already do it, this just makes it easier"?

      Boy have I got news for you, bonzo. The attitude that public opinion can just be brushed off with something so hairbrained is sickening. The public opinion is against this and THAT'S GOOD ENOUGH TO STOP IT. If they can present some REEEEAAALLLLL good reasons for this that sways people the other way, fine. However, as long as the people don't want it, it shouldn't happen.

      I'm really sick of this roll-over-and-die attitude people have with the government and companies. Take a stand against something you disagree with for once instead of just letting someone fuck you up the ass. The people don't want it, so kill it. Simple as that.

      --
      Alito: A vote for Alito is a punch in the eye to put that bitch back in her place!
    10. Re:Facts? by C10H14N2 · · Score: 1

      My point, as I stated in another response, is not that all is well in the union, it's that you will not win the political argument with "the sky is falling" when it happened decades ago.

      The cat is already out of the bag and it's not easy to put back in. Should we roll things back to the way they were in 1978? Well, guess what, that's not that big of a change. The only real change is that the computers running the databases are faster. From the description of this project, it's just a change of venue to play the same game. At what point do you say, "yeah, it was ok back then." 1968? 1958? 1808?

      Anyone? I'm listening and so are your elected representatives. However, "we don't want nothin'" isn't going to win anyone so much as a Toastmaster's award, let alone the political debate.

    11. Re:Facts? by Moofie · · Score: 1

      So why is the Department of Homeland Security spending big bucks integrating these systems together? I mean, if they're tracking a reasonably small number of suspected criminals, surely they could use the same DBs you used 20 years ago as a skip tracer.

      See, that's the point. They don't just want to track a few criminals. They want to track EVERYBODY. Cheaply.

      if you haff nosing to hide, you haff nosing to fear.

      Right.

      --
      Why yes, I AM a rocket scientist!
    12. Re:Facts? by C10H14N2 · · Score: 1

      Pre-Homeland Security, Pre-Patriot, Pre-9/11, this was all there. This is just variation on a long played theme.

      So, when I arrived at customs in 1999, having made quite a globe-trotting tour for the past year and half, my employment history, my credit history, all of my foreign travel history, my criminal record (in this case, my LACK thereof), everything was there.

      Under the circumstances, without knowing who I was or what I was up to, my behavior over the last 18 months would have appeared VERY suspicious. Having access to that information quickly determined I was who I said I was (or I knew a great deal about the benign person I was pretending to be) and that I was about as potentially dangerous as a jelly donut.

      In short, this "new" system does very little that is "new." It isn't a warning sign of things to come, it's a symptom of what has already happened.

    13. Re:Facts? by wash23 · · Score: 1

      It's a bit disturbing that it could be done with minimal effort now though, for example as part of a profile matching algorithm.

    14. Re:Facts? by Moofie · · Score: 1

      But you haven't addressed my central issue.

      By spending zillions of dollars to streamline and integrate these systems, they increase the bandwidth of a single investigator by an order of magnitude or three.

      Say you've got 200 analysts, each of whom can track ten suspects. (Yes, I'm making these numbers up.) You then decide that you want to track 100 million suspects.

      What's the first thing you do? Hire ten million new analysts, or try to increase the bandwidth of your existing staff by 1000 or so, and then hire a few thousand new analysts?

      The systems are being engineered to allow the mass surveillance of the American populace. To pretend that it's just "more of the same" is, in my opinion, a dangerous assumption.

      --
      Why yes, I AM a rocket scientist!
    15. Re:Facts? by C10H14N2 · · Score: 1

      The fact that the information is there -- and has been there for decades -- is what people should be concerned about if they are concerned, since that fact will remove the weight to any argument about the efficiency of retrieval.

      Sure, it's disturbing as hell that data mining for statistical groupings of people has allowed for things like your credit rating determining your insurance premiums, thereby making insurance cheap for the rich and expensive for the poor. Tie that to mandatory insurance laws and you have a pretty regressive system. It's these types of systems that make this possible. However, it needn't be centralized to have these effects and THAT is what is scary.

    16. Re:Facts? by demachina · · Score: 1

      Ya know this kinda of sounds like, John Poindexters's Total Information Awareness project at DARPA, though its a little more down to earth. That program became widely known, there was an uproar, Congress curtailed it. I think they changed the name to Terrorist Information Awareness, and it fell below everyones radar. What ever happened to it really? All my expectations at the time were they would just rename it, move it somewhat further away from the DOD, maybe rearrange it so it would fly a little lower below the radar.

      Maybe this is TIA in its infancy. Its really hard to tell if MATRIX is sucking up as much information as TIA was planning, and analyzing as much as they planned to. This is certainly a broad and ambigious definition of what they are gathering:

      "significant amounts of public data record entries"

      This blurb you quoted sounds like it could have been taken from the TIA project proposal. Here is a rather more grandiose TIA equivalent:

      "The goal is to track individuals through collecting as much information about them as possible and using computer algorithms and human analysis to detect potential activity."

      "The project calls for the development of "revolutionary technology for ultra-large all-source information repositories," which would contain information from multiple sources to create a "virtual, centralized, grand database." This database would be populated by transaction data contained in current databases such as financial records, medical records, communication records, and travel records as well as new sources of information. Also fed into the database would be intelligence data."

      "A key component of the TIA project is to develop data-mining or knowledge discovery tools that will sort through the massive amounts of information to find patterns and associations. TIA will also develop search tools such as Project Genoa, which Admiral Poindexter's former employer Syntek Technologies, assisted in developing. TIA aims to fund the development of more such tools and data-mining technology to help analysts understand and even "preempt" future action."

      --
      @de_machina
    17. Re:Facts? by Anonymous Coward · · Score: 0
      they changed the name to Terrorist Information Awareness, and it fell below everyones radar. What ever happened to it really?

      Congress stepped in and killed the program (again). Last I heard, the Bush administration split the program into smaller parts and has sent each part forward individually.

    18. Re:Facts? by Anonymous Coward · · Score: 0
      The point is that people don't want this.

      I think if you poll the public, you will find an enormous number of people who will say, "if it helps me sleep at night, I'm all for it."

    19. Re:Facts? by demachina · · Score: 1

      Hah. Other posts have come out since I posted the similarity to TIA. This IS TOTAL INFORMATION AWARENESS in its infancy. Asher, the owner of the company doing this, is one of John Poindexter's Iran Contra cronies from way back, and TIA is Poindexter's baby. This is certainly version 0.1 of TIA and not even close to what they ultimately envisioned at DARPA before they got spanked by Congress, but you have to start somewhere.

      By the way, here is the list of states enrolled in case you havn't seen it yet. They are all listed on their web site.

      http://www.iir.com/matrix/

      Utah
      Michigan
      Ohio
      New York
      Connecticut
      Pennsylvania
      Georgia
      Florida

      You wish they all had Republican Governors, and most of them do, but Michigan and Pennsylvania are run by Dems at the moment.

      --
      @de_machina
    20. Re:Facts? by Anonymous Coward · · Score: 0

      You say: "It would take on average about fifteen minutes to find anyone sans tinfoil hat with the tiniest shred of information." I upgraded to a titanium hat! But its good to know the old tinfoil still confuses 'em.

    21. Re:Facts? by JimBobJoe · · Score: 1

      The vast majority of this information has been readily available to practically anyone for ages.

      Quite a lot of changes have occurred concerning some of these databases.

      Lexis Nexis no longer carries a lot of that data that it once did. The driver's privacy protection act (DPPA) passed in the late 1990's basically elminiated the dissmeination of motor vehicle/driver's license records to anyone except law enforcement. States are beginning to withhold birth/death records, and are slowly moving away from doing anything with disclosing the SSN.

      Still, a lot of data, either from your credit bureau or Axciom, et cetera, is available. And I suspect they are keeping more info these days.

      The issue many people are having with MATRIX is that it combines the databases for law enforcement...it was generally considered neither ethical or appropriate for law enforcement to go through commercial databases unless they were doing more advanced investigations.

      Here we could be getting to the point where an officer could pull you over and see if your credit is in good shape simply be running your license plate. Is that appropriate for them to know at that stage of "investigation?" Is it appropriate for them to have that information at all?

    22. Re:Facts? by C10H14N2 · · Score: 1

      ...and that is exactly how the questions should be posed.

      The knee-jerk reaction seems to be "oh my god, the information is out there and shouldn't be." Well, that's long since gone and there's little chance of going back. It took a murder trial and a huge amount of PR to get the DMV records locked up. HIPPA is another step. The information has perfectly reasonable uses and even data mining is reasonable--in limited cases. If there is a person or group presenting a real threat, sure, a means of nailing them might be acceptable, whether it is terrorists or Enron executives. But unless people start forming the question in that way, instead of just coming off like luddite lunatics who are hell-bent on "being off the grid" or whatever, the ears of those in the political offices with the power to reign this in will never listen.

    23. Re:Facts? by the_mad_poster · · Score: 1

      You don't just rollback. This isn't just some database with an ACID problem (oh.. wait). It needs to be undone, dismantled, and scrapped. Frankly, the entire social security number prank is out of control and needs to be trashed as well. People are so used to the damn thing that anyone and everyone can just fish someone's "number" out of the garbage and become them over night. It always amazed me that the most "protection" you have on sensitive accounts with businesses is "the last 4 digits of your social security number". Uh, right. Thanks. The mere fact that you collect that information compromises it, but okay.

      And no, my elected officials AREN'T listening. Try to e-mail the white house once. First thing the fucks ask you is whether you agree or disagree with the policy you're writing on. Now, the only possible reason is for routing. If someone were actually reading the e-mails and attempting to digest them on some level, there wouldn't even be a reason for the question. So, why, exactly, would yay/nay opinions go to different people, I wonder?

      Senators? AH HAHAHAHA! That's the funniest joke I've ever heard. Specter or Santorum listening to ME? HA! E-mails go ignored or receive an auto-response (can't remember who sends the auto-response) that effectively says "If you contribute call this number, otherwise, piss the fuck off".

      Calls? Ignored. Letters? The only thing I ever got back was bullshit campaign literature. Yep, they don't see fit to respond to me, but they do see fit to start junk mailing me bullshit.

      Fuck the elected officials. They don't give a shit about anything but their bottom lines. That's what happens when you consistently encourage rich business and legal hounds to run by electing them again and again. This system is so fucked up now that I can't imagine it hasn't turned itself totally inside out at this point.

      So, I'm sorry, who's listening other than you, and what can you do about it?

      --
      Alito: A vote for Alito is a punch in the eye to put that bitch back in her place!
    24. Re:Facts? by C10H14N2 · · Score: 1

      First, the executive branch is only ceremonially elected by the populace--as should be ABUNDANTLY clear after the last showpiece we ran. Responding to individuals is not exactly to be expected as it would interfere with the duties of the job. There are something like 170 million voters. You ever see "Bruce Almighty?" Yeah, "god's inbox." Roughly equivalent.

      Second, Senators represent state governments, not the populace, directly anyway.

      Now, if your House rep is ignoring you, it's time to slap him/her around. Listening and responding to constituents IS their job. Show up at their office if you have to. It's all in the job description.

      As for acid. It's not very atomic. It certainly isn't consistent. It isn't isolated, but it certainly is durable. Of all the components, they sure nailed the one most contingent on the rest.

      But, that's the problem. Because the whole pile of shit DOES fail the ACID test, horribly so, dismantling it is impossible.

      The only solution at this point, barring a complete retooling of the entire economy, is damage control.

    25. Re:Facts? by roman_mir · · Score: 1

      "Facts are meaningless. You could use facts to prove anything that's even remotely true."

      H.S.

  25. Well, it's a good thing ... by bigmouth_strikes · · Score: 1

    ...that there are no national ID numbers, right ? Without them it's impossible to track people, or something.

    --
    Oh, I can't help quoting you because everything that you said rings true
    1. Re:Well, it's a good thing ... by petabyte · · Score: 1

      I think you're being sarcastic but just to make sure: you have a SSN right? :)

    2. Re:Well, it's a good thing ... by MrSnivvel · · Score: 1

      Wrong. You have a Social Security Number and that works well enough for all intents and purposes.

      s/Security/Slavery

  26. Re:Privacy concerns and John Q. American by Klimaxor · · Score: 2, Insightful

    Because it won't do much good. We have alot of different groups of people here in this country, with alot of different beliefs as to how far "security" can go. We all have our own different ideas as to what is right and what is wrong and speaking as an american, most of us are too lazy or ignorant to care.

    "what, dossier? well..does it make my tv go away?"

    besides, most large scale protests end up with the police in riot gear forcing protesters into doing something they can get arrested for

    --
    your sins into me, oh my beautiful one.
  27. MATRIX by Phroggy · · Score: 2, Funny

    Is it anything like SCMODS?

    --
    $x='S24;r)>63/* h@<5+oZ)32"5cz';$me='phroggy'x$];
    $x=~y+ -xz+\0-Tx+;print$_^chop$me for split'',$x;
    1. Re:MATRIX by Anonymous Coward · · Score: 0

      State County Municipal Offender Data System?

      Wow, if memory recalls it made it's film debut in The Blues Brothers and also popped up at the start of Terminator 2. Look how useful it was in both cases.

      If it's Utah, SCMODS would end up being SDMSCO - State of Darl McBride and SCO.

    2. Re:MATRIX by Zak3056 · · Score: 1

      Is it anything like SCMODS?

      For those not blessed to have seen The Blues Brothers, SCMODS stands for State County Munincipal Offender Data System.

      --
      What part of "shall not be infringed" is so hard to understand?
    3. Re:MATRIX by Anonymous Coward · · Score: 0

      Is it anything like SCMODS?

      No, "MATRIX" is a catchy name. SCMODS sounds like a sexually-transmitted disease.

      Not that "MATRIX" is a good choice, either-- it certainly has negative connotations thanks to a certain 1999 movie that you may have seen, where the name describes something evil foisted upon unsuspecting people. Actually, maybe "MATRIX" is a good name for this thing after all.

  28. Re:America: Wake the fuck up! by cornymccorn · · Score: 1

    "freedom and liberty doesn't matter when you are at "war"...."

    Hmm, interesting. So why exactly fight a war then? What is it to fight a war without a cause? And how is it that these causes suddenly don't matter when we start fighting for them? Shouldn't they be, oh i don't know, protected even more when people are attacking them?

  29. one of 13 states? by mateomiguel · · Score: 5, Interesting

    What I'm most concerned about right now is WHICH ARE THE OTHER TWELVE STATES?

    1. Re:one of 13 states? by vegetablespork · · Score: 2, Informative

      Only eight states shown here. Appropriate that they're colored red.

      --

      Call (206) 338-5780 COLLECT for information about a genuine BA, BS, MA, MS, MBA, or Ph.D.

    2. Re:one of 13 states? by vegetablespork · · Score: 4, Informative
      I love archive.org. The June, 2003 version of the site (read the text, ignore the graphic) lists
      California, Florida, Georgia, Kentucky, Louisiana, Michigan, New York, Ohio, Oregon, Pennsylvania, South Carolina, and Utah
      for a total of 12. We now know that California, Kentucky, Louisiana, Oregon, and South Carolina had pulled out before Utah. The 13th state appears to be Connecticut, which must have signed on after 6/03.
      --

      Call (206) 338-5780 COLLECT for information about a genuine BA, BS, MA, MS, MBA, or Ph.D.

    3. Re:one of 13 states? by VoraciousGorak · · Score: 1

      Having never read 1984, I still immediately thought of that book, just from the references others have made. As a Floridian, I think I'll buy a ticket for the next Mars Lander excursion. 1 out of 3 chances of surviving the impact sounds pretty good!

    4. Re:one of 13 states? by the_mad_poster · · Score: 1

      7. Pennsylvania.

      Fuck.

      --
      Alito: A vote for Alito is a punch in the eye to put that bitch back in her place!
    5. Re:one of 13 states? by BoneFlower · · Score: 1

      Why does it not surprise me that a minion of the Dark Lord Satan, John Rowland, would entangle the people of the Light in such an evil plan.

      I feel the brimstone fires building, hell is upon us and nothing can stop it. The Antichrist shall not arise from Rome, but from Hartford. We are finished, the time of Revelation is at hand and soon the line of Popes shall end and the Lord Jesus shall return to Earth in Power and Glory to take his own to Heaven.

      (religious references to mark post #666)

  30. Re:America: Wake the fuck up! by Anonymous Coward · · Score: 0

    Don't see why that's a troll, personally. America has become that which it hated. Tragedy of the Grotesque.

  31. What is this all about? by Crypto+Gnome · · Score: 1
    --
    Visit CryptoGnome in his home.
  32. I am waiting for the scandal by Black+Art · · Score: 2, Interesting

    Here is what I expect to happen if this actually goes forward...

    Lots of data will be collected about people's daily habits. That data somehow ends up in the hands of the Mormon church. They then start punishing members for things like buying coffee in stores, renting porn, not tithing a full 10%, and going to R rated movies. Then it gets leaked where all of this data came from.

    Mormons are taught to support the Government. It will take quite a bit to get them to really fight against such a draconian intrusion into their lives. They tend to gravitate to authoritarianism as it is.

    --
    "Trademarks are the heraldry of the new feudalism."
    1. Re:I am waiting for the scandal by queen+of+everything · · Score: 1

      As the token Mormon here, I must enlighten you on a little bit of information about the church (which I'm sure will be modded down quite fast).

      The church doesn't "punish" you, God does. And God doesn't need a database to know what you've been doing. The Church has a pretty good position about people who do things they refer to as "inappropriate", they try to help you. They don't judge you for what you do or don't do. They'll invite you over for dinner, they'll take you to a movie, they don't care what you do, its your business not theirs.

      I don't know what you mean by Mormons are "taught" to support the Goverment. Mormons are taught to not defy the laws of the government. What's wrong with that? What's wrong with supporting the ruling organization of your country? If the government is doing something that violates the laws of the land, its every American's right and duty to seek out the source and to try to fix the problem. Its an American thing to do, not a Mormon thing.

      --
      "Wisdom is not a product of schooling but of the life-long attempt to acquire it." -Albert Einstein
    2. Re:I am waiting for the scandal by Mr.+Piddle · · Score: 1

      Mormons are taught to support the Government. ... They tend to gravitate to authoritarianism as it is.

      Sounds like 19th Century Germany. Are Mormons really such morons?!?

      --
      Vote in November. You won't regret it.
    3. Re:I am waiting for the scandal by haggar · · Score: 1

      Mormons are taught to support the Government.

      I am not a Mormon, but even I know that what you wrote is false. Mormons are taught to be law-abiding citizens, to honor and obey the law of the country they live in. In other words, they are plain decent folks with whom I would have no problem to be identified with.

      --
      Sigged!
    4. Re:I am waiting for the scandal by stormcoder · · Score: 1

      And who's crack did you pull that one out of?

      --
      Sorry my bullshit sensor overloaded.
    5. Re:I am waiting for the scandal by coastwalker · · Score: 1

      Followers of a church tend to sign up to the concept of faith. It is not surprising that skeptics tend to be suspicious of people who have to juggle between faith for one social organisation and reasoned debate when evaluating government.

      --
      Facts are history now plebs have politics for religion on social media.
    6. Re:I am waiting for the scandal by weston · · Score: 1

      That data somehow ends up in the hands of the Mormon church. They then start punishing members for things like buying coffee in stores, renting porn, not tithing a full 10%, and going to R rated movies.

      Nothing like a little Mormon conspiracy theory to liven up a thread.

      If They(TM) really wanted to punish members for not paying a full tithe, it'd be easy: at the year end, when they ask you to give a report on your tithing status (and they do), all they'd have to do is require documentation on your earnings, like the IRS does. If you didn't deliver, you'd be subject to church disciplinary action: suspension from participating in various ordinances, disfellowship, excommunication, or something like that.

      But you know what they actually do?

      They ask you. That's it. And you even have to take the initiative to schedule the meeting to be asked. If you don't do it, no one chases you down. If you do come to the meeting, and they ask you if you pay a full 10%, and you say no, the worst case scenario is that they might suspend your temple attendance privileges. Might. Or you might simply receive a short admonishment to reap the blessings of tithing by paying a full 10%.

      Mormons are taught to support the Government. It will take quite a bit to get them to really fight against such a draconian intrusion into their lives. They tend to gravitate to authoritarianism as it is.

      There's also, however, an inherent cultural mistrust of the state, going back to a time when the state was often the enemy -- not to mention extra-governmental agencies. There's a bit of Mormon folklore about that says something to the effect there will come a time when Mormons make a key effort to saving the constitution.

      Not to say the authoritarian elements aren't there -- if you do want to poke an anthole, for example, it is interesting to go to a Sunday School meeting and talk about civil disobedience. But the distancing from commentary about resisting bad laws is more distancing of the church itself from political concerns than it is an encouragement to follow the government lockstep -- the church sees itself as an agent of change for individual characters, not as a political mover, and tries to keep things that way.

      I've spoken as if I were a somewhat distanced observer, which isn't true -- I'm a member and definitely have my judgements influenced by that. But the parent comments had the wiff of someone with a grudge that hasn't observed closely enough to see how things actually work most of the time, so I thought I'd chime in FWIW.

    7. Re:I am waiting for the scandal by Anonymous Coward · · Score: 0
      That data somehow ends up in the hands of the Mormon church

      Oh yeah, that sounds like a well-thought out, probably scenario. ;)

      Mormons are taught to support the Government. It will take quite a bit to get them to really fight against such a draconian intrusion into their lives. They tend to gravitate to authoritarianism as it is.

      I don't know. It seems to me that Mormons, by some people, are damned if they do, and damned if they don't. If Mormons in Utah get active in politics, it's the Church orchestrating the government through its puppets. If they abstain, they are giving in to authoritarianism.

  33. The Matrix by TheKidWho · · Score: 0, Redundant

    The Matrix Has You Neo

  34. Solution by Anonymous Coward · · Score: 1, Interesting

    Keep the database. Make all information about government officials contained therein searchable to the public. Including Mr. Leavitt. May as well throw in Jackie and all the Leavittlings while we're at it.

  35. RE: Moron about Mormons by queen+of+everything · · Score: 4, Informative

    Despite what you all think, the mormon religion does not condone plural marriage. If you take part in a plural marriage, you are excommunicated. That comment merely shows your ignorance and is not really funny at all.

    --
    "Wisdom is not a product of schooling but of the life-long attempt to acquire it." -Albert Einstein
  36. Re:Privacy concerns and John Q. American by Anonymous Coward · · Score: 0

    Here in Europe, where we are actually trusted by our governments, we would never allow such encroachments on our personal freedoms.

    hitler? muosolini? stalin? must have forgotten about all of those.

  37. but what does the future hold? by Anonymous Coward · · Score: 2, Insightful

    the the unequal distribution of wealth couppled with a growing fear of EVERYTHING lead to the 3rd and 4th world wars. taking place only 4 hours apart, it was determined that the usa struck first against russia and the middle east. someone over there aparently said that the USA's mother looked funny.

    WW4 decided upon moments after the 3rd ended saw every country with balistic missle capabilities repeatadly launching on the us to once and forever end the threat of a rogue nation.

    --END ACT 3 PLEASE TURN OVER TAPE --

    1. Re:but what does the future hold? by Anonymous Coward · · Score: 0

      You fucking cocksucking America hating bastard. You must be either a European or a Democrat. Or French.

      Rogue nation??? You are free to post your bullshit drivel because of this 'rogue nation', you fucking socialist bastard.

    2. Re:but what does the future hold? by SubtleNuance · · Score: 1

      I just thought we might like to see what the average True Patriot thinks:

      Reply copied from an AC:
      You fucking cocksucking America hating bastard. You must be either a European or a Democrat. Or French.

      Rogue nation??? You are free to post your bullshit drivel because of this 'rogue nation', you fucking socialist bastard.


      As you can clearly see, Socialists are hatefull...

  38. Re:Privacy concerns and John Q. American by Tony+B+Liar · · Score: 2, Insightful

    You gotta be joking! In britain we are gonna soon have id cards, trackers in cars, and if you crae to have a look at legislation pushed though by our paranoid premiere blair, Ill think you find the british govt doesnt trust us, like us or give 2 fucks about us. Stands a chance the utah model will be sold to our Tone. Of course itll be at a cut price.. monogamy means less fields ;) Tony B

  39. Is Florida any better? by gearheadsmp · · Score: 1

    Is Florida any better? Supposedly there's half a dozen spammers in one Florida county alone. And MATRIX is being hosted there, which means that state is prolly enrolled in MATRIX also.

    1. Re:Is Florida any better? by Anonymous Coward · · Score: 0

      It's Multistate. The states involved are Connecticut, Florida, Michigan, New York, Ohio, Pennsylvania, and Utah.

    2. Re:Is Florida any better? by Anonymous Coward · · Score: 0
      And MATRIX is being hosted there, which means that state is prolly enrolled in MATRIX also.


      What do you mean, probably:

      Still in the program are Connecticut, Florida, Michigan, New York, Ohio and Pennsylvania.
    3. Re:Is Florida any better? by realdpk · · Score: 1

      I'd knowingly give my credit card number to a Russian company before I'd give it to a Florida company. Florida seems to spawn nothing but scams.

    4. Re:Is Florida any better? by JGski · · Score: 4, Funny
      > Is Florida any better? Supposedly there's half a dozen spammers in one Florida county alone.

      "Nuke it from orbit. It's the only way to be sure"

      semi-quote from Aliens :-)

    5. Re:Is Florida any better? by flafish · · Score: 1

      "Florida seems to spawn nothing but scams."
      We learned it from all the New Yorkers who come here for the winter. :-)

      I have nothing to hide from the FDLE, they already have a file, complete with fingerprints, on me. The FBI has had one on me for nearly 49 years. I've always passed when any Federal Agency did a background check. Only those who are paranoid or have something to hide worry about someting like this.

      Now where did I put that tin-foil hat?

    6. Re:Is Florida any better? by sstory · · Score: 1

      Yes. I used to live in Florida. Florida is indeed better than Utah. Not so many religious wackos.

    7. Re:Is Florida any better? by Sumbody · · Score: 1


      Only those who are paranoid or have something to hide worry about someting (sic) like this.

      Would you still feel this way if your wife or daughter were raped and killed by some loser ex-boyfriend who became unstable and happened across an unsecure commercial database updated daily with transactional records and address/employment data by a company who assuredly has a nice "no incidental or conesequential damage responsibility" in their state contract?

      You might want to wake up a bit, and govern your actions accordingly.

      -Ex Floridian, neither paranoid nor hiding my past.
      BTW, Jeb! Sucks!

  40. a possible solution? by SHEENmaster · · Score: 1

    Throw the idiot who did this in a memory hole.

    note: I am not advocating we physically harm the idiot responsible for this.

    note: Neither am I saying that the bastard doesn't deserve it.

    --
    You can't judge a book by the way it wears its hair.
  41. Re:America: Wake the fuck up! by Anonymous Coward · · Score: 0

    I think maybe the parent post was being sarcastic.

  42. resignation or impeachment? by Anonymous Coward · · Score: 0

    I am pretty sure a grave mistake like that calls for resignation or impeachment of said governor. Anyone from Utah who can update us on what the governor had to say and about the possibility of him resigning on his own?

  43. Re: Moron about Mormons by Anonymous Coward · · Score: 0

    I think it was intended as a joke. Take a deep breath and relax man.

  44. SCMODS by midifarm · · Score: 1
    State County Munincipal Offender Data System... I HATE Illinois Nazis!!!

    Peace

    Tin Foil hats for everyone!!!

  45. Sigh!!! by Anonymous Coward · · Score: 0

    Utah again.

  46. *not* a call to all hackers and crackers by Crypto+Gnome · · Score: 3, Interesting

    The information is collected by states and forwarded to a database in Florida, where a private company, Seisint Inc., builds and manages the database.

    Now that we know that Seisint is compiling a database of all relevant information on *everyone* living in Utah, how long do we think it'll be before one of the many hackers/crackers (possibly sponsored by organized crime, then again equally likely to be doing it just for the kudos) breaks through their corporate security (cough smoke-and-mirrors, if they're like most other companies) and steals the identity of an entire state at once?

    Of course " Utah was one of 13 states that hopped on board the pilot program last June -- funded with $12 million in federal grants. But since then, several states have pulled out of the project, citing privacy and financial concerns."

    So we're not even talking about just one single state !

    C'mon people - fame and fortune, kudos from the slashdot crowd, and your very own entry in the Guinness Book of Records.

    I can just see it now Worlds Largest Simultaneous Identity Theft

    --
    Visit CryptoGnome in his home.
    1. Re:*not* a call to all hackers and crackers by trolman · · Score: 1

      and whatever you do don't look up the email and full contact info of those running the program.

  47. Re: Moron about Mormons by Anonymous Coward · · Score: 0

    Well I am the king of everything and I say you are wrong. I shal bed one of my other queens tonight.

  48. Re:Privacy concerns and John Q. American by Anonymous Coward · · Score: 0

    Well, Mr. Superiority, you've certainly proved you have the type of charisma to lead America into fighting this kind of invasion of privacy.

    The general populus isn't as dumb as you think it is.

  49. Proud to be Canadian by MachDelta · · Score: 1

    Boy am I happy to be a Canadian today. Where I live, in western Canada, our government doesn't give a flying fsck about us! They just think we grow pot, dig up oil, farm stuff, and get really really cold in the winter. They don't have a single good reason to make a database out of us. And hell, even if they did, it would run %7000 overbudget and not really work anyways! Oh wait... maybe they already did that last part...

    1. Re:Proud to be Canadian by Anonymous Coward · · Score: 0

      You must not watch Canadian news very often.... Do you not remember the same thing happening here in our country not too long ago ? A giant database collecting information on all canadians quite similar to this one.. they say its been destroyed but I'm not so sure of that.

  50. wait..what...private company by Klimaxor · · Score: 1

    Besides the fact that it seems like a rather large waste of money and time...wouldn't letting a private company access to all this information be, in essence, a bigger security risk than not doing this at all? A few disgruntled workers decide to delete a few people, or even better, steal their ID for credit cards to buy stuff. Or better yet, a disgruntled religious group who think mormons are the epitome of satan's shit decide to fuck with them and blow this entire company up, years after the govt. switched over from their records to this. It should be interesting to watch as the 2.4 million "Utahns" suddenly stop exsisting.

    --
    your sins into me, oh my beautiful one.
  51. East Germany by Anonymous Coward · · Score: 1, Interesting
    is sure sounding like a warm and welcoming place compared to the USA these days - The land of Milk and Honecker.

    Pretty soon, President Putin will start lecturing President Bush on human rights issues...

  52. OMG. by Anonymous Coward · · Score: 0

    I'd like to see the statistics on the frequency of a +5 first post. I checked for flying pigs, however it's overcast and I fear I have underestimated their altitude.

    1. Re:OMG. by Hobbex · · Score: 1

      I haven't had a FP in several years, so it is a fair reward for the carpal tunnel in my Reload finger!

      And I drunk too, so my reflexes are supposed to be down. All the trolls must be sleeping on the button tonight...

  53. Nomenclature? by FreemanPatrickHenry · · Score: 1

    Is it just me, or is the government going out of its way to come up with the most idiotic names for all these programs? Seriously, even the names of some things send chills down your spine. I mean, honestly, do you want your government using a program called CARNIVORE on you? MATRIX? The Matrix has practically become a cultural icon with extremely negative connotations. What are these people thinking?

    --
    I have discovered a truly marvelous .sig which, unfortunately, this space is too small to contain.
  54. Here's how it happened by inode_buddha · · Score: 1

    I'll bet: It was attatched as a funded mandate to some rider on some unrelated bill that nobody bothered to actually read. Sort of like what Congress does at the last possible minute, every damn time. Especially when they *know* it was pulled from some other massively unpopular bill. In other words, not enough legislators RTFM'd let alone Joe Regular citizens.

    --
    C|N>K
  55. Also proud to be Canadian by TheSpoom · · Score: 1

    And that is pretty much the answer to your question ;^)

    --
    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
    1. Re:Also proud to be Canadian by Spectra72 · · Score: 1
      Why would you be proud to be a Canadian in regards to something like this? It's not like your government has ever tried this I suppose. Hmmm how very interesting.

      You may be able to glean some smug satisfaction that it was eventually scrapped, but the point is the same...your government tries the exact same shitty crap in your country as certain goverment agencies try in the US. And you can bet there are governments in Europe looking at this and thinking , "Hmm, that sounds like a good idea. Let's put it to a vote at the next EU meeting." Ditto their counterparts in Australia, Asia, Africa and South America. If the bastards don't succeed this time, you can bet they'll try again somewhere else. Or maybe there is already another push underway in Canada, odds are there is. These fascists are like cockroaches, they may flee the light and hide for awhile, but they are damn hard to kill and will just wait for their next opportunity to come scuttling back from the filth.

      About the only thing I can see that Canadians can be proud about is the fact that they seem to be 4 years ahead of the US in attempting to implement police-state tactics. Bravo Canada.

  56. Re: Moron about Mormons by Crypto+Gnome · · Score: 3, Informative

    OK people, if you're going to whine about someone else being wrong, then you should at least try to be accurate yourself.

    Despite what you all think, the mormon religion does not condone plural marriage any longer.

    That is , originally it was encouraged. Don't believe me, checkout The LDS/Mormon webpages on the subject

    --
    Visit CryptoGnome in his home.
  57. Re: Moron about Mormons by Pedersen · · Score: 3, Interesting
    Well, now, doesn't that depend on which branch of the Mormon church you happen to follow? As memory serves, there at least 3 or 4 branches, and only one of them has actually condemned polygamy (the more famous, known as the Church of Latter Day Saints being the one that has). In fact, as I recall, the Orthodox branch believes that polygamy is moral (and practices it), as does the Reformed branch. Or am I completely misremembering the various branches?

    And, as a side note, isn't it most interesting how the Prophet at the time that the people Utah of desired Statehood received a message from God that polygamy was now against His will, and that particular epiphany came shortly after the United States Congress told the Mormons that if they continued polygamy, they would be denied statehood? I know, silly me, but I found it interesting, anyway.

    --

    GPL made simple: What was my stuff is now our stuff. If you improve our stuff, please keep it our stuff.
  58. Re:I WANT TO PUT MY PEE PEE IN YOUR POO POO HOLE by Rosco+P.+Coltrane · · Score: 0

    May I suggest that Slashdot share the list of IPs used to post idiocies the likes of the parent post with the feds?

    --
    "A door is what a dog is perpetually on the wrong side of" - Ogden Nash
  59. LIAR! by Anonymous Coward · · Score: 0

    You are number six.

    1. Re:LIAR! by Anonymous Coward · · Score: 0

      I am not a number I'm a free man.

  60. Just because the data is available... by mercuryresearch · · Score: 1

    Doesn't mean it's right.

    Consistently various governments seem to think this fusion of public and private databases is somehow going to answer a problem.

    The problem is... the private databases they usually intend to integrate are crap. Some private audits of consumer credit databases turned up error rates of 70 percent. "Minor" errors like wrong country of birth, birthdates, identity, etc. One study had a identifing information error rate -- bad addresses, etc -- of 40%.

    So completely separate from the debate of whether this is the right thing to do -- is the fact that what they're doing is braindead in the first place, creating a massive database with bad information.

    On second thought... maybe it's better they do this, as it's going to almost immedicately kill the credibility of projects like this if it ever gets tested in court.

  61. History lesson correction by cornymccorn · · Score: 3, Informative

    Actually, they came over (at first) to become rich. The first settlers were the second, third, fourth, and so on, sons of the wealthy. But since in England all inheritance went to the first son (and he then decided without contest who gets what) they could either join the church or the army after their father died. But, in New England, they could own land and become wealthy from selling whatever they found to the companies that financed their voyage. And in England, the companies that sent them over could become rich from selling that on the European market. The second wave of settlers (the Puritans) were the ones who came over because they could not practice in England anymore. Well, more to the point, they could not reform the English church to the way they wished. That is debatable however. But the fact remains that if they were successful in taking over the church they would not have tolerated other religions (as shown in how they ran their colonies where they did control the church).

    So, to sum up, The U.S. was founded because of greed. Whether or not greed is necessarily bad is another debatable issue. I don't care either way, but the fact remains that this country was *not* founded on freedom, it was driven by the want of profit. Take that any way you will, I just prefer that people know the truth instead of some kindergarten fable.

    1. Re:History lesson correction by buddydawgofdavis · · Score: 0

      The problem is not whether U.S. History is true or false. The problem is accepting that U.S. History does not exist. Red pill or blue pill?

    2. Re:History lesson correction by Anonymous Coward · · Score: 0

      I just prefer that people know the truth instead of some kindergarten fable.

      Actually, in grades above kindergarten, you're required to cite references in order to be believed.

    3. Re:History lesson correction by Anonymous Coward · · Score: 0

      You're a terrorist, aren't you?

    4. Re:History lesson correction by SubtleNuance · · Score: 1

      You must unlearn history. Take responsibility for today's problems and solve them.

      History schmistory, if you dont like something change it. Citing 'history' a reason why things Are is worthless. How they were only helps you see how they are now, it does not dictate how things SHOULD be.

      Things SHOULD be the way we make them.

    5. Re:History lesson correction by cornymccorn · · Score: 1

      Would a college level history class be good enough for you? Or should I google a bunch of useful sites. But now wait a minute, I'm sure you could do that yourself.

  62. that guy by Anonymous Coward · · Score: 0

    Parent poster has got to be the biggest fag on Slashdot. And that's saying a lot. Obviously he's dying to be the giver for once.

  63. Too bad moderation only goes up to +5 by Max+Threshold · · Score: 1

    Freedom comes in three boxes: the ballot box, the jury box, and the ammo box. And that's all I have to say about that.

  64. You have a Democratic Defeceit by Gonoff · · Score: 2, Informative

    In the UK such an idea would be blocked in the house of Lords, or perhaps Her Majesty would decline to sign the act of parliament for it...

    --
    I'll see your Constitution and raise you a Queen.
    1. Re:You have a Democratic Defeceit by Anonymous Coward · · Score: 0

      Right, the country where a dedicated government agency "TV Licensing" drives around in 'hi-tech' vans to detect unlicensed televisions is a good example of responsible use of technology in democratic government.

      Never mind that a whole house of parliament is populated by hereditary peers in this 'democracy'.

    2. Re:You have a Democratic Defeceit by JimBobJoe · · Score: 1

      or perhaps Her Majesty would decline to sign the act of parliament for it...

      It is my understanding that this has not happened for hundreds of years. We have probably come to the point that royal assent is guaranteed and there exists no way for the queen/king to not grant it.

      If they did not grant it, it would likely mean the start of the dismantling of the monarchy.

    3. Re:You have a Democratic Defeceit by dulridge · · Score: 1

      TV Licensing is NOT a government agency though it tries to pretend it is. It was outsourced quite a while ago though it is still keen on egregious privacy invasion.

      The upper chamber is in the process of being "reformed" i.e. emasculated so that it can be filled by appointees instead - this is about as democratic as the present system

  65. Re:Privacy concerns and John Q. American by Anonymous Coward · · Score: 0
    give 2 fucks

    The first one's always free and then you have to pay.

  66. Re: Moron about Mormons by iminplaya · · Score: 1

    I thought Mormons weren't allowed to use computers...

    --
    What?
  67. MATRIX run by former drug smugglers by noahmax · · Score: 5, Informative

    It's worse than you think. Seisint, the company behind Matrix, was founded by a guy who was implicated in a Bahamian drug smuggling ring back in the 80's.

    1. Re:MATRIX run by former drug smugglers by qtp · · Score: 1

      the company behind Matrix, was founded by a guy who was implicated in a Bahamian drug smuggling ring back in the 80's

      But that's OK, the drug smuggling was part of this operation.

      --
      Read, L
  68. Don't you see... by a+whoabot · · Score: 2, Insightful

    To the bourgeois ruling class, it's all just a game now. They're just trying to see how ridiculous they can make things. I'm sure they're suprised themselves.

    "Okay, we'll even name this one the Matrix."

    "There's no way that'll work man! They had the movie and everything!"

    "We already had Operation: Iraqi Freedom and the Patriot Act go through, you'll see."

    (1 year later...)

    "Holy shit! They didn't even protest once! Amazing."

    I swear to god guys, there will be a security project called "Big Brother" or something similarly bizarre in the near future. The guys in charge have just grown bored of having endless money and material goods, and they've moved to something more exciting for them: seeing how tightly they can squeeze the litte folk.

  69. NOW maybe you FUCKS are ready for some READING!!! by Anonymous Coward · · Score: 1, Informative

    Justice Warns Against Civil Rights Apathy

    By GINA HOLLAND, Associated Press Writer

    NEW YORK - Supreme Court Justice Ruth Bader Ginsburg (news - web sites) said Thursday that people concerned about losing freedom to government anti-terrorism efforts should speak out.

    The Supreme Court is taking up several terror-related cases this spring, including challenges to the government detention of terror suspects without legal rights.

    Ginsburg, speaking to a group of women's rights lawyers, was asked if people's rights were in danger.

    "On important issues, like the balance between liberty and security, if the public doesn't care, then the security side is going to overweigh the other," she said.

    That would change, Ginsburg said, "if people come forward and say we are proud to live in the USA, a land that has been more free, and we want to keep it that way."

    Ginsburg, who argued women's rights cases at the Supreme Court several decades before former President Clinton (news - web sites) named her to the court in 1993, said "an active public" made the difference in the victories of feminism.

    Ginsburg, now 70 and one of the more liberal justices, won five of the six Supreme Court cases she argued. She was reunited Thursday with some of the clients she represented during an event held in her honor at the Association of the Bar of the City of New York.

    "She was calling to our attention that work in women's rights, civil rights is under threat," said Lisalyn Jacobs, who handles government relations for the National Organization for Women (news - web sites)'s Legal Defense and Education Fund, which co-sponsored the event.

    The Bush administration has been criticized by civil libertarians for some of its terror-fighting strategy, including the detentions of hundreds of foreigners at a military prison in Cuba and some U.S. citizens in America.

    They are being held without charges or access to attorneys, something the government maintains is necessary for national security.

    In April the Supreme Court will consider cases involving detainees in Cuba and America.

    The court has refused to take up other cases stemming from the government's response to the Sept. 11, 2001, terrorist attacks, including the handling of immigrants swept up in the investigation.

    ___

    On the Net:

    Supreme Court: http://www.supremecourtus.gov/

  70. MATRIX "halted" by irabinovitch · · Score: 1

    Apparently the Gov. got a swift kick in the ass from the public and decided to "halt" the program so privacy concerns could be further studied: http://www.harktheherald.com/modules.php?op=modloa d&name=News&file=article&sid=13031

    1. Re:MATRIX "halted" by coastwalker · · Score: 2, Informative

      Dead right dude, looks like they pulled the plug already

      MATRIX -- Gov. Olene Walker announced Friday she has appointed an oversight committee to evaluate security, accessibility and privacy issues of the Multi-state Anti-Terrorism Information Exchange.

      On Thursday, Walker asked the state Department of Public Safety and other agencies to stop sharing information with MATRIX until the oversight committee can evaluate the programand make recommendations about Utah's participation.

      The committee is made up of Gary Doxey, the governor's chief of staff; Val Oveson, state chief information officer; Kirk Torgensen, chief deputy to the attorney general; Senate Majority Leader Mike Waddoups, R-Taylorsville; Senate Assistant Minority Whip Gene Davis, D-Salt Lake City; Rep John Dougall, R-Highland; and a resident who hasn't been named.

      Dougall, an electrical engineer, said he was asked to be on the committee because of his technology background. He was asked to sit on the committee less than 30 minutes before it was announced.

      State agencies began participating in the federal pilot program, providing information to the Florida Department of Law Enforcement, which is acting as a repository, in December 2003. MATRIX enables law enforcement officials to access information that is already available more quickly and efficiently.

      The information provided includes criminal history record information, motor vehicle title and registration information, driver's license records, and Department of Corrections' offender records and images.

      MATRIX is approved and funded by the Department of Homeland Security. Utah hasn't put any money into the program, Walker said.

      --
      Facts are history now plebs have politics for religion on social media.
  71. Excuse me? FUD by Anonymous Coward · · Score: 0

    Look into the history of "The Church of Jesus Christ of Latter Day Saints". The reason we wound up in Utah in the first place was government suppression.

    Also, It's painfully obvious that you haven't much of a clue how the Church discipline system works. "Punish" is defiantly the wrong word, as is "Draconian"

    This looks and feels so much like all the FUD that gets spread.

    P.S.
    The only valid reason I can see why someone would dislike us as a people or church is because of our proselytizing. If you've ever run into some over zealous members or missionaries, I apologize ("Our Search for Happiness" explains this phenomenon quite well).

    1. Re:Excuse me? FUD by Anonymous Coward · · Score: 0

      No. We hate you for the same reason we hate the catholics: sexual abuse of minors. GET THAT THRU YOUR PEDO HEAD YOU SICK FUCK!!!!!

  72. Wouldn't it be smoother by autopr0n · · Score: 1

    To have:
    create table relationships { person1 int, person2, int, relationtype int};

    and:
    create table relationtype{ int id, name varchar(100)};

    That way you'd keep the types of relationshps in check, be able to enumerate all of them (without using UNIQUE), etc.

    --
    autopr0n is like, down and stuff.
  73. Matrix?? by Anonymous Coward · · Score: 1, Funny

    I was about to post my thoughts about this, but all of a sudden there's this guy with something in his ear named Smith who keeps calling me Anderson...

  74. Re:Privacy concerns and John Q. American by Klimaxor · · Score: 1
    The general populus isn't as dumb as you think it is.
    .....
    we have people suing mcdonald's because they are fat

    we have people suing tobacco companies because they listened to a commercial and thought it wouldn't hurt.

    the general populus may not be dumb, but they sure are stupid
    --
    your sins into me, oh my beautiful one.
  75. Re:Privacy concerns and John Q. American by Anonymous Coward · · Score: 0

    schroder? berlousconi? blair? don't care about "our freedoms", too.

  76. That is the worst thing I've ever read by dachshund · · Score: 4, Informative
    Yes, voting. That will work wonders. You realistically have the choice of poeple who voted and/or supported the Patriot Act (Kerry, Dean, Edwards, Leiberman, i.e. the entire Democratic field) *OR* the guy that actually signed the shit into law, Mr. G.W. Bush. Whutta choice. :/

    Most of the Democratic candidates have spoken out vocally against extending the P.A.T.R.I.O.T. act. To contrast, George W. Bush recently advocated not only extending, but expanding the damn thing-- in his State of the Union speech, no less. (The applause you heard when he said "the PATRIOT act is due to expire soon" was not coming from the pro-Bush side of the room.)

    If you believe there is no significant difference between the candidates on this issue, you're just plain nuts. I'm sorry your favorite candidate isn't in the race anymore, but if you keep equivocating and misrepresenting the situation, you're only going to be rewarded with PATRIOT Acts II, III, IV and V.

    1. Re:That is the worst thing I've ever read by Selecter · · Score: 1
      Yes, Dean is a fucking paragon of liberty. He only wants to stick chips inside your computer and give you a national ID card that you have to swipe before you go online so that you can be identified.

      Here's the article from my blog:

      http://westvirginia.typepad.com/tim/2004/01/howard _deans_da_1.html

      Since he is pretty obviously no freedom fighter, I lump in in where he belongs: in with G.W. Bush.

      How could you ever support Howard Dean knowing this?

    2. Re:That is the worst thing I've ever read by hoeferbe · · Score: 2, Insightful
      dachshund wrote:
      The applause you heard when he said "the PATRIOT act is due to expire soon" was not coming from the pro-Bush side of the room.

      I was amused (in a sad way) with what happened immediately after that. The Pro-Patriot Act supporters must have been seething over the usurping of attention. Something had to be done! They have to show their support! President Bush continued with his speech, "The terrorist threat will not expire on that schedule." And, without thinking, the Patriot Act supporters applauded.

      Yes, that's right. They applauded that the terrorist threat will not go away! They cheered that U.S. citizens' lives would continue to be in danger! They celebrated that there were still those out to harm us!

      That is the same kind of knee-jerk, 'gotta do something' mindset that got us the Patriot Act in the first place.

      In case you're interested in verifying the above, read President Bush's State Of The Union speech. I'm slightly surprised that the publisher has noted the applause at both the points mentioned above. I thought they might have 'edited' that out to avoid embarrasment to the administration. I'm glad I'm wrong on that count.

    3. Re:That is the worst thing I've ever read by visualight · · Score: 1

      I noticed something interesting and thought it might fit as a reply to your post; as you said, most of the Democratic candidates (traditionally "the liberals") are speaking against the Patriot Act and most of the people defending it or trying to expand it are Republican (traditionally the "conservatives"). Yet the article makes this statement:

      But conservatives came out of the woodwork, claiming the "smart card" could become a national I.D. card, containing all kinds of information that could be misused by authorities. The bill quickly died.


      So am I supposed to conclude that the real threat to our liberties is from the liberals? Is this a spin job or have I been confused?
      --
      Samsung took back my unlocked bootloader because Google wants me to rent movies. They're both evil.
    4. Re:That is the worst thing I've ever read by Anonymous Coward · · Score: 0

      and yet they still voted for it.

      wonderful.

      and they will vote for the next version also.

      because liberal or conservative., they are politicians FIRST and foremost and they abandon all values at the door.

      so dont pretend the democrats will save us from everything, because the patriot act was attempted during clintons admin, and it failed because it didnt have a snazzy name in time of crisis but had a democrat been in office at 9/11, guess what, the patriot act would still exist.

      democrats are not the saviors of civil rights they claim to be, in fact the last time they did jack shit for civil rights was in the 50's.

      (and republicans suck too)

    5. Re:That is the worst thing I've ever read by Hobbex · · Score: 1

      So am I supposed to conclude that the real threat to our liberties is from the liberals? Is this a spin job or have I been confused?

      Conservatives (Republicans) hold the majority in the house, the senate, and control the white house. So to stop these bills conservatives have to "come out of the woodwork" whether the Democrats support them or not.

    6. Re:That is the worst thing I've ever read by danila · · Score: 1

      you're only going to be rewarded with PATRIOT Acts II, III, IV and V.

      Hey, can't we have an intermission? :)

      --
      Future Wiki -- If you don't think about the future, you cannot have one.
    7. Re:That is the worst thing I've ever read by dachshund · · Score: 1
      But conservatives came out of the woodwork, claiming the "smart card" could become a national I.D. card, containing all kinds of information that could be misused by authorities. The bill quickly died. So am I supposed to conclude that the real threat to our liberties is from the liberals? Is this a spin job or have I been confused?

      There is a faction of the conservative right that really does value civil liberties, and wants to see things like P.A.T.R.I.O.T. repealed. Unfortunately, these are not the conservatives who currently control the White House, or the Republican Party leadership of Congress.

      If these pro-civil-liberties conservatives find a way to wrestle control of the Republican party away from the current leaders, it will be a different story. Unfortunately, Bush's statements during his State of the Union address (in which he agitated that the act be extended, to loud applause from the Republican side Congress) indicate that this isn't happening yet.

      So even if there are "some conservatives" who oppose the thing, they're currently powerless to actually do anything about it. The Democratic candidates are the only people running for office who have advocated limiting and/or repealing the act.

      This shouldn't be soft-pedaled. Given Bush's unequivocal statements in front of Congress last week, it's safe to say that shoud Bush win re-election, and/or the current Republican party maintains control of Congress, we will see an extension/expansion of the act. If the Democrats win, it's much less likely.

  77. what the fsck are you smoking???? by 7-Vodka · · Score: 3, Informative

    Dean never supported the patriot act, he is VEHEMENTLY opposed to it. Neither did some of the other candidates. Yes unfortunately kerry is the kind of BS artist that populates washington D.C. and looks like he's going to win, but don't group them all together.

    --

    Liberty.

    1. Re:what the fsck are you smoking???? by 7-Vodka · · Score: 0, Troll

      Oh and ANYONE ELSE IN THE COUNTRY, even a prisoner off death row would be better than bush.
      Frankly, I would gladly put the toothless man who works in my cafeteria at work in the oval office before I'd have bush in there again.

      --

      Liberty.

    2. Re:what the fsck are you smoking???? by Anonymous Coward · · Score: 0

      And that's why you don't have anything to say in how this place is going to be run.

    3. Re:what the fsck are you smoking???? by Darby · · Score: 2, Interesting

      Yes unfortunately kerry is the kind of BS artist that populates washington D.C. and looks like he's going to win, but don't group them all together.

      Don't forget Kerry is a skull and bones man just like the traitor Bush. Don't expect anytyhing positive if he wins.

    4. Re:what the fsck are you smoking???? by blincoln · · Score: 1

      Oh and ANYONE ELSE IN THE COUNTRY, even a prisoner off death row would be better than bush.

      What about one of his relatives, like Jeb Bush? I read a rumour in a newsmagazine from last year that if Emperor Dubyah is re-elected in 2004, the Republicans are going to run Jeb in 2008.

      Personally I think that there needs to be a law against anyone from the immediate family of a former president running for office again. I feel the same way about the idea of Hillary Clinton running in 2008 - I refuse to believe that out of millions of US citizens, the ones who are most qualified for the position just so happen to be related to each other or married to former presidents.

      +1 bonus removed for being offtopic.

      --
      "...always new atoms but always doing the same dance, remembering what the dance was yesterday." -Richard Feynman
    5. Re:what the fsck are you smoking???? by 7-Vodka · · Score: 1

      oh but my dear friend. I VOTE. Thankfully I don't live in florida, where my vote might not count.

      --

      Liberty.

  78. Weird. by autopr0n · · Score: 1

    I don't really get how someone can found a religion and then a hundred years later someone can say "Oops, this one little point, which was actualy a pretty big part of the religion is no longer valid, and in fact totally wrong."

    It would be like the pope suddenly saying "never mind, Marry wasn't actually a virgin."

    I can see how they could change the rules, but not the moral underpinnings.

    --
    autopr0n is like, down and stuff.
    1. Re:Weird. by Anonymous Coward · · Score: 1, Funny

      I always wondered about that too. Let's face it, the whole mormon religion was created to allow Joseph Smith to screw a bunch of women in the 1800s.

    2. Re:Weird. by Anonymous Coward · · Score: 0

      Vatican II - The Jews no longer killed Jesus and whole bunch of other heresies.

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

      The pope didn't say it, but Peter Jackson put it clearly. Merry certainly wasn't a virgin. Actually, he fucked a whole lot with Pippin.

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

      Actually there is some question to Mary's virginity. The original writting of the Bible in Hebrew uses the work "alma" to describe Mary. Some people believe alma to mean young girl. It is claimed that some places alma is translated as virgin and others as young girl.

    5. Re:Weird. by Anonymous Coward · · Score: 0
      Actually, they don't believe that the church-instituted polygamy of the time was wrong (morally or otherwise). The prophet of the time, as part of the revelation that banned the practice, said that they had to stop to avoid consequences from the government.

      The real question would be why God wouldn't intervene more directly on their behalf to protect the practice instead of instructing them to stop for such a practical reason. That's a little more theologically complicated, though.

    6. Re:Weird. by jcr · · Score: 1

      It would be like the pope suddenly saying "never mind, Marry wasn't actually a virgin."

      Umm, you do realize that the church made up that "virgin birth" story in about 300 AD, right?

      -jcr

      --
      The only title of honor that a tyrant can grant is "Enemy of the State."
    7. Re:Weird. by nospam007 · · Score: 1

      >Actually there is some question to Mary's virginity. The original writting of the Bible in Hebrew uses the work "alma" to describe Mary.

      That's all bull. The Messiah had to come from the house of David.
      Unfortunately Joseph wasn't, Mary was. Hence that dumb 'virgin' story. Only dumbwits in the iron-age could fell for such a shit.
      Nowadays that means Jesus, having only Mary's genes would be a clone.

    8. Re:Weird. by aminorex · · Score: 1

      No, the virgin birth has been a consistent part
      of the gospels since they were written. Fragments of Mark dated to ca. 60 C.E. can
      be found in the Bodelian Library at Oxford,
      so you are at least 240 years off.

      --
      -I like my women like I like my tea: green-
  79. Sequels We Never Want to See by handy_vandal · · Score: 1

    Privacy Watch: Matrix
    Matrix Updates
    Matrix Raises a Stir


    It gets worse -- the plot for Matrix Exploited will revolve around Neo's litigation over marketing rights to Matrix merchandise ....

    -kgj

    --
    -kgj
  80. Um.. by autopr0n · · Score: 1

    Howard Dean was a governer when the Patriot Act was voted on, and didn't have a say on the matter one way or another.

    That said, I can understand wanting to vote for it at the time, we did need to figure out who was responsible for 9/11. Otoh, I would not have voted for something that lasted for 3 or 4 years, but rather had it come up for renewal after 6 months. Not that my vote (if I had it) would have made a diffrence, but at least I could say I didn't vote for it in the end :P

    --
    autopr0n is like, down and stuff.
    1. Re:Um.. by demachina · · Score: 4, Insightful

      "we did need to figure out who was responsible for 9/11"

      As I said the last time the PATRIOT act came up I dont think it really has a lot to do with 9/11 or preventing another one. 9/11 was more a convenient excuse for the right wing to reimplement domestic spying. Lets spell it, out the Patriot act is designed to reimplement domestic spying as it was prior to the 1970's.

      The right wing has been really ticked since the early '70's when constraints were put on FBI and CIA domestic spying activities. We've pretty much forgotten why those constraints were put in place.

      In a nutshell domestic spying seems like a great idea if it stays in the box and just focuses on dangerous foreign elements, terrotists, or maybe even dangerous domestic elements. The problem is once the ball gets rolling it never does stay in the box. Its just a matter of time before the people who control it, the people in power, redirect it from just the truly dangerous elements to spying on everyone they consider dangerous, which quickly becomes all their political opponents including people who aren't dangerous, but who are just exercising first amendment rights to disagree by doing things like opposing misguided wars like Vietnam or Iraq or advocating controversial things like equal rights and and end to segregation as was the case in the 60's.

      Two classic examples:

      J. Edgar Hoover used the FBI to spy on everybody. He acquired dirt on basicly everyone including all politicians. As a result he became largely untouchable. No one would dare suggest replacing him, lest he pull out the file he had on them. Hoover probably had some serious skeletons in his own closet but no one would dare expose them. Hoover controlled the FBI for 48 years and didn't get ousted until God did it when he died. Its no coincidence major constraints were put on the FBI's abuse of domestic spying about the time Hoover died. It was the first time it was possible. 48 years is an unnaturally long and unhealthy time for one person to have unchallenged control of a nations domestic law enforcement, he had it thanks to domestic spying. Hoover in particular abused domestic spying in the case of Martin Luther King. King was not a violent person, not a terrorist. His main danger was exercising his first amendment right to speak out against segregation and the Vietnam war. Hoover made King's life a living hell by abusing domestic spying, for example by discovering extramarital affairs and using them as blackmail, and I wouldn't be suprised if he helped encourage his assasination because he was percieved as a threat by the established powers.

      Richard Nixon became extraordinarily paranoid and was really obsessed with his reelection. As a result he abused both the FBI and the CIA to help insure he retained power. Let's remember that Watergate was Nixon abusing his domestic spying powers to spy on his political opposition in an effort to insure they didn't get elected. When a president uses domestic spying to hold power you are headed towards something that isn't democracy. We could very well be heading down the same road today.

      Here is a thought experiment. If Jesus were alive today and he preached basicly the same message he did 2000 years ago, and just updated it for the times how would people like Bush and Ashcroft, supposedly devout Christians, recieve him.

      If no one listened to him he would just be branded a left wing nut, pacifist, anti war, soft on terrorism, unpatriotic and probably a Democrat. Its a certainty he would have opposed the war on Iraq and all use of force by the U.S. Bush and Ashcroft would not appreciate that viewpoint. He might well be branded a communist since I doubt Jesus would have had anything good to say about investment bankers, stock brokers and the rampant greed that dominates America.

      If a lot of people heard Jesus's message and started to follow him, perhaps by engaging in passive resistance and peaceful protest the full weight of the FBI and the patriot act would be

      --
      @de_machina
    2. Re:Um.. by Anonymous Coward · · Score: 1, Informative

      Hoover probably had some serious skeletons in his own closet

      No, just women's dresses.

    3. Re:Um.. by jxs2151 · · Score: 1
      No, just women's dresses.

      Do try to at least attempt to find the truth before you presume to speak with such confidence.

    4. Re:Um.. by blincoln · · Score: 3, Insightful

      9/11 was more a convenient excuse for the right wing to reimplement domestic spying.

      In all fairness, it's not all of the right wing who support the fascist ideology of the neo-conservatives.

      There are plenty of old-school Republicans out there who really do support things like small government, low taxes, and individual rights.

      I just hope they realize that even though Emperor Dubyah calls himself a Republican instead of a Fascist, they don't need to vote for him this year.

      --
      "...always new atoms but always doing the same dance, remembering what the dance was yesterday." -Richard Feynman
    5. Re:Um.. by Malcontent · · Score: 4, Insightful

      The distinction you make is absolutely useless and irrelevent. Every single traditionally conservative republican will vote for bush. None of them will vote for a democrat, ever, not even if jesus christ was running as a democrat.

      So the biggest spending president in recent history will enjoy the full support of so called conservatives. The president who grew the govt most, intruded on the lives of ordinary citizens the most, the president who gave amnesty to millions of illegal immigrants, who erected steel tarrifs etc will enjoy the support of conservatiives fully.

      Why? Two reasons.
      1) Bush will not let gays get married and will appoint anti abortion judges.
      2) People who call themselves conservatives are not really conservative, they are just republicans who vote any repubican who runs.

      --

      War is necrophilia.

    6. Re:Um.. by Malcontent · · Score: 1

      Your link provides no truth, no facts, nothing but mild and guarded sceptism. The only thing is says is that the witness might not have been credible.

      How can you deduce the truth from such a weak article?

      --

      War is necrophilia.

    7. Re:Um.. by blincoln · · Score: 4, Insightful

      People who call themselves conservatives are not really conservative, they are just republicans who vote any repubican who runs.

      My point is that there is no Republican candidate for 2004, just a Fascist candidate (and before anyone mods me a troll, do some research on the historical goals and ideals of Fascism).

      Pretending that the Emperor is a Republican is like the Democrats running David Duke and claiming that he will represent the interests they are traditionally associated with, just because he's got their logo attached to his campaign.

      It may be wishful thinking on my part, but I'm hoping enough Republicans feel like I did in 2000 - when the Democrats ran the husband of Tipper Gore (a huge opponent of free speech) and Lieberman (essentially a crypto-Fascist) - to make a difference.

      --
      "...always new atoms but always doing the same dance, remembering what the dance was yesterday." -Richard Feynman
    8. Re:Um.. by jxs2151 · · Score: 1
      How can you deduce the truth from such a weak article?

      In the same exact way the original poster deduced his 'truth' from nothing.

      Can we consider the point proven?

    9. Re:Um.. by Scrameustache · · Score: 1

      Here is a thought experiment. If Jesus were alive today and he preached basicly the same message he did 2000 years ago, and just updated it for the times how would people like Bush and Ashcroft, supposedly devout Christians, recieve him.

      Camp X-Ray, faster than you can say "dirty damn hippie".

      --

      You can't take the sky from me...

    10. Re:Um.. by demachina · · Score: 1

      "There are plenty of old-school Republicans out there who really do support things like small government, low taxes, and individual rights."

      I actually heard this same sentiment on CNN in the last couple of days though I don't recall who said it. I think it was in response to the revelation that the so called Medicare reform bill was going to cost way over 500 billion over ten years when a couple months ago Bush said he wouldn't sign anything over 400 billion. Apparently the people running the number then just made some convient assumptions and came out with $400 billion to get it passed, and now someone ran realistic numbers and its way over. Where is all that tax money going, straight in to the pockets of drug, HMO and insurance companies. Republicans sing praises to free markets but in this bill they forbad the government to do the most basic thing you do in free markets which is negotiate prices for quantity purchases. The end result drug companies can charge the government whatever they want for drugs and the price tag will sky rocket. Drug companies will get rich. Meanwhile the drug companies offer Billy Tauzin, who helped shove this crap through congress, for the drug companies, a multimillion dollar job as a pharmacuetical lobbyist, an extraordinarily blatant payoff. The family business of Senate Majority Leader Frist, who also helped shove this through, is one of the largest medical corporations in America who have been nailed in the past for hundreds of millions in overcharging on Medicaid and Medicare.

      Anyway back to the person contending Bush's conservative base was erroding because of his out of control spending, adventurism abroad, deficits and big brother government. He contended there was a chance that there was a danger real conservatives would just stay home and not vote, because they are getting the same affliction plaguing a lot of Americans. They can no longer tell the difference between the Democrats or Republican's anymore. They are all in the pockets of special interests, mostly corporate, they all say what they have to say to get elected and none of them do anything in the interest of the vast majority of Americans any more.

      Its true as the followup to this post said that they wont vote Democratic but there is certainly a chance they will get fed up and not vote at all. The Democrats on the other hand are really energized to vote for the candidate named ABB(Anybody But Bush).

      Unfortunately that may mean Kerry, who is from Bush's Alma Mater, Yale, is a blue blood establishment Northeastern democrat who hasn't stood up for anything he believes in since he spoke out against Vietnam 30 plus years ago.

      I tend to not favor anyone hypocrital enough to make it to contender status in a presidential contest but Howard Dean did do a lot of things that showed signs of taking the country back from establishment politicians, Deomcrat or Republican. First and foremost he raised lots of money from ordinary, real, people over the Internet which freed him from the Democratic money machine and corprorate donations. He also stood up and actually spoke his mind instead of just telling everyone what they wanted to hear which is all Kerry and Bush do. Unfortunately he made a few gaffs and the establishment, primarily through TV news, have pretty much destroyed him. Its the first time in recent memory there was an actual chance the people would regain control of their government in the U.S. Unfortunately the establishment caught on, pulled together and snuffed it out the threat at the last second.

      --
      @de_machina
    11. Re:Um.. by Mybrid · · Score: 1


      Well met. Well done. Remember Jimmy Carter? The Republicans since JFK have shown they will do anything immorral and untoward to get elected. Jimmy Carter was demonized out of office and undermined. Oh how the Republicans worship Ronnald Reagan who duplicitously had the hostages brought home the day he is innaugurated. In my opinion the same thing would happen to Howard Dean. Face it, the Republicans started investigating Bill Clinton his first year in office. Clinton has the distinction of being the only president to be under investigation all eight years. It was a witch hunt. First it was White Water, then a perjury charge for lying about sex.

      I like early American history, read it a lot, and one thing that is impressive about those guys in 1776 is that they had lots of factions. Unfortunately for Dean he is a loner. If he was a leader for a faction that could weather the Republican witch hunt then fine. However, as a Jimmy Carter'esque loner he's a goner. He stands no chance against the Republican demon machine.

      Just my humble opinion but also insight as to why I would not vote for Dean.

      Cheers!
      Mybrid

    12. Re:Um.. by Malcontent · · Score: 1

      Like it or not G.W is a republican. He is a very popular republican, he enjoys the full support of the republican party and the republican voters. I don't know where you get off claiming that he is not a republican.

      If as you claim he is a fascist then republicans are fascist too because they love him and worship him.

      --

      War is necrophilia.

    13. Re:Um.. by Reziac · · Score: 1

      The Romans (who at the time were the toplevel gov't in Palestine) considered Jesus a rabble-rouser and an inciter of terrorists. This is different from your scenario how??

      [Maybe in that the Roman gov't tried to *avoid* prosecuting Jesus and other local troublemakers, since they understood the political danger from creating martyrs.]

      --
      ~REZ~ #43301. Who'd fake being me anyway?
    14. Re:Um.. by Reziac · · Score: 1

      Personally, I wouldn't vote for Jesus Christ no matter what party he ran under, precisely because his political ideals DO match the big-spending catch-a-handout message (which most typically means Democrats).

      And don't confuse right-wing nuts with conservatives. *I* am a conservative, but I vote for whoever is going to do the least economic damage regardless of their party affiliation [tho in general that usually means Republicans. The choices are not so good anywhere now, since few politicians seem to really have complete economic sense -- probably because so few ground-up-experienced businessmen run for office.] As someone once said, ALL freedom ultimately derives from economic surplus. If you can't afford to do anything, it doesn't realworld-matter if you have the right to do it, because you can't exercise that right anyway. Being so poor that you have nothing left to lose is NOT "freedom".

      And if you think Democrats are the party of the poor -- explain to me why after all these decades, so many heavily-Democrat areas are still so very poor? Simple: give the poor a handout, and they'll vote for you. But you can't let them get ahead. Because IF those po'folks ever get ahead, they'll discover the handouts they so enjoyed receiving were taxed directly from the pockets of those who got ahead -- and they'll stop voting for those economically-liberal Democrats. So it behooves "the party who champions the poor" to KEEP those po'folks poor, needing a handout, and voting for the Democrat candidates who give them those handouts.

      And if there is sufficient economic surplus, you can't reasonably enforce social constraints like anti-abortion and anti-gay laws, because average people can afford to go around such laws. (And as a *conservative*, I am vehemently *against* regulating abortion, gay marriage, etc. -- it's none of my damn business.) Ever notice how gay communities tend to congregate in economically-growthy regions? This is not coincidence.

      --
      ~REZ~ #43301. Who'd fake being me anyway?
    15. Re:Um.. by Fulcrum+of+Evil · · Score: 1

      If as you claim he is a fascist then republicans are fascist too because they love him and worship him.

      Well, that was kind of the point, wasn't it?

      --
      "We returned the General to El Salvador, or maybe Guatemala, it's difficult to tell from 10,000 feet"
    16. Re:Um.. by Fulcrum+of+Evil · · Score: 1

      Personally, I wouldn't vote for Jesus Christ no matter what party he ran under, precisely because his political ideals DO match the big-spending catch-a-handout message (which most typically means Democrats).

      That's why the republicans over the past 20 years have spent $5T or so that we don't have, and the democrat balanced the budget, right?

      As someone once said, ALL freedom ultimately derives from economic surplus. If you can't afford to do anything, it doesn't realworld-matter if you have the right to do it, because you can't exercise that right anyway. Being so poor that you have nothing left to lose is NOT "freedom".

      True on a large scale, but at an individual level, freedom and 'nothing left to lose' are nearly the same. As for today, I'll vote for enyone before Bush, because he's a madman.

      --
      "We returned the General to El Salvador, or maybe Guatemala, it's difficult to tell from 10,000 feet"
    17. Re:Um.. by aminorex · · Score: 1

      As a conservative republican, i can assure you
      that i will not be voting for george bush this
      year. were kerry not skull&bones, i would
      vote for him, but there are no democrats who
      have not already sold their presidency to AIPAC,
      so I will vote Libertarian.

      --
      -I like my women like I like my tea: green-
  81. Utahn by sadler121 · · Score: 1

    Utahn N. 1. Person who lives in Utah. 2. Mindless Drone of the Mormon Church Be it I am Mormon still Utah is full of frelling morons. Must be why I like Salt Lake City its the only REASONABLE city in the entire state ( 50% Mormon). Not all Mormons are drones, just about 99.9999% of them. :-P

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

      Somehow I get the feeling that you define "mindless drone" as "attending Sacrament Meeting every week."

    2. Re:Utahn by Anonymous Coward · · Score: 0

      Your percentage is a bit high, but I have to agree with you. And yes IAAMormon too.

      I was really happy that Leavitt got appointed head of the EPA, cause that meant he couldn't run as gov again!! (byebye mike, and good riddance!)

      I wonder how many mindless drones this crap will wake up? 15? 20?

      (Disclaimer, the church leaders are largely not responsible for this. It is just a bunch of stupid people who really don't even understand their religion, but enjoy church anyway)

  82. As a Utah resident by hendersj · · Score: 5, Interesting

    I have to say that I am absolutely outraged at what Gov. Leavitt has apparently done. I wasn't particularly happy with him over his stand on allowing the storage of nuclear waste in our state (something that apparently was a qualification for head of the Environmental Protection Agency).

    IANAL, so I wonder - would something like this be grounds for some sort of class action lawsuit?

    If it is, count me in.

    It amazes me the things we in the US allow our government to do to us in the name of security:

    • The USA PATRIOT Act
    • MATRIX
    • And the proposed Patriot II Act

    If we the government keeps getting away with passing legislation like this, the terrorists win, and the government *becomes* the terrorists.

    --
    Insanity is a gradual process; don't rush it.
    1. Re:As a Utah resident by Anonymous Coward · · Score: 0

      If we the government keeps getting away with passing legislation like this, the terrorists win, and the government *becomes* the terrorists.

      ter-ror-ism

      The unlawful use or threatened use of force or violence by a person or an organized group against people or property with the intention of intimidating or coercing societies or governments, often for ideological or political reasons.

      The end-goal of terrorists is making a government do what they want by scaring the people. Al qaeda hates freedom and democracy, they want to get rid of it. Bush is handing them what they want on a silver platter. It's sickening to see a president be that spineless.

    2. Re:As a Utah resident by Anonymous Coward · · Score: 0

      Don't forget that most of Patriot II was slipped in as part of an appropriations bill the same weekend Sadaam was caught. We covered it, but I'm lazy...

  83. Re: Moron about Mormons by Anonymous Coward · · Score: 0

    That's the Amish.

  84. Re: Moron about Mormons by sadler121 · · Score: 1

    Hey theres nothing wrong with Polygamy. It never should have been outlawed in the first place, being that it is a matter of religion. /Begin Rant That being said, if it WAS legal Mormons would not be able to handle it. Most are just mindless drones chanting, "Follow the Prophet, Follow the Prophet", with no brain cells devoted to THINKING ON THERE OWN. /End Rant There are a few of us Mormons who can think for ourselves, though not a lot...

  85. Just Wait by assassinofdemons · · Score: 2, Funny

    Just wait till it slips out that the whole country has this "Matrix Database" thing going on. Oops, shouldnt'a said that.... Dubya's gonna kill me xDDD

  86. Re: Moron about Mormons by stormcoder · · Score: 2, Informative

    Hello!?! That's some anti-mormon website. You want real info on the church goto www.lds.org.

    --
    Sorry my bullshit sensor overloaded.
  87. quotes by QEDog · · Score: 1

    Neo: What is the Matrix?
    Trinity: The answer is out there, Neo, just RTFA!

    Goatse: French is the best language to swear in. [stream of curses] It's like wiping your ass with silk.

    The Homeland Security: I am the Architect. I created the Matrix. I have been waiting for you. You have many questions and although the process has altered your consciousness you remain irrevocably human, ergo some of my answers you will understand and some of them you will not. Concordantly, while your first question maybe the most pertinent you may or may not realize it is also the most irrelevant.

    --
    "There is no teacher but the enemy."-Mazer Rackham
  88. Re: Moron about Mormons by Vanieter · · Score: 2, Informative

    According to the Wikipedia :

    There are several religious organizations who practice religon derived from Mormonism most of these sects numbering as a few thousand, hundred or even less. By far the largest and most recognized organization is the Church of Jesus Christ of Latter-day Saints. Another notable organization is the Community of Christ. Among the small Mormon organizations, there are some usually isolated communities in Utah, Idaho, Arizona, and surrounding states who practice polygamy; however, these groups, and the current practice of polygamy, are rejected by most Mormons.

    So both of you are, in a sense, right.

  89. For once... by loser7punk · · Score: 1

    For once, none of those are from Slashdot!

  90. If you're going to point to a LDS/Mormon site... by manonthemoon · · Score: 1

    At least balance it out with a inside source: LDS FAQ

  91. Why bother inventing another database? by akejay · · Score: 1

    Just give everyone in Utah a membership at Orkut and require them to invite everyone they know (under the Patriot Act, of course).

    --
    one, two, one two like a duck
  92. America, Freed from Freedom by Anonymous Coward · · Score: 1, Interesting

    Slashdot, you might think about adding another section. Call it Empire America, how about Washington in shackles and muzzle as the icon.

    Why do all these stories about the loss of freedoms in America remind me of every other dictatorship and oppressive regime?

    Still remember what GIGO stands for? Google up "more people watch TV" and see.

  93. yeah by sirmalloc · · Score: 1

    ...that gathers dossiers on every single man, woman and child and didn't bother to tell anyone.

    good thing i'm not single.

  94. Great way to find scapegoats by smiff · · Score: 4, Insightful
    A huge database like this won't help the police find criminals, but will help them find scapegoats. Consider this: someone goes to FBI headquarters and plants a bomb made of 2" lead pipe, 6-penny nails, and blue PVC wire sold only through Home Depot. So the FBI go to Home Depot and gets a list of everyone who purchased all three items. From this list of 60 people, they filter out everyone with an alibi, narrowing the list to 40 people. Then they visit all 40 people and pick their top five suspects. They then pick the person with a prior conviction of vandalizing a police car.

    The public will look at the evidence and proclaim the suspect guilty. The jury will look at the evidence and declare the suspect guilty. Then they'll congradulate the FBI on a job well done. All the while, the real culprit sits back and laughs since he stole the supplies from someone who bought them with cash. He didn't show as a suspect at all.

    People look at the fouth amendment and assume it's there to keep the authorities from annoying you. They think it's okay for the authorities to run a search as long as the person being searched doesn't know about it. The thing is, the more people the authorities investigate, the more likely they are to turn up false positives. That may work wonders in picking out a scapegoat, but it won't help find the real criminal if the real criminal took even minimal precautions to stay off the list. The fourth amendment is supposed to do more than protect people from annoying searches. It is there to make sure the authorities do their job right.

    1. Re:Great way to find scapegoats by n3tkUt · · Score: 1

      Somebody please mod that up... Hell yes, I am so glad somebody brought this up. Think of how hard it would be to prove your way out of ANYTHING they had evidence you did. There are infinate possibilities... anyway, what smiff said.

      Aside from the obvious lameness, did anybody get the feeling they were using the acronym MATRIX to intimidate on some level?

      I also wonder what marketers would pay to get their grimies on this information? Money talks, I can hear it saying; "well, they will only have access to certain aspects of the database"

      Michael Moore already convinced me to move to Canada, seems everything I see is fuel for that fire. At what point do things become irreparable? ...Can we reinstall the OS? ...Show me to the prompt!

    2. Re:Great way to find scapegoats by Anonymous Coward · · Score: 0

      You really shouldn't let Michael Moore convince you to do anything. But in any event if you really want to get inspired to do something about it, work to fix things wherever you're from, and let the changes slowly spread out to where you're not.

      There's a lot wrong here in Canada, too - comparing to the US in terms of freedom and privacy is pretty much six of one, half-dozen of the other (heh ;).

  95. Re: Moron about Mormons by LBArrettAnderson · · Score: 1

    mod parent down. it says the link is to an LDS webpage but it's anti-LDS. quite the opposite.

    the grandparent poster wasaccurate him/herself.

    parent is a troll, not informative.

  96. Re: Moron about Mormons by Anonymous Coward · · Score: 0

    And it's jokes like the original post that give people their misinformation about the mormon church. It's amazing what people think these days... and very ridiculous... just becuase of 'jokes' like the one above.

  97. Re: Moron about Mormons by John+Biggabooty · · Score: 3, Funny

    He did a little too much LDS at Berkeley in the 60's.

    --
    That's Bigboo TAY! TAY!
  98. Utah also home to... by manonthemoon · · Score: 1

    Novell, 7 National Parks, Olympic quality winter sports, and is one of the most internet connected states in the country- not to mention the central role the University of Utah played in the creation of the Internet... I don't live there anymore- but I surely miss the place.

  99. Re:Can I read Piltar's? by Anonymous Coward · · Score: 0

    piltar, the piltar man with the piltar, fuckin' the man!!!

    Sing it!

  100. A Better Name by Anonymous Coward · · Score: 0
    The point is to bury it within search engines so that you can't separate it out of the cruft.


    They could have called it 'Kournikova' but government employees don't have enough imagination to make the description fith the acronym !

  101. Re: Moroni about Mormons by DoraLives · · Score: 1, Flamebait
    Reduced to it's nub, all religions are a crock of shit, and this one's merely a bit crockier than most (whattaya say we don't even get me started on the whole "holy underwear" thing, ok?). The sonofibitches steadfastly bitch and scream about us heathen dogs paying their collective delusion its "proper respect" even as they also steadfastly trample upon all other collective thought processes (a set of objects somewhat larger than mere religion, partially overlapping religion but not entirely overlapping it that we shall perhaps call "cultures" for lack of a more accurate word) that fail to achieve congruency with the particular collective delusion in question.

    The business of paying heed to the congress of the United States as instructed to do so by God hisself, leads to all sorts of weirdnesses, not least amongst which would be the proposition that in some strange way, congress is telling God what's good and what's bad so that God can then relay the message to His (forget any thoughts of a female God, all you politically correct non gender biased folks, we're working with mormons here) flock of Chosen Ones that they may walk more straightforwardly upon the Righteous Path.

    That this whole database deal is happening in Utah, somehow smells more than just a little connected up with the "prevailing religion" in that part of the world, to these nostrils.

    --
    Is it fascism yet?
  102. Too bad moderation only goes down to -1 by egg+troll · · Score: 1

    From time to time the tree of liberty must be watered with the bullshit of paranoids.

    --

    C - A language that combines the speed of assembly with the ease of use of assembly.
    1. Re:Too bad moderation only goes down to -1 by Anonymous Coward · · Score: 0

      You are just a chicken but not even a rooster my easter firend

    2. Re:Too bad moderation only goes down to -1 by SubtleNuance · · Score: 1

      dont be an idiot -- America's days are numbered... total corruption, Plutocratic rule, violence, stupidity, hubris, stagnation, lethargy, myopia, arrogance, decadence, selfishness... jesus, look around you, open your eyes; this is not paranoia .

      The republicrats need to go or we'll all pay.

  103. As someone who used to be Mormon... by Anonymous Coward · · Score: 1, Informative

    I call bullshit..

    The mormon leaders vary, but most will not "invite you over for dinner" or any other nicety. And they do care A TON about what you do. When I told my bishop I didn't think I believed in the whole Joseph Smith thing, he acted like I'd killed a busload of kids or something. If the mormon church were like you said, maybe I wouldn't hate it so much.

    And, Mormons are taught to respect and unquestioningly obey authority. Look at people who disagree with churhc leaders, do they get taken to a movie? Nah, they get kicked out.

    I'd be scared if the mormons got their hands on this information (and the govermnment here in Utah is pretty much an extension of the mormon church).

    1. Re:As someone who used to be Mormon... by Anonymous Coward · · Score: 0
      The mormon leaders vary,

      I think this is the key point. In particular, the Mormon church establishment in Utah tends to be much less permissive than in areas where they aren't the majority faith (where they are exposed to more different viewpoints rather than living in an echo chamber).

  104. Re: Moron about Mormons by desideria · · Score: 1

    Don't get your magic underpants in a bunch

  105. Re: Moroni about Mormons by Anonymous Coward · · Score: 0

    it's not just utah dumbass.

  106. Apologies to South Park . . by CleverNickName · · Score: 3, Funny

    Utah built a thing called MATRIX
    Dumb-dumb-dumb-dumb-dummmbbbb

    They promise that they won't abuse it
    Dumb-dumb-dumb-dumb-dummmbbbb

    1. Re:Apologies to South Park . . by Joseph+Vigneau · · Score: 1

      Yeh. My girlfriend and I watched that episode, and she thought it was satire. I had to bust out a book about religion and heresy to show that everything they said in the episode was true...

      Never thought I'd learn something from South Park.

    2. Re:Apologies to South Park . . by weeboo0104 · · Score: 1

      I live in a state other than Utah
      Smart-smart-smart-smart-smart.

      --
      It is easier to build strong children than to repair broken men. -Frederick Douglass
  107. Echoes of the past by serutan · · Score: 3, Insightful

    I can just hear my dad saying, when I vented my teenage gripes about our government, "If you don't like it here why don't you go live in Russia?"

    I never wanted to live in Russia. I just wanted America to be the place it's supposed to be. I want American freedom to mean more than the freedom to continue shopping while our trusted leaders take care of everything.

    1. Re:Echoes of the past by Anonymous Coward · · Score: 0

      You don't have to go to russia because...

      In US, Soviet Russia goes live in YOU!

  108. What charges against the governor? by Anonymous Coward · · Score: 1, Insightful

    Steps to fix the problem:

    1) Impeach the governer, and sue him into the poorhouse.
    2) Destroy the data.
    3) Add a constitutional amendment preventing corporate and government data gathering on private citizens.
    4) Never forget that they tried to do this.
    5) Remember why we have the right to bear arms.

  109. Re: Moron about Mormons by Anonymous Coward · · Score: 0

    Who cares? Only the anti-religious can be trusted on religions. You know, religions are like sports, completely useless except at fueling hate and turning people into drooling morons.

  110. Product overview by Elusive_Cure · · Score: 1

    Quoting from http://www1.seisint.com/products.html

    : Accurint is Seisint's family of information products sold commercially to organizations with legitimate business uses throughout the United States. Accurint has the most in-depth information on U.S. individuals and businesses. The associative links, historical residential information, and other information, such as an individual's possible relatives and associates, are deeper and more comprehensive than other commercially available database systems presently on the market.

    Using proprietary algorithms, compilation techniques, and retrieval technology to access data stores containing billions of records, Accurint's ability to deliver high-quality matches and find rates is unparalleled. Given a few pieces of information (e.g. a phonetically spelled name, the city of a previous address), Accurint can rapidly retrieve a complete and accurate picture of an individual or business.

    Although IANAUSCitizen i'm terrified of companies like this one can gather/file and use as fit personal info about all kinds of people...If this is the future, i'm definately gonna quit whatever i do and run to the Hills..... LOL

    --
    Roses are red, violets are blue, most poems rhyme, but this one doesn't... ;^)
  111. Re: Moron about Mormons by Anonymous Coward · · Score: 0

    Bend over, I've heard Mormons take it in the ass regulary.

  112. All the more reason for the Linux Thought Leader.. by RiffRafff · · Score: 1

    All the more reason for the Linux Thought Leader to "obliterate most of Utah, sco.com name servers and all."

    --
    "I might have made a tactical error in not going to a physician for 20 years." -- Warren Zevon
  113. Re:Larry Agran by KevinArchibald · · Score: 1

    It's Agran, not Agron:

    http://www.cityofirvine.org/council/bios/larry_a gr an.asp
    http://www.mpifr-bonn.mpg.de/staff/bertold i/politi k/candidate.htm
    http://www.cjr.org/archives.asp?u rl=/92/2/opinion. asp

    I never heard of him, and I'm from Southern California, but his situation sounds like what's happening with Kucinich.

    Here's an interesting article on the media-driven "money primary" for presidential candidates:
    http://slate.msn.com/id/2085734/

  114. Hank Asher by MENinTENMEN · · Score: 1

    This project was started by Hank Asher. He had to take his name off the company, because of his past. Following are links to info regarding this man. You tell me? Is this the guy we trust to secure this kind of information?
    Florida's flawed "voter-cleansing" program
    Old American Century google for more.

  115. kind of a stretch by Anonymous Coward · · Score: 0

    I dunno, when I look at the name I don't get MATRIX. I get MATIE, which is still kinda cool in a piratey-type of way.

    maybe they could create the Advanced Hybrid Official Y-I can't think of a Y, but then it could be AHOY MATIE. and that would be MUCH cooler. even than MATRIX. which is pretty much played out.

  116. Re: Moroni about Mormons by Anonymous Coward · · Score: 0

    Mormons claim to be Christians, but their theology, doctrines, practices, and beliefs are not.

    Examples:

    Mormons believe Jesus Christ is the spirit brother of Lucifer. The Bible teaches Lucifer is a fallen angel, and that Jesus Christ is Lord.

    Mormons believe they are saved through works; entire books of the Bible (Galatians, Romans) teach against that principle.

    Mormons believe there are many gods. The Bible is quite clear that is wrong.

    So if you're going to trash a Mormonism, please go right ahead. But now you know that they are NOT Christians; if you're going to bash Christians, it's pointless to use Mormons as examples. The LDS Church uses words to sound Christian, they even claim to be so, but they are not.

    Many similar points illustrate why the RCC is non-biblical, but that would be off-topic, so I won't go into that unless asked.

  117. Other states are already participating... by qtp · · Score: 2, Informative

    As mentioned in my rejected story sub from last week, several other states are already participating in MATRIX.

    For more information, you can look at the MATRIX homepage, listen to an NPR program, read some newspaper columns, a findlaw article, and a politechbot writup.

    The list of participating states can be found here.

    --
    Read, L
  118. Re: Moron about Mormons by Anonymous Coward · · Score: 0

    Its interesting that they decided to follow the law of the land; A law which was commanded before polygamy.

  119. chant it with me: USA! USA! USA! by Anonymous Coward · · Score: 0

    now your goverment can lock you up for no reason, and hold you for years AND track your every movement!

    USA! USA! USA! USA!

    BTW:everyone wants to move to america. america is the only place where people are free. amercians are stupid and fat...ooops that last one is ture :-O

  120. Re: Moron about Mormons by Anonymous Coward · · Score: 0

    Your little rant about thinking would have more credence if you knew the difference between 'there' and 'their'. But whatever, this is slashdot, at least I didn't see a 'definately' or 'artical' yet...

  121. Re: Moroni about Mormons by LBArrettAnderson · · Score: 4, Insightful

    Mormons believe Jesus Christ is the spirit brother of Lucifer. The Bible teaches Lucifer is a fallen angel, and that Jesus Christ is Lord.

    Which part of that is contradictory?

    Mormons believe they are saved through works; entire books of the Bible (Galatians, Romans) teach against that principle.

    Where does it teach against that principle? If I'm not mistaken, we are saved through Faith AND Works. There's even a scripture in the bible that talks about that.

    Mormons believe there are many gods. The Bible is quite clear that is wrong.

    We only worship one God. The bible is quite clear that we only worship one God. And please explain in further detail what you mean by "believe there are many gods" so I know you know what you're talking about; because it's quite clear that you do not.

    Definition of a Christian - One who believes in Christ

    Mormons believe in Christ; therefore they are Christians. They also believe in the Bible, so all your arguments are not only innaccurate in the first place, they don't support your point to any extent.

  122. A question... by PSandusky · · Score: 1

    According to the article MATRIX -- Multistate Anti-Terrorism Information Exchange '...cross-references government records from both public and private databases, putting together a dossier on individuals for use by law enforcement.' The state's homeland security specialist dismisses concerns: '...any data gleaned for Utah's participation in MATRIX is information already available to law enforcement.' The Utah legislature is trying to figure out how to get the state out of the program but the question is how was the Governor able to enroll the -whole state- without anyone knowing?"

    For one thing, this sounds like something that deserves a referendum somewhere. I'm more than halfway tempted to wonder if the Governor's up for reelection this year and wanted something he could brag about.

    What I don't understand is, if all of this information was previously available to law enforcement, why bother? The information was already out there for use. Granted, it probably took convincing a judge in order to get it, but this just puts up, unless I misunderstand, one big open file. Just which terrorist groups are out there putting the Mormon Tabernacle on their hit lists such that it justifies putting everyone in the state on record?

    I renew my position that homeland security isn't about security of the homeland at all, but about job security for politicians who would otherwise be SOL.

    --
    "What's the use in being grown up if you can't be childish sometimes?" --Fourth Doctor, "Robot"
  123. If that can happen in Utah, by qtp · · Score: 1

    it can happen in your state or mine.

    See my other post to find a list of the participating states.

    --
    Read, L
  124. Re: Moron about Mormons by Kurt+Wall · · Score: 1
    ...the mormon religion does not condone plural marriage. If you take part in a plural marriage, you are excommunicated.
    Strictly speaking, this is true. Plural civil marriages are, indeed, against the law. But you didn't tell the whole story. A man may marry one woman in a temple marriage -- they are then married for time and eternity. If he later divorces the first wife in a civil proceeding (no matter how un-civil divorce might be), he is not required to divorce her in a temple ceremony. Yet, he can still marry his next wife in the temple (for time and eternity) -- thus, the LDS church permits plural marriage.
  125. Hehe by CausticWindow · · Score: 1

    You Americans are so fucked :)

    Don't let this bother you though, you still live in the land of the free.

    --
    How small a thought it takes to fill a whole life
    1. Re:Hehe by LittleLebowskiUrbanA · · Score: 1

      and where do you live?

  126. Terrorism Plagues Utah by ryanisflyboy · · Score: 1

    I, for one, am just thrilled with Utah's participation in this program. Terrorism is such a major problem in Utah, and we as Utahns need to do our part in preventing it. As I am sure you are all aware terrorist have a major hatred against Mormons, and want to destroy the Mormon run state as quickly as possible. Many of us here in Utah believe that the 9/11 attacks were planned in Utah. That's serious business.

    Also, Utah is such an ethnically diverse state terrorists from all nations have an easy time hiding amongst the extreamly large population.

    There have also been roumers that the salt lake is used as a gigantic swimming pool to train terrorists on how to work in salty environments.

    I am proud that our state is the first state to participate in this most important plan. I have been suspecting that my neighbors might be terrorists. The own lots of guns, they have several off road vehicals, and they talk funny. They have also been known to go "deer hunting" which as we all know is really terrorist trainning. I feel a bit safer knowing that the FBI will soon be paying them a visit once they open up their file.

  127. Re:All the more reason for the Linux Thought Leade by Anonymous Coward · · Score: 0

    yes thank you o reader of /. humour +5

  128. Hiring for Linux by Super1-Dave · · Score: 1
    --
    -- Wherever you go, there you are. BB
  129. Re:America: Wake the fuck up! by kaltkalt · · Score: 1

    yes, I was. And for what it's worth, a "war" is two armies fighting each other. There is no such thing as a war against a noun.

    --

    Stupid people make stupid things profitable.
  130. Re: Moron about Mormons by Moofie · · Score: 2, Flamebait

    Yes! Mod the grandparent down, so nobody gets information that is not sanctioned by the Church. We need to figure out how to shut up those infidels.

    What size are your boots?

    --
    Why yes, I AM a rocket scientist!
  131. NPR story by SufferingSimian · · Score: 2, Informative
    Here is an informative story about MATRIX that NPR did January 20th. MATRIX Shares Crime Data

    It's worth a listen.

  132. Connect the dot-products by Doc+Ruby · · Score: 5, Informative

    MATRIX is the product of the drug-running covert actors who brought us the Iran-Contra connection. Seisint is the data warehouse in Florida for these Matrix apps, started by Hank Asher. He also founded DataBase Technologies, which purged the 2000 Presidential election rolls of 57,000 voters, 95% in error, the majority of them Democrats. Prior to that, Asher flew drugs off Florida through the Bahamas for Iran-Contra. His boss was John Poindexter, director of the "doomed" federal TIA, the mother of all Matrices. A French webpage has the Seisint/DBT (translated to English) connection: Hank Asher. For extra points, Diebold's eVoting division has been run by another convicted Iran-Contra cocaine dealer.

    Now the Matrix, after being rejected by Georgia for its unwarranted invasions of privacy, is making the rounds of the rest of the states which owe Bush Jr favors. Idaho governor Leavitt succeeds Governor Kempthorne, just named the previous Idaho governor, to head the EPA, as it abandons the penalty financing of SuperFund. Check your own state government for the favors it owes Bush Corp., before they sell you to the Bush cronies. Drug dealers, vote fixers, Big Brothers: these are the people we have given the power of the US government. Take a stand now, before you have nothing left to defend.

    --

    --
    make install -not war

    1. Re:Connect the dot-products by Evets · · Score: 3, Interesting

      OK. I'm disturbed.

      I grew up in the land of the free, home of the brave. I don't know how much of the world has changed in my lifetime, but my perspective has changed dramatically.

      Every day on the radio, I listen to people arguing to keep immigrant kids out of schools. I hear about civil rights being stripped, reorganized, recategorized, and minimized on a daily basis.

      Quite frankly, I am beginning to see the US becoming so much like Nazi germany that I'm afraid of what the next decade will bring.

      We are a free people, and a generally happy and prosperous country because of it.

      As more of that changes and we move either to a 1984 type state or even worse to a fascist dicatatorship we will be facing revolution.

      I will not allow this country to turn into a state where censorship and government oversight are the norm, and people are to afraid of the government to speak up. (oh wait, that already happened. what are we doing here people!)

      Here's to hoping the next president is a lame duck.

    2. Re:Connect the dot-products by demachina · · Score: 3, Interesting

      This is a great post. If so then it appears:

      - Poindexter, when he was part of the DOD and DARPA, devises Total Information Awareness, which will collect vast amounts of data on everyone and then use data mining to spot terrorists, or maybe just to spy on everyone.

      - In parallel Florida, presumably led by Jeb Bush, starts funding MATRIX to do pretty much the same thing though its less ambitious. Ironicly MATRIX is devised by a suspected drug smuggler and the person that helped rig the Florida election by disenfranchising black voters.

      - Congress is enraged when TIA becomes public and kills it.

      - The DOD changes the name to Terrorist Information Awareness

      - As nearly as I can tell Congress is allowing Terrorist Information Awareness to continue but under severe restraints:

      http://www.darpa.mil/body/tia/tia_report_page.ht m

      In particular TIA is allowed to use only these two kinds of data:

      (a) foreign intelligence and counter intelligence information legally obtained and usable by the Federal Government under existing law

      (b) wholly synthetic (artificial) data that has been generated, for research purposes only, to resemble and model real-world patterns of behavior.

      It appears Congress must have forbidden using real data on American citizens.

      Meanwhile MATRIX is doing basicly the thing Congress forbad TIA from doing. MATRIX was state funded but now the DOJ and Homeland Security are chipping in $12 million.

      You have to wonder if Congress realizes what kind of suckers they've been played for.

      --
      @de_machina
    3. Re:Connect the dot-products by hendersj · · Score: 1

      Idaho governor Leavitt succeeds Governor Kempthorne, just named the previous Idaho governor, to head the EPA, as it abandons the penalty financing of SuperFund.

      Leavitt was governor of Utah, not Idaho. His successor in Utah is Gov. Walker. Gov Kempthorne has been governor of Idaho since 1998, and is still in office.

      However, the point is still valid. As a protector of the environment, Leavitt has a pretty poor track record.

      --
      Insanity is a gradual process; don't rush it.
    4. Re:Connect the dot-products by Doc+Ruby · · Score: 1

      Idaho governor Leavitt succeeds Governor Kempthorne, just named the previous Idaho governor, to head the EPA [commondreams.org], as it abandons the penalty financing of SuperFund.

      I'm furious about this setup - I let it affect the construction of that sentence. Rephrase:

      Utah governor Leavitt succeeds Idaho Governor Kempthorne as Bush Jr's nominee to head the EPA as it abandons the penalty financing of Superfund.

      If you don't do something about the takeover of the US government, by what was once a minority "covert action" cabal under Bush Sr (in President VP Cheney's old job), even just telling someone who doesn't know some of the facts, you are culpable in the murder of liberty. If you do something, even though the deck is stacked against you, at least you'll still have your conscience, no matter what else they take from you.

      --

      --
      make install -not war

    5. Re:Connect the dot-products by jazmataz23 · · Score: 1

      It's Bush II, not Jr. Juniors have the exact same name. Boy Emporers have roman numerals.

      --
      Death to Argument by Slogan!! (This post twice-encrypted with ROT-13. Replies not using same will be ignored)
    6. Re:Connect the dot-products by danila · · Score: 1

      Do you like digging up dirt about the great Mr. Hank Asher? I would also love to enter "Doc Ruby" into the MATRIX search engine and get information about your drug addiction, parking violations, your subscription to porn sites, etc. :)

      Honestly, I am not so much against transparency, as I am against monopolizing information access and intolerance.

      If I am a muslim child porn trader addicted to LSD, I don't mind everyone knowing about it, as long as they don't harass me for that (if I don't harm anyone) and as long as I can know as much about everyone else.

      --
      Future Wiki -- If you don't think about the future, you cannot have one.
    7. Re:Connect the dot-products by Doc+Ruby · · Score: 1

      I like knowing why the sinister collusion among the leaders of the "vast right wing conspiracy" also seems so eerie. Exposing these racketeers is a step towards stopping them.

      You are as free as am I to search Google for "Doc Ruby", but neither of us has access to the private info that they're giving The Matrix. If you want info about my "drug addiction, parking violations, ", my "subscription to porn sites, etc.", you'll have to invent it - not least because the actual phenomena don't even exist, but it's literally none of your business. And it's nobody's business to have unlimited access to all of that info in one place.

      No one is "monopolizing information access" - we're talking about NO information access to the total information profile of a US citizen, a "separation of powers" for the info agencies.

      I really don't get your post - what is that smiley supposed to mean? I'm "digging up dirt" on Hank Asher? When I post a collection of news reports that he was a cocaine smuggler working for Poindexter, then started the computer companies that helped destroy the 2000 Presidential election in Florida, then this Matrix company with the secret Utah contract, and his connection to Diebold, the company rigging the eVote? Where's your sense of proportion, and value?

      You're nuts if you are somehow impugning me for telling the truth, while the "great" Hank Asher is making millions for secretly destroying your life. But, then, your example of a "child porn trader" who "doesn't harm anyone" is such nonsense that this post is a waste of time. Do you just like seeing your userID on a Slashdot post, or do you actually even read what you yourself wrote? Do you consider prosecuting treasonous criminals to be "harassment"? Do you think that you are protected against betrayal, if only you betray everyone else?

      Adults have privacy, regardless of how harmless our actions. Adults know that infamy is important in eliminating career criminals. We are intolerant of treason, and intolerant of yapping nonsense about "great" scumbags like Hank Asher and his cronies. Get a grip on reality, or keep your fantasy world to yourself while adults discuss the severe reality that threatens us all. And count yourself lucky that our defense of our freedom requires us to defend your freedom too. We're serious about ours, even if yours is just some kind of toy with which to engage in your twaddle.

      --

      --
      make install -not war

    8. Re:Connect the dot-products by danila · · Score: 1

      I really don't get your post - what is that smiley supposed to mean? I'm "digging up dirt" on Hank Asher?
      The goal of the MATRIX (ignoring for the moment the specific detail of this particular implementation) is to provide exactly the same kind of intelligence on all people as you found on Hank Asher. You like to be able to see the whole trail, smuggling, fraud, theft, etc., etc. Police investigators everywhere like to see the same about you. And if you don't have anything criminal behind you, they would like to see that too, just to be sure.

      So, ignoring for the moment such issues as privacy and risk of tiranny, I don't see anything particularly bad about the MATRIX. Of course, these two issues cannot and should not be ignored. But now, thanks to your great example in handling Hank's personal history, we must realise that you can't really outlaw the technology. Once datamining is feasible, it is feasible and incredibly tempting. Go and read some detective story. Don't you realise that when an investigation (anything - murder, tax evasion, etc.) starts, the detectives are dying to find the clues and the results of datamining, narrowing down the list of suspects to the manageable hundred.

      You can argue that citizens should have access to information about politicians (and corporate executives), while the life of an average citizen should be kept private. That would certainly be neat, but as of today, it is somewhat unrealistic. The better approach, in my opinion, would be to create Total Information Awareness of everyone about everything (including everybody). In the brave new world of nanotech, ubiquitous computing, MEMS and smart matter it is inevitable anyway, we better start readying ourselves now.

      In no way I am defending Mr. Asher. What I am trying to point out (rather unsuccessfully, it seems) is that you can't really deny the state the abilities you already enjoy. Hank should be punished for his crimes (if found guilty during the due process by the jury of peers) and his abominable creation (MATRIX) should be destroyed (may be), but it will surface again and again. Even if we manage to stop it time and again, eventually resistance will become pointless, since integrating data from different existing databases would be as easy as googling is today.

      As for the child porn trading, it was a simple litmus test. Apparently, you believe that everything that is against the law is immoral, terrible and should be prohibited, even things that do not directly harm anyone (like trading child porn or smoking pot). Probably, after a few years of brainwashing you will love the Big Brother too...

      --
      Future Wiki -- If you don't think about the future, you cannot have one.
  133. Stop me if you've heard it... by djupedal · · Score: 1

    Cardinal Branch runs into the Pope's study, with its high domed ceilings and white graceful arches, terribly excited..."Calm yourself, my son...what is so important?" ...says JPP II to the wide-eyed Cardinal.

    "Your Holiness!!! I have such amazing news...but it is perhaps a 'good news', 'bad news' thing, I'm not sure how to tell you!?"

    "Good news first, Cardinal Branch....always good news first..." replies the Pope.

    "Amazing!! Christ just called and He is back on Earth!!" replied the Cardinal..."That is good news! Praise mankind's future...and the bad?" implores the Pope...

    "Bad news is....(gulp).... He called from Salt Lake City!!"

  134. Re: Moron about Mormons by Anonymous Coward · · Score: 0

    Oh man is this classic. I am just reading some of your other posts and this one is just very enlightening. You are attacking other people for their ignorance, racism, and bias and then showing your own ignorance by making a vast generalization (and a wrong one at that) about a religion you obviously know nothing about.

    Try mormon.org.

  135. Use this database for only $0.50 to $4.50! by Animats · · Score: 5, Informative
    Seisint offers this database as a commercial service, Accurint, for the low, low price of $0.50 to $4.50 per query. Sign up now for your one week free trial by calling 1-800-332-8244. No signup fees. No monthly minimums. See the impressive Accurint commercial (click on the quarter). "You won't believe what you can find with a quarter."

    The $4.50 "Comprehensive Report" includes "Address Summary, Others using SSN, Date/Locations where SSN Issued, Census Data, Bankruptcy Indicator, Property Indicator and Corporate Affiliations Indicator, Bankruptcy, UCC Filings, Corporate Affiliations, Driver's Licenses, Vehicle Registrations, Property, Merchant Vessels, FAA Pilots, FAA Aircraft, Professional Licenses, Florida Accidents, Voter Registration, Hunting/Fishing Permits, Concealed Weapons Permits, Associates, Relatives (3 Degrees), Neighbors, Criminal Convictions and Sexual Offenders." More advanced searches include arrest data, gun licenses, property ownership, Internet domain name ownership, and a "Patriot Act Search".

    Order now, and get the facts on anyone.

    Much of this information has been available for some time, but never before has it beeen assembled into one convenient package available to anyone at a low price. See product reviews, including "You can't hide from Accurint" and "No Place to Hide".

    Now with XML support, a batch interface for bulk users, and 24 hour tech support!

    If you have a problem with that, tough.

    1. Re:Use this database for only $0.50 to $4.50! by Anonymous Coward · · Score: 0

      only after you fill out a 4 page application stating that you have a legitmate use for the information you collect...and after they search the database for dirt on you!

  136. Correction: by Anonymous Coward · · Score: 0
    Just found out that Texas had been one of the original 13 states. The original states were:

    California, Florida, Georgia, Kentucky, Louisiana, Michigan, New York, Ohio, Oregon, Pennsylvania, South Carolina, Texas, and Utah.

    So Texas must have dropped out before 6/03 when archive.org crawled the site.

    The state information comes from the response to a Pennsylvania "sunshine law" request by the ACLU. The PDF is available from the ACLU site.

    --vs

  137. Re:America: Wake the fuck up! by Anonymous Coward · · Score: 0

    His comment was anti-Europe and pro-America (America as in America the idea). That will result in a mod smackdown faster than anything around here.

  138. Attention Utah! by Performaman · · Score: 1

    The matrix has you. And the funny thing is that, while I am reading this, I am watching "The Matrix". Hmmmm.....

    --

    I have gas, but my car uses petrol.
  139. "It doesn't matter that we have a dossier by Julian+Morrison · · Score: 2, Insightful

    ...because we already have in our official capacity snooped all that information seperately". So the fact that the USA already was a piecemeal police state, is the justification for making it a unified and offical one?

    There is no longer any law, just legislation. There is no longer any law-enforcement - just enforcement. It is no longer possible to be a policeman, and also a good man. The law does not recognise rights; so, rights do not recognise the law. I hereby declare anarchy!

  140. Ob Simsons reference by Anonymous Coward · · Score: 0

    You can't do that. Florida is America's wang.

  141. Does anyone see any similarities? by Evets · · Score: 3, Insightful

    Does anyone see any similarities between the War On Drugs, the War on Terrorism, and the War on Communism?

    We're going to spend hundreds of millions or billions of dollars, piss off the world as a whole, lose our civil rights, and many of us will lose our inalienable rights.

    In the end nothing will have been accomplished but a short period of country-wide unity and a temporary popularity surge for a national leader who really does not deserve it.

  142. See what they've got on you by t_allardyce · · Score: 1

    Isnt there a data protection style act to let you view your own dossier? you have a right to view any data held on you (even internal memos) except in afew cases. Well atleast in the UK you do.

    Given that most politicians are simply scum, would you really be surprised they would do this? im more surprised the information got out!

    --
    This comment does not represent the views or opinions of the user.
    1. Re:See what they've got on you by tuxette · · Score: 1
      Isnt there a data protection style act to let you view your own dossier?

      Not in the United States as a whole. Some states might give one that right, but I don't know which ones they are.

      The closest thing the US as a whole has is Safe Harbor, but this only applies to personal data on persons in the EU/EEA and a few other countries that is sent to the US.

      --
      People say I'm crazy, I got diamonds on the soles of my shoes...
  143. Huh? by bezuwork's+friend · · Score: 1
    So, the IRS i meany theired to searcement, and cour pritightened ...

    WTF? I guess I'm not the only one who occasionally gets a bad connection - you know, the kind where you think you've deleted something but it really isn't or you type in something but it doens't show so you type it in again. Or something.

    Makes it kinda hard to follow.

  144. Vote Bush out by The+Ape+With+No+Name · · Score: 1, Insightful

    Tell your friends, FOFs, random people on the street to vote Democrat. They stink in various other ways, but the last 3 years have confirmed that the Green "there is no difference btw the two parties" bullshit is clear: Republicans RULE. The Democrats GOVERN. If you want a theocracy lead by the mediocre vote for Boy Genius, else lets get America back.

    If we allow that puppet and his masters another four years (they stole the fucking election anyway), the fix is in. Prepare to see an attempt to can the constitutional amendment banning more than 2 presidential terms. It might not help Bush as it couldn't make it through ratification in time, but if they can fully dominate the unthinking middle class and put a second puppet in power in 2008: watch and learn.

    When they kick down your front door, how you gonna come?

    --
    Comparing it to Windows will be a moot point, since El Dorado is going to have a 40% larger code base than XP.
    1. Re:Vote Bush out by SubtleNuance · · Score: 1

      Prepare to see an attempt to can the constitutional amendment banning more than 2 presidential terms.

      Maybe attached to something like an ammendment to enshrine Man-Women Marriage? and making same sex marriage unconstitutional?

      Remember you heard it here first....

    2. Re:Vote Bush out by jazmataz23 · · Score: 1

      Theocracy is incorrect. Bush uses the cross and American flag as props, like flight suits and fake turkeys. The correct term is kleptocracy.

      --
      Death to Argument by Slogan!! (This post twice-encrypted with ROT-13. Replies not using same will be ignored)
    3. Re:Vote Bush out by The+Ape+With+No+Name · · Score: 1

      Or, maybe, Drunken Jockocracy? Wait, he's a good Christian now. The whole notion of an Evangelical Methodist war-monger is so rife with mixed metaphors, I don't know where to start?

      --
      Comparing it to Windows will be a moot point, since El Dorado is going to have a 40% larger code base than XP.
  145. Re: Moroni about Mormons by andih8u · · Score: 1

    Wow, everything in that post is so entirely wrong that its frightening.

    Its amusing to note that most people are whining about their personal freedoms being attacked and blah blah, yet they have absolutely no qualms about attacking people because they don't understand their religion. Hitler would be proud of you.

    --


    slashdot, news for crazed liberal socialist zealots
  146. More importantly what about the rest of us... by Badjojo · · Score: 1

    What are the other states that are part of the pilot program?? The people deserve the right to know!! Moses:Let my people GOOOO!!!!!

  147. You don't need to be a lawyer by MacDork · · Score: 1

    "The right of the people to be secure in their persons, houses, papers, and effects, against unreasonable searches and seizures, shall not be violated, and no Warrants shall issue, but upon probable cause, supported by Oath or affirmation, and particularly describing the place to be searched, and the persons or things to be seized." - US Constitution, Amendment 4.

    I think that's pretty solid grounds for a suit right there.

  148. Re: Moron about Mormons by yourmom16 · · Score: 1
    And, as a side note, isn't it most interesting how the Prophet at the time that the people Utah of desired Statehood received a message from God that polygamy was now against His will, and that particular epiphany came shortly after the United States Congress told the Mormons that if they continued polygamy, they would be denied statehood?

    Polygamy is right when and only when commanded by the lord, as stated in Jacob(I think it was chapter 3.) The Lord probably decided it wasn't worth the legal problems at this time.

    --
    "We have got to make Stan understand the importance of voting, because he'll definitely vote for our guy." - South Park
  149. OK, then. by Linux+Thought+Leader · · Score: 1

    I, for one, welcome my role as the leader of SCO's AND Utah's obliteration

  150. Re: Moroni about Mormons by Anonymous Coward · · Score: 0
    Where does it teach against that principle? If I'm not mistaken, we are saved through Faith AND Works. There's even a scripture in the bible that talks about that.

    Its James chapter 2

  151. quote from Orwell - 1984 by Anonymous Coward · · Score: 5, Informative

    Your post was an excellent one and should be modde d way up.

    orwell in 1984:

    http://www.online-literature.com/view.php/1984/1 7? term=war
    "In past ages, a war, almost by definition, was something that sooner or later came to an end, usually in unmistakable victory or defeat. In the past, also, war was one of the main instruments by which human societies were kept in touch with physical reality. All rulers in all ages have tried to impose a false view of the world upon their followers, but they could not afford to encourage any illusion that tended to impair military efficiency. So long as defeat meant the loss of independence, or some other result generally held to be undesirable, the precautions against defeat had to be serious. Physical facts could not be ignored. In philosophy, or religion, or ethics, or politics, two and two might make five, but when one was designing a gun or an aeroplane they had to make four. Inefficient nations were always conquered sooner or later, and the struggle for efficiency was inimical to illusions. Moreover, to be efficient it was necessary to be able to learn from the past, which meant having a fairly accurate idea of what had happened in the past. Newspapers and history books were, of course, always coloured and biased, but falsification of the kind that is practised today would have been impossible. War was a sure safeguard of sanity, and so far as the ruling classes were concerned it was probably the most important of all safeguards. While wars could be won or lost, no ruling class could be completely irresponsible.

    But when war becomes literally continuous, it also ceases to be dangerous. When war is continuous there is no such thing as military necessity. Technical progress can cease and the most palpable facts can be denied or disregarded. As we have seen, researches that could be called scientific are still carried out for the purposes of war, but they are essentially a kind of daydreaming, and their failure to show results is not important. Efficiency, even military efficiency, is no longer needed. Nothing is efficient in Oceania except the Thought Police. Since each of the three super-states is unconquerable, each is in effect a separate universe within which almost any perversion of thought can be safely practised. Reality only exerts its pressure through the needs of everyday life -- the need to eat and drink, to get shelter and clothing, to avoid swallowing poison or stepping out of top-storey windows, and the like. Between life and death, and between physical pleasure and physical pain, there is still a distinction, but that is all. Cut off from contact with the outer world, and with the past, the citizen of Oceania is like a man in interstellar space, who has no way of knowing which direction is up and which is down. The rulers of such a state are absolute, as the Pharaohs or the Caesars could not be. They are obliged to prevent their followers from starving to death in numbers large enough to be inconvenient, and they are obliged to remain at the same low level of military technique as their rivals; but once that minimum is achieved, they can twist reality into whatever shape they choose.

    The war, therefore, if we judge it by the standards of previous wars, is merely an imposture. It is like the battles between certain ruminant animals whose horns are set at such an angle that they are incapable of hurting one another. But though it is unreal it is not meaningless. It eats up the surplus of consumable goods, and it helps to preserve the special mental atmosphere that a hierarchical society needs. War, it will be seen, is now a purely internal affair. In the past, the ruling groups of all countries, although they might recognize their common interest and therefore limit the destructiveness of war, did fight against one another, and the victor always plundered the vanquished. In our own day they are not fighting against one another at all. The war is waged by each ruling group against its own subjects, and the object of t

  152. Re: Moron about Mormons by Anonymous Coward · · Score: 0
    And, as a side note, isn't it most interesting how the Prophet at the time that the people Utah of desired Statehood received a message from God that polygamy was now against His will, and that particular epiphany came shortly after the United States Congress told the Mormons that if they continued polygamy, they would be denied statehood? I know, silly me, but I found it interesting, anyway.

    Actually, that wasn't supposed to be just a convenient coincidence. The prophet at the time actually said that the church was to end the practice to avoid socio-political consequences that, I suppose, outweighed the benefits of continuing the practice.

  153. Re: Moron about Mormons by yourmom16 · · Score: 1

    I am a mormon, and as you can guess I am using a computer.

    --
    "We have got to make Stan understand the importance of voting, because he'll definitely vote for our guy." - South Park
  154. Need to change the focus by macjohn · · Score: 4, Insightful

    OK, so there's a big database. As many have already pointed out, databases already exist. Trying to stamp out databases of personal information has about as much hope as outlawing pot and sharing music. Waste of time.

    We need to shift the focus of the debate from whether or not the database exists to how it is used. I think we need a new Bill of Rights to protect us from inaccurate and misused information in ANY database.

    People should be able to sue the hell out of a database provider who distributes inaccurate information, and the responsiblility for accuracy should rest on the provider, not on the poor slob being tracked.

    In fact, maybe there OUGHT to be a government sponsored database, because then there would be a specific place to go check for inaccuracies, instead of trying to guess who's got what on you.

    And there should be severe restrictions on the uses that can be made of the information. I don't care if the government knows I marched against the war, but I damn well don't expect to get my taxes audited as a result. It's way easier to enforce restrictions on the inappropriate use of information than it is on the simple collection of it.

    And anyone using data about me from the database should be liable if they can't prove they're using it on me, not someone else. What if you could sue Macy's for opening a credit account in your name using your credit data if it wasn't really you?

    Government doesn't have to be the enemy. This is a place where the power of government could be used to protect us. Of course, you'd have to have a government that cared.

    --
    --Hi. I'm in Portland and it's raining. This appears to be a permanent condition.
    1. Re:Need to change the focus by tuxette · · Score: 1
      Some of the requirements you suggest already exist in EU law and the laws of individual EU/EEA states.

      and the responsiblility for accuracy should rest on the provider, not on the poor slob being tracked

      For example, this is already the case according to Norwegian Personal Data Act, which is based on the EU Personal Data Directive. The data controller has the burden of responsibility for the quality and integrity of the personal data being collected. Furthermore, if personal data finds its way to a third party, it is the responsibility of the data controller of this third party to inform each and every data subject about this transfer. Data subjects have the right to access to information on themselves, as well as to be removed from databases (except for certain government databases) and they have the right to have wrong information corrected, at the expense of the data controller.

      And there should be severe restrictions on the uses that can be made of the information.

      This is the principle of use limitation (tied in with purpose specification): personal data should not be disclosed, made available or otherwise used for purposes other than those specified in accordance with except with the consent of the data subject or by authority of law.

      I disagree with the requirement of government sponsored databases. This violates the principle of use limitation where the data would be used for purposes other than what they were collected for. You would also create a very unpleasant situation if the database were to be hacked, inside or out.

      --
      People say I'm crazy, I got diamonds on the soles of my shoes...
  155. Re: Moroni about Mormons by Anonymous Coward · · Score: 0

    >>Mormons believe Jesus Christ is the spirit brother of Lucifer. The Bible teaches Lucifer is a fallen angel, and that Jesus Christ is Lord.

    >Which part of that is contradictory?

    Since Jesus is God, according to the doctrine of the Trinity, the Devil is then the brother of God, which makes him 'equal' in some sense, which is clearly not correct. If you read Revelations, the final battle of good & evil (after all the buildup, which is described over many chapters...) is described in two sentences (at least in my translation; point is it's quite short: after forces of evil are finally gathered, they're defeated just like that...)

    Now then, Christian is a term that was first used at Antioch (an ancient city). It means "little Christ." The reason we don't follow Smith is because for a prophet, I can't name even one accurate prediction that he made.

    Of the five witnesses who signed about the golden plates, I don't think we even end up with two. I remember one being excommunicated (another leader wanted his wift or something), someone recanting, someone who never actually saw the tablets, and someone who left to become a Methodist.

    Thus, since Joseph Smith does not pass the tests we are instructed to use (in both Testaments) concerning new revelations, we do not accept his additions, we condemn them as heresy, and excommunicate those who practice them. We submit him to the same tests we do for anyone who thinks they're talking with God, whether that be Mohammad, Joseph Smith, or the schitzophrenic at the bus station, and none of those have passed the tests.

    You want to show us some proof? Find me pre-Columbian evidence of some of the things Smith claimed the Native Americans had (we have the form letter from the Smithsonian, thanks--for those who haven't seen it, it says that they do not agree Book of Mormon, insofar as it relates to the pre-Columbian history of the Americas). Find me some accurate prophesies (I'll ignore the ones that just never came to pass for whatever reason; find me some that came true!). Find me a few golden tablets and explain why those pictures I saw are just inverted letters in the Latin & Greek alphabet with a few extra scratches & squiggles? And why they're so sloppy? Normal folks either have some kind of actual pattern, or the elements have a more definite shape. And they generally all fall on a more discernable line, rather than being scribbled all over a surface...

    And hell, we know that languages can be made up *cough*Tolkein*cough* and that people can even do a far more convincing job... Of course, it would've helped to know more about languages... and history... Then again, it's good for us that they're not so convincing. I mean, look at all those folks who believe in crop circles now... I wonder if folks in a few thousand years will look at structures like the Hoover dam as 'magical' should they lose the knowledge of how they were constructed?

  156. Re: Moroni about Mormons by orthogonal · · Score: 4, Funny

    Mormons claim to be Christians, but their theology, doctrines, practices, and beliefs are not.

    My imaginary sky-ghost can beat your imaginary sky-ghost because you deluded heathen don't know that eating shellfish or not mutilating newborn boys makes the sky-ghost really pissy!

  157. Canada's had this since 1985 and no one cares.. by Jemm · · Score: 1

    Wow, I'm glad I'm not American. because Canada is soo much better. HAHAHAHA Yeah right!

    Just one example of why we are sheep waiting to be fleeced.

    Oh and another and and more and amazingly we even sign up for it.

  158. Re: Moroni about Mormons by Anonymous Coward · · Score: 0
    Since Jesus is God, according to the doctrine of the Trinity, the Devil is then the brother of God, which makes him 'equal' in some sense, which is clearly not correct.

    Which part of 'spirit brother' do you not understand?

  159. Get the facts on Mormonism ... by blueberry(4*atan(1)) · · Score: 0, Offtopic
    www.exmormon.org

    (This is a great blog! Spend some time there and learn about the wacko Mormon Church. Truly a bizarre chapter in American history.

    As usual, the ex-members of a cult (yes, Mormonism is a cult) are the ones to talk to, since they have been on the inside and figured it out.

    As is usual in other cults, Mormonism is simpy about founder Joseph Smith's desire to avoid honest work, make money, rule other people, and screw lots of women. He was a charismatic leader much like David Koresh. Some of the funny parts:

    Joseph Smith joined the Masons, and copied all thier secret rituals. This is what mormons do in their "Temples" even today.

    Joe Smith was a great storyteller and treasure hunter in his early days. He used a "peep-stone" (rock) in a hat to trick people into giving him money to locate buried treasure. He used his imagination adn this rock-in-hat to dictate the "Book of Mormon" to a secretary. (this kind of folk magic was popular in new england in the 1800's).

    He had many polygamous "spiritual" wives (the youngest, Fannie Alger, was just 14), all a poorly kept secret to his first wife Emma. His usual M.O. was to send the husband away on a proseliting trip, and marry the wife in a secret ceremony, after which he took her to bed.

    He owned a saloon attached to his house.

    He was feared by the U.S. government because he had an army of 8,000 men at a time when the standing U.S. military was only 2,500 men.

    Polygamy was openly practiced until the U.S. government threatened to withhold statehood for Utah, at which time a "revelation" from God was recieved which put an end to it.

    Racism was openly practiced (no blacks could hold the "priesthood") until in 1978 the U.S. government threatened to withdraw the church's tax-free status, at which time a "revelation" from God was recieved which put an end to it.

    Mormonism is a fascinating, disgusting, bizarre subject. I used to be one myself! (I'm feeling much better now) ;)

    1. Re:Get the facts on Mormonism ... by Anonymous Coward · · Score: 0

      That has got to be one of the most bitter, crocks of BS I have ever seen! Twisted half-truths, and outright made up stuff. Just a bunch of recooked tales that the same people have been passing around for years. Oh yes, all members must be brainwashed, cult demons because they aren't as enlightened as you. It's fine if you dont' believe the same things they do, but I think you are a model example of tin foil hats in the religious world.

      You might want to check into some real data, and find the truths behind the information you are presenting, you'd be surprised. Sure, you may not believe them, but I am definately not inclined to believe that crock you posted, especially knowing my neighbors who do believe in your so called cult.

    2. Re:Get the facts on Mormonism ... by Anonymous Coward · · Score: 0

      enough with the word "cult"... this is completely misleading and purposefully misleading. why don't you define "cult" every time you use the word to describe mormons - because the connotation is "devil worshipers" which is not the denotation.

      Joseph Smith's desire to avoid honest work, make money, rule other people, and screw lots of women

      avoid work? are you kidding me? how much work does it require to do all the things he did? like getting killed?!

  160. Re: Moroni about Mormons by Anonymous Coward · · Score: 0

    Christian is a term first used at Antioch, it is a term which means "little Christ." There was a time when they were known by several names (e.g. "followers of the Way" etc.).

    The Bible has several tests for deciding whether a prophet is from God.

    1) The prophesies they tell come true.
    2) They don't preach of other gods.

    I can't find any true prophesies from Joseph Smith. Most of what I've heard is debate over why the others never came to pass, for whatever reason...

    I can't find any other indication of the Devil being the "brother" of God, since Jesus is God... or any indication that the devil is a god in his own right. Mankind may be a little below the angels, but God is above them...

    Concerning the revelations Smith had themselves, the five folks who attest to the Book of Mormon are insufficient; I'm not even sure that two are left, since there was the fellow who left and became a Methodist (later preaching against Mormonism), the fellow who never actually saw the tablets, the fellow who was excommunicated in a dispute over polygamy (whose wife it was, this was back before the leader who wanted statehood from Utah got the revelation about not practicing it any more... ultimately a good thing I would think, but...) and my memory fails me about the other two, but you can feel free to research it online.

    And I'm purposefully ignoring a number of other matters. I'm just waiting for some Mormon "prophet" to come along and decide he wants to play a game of "Lemmings" with his followers. And yes, I know that real lemmings don't jump off cliffs like that (see Snopes for more details), which is why I referred to the fun little puzzle game we all know.

    Wonder if I'd get moderated flamebait for musing about the little 'bomb' lemmings?

  161. I don't know about anyone else by HangingChad · · Score: 3, Insightful
    But John Ashcroft scares me way more than any group of terrorists. Terrorists can knock down buildings and kill people, but it takes the DOJ and Bush administration to undermine the freedoms that thousands have died to protect. And the mentality that even THINKS creating a dossier on every citizen in the state is a good idea is absolutely abominable. I don't care if it's law enforcement or politics, time to get them into a new line of work.

    Leave it to Utah.

    --
    That's our life, the big wheel of shit. - The Fat Man, Blue Tango Salvage
    1. Re:I don't know about anyone else by Random+Guru+42 · · Score: 1

      "but it takes the DOJ and Bush administration to undermine the freedoms that thousands have died to protect."

      You missed that they used those thousands of deaths to make what they're doing acceptable, too.

      --
      Christopher S. 'coldacid' Charabaruk -- coldacid.net
  162. The Compleat Comments (Abrgd.) by Anonymous Coward · · Score: 0
    All right, for those who don't have the time to read all the comments, let me give you the unofficial Slashdot abridged version. You may be surprised to learn that I can do this without having read the comments.

    "Hey, everybody! the mormans has magic unda-wears!"

    "I think this is really about George Orwell, if you know what I mean . . . (urbane chuckle)"

    "Am I the only one who noticed that it spells MATRIX? Tee hee!"

    "actually, i live here in utah, and the mormon church probably just instituted this so they could keep track of all of their wives"

    "I just thought that I should inform you that the church today doesn't practice polygamy anymore. maybe u should learn to respect other people instead of reading anti-mormon websites. okay, yes i am a member"

    "1984!!!!!"

    "i HATE ALL MORMONS BECAUSE THEY ARE ALL CLOSED MINDED"

    "Okay, well, IANAL, but is this legal? I mean, it seems like this is like Big Brother or something. Okay, you can mod me down if you want."

  163. MATRIX... by Zulu · · Score: 0

    What, no Neo jokes?

  164. HOLY SH*T by acidrain69 · · Score: 1

    Who comes up with these names? It's like they are just SCREAMING big brother.

    Matrix? As in the thing that enslaved humanity and took away all freedom?

    Someone needs to get slapped.

    --
    -- Having a Creationist Museum is like having an Atheist place of worship
  165. You're right by HangingChad · · Score: 1
    My sig is in jest, but truthfully I think the majority in Congress really want to do right by their constituents. But there's a disturbing elitist mentality developing that's clouding just what it is they think we want.

    You can't say your Congressman's kid goes to the same schools, they don't. They go to very exclusive private schools. They have priveledged parking places, they ride in corporate jets to industry sponsored fund raisers in exotic locations, they are surrounded by people so far removed from the average American they could be from a different planet. The perks and the money start to skew their view of the world after a while. The people they socialize with, work with, and spend the most time with are not representative of your life. When I was there I called it being in the tank.

    And you're definitely right about just complaining and not doing anything. You would be surprised the clout a few people working together have even in the insular world of the tank. The story I go back to is Omaha Beach in WWII.

    The allied landing was going nowhere until a few survivors started going from man to man and encouraging them to just pick up a rifle and shoot back. Individually the effort was meaningless, but after a while the collective fire started to make a difference.

    Don't worry about changing the world, just pick a word processor and start firing off polite and reasoned letters.

    --
    That's our life, the big wheel of shit. - The Fat Man, Blue Tango Salvage
  166. Re: Moron about Mormons by willutah · · Score: 1
    Sorry, you are almost completely misremembering. There is not an "Orthodox" branch, and the "Reformed" break-off of the Church does not practice polygamy. Those who practice it in this day and age are not recognized as Mormons by the leaders of the Church nor the members.

    However, you are correct that the Church of Jesus Christ of Latter-day Saints, what Mormons (such as I) consider the mainstream, condemned polygamy. If you want to understand more, go to http://www.mormon.org.

    In particular, if you would like a better understanding of the Church's position see What is the Church's position on polygamy?

  167. Hate to say it... by Anonymous Coward · · Score: 0

    But this sounds fake. A state like Utah, home to SCO, creating something stereotypically authoritarian, and calling it "Matrix." It actually reminds me of the "Homeland Security Cultural Bureau" or whatever that was called. Except it also reminds me of Total Information Awareness, which /wasn't/ a hoax.

    Maybe governments will learn from these past examples and name things like this more mundanely in the future. Like "Constitutional End-User Registration and Customer Service Department," instead of "Civilian Tracking and Punishment Authorization System."

  168. Re:America: Wake the fuck up! by the+arbiter · · Score: 1

    We're fighting the war for freedom! You'll understand that this means you'll have to give up your freedoms so we can win the war for freedom.

    --
    Boycott everything - they're all trying to fuck you one way or another
  169. your SS# is a SERIAL NUMBER! Get it yet? by Anonymous Coward · · Score: 0

    You are therefore PROPERTY of the government, serial number and all, just like any other government property.
    So STOP USING THAT NUMBER for everything!
    Damn people, get a clue, it's all over the internet if you bother to look and quit with the beer.

  170. So you live in Utah? by OneIsNotPrime · · Score: 1

    In Utah, eh?

    Let's see here... BWJonah, BWJankowicz... ah.. here we go, BWJones' dossier:

    *****
    MATRIX program
    BWJones-
    Suspect individual. Member of suspect community 'slashdot.org'
    *****

    Let's make a note here- "Criticizes MATRIX program. On record questioning official government actions. Criticizes governor. IP logged. Prepare storage vat #77257383-B3123-304. Log all nueral transmissions. Monitor for contact with rebel forces."

    --

    ---

    WARNING:Slashdot karma not redeemable in the afterlife.

  171. So what's to prevent offshoring of the data? by The+Optimizer · · Score: 1

    So what's to prevent this company from selling the information to the highest bidder?

    What I want to know is this: What's to prevent said private company from moving their data processing operations offshore where they can do the work cheaper? In such a case, what's to prevent the government of that country, or other entities, from stopping by and getting a copy of the database(s)?

    If I worked for a foreign government that wanted to 'compromise' a few US citizens for their intelligence program, what better way to select targets. There are many different possibile uses for that data by foreign interests that one could imagine.

  172. Re:America: Wake the fuck up! by SubtleNuance · · Score: 4, Insightful

    America: Wake the fuck up! (Score:-1, Troll)
    by Anonymous Coward on Saturday January 31, @07:23PM (#8146965)
    Please... Europe has never been "free", but until recently we here in the old country could aspire to going to america. Now, america is turning into prewar germany, and we've got no where to go. Stop it! before it's too late!


    This AC got modded Troll. But I wanted to repost it.

    I'll tell a little story. I read, not too long ago, a story written by a daughter of a German migrant. This women's parents left germany during/before the true rise of Hitler.

    Now, for those who may have only thought of Nazis as Evil Ones(TM) in a cartoon manner, stop and consider their rise to power. There *was* wide-spread support for the Nazis. They won an election to take power -- Germans SUPPORTED the Nazis. The nation was in a state of euphoria, literally in love with the notion of their own greatness...

    This women's parents left because they sensed something basic and unsettling was happening. They new what Germany was becoming and where it could lead.

    Near the end of her article she spoke about the USA. Its hubris, its sense of infallibility and selfrighteousness. She wondered if she would have the strength and wisdom to recognize when the USA had reached this tipping point, she wondered if it was now... or would be soon.

    As a foriegn observer (Canadian) I just want to tell you that this Matrix stuff is not a surprise. The USA (its government) is heading off on a very strange tangent. Just consider for a moment that the world watched -- with not a little public objection -- the USA invade and occupy two foriegn nations.... whatever you might think justified this act, please consider: The USA is actively invading other nations unprovoked*.

    I want people to see what this AC is saying, because I agree. If you think you can sit back and reelect a Republicrat (again, as you have continuously for 100 years) and things will get better you're very wrong.

    Let me lay it out, something is very wrong with the USA; its fat, angry, powerfull and violent. Your leaders think they world belongs to them -- and you citizens are sheep -- and we are all going to suffer immensly if something is not done to re-align the USA.

    This Matrix stuff is nothing.

    * the WTC crashes were criminal acts, the kind of behaviour that requires police, not armies... unless of course you are the kind of proto-fascist-jingoist-American I am worried about, who refuses to consider this reality....(and the article-author sees her country-men becoming)

  173. Re: Moroni about Mormons by Anonymous Coward · · Score: 0

    About the three witnesses to the golden plates (Book of Mormon)--all three of them left the LDS church for a time. One returned, two did not. Each of them, pointedly, to the day they died, made it clear that even though they had a falling out with the leadership of the church or a disagreement on doctrinal principles, they could never recant their testimony that they had seen the golden plates. They were very clear on that point. Leaving the church and denying their testimony are two very different things. What more forceful testimony could you have than to have someone stick to their testiomony who has nothing to gain, and plenty of spite against a church they once participated in? Still they all stuck to their testimonies--they saw the plates.

  174. Re: Moron about Mormons by Colonel+Cholling · · Score: 1

    Hello!?! That's some anti-mormon website. You want real info on the church goto www.lds.org.

    Slashdot? That's some anti-SCO website. You want real info on the company goto www.sco.com.

    --

    I am Sartre of the Borg. Existence is futile.
  175. Re: Moron about Mormons by operagost · · Score: 1, Interesting
    Here's the truth from The Doctrine and Covenants, section 132:
    61 And again, as pertaining to the law of the priesthood-if any man espouse a virgin, and desire to espouse another, and the first give her consent, and if he espouse the second, and they are virgins, and have vowed to no other man, then is he justified; he cannot commit adultery for they are given unto him; for he cannot commit adultery with that that belongeth unto him and to no one else.
    62 And if he have ten virgins given unto him by this law, he cannot commit adultery, for they belong to him, and they are given unto him; therefore is he justified.
    63 But if one or either of the ten virgins, after she is espoused, shall be with another man, she has committed adultery, and shall be destroyed; for they are given unto him to multiply and replenish the earth, according to my commandment, and to fulfil the promise which was given by my Father before the foundation of the world, and for their exaltation in the eternal worlds, that they may bear the souls of men; for herein is the work of my Father continued, that he may be glorified.
    64 And again, verily, verily, I say unto you, if any man have a wife, who holds the keys of this power, and he teaches unto her the law of my priesthood, as pertaining to these things, then shall she believe and administer unto him, or she shall be destroyed, saith the Lord your God; for I will destroy her; for I will magnify my name upon all those who receive and abide in my law.
    If you're willing to read the entire section from the beginning, you'll see that Smith erroneously deduced that, because Biblical patriarchs like Abraham had multiple wives, that it was perfectly all right for anyone to. But these patriarchs were human beings, and did evil. Moses committed murder, and Abraham let Pharaoh sleep with his wife in order to save his own hide. We know that God didn't encourage these actions. It's just as obvious when you read Genesis that God didn't say, "Hey, you want a kid? Knock up Hagar here!" On the contrary - he told Abram back when he packed his things and set out for Canaan that Abraham would beget a great nation. But no, Sarai convinced him that she was barren and that he was going to have to get some strange if he wanted an heir. I'm sure when your wife is giving you permission to go on a poon-tang expedition, you don't need much encouragement.
    --

    Gamingmuseum.com: Give your 3D accelerator a rest.
  176. Re: Moron about Mormons by MoronGames · · Score: 1

    Yeah, you summed it up pretty well.

    Many of the so called "fundamentalist" Mormon sects denounce the main Mormon church because they banned polygamy only to become a state, and they claim those who claim that God told them that polygamy was wrong are liars.

    Actually, there are many Mormons practicing plural marriage. Now, in most (maybe all, I'm not really sure) states, polygamy is illegal. So, they get married through the church, but not officially with the government, and then they are able to collect welfare with all of the kids that they have to these wives. Kind of sad that our welfare system gets ripped off in such a way. Literally millions of dollars are lost to this each year.

    --
    hey!
  177. Re: Moroni about Mormons by Anonymous Coward · · Score: 0

    > can't find any true prophesies from Joseph Smith.

    You obviously haven't looked then. If you read his writings, you can find many. Everything from the civil war, to his own martyrdom.

    >five folks who attest to the Book of Mormon are insufficient;

    11, besides Joseph Smith Jr.
    and why is that insufficient, because you weren't invited? If you read the bible, it says that merely two to three are required.

    Also, about the witnesses, yes, some didn't want to agree with the leaders, but not a single one would ever go back on their word about the plates, and their translation. At all.

  178. Re: Moron about Mormons by operagost · · Score: 1
    And, as a side note, isn't it most interesting how the Prophet at the time that the people Utah of desired Statehood received a message from God that polygamy was now against His will, and that particular epiphany came shortly after the United States Congress told the Mormons that if they continued polygamy, they would be denied statehood?
    That bit of information there should help convince anyone mired in the Mormon religion to break free. "He who is the Glory of Israel does not lie or change his mind; for he is not a man, that he should change his mind." - 1 Samuel 15:29
    --

    Gamingmuseum.com: Give your 3D accelerator a rest.
  179. Re: Moroni about Mormons by operagost · · Score: 1

    What does "believe in christ" mean to you? It doesn't mean believing he exists - that's pretty much a no-brainer for everyone outside of the belligerent left-wing anti-historicist set. As to whether he is the Son of God, a Person of God, who lived a perfect life so he could die in the place of humanity - that's what a Christian believes. If Jesus is Satan's brother, then either Satan is also God or Jesus is not.

    --

    Gamingmuseum.com: Give your 3D accelerator a rest.
  180. Re: Moron about Mormons by operagost · · Score: 1

    Well, double-dumbass on you!

    --

    Gamingmuseum.com: Give your 3D accelerator a rest.
  181. Re:glad i dont live in utah.... by Dascen · · Score: 1

    Glad I don't live in Utah...

    Or in:
    Connecticut
    New York
    Pennsylvania
    Ohio
    Georgia
    Florida
    Michig an
    (according to the MATRIX website)

    Plus aparently 5 more according to the article quoting 13 particpating states.

    --
    -blar
  182. more classic quotes by SanityInAnarchy · · Score: 3, Insightful

    The Matrix is everywhere. It is all around us. Even now, in this very room.

    Neo: Right now, we're inside a computer program?
    Morpheus: Is it really so hard to believe?

    What is the matrix? Control. It was built to keep us under control...

    The Matrix is a system, Neo. That system is our enemy. When you look around, what do you see? Businessmen, lawyers, carpenters, the very minds of the people...

    But of course we must honor the best quotes from each of the three movies:

    The Matrix:
    Context: Morpheus jumps a massive gap between two skyscrapers
    Neo: Woah.

    Reloaded:
    Context: Neo throws a smith out of the battle, where he lands, hard.
    Smith: More!
    More context: (More smiths charge in)

    Revolutions:
    Context: Neo runs out of the train station, off to the left, and we see him come back into the train station on the right.
    Neo: Shit!

    That sums up the three movies, and also the main reactions that this MATRIX thing seems to be inspired by:
    Woah!
    More!!
    Shit!!!

    --
    Don't thank God, thank a doctor!
  183. Huh? you don't know what you are talking about by Anonymous Coward · · Score: 1, Informative

    Since Jesus is God, according to the doctrine of the Trinity, the Devil is then the brother of God, which makes him 'equal' in some sense,
    so, the infant is the equal of the big brother? at, say running? not a chance. Your logic is flawed. You could make an argument that they were at one time equal, but went in different ways. Think stunted pine tree next to it's genitic brother who grew normally. Reread Revelations, lucifer rebelled and was cast out, he fell, and no longer even has the ability to become equal. This whole question is easier to understand when you know that we all are spiritual brothers and sisters, Christ and Lucifer, Gandi and Hitler, Paul and Pilate, you and me. . . You may not agree with this, but seen with this light, there is nothing contradictory about Christ and Lucifer being brothers. Oh, the doctrine of the trinity is based on the greek philosophers, was adopted by the christians in the nician (sp?) creed ~300AD. was not taught by any of the apostles.

    Five witnesses? there were no five witnesses, there were three who were shown the plates by an angel, and eight who were shown the plates by Joseph Smith himself. You are ignorant of the facts, both the number and the fact that none of them recanted their witness, dispite several of these witnesses leaving the church. And not over wives either.

    You want to show us some proof? Find me pre-Columbian evidence of some of the things Smith claimed the Native Americans had

    Ok, when the book of mormon was published, The Mayan ruins were unknown, and even Cortez and the Aztecs were forgotten history. The book of mormon talks about multiple large cities at a time when the 'experts' counted all natives as savages incapable of such. Add to this the fact that the timeframe the book of mormon (BoM) gives to the jaredite people matches the olmec history to within a hundred years or so. (neither the arch. evidence nor the BoM is any more specific than this anyway) Unfortunately the common idea among mormons that the 'land north' and the 'land south' in the BoM were north and south america (!!!) does not help our (yes IAAM) cause, as that is NOT supported by the arch. evidence at all. (the BoM does not really either but... people are stupid, even some mormons) The Smithsonian? yea, imagine this 'Yup the BoM seems correct, there is no way short of revelation Smith could have known this, he must be a prophet, but we are not joning anyway, we like our own incorrect religions too much. - the Smithsonian' ---- Whatever.

    The pictures you saw were drawn by artists who never saw the plates, and probably never read the descriptions of them beyond 'gold plates'... there are no photo's

    Other prophicies? Try the Civil war, the fact that it would start in SC, and that it would hurt the Missouri / Kansas area the most (Bloody Kansas lasted the whole war, almost destroyed the area) and that the mormons would end up in the rocky mountians? (he died before they left for Utah)

    I don't expect that I convinced anyone here, but I hope I pointed out enough to let people see that the parent is an ignorant troll.

    (I'd not post AC but I haven't signed up yet)

  184. Re:As someone who is Mormon... by Anonymous Coward · · Score: 0

    >I'd be scared if the mormons got their hands on this information (and the govermnment here in Utah is pretty much an extension of the mormon church).

    Bull.

    The LDS church enforces a strict policy of keeping it's hands out of politics like that. It will not endorse any politician over another. They may support individual laws, but they cannot pull any strings, because they don't have them.

    And besides, every politician in Utah knows they have an aclu rep dedicated to watching them. They even breath something that smells "mormon" and they have a lawsuit on their hands. Heck one non-lds representative recently held a meeting with an LDS church leader, asking for their opinion on an alchohol law he was preparing. He was taken to court because he catered to a special interest! The fact that he also met with leaders of other community organizations didnt' matter. And the fact that he wanted to get the opinion of the largest religious demographic in his area couldnt' be useful at all!

    >And, Mormons are taught to respect and unquestioningly obey authority. Look at people who disagree with churhc leaders, do they get taken to a movie? Nah, they get kicked out.

    Unquestioningly? no, even the youngest kid is taught what are commonly referred to as the "seminary answers". Search, Ponder, Pray. Not accpt blindly. Everybody is told nonstop, to find out for themselves.
    If you do not believe in something, well then, you that is your decision. If you do something spcifically against the rules, you have to repent. If it's a serious enough thing, then yes, as a last resort, your are removed.

  185. Re: Moroni about Mormons by LBArrettAnderson · · Score: 1

    Christ and Jesus do not mean the same thing. Christ is the title given to Jesus. If you believe in Christ, you believe that Jesus was the son of God on the earth.

  186. Re: Moron about Mormons by Anonymous Coward · · Score: 0

    Fuck you, your 9 wives, and your imaginary friend. Grow a brain.

  187. Re: Moron about Mormons by Anonymous Coward · · Score: 0

    Is having an imaginary friend ignorant?

  188. Re: Moron about Mormons by ScarKnee · · Score: 3, Insightful

    Gee...
    Why is it that anytime a posted article that contains the word Utah or SCO or Novell people automatically assume the Mormons are behind it. Sure, some Mormon folk may be working at these places, but I am sick of people bashing the LDS Church anytime the state of Utah is mentioned or implied in an article.

    It's all a big waste of time (like this post, too).

    The article is about something serious. A supposedly Republican/Conservative governor signed my entire state up for this MATRIX thing... I am none-too-happy about this one. It seems like all the conservatives have lost any spines they said they had and turned into tax and spend liberals and big government, big-brother types.

    I am quite happy that he's left Utah for the EPA. He's always been a shifty character in my IMHO.

    Please stick to the topic at hand. The Church of Jesus Christ of Latter-Day Saints had nothing to do with the MATRIX. The MATRIX is very intrusive. Mormon-bashing is very stupid and a waste of typing, talking, thinking, etc.

    Good night and have a pleasant tomorrow. - SNL Weekend Update

  189. Re: Moron about Mormons by althalus · · Score: 1

    >Actually, there are many Mormons practicing plural marriage

    Umm, no actually. There are people practicing illegal poligamy, but the church does not sanction it. Quite the opposite actually. That is something the church has zero tolerance for.

  190. Re: Moron about Mormons by Bryan+Gividen · · Score: 1

    Except that it was common place in Samuel's time to have concubines and multiple wives... so why again do so many Christian sects have a problem with it now?

  191. Re: Moron about Mormons by althalus · · Score: 1

    Interesting, so tell me, have you taken your blood offerings to the levites recently? Better be careful, by typing that message you might have done too much work for the sabbath.

    No, God is unchanging. He has caused laws to be changed for man, depending on their ability to act, as well as the need. If you look at the historical reasons for why the LDS practiced poligamy, it's also easy to see why there was a reason to stop when they did.

  192. Re:As someone who is Mormon... by Anonymous Coward · · Score: 0

    The LDS church enforces a strict policy of keeping it's hands out of politics like that. It will not endorse any politician over another. They may support individual laws, but they cannot pull any strings, because they don't have them


    Yea... How about this? http://www.mormonstoday.com/020111/T2UTAlcohol01.U S.UT.Prov.shtml

    It is also why Boyer Co. can't get the Gateway rezoned to allow a place like Target in, until the LDS church approves of it.

    How about the church getting most local governments to reschedule meetings from Monday night?

    I could go on... They may officially deny having any political power, but anyone who has lived in Utah knows otherwise. Most Utah politicians are Mormons and rarely stray from the LDS church's position on things anyway.

    Unquestioningly? no, even the youngest kid is taught what are commonly referred to as the "seminary answers". Search, Ponder, Pray. Not accpt blindly. Everybody is told nonstop, to find out for themselves.

    And how many times has said kid been told "Follow the prophet"? You can pray all you want, but if what you supposedly get in return is contrary to what a leader says, then you must have prayed wrong. If I were still a mormon and prayed about, say, drinking alchohol and God told me it was ok to do so, I would be punished. Likewise, if I challenged the authority of the leadership or questioned openly things they had said, I would be punished also. Many people have been kicked out of the church for questioning what the leaders have said.

  193. Re: Moron about Mormons by Bryan+Gividen · · Score: 1

    Whoa whoa whoa... because I'm tired and don't want to respond with a huge post, I'll nail the main points.

    -Which branch of the Catholic church do you follow? Protestant? Baptist? What, you mean to say those aren't branches of the Catholic church? Much the way the Catholic church splintered, there were those in the church who split off into their own groups, thus completely breaking off from the LDS church. They are not a branch and shouldn't be considered part of the LDS church.
    -For questions on polygamy inside the LDS religion, read the Book of Mormon, read Doctrine & Covenants, and then pray about it. That's a Mormon's answer for anything. ;-)

  194. Re: Moroni about Mormons by althalus · · Score: 2, Informative

    >Mormons believe Jesus Christ is the spirit brother of Lucifer. The Bible teaches Lucifer is a fallen angel, and that Jesus Christ is Lord.

    http://www.mormon.org/learn/0,8672,791-1,00.html

    >Mormons believe they are saved through works; entire books of the Bible (Galatians, Romans) teach against that principle.

    that would be Faith and works. Big difference. And the book do not teach against works, they talk about the importance of faith. Just like they teach about the importance of works. "Faith without works is dead" is a quote that pretty much sums that up.

    >Mormons believe there are many gods.

    Read the above link for what we actually believe. We have one Father in heaven.

    > But now you know that they are NOT Christians;

    Do please explain.
    http://scriptures.lds.org/a_of_f/1
    #1, WE abelieve in God, the Eternal Father, and in His Son, Jesus Christ, and in the Holy Ghost.
    Yeah, that doesnt' sound Christian at all

    >The LDS Church uses words to sound Christian, they even claim to be so, but they are not.

    Now that *really* doesn't make sense. We say we aren't, but we can't be. We must all be lying hunh? So when we say we worship our heavenly Father, We believe in the Atonement of Christ, and in the Gift of the Holy Ghost. Do tell, what am I really saying? Are these all magical codewords or something?

  195. The Abridged Compleat Comments (Abrgd.) by Absurd+Monkey · · Score: 2, Insightful

    "...mormons."

    "...the MATRIX!"

    "1984!!!!"

    --
    All rights reserved. All wrongs reversed.
  196. Re: Moron about Mormons by Malcontent · · Score: 1

    The practise continues and is commonplace. They don't legally get married but they have many "wives" who live in different residences and the male takes turns "visiting" the other wives. Frequently all the residences are on the same property of a small enclave/town. These wives usually pop out a kid once a year too. I know more then one person who has over 20 children.

    Disgusting if you ask me.

    --

    War is necrophilia.

  197. Re: Moroni about Mormons by althalus · · Score: 1

    >if Jesus is Satan's brother, then either Satan is also God or Jesus is not.

    *or*, there is a belief in what happened before this earth, and that satan is, as described in the bible, a fallen angel. We are all children of God, and Satan was one too. He fell, and took his followers. Christ however offered to be the sacrifice needed for the Fathers plan. He made the perfect sacrifice, so that we may be saved. Satan, as us, was our brother, but fell from glory.

  198. Faith and Works by althalus · · Score: 1

    http://scriptures.lds.org/james/2 for those who actually want to read without leaving the screen :)

    The whole chapter is important, giving a great example, which is most notably, summed up in verse 24, and 26.

    Moral: you need faith. And the sign of truly having faith, is acting upon the principles you have faith in. Otherwise it is for naught. If you don't exercise your faith, then you really dont' have any.

    1. Re:Faith and Works by Anonymous Coward · · Score: 0

      Oh, I have faith I do.

  199. It was the legwork that kept it safe though by WinterpegCanuck · · Score: 1

    The key to the 'privacy' is the fact that it took effort and expense so only parties with a vested interest or valid enough reason to seek someone would put forth the capital. Making all the information available for a quick 14.95 five minute search opens it up for abuse. It is the difference between $.49 a stamp per spam in the physical mail world (in my country anyways) to the fraction of a penny per message in the digital world. With such a low cost of entry every highschool newspaper will be digging up dirt and making life a good deal more annoying.

  200. Yeah they're called Libertarians by Anonymous Coward · · Score: 0

    asdf

  201. The thing about terrorists... by holizz · · Score: 2, Insightful

    is that they can only take lives but it's dictators and laws secretly passed that takes freedom.
    Sure you could argue that it's a freedom to live but what's the point of living if you're being watched all the time? In the words of a famous Scottish leader in a film: You can take our lives but you will never take our freedom.

  202. IRS data sharing in Nixon Era by bmasel · · Score: 2, Insightful

    Nixon tried to use IRS data against political enemies. More often than not, the Civil Service level IRS employees found ways to stifle his efforts. Things like "Sorry sir, I can't seem to find the file for Abbie Hoffman. Check back in a couple days.

    Matrix removes that level of human review.

    --
    Ben Masel: 51,282 votes for US Senate in the Wisconsin Democratic Primary
  203. how ironic by CAIMLAS · · Score: 3, Interesting

    Does anyone else think the irony of a similarity between The Matrix, a society completely entrapped by the governing powers (machines), and the name of this act (MATRIX), which makes that same entrapment all the more possible seem kind of odd to anyone else? Surely the politicians realized that this would draw a very definite parallel in the minds of most people, particularly those that are fans of the film.

    Maybe they did it to discredit the voices of those that protest the act? "Oh, they're just geeks with a Matrix obsession, and are overreacting because they're all anarchists."

    Otherwise, why else name it MATRIX? You'd think they'd want to avoid anhy sort of association with complete thought control. Right?

    Or is this simply a sign of how incredibly subdued the average citizen is already?

    --
    ~/ssh slashdot.org ssh: connect to host slashdot.org port 22: too many beers
    1. Re:how ironic by JasonAsbahr · · Score: 1

      "PATRIOT Act"

      "Operation Iraqi Freedom"

      Yeah.

  204. Re: Moron about Mormons by MoronGames · · Score: 1

    There's more than one Mormon church, however. The most popular does not allow it, but ALL of the others do.

    --
    hey!
  205. Re: Moron about Mormons by Anonymous Coward · · Score: 0

    Is plural Marriage kinda like Bigomy?

  206. Best flamebait article ever! by Anonymous Coward · · Score: 0

    SCO flames, religious flames, Matrix flames, Big Brother flames ... everything is on topic here!

  207. Re: Moron about Mormons by Lord+Kano · · Score: 1

    The LDS Church may no longer condone multiple marriage. The "Book Of Mormon" does not forbid it. There are still communities of polygamists in Utah.

    That comment merely shows your ignorance and is not really funny at all.

    On the contrary, that comment showed an accurate knowledge of history and IMO was very funny.

    LK

    --
    "Hi. This is my friend, Jack Shit, and you don't know him." - Lord Kano
  208. Re:America: Wake the fuck up! by Anonymous Coward · · Score: 0

    I have only one problem with your comment that the response to the WTC crashes needed police and not armies. How do you capture someone with a police force in another country that hates your guts, wants you to die, and is aiding the people who want to kill you? The US government had asked the Taliban many times over about 5 years to give up Osama, but the refused. Do you actually think the world would have been better off if the US response to the WTC attack was to just yell at the people who caused it?

    Another problem is you are grouping two wars that had drastically different response in world public opinion. While there were a lot of protests against the war with Iraq, there were very few people saying we should not attack Afghanistan becuase nearly everyone agreed with us.

    Now, I'm not saying this MATRIX stuff/Patriot Act/Assaults of civil liberties is a good idea. In fact, the quicker it dies, the better.

    I think the real problem with the US is that our presidential/senate candidates cater to much to the extremes to get elected, which makes it much harder to take a more moderate position.

    Plus, nearly all third party candidates take some sort of extreme position on an issue, that even if the rest of their platform makes sense, they would just be unelectable.

    Oh, and I was just wondering. How is another country/group of countries in today's global world going to "realign" the US. They aren't, because the only real way to create change in a country is to have the citizens make the change. So, US citizens above 18, VOTE, or nothing will change.

  209. Re: Moron about Mormons by Lord+Kano · · Score: 1

    Umm, no actually. There are people practicing illegal poligamy, but the church does not sanction it. Quite the opposite actually. That is something the church has zero tolerance for.

    Perhaps he was not clear enough in his statement. There are people who call themselves Mormons, who read the Book of Mormon, and who follow the older tenets of the Mormon church who practice polygamy.

    LK

    --
    "Hi. This is my friend, Jack Shit, and you don't know him." - Lord Kano
  210. Re: Moron about Mormons by Lord+Kano · · Score: 1

    And, as a side note, isn't it most interesting how the Prophet at the time that the people Utah of desired Statehood received a message from God that polygamy was now against His will, and that particular epiphany came shortly after the United States Congress told the Mormons that if they continued polygamy, they would be denied statehood?

    I went to high school with a girl who is a mormon. The mormon religion forbids alcohol. So, I asked her if it's a sin to drink alcohol, why did Jesus turn water into wine and give it to people?

    She didn't know. She went and asked the elders of her local church. The answer they sent her back with was that at the time, there may not have been enough potable water and it would have been safer to drink wine. Since we now have better access to potable water, it is a sin to drink alcohol.

    If Jesus was the son of God. WHY THE HELL COULDN'T HE HAVE JUST MADE THE WATER SAFE?

    I never got an answer to that question.

    --
    "Hi. This is my friend, Jack Shit, and you don't know him." - Lord Kano
  211. mod up as funny please!!! by Anonymous Coward · · Score: 0

    mod up as funny please!!!

  212. Utah is one state I don't want to live in by Anonymous Coward · · Score: 0

    ...and happily I ain't.
    What about throwing in Utah as a bonus when Texas becomes independent again as it should? Leaves the remaining US a better place :-)

  213. Re:America: Wake the fuck up! by Anonymous Coward · · Score: 1, Insightful

    So, US citizens above 18, VOTE, or nothing will change.

    And then watch as a Diebold voting machine counts your vote as a vote for Bush.

  214. Re: Moron about Mormons by stormcoder · · Score: 1

    If you come to Slashdot for the truth on SCO, that is truly stupid. You want to get the truth on SCO you go to the source, which is the court system. Unfortunately, where religion is involved there are no objective third parties. Posting a link to a misleading ant-mormon site is not going to win any arguments.

    --
    Sorry my bullshit sensor overloaded.
  215. Question? What question..... by ibm1130 · · Score: 2, Funny

    "The Utah legislature is trying to figure out how to get the state out of the program but the question is how was the Governor able to enroll the -whole state- without anyone knowing?"

    Well d'uh. Never heard of an opt-out list?

  216. Re:one of 13 states? - Pennsylvania already had by buzzcutbuddha · · Score: 1

    Interestingly enough about this list is that PA, home of Homeland Security Lord, Tom Ridge, has had a program just like this before they signed into MATRIX.

    It's called JNet and it was one of the earliest such systems built in the US for law enforcement.

    So not only does MATRIX have you, but now JNet too.

    The big issue for me is that law enforcement is now getting this data without having to use a warrant. They used to have to get a warrant to check public sources of data. This made sense, because they have more authority and power than, say, a private investigator. But systems like MATRIX and JNet remove the necessity of getting a warrant, which removes judicial overview from the process, and keeps police searches of your records more secret.

    That's what I don't like.

  217. Translation ... by blueberry(4*atan(1)) · · Score: 1
    In other words, you're saying "I'm a Mormon, and I'm outraged!!! You don't agree with the propaganda I've been fed!!! There's no way I've been lied to, It's YOU! You're dumb!"

    Yeah, whatever. I know it doesn't seem possible to you, but there is a lot you haven't been told. All I can say is that the internet is your friend. Use it to find out more. I know I won't change your mind, but I wish you luck. Remember: "One man's conspiracy theory is another man's bussiness plan."

    Here is a great quote:

    "... religions are tough. Either they make no contentions which are subject to disproof or they quickly redesign doctrine after disproof. The fact that religions can be so shamelessly dishonest, so contemptuous of the intelligence of their adherents, and still flourish does not speak very well for the tough- mindedness of the believers. But it does indicate, if a demonstration was needed, that near the core of the religious experience is something remarkably resistant to rational inquiry." -- Carl Sagan, Broca's Brain

    BTW, Here is the definition of cult. I think the term is very appropriate, given the devotion of Mormons to their "authoritarian charismatic" Prophet.

    CULT:

    1a. A religion or religious sect generally considered to be extremist or false, with its followers often living in an unconventional manner under the guidance of an authoritarian, charismatic leader. b. The followers of such a religion or sect.
    2. A system or community of religious worship and ritual.
    3. The formal means of expressing religious reverence; religious ceremony and ritual.
    4. A usually nonscientific method or regimen claimed by its originator to have exclusive or exceptional power in curing a particular disease. 5a. Obsessive, especially faddish, devotion to or veneration for a person, principle, or thing. b. The object of such devotion.
    6. An exclusive group of persons sharing an esoteric, usually artistic or intellectual interest.

  218. Re: Moron about Mormons by Anonymous Coward · · Score: 0

    But, please, feel free to continue to go after Scientology.

  219. Personal Data by Flavius+Stilicho · · Score: 4, Interesting
    I used to work for an HMO that dealt with mental health records and claims. The information that we had access to is EXACTLY the type of information many corporate and government entities would LOVE to get their hands on. At one point, our company wanted to build a web based app to allow providers (shrinks) enter clinical data to chart progress, among other things. The flip side was that the system allowed 'us' to 'manage care'. I wasn't involved in the project until it was almost in final beta but when I DID get involved, the complete and utter lack of security for the entire system blew my mind. Ultimately, I was successful in having the system redesigned and then scrapped.

    I guess the points I'm making are:
    1. There was a really cool upside to this system. It really could have been a benefit to the doctors and patients in providing them better care. It could, and also would, have been used to deny care to cuts costs.
    2. Corporations generally do not care about data security until the lack of said security jeapordizes their bottom line or places them at legal risk.
    3. If the system ever DID make it into production, the information contained within could have easily been made available to the governement and/or highest bidder -- as is the case with the company running the MATRIX system.
    The way I see it is that the benefits don't outway the risks. Just because we can doesn't mean we should.
  220. No. by Anonymous Coward · · Score: 0

    No, you should not consider the point proven. It is proper to consider that there is not enough evidence, however. See Argumentum ad Ignorantiam.

  221. But it is sardonically ironic... by smchris · · Score: 1

    that a fundamentalism-soaked White House would convince the governor of a state with another, yet totally different, fundamentalist religion to spearhead this millennium's new "Domesday Book (American Edition)".

  222. Ask Japanese Americans if... by Jerry · · Score: 4, Informative

    the pledge by congress to keep Census data private and out of the hands of law enforcement officals was any good.

    Then ask youself if The PATRIOT ACT, a law hastily passed by congress and signed by the president BEFORE THE ACT WAS EMBROSSED, will treat all Americans any better than FDR and the FBI treated Japanese American.

    Then think about the RICO law, designed to prevent Mafia gangsters from using their ill-gotten gain to fight prosecution. When it was passed congress promised it would only be used against the Mafia. Now, several decades later, it is used over 10,000 times a year against ordinary citizens. The most common use of RICO today is by local police departments using jail-house snitches as a pretext to steal private property and fence it (sell is what rightful owners do, fence is what thieves do) in order to supplement their budgets and fund purchase of items too costly for local budgets. RICO declares property 'guilty' so even if the owners later prove their innocence or prove a case of mistaken identity, the police can and usually do keep the property.

    When the cops become robbers who can YOU go to for protection?

    When the DOJ sides with the Robber Barrons and the Courts become their hand puppets where can YOU seek judical relief?

    When Congress sells its soul to the highest bidder, repeals the Bill of Rights, sells off trades and patents, votes itself a retirement package equal to its salary and with 100% free health care, and considers the office an inheritable birthright, who do YOU vote for?

    Plainly, WE deserve the corruption WE tolerate.

    --

    Running with Linux for over 20 years!

  223. "Conspiracy to Deprive of a Constitutional Right.. by jcr · · Score: 2, Insightful

    ..Under Color of Authority".

    It's good for a ten-year stretch in Leavenworth. Now you just need a prosecutor in Utah with the guts to file the suit in Federal court.

    -jcr

    --
    The only title of honor that a tyrant can grant is "Enemy of the State."
  224. Re: Moron about Mormons by Colonel+Cholling · · Score: 2, Interesting

    You want to get the truth on SCO you go to the source, which is the court system. Unfortunately, where religion is involved there are no objective third parties. Posting a link to a misleading ant-mormon site is not going to win any arguments.

    If you think the court system is an "objective third party," you have more faith in it than I do. The court system is designed so that people with differing opinions on an issue can present their arguments, and a jury of opinionated citizens and an opinionated judge decide on it. The idea is not that this exercise infallibly arrives at "objective truth," but that some sort of consensus can be arrived at from among the various subjective interpretations.

    I see no reason why discussions of religion should be any different. If you only hear the official story told by members and leaders of the religion itself, you won't hear anything they don't want you to hear. Unless you listen to people critical of the religion (including many former members), you'll never be able to make an informed decision.

    --

    I am Sartre of the Borg. Existence is futile.
  225. Re:America: Wake the fuck up! by Anonymous Coward · · Score: 0

    do you really think that anything less than the American militray would be able to succeed in catching all of those who are responsible, and eliminating future threats?

    9/11 was a wake-up call to us that these people pose a real threat to us, and we need to eliminate it as fast as possible. I bet that if another attack comes along soon, Hillary Clinton will be on TV within minutes criticizing GW for not doing enough, along with the socialists like Kerry and Edwards.

    I also don't think that refering to them as "crashes" is really right. The planed were used as missiles by the terrorists, and they hit their intended targets.

    Terrorism has also changed what we need to view as a "military act" Even though the terrorists are not an official military belonging to a recognized country, there is little doubt that they are organized and in some ways have the capabilities of a military. Underestimating them would be foolish.

    I think that most people see the problems with the patriot act, and I hope that some day it can be done away with. For now, it is absolutely necessary, and I do support the expansion of it if that is what our leaders decide is necessary. It is stupid to think that Bush is out to get you. Bush actually cares about America, and I think that you will see come November that most others in this country realize that too.

  226. Re: Moron about Mormons by Anonymous Coward · · Score: 2, Informative

    There is no "Mormon relgion". Their religion is Christianity, and their sect/denomination is "Mormon" or LDS. Mormons are Christians, despite what some other Christians might say, as are Seventh-Day Adventists, Jehovah's Witnesses, Catholics, all Protestant demoninations, the various Orthodox groups, Satanists, and a lot of the early Druidic groups (though I wouldn't say the ADF is), and probably a lot of other small groups that I'm missing. If you believe in the god Jehovah, you're a Judeo/Christian. If you believe that Jesus was the "son of God", in any form, you're a Christian.

  227. These 8 States are involved by Music+To+Eat · · Score: 1

    http://www.iir.com/matrix/

    Utah
    Michigan
    Ohio
    New York
    Connecticut
    Pennsylvania
    Georgia
    Florida

  228. The problem is... by Music+To+Eat · · Score: 1

    Once the information is out, it's inpossible to get the genie back in the bottle. That's why this fight needs to be about collecting the data in the first place.

  229. Re: Moroni about Mormons by Maserati · · Score: 1

    What happened before ? See this work by Steven Brust.

    Brust noticed that nobody ever talked about Lucifer's ethics and went from there. It's a very nice, if straightforward, story dealing with the rise of the conflict between the individual and the group with an emphasis on 'for the the good of the many some must sacrifice" (or be sacrificed).

    --
    Veteran, Bermuda Triangle Expeditionary Force, 1992-1951
  230. More Importantly by Anonymous Coward · · Score: 0

    They only stopped because the laws in the US were changed- for another 2 decades were spent by many of these men in Mexico, which is why there are 'colonies' down there.

    The second the law changes again, they'll be back to doing it. And in heaven, they believe it is still done.

  231. Re:America: Wake the fuck up! by danila · · Score: 1

    The US government had asked the Taliban many times over about 5 years to give up Osama
    And Taliban repeatedly agreed to do it, as long as the trials would be held not in America, but somewhere else (like Western Europe, Arab countries, etc.). A pretty reasonable request, if you ask me.

    --
    Future Wiki -- If you don't think about the future, you cannot have one.
  232. Re: Moron about Mormons by Maserati · · Score: 1

    I will have to remember that one ! For bonus points, suggest that creating pure water, with it's very simple molecular structure, should be much easier than creating wine with its enormously complex chemical nature. Of course, we are in 'miracle country' here and logic like that will only confuse the issue...

    --
    Veteran, Bermuda Triangle Expeditionary Force, 1992-1951
  233. Re:America: Wake the fuck up! by danila · · Score: 2, Insightful

    The biggest problem with people is that they suck at math.

    Sharks kill more people than terrorists do. Cars kill tens of times more people than terrorists do. Smoking kills hundreds of times more people than terrorists do. Cancer and heart desease kill thousands of times more people than terrorists do. But THEY do not show those dead people on TV, and so YOU believe that those deaths do not happen.

    Please, check out this anti-Bush ad to see exactly what I am talking about.

    Free your mind. Learn the math. Fight the Matrix.

    --
    Future Wiki -- If you don't think about the future, you cannot have one.
  234. Could have used /. back then... by Scrameustache · · Score: 1

    I can just hear my dad saying, when I vented my teenage gripes about our government, "If you don't like it here why don't you go live in Russia?"

    You should have told him "because in Soviet Russia, TV watches YOU!" and stuff like that, make up a new one for every artc...er...teenage grip you had at the moment.

    I'm sure he would have been delighted. ; )

    --

    You can't take the sky from me...

  235. Re:America: Wake the fuck up! by ckedge · · Score: 1

    > The USA is actively invading other nations unprovoked

    I am a Canadian too, and neither invasion was unprovoked unless you hold to that old absurd notion that "other countries internal affairs are none of our business." If that were true, we could just ignore whatever happens in places like Rwanda by saying, hey, it's none of our business. What happens to women and children on the other side of the world matters. Fundamental human rights are by definition, fundamenta.

    I'm ever so happy that Al Qaida decided to hole up in the one country that I would have supported invading long before 9/11 - Afghanistan and it's Taliban regieme.

    And it's merely a damn shame that no-one had the guts to do in 91 what the US finally got around to doing last year wrt Sadaam.

    I'm not happy at all that the west (mostly the US) dropped down to the Soviet's level in trying to "contain" them... and I completely understand what you're trying to get at in reminding us that the Nazi regieme *was* popularly supported. But don't start mixing that crap in with the notion that we should just bury our heads in the sand and let places like Afghanistan and Iraq/the-middle-east rot in their own feces.

    > the WTC crashes were criminal acts

    This is an absurd redirection. World War II was a criminal act, but you'd have to be an idiot to think that we could just sic Interpol on them and have things work out. The world is much more complicated and is not black and white.

    "Months ago, the prime minister of Estonia told President Bush that he did not need an explanation of the need to confront Iraq. Because the great democracies failed to act in 1930s, his people lived in slavery for 50 years."

  236. Citizens of Utah (...United States?) by Anonymous Coward · · Score: 0

    Remember, big brother is always watching.

    Now go about your programmed lives like the good little sheep that you are.

  237. Bush Vs Dem debate by The+Ape+With+No+Name · · Score: 1

    Dem Candidate: "Mr. President, will you admit now that you, as the leader culpable for the decision process, made a mistake in going to war because there were no WMDs, there was no Al Qaeda connection, and there was no imminent threat?"

    Bush: "As a Born-Again Christian, I think that Gay Marriage is an abomination before the Lord."

    Lather. Rinse. Repeat.

    --
    Comparing it to Windows will be a moot point, since El Dorado is going to have a 40% larger code base than XP.
  238. Re: Moron about Mormons by Anonymous Coward · · Score: 0

    What about that blood atonement thing, you guys still do that?

    Oh, and planet Kolob? Is "Pearl of Great Price" still church doctrine?

    Face it, mormonism is straight-up weird. I mean... okay, just about every religion is straight-up weird, but if you were handing out medals for straight-up weirdness, the LDS would take the silver, finishing only behind Scientology in the straight-up weirdness stakes.

  239. Re:America: Wake the fuck up! by TheRightIsRight · · Score: 0

    the difference is that people can choose to do these things, and they know the risks. People believe that driving to work (or wherever they want to go) is worth taking the chance that they could be hurt while driving. People smoke cigarettes because they decide to. Cancer and heart disease, in most situations, are due to choices made during that persons life. I like to eat big, rare steaks. I know its not healthy, but I want to anyway. I think that you are a disgrace to our country. You try to make terrorism seem like an unimportant threat, and go as far as to compare an attack on our society to everyday diseases. I dont want to see your damn anti-bush ad (its probably a .mov which I cant figure out how to get to work anyway....). I support Bush, and if you dont then thats fine. I am pretty sure that Bush is not going to have any problem being re-elected. I do, however, have a problem with people who accuse Bush of being anti-american. i dont accuse Clinton or Carter of being anti-american, even though they significantly decreased America's military and intelligence strength. This was a product of their ideaologies, which I do not share, but they were acting in what they believed to be the best interests of America. Bush is doing what he (and I) believe is best. Have some damn respect. How about pointing me to an Ad about how someone would do better to support our country. Trying to re-state existing problems is not productive.

    --
    What is the difference between a Democrat and a Socialist??? And why do people on slashdot not seem to have a problem
  240. Re:America: Wake the fuck up! by Mybrid · · Score: 1

    Reason escapes you. As Mark Twain once quipped, "Logic is the justification of ones own feelings." Terrorism, like Christianity in general, relies on one overarching emotion for control of its constituants and that is fear. Fear of God. Fear of the Devil. Fear of whatever. People who are thusly entralled are called "fear-driven".

    Life boat ethics is the topic at hand. Let's try reason. If one life is priceless, what is the cost of two lives?

    Terrorism is an unimportant threat if you consider facts and not fear. The method of box cutter/airplane was a fluke method of terrorism that has been resolved. 9/11 was the first *external* terrorist attack of any important,ever and we've had none since. Considering terrorism has been going on for years then statistically it is a fluke both by measure of method and frequency of occurence.

    You are extremely simple-minded if you believe toppling Sadaam Hussein had anything to do with terrorism and accomplished any measurable way of "reducing" 0 to 0. (Statistically the chance of another terrorist attack is near 0). It has everything to do with control of the middle-east and oil.

    Let's get back to life boat ethics. Every year, thousands of people in Colombia die due to terrorism. It is not war when the main target is non-combatants. The "revolutionaries" in Colombia mainly target civilians and not soldiers, thus making them terrorists. The mostly kill citizens and not soldiers.

    However, Colombia is nothing compared to Africa and the terrorism that goes on there. Remember the terrorism of Rawanda? Again, mostly citizens died thus making it terrorism and not "war". Seems the world wasn't crying "Rawanda, we will always remember" after 500,000 people died.

    What is anti-American? Define it? It is rhetoric or is it in the results of actions taken? If Clinton was "ant-American" please explain the economy during his administration and please, oh please, explain the ecomony under Bush. Oh, and you can't claim the prior administration as an excuse. Otherwise, Jimmy Carter should get all the credit for Ronnald Reagans success and Bill Clinton gets a face on Mount Rushmore for turning around the economy that George Bush left him.

    George Washington, the original GW, would label Bush anti-American. You know why? Because he was an isolationist because an isolation philosophy put *trade* first. He certainly would've never, ever advocated the pre-emptive strike because pre-emptive strikes are anti-trade. Why?, because WAR is anti-trade. Does IRAQ have allies? How is our trade with them now?

    You are laughable when you state that Clinton and Carter reduced the military. It was the first Bush that closed all the bases. Or have you forgotten? Even on this issue you are fear driven. Do you realize that the US spends more on its military every year than the top three countries combined? I think that factual criticism that is not fear-driven is valid when relatively speaking we are spending grotesquely more money than any country we could possibly need to defend ourselves from.

    You are ruled by fear.
    Rationally, the Bush administration is war-mongering and fear-mongering to control the US. They obviously have control of your brain.

    Yellow Alert! ORANGE ALERT! DUCK AND COVER!

    Cheers!
    Mybrid

  241. Re: Moroni about Mormons by JamesP · · Score: 1

    Mormons claim to be Christians, but their theology, doctrines, practices, and beliefs are not.

    Big deal... ever heard of George W Bush?

    --
    how long until /. fixes commenting on Chrome?
  242. Joe Smith getting killed ... by blueberry(4*atan(1)) · · Score: 1
    I'm sorry the word "cult" offends you. Nothing personal, but I think it's a good term here. See above for definition.
    avoid work? are you kidding me? how much work does it require to do all the things he did? like getting killed?!

    This is another interesting story, now that you bring it up.

    The reason Joseph Smith was jailed was because he ordered his band of thugs, called the "Danites," to destroy and burn a local newspaper publishing house that was printing things he didn't like. This paper was called the "Nauvoo Expositor."

    Being incarcerated, he was vulnerable to his enemies who took advantage of the situation to rid themselves of him. A mob formed, composed of Free Masons who felt Smith had betrayed their secret rituals, and locals who had been swindled out of land and possessions. After a brief gun battle in which Smith and his companions got a few of them, and after Smith ironically gives the Masonic ritual petition for sanctuary to an unsympathetic mob, Smith is killed.

    If I'm wrong, I apologize. Please enlighten me.

    If we stop looking for the supernatural cause and effect in everything, if we can drop the idea that everything is a reward, trial or punishment from a capricious deity, we can get down and deal with the reality of the situation. We can take control instead of hoping and praying for magic to rescue us. And we become better prepared to deal with future problems. -Stray Mutt, from exmormon.org
  243. Re:America: Wake the fuck up! by TheRightIsRight · · Score: 0

    A life is not priceless, in my opinion, just by being a life. A person is only worth anything if they are productive. Im sure a bunch of socialists are going to reply now and tell me how heartless I am. Oh well. I dont believe that 9/11 was a one-time attack. I think that If you believe that we are safe now that we know to look out for box cutters, then you are rediculously naieve. 9/11 was the beginning of a stupid islamic jihad that we must destroy swiftly. The reason we have had no attacks since is that we have been on our toes and they know that we are prepared. But we need to be more prepared. What time frame are you referring to when you say that the probability of another attack is near 0? Whoever made that up is a real dumbass. I would say it is closer to 1. It will keep happening, but we need to fight against it to eliminate all of the threats that we can, so that the span in between attacks gets longer and longer. And, when did I connect Hussein to terrorism? If I made this connection it was by mistake, and I will be happy to explain myself If you clarify this for me. But Im not going to really get going on Iraq, thats a whole other story (but, in case you are wondering, I do support it). I am not the slightest bit concerned about terrorism in other countries. If it becomes a threat to America, then it is my concern. When did it become wrong to put America first? I would be much more concerned about terrorists killing 200 Americans on a plane than the mass genocide of tribes in Africa. Come on, call me an asshole you liberal pussies....... Democrats' idea of a good economy is where dumbasses get good jobs and business leaders give up more of their money. I am not working my ass off at school to help the damn homeless people i see all over Atlanta. Or the people who didnt work hard enough to get into as good of a school as I did. Again, its all about me. Asshole? Self-centered? Heatless?? okay. I am in support of free trade. But trade is hurt when your country is attacked. Now, this is when you started not explaining your stuff very well. War is anti trade? What do you mean? Iraq's allies are next to meaningless. They need America more than America needs them. Wake up and realize what America is. do you feel bad that America is a superpower, and should we not profit from out power? and how the fuck am i fear driven? I dont see that at all, but I think you should try to clarify that a bit and I will explain that I am not fear driven. The only thing that I am afraid of is that you liberal fucks seem to be multiplying, and rationality has been thrown out the door. Although, it is important to ignore arguments of pure ideaology in an argument like this. I say you are irrational, and you say the same about me. I just think you are a real dumbass. you are probably some second-rate programmer who is all against Bush because comainies have figured out that your work is nothing that some Indian kid could do for a lower price. Bt then again, thats another thing that i really dont know about and shouldnt say.... I just hope it pisses off a few of you socialist fucks. Cheers to you too, pussy

    --
    What is the difference between a Democrat and a Socialist??? And why do people on slashdot not seem to have a problem
  244. Re: Moron about Mormons by stormcoder · · Score: 1

    So your saying that to find out about Judaism you hang out at Natzi sites. To find out about Christianity you depend on the Moslems. You go to the SCO website to find out about Linux. No wonder your ideas are so squeued. Maybe you should go to the source and ask a Mormon instead of depending on hearsay.
    As to the court not being objective. They are far more objective than Slashdot. After all everything submitted is under oath.

    --
    Sorry my bullshit sensor overloaded.
  245. Re: Moron about Mormons by Colonel+Cholling · · Score: 1

    So your saying that to find out about Judaism you hang out at Natzi sites. To find out about Christianity you depend on the Moslems. You go to the SCO website to find out about Linux.

    A truly thorough investigation of any ideology includes listening to its opponents, yes.

    No wonder your ideas are so squeued. Maybe you should go to the source and ask a Mormon instead of depending on hearsay.

    I am unfamiliar with the term "squeued," but I take it you mean I have incorrect ideas about Mormonism. I find it interesting that you have reached such a conclusion, as I have so far not said anything about Mormonism itself, only about the foolishness of expecting the official website or documents of any organization to give a complete and unbiased account.

    --

    I am Sartre of the Borg. Existence is futile.
  246. Re:America: Wake the fuck up! by dcam · · Score: 1

    * the WTC crashes were criminal acts, the kind of behaviour that requires police, not armies... unless of course you are the kind of proto-fascist-jingoist-American I am worried about, who refuses to consider this reality....(and the article-author sees her country-men becoming)

    You are right on the money. Terrorism is a police action, and this is where the actions of America have been so misguided. The Military is a blunt weapon and you want to use that only when you must use it.

    --
    meh
  247. Re:America: Wake the fuck up! by danila · · Score: 1

    The difference is that people can choose to do these things, and they know the risks.
    Just for you - second hand smoke kills more people than terrorists do. Reckless drivers kill more pedestrians than terrorists do. Everything else kills more people than terrorists do. Just think about it - five million people die every year in America and only a few tens (or even less than ten) die from terrorists every year. Yeah, 2001 was an exception and 2000 died - still 2500 times less than from other causes. With the way things are going in Iraq, soon the number of American soldiers killed during the War on Terror will exceed the number of people killed in the WTC.

    You try to make terrorism seem like an unimportant threat
    Yep. Because it is. Even if you only look at the USA, it is pretty damn unimportant. If you disagree, could you please tell me why it is important. Please ignore the fact that thousands of Americans were killed in the towers, since we already established that five times more die every day from other causes. What are other reasons why terrorism is important? I would really like to hear a rational argument for that.

    I dont want to see your damn anti-bush ad (its probably a .mov which I cant figure out how to get to work anyway....).
    There is nothing complex about watching a .mov file, but I would give you the gist of the ad. Starting with his quote "I am the master of low expectations", Bush gives a presentation about his achievement - 2.5 jobs lost, his friend Ken Lay is busted, 2 countries invaded, UN ignored, Geneva convention violated, but he still took more vacation than any other president. He ends his speech with the following summary: "Terrorist, Terrorist, Terrorist, 9-11, 9-11, God Bless America". The point, obviously being that Americans can be easily made to ignore the important issues if you distract them with the overinflated terrorist threat.

    Trying to re-state existing problems is not productive.
    The first step to solving the problem is acknowledging it. Now the problem is that people overestimate the threat of terror, which prevents them from making rational decision. It is worth re-stating this particular problem until people realise it.

    I think that you are a disgrace to our country.
    Fortunately, I am not from your country. And as it is, United States is on my "do not visit" list and is likely to remain there for quite some time, together with North Korea, Afganistan, Somalia, etc. :)

    P.S. Thanks for speaking up about your opinions anyway.

    --
    Future Wiki -- If you don't think about the future, you cannot have one.
  248. Re:America: Wake the fuck up! by danila · · Score: 1

    Nice reply, but what you and I should be happy is that we helped produce such brilliant prose. :) The posts by TheRightIsRight deserve a "+5: Look at that! Just look at that!" moderation (if it wasn't an extremely talented troll). :) I never actually heard a person, who would be such a brilliant representation of Bush electorate. At least, not here on Slashdot. That would be funny to me, if not the fact that 50% of Americans are just as irrational...

    --
    Future Wiki -- If you don't think about the future, you cannot have one.
  249. Re: Moron about Mormons by Anonymous Coward · · Score: 0

    Just like Islam...

  250. learn to think, then attempt to post by Doc+Ruby · · Score: 2, Informative

    Even though these crooks attack liberty again and again, they will find free people always ready to defend. And even though you reply with incoherent gibberish, I'll slap you back down with simple logic, lest someone reading be influenced by the chaotic slime in which you dwell.

    I'm going to clearly reiterate what I have presented, for the benefit of those who might have been distracted by your insane rants. Hank Asher is an active bad guy, with a long history of crime. His associates ran Iran-Contra (in which he flew cocaine through the Bahamas into the US), then the seemingly abortive TIA (an obvious criminal invasion of privacy), now its stepchild MATRIX (a program his company invented and sells), which is actually being applied by members of his criminal circle (like the governor of Utah secretly enrolling all Utahans). Along the way, Asher has proven his threat to America, with his corporate products rigging the Bush theft of the 2000 Florida election, and the Diebold eVote machines, which threaten the 2004 election, too. These facts are published where everyone can find them. Some states have managed to escape implementing MATRIX, but other states, like Utah, have been sold out by Bush cronies. Anyone who denies them better be on Asher's organization's payroll, or they're selling themselves up the river with their denial without even making off like a bandit.

    Now, you are just a fool with a big mouth. My links to Hank Asher's shameful and scary history of crime and complicity are to publications, like magazines, publishing public records, like criminal convictions, public hearings, and public corporate filings. MATRIX is a database of personal information, with a cross-reference never allowed by the people in it, or the governments that collected it. Of course we can outlaw government invasions of privacy. And prosecute the perpetrators. "Go and read some detective story"? When you venture beyond your keyboard some day, you might find that police are subject to many laws in evidence gathering, which they mostly follow, and which are mostly enforced, which protect us from the police state which the MATRIX promotes. You can give up your privacy, but leave mine alone.

    You don't even know how to use the term "litmus test", let alone apply one, or even an invalid "reductio ad absurdum" like you attempted with your bizarre "muslim child porn trader". You don't even think that trading child porn hurts children, you subhuman retard. Not only am I not an authoritarian, there's nothing like that in any of my posts. You are very confused, and I request you stop projecting your scrambled view on my posts. Brainwashing? Your nonsense must stop immediately, stop spewing this disconnected blabber in responses to my posts. If you can't think, don't project that on me - just shut up. Keep your irrelevant fantasy riffs on advanced technologies to people who are impressed by them, and leave the discussions of crucial policies to those of us adults with an actual stake in them. You can diddle yourself with childish fallacies just as easily in a work camp as on Slashdot, so you're not involved here. Learn to think before you talk.

    --

    --
    make install -not war

  251. Re:America: Wake the fuck up! by SubtleNuance · · Score: 1

    I am a Canadian too, and neither invasion was unprovoked unless you hold to that old absurd notion that "other countries internal affairs are none of our business." If that were true, we could just ignore whatever happens in places like Rwanda by saying, hey, it's none of our business.

    I am *NOT* suggesting that the world sits back and lets small nations "rot in their own feces".

    If you think that nations should be forced to treat their citizens with respect and dignity -- IM ALL FOR IT

    But the USA is *not* a benevolent liberator -- make no mistake -- this is excatly what is NOT happening.

    Lets start drafting proper UN Law with consequences, where transgressing these laws will have equal consequences for all, and the UN will be able to enforce them. This is exactly what the US does not want, becase as it is now, they do as they please without recourse.

    This is an absurd redirection. World War II was a criminal act, but you'd have to be an idiot to think that we could just sic Interpol on them and have things work out. The world is much more complicated and is not black and white.

    Yes it is. Lets make Interpol and the UN a truely accoutnable, democratic institution with purpose, power and ability. NO nation (rwanda, iraq, afghanistan or otherwise) can participate in the league of nations without meeting a minimum standard of decency -- its time to put up or shut up. Im sick of people talking out both sides of their mouths wrt the role of a proper international authority -- either there is one, or there is not. The USA cannot be allowed run around like a cowboy crying that they are simply acting on behalf of The Forces of Good in The World and on the otherhand, totally refuse to codefy the role of a proper international authority.

  252. Re:America: Wake the fuck up! by SubtleNuance · · Score: 1

    How do you capture someone with a police force in another country that hates your guts, wants you to die, and is aiding the people who want to kill you?

    You use the regular international channels. You be patient. If you cannot eventually seize this person, tough fucking luck(!) -- you are not entitled to INVADE!

    Plus, nearly all third party candidates take some sort of extreme position on an issue, that even if the rest of their platform makes sense, they would just be unelectable.

    excatly the opposite is true. The Republicrats trot out the EXACT same issues every election, and deliver mindless platitutudes on these subjects, then give passing mention to these outlying issues.... these outlying issues appear sensational, and do get their fair share of press, but in the end, absolutely NOTHING is changed. On any issue. Nothing.

    face it, the pageant of USA democracy laughable. It might as well be a television show.

  253. Re: Moron about Mormons by althalus · · Score: 1

    No, that is an absolute crock actually. Yes, I am LDS, and at the moment I actually live in Utah. If any member of our church here, or anywhere else practiced this act, they would immediatley be put in front of a disciplinary council. This is *not* allowed at all. What you describe is called adultery, or fornication, as the case may be, and is completely forbidden.

  254. Re: Moroni about Mormons by althalus · · Score: 1

    >What happened before ?

    Here is the *really* light description and some other info to start.

    http://www.mormon.org/learn/0,8672,1117-1,00.htm l

    Bascally, we believe that our spirits existed before we were born, and that this life is one step in God's plan for our progression. Satan believed that we should be forced into compliance, for our own good. This however, is contrary to Gods design, in which we must act, and choose for ourselves.

  255. Re:America: Wake the fuck up! by Mybrid · · Score: 1

    Yes, he claims to be smart. The notion that a person's chance of dying by terrorism is "1" as he claims is telling. I wonder if he realizes that means statistically every person in America is likely to be victimized by terrosim? Let's see, 2,000 divided by 300 million equates to about 1. That sounds like Bible arithmetic. Yeah. Let's see, if one million died of terrorism then that would be 1 in 300, or about 1/3 of 1 percent chance of being killed by terrorism. But 1 million didn't, only a 2000. Somehow, that equates to one. Ah well. So much for the American education system.

  256. ...and you didnt even mentionend the fire by TekGoNos · · Score: 1

    The 27. February 1933 a fire broke out in the Reichstag (Parlament building).

    While it was never known who was really behind it (some say the Nazis themself, but the Dutch anarchist Marinus van der Lubbe was found in the burning building), the Nazis claimed instantly that it was the work of a communist conspirancy.

    They passed an "Act for the protection of the people and the state" in a hurry. (REAL hurry, it was signed the 28. February)

    This act allowed them to arrest anybody for an unlimited amount of time and restricted all civil rights.

    They then used it to arrest their main political opponent (the communists) and restrict press freedom to fit their needs in the upcomming election.

    By the way, WW2 was (between other things) proclaimed as a war against the "global communist conspiracy".

    -skip time-

    The 11. September 2001 two planes crashed into the twin towers.

    While investigations were still underway, the US governement claimed it to be the work of terrorists. (Namely ObL)

    They passed a "PATRIOT act" in a hurry.

    This act allowed them to arrest anybody for an unlimited amount of time and restrict civil rights.

    They arrested tousands of people, many of them are still neither released nor charged with anything.

    They began a war (actually two) and claimed that it was against "global terrorism".

    -skip-

    Currently, the US governement isnt arresting democrats and I dont think they ever will, even the television controlled american people would notice this.

    However, who can tell that those several hundreds "terrorists" that are still contained really are terrorists and that there is nobody that is disliked by the governement for other reasons.

    As the Arar-case showes, it is suffisent to have once met a suspected terrorist to become a suspected terrorist. By chaining this argument, everyone is a suspected terrorist, so eventually the governement can arrest whoever it wants.

    However, fascists have learned, today they no longer use violence as their main mean to gain control, but "managed democracy".

    It gives the people the fealing that everything is all right, which makes it even easier to control them.

    In Russia, Putin is very open about his model of "managed democracy" where the state controlled television makes sure the majority votes for the president or his supporters.

    And the US democracy is becomming more and more "managed" too.

    "... the chains of managed democracy are too light to be felt until they are too heavy to be broken."
    - freely from Warren Buffet

    --
    I have discovered a truly remarkable proof for my post which this sig is too small to contain.
  257. Re: Moron about Mormons by denverradiosucks · · Score: 1

    This is a generic argument to the hundreds of comments posted below and above on this thread, so forgive me for not being on topic necessarily here;

    Hmmm I find it interesting that when the word "Utah" is mentioned that the Mormons have something to do with it. I also find it interesting that people who start sentences with "as memory serves" claim to be experts on a religion they really no nothing about, or are even a part of.

    Need proof that the Book of Mormon is real? The Ten Commandments were written on Stone Tablets. Did you ever see the tablets they were written on? They could be just as untrue based on various presented arguments all over this thread. Yet based on the "facts" (still looking for data to support these arguments) presented by people on these threads the validity of the Book of Mormon is questioned. Is it just me or am I seeing a contradiction?

    Thus saith the LORD; Cursed be the man that trusteth in man, and maketh flesh his arm, and whose heart departeth from the LORD - Jeremiah 17:5

    Hate to break it to you, but your Mormon hating preacher just needs more money in his collection plate.

    Feed the flock of God which is among you, taking the coversight thereof, not by constraint, but willingly; not for filthy lucre, but of a ready mind; - 1 Peter 5:2

    About Joseph Smith,

    "And he said, Hear now my words: If there be a prophet among you, I the LORD will make myself known unto him in a vision, and will speak unto him in a dream. - Numbers 12:6

    Back to the topic on hand, the church does NOT support political institutions of any sort. Being a Mormon, I know Mormon Republicans, Mormon Democrats, and I am an Independant. The church encourages strong involvement in local communities, but they don't brainwash us and hide stuff from us. If your angry about individual rights, be angry at the Patriot Act, not the Church.

    I am a member because I want to, out of my own free will. I was a missionary too, and we didn't use any bizarre tactics to trick people. Oh I am married to ONE woman, I DON'T live in Utah, and I drink Mountain Dew whenever I feel like it, and I am not going to hell for it, and quite frankly neither is anyone else that post on this message board. That's what I believe as a mormon. Rant Done.

  258. Re: Moron about Mormons by roadies · · Score: 1
    The "potable" water solution to the question sounds inconclusive. There has to be better logic than that. We are humans, we need water to live. Our body is 98% water. If the millions of Jews at the time only consumed wine, because the water was not potable, we'd be out of grapes by now. Sure, turning filthy water into potable water would have been easy for Christ to do if that was what he wanted. So why did he choose wine? I thought about this for a bit and realized that wine in Christ's time is not the same as wine in our times. The pressing process, the bottling process, the fermentation process, and the storage process are completely different today than centuries ago. Wine had different forms, and was used as both an alcholic drink and as an unfermented juice mixed with water. So did Christ want himself and everyone in his witnessing crowd to become drunk? Hard to believe that, or I'm sure other alcholic references might have been used (i.e. Christ turned the water into Beer). I did a little googling and found this reference:

    Wine The common Hebrew word for wine is yayin, from a root meaning "to boil up," "to be in a ferment." Others derive it from a root meaning "to tread out," and hence the juice of the grape trodden out. The Greek word for wine is oinos_, and the Latin _vinun. But besides this common Hebrew word, there are several others which are thus rendered...

    (Note: This is reference is found at: http://www.sacred-texts.com/bib/ebd/ebd381.htm)

    The hebrew root word on one hand can mean "to boil up" or "to ferment". On the other hand it can mean "to press" or "tread out". Simply put, it can mean the Alcholic Wine, or Grape Juice. The bible has been through countless translations, so no one is to say for sure what evidence a root-meaning can have. And I deem this answer as inconclusive as well. However, I kept reading and found this snippet:

    Our Lord miraculously supplied wine at the marriage feast in Cana of Galilee (John 2:1-11). The Rechabites were forbidden the use of wine (Jer. 35). The Nazarites also were to abstain from its use during the period of their vow (Num. 6:1-4); and those who were dedicated as Nazarites from their birth were perpetually to abstain from it (Judg. 13:4, 5; Luke 1:15; 7:33). The priests, too, were forbidden the use of wine and strong drink when engaged in their sacred functions (Lev. 10:1, 9-11). "Wine is little used now in the East, from the fact that Mohammedans are not allowed to taste it, and very few of other creeds touch it. When it is drunk, water is generally mixed with it, and this was the custom in the days of Christ also. The people indeed are everywhere very sober in hot climates; a drunken person, in fact, is never seen", (Geikie's Life of Christ). The sin of drunkenness, however, must have been not uncommon in the olden times, for it is mentioned either metaphorically or literally more than seventy times in the Bible.

    Aside from Mormons and several other Christian religions, there are many other cultures and relitions (like the Mohammedans as quoted above) that have vowed not to drink. Three nations/religions in Christ's time, plus the priests of the bible, were also to abstain from drinking wine of any form, even though Jesus was creating it. This hints that perhaps the wine that Christ created may have not been fermented as to respect those that could not/would not partake of it. But this still seems inconclusive to me as to why Christ would turn water into wine. To me, a logical conclusion is that of symbollism. Here we are, thousands of years later, talking and immortalizing the event that was recorded in the Bible. We are endorsing the event one way or another (whether for or against) and with a cross-sampling of denominations discussing it, we are keeping the memory of the event alive. If Christ turned unfiltered water into potable water, would it be recalled all these years later? Would it even be recorded in the Bible? Even I can boil a p

    --
    DS vs.
  259. Parallels... by instarx · · Score: 1
    Yeah, Uh-huh...and does anyone actually believe this? Even more to the point, you think this is OK? The East German Stasi had extensive records on every single citizen and they could have put out the same type of press release. Their records were confidential too, legal, and they didn't release the information to the public. That doesn't make it right in my opinion.

    The above press release implies that everything is OK because it is being done in accordance to law. I'm not convinced that is correct, but even if it is - so what? Everyone forgets that governments make the laws. The cancellation of the constitutional rights of Jews and gypsies in Nazi Germany was perfectly legal in German law because the Nazi party with its rubber-stamp, party-controlled Reichstag made the laws. Wait - "stripped of ther constitutional rights and sent to a detention camp without legal recourse" - that sounds very similar to our current administration's approach to protecting the Fatherland (oops, I mean "Homeland") doesn't it? Even the administration's aborted TIPS program encouraging citizen-on-citizen spying was taken directly from a page of the Nazi/Stasi playbook.

    Before I get flamed, I'm not saying the Bush administration is commiting genocide, but except for that one endpoint let's face facts - the Bush way of doing things...

    - government security files on every single citizen
    - cancellation of constitutional rights for sub-groups of the population
    - state-sanctioned informer networks,
    - concentration camps,
    - torture (yes, it has happened),
    - people whisked away by intelligence agents and "disappeared",
    - no recourse to the legal system for detainees,
    - pre-emptive wars justified with false official statements (both incidently capturing large oil reserves),
    - massive state contracts to loyal companies having close personal and economic ties to the regime (Krups/Halliburton),
    - casting anyone who does not support the party as un-patriotic,

    ...more closely resembles the totalitarian Nazi/Stasi way of doing things than it does our founding fathers' way of doing things.

  260. domestic spying as it was prior to the 1970's by Rich+Klein · · Score: 1

    Lets spell it, out the Patriot act is designed to reimplement domestic spying as it was prior to the 1970's.


    I think you're talking about CoIntelPro here. It's certainly not a very noble piece of US history.
    --
    -Rich
  261. What is the MATRIX? by SoulSkorpion · · Score: 1

    ...control. *hold up a duracel*

  262. Easy by 4of12 · · Score: 2, Funny

    Before everyone gets all up in arms about this as a potential invasion of privacy I should point out that Utah's social homogeneity meant that only 4 actual dossiers had to be assembled -- everyone else's dossier was a symbolic link to one of those 4.

    --
    "Provided by the management for your protection."
  263. Re: Moron about Mormons by ToasterOven · · Score: 2, Informative

    I'm glad to see that someone has pointed that out. Take it from someone who lives in Utah and is LDS, the church had nothing to do with this decision.

    In fact, to my knowledge, no one has been informed of it or asked if they would like to participate in any way, shape or form. The state of Utah is part of the United States and is therefore a democracy, and its citizens should have the right to give their opinion of whether or not to be a part of the system.

    The idea that the church's records were involved here is proposterous. The post says -all- of the state's 2.4 million citizens were enlisted in the program. Mind you that those citizens are NOT 100% memebers of the church. The church's geneology records have nothing to do with any public records kept by the state, nor do they have any affiliation to medical, criminal or any other type of records. They are kept within the church for the purpose of tracing the member's ancestry back and have no bearing on the current population of Utah.

    Finally, if people must insist on "mormon bashing" then at least be kind enough to realize that there are no "Mormon"'s... that is a nickname given to us because of people who did not believe we were entitled to the religious freedom the Constitution guarantees us. Besides, Mormon was a man who lived a long time ago... we prefer to be referred to as members of The Church of Jesus Christ of Latter Day Saints.

  264. Re: Moroni about Mormons by Anonymous Coward · · Score: 1, Informative
    Mormons believe Jesus Christ is the spirit brother of Lucifer. The Bible teaches Lucifer is a fallen angel, and that Jesus Christ is Lord.

    Which part of that is contradictory?

    The inference that the Son of God is really only an angel.

    Mormons believe they are saved through works; entire books of the Bible (Galatians, Romans) teach against that principle.

    Where does it teach against that principle? If I'm not mistaken, we are saved through Faith AND Works. There's even a scripture in the bible that talks about that.

    Eph 2:8-9 are the definitive verses refuting the "salvation through works" ideas:
    "(2:8) For by grace you are saved through faith, and this is not from yourselves, it is the gift of God; (2:9) it is not from works, so that no one can boast."

    Mormons believe there are many gods. The Bible is quite clear that is wrong.

    We only worship one God. The bible is quite clear that we only worship one God. And please explain in further detail what you mean by "believe there are many gods" so I know you know what you're talking about; because it's quite clear that you do not.

    You sidestepped that one, but not quite neatly enough. Specifically, Mormons believe that after death they themselves will become gods, with there being something like 3 different levels of "powers" based on the amount of earthly works they have accomplished.

    Definition of a Christian - One who believes in Christ

    Mormons believe in Christ; therefore they are Christians. They also believe in the Bible, so all your arguments are not only innaccurate in the first place, they don't support your point to any extent.

    Definition of a Christian - One who believes in and accepts salvation through the sacrifice of Jesus Christ, the only Son of God.

    Just believing in Jesus Christ doesn't cut it. You have to accept him as your Savior as well.

    Mormons do a very good job of giving you the surface impression that they're not much different than Catholics or Presbyterians or Episcopalians when it comes to their beliefs. It's only when you really look into their beliefs that you see all the conflicts and contradictions with Bible-based Christianity.
  265. Mormons and plural marriage by Anonymous Coward · · Score: 0

    That's not entirely true. I believe that the LDS church's official stance is that their members should comply with "...the law of the land..." and have only one spouse. But if it were not for those pesky laws enacted by the unenlightened masses, Mormon men would be encouraged to take as many 14 year old brides as they could support.

  266. Re: Moron about Mormons by iminplaya · · Score: 1

    Smile...you got fished in by a stupid joke.

    --
    What?
  267. Re: Moron about Mormons by iminplaya · · Score: 1

    So soory...forgot to put this :) at the end to spell out that it was a JOKE DAMMIT

    --
    What?
  268. Re: Moroni about Mormons by yosemite · · Score: 1

    Where did the plates go?

  269. Re: Moroni about Mormons by yosemite · · Score: 1

    ahem*godwinslaw*ahem

  270. Re: Moroni about Mormons by swillden · · Score: 1

    Since your presentation of Mormon beliefs isn't quite accurate, allow me to correct a few things. I'm not necessarily interested in debating theology with you, just trying to clear up some misunderstandings:

    "(2:8) For by grace you are saved through faith, and this is not from yourselves, it is the gift of God; (2:9) it is not from works, so that no one can boast."

    Certainly. To achieve salvation through works would require the living of a perfect life, something that no man other than Jesus has ever or will ever achieve.

    However, that fact does not relieve us of the requirement to attempt to obey God's commandments. Like so many other apparent contradictions in the Bible, this one is clarified very well by the Book of Mormon: "for we know that it is by by grace that we are saved, after all we can do." (2 Nephi 25:23).

    Both as a natural outgrowth of faith and as a token of our dedication to Christ, we are required to demonstrate our obedience to God's laws. Further, since no unclean thing can dwell in the presence of God, our inevitable failings must be washed away by the Savior if we are to return to Him. Both Grace and the sincere attempt at good works are required. Faith without works is false. Works without faith is inadequate.

    Specifically, Mormons believe that after death they themselves will become gods

    This is indeed hard for people to understand, but it's really a simple and even obvious idea. Without it, what really is the purpose of all of this? What's the point? I mean, most of the Christian world has a conception of heaven that sounds downright dull. Our lives here do have a greater purpose and meaning; this is all preparatory to greater things to come. What are those things? Very simply, God is our Father, and our ultimate (and very, very distant) goal is to "grow up" to be like him. What that means, exactly, can only be known by fully understanding what He is.

    Of all the ways in which Satan has corrupted Jesus' Gospel, this is, IMO, the most insidious -- he has taught most of the world to deny the very special relation that each person has with God, and to deny the awesome potential that lives inside each of us. Satan wants us to view ourselves as fundamentally inferior beings, not far above himself, to limit our growth and development.

    with there being something like 3 different levels of "powers" based on the amount of earthly works they have accomplished.

    Not quite. The bottom two levels are for those who cannot progress further, and the levels aren't based on works, exactly. Really, they're based more on effort -- what you tried to do, rather than what you did. To a rough approximation, though, works are a useful way of looking at it. The lowest level (terrestrial), is basically for people who were evil in life. The middle (telestial) is for people who were basically good, but didn't avail themselves of the Atonement and become Saved (that's not the terminology Mormons would use, but it's accurate within your lexicon). The highest level (celestial) is for those who are Saved, which entails more than just stating your salvation to the world.

    Note, however, that the terrestrial kingdom is not Hell. Mormons do not believe that a merciful God will condemn anyone to eternal torment. Hell is a temporary state, wherein sinners who opted not to let Christ take their sins will have to pay for them themselves. The terrestial kingdom will be a beautiful and pleasant place, much like the present earth, though without sin, but will be a dead end.

    Just believing in Jesus Christ doesn't cut it. You have to accept him as your Savior as well.

    Absolutely. Mormons generally use different terminology, but the concept of accepting Christ as your personal Savior and Redeemer is central. We say a variety of things like "Taking upon the Name of Christ" or "Believing on Christ" (note "on" as opposed to "in"). We also don't believe that someone can be Saved at one point in

    --
    Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
  271. Re: Moron about Mormons by Lord+Kano · · Score: 1

    (like the Mohammedans as quoted above)

    They are not mohammedans, they are muslims.

    --
    "Hi. This is my friend, Jack Shit, and you don't know him." - Lord Kano
  272. Re: Moron about Mormons by Servo · · Score: 1

    I don't particularly care for your religion, but I have to side with you on this. It was the government that did this to the citizens of Utah.

    As for "mormon bashing", please think about it. "Mormon" is a single word to describe who you are. Think about the other titles. "christian", "jewish", "muslim", "baptist", "atheist", "catholic". Now say "Member of The Church of Jesus Christ of Latter Day Saints". It is a mouthfull and its much easier to just say mormon. Generally speaking, everyone accepts that as an interchangeable reference, and isn't used as slang to hurt your feelings.

    --
    A slip of the foot you may soon recover, but a slip of the tongue you may never get over. -Benjamin Franklin
  273. Re: Moron about Mormons by ToasterOven · · Score: 1

    "Generally speaking, everyone accepts that as an interchangeable reference, and isn't used as slang to hurt your feelings."

    I understand that. It is not so bad when it is used in the way of a title, as you are saying. I just tire of hearing it used other ways, which may or may not be how some of the posters here intend. But living in Utah, hearing it as a slang term or insult is all too common.

    True, Utah is prodominantly Mormon, but far from entirely. So sadly we are very used to being insulted or taunted by this nickname.

    The main focus of this comment, however, is as you agreed with. Yet look at the majority of the threads and how they have gone off to bashing and arguing religion; instead of discussing the issue of our privacy and government in general.

    The things public officials need to hear are how people feel about these stupid decisions -- not why we hate Mormons, Jews, Athiests, etc.

  274. Conservative Grievances against Bush by superyooser · · Score: 1
    The distinction you make is absolutely useless and irrelevent. Every single traditionally conservative republican will vote for bush.

    Many of them most certainly will NOT vote for Bush. They will abstain. Why are some conservatives dissatisfied with Bush?

    • He has enacted most of the liberal domestic agenda.
    • He too often lets political calculations compromise or obliterate his principles.
    • Government spending is out of control thanks to Bush. He supported a humongous increase in Medicare entitlements.
    • Supports farm subsidies, most of which are unnecessary
    • He supported the anti-Constitutional campaign finance "reform" bill that nullifies the First Amendment thirty days before an election.
    • Stupid steel tariffs
    • Wants to have Social Security for immigrants who return to Mexico
    • Is not securing the borders
    • First president to support a PLO state which is to be carved out of the land of our ally and friend Israel
    • First president to invite a Holocaust denier to the White House (Fatah co-founder and former PA Prime Minister Mahmoud Abbas aka Abu Mazen)
    • Flagrant hypocrisy in criticizing Israel for fighting the war on terror
    • Supports the PLO/Hamas/Fatah/Islamic Jihad's agenda of destroying Jewish communities in Israel while rewarding Arab terrorists with a new state.
    • Called Islam a "religion of peace" !?!
    • Supports the Chinese Communist mainland; opposes Taiwan's independence
  275. Here we go again... by AtheismIsGood · · Score: 1
    Here we go again...

    First president to support a PLO state which is to be carved out of the land of our ally and friend Israel.

    So, what do you call Israel? Isnt't Israel carved out of the Palestinian land?

    Called Islam a "religion of peace"

    What a horrible link. There are militant muslims as well as there are militant jews and christians. How many blood-thirsty quotes from the bible would you like me to post? How about hese to start with:

    And he that curseth his father, or his mother, shall surely be put to death

    Exodus 21:17

    Murder is the sentence for practicing any other religion (including instruciotns on burning their city to the ground.

    Deuteronomy 13

    On six days work may be done, but the seventh day shall be sacred to you as the sabbath of complete rest to the LORD. Anyone who does work on that day shall be put to death.

    Exodus 35:2

    "When a man strikes his male or female slave with a rod so hard that the slave dies under his hand, he shall be punished. If, however, the slave survives for a day or two, he is not to be punished, since the slave is his own property. Exodus 21

    1. Re:Here we go again... by superyooser · · Score: 1
      Isnt't Israel carved out of the Palestinian land?

      Palestine is a region that generally spreads from the Nile to the Tigris.

      What a horrible link.

      The truth about Islam is horrible.

      There are militant muslims as well as there are militant jews and christians.

      And militant atheists. But I don't subscribe to the NYT/WashPost/AP/AFP/BBC/Reuter's usage of the word "militant." Christians and Jews do not do anything close to the genocidal, terrorist acts that legions of Muslims are engaged in.

      Exodus 21:17 ... Deuteronomy 13

      There are a few ways to answer this. First of all: God created each life, so God has the right to define justifications for taking it away.

      The Torah is a covenant - a mutual agreement - made between Israel and the LORD. The people of Israel promised to live according to the ways of the LORD, and the LORD promised to do certain things for the people of Israel.

      Exodus 19:7-8: So Moses went back and summoned the elders of the people and set before them all the words the LORD had commanded him to speak. The people all responded together, "We will do everything the LORD has said." So Moses brought their answer back to the LORD.

      Exodus 35:2

      Let me be frank; this is something that I currently don't know how to adequately answer. One thing is for certain: Slavery in the U.S. and slavery under the ancient Hebrews had a lot of differences. But that is obviously not a satisfactory response. I will not consider investing the time necessary to research and discuss the issue of slavery in the Bible with you until you demonstrate a sincere willingness to learn instead of just attacking. It is evident from your replies to my posts thus far that you are not really interested in understanding the message of God's Word.

    2. Re:Here we go again... by MooCows · · Score: 1

      Old post, but I just had to reply.

      The truth about Islam is horrible.

      And militant atheists. But I don't subscribe to the NYT/WashPost/AP/AFP/BBC/Reuter's usage of the word "militant." Christians and Jews do not do anything close to the genocidal, terrorist acts that legions of Muslims are engaged in.

      *cough* Crusades, inquisitions, various kinds of genocide, etc.

      But I agree, any intolerant religion can and will have a pretty nasty effect on the masses.

      There are a few ways to answer this. First of all: God created each life, so God has the right to define justifications for taking it away.

      Now that's just funny.
      You're saying that "forget morals, god says so, so it's alright" can exist in a "peaceful religion"?
      Using this logic it seems acceptable that muslim terrorists blow themselves and 'heathens' to pieces... because their god told them it was alright. (or at least they believe so)

      Note that I am not anti-religious. (I'm more of a "I don't care, as long as you don't bother me" person)
      I've just seen, and still see, too much suffering motivated by it.

      But I guess inflicting suffering on others just a part of human nature, after all.

      --
      The path I walk alone is endlessly long.
      30 minutes by bike, 15 by bus.
  276. Re: Moron about Mormons by Anonymous Coward · · Score: 0

    For those who are not aware, 'Jacob' refers to a book in the Book of Mormon. And the reference is actually in chapter 2

  277. Correction of previous post by superyooser · · Score: 1

    I put the Bible references in the wrong places. The last paragraph is not responding to Exodus 35:2, just the slavery issue. The few paragraphs before that respond to all the non-slavery Biblical issues.

  278. ark by gd2shoe · · Score: 1

    Where is the ark of the covenant or a miriad of other biblical artifacts. Where are ANY original writeings of the biblical authors (yes, there are early copies, but no originals). These are either destroyed, missing, or protected by the Lord. The plates fall into that last catigory. They would have been destroyed by angry and corrupt men otherwise.

    --
    I won't join Slashcott. OTOH, If Beta goes live, I just won't be back until it's fixed. Sorry Dice.
    1. Re:ark by yosemite · · Score: 1
      where did the plates go?
      this really is quite a simple question. Perhaps an appropriate answer might be, "destroyed, missing, or protected by the Lord", or some shit.

      I wonder if you might have thought my question was simply rhetorical, if that is the case I am sorry I misled you. No, I am actually curious to hear what happened, and I am too lazy to google it.

      fa

  279. Sorry. by gd2shoe · · Score: 1

    I'm sorry if my answer was a little cryptic, but I didn't feel like getting into the details at the time. I was also a little timid at being rebuked for giving an answer that _requires_ faith in order to accept. I would point out again that all serious Christians have a particular amount of faith in certain ancient and holy artifacts. If they did not exist, then the Bible is false. Yet, we have no way to prove that they existed either.

    Here in America, in a country founded upon religious freedom, things have not always been free. Once Joseph had received a vision of God the Father and our Lord Jesus Christ he proceeded to share this marvelous account with others. He was only fourteen at the time, and was understandably shocked at the level of religious bigotry surrounding him at the time. It was only several years later that he was allowed to take the plates and begin a miraculous translation.

    "I soon found, however, that my telling the story had excited a great deal of prejudice against me among professors of religion, and was the cause of great persecution, which continued to increase; and though I was an obscure boy, only between fourteen and fifteen years of age, and my circumstances in life such as to make a boy of no consequence in the world, yet men of high standing would take notice sufficient to excite the public mind against me, and create a bitter persecution; and this was common among all the sects--all united to persecute me."...

    "However, it was nevertheless a fact that I had beheld a vision. I have thought since, that I felt much like Paul, when he made his defense before King Agrippa, and related the account of the vision he had when he saw a light, and heard a voice; but still there were but few who believed him; some said he was dishonest, others said he was mad; and he was ridiculed and reviled. But all this did not destroy the reality of his vision. He had seen a vision, he knew he had, and all the persecution under heaven could not make it otherwise; and though they should persecute him unto death, yet he knew, and would know to his latest breath, that he had both seen a light and heard a voice speaking unto him, and all the world could not make him think or believe otherwise."

    During that time, very few people believed that he could have seen the Lord; not because it wasn't possible, but because it went against what they had always been taught. At the same time, though, he and his family were subject to not only violence, but individuals trying to steal the plates. After translation of the portion that we have was completed, the plates were given into the care of an angel (Moroni). We look forward to the day when the remainder of the plates will be translated and published.

    If Joseph had kept the plates, he would have been unable in the long run to protect them. As an example, there were some other papyri partially translated by the prophet which are now included in the "Pearl of Great Price". These were lost when he was martyred, and were taken by some of his family members who apostatized. They were presumed to have been lost in a fire in Chicago not long after, though a few fragments have been found.

    More information can be found in the "Book of Mormon" itself at:
    http://scriptures.lds.org/bm/contents
    The Introduction and Testimonies would be a good place to look.

    A longer account can be found at:
    http://scriptures.lds.org/js_h/1
    This is Josephs account the way he told it himself.

    --
    I won't join Slashcott. OTOH, If Beta goes live, I just won't be back until it's fixed. Sorry Dice.
  280. *blah blah rant* by yosemite · · Score: 1
    The account of J Smith's revelation is quite an interesting read. Often I feel that the main crux of people's discomfort with the Church of Mormon is summed up best in J smith's account of a meeting with a methodist preacher

    Some few days after I had this vision, I happened to be in company with one of the Methodist preachers, who was very active in the before mentioned religious excitement; and, conversing with him on the subject of religion, I took occasion to give him an account of the vision which I had had. I was greatly surprised at his behavior; he treated my communication not only lightly, but with great contempt, saying it was all of the devil, that there were no such things as avisions or brevelations in these days; that all such things had ceased with the apostles, and that there would never be any more of them.

    The preachers argument makes a certain amount of sense, from the perspective of an established relegion and the perspective of the agnostic or atheist. It seems to me, an agnostic, that fresh ideologies and relegions, fresh in the sense of being new and having a relatively unspoiled doctrin-a doctrin handed directally down from the founder, tend to resonate and embody the pathologies of the founder and have little to do with a personal god.

    Now this is not just a dig at the LDS church, I am talking about ideological fundementalism as well, an ideological framework that springs from an individual, such as mao or radical islamists. The new, and fresh ideologies (especially those generated in the era of mass media), even if they are based on existing structures, such as confucionism in mao's case or the bible in J smiths case, tend to miss the nuances of the underlying ideological framework and enhance those individual pathologys.

    Now I am not saying that there is no merit to the teaching of any new prophet or any new scholar, I personally enjoy that nuanced approach to relegion, one that stresses the architypal human endevours. Overall the LDS seems to be a good relegion, those fuckers who ride around on bikes and preach are always polite, almost to a fault!
    But it is a new relegion, and based on the word of several men. These men were born recently enough that there was insuffecient time for their persona's to evolve to a point where they seem reasonable. I think for the most part, the LDS church ( and most churches for that matter) are unreasonable

    I just find the idea of a revelation of the sort that smith had to be nowhere near the caliber needed to claim dominance in the field of all relegions or be any more relevent then the Branch Dividians. There are so many more that could be better the the LDS. Fuck, at this point popular culture has a stronger hold over peoples minds then these relegions.

    I really have a hard time understanding an obsession with these abstractions. If the truth comes from the word of god, why not do what smith did and find god for *yourself*. Not participate in the distorted mental machinations of one man!
    take it for what its worth, the rantings of an infidel.

    I will leave with an excerpt from William James's The Varieties of Religious Experience
    (of which, I may add, there seems to be a startling array of), It addresses my point regarding the pathologys of the founders of relegions.

    If you ask for a concrete example, there can be no better one than is furnished by the person of George Fox. The Quaker religion which he founded is something which it is impossible to overpraise. In a day of shams, it was a religion of veracity rooted in spiritual inwardness, and a return to something more like the original gospel truth than men had ever known in England. So far as our Christian sects today are evolving into liberality, they are simply reverting in essence to the position which Fox and the early Quakers so long ago assumed. No one can pretend for a moment that
    in point of spiritual sagacity and capacity, Fox's mind was unsound. Everyone who confronted him personally, f