Slashdot Mirror


'Think Tank' Issues Microsoft-Funded Troll

dlur (among many others) writes: "According to this ZDNet article, a Washington think tank known as the Alexis de Tocqueville Institution is soon to release a study stating that Open Source Software allows terrorists an easy time hacking into our systems. It's little suprise that this group takes money from Microsoft." The Register's story is good too. All the whoring reports in the world won't make open source any less secure. This same institute backed destabilizing, unworkable '80s missile defense and thinks Alexis de Tocqueville would have wanted the V-22 Osprey deathplane. Also, see what their coin-operated policy dispenser spat out for internet privacy (eat what you're fed) and antitrust (advantage of Microsoft monopoly: "manufacturers of computer hardware need to provide only one driver"). We weren't going to run this, but there were a lot of submissions, so ...

598 comments

  1. Open Source Easier to Hack by Gerrioholic99 · · Score: 2, Interesting

    It seems to me that when software is created by "hackers" and made by "hackers" that they would as a team know what to do to make the software as hackerfree as possible. By making a product open source, it is only sensible that it is then open to be studied by hackers and exploited by malicious hackers but at the same time, just as genius "white-hat" hackers can quickly repair these security flaws thus keeping the software secure. So, how then can it be possible to say that Open Source is more hacker prone than proprietary software? Beats me

    1. Re:Open Source Easier to Hack by Rotten168 · · Score: 1

      Uhhhh, because the source is open?

      Or does "open source" mean something else that I don't know about?

    2. Re:Open Source Easier to Hack by yobbo · · Score: 4, Informative

      Well, open source software is by far the easiest to hack, because the source code is actually available to you to hack with.

      If you're talking about open source software being easier to crack, that's a whole different story...

    3. Re:Open Source Easier to Hack by uberjon · · Score: 3, Insightful
      Uhhhh, because the source is open? Or does "open source" mean something else that I don't know about?
      It means someone legit is more likely to find the hole and release a patch before some script kiddie gets the 0-day 'spoilt for it. Opensource software has a better track record for admitting security holes, and releasing patchs before a problem arises.
      --
      Dick Laurent is dead.
    4. Re:Open Source Easier to Hack by Anonymous Coward · · Score: 0

      isn't microsoft the same company that disabled a warship off the coast of california during testing? the same company that has sold IIS with security holes so wide, that ANYONE can run ANYTHING? execute ANY executable code? viruses, backdoors, ... anything. i've found microsoft server software to be many times more insecure than open source versions. sure, the code makes it easier to hack, but not THAT much easier.

      hypocracy with a large advertising budget. gotta luv 'em

    5. Re:Open Source Easier to Hack by Bastian · · Score: 3, Informative

      Thankfully, a lot of the notorious hacker groups who are known for finding security holes (l0pht and cDc come to mind) are also known for publishing information about those security holes, not with the interest of telling script kiddies and black hat hackers how to get into the system, but for the purpose of calling attention to the holes so they are closed.

      I'm not hacking expert, but I have a feeling that finding security holes by reading the source code of software isn't much easier than prodding at it until a hole is found.

      With buffer overflows, for example, I'd imagine it's much easier to find the overflows by setting up a computer running whatever software you are trying to exploit and letting a program designed to keep trying to exploit overflows until it finds the overflow. If you can figure out where in memory that buffer is with some sort of debugger, the job is probably even easier.
      There's also the good old OpenBSD poster child.

    6. Re:Open Source Easier to Hack by edrugtrader · · Score: 2

      statements like this make me wish there was a +1 DUH! moderation.

      --
      MARIJUANA, SHROOMS, X: ONLINE?! - E
    7. Re:Open Source Easier to Hack by Oculus+Habent · · Score: 3, Insightful

      In fairness, there are people out there who end up in charge of systems that don't have the time, inclination, or experience to install patches, upgrades, updates, etc. The people who did the default install and left it at that.

      These are the people that are potentially at risk. Sure, Microsoft's code has just as many (if not more) holes in it. But the holes aren't as well known.

      In a perfect (or at least mostly-intelligent) world, the Open Source argument wouldn't exist, and we'd all have more time to devote to hangliding.

      But then, communism is the "perfect world" - on paper anyway.

      --
      Don't scream at me, I can't hear you.

      --
      That what was all this school was for... to teach us how to solve our own problems. -- janeowit
    8. Re:Open Source Easier to Hack by Anonymous Coward · · Score: 0

      Shellcode is easier to write for closed-source apps because you don't have to worry about varying builds and what different compilers will compile the code as. If it's binary only, the machine code is always the same.

    9. Re:Open Source Easier to Hack by kryptola · · Score: 1

      You whore!
      Do you understand what is hacking? You think that several tricks with several commands then you can hack a system! How juvenile!
      Mostly in order for security, mostly the protocols are based on the mathematical formulas that it's almost impossible to do brute force. It's mostly about the practice to see whether the hackers could hack the system, not the whole "open source" thing.
      So sad that there is someone like you among Slashdot readers.
      BD

      --
      "Trying is the first step towards failure" - Homer J Simpson.
    10. Re:Open Source Easier to Hack by Anonymous Coward · · Score: 0

      Wow, an outdated semantic nitpicker gets moderated insightful. This must be slashdot.

    11. Re:Open Source Easier to Hack by Anonymous Coward · · Score: 0

      MSFT is a crackwhore.

    12. Re:Open Source Easier to Hack by bullett.net · · Score: 2, Insightful

      The Hidden Crack -- (1) The longer a cracker has between when he discovers a security flaw and when he acts on that flaw, the more devistating his attack is likely to be. (2) If his flaw is uncovered by someone else, his attack is, in part, thwarted. (3) The lilkihood of an un-exploited crack being detected, much less repaired, in a M$ product is near zero. They don't act until the problem is very obvious, thus the damage done. (4) The liklihood of an un-exploited crack in an Open Source product being detected and repaired is reasonably high. (5) Thus the liklihood of a significant flaw being discovered by a "terrorist", and lying dormant long enough for him to arrage to exploit it, is much higher for a M$ hidden system than for an Open system.

    13. Re:Open Source Easier to Hack by fire-eyes · · Score: 2

      In fairness, there are people out there who end up in charge of systems that don't have the time, inclination, or experience to install patches, upgrades, updates, etc. The people who did the default install and left it at that.

      These 'admins' are one of the biggest problems out there. It's my strong belief that doing just those things you listed are critical parts of being an admin. If you can't or won't do them (perfect world or not), DON'T ADMIN.

      --
      -- Note: If you don't agree with me, don't bother replying. I won't read it.
    14. Re:Open Source Easier to Hack by t0qer · · Score: 1, Offtopic

      look at my name,

      looks very similiar to that thinktanks name.. Fuckers stole my name, then they "Thinked" about how to change it so I wouldnt get offended, fucking washington buttlickers.

    15. Re:Open Source Easier to Hack by butternipples+wee · · Score: 1

      heres my question, dont you think that a person running an open source os would more likely notice a terrorist "hacking" their computer before a grandma in Pinkerton, Ohio, would? this with the understanding that most people that use open source operating systems KNOW what is going on with their computers

    16. Re:Open Source Easier to Hack by Anonymous Coward · · Score: 0

      Just ask yourself, what would Trent do?

      Reznor or Lott?

    17. Re:Open Source Easier to Hack by _Knots · · Score: 2

      A while ago somebody ran (several) variable-trackers on the linux kernel source code and revealed many potential issues (Stanford checker. Search lkml for [CHECKER]). This was a very easy (comparatively) way of finding exploits without prodding the binary kernel.

      Just a single datapoint to the contrary, I'm sure others have others.

      --
      Anarchy$ dd if=/dev/random of=~/.signature bs=120 count=1
    18. Re:Open Source Easier to Hack by Afrosheen · · Score: 2

      It's hard to administer a network when you spend half the day rebooting. Who has time for patches? By the time you punch the clock at the end of the day you pray that the network will hold up until the next day.

    19. Re:Open Source Easier to Hack by Charm · · Score: 1
      You whore!
      Do you understand what is hacking? You think that several tricks with several commands then you can hack a system! How juvenile!

      Charms Guide to hacking in three easy steps

      Step 1

      Obtain one root kit and one portscanner
      Then install on PC

      Step 2

      Run portscanner against a block of IP addresses
      If a port is open and the system running software for your rootkit commence Step 3

      Step 3

      Start the rootkit and aim it at the IP you gained above
      You should now have access to that machine

      Congratulations you know now how to hack
      Note this is the Script Kiddie way
      Other people are brighter and do something more creative than hacking.

      --
      -- RTFM:Slackware::Beer:Saturday
    20. Re:Open Source Easier to Hack by zich · · Score: 1

      They missed another advantage of Microsoft monopoly: "manufacturers of viruses need to provide only one email virus"

    21. Re:Open Source Easier to Hack by plague3106 · · Score: 1

      It's hard to administer a network when you spend half the day rebooting. Who has time for patches? By the time you punch the clock at the end of the day you pray that the network will hold up until the next day.

      I hope you are not an admin speaking for yourslef, or that you are joking. If this really is how it is where you work, you're a pretty piss poor admin.

    22. Re:Open Source Easier to Hack by OwnedByTwoCats · · Score: 1

      Uhhh, "security through obscurity" isn't.

      ADTI is ignoring this widely known fact. Why?

      The solution is left as an exercise for the reader.

      A more interesting question is why anyone, like the ACM here http://www.acm.org/technews/articles/2002-4/0603m. html#item3 chose to run the press release as a news item.

    23. Re:Open Source Easier to Hack by Anonymous Coward · · Score: 0

      If you're talking about open source software being easier to crack, that's a whole different story...

      +5?!!? This is fucking horseshit. Go back to gym class where the football team can beat your fat, ugly, acne-scarred face in. And bring whoever modded you up with you.

    24. Re:Open Source Easier to Hack by Isofarro · · Score: 1

      Uhhhh, because the source is open?

      Take some proprietary operating system code of a popular GUI based OS.

      Now someone finds a backdoor to this, how long does it take for this company to provide a freely available fix?

      Now, after the fix is applied, what guarantee is there that the proprietary system doesn't have any more backdoors? There isn't any, but if you sign an NDA you could probably view the source to confirm your suspicions (Shared Source).

      How is Shared Source, in this regard, better than Open Source?

      Open Source benefits in security measures because of the independance of its white-hat hackers. Microsoft has no department worthy of comparison to these geniuses.

      Its funny to note that white-hat hackers are the ones finding these security breaches, and these are published. Its funny to note Open Source arena reacts much quicker in providing patches than Microsoft itself. Its funny we have the freedom to explore whether code is satisfactory for use with Open Source, but this is denied to us by proprietary code.

      Open Source doesn't have any NDA leaks, everything is in the open and accountable. MS use contractual means to protect their source, how often does a criminal or terrorist abide by a contract?

    25. Re:Open Source Easier to Hack by netsharc · · Score: 1

      An example for point (4) would be the vunerability in the zlib 1.14, afaik no one ever exploited it.

      Stupid Institute, it can kiss its Credibility good bye. It just sold itself to a company whose dumbass VP admits that its software has hidden threats to national security waiting to be found by some cracker, preferably one employed by an eeevil terrorist organization if you wanna ensure those patriot (parrot?) citizens of the united fucking great states of America can understand what the hell the debate is all about.

      Má-alaikum-salam to the guys at the NSA reading this message.

      --
      What time is it/will be over there? Check with my iPhone app!
    26. Re:Open Source Easier to Hack by netsharc · · Score: 1

      Oops, that was supposed to be zlib < 1.1.4

      --
      What time is it/will be over there? Check with my iPhone app!
    27. Re:Open Source Easier to Hack by Tony-A · · Score: 2

      The Hidden Crack -- (1) The longer a cracker has between when he discovers a security flaw and when he acts on that flaw, the more devistating his attack is likely to be. (2) If his flaw is uncovered by someone else, his attack is, in part, thwarted. (3) The lilkihood of an un-exploited crack being detected, much less repaired, in a M$ product is near zero. They don't act until the problem is very obvious, thus the damage done. (4) The liklihood of an un-exploited crack in an Open Source product being detected and repaired is reasonably high. (5) Thus the liklihood of a significant flaw being discovered by a "terrorist", and lying dormant long enough for him to arrage to exploit it, is much higher for a M$ hidden system than for an Open system.

      Further.
      If I discover the tip of a crack in an Open Source product, with minimal personal risk, skill, and effort I can "score points" by helping to close it and its kindred. If I discover the tip of a crack in a Closed Source product, it's too much like opening a can of worms to attempt to do anything "constructive". I doubt that I'm the only one who feels this way.

    28. Re:Open Source Easier to Hack by Afrosheen · · Score: 2

      Just joking/speculating. I imagine (and have heard from some friends) that this is how Microsoft networks are.

    29. Re:Open Source Easier to Hack by uberjon · · Score: 1

      Reznor

      --
      Dick Laurent is dead.
    30. Re:Open Source Easier to Hack by fire-eyes · · Score: 1

      True. That's why only a tiny percentage of what I do is admin MS networks.

      --
      -- Note: If you don't agree with me, don't bother replying. I won't read it.
    31. Re:Open Source Easier to Hack by Jim+the+Anti-Bob · · Score: 1

      Just about every M$ server I know of is on at least a monthly reboot schedule. Nobody trusts M$ software to stay up and stable longer than that...

    32. Re:Open Source Easier to Hack by doc_side · · Score: 1

      Many times, it is easier to find exploits when the source is open than the "guess and check method" as was stated above. The strcpy() function is a good example of this. It would be more difficult (not implssible though) to find out exactly where in the flow of the code it was possible to write too many characters into the unchecked buffer if one did not have the source.

      There was another example of some SunOS exploit that was found in /bin/login that was only found when someone "acquired" the souce for it. It had something to do with an environment variable that pretty much seemed like a backdoor implimented by someone who coded it. That probably wouldn't have been found if it wasn't for someone looking at the source.

    33. Re:Open Source Easier to Hack by Anonymous Coward · · Score: 0

      Oddly enough I have 2 NT 4 servers that haven't been rebooted in almost 2 years. I kid you not. Of couse I haven't applied ANY service packs to them becuase they're glorified serial feed routers but still, I think I should win a prize.

      gee, do you think NOT installing slap-dash fixes and patches might have something to do with the stability?

  2. Nice to see no politics by Squareball · · Score: 2, Interesting

    "This same institute backed destabilizing, unworkable '80s missile defense and thinks Alexis de Tocqueville would have wanted the V-22 Osprey deathplane."
    Nice to see no politics being spouted here.

    1. Re:Nice to see no politics by flatlineloc · · Score: 0, Offtopic

      "This same institute backed destabilizing, unworkable '80s missile defense and thinks Alexis de Tocqueville would have wanted the V-22 Osprey deathplane."

      Nice to see no politics being spouted here.


      I wouldn't call that politics, more a statement of fact skewed towards presenting a certain viewpoint... Oh wait, that's spin.

    2. Re:Nice to see no politics by Anonymous Coward · · Score: 0

      Yeah...they are ALOT like the scientific ones who work for the liberal environmental lobby. Bahhh....who needs facts anyways.

    3. Re:Nice to see no politics by Anonymous Coward · · Score: 1, Funny

      Since when do we allow the French to post here

    4. Re:Nice to see no politics by Anonymous Coward · · Score: 1

      The missle shield was certanly destablizing, it never helped us in any treaty with another super power, not even as a negotiating gambit. It was always nearly a diplomatic show stopper.

      Was it workable??? We paid for it already if it was workable why isn't it in place?

      Don't spout off about politics when not not one description is factualy inaccurate or over the top aside from the debatable "Deathplane" possible being downgraded to very dangerous aircraft.

    5. Re:Nice to see no politics by EnderWiggnz · · Score: 2

      what, like election results in florida that were not counted as per state law? those kinds of facts?

      no comparison. we may be a little dirty, but you're up to yer eyes in your own filth.

      --
      ... hi bingo ...
    6. Re:Nice to see no politics by Anonymous Coward · · Score: 0

      Sorry, but you can't say unworkable AND destabilizing...BTW, if you want to really understand the issue maybe you should pick up a book and read about Reagan/Gorbachev meetings in Reykjavik...

    7. Re:Nice to see no politics by Anonymous Coward · · Score: 0

      Holy crap! You are so insightful! I never realized that Slashdot had an editorial slant before! Thank you so much for opening up my eyes!

    8. Re:Nice to see no politics by Anonymous Coward · · Score: 0
      the scientific ones who work for the liberal environmental lobby


      Name one.

    9. Re:Nice to see no politics by Anonymous Coward · · Score: 0

      Actually...there were quite a few convicts who voted there...that IS illegal. Yeah...those aren't counted by law. Well...I guess it's not quite as funny as the dead people voting in a few other places. The dead seemed to like the Democrats apparently. So did the bums with the votes bought with smokes. Look it up if you doubt it.

      Hey...I am not saying either side is saintly...but seriously!

      Yeah...those kinda things.

    10. Re:Nice to see no politics by borum · · Score: 1

      This "convicts cannot vote" thing. Why is that?

      I've wondered about it ever since all the fuss about how to count votes. Can anyone rationalize why convicted criminals shouldn't be allowed to vote (or why they should)?

      Disclaimer: OK, i'm european. Yes, other (euporean?) countries are also barring convicts from voting. I'm just trying to learn stuff.
      Feel free to mod me offtopic :)

    11. Re:Nice to see no politics by ivan_13013 · · Score: 1

      > Nice to see no politics being spouted here.

      I see your point. However, it did serve to establish the institute's record and qualifications. You kind of have to be a team of computer security experts, like these ADTI folks, in order to formulate a reasonable opinion on such a complicated and specialized subject.

      In fact, there are groups of specialists that deal with issues such as "security by obscurity" and "peer analysis," and can make decisions like whether they are good... or evil! It's clear that ADTI's researchers, perhaps even their IT contractors and "power users," are among these proud few.

      Indeed, it was this very institution's namesake, Alexis de Tocqueville, that once wrote, "We are superior to the beasts in this, that we use our souls to find out those material benefits to which they are only led by instinct."

      -=Ivan

    12. Re:Nice to see no politics by Jaysyn · · Score: 1

      They're new age Jim Crowe laws, a good bit of Florida's minority populations can't vote. I want to say that almost 48% of Florida's black population is disenfranchised, but I'm not 100% sure about that.

      Jaysyn

      --
      There is a war going on for your mind.
    13. Re:Nice to see no politics by Pii · · Score: 2
      As Jaycn points out, it's a great way to disenfranchise a segment of the population.

      The rationale for this is that criminals would likely seek to elect those who would soften criminal penalties, or eliminate whole categories of criminal activity from the books.

      It's a way to ensure that the best interests of criminals is not reflected during the course of elections. It is, after all, the interests of honest citizens that ought to represented by our leaders.

      I suppose it's a noble idea, and frankly, I'd prefer that criminals not have a say in who makes the law, but the implementation, and the unintended consequences (if indeed they are unintended), may outweigh the benefits, particularly since there are so many "victimless crimes" in our society.

      I think that if you're going to take away someone's right to self-determination, you ought to be able to show me a victim, and a tangible victim at that; someone that has been defrauded, robbed, raped, or killed.

      The right to self-determination is part of America's foundation, one of the assertions that lended legitimacy to our struggle for Independance. Taking it away from people needlessly cheapens the ideal, and diminishes America as an idea.

      --
      For those that would die defending it, Freedom
      has a sweet taste that the protected will never know.
    14. Re:Nice to see no politics by Thag · · Score: 2
      what, like election results in florida that were not counted as per state law?


      I take it you're not referring to the absentee ballots that Gore's team threw out?

      Jon Acheson
      --
      All opinions expressed herein are my own, and not those of my employers, who are appalled.
    15. Re:Nice to see no politics by Anonymous Coward · · Score: 0

      as noted it made the Russians spend alot of money they didn't have further economically destabilizing them. Also contrary to liberal ideology alot of good technology DID in fact come out of those programs, even if they didn't completely provided what was the officially publicized intentions of the programs involved. As a matter of fact MOST programs are like this, and spur developments that otherwise may have taken plodding(i.e. rest of world style) research centuries to achieve.

      The vietnam conflict was another source of economic de-stabilization that was fairly effective, and set the stage for SDI to complete economic undermining of the Soviet bloc.

    16. Re:Nice to see no politics by Anonymous Coward · · Score: 0

      IMHO if people are too stupid to figure out a ballot, vote twice, instead of securing a new ballot while the faulty ballot is destroyed should NOT have their votes counted. Voting is hardly rocket science, it just requires a modicum of intelligence and literacy.

      IMHO no attempt should be made to try to determine the actual vote of a doubly voted item, as it IS COMPLETELY subjective.

      Another thing that is NEVER mentioned even tho9ugh it would make no difference was that the same exact thing happened in the 1996 election, only it was FAR worse that time.

    17. Re:Nice to see no politics by Anonymous Coward · · Score: 0

      ...also let us not forget the miltary & overseas votes that were NOT counted.

    18. Re:Nice to see no politics by ncc74656 · · Score: 2
      I've wondered about it ever since all the fuss about how to count votes. Can anyone rationalize why convicted criminals shouldn't be allowed to vote (or why they should)?

      It's bad enough that welfare recipients are allowed to vote (they'll vote for whoever keeps the goodies rolling in), but allowing convicted felons to vote would be even worse. We're not talking about speeders and jaywalkers here...we're talking about murderers, rapists, molesters, etc. Just as a welfare queen is more likely to vote for someone who'll maintain her in the style to which she has become accustomed, a felon is more likely to vote for some soft-on-crime wuss who probably wouldn't have put him away for 40-to-life to begin with. It's another way of granting the vote to people who have the least interest in the continued proper functioning of our society.

      --
      20 January 2017: the End of an Error.
    19. Re:Nice to see no politics by EnderWiggnz · · Score: 1

      You mean the ones that poppy brought back with him from spain in his diplomatic pouch?

      --
      ... hi bingo ...
    20. Re:Nice to see no politics by Anonymous Coward · · Score: 0

      "destabilizing, unworkable '80s missile defense"

      What? It worked just fine! Just ask the Soviet Union :) ooh wait.....

    21. Re:Nice to see no politics by arkanes · · Score: 2

      the founding fathers would spit and die if they saw how many citizens were disenfranchised. Logically, anyone who can't vote (especially in states like Florida, where you are PERMANENTLY disenfranchised, not just while you're in jail) shouldn't have to pay taxes, be called up for national service, etc. No taxation without representation and all that.

    22. Re:Nice to see no politics by arkanes · · Score: 2
      Oddly, I feel the same way about stuck up conservative rich people as you do about welfare queens. Nobody making more than 70k a year should be able to vote. Especially you. They should still have to pay taxes, though. Because god knows someone needs to, so we should make sure that the people who can't vote against are the ones bit in the ass.

      (By the way, I'd be money that you're guilty of at least on felony. Most people are.)

    23. Re:Nice to see no politics by ncc74656 · · Score: 2
      Nobody making more than 70k a year should be able to vote. Especially you.

      FWIW, I make somewhat less than that (not that what I make is any of your business or anyone else's). Thanks for playing, though. When's the last time you got a job from a poor person? (Wait a sec...you probably still live with your parents because you've been unable or unwilling to get or keep a job, so it doesn't make sense to ask you that question. At best, you're mooching off your shack-up girlfriend until she gets the good sense to drop you like a bad habit.)

      BTW, we fought a little war a couple hundred years ago over, among other things, taxation without representation. Pray that your vision doesn't become reality, unless you want to see another little war pop up.

      By the way, I'd be money that you're guilty of at least on felony. Most people are.

      You keep telling yourself that...are you sure you're not engaged in a little projection? Not everybody lives your undoubtedly hedonistic lifestyle.

      --
      20 January 2017: the End of an Error.
    24. Re:Nice to see no politics by Tunguska · · Score: 1

      +1 Brilliant.

      --
      Only dead fish swim downstream......
    25. Re:Nice to see no politics by blue+trane · · Score: 1

      I wonder, if it could be demonstrated that expanding welfare would decrease crime and societal friction (and result in lower taxes because of reduced need for spending on law enforcement), would you allow your pocketbook to vote for expanding welfare?

      Or is the concept so horrible that you don't care how much it costs you, you'd rather spend more money and have more problems than give people free money?

    26. Re:Nice to see no politics by blue+trane · · Score: 1

      IMHO if people are too stupid to figure out a ballot

      If people are too stupid to figure out how to make a ballot that can't be misunderstood...

    27. Re:Nice to see no politics by Anonymous Coward · · Score: 0

      military? talk about stupid votes. overseas? probably terrorists.

    28. Re:Nice to see no politics by yuri+benjamin · · Score: 1

      How about after they've done their time? Can they vote then? I'd like to think we restore ALL freedoms after the debt to society is paid.
      I don't know exactly how it works here in New Zealand. I don't think dark skinned people get as much of a hard time here as they do in some parts of USA.

      --
      You make the mistake of thinking you can educate the fundamental stupidity out of people. You can't.
    29. Re:Nice to see no politics by ncc74656 · · Score: 2
      I wonder, if it could be demonstrated that expanding welfare would decrease crime and societal friction (and result in lower taxes because of reduced need for spending on law enforcement), would you allow your pocketbook to vote for expanding welfare?

      Considering that all of the available evidence to date points to the opposite conclusion...no.

      --
      20 January 2017: the End of an Error.
    30. Re:Nice to see no politics by blue+trane · · Score: 1

      I said: "if it could be demonstrated" meaning proved beyond a reasonable doubt. A "try it before you buy it" deal, using unimpeachable simulation software perhaps, when it's available; or evidence from other countries.

      In that case, if it could be shown that your taxes would go down, and crime would decrease so you and your family wouldn't have to worry so much, THEN would you support giving people money for doing nothing?

      My guess is that even if you personally would benefit, your emotions would not let you support welfare.

      Not logical, but human I suppose...

    31. Re:Nice to see no politics by Jaysyn · · Score: 1

      Nope, they have to jump through some more hoops and "have their liberty restored". Basically pay lots of money and/or fill out lots of paperwork. That's only in Florida mind you, I know in either Maryland or Delaware the convicts rights are restored immediatley upon release.

      Jaysyn

      --
      There is a war going on for your mind.
  3. Hmm.. by FunkSoulBrother · · Score: 4, Funny

    >i>from the insitute-and-prostitute-share-a-lot-of-letters dept.

    They share even more letters if you spell institute correctly.

    1. Re:Hmm.. by Anonymous Coward · · Score: 1, Funny

      >> from the insitute-and-prostitute-share-a-lot-of-letters dept.

      >They share even more letters if you spell institute correctly.


      Thats odd.......
      Didn't have a problem spelling Prostitute
      ;)

    2. Re:Hmm.. by ImaLamer · · Score: 2

      This whole subject is (Score:5 Crazy)

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

      easy to spell -

      Y O U R MOM

  4. Now, from the people who brought you Sendmail by Animats · · Score: 3, Funny

    Open source would have a much better security record if Sendmail were killed off.

    1. Re:Now, from the people who brought you Sendmail by inflex · · Score: 2, Insightful

      Sendmail /DID/ have a bad record... but it barely rates a mention these days. Time to bring yourself into the current day rather than trying to suck the rotten marrow out of last century's carcass.

    2. Re:Now, from the people who brought you Sendmail by npsimons · · Score: 1
      Open source would have a much better security record if Sendmail were killed off.


      Agreed. So, you're going to start running Qmail right away then? I am.

    3. Re:Now, from the people who brought you Sendmail by Anonymous Coward · · Score: 0

      i love and adore qmail, but unfortunately it's not free software :(

    4. Re:Now, from the people who brought you Sendmail by bafu · · Score: 2, Insightful

      Open source would have a much better security record if Sendmail were killed off.

      No need. The neat thing about open source are the choices. I've used sendmail extensively in the past, but these days I'd use, say, postfix. Sure, sendmail's security record is much better than it was, but I'd prefer the performance benefits of a late-model MTA, as well as the security plusses. The point is, whether we are talking about SMTP, HTTP, IMAP, POP, FTP, or whatever, there are secure servers that work great and I can use whichever one of them I please. That's a far cry from some more proprietary environments I've experienced in the past. I also like not having to wonder what gotchas are hidden in a some privileged binary I'm running.

      I think everyone's spam relay record would look better if folks'd turn off the MTA daemon on systems that don't need to accept mail, though...

    5. Re:Now, from the people who brought you Sendmail by ninewands · · Score: 3, Informative

      Actually, sendmail is used to ... errrr ... SEND mail. My ISP does not relay, so I HAVE to run my own MTA because I don't connect to one of their IP blocks. I use exim at home rather than sendmail, but I administer about 100 Unix boxen at work that use sendmail for, among other things, remote security logging, availability monitoring (the hostwatcher e-mails my pager when a monitored host goes down), and just GOBS of other admin tasks. E-mail really IS the killer app of the internet.

      All that being said, if all you need is a client sendmail mailserver, DO NOT generate your sendmail.cf from the nullclient.mc file distributed with sendmail. It WILL create an open relay. I can't get to the m4 file I created to do the trick right now, but I will be happy to provide it to any sendmail admin who wants it if they e-mail me at cwilkin3-AT-egr-DOT-uh-DOT-edu. The file generates a sendmail.cf equivalent to what nullclient.mc creates, but without the relay enabled.

    6. Re:Now, from the people who brought you Sendmail by Animats · · Score: 2
      Offtopic=1, Troll=1, Insightful=1, Interesting=1, Total=4.

      A bit controversial.

      What grinds me about Sendmail is that it's still widely used, and it has two decades of buffer overflow related security holes. It's a testimony to the fact that string processing with the old C library is a Bad Idea.

      Qmail seems to be the way to go today. Most bigger mail sites do use Qmail. But there are still distros going out the door with Sendmail enabled. That's the problem.

      Sometimes you just have to accept that the architecture is no good and dump the thing, instead of trying to fix it.

      To take this to the next level, Qmail, which has lots of processes, should be revised to work under NSA Secure Linux, with each process having minimal privileges. If this is done right, even if you corrupt the SMTP or POP modules (the sections that actually open sockets), you can't get any further.

    7. Re:Now, from the people who brought you Sendmail by bafu · · Score: 2

      Actually, sendmail is used to ... errrr ... SEND mail.

      Well, you don't have to have it listening on port 25 to send mail from your server. It only needs to listen to the port to receive mail. Of course, that assumes you aren't using something locally that won't queue it up with /usr/lib/sendmail for some reason. In that case you -could- just start it on localhost:25 (IIRC, not all versions of sendmail let you bind to particular IPs, tho)... I'd rather replace the thing that won't use /usr/lib/sendmail, but I'm kind of a lovable curmudgeonly bastard that way... ;-)

      I use exim at home rather than sendmail, but I administer about 100 Unix boxen at work that use sendmail for, among other things, remote security logging, availability monitoring [...]

      I hear ya. YMMV, but try stopping the daemon on one the machines and send a test notice. Unless there is something really odd about your setup, the outgoing mail will still work. We run ours that way w/o a problem. Of course, you might say , "Hey, all my machines are behind a firewall, so relaying isn't an issue". But one less [fairly big] process is one less process. ;-) It's always good to turn off ports you don't absolutely need.

      OSes shipping with an open relay version of sendmail running as default were real pissers a few years back. Fortunately, that's largely been cleaned up.

    8. Re:Now, from the people who brought you Sendmail by Bert64 · · Score: 1

      Qmail already does this to a certain extent. Each qmail process runs under it`s own userid

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    9. Re:Now, from the people who brought you Sendmail by ncc74656 · · Score: 2
      Sendmail /DID/ have a bad record... but it barely rates a mention these days. Time to bring yourself into the current day rather than trying to suck the rotten marrow out of last century's carcass.

      Why bother giving sendmail another crack at making your system rootable when it's such a pain in the ass to set up in the first place? I'd rather install qmail and get on with life.

      --
      20 January 2017: the End of an Error.
    10. Re:Now, from the people who brought you Sendmail by Ioldanach · · Score: 2
      Qmail seems to be the way to go today. Most bigger mail sites do use Qmail. But there are still distros going out the door with Sendmail enabled. That's the problem.
      Qmail is at the moment, as far as I can tell, the best MTA I can put on port 25. Unfortunately, it doesn't have the functionality I want. I can POP my mail from it but I can't IMAP it without other programs. At the moment, I run Qmail at home to receive mail, and Courier-IMAP (not the whole Courier package, just the Courier-IMAP one, which is stable). Qmail got wonderfully stable, but then the owner locked down the code to keep it that way. Now its not keeping up with the Joneses. Look at its webpage sometime and see all of the various add-ons that are practically a requirement in today's systems. Things like smtp-auth (authenticate to the smtp server before you can send mail not to the local host with it) that are practically a requirement for roaming users these days. (POP-b4-SMTP is less reliable than authenticating the current connection)

      Personally, I'm watching the Courier MTA to see when I feel its stable and secure enough to use. It has the functionality I want across the board.

  5. Slashdot==idiots by Rotten168 · · Score: 0, Flamebait

    I like how /. offers up tidbits like missle defense is "unstabilizing and unworkable" without offering a modicum of reasoning, which to me is just further evidence that they don't know what they're talking about.

    Seems that they are just that desperate to discredit Microsoft that they will resort to silly attacks about things they know nothing about.

    1. Re:Slashdot==idiots by DNS-and-BIND · · Score: 3, Interesting
      In a remarkable tete-a-tete with a US journalist and former arms control official, Marshal Nikolai Ogarkov, First Deputy Defense Minister and Chief of the General Staff, interpreted the real meaning of SDI: "We cannot equal the quality of U.S. arms for a generation or two. Modern military power is based on technology, and technology is based on computers. In the US, small children play with computers.... Here, we don't even have computers in every office of the Defense Ministry. And for reasons you know well, we cannot make computers widely available in our society. We will never be able to catch up with you in modern arms until we have an economic revolution. And the question is whether we can have an economic revolution without a political revolution."

      Read that last sentence again - it's a thousand-pound gorilla.

      --
      Shutting down free speech with violence isn't fighting fascism. It IS fascism!
    2. Re:Slashdot==idiots by gnoshi · · Score: 1

      Of course, your extensive sample of *one* in this survey of comments gives you a basis for a thorough and well reasoned end result, right? Oh, no, sorry.. you said *further* evidence; but didn't cite the previous evidence. Bad bad boy/girl/dog, even by your own reasoning.

      Hate to generalise...

      gnoshi

  6. Loudest by inflex · · Score: 4, Interesting

    What I do not understand is why there aren't any similar groups for the OpenSource / non-Darkside avocations.

    If MS can fund groups such as these to spill forth what is obviously [then again, not much is obvious it seems to the 90% of the population] utter trash, surely we [ non-MS ] can do the same.

    If this group spills out such toxic waste words as these, why does it gain so much attention in the general public?

    Is there any reason why we cannot write an article stating "Microsoft Closed source enables Terrorists to easially render 90% of the information market paralized"... (after all, there is far more 'hard' evidence in the form of email-worms etc than there is behind what has been written in this article).

    1. Re:Loudest by MisterBlister · · Score: 1
      Is there any reason why we cannot write an article stating "Microsoft Closed source enables Terrorists to easially render 90% of the information market paralized"... (after all, there is far more 'hard' evidence in the form of email-worms etc than there is behind what has been written in this article).

      You can write all the articles you want, but nobody's going to read them if you don't have the money needed to get the word out to the public.

    2. Re:Loudest by quantaman · · Score: 2

      Okay, you fork up the few million so we can buy our own "think tank" and make our own report:)

      --
      I stole this Sig
    3. Re:Loudest by Anonymous Coward · · Score: 0
      If MS can fund groups such as these to spill forth what is obviously utter trash, surely we [ non-MS ] can do the same.

      Such is the way of the marketeer. A good product speaks for itself.

    4. Re:Loudest by inflex · · Score: 1

      Alas, that's not always true :\ Dare I bring up the VHS/Beta scenario... or the OS/2-Windows... DR-DOS/MS-DOS, anyhow, you get my point.

      The key with markets is more than just the product. . . it's to do with the perception of the product.

    5. Re:Loudest by tstock · · Score: 1


      Open Source Security: A Look at the Security Benefits of Source Code Access

      available here

    6. Re:Loudest by Anonymous Coward · · Score: 0

      Does any open-source company have $40 billion sitting in the bank, or $40 million for that matter?

      Heck, even resurgent and open-source stallwart IBM could only afford to spray some sidewalks w/ graffiti of Tux the Penguin.

    7. Re:Loudest by ninewands · · Score: 4, Informative
      What I do not understand is why there aren't any similar groups for the OpenSource / non-Darkside avocations.

      You mean like This Article??

      Just in case CRN gets slashdotted, an excerpt speaking on the subject of Linux in the federal government:

      The software appears to be winning friends among military and intelligence agencies.

      A study completed for the Pentagon by the Mitre last week identified 249 U.S. government uses of open-source computer systems and tools, with Linux running on several Air Force computers, along with systems run by the Marine Corps, the Naval Research Laboratory and others.

      The report recommended further use of open-source computing systems, on the grounds that they were less vulnerable to cyberattacks and far cheaper.


      'Nuff said. I think I would believe a federally-funded study by Mitre Corp. (a scientific research organization that, among other things, hosts the CVE database) before I would buy into a study by a think tank 1) that lacks Mitre's technical muscle and, 2) has a history of whoring for inter alia Microsoft, the tobacco industry, and various egregious polluters. Remember Mindcraft?

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

      You have to be able to launder the article through "an industry analyst" or "a Washington think-tank" and that takes money.

    9. Re:Loudest by br0ck · · Score: 2

      Luckily Microsoft has their own internal group to generate bad press... the development group. Check out the article about the new IE gopher exploit. It was found by Oy, and they have more info.

    10. Re:Loudest by red+flavor · · Score: 1

      I believe the EFF fits the bill nicely. They do a lot of debunking and information distribution, though not so much mudslinging.

    11. Re:Loudest by mrsam · · Score: 5, Insightful

      What I do not understand is why there aren't any similar groups for the OpenSource / non-Darkside [ advocacy ]

      I certainly hope there aren't any self-proclaimed Open Source/Free Software groups that pump out such logically-challenged, clue-free blather. I'd frankly be ashamed to see something on the same order, clue-wise, being used to promote the Open Source/Free Software philosophy.

    12. Re:Loudest by Ride-My-Rocket · · Score: 5, Insightful

      Honestly, I think the Linux community is better off without such a "darkside" group. The more effort that is spent on making actual progress, and NOT fighting the war of words that Microsoft so desperately wants to fight, the better off we'll be. Microsoft has been saying bad stuff about Linux for years -- they have endless supplies of cash to wage that war, and can neatly tie up the Linux community's resources that way.

      I would say that any and all "intellectual" aid -- legal, political, research / reporting, etc. should be directed towards loosening or removing Microsoft's grip on public education and government markets. Right now, we have two major entities -- Peru and Taiwan -- that have taken the plunge and are attempting to eliminate their reliance on Microsoft products. We have the US government questioning for the first time how to better secure their networks. And in a time of relative national crisis, shouldn't security at all levels be of paramount concern?

      MS has proven itself incapable of (or unwilling to?) improving the security of its code, despite its ubiquity. Open source can only get _more_ stable and secure as time passes, and users / white hats continue to help find bugs in the system. So why shouldn't we have people who are willing to evagenlize OpenSource do it, but to discredit MS by selling the idea behind using Linux et al?

      But maybe that's just me........

    13. Re:Loudest by Zspdude · · Score: 1

      What's funny is that you're posting this on /.

      --
      What's in a Sig?
    14. Re:Loudest by Anonymous Coward · · Score: 0

      There is a fundamental difference between us and Microsoft.

      We are not morally bankrupt filth.

    15. Re:Loudest by MaxVlast · · Score: 2

      You put up the first million, I promise the second.

      --
      There should be a moratorium on the use of the apostrophe.
      Max V.
      NeXTMail/MIME Mail welcome
    16. Re:Loudest by charvolant · · Score: 3, Funny
      I certainly hope there aren't any self-proclaimed Open Source/Free Software groups that pump out such logically- challenged, clue-free blather.
      Umm. Slashdot, anyone?
    17. Re:Loudest by Citizen+of+Earth · · Score: 1

      If MS can fund groups such as these to spill forth what is obviously [then again, not much is obvious it seems to the 90% of the population] utter trash, surely we [ non-MS ] can do the same.

      Be sure to wrap the report in a Klez virus.

    18. Re:Loudest by Bert64 · · Score: 1

      As someone else suggested, a worm/virus which openly discredits closed source security on any machine it manages to infect, would certainly get the word across.. and would likely prompt microsoft to actually do something to correct the problems.
      Ofcourse not a worm/virus which promoted a specific alternative, as that would allow microsoft to point blame.. but one which simply discredited microsoft and suggest the user looks for alternatives if they dont want to be infected by more such worms.

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    19. Re:Loudest by Anonymous Coward · · Score: 0

      What I do not understand is why there aren't any similar groups for the OpenSource / non-Darkside avocations.

      You have to first figure out how to make money, before you can fund propoganda! ;-)

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

      It is M$
      If you have the $$$ then go along.
      If you have the $$$ to defend yourself then go along.

    21. Re:Loudest by whereiswaldo · · Score: 1

      I don't think the Linux community needs a "dark side" group. What is so "dark" about telling the truth?

      ...they have endless supplies of cash to wage that war, and can neatly tie up the Linux community's resources that way.

      I have to disagree - there are all kinds of people wanting to help the open source movement. Not all of these people want to code or debug.. I'm sure a lot of people would be happy putting their effort into finding out the strengths and weaknesses of all the different software out there - then putting it into words touting the many benefits of OSS.

    22. Re:Loudest by wheany · · Score: 1

      Clue-free as in beer or clue-free as in speech?

    23. Re:Loudest by sheldon · · Score: 2

      If MS can fund groups such as these to spill forth what is obviously [then again, not much is obvious it seems to the 90% of the population] utter trash, surely we [ non-MS ] can do the same.

      Already done.

      In fact there are a great many other sources and books published making questionable unverified claims with regards to Open Source that one could easily classify as utter trash.

  7. Welcome to slashdot by Anonymous Coward · · Score: 0, Offtopic

    You must be new here?

    1. Re:Welcome to slashdot by Anonymous Coward · · Score: 0

      That's not a question.

  8. And they're running... by coats · · Score: 5, Interesting
    Rapidsite/Apa/1.3.20 (Unix), FrontPage/4.0.4.3, mod_ssl/2.8.4, and OpenSSL/0.9.6 on an IRIX machine, according to NetCraft's "What's that site running?" at http://uptime.netcraft.com/up/graph

    They're not running their touted monoculture on their own web servers!

    --
    "My opinions are my own, and I've got *lots* of them!"
    1. Re:And they're running... by Rotten168 · · Score: 0, Insightful

      Ummm... and since when is IRIX open source?

    2. Re:And they're running... by Anonymous Coward · · Score: 0, Insightful

      He put OpenSSL in bold, idiot.

    3. Re:And they're running... by Anonymous Coward · · Score: 0

      it became open source on the same day apache and openssl became closed source.

      idiot.

    4. Re:And they're running... by victwenty · · Score: 1

      They're not running their touted monoculture on their own web servers!

      oh no, they're vulnerable to terrorists!

      ya know, with the number of viri and M$ IIS/SQL attacks that have hit american corporations and originated from potential enemies like china, you'd think the "pro-america" republicrats would be all over alternatives. good 'ol money..

    5. Re:And they're running... by Anonymous Coward · · Score: 0

      I'll chime in with yet another "idiot" and raise
      you... More to the point, I think, they're not running Billy's vaunted software to serve up
      their vapid drivel...

    6. Re:And they're running... by elmegil · · Score: 1, Insightful

      Uh...since whenis IRIX Windows, which they say is the preferred monoculture? Oh, and OpenSSL is certainly Open Source. Note the emphasis in case you missed it.

      --
      7 November 2006: The day Americans realized corruption and incompetence weren't addressing 11 September 2001
    7. Re:And they're running... by Rotten168 · · Score: 1

      Note the emphasis in case you missed it.

      Yes and please note that the article was about open source and not about Microsoft's competition.

    8. Re:And they're running... by Anonymous Coward · · Score: 0

      In the good old United States you can buy whatever you want if you have enough money. This is nothing new. Want laws written? You need money (or influence over the power holders... millions of voters turning on them can counter-balance the money aspect).

    9. Re:And they're running... by Rotten168 · · Score: 1

      More to the point, I think, they're not running Billy's vaunted software to serve up their vapid drivel...

      And, yet, even more to the point, the article was about closed source vs. open source, not MS vs. it's competitors.

    10. Re:And they're running... by Dreben · · Score: 1

      Apache, ModSSL, OpenSSL are all open source, and SGI has made some fairly significant contributions to various open source projects (i.e, XFS), but forget about that. Why aren't these hypocrits running IIS on Windows?

      That's a rhetorical question. They can't afford the down time or hacks planting worms via active directory exploits that Windows closed nature allegedly conceals.

    11. Re:And they're running... by Anonymous Coward · · Score: 0

      And yet their site is running several open source packages. What part of this is confusing you?

    12. Re:And they're running... by SirSlud · · Score: 2

      Surely if Linux proponants are called hypocrites for running Windows for gaming, etc, then we must be allowed to call them hypocrites for using open source software when their report clearly supports closed source?

      --
      "Old man yells at systemd"
    13. Re:And they're running... by Anonymous Coward · · Score: 0

      What the hell are you talking about? The post pointed out that they are using OpenSSL and Apache, which are OPEN SOURCE. This "think" tank are using software to host their web site that they claim is the most insecure software available today.

    14. Re:And they're running... by Anonymous Coward · · Score: 0

      Jesus. How the fuck did this get modded offtopic? It was clarifying a point made in a perfectly on-topic conversation.

      There's more idiots where the first came from, apparently.

    15. Re:And they're running... by genmanath · · Score: 1

      Remember "We Have the Way Out?" This isn't a new occurence for an MS affiliate. The MS attempt to draw people away from Unix (including instructions on how to wipe a Linux system and install an MS OS) ran on a *BSD box, if I recall rightly, and was running Apache. It's really ironic that things like this happen.

      --
      G. M. Manath

      Go not to the Elves for counsel, for they will say both 'Yes' and 'No.'

    16. Re:And they're running... by Leto2 · · Score: 2

      Too bad you're not allowed to hack them, because that would only confirm their opinion...

      --
      <grub> Reading /. at -1 is like driving through Cracktown in a convertible that is stuck in 1st
    17. Re:And they're running... by Anonymous Coward · · Score: 0

      Microsoftsite.com seems pretty secure

  9. Yet Another Cheap Shot from Micro$oft ! by Anonymous Coward · · Score: 0

    LOL! How "ingenious" to tie a "terrorist threat" to open source software! Well, we could equally say that government agencies are compromising their network security by relying on exploit-prone, low quality software products supplied by Micro$oft.

  10. Here's the solution.... by i_want_you_to_throw_ · · Score: 5, Informative

    I am a lone out post of open source in the military agency where I work. My solution, just show them the NSA funded SE Linux information.

    Who are the green suiters going to trust? A bunch of paid "think tank" lackeys or the good ole spooks behind the triple fence?

    So far NSA's advocacy has been used to let me get away with all kinds of open source implementation.

    Of course, NSA has an agenda too I'm sure but that's between the military and NSA.

    1. Re:Here's the solution.... by Anonymous Coward · · Score: 2, Interesting

      So far NSA's advocacy has been used to let me get away with all kinds of open source implementation.

      And don't imagine that the folks in Redmond don't realize that. They've had their lawyers trying to pressure the DoD to stop the project (the usu arguments we've seen them use w/other gov'ts... it shows favoritism, etc.).

    2. Re:Here's the solution.... by Mars+Hill · · Score: 1

      After this and the like, it's only a matter of time before the public stops believing in the technical equivalent of payola.

    3. Re:Here's the solution.... by Hard_Code · · Score: 5, Funny

      "So far NSA's advocacy has been used to let me get away with all kinds of open source implementation."

      Perfect comrade! Next, send me the list of usernames and passw^W^W^W I mean, send me some completely arbitrary pornographic images for no apparent reason. Also, good idea to post here...nobody will ever discover our s3kr3t plan, nobody takes these Slashdotters seriously! (also, we have successfully planted agent code-name "Tom Ridge" high in the executive branch) Muahahaha!

      --

      It's 10 PM. Do you know if you're un-American?
  11. Off-topic: missile defense by foobar104 · · Score: 2, Offtopic

    This same institute backed destabilizing, unworkable '80s missile defense....

    You are aware, are you not, that the Reagan administration's emphasis on missile defense technology forced the Soviets to spend billions on research into their own missile defense systems? And that that level of unsustainable spending contributed directly to the collapse of the Soviet economy, and the eventual dissolution of the USSR as a political entity?

    Just spreading around a little knowledge.

    1. Re:Off-topic: missile defense by i_want_you_to_throw_ · · Score: 1

      Yes, but sadly the world didn't get safer, it got worse.

      The collapse of the Soviet Union just meant that everything in USSR was up for sale, including nuclear scientists who are now happily plugging away for oil rich Islamic fundmentalist states.

      Then again, ALL technology eventually proliferates world wide.

    2. Re:Off-topic: missile defense by Anonymous Coward · · Score: 0

      I am sure that he is, but he just does not want facts to get in the way of his rhetoric. The mark of a true liberal.

    3. Re:Off-topic: missile defense by Anonymous Coward · · Score: 0

      Tanks for edumacating on this cause my skool in Iowa had to teech me in a janetors closit bekause are presedent was getting rid of the stinkin commies bye spending monee for keepng hes campaighn donors (TRW, Lockheed) in the monee.

      God bleys Amarika!!

    4. Re:Off-topic: missile defense by americanFatCat · · Score: 1

      >I am sure that he is, but he just does not want facts to get in the way of his rhetoric.
      "The mark of a true liberal"

      if(maxims == rhetoric)
      cout "watch your generalizations." endl;

    5. Re:Off-topic: missile defense by Anonymous Coward · · Score: 0

      You are aware are you not that the Soviet Union was bankrupt long before Reagan became president? Is it really your position that the Soviet Union went out of business faster than Enron?

    6. Re:Off-topic: missile defense by Avumede · · Score: 1

      Yay! Our stupid spending caused our enemy to mimic our stupidity! We won!

    7. Re:Off-topic: missile defense by VValdo · · Score: 3, Funny

      I see, so you're saying the value of the destabilizing, unworkable '80s missile defense is that it's a great bluff that got Russia to try to build the same thing...hence Russia collapsed and we didn't.

      Hmm. This leads to two questions and a note-- (1) why are we still pushing to build it, and (2) if it was a bluff, why did we actually spend any money on it at all, and (3) you're basically saying that a wasteful, bloated, expensive defense system that won't do anything was loaded with features, not bugs.

      Next time, we should propose launching food into space, that'll really screw up them commies.
      W

      --
      -------------------
      This is my SIG. There are many like it, but this one is mine.
    8. Re:Off-topic: missile defense by inerte · · Score: 1

      Also, when a butterfly flaps its wings on Cingapura an earthquake happens in Caifornia.

    9. Re:Off-topic: missile defense by Anonymous Coward · · Score: 0

      I learned to ride a bike around the same time the Soviet economy collapsed. I know it wasn't a coincidence. My bike-riding ability directly contributed to the collapse, not the US missile defense spending.

    10. Re:Off-topic: missile defense by Maserati · · Score: 1

      I propose a ban on butterflies. Not only would we have fewer earthquakes, but fewer storms too.

      --
      Veteran, Bermuda Triangle Expeditionary Force, 1992-1951
    11. Re:Off-topic: missile defense by Dyolf+Knip · · Score: 2

      To be sure, that's a fine strategy if you can survive more stupidity than they can. Which, lucky for us, turned out to have been the case.

      --
      Dyolf Knip
    12. Re:Off-topic: missile defense by Brian+Stretch · · Score: 3, Insightful

      No, SDI was one of many things that encouraged the Soviets to spend themselves into oblivion. At this point, it probably *is* possible, and with lunatics like the North Korean dictatorship able to shoot ICBMs (as of a few years ago), just for starters, missile defense is now a VERY good idea. If piss-poor third world nations think building ICBMs is worth the trouble, then we damn well better have a defense against them.

      Unless we invade and force a regime change, which I'm not necessarily against. Worked for National Socialist Germany and Imperial Japan, and the bad guys aren't exactly an even match today.

      It's not just for ICBMs either. Shorter range ballistic missiles, like the several hundred that China has pointed at Taiwan, could be defended against by ground-based interceptors. (Guess why China is all cranky about our pulling out of the ABM treaty with the Nation That No Longer Exists.)

    13. Re:Off-topic: missile defense by ImaLamer · · Score: 1, Troll

      That is funny, the pope claims he and the church single handedly took the whole thing down.

      Seems everyone takes all the credit. Bush Sr., Reagan, the Pope...

      hrm.. unholly trinity?

    14. Re:Off-topic: missile defense by DNS-and-BIND · · Score: 4, Insightful
      In a remarkable tete-a-tete with a US journalist and former arms control official, Marshal Nikolai Ogarkov, First Deputy Defense Minister and Chief of the General Staff, interpreted the real meaning of SDI: "We cannot equal the quality of U.S. arms for a generation or two. Modern military power is based on technology, and technology is based on computers. In the US, small children play with computers.... Here, we don't even have computers in every office of the Defense Ministry. And for reasons you know well, we cannot make computers widely available in our society. We will never be able to catch up with you in modern arms until we have an economic revolution. And the question is whether we can have an economic revolution without a political revolution."

      Read the last sentence over, and over, and over.

      --
      Shutting down free speech with violence isn't fighting fascism. It IS fascism!
    15. Re:Off-topic: missile defense by Anonymous Coward · · Score: 0

      Umm..actually, a system of ground-based interceptors such as that currently being researched and developed by the Bush administration would NOT be capable of intercepting the shorter range missiles that you mention. They are only capable of targeting missiles which reach a ballistic trajectory (i.e. above the atmosphere), and the missiles targeted at Taiwan will never reach this height.

      On the other hand, a system composed around "Brilliant Pebbles" (which are micro-satellites equipped with enough fuel to move into the path of rising missiles during their vulnerable boost phase) could defend against such short-range missiles.

    16. Re:Off-topic: missile defense by Zeinfeld · · Score: 3, Informative
      You are aware, are you not, that the Reagan administration's emphasis on missile defense technology forced the Soviets to spend billions on research into their own missile defense systems? And that that level of unsustainable spending contributed directly to the collapse of the Soviet economy, and the eventual dissolution of the USSR as a political entity?

      A theory that was only advanced as a strategy after the fact. There is no reason to believe that we were being lied to in the 1980s when we were told that NATO believed that it could only hold off a USSR invasion of Western Europe for 4 days before being forced to resort to nuclear weapons. The generals who I discussed the strategy with in the 1980s believed that they were acting to defend against a real threat, not to break an already beaten enemy.

      The theory is in any case bunk if you happen to look at Soviet economic history. To first order the Soviet economy never really recovered from the second world war. The economy was already stagnant when Breshniev took over. By the time start wars was proposed Gorbachev was already redirecting resources from the military economy to the civilian economy. The USSR never responded to star wars, therefore the theory that proposing star wars brought down the USSR is false.

      As for anyone having disolving the USSR as a political objective, I don't think that was ever a US policy objective of any kind (with the exception of the Baltic states). Better to have all those missiles under control rather than have a Balkan situation with nuclear weapons.

      --
      Looking for an Information Security student project suggestion?
      Try http://dotcrimeManifesto.com/
    17. Re:Off-topic: missile defense by LunaticLeo · · Score: 4, Insightful

      Disclaimer: I support a diverse set of missle defence systems. They are workable against a dozen lauches rather than several thousand. Defence against several thousand missile implausible in the extreme, and it only takes a few dozen multi-megaton bombs to end the world that I want to live in.

      However, there in NO EVIDENCE that the Regan Administrations increase in defence spending, or much less their spending on missile defence systems. Please, take a look at the CIA fact books. The military spending by the Soviet Union DECREASED from the late 70s on.

      Further, the time frame for this theory to be operative is between the first Regan budget for 1981 and Gorbachev(sp?) coming to power in 1984. Gorbi ended the cold war, and Gorbi ended the defacto Soviet Empire. The timing doesn't work, and the facts (from the above CIA factbooks) don't support that theory.

      BTW, the increase in US military spending began with that submarine captain's Presidentcy (James Carter for those of you weak in US history). Carter started the Seawolf submarine program and the B2 Bomber program and many other wepon systems attributed to the Regan Administration.

      I agree that the commentary that the Strategic Defense Initiative was destabilizing is LAME. However, what is being refered to is that in Game Theory if you have a defense against a mutually shared wepon with the power to mutually annihilate both combatants, you are more likely to feel you can use your wepon. A percieved protection by Star Wars Defense Shield, could fool stressed out people to "Go for it". But just think about what the US would be like if we did have 100% effectivity against Soviet missles, and the US successfully detonated a few dozen or hundreds of 10 megaton bombs on the Soviet Union. There was no victory scenario between the US and Soviet Union in a Nuclear exchange.

      --
      -- I am not a fanatic, I am a true believer.
    18. Re:Off-topic: missile defense by Anonymous Coward · · Score: 0

      No.

      In 1985-86 the world price for crude oil collapsed. The USSR economy was very dependant on crude exports.

      If you can show Reagan was resposible for that, I'll buy into that line of thinking.

    19. Re:Off-topic: missile defense by Anonymous Coward · · Score: 0

      I believe Zienfeld is right. The USSR never invested any money in star wars or anti-star wars research and development other than to investigate aluminium starburst deploying decoys and false warhead decoys which would coonfuse the star wars software. Aside from a few successful tests they did not spend much to counter a non-existant threat.

      Their main battle was feeding the people. Jimmy Carter imposed a grain boycott after the 1980 Afghanistan invasion which caused local revolts and food riots that almost destroyed the USSR. The Soviet Union was on the verge of collapse from internal revolt when Ronald Regan resumed grain shipments to protect the American wheat farmers. This saved the USSR for another few years.

      You can thank Ronald Regan for keeping the Soviet Union alive for another few years by feeding them in times of harvest crisis. But don't credit him with causing their eventual collapse. He actually propped them up for several years before economics of food, *NOT* star wars did them in.

      They never wasted any money on star wars, that was just a propaganda thing that the republicans fell for, hook, line, and sinker. Ok. they spent a small amount on obvious defenses that would easily nullify any star wars attacks, but that was not their main concern. People were, and still are, starving there. Propaganda is one of their greatest strengths. Ask anybody who has been there what it's like to get food everyday.

    20. Re:Off-topic: missile defense by rifter · · Score: 1

      The problem with invading North Korea now is much the same as it was the first time, that we would in reality end up fighting China. True we would not, in all likelihood be fighting China and Russia, but China might be enough.

      Though our military scoffs at their navy and air force, and their missile systems are said to be inferior, China has many times more ground troops than the US, and this would invite ground war. Plus, though they are supposed to have missiles that are worse than ours, that does not mean they could not hit us with nuclear warheads if they wanted to.

      I woudl have to say we have superior technology and this might help in a war against China, but iot would be bloody, and costly, and probably accomplish nothing.

    21. Re:Off-topic: missile defense by Anonymous Coward · · Score: 0

      No that is propaganda, not knowledge. Knowledge would be that USSR did not increase spending to answer reagan, but to try and stimultate their own economy the same way that reagan did (thank god that clinton came along when he did) and that bush is doing now (god save us).

    22. Re:Off-topic: missile defense by loopkin · · Score: 2, Interesting

      this is all what Perestroïka and Glasnost attempt were about: opening the system just enough to break from the "frozen age", instituted by Brezhnev and continued by Andropov and Tchernenko.

      In fact, Khroutchev knew what would happen to USSR since the 60's, it was written in the rock. When he tried to develop agriculture and housing to provide food and housing to every sovietic, and failed (they had to buy wheat to the US...), they knew their system will die, because it wasn't economically efficient, and not only in the computer area. I've been there, and can tell u that not only communist "computers" are funny (ever seen the inside of a Russian spaceship a soyuz or whatever ?), but, moreover, their housing is a nightmare, falling apart and so.

      Brezhnev and Company attempts were just to keep the dictature up for a bit more time, so that they keep their power a bit more time.
      Gorbatshev was young, he knew it couldn't last for decades, so he HAD to change the system. (btw, China DID change it in the same way, using "Market Communism")

      From the 70's on to the 80's, the main occupation of sovietic people was to look for food, and clothes and so, NOT to work. Imagine their lives, going every morning to their work for a few hours, with their bag "in case" they find something to buy - anything, clothes, food, shoes, whatever.

      In all that disaster, all the stuff about Reagan's "Star Wars" is simply a joke. Karol Wotjyla and Lech Walesa did more for the end of the Soviet Empire than Ronald Reagan.

    23. Re:Off-topic: missile defense by Anonymous Coward · · Score: 0

      >BTW, the increase in US military spending began with that submarine
      > captain's Presidentcy (James Carter for those of you weak in US
      > history). Carter started the Seawolf submarine program and the B2
      > Bomber program and many other wepon systems attributed to the Regan
      > Administration.

      It has amazed me how much history was re-written even during admins.
      Many ppl still do not realize that Carter set in to place many of our current sucesful weapons systems. He killed the B1 and spent on the stealth fighter. Reagan brought back the B1 which was grounded during desertstorm and to this day is still not there. Carter also dealt with the high inflation (< 15%) from nixon and ford (win: a government approach to controlling us). Finally, Jimmy Carter is quite probably the only honest and decent president that we have had since before 1960.

    24. Re:Off-topic: missile defense by Zeinfeld · · Score: 2
      I believe Zienfeld is right. The USSR never invested any money in star wars or anti-star wars research and development other than to investigate aluminium starburst deploying decoys and false warhead decoys which would coonfuse the star wars software. Aside from a few successful tests they did not spend much to counter a non-existant threat.

      We can calibrate the cost of that research sincthe UK faced a similar issue in the 70s when the USSR deployed an ABM system around Moscow. The system was not sufficient to stop an attack by the US since they only had 50 missiles by treaty. However it was sufficient to block the UK nuclear force (perhaps).

      The Moscow criterion was a major issue in UK defense circles, the thepry being that you had to have the capability of decapitating the USSR command and control located in Moscow. So to respond to the ABM system Britain upgraded its nukes with Chavalene waheads which deploy mylar ballon decoys. None of the Pentagon tests to date show any evidence that the US has a system that would work against Chevalene. The decoy 'tests' done so far have all been rigged, the missile has been programmed to hit a specific target (the middle one, the one that is heated to a few thousand degrees above the decoys..).

      The star wars theory is just FUD devised after the fact to try to claim that the US defeated the USSR rather than the Polish trade unionists, East German students, Chzech protestors etc. with the aid of Gorbachev, Yeltsin and the unintended effects of a botched coup led by the old guard.

      --
      Looking for an Information Security student project suggestion?
      Try http://dotcrimeManifesto.com/
    25. Re:Off-topic: missile defense by Anonymous Coward · · Score: 0

      Disclaimer: I support a diverse set of missle defence systems. They are workable against a dozen lauches rather than several thousand. Defence against several thousand missile implausible in the extreme, and it only takes a few dozen multi-megaton bombs to end the world that I want to live in.

      If you think they are workable, you are softly deluding yourself. Time and time again it was proved that attack triumphs over defence, all you need is to add mutliple dummy warheads into equation and SDI with its billions dollars wasted becomes as full of holes as an aged Swiss cheese. In the ONLY test with a several warheads interceptor KNEW the parameters of the dummy warhead.
      The whole thing is just a bonanza for huge companies like TRW and Boing. Remembering their history of data falsification we will no doubt end up with a very expensive duck shooter.

    26. Re:Off-topic: missile defense by dbrutus · · Score: 2

      Of course Reagan bleeding the Soviet Army dry in Afghanistan didn't have anything to do with them not having the resources or the aggressiveness to reinvade Poland. Reagan's reversal of the Brezhnev doctrine and pulling off specific instances of rollback didn't provide the groundwork for more reformist elements to fight against the hardliners. And Ronald Reagan wasn't hip deep in Poland funding and teaching Solidarity along with the Catholic Church.

      Oh, Reagan's secret treaty with the Saudi's to bleed the Soviets dry of money by keeping oil prices low also had nothing to do with the USSR's collapse. Ronald Reagan is recognized by all the old Comecon block people as a major force in their fall. Why the revisionism?

    27. Re:Off-topic: missile defense by dbrutus · · Score: 2

      Not to mention that stepping out of the ABM treaty means that they don't have to keep Aegis systems crippled so you can float a short range ABM system in anytime you want to. I'm guessing the Taiwanese *really* want Aegis at this point.

    28. Re:Off-topic: missile defense by dbrutus · · Score: 2

      Like the class act he is, the Pope doesn't claim a thing. All the people he helped escape from the evil of communism seem to give him lots of props though. Ditto with Reagan who is very well liked by those he helped free.

    29. Re:Off-topic: missile defense by dbrutus · · Score: 2

      Funny, they've been caught deploying ABM radars in violation of treaty and they sure are selling ABM systems like the SS-300. It must be that magical communist economics that means that these systems and others like them didn't cost anything to research, produce, and deploy.

    30. Re:Off-topic: missile defense by dbrutus · · Score: 2

      Any tests of a developmental system start with very unrealistic tests and then as success demonstrates that component units work, the tests become more and more realistic. The idea that because an intermediate unit test of a large, complex system isn't completely realistic is a sign that the development program should be stopped is virtually pathological in its bias.

    31. Re:Off-topic: missile defense by dbrutus · · Score: 2

      The world price of crude collapsed because all of a sudden the Saudi's were pumping like there was no tomorrow. Absolutely, purely coincidental like, the US started selling advanced air defense systems to the Saudis like AWACS planes.

      On a serious note, it's pretty much an open secret that we hiked our security guarantees of the Saudis in exchange for them dropping the price of crude to the point where it bankrupted the USSR. This has relevance today because Russia is about to return the favor.

    32. Re:Off-topic: missile defense by loopkin · · Score: 2

      the (off-)topic was Reagan's "Star Wars", not Reagan's action in a braoder way.

      Afghanistan is another story, since the first mistake was made by USSR by sending Red Army there, and Reagan exploited it the same way USSR (and China) exploited VietNam war, but recent history proved that it was playing with fire in some aspects. It was however a good idea, because it forced USSR to face the eventuality that their dictature could have an end, since they were unable to maintain the Empire with the use of the Red Army. This paved the way for reformist to gain voice, of course, but, that changes nothing, the system was doomed to fail since the 60's, as it in the facts became a pure dictature, with no or very few link to communism, and an economy that was about to die because of that situation.

      Then about keeping oil prices law.. let me laugh.. the two "shocks", in the 70's, made the petroleum prices fly high, and secret treaties didn't change that a lot. Moreover, i'm not very sure of that, but i think a great part of Russian petroleum was used inside the Soviet Empire, they exported only a bit, mostly to buy food.. but, to that aspect, it was already a failure of the system, since the 60's, as i noticed. And depriving the people from food only push them closer to their leaders, as Saddam's recent history proved again.
      As a contrary, don't underestimate the role of the Pope. His clear position in Poland was extremely important. You don't need only money to fight, faith helps a lot, especially in such desperate situations, because it pushed the people away from their leaders, a thing that all the money funding Solidarnosc couldn't do.

    33. Re:Off-topic: missile defense by Anonymous Coward · · Score: 0

      That's preposterous. Reagan's goal in life was the death of the USSR. I'm sure it was politically motivated and all.. but it was what he was up to.

    34. Re:Off-topic: missile defense by Anonymous Coward · · Score: 0

      Oh yeah... and every single damn penny of the alleged boom of the Clinton era is gone. The whole damn thing built on a credit house of cards was collapsing into a heap as he left. His legacy is Enron and other shattered dotcoms. What a farce.

    35. Re:Off-topic: missile defense by Anonymous Coward · · Score: 0
      Why the revisionism?
      The revisionism is necessary, in that it protects certain members of our society from having to accept that every single premise, upon which they base their worldview, is completely and utterly false.

      It is unthinkable to them that Ronald Reagan was anything other than a doddering old fool, who "got lucky."

      It is inconcievable to them that his understanding of economics, and the policies he advocated as a result, had anything to do with the turn around we experienced in the 80s, which at the time was the longest period of prosperity, for every economic strata, that our society ever witnessed.

      It is inconcievable to them that the deficit spending incurred during the cold war could have acted as a catalyst in speeding along the demise of the Soviet Union, which was certainly inevitable in the long term, but was realized during our lifetime.

      There are people among us that have decided, without observation, that things should be a certain way, and they construct lies and falsehood to support "that way" regardless of the relation it may, or may not, have on reality.

      There are others who derive their worldview not based on what we think things should be, but rather, on the way that things actually are, observing actual conditions in our surroundings, and trying to establish cause and effect relationships.

    36. Re:Off-topic: missile defense by good+soldier+svejk · · Score: 1

      Actually, luring the USSR into a war in Afghanistan was a planned policy of the Carter Administration. Zbigniew Brzezinski called it the "Afghan trap."

      http://www.tao.ca/~solidarity/s11/brzezinski.html

      --
      It is cowardly, and a betrayal of whatever it means to be a Jew, to act as a white man

      -James Baldwin
    37. Re:Off-topic: missile defense by Anonymous Coward · · Score: 0
      Jimmy Carter is a great human being, both honest and decent, not to mention charitable.

      He was not, however, a very good President.

  12. Wow! I already heard about this! by npsimons · · Score: 1

    I'm amazed! For the first time ever (I think), I heard about this *before* it got posted to slashdot. Ironically enough, it was sent to me by a Mac Zealot. As for them being funded by Microsoft, anyone have any evidence to back this up?

  13. Re:Dear Gurus by NoMoreNicksLeft · · Score: 1

    You retard. The think tank won this troll contest, why aren't you shutting up? Even an experienced troll like myself has no words.... what can you say to top this? We should just keep quiet, and try to learn something. We can only become stronger slashdot trolls for our patience and silence.

    Besides, we can probably hook up with some $100kpy think tank jobs.

  14. Still no reply to the email I sent Ken by NZheretic · · Score: 5, Informative
    To: kenbrown@adti.net

    Subject: "Opening the Open Source Debate"

    Date: 31 May 2002 15:45:59 +1200

    Some references you might wish to consider before publishing your article "Opening the Open Source Debate"

    http://www.businesswire.com/cgi-bin/f_headline.cgi ?bw.053002/221502375

    Bruce Schneier, one of the recognized leading expert on computer security on Kerckhoffs' Principle and Secrecy, Security, and Obscurity of software.

    http://www.counterpane.com/crypto-gram-0205.html#1

    Dr. Blaine Burnham, Director, Georgia Tech Information Security Center (GTISC) and previously with the National Security Agency (NSA), gives an keynote speech overview of current encryption and security technologies and outlines possible strategies for future defense.

    http://technetcast.ddj.com/tnc_play_stream.html?st ream_id=411

    Also you might wish to address the issue of Microsoft's disproportionately high number of open vulnerabilities in its Internet Explorer components. All of which where discovered without access to the source code.

    http://jscript.dk/unpatched/

    Richard Purcell, Microsoft's director of corporate privacy, has recently stated that any major improvement in regard to the security of it's products may be at least "5, 10 years, maybe".

    http://www.businessweek.com/technology/content/may 2002/tc20020523_6029.htm

    As for the issue of Trojan horse injection into open source code, it is far from being an open source only issue.

    http://www.eeggs.com/

    Or were all the "Easter Eggs" currently found in Microsoft's products officially authorized?

    If you are looking for a methodology for providing a suitably secure and hardened solution, start with a real world example.

    http://www.openbsd.org/security.html

    I welcome any open debate.

    1. Re:Still no reply to the email I sent Ken by Anonymous Coward · · Score: 0

      Bruce Schneier is NOT "one of the recognized leading expert on computer security"

      He's a cryptography hacker. And he's managed to turn that into 'credibility' on the outside, but the real security community considers that ridiculous.

      Security means a lot more than cryptography hacking and 'open source' advocacy.

      All Schneier is, is 'the best OS has got.' And that's not saying a huge amount.

    2. Re:Still no reply to the email I sent Ken by Anonymous Coward · · Score: 0

      Got any references to back your claims up about what the "real security community" thinks about him? If not, fuck off troll.

    3. Re:Still no reply to the email I sent Ken by Jason+Earl · · Score: 2

      Eventually Microsoft is going to learn that paying idiots to release studies that of this type isn't in their best interests. Microsoft had a much better case in the Mindcraft studies, and they still were handed their heads. A group proposing the closed source software is inherently more secure than open source software is going to get crucified. Computer pundits absolutely salivate over this sort of thing. Everyone and their dog is going to A) point out that Microsoft funds this group, and B) knock their arguments clear out of the park.

      Today, however, we all get to laugh.

    4. Re:Still no reply to the email I sent Ken by muzzmac · · Score: 1

      Good research. I recently listened to a good talk by Gene Spafford of Purdue University who was debunking the hypothesis that "Open Source" is better than closed source.

      Very interesting talk if he ever publishes it. It was based on some statistical data which although arguably incomplete showed that Linux devices on the Internet where found by CERT organisations to be compromised more than other OS' MS Windows was up there. The best where BSD and MacOS.

      He also looked at the total number of vulnerabilities. Again Linux won (lost) with MS Windows following. the best *BSD and MacOS.

      His basic statement was that code written by experienced quality programmers with good validation systems and procedures create more secure software. Co-operative efforts like Linux are in trouble as the individual contributors do not have the appropriate tools or processes to verify code and are therefore inherently going to create weaker software.

      Not a great endorsement for MS or Linux.

      He also pointedly added several good examples of open source software that contained major flaws for years despite thier open nature. I think Kerberos and interestingly OpenSSL are amongst the systems mentioned here (by nature security products).

      Lets just hope that we can all start to program better. It would be nice.

    5. Re:Still no reply to the email I sent Ken by Bert64 · · Score: 1

      MacOS will win ofcourse, because atleast prior to OSX it was pretty much useless remotely.. Therefore useless to a cracker wanting to break in and install his/her tools and use them for furthur cracking or such.
      Windows also has the same problem, BSD is relatively uncommon (compared to linux or Solaris).
      Linux and Solaris being the most common Unix systems on the internet, are what most of the cracking tools are written for and targetted at. Under a unix like system, all the remote access systems (ssh, telnet, ftp) are typically already in place, an attacker could simply add a regular account and access the system via the already installed mechanisms, and use the system just as effectively as if it were local.
      Contrast with windows, where you have a VERY LIMITED commandline, which doesn`t deal well with multiple terminal types and sizes present on telnet clients, and a very gui-oriented system which would require the attacker to use custom tools for modifying configuration, configuring windows without a gui is far harder than configuring unix. Dont believe me? try it for yourself! install ncx99.exe to your win2k machine (a bindshell.. search for it on google) connect to it, and see how easily you can install and configure apps, and reconfigure already-installs tools.
      Ofcourse it`s not impossible, and someone suitably skilled could easily do pretty much all that a cracker would do from a unix machine, from a windows machine. However for the majority of crackers, script-kiddies with limited skill.. this is not an option.

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    6. Re:Still no reply to the email I sent Ken by a_n_d_e_r_s · · Score: 1

      Spaf is a follower of the security through obscurity fold.

      For short term security that works.
      As a long term solution, it's no good.

      Bruce Schneider has a lot to say about why open specifications are much better and encourage people to use open security to make REALLY secure systems.

      --
      Just saying it like it are.
    7. Re:Still no reply to the email I sent Ken by Guido+von+Guido · · Score: 1
      Excellent point. The fact that Unix machines have much better tools for remote access means that they can be more easily used when they are compromised.

      One thing to keep in mind, though, is that remote access tools for Windows are becoming better and more common. The security group where I work used to just salivate at the mention of PC Anywhere, for instance, because so often it was a really easy way to compromise a system.

    8. Re:Still no reply to the email I sent Ken by Anonymous Coward · · Score: 0

      Its just COMMON SENSE that developers working for a
      huge company, making tons of money, produce the
      most secure software. On top of that the code is locked
      away , out of the reach of the black hats.
      --
      This is how a great number of people feel about
      open source projects and the general public would be
      correct if these wonderful volunteer coders were in a
      different field, say 'civil engineering' or
      designing fighter jets.
      What has obviously escaped most people is that software
      is NOT a physical product. Sure a software
      company needs good processes to make sure the software
      is stable, complete, and secure, but the tools to
      produce software do NOT cost millions like the tools
      and equipment needed to bring a jet to production.
      --
      Open source programmers have all of the tools necessary
      to make great software. All for free. The processes
      to get code in an open source project are just as
      valid as microsoft or any other closed source software
      company.
      This guy Spafford is a regular FUD machine for the suits.
      --
      Bugs have severity levels. PLEASE take this into
      consideration when you start comparing OSs.
      Major flaws?? Microsoft thinks there are major flaws
      in Kerberos because in its microsoft-free state,
      kerberos is difficult for microsoft to monopolize.
      Microsoft thinks there are major flaws in HTTP
      because in its microsoft-free state, HTTP is difficult
      to monopolize. All of these open standards need a
      little help from microsoft just so microsoft can
      take them out of the public domain and monopolize
      them.
      Linux is a kernel.
      There are a ton of distributions using this kernel.
      If you add up ALL the bugs from ALL the distros of
      course there will be more bugs than in windows.
      Will the bugs be as severe???? Will you have
      whole companies shutting down their computers, OR
      making the ridiculous huge investment in anti^rus
      software?????
      NO

  15. Security through Obscurity isn't all bad... by vkg · · Score: 3, Insightful

    After all, we're now pretty well aware that people are not looking through open source code looking for bugs and back doors: yes, flaws get discovered, but it's usually through the "exploit-patch-fix" cycle, rather than pre-emptive security work.

    OpenBSD is, of course, not dead and a very notable exception.

    Sometimes secrecy is useful in security: ask the NSA; yes, in theory, all of their algorithms would stand if they were placed in the open.

    But they still keep them secret because it is one more obstacle for an intruder to have to overcome to compromise a system.

    Of course, none of this matters because we're talking about M$, those nice folks asking to keep with Windows source secret because it has security flaws large enough to be considered economic and national security risks.

    But, in theory, I think there are times when closes source might be the way to go.

    1. Re:Security through Obscurity isn't all bad... by Moox · · Score: 2, Insightful

      Sometimes secrecy is useful in security: ask the NSA...

      none of this matters because we're talking about M$, those nice folks asking to keep with Windows source secret because it has security flaws large enough to be considered economic and national security risks

      Excuse me, but this comparison is completely wrong. The NSA is an organisation that is controlled (or at least should be) by the democratic government of the USA (e.g. you, if you live over there). If they deceide not to disclose some "algorythms" to the public, it is (or again, should be) in your interest and, they know what they don't disclose and why (that is, they know the "source code" of their algorythms).

      A company (e.g. Microsoft) doesn't share any interests with you (probably) or me (for sure) or may yet have interests that are contrary to the user's interests. They deceide not to disclose their source to the people who pay for the software and tell them it would be for their security, but obviously the user can't know that, because she don't knows what is not disclosed and why.

      Also, it is apparent that Microsoft is not really interested in the security of their customers because they create software that has flaws which are just too obvious to accidently oversee them.
    2. Re:Security through Obscurity isn't all bad... by tupps · · Score: 3, Informative

      The NSA does disclose there systems. If I remember correctly the NSA had a helping hand in many of the publicly available crypto routines.

      They also released Secure Linux

      Also the NSA is also about *breaking* systems, which they thankfully don't release the source to.

      --
      Go out and get sailing!
    3. Re:Security through Obscurity isn't all bad... by ninewands · · Score: 2

      But they still keep them secret because it is one more obstacle for an intruder to have to overcome to compromise a system.

      Actually, the most advanced crypto algorithms the NSA has are kept secret because the NSA, itself, can't break them in any feasible timeframe, so they don't want the "bad guys" using them.

    4. Re:Security through Obscurity isn't all bad... by getek · · Score: 1

      I think you pretty much missed the point of the previous comment, which was that while closed source can provide one more step in breaking a system, Microsofts stuff is so poorly written that it's wouldn't be possible to open their source without causing serious security problems. (note: at one time opening the source to windows was a punishment being considered in the antitrust trial and MS said it would cause all these security issues.)

    5. Re:Security through Obscurity isn't all bad... by bluGill · · Score: 2

      There is the If I tell how I know I'd have to kill you, but I have evidence that the NSA approves publicly avaiable encryption for some secure tasks.

      Things like when a salemen tells you that he can't tell you who he is selling to, but the customer is in a Virginia town that starts with a L. And that you know.

      BTW, there is also evidence that this encryption is used on links physically seperate from the internet, and they have intrustion detection on th wires (as best they can do). Goverment tends to be really paranoid about things that they belive would let a small country take over.

  16. In regards to the V-22 by AaronPSU79 · · Score: 1

    I worked for awhile at the plant that manufactured the V-22. Lots of good people, I believe that of the accidents that occured the majority were a result of maintenance issues and not design flaws, although there were design issues. However many other defense craft have had design issues early in development, often resulting in fatal crashes. It's a sad but common occurance, people die in development of new aircraft, people also die constructing buildings and bridges, ships, etc.. it's nothing new. I would not call the v-22 a "deathplane" I would happily fly in it any day.

    1. Re:In regards to the V-22 by bubbha · · Score: 2, Interesting

      I agree. I worked at the same plant during the late 80's and early 90's. One crash was due to the fact that a plug was not idiot proof and was plugged in upside down causing the controls to respond opposite to what they should. Another was caused by a test pilot pushing the aircraft beyond its limits.

      A real problem was that some administrations wanted the project and others did not. This caused Boeing and Bell to have to produce a production version before it was really ready. Our pay "Tricky-Dick" Cheney was responsible for that.

      I think if the government had decided to build the plane and accepted reasonable schedules, a lot of this misfortune could have been avoided.

      If you had ever seen one operating up close, you'd probably be impressed. It's a friggin cool airplane!

      --
      I want to be alone with the sandwich
    2. Re:In regards to the V-22 by Anonymous Coward · · Score: 0

      the v-22 crashed because of a known flaw with the control lines (the latter crash). the first set was because the pilots descended too quickly.

      the marines wanted to fit "more butts in the seats" and doubled the load put on the control lines.

      or something along those lines.

    3. Re:In regards to the V-22 by Anonymous Coward · · Score: 0

      Sabre (sabre dance)
      B-47 (wings fall off in mid flight)
      v-22 (design for bringing jobs in).

  17. One of their documents is self-contradictory. by Chmarr · · Score: 5, Insightful
    The final sentence of Punishing Winners Hurts the Marketplace reads:

    "We would be better off with more companies like Microsoft, not fewer."

    However, how can we have more companies like Microsoft when that very article is condoning a monolopy? Yes, I acknowledge that they're probably talking about 'one monopoly in each market'. However, we all know that Microsoft is trying to take over as many markets as possible. How far away is Microsoft-branded Vegemite? :)

    Stupid. Totally, absolutely stupid.

    1. Re:One of their documents is self-contradictory. by Bastian · · Score: 2

      where the HELL can they say this? Especially if we're talking about viruses and hackers, diversity should be fairly obviously more secure than monopoly.

      Finding a way to exploit one OS lets you into every computer if there is only one OS.

    2. Re:One of their documents is self-contradictory. by Zog · · Score: 1

      Well, of course, *they'd* be better off - there'd be more people to pay them to say stuff! The world would definitely suffer, but they'd be happy with themselves until they'd figured out what they'd done :-)

    3. Re:One of their documents is self-contradictory. by Anonymous Coward · · Score: 0

      My favorite quote from this is right at the beginning.

      Alan Greenspan is selfish. His stewardship of the Federal Reserve has provided us with eight years of solid growth and stable prices. His prowess at directing monetary policy is now evident, so he should step aside and let someone else have a go.

      The date, November 15, 1999, is now fondly known as "the good ol' days".

      Prowess at directing monetary policy, my ass...

    4. Re:One of their documents is self-contradictory. by HaggiZ · · Score: 1

      And before you know it.... your Vegemite.NET can only be spread on MS Bread2003. Of course the licencing model means that you must continue paying your yearly subscription, even after the bread has been consumed. So the average person will have to cease all sandwich consumption after a week. Of course any attempt to bake your own bread would be deemed a violation under the DCMA.

      I better get used to eating those hand rolls and raw fish.

    5. Re:One of their documents is self-contradictory. by quintessent · · Score: 2

      Hehe. I once saw a picture in a computer magazine taken in Columbia, if I remember right. It was a manhole cover inscribed with the manufacturer's name: "Intel."

    6. Re:One of their documents is self-contradictory. by Anonymous Coward · · Score: 0

      I especially liked that document when it compared businesses to sports figures. When a track runner comes first we idolize him for beating the rest. Why not the same with businesses like MS?

      Well, ignorant column writer, when a sports figure gets to the top by devious means, by breaking the rules, or by damaging their competitors - they get DISQUALIFIED. Ben Johnson for example (Events in which damage to an opponent is considered part of the sport don't count).

      By all means, let's treat the successful businesses like sports starts. If they get to the top by COMPETING FAIRLY, by all means they should be revered and studied as a pinnacle of business achievement.

      But if they get there by breaking rules and competitors, or underhanded techniques, they should be reviled and cast out.

    7. Re:One of their documents is self-contradictory. by Anonymous Coward · · Score: 0
      How far away is Microsoft-branded Vegemite?
      I didn't think Vegemite or Microsoft could be more evil. The combined evilness of this could destabalize the universe! It must be stopped.
    8. Re:One of their documents is self-contradictory. by Citizen+of+Earth · · Score: 1

      "We would be better off with more companies like Microsoft, not fewer."

      However, how can we have more companies like Microsoft when that very article is condoning a monolopy?


      In advocating many 'Microsoft's, I think it's simply a matter that they don't understand the definition of the term "monopoly".

    9. Re:One of their documents is self-contradictory. by Rogerborg · · Score: 2
      • "We would be better off with more companies like Microsoft, not fewer."

      For "companies like" substitute "dollars from" and I think we get a more accurate statement of their position.

      --
      If you were blocking sigs, you wouldn't have to read this.
    10. Re:One of their documents is self-contradictory. by lyphorm · · Score: 0

      Actually, in the sports world, when a individual or team reaches the pinnacle and becomes "the best", they will attract a large number of people that idolize them and people that hate them.

      There are people that love MS, and there are people that hate MS. I don't see how MS is being treated any different than the Lakers. They've had their dynasty, but now it's time for someone else to take it away from them.

      --
      ______-___--_-__-_---_-----__-_-___-_-_---_-----_- __--_____
    11. Re:One of their documents is self-contradictory. by Anonymous Coward · · Score: 0
      And just how many people idolize an athlete who becomes "the best" by using devious means to eliminate his competitors.

      "Hey, I just won the 100m dash! Sure, it took me almost 4 minutes, but there were no other runners, so I'm the best!"

      [Sig cancelled due to lack of interest]

  18. 420 by slugo3 · · Score: 1

    just like smoking weed gives money to terrorists.

    1. Re:420 by Anonymous Coward · · Score: 0

      not terrorists, but more likely some mexican farmers...

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

      Pirated copies of Microsoft products support terrorism. Make piracy illegal! Oh wait... we already have. I know, I know!! Bomb countries that don't uphold western piracy laws. Well.. the rest of the world is such an awfully big place to do that-- just look at China-- and that's only one country. Very well then, destroy all copies of Windows immediately so they won't fall into the hands of terrorists!

    3. Re:420 by Blikkie · · Score: 1

      just like smoking weed gives money to terrorists.

      Not necesarily, homegrown weed doesn't help terrorists, is more consistant and gives one a hobby ;)

      Seriously though... I think that weed is not the bigget terrorist sponsor... and weedgrowers should get the Nobelprice for piece according to Lock, Stock.... Hmm, wonder why I am ranting this at all, maybe because I'm dutch? Can't think of another reason, never did drugs.

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

      Not weed, Heroin. Weed is too bulky to grow in Afghanistan and export, whereas poppies are not. A significant number of the weapons in Afghanistan were purchased with Heroin money.

    5. Re:420 by Anonymous Coward · · Score: 0
      Seriously though... I think that weed is not the bigget terrorist sponsor... and weedgrowers should get the Nobelprice for piece according to Lock, Stock.... Hmm, wonder why I am ranting this at all, maybe because I'm dutch? Can't think of another reason, never did drugs.


      Prozac is a drug. Weed is... just a weed.
  19. In fact, Open Source is SO insecure... by dimator · · Score: 4, Funny

    ... that we run it on our OWN damn servers:

    $ httptype www.adti.net
    Rapidsite/Apa/1.3.20 (Unix) FrontPage/4.0.4.3 mod_ssl/2.8.4 OpenSSL/0.9.6


    Who wants to place bets as to when Microsoft learns of this, and promptly switches their systems?

    --
    python -c "x='python -c %sx=%s; print x%%(chr(34),repr(x),chr(34))%s'; print x%(chr(34),repr(x),chr(34))"
    1. Re:In fact, Open Source is SO insecure... by Anonymous Coward · · Score: 0

      Or at least change what the server reports it is running, ala wehavethewayout.com.

      Of course, doing that would be like hanging an 'Open' sign on your ass in a maximum security prison.

    2. Re:In fact, Open Source is SO insecure... by inerte · · Score: 1

      Who wants to place bets as to when Microsoft learns of this, and promptly switches their systems?

      After a good old /. effect shake, I know from WHERE they will learn...

    3. Re:In fact, Open Source is SO insecure... by Anonymous Coward · · Score: 0

      >> ... that we run it on our OWN damn servers:

      So, you're saying that the folks at atdi.net are so UN-biased, that they'll criticise open-source, even though their own servers are using it?

      It's great to see such honesty nowadays!!

    4. Re:In fact, Open Source is SO insecure... by MavEtJu · · Score: 2

      First the slashdot effect, then the `upgrade' to IIS. Life is going to be good for them :-)

      --
      bash$ :(){ :|:&};:
    5. Re:In fact, Open Source is SO insecure... by tweakt · · Score: 2
      .. that we run it on our OWN damn servers:

      $ httptype www.adti.net
      Rapidsite/Apa/1.3.20 (Unix) FrontPage/4.0.4.3 mod_ssl/2.8.4 OpenSSL/0.9.6

      Who wants to place bets as to when Microsoft learns of this, and promptly switches their systems?

      Two problems with your assesment:

      1. (Unix == Open Source) is not true from every known value of Unix
      2. www.atdi.net != Microsoft Corp. Its the Alex de-something-or-other Institute
    6. Re:In fact, Open Source is SO insecure... by tweakt · · Score: 3, Informative
      For Example:

      Rapidsite/Apa/1.3.20 could be some bastardized version of Apache which is closed source...

      Though mod-ssl is open source.
      As well as OpenSSL... (duh)..

    7. Re:In fact, Open Source is SO insecure... by Anonymous Coward · · Score: 0

      Slashdotters are sooo cool. No seriously, I'm not being sarcastic.

    8. Re:In fact, Open Source is SO insecure... by smaug195 · · Score: 1

      I don't think so, but it's not them running it so much as their hosting company http://www.rapidsite.com/. Which runs SGI servers of all things.

    9. Re:In fact, Open Source is SO insecure... by Anonymous Coward · · Score: 0

      A "bastardized" version of Apache is still a version of Apache. Apache is open source. This "institute" are still hypocrites.

    10. Re:In fact, Open Source is SO insecure... by rob_canoe · · Score: 1

      perhaps they will have as much joy as the Saltlake City Winter games site.

      netcraft

    11. Re:In fact, Open Source is SO insecure... by Per+Wigren · · Score: 2

      Please explain that bash forkbomb! I can't parse it...

      --
      My other account has a 3-digit UID.
    12. Re:In fact, Open Source is SO insecure... by frankie · · Score: 2

      Rapidsite/Apa/1.3.20 could be some bastardized version of Apache

      There's no "could be" about it. Remember folks, Google makes all computing simple.

  20. Guilty As Charged? by EXTomar · · Score: 2

    The purpose of Open Source projects is to offer technology in an open and cheaper manner than traditional vendors. If what ADTI is implying that because of Open Source anyone, including terrorists, can use computers for free then I guess it is true.

    What would be the contrary to this? Would the ADTI really have us believe that hacking with paid closed software is better than open? If Open Source projects can't expect or know the ultimate intent of the users of the software then why would any closed vendor would? It sounds like ADTI does! I guess they are brilliant. ;-)

  21. Don't forget BIND! by cscx · · Score: 3, Funny

    And MySQL.
    And OpenSSH.
    And Tomcat.
    And wu-ftpd.
    And PHP.
    And squid.
    And mod_ssl.
    ...

    You know, if we reduced it to just the kernel running on an isolated box locked in a secured meat locker, and you throw away the key.

    But, qmail is better =)

    1. Re:Don't forget BIND! by homer_ca · · Score: 1

      The rest of the wu software isn't much better. pine and wu-imap are full of holes.

  22. What do you bet... by Anonymous Coward · · Score: 0

    that for a cool million US$, they would state that gore should have won the election? More likely, it would only take about .5 million US$.

  23. Re: de Tocqueville has been institutionalized by unitron · · Score: 2
    As I said in an e-mail to Thomas Greene of The Register after reading his article on this earlier this evening.

    "How cruelly ironic, that the man who celebrated the spirit of volunteerism
    he found in communities all across the new nation he chronicled has his good
    name usurped and sullied by the likes of these."

    As for the Osprey, the most recent one to crash came down not too far (which is to say not far enough) from my backyard, so I checked out what they had to say about that, but to be fair, they wrote it 5 years ago, before anybody but the manufacturers had a chance to really test its airworthiness.

    --

    I see even classic Slashdot is now pretty much unusable on dial up anymore.

  24. Doh. Forgot my password. Will remember it one day by Anonymous Coward · · Score: 0

    Hope nobody thinks this is a troll...

    Doesn't the fact that they're stating this just mean that in order to be more secure, there's more of an incentive to *switch* to open source systems to prevent these sorts of hackers?
    There's a lot more to say, but I'm sure the more informative and insightful posts will get modded up for all to see.

    The only reason I'm not 100% open source yet, is because of small issues like games and web browsing. They're getting better, but I'm not at that point where I'd be equally satisfied with both systems. Otherwise I'd have jump ship a long long long time ago in this particular galaxy thank you very much....

    ps: Jagged Alliance 2 is on Linux...*sweeeeT*

  25. Man I am so sick of the FUD. by Neck_of_the_Woods · · Score: 2, Interesting

    Hacker making software knowing more to stop hackers is such bullshit. Most hackers that use the term like that can't code their way out of a wet paper bag. Saying hackers would make better code is fine, but get a clue that when you use the term "Hacker" no matter how you mean it the mainstream media will always see it as "EVIL" period. No one but the people that profess that hacking is a cleaver way to solve a problem think that it means a way to solve a problem. So what is that 5% if your lucky? Hell they even get pissed when someone else says it if they are not "hackers".

    For the love of Pete, everyone else hears hackers making software know how to protect you from the hackers, err sorry crackers, er wackers, black hat, grey hat, white hat, red hat, tinky winky hat...ahh hell you know the "bad hackers" are going to do it also and make us pay. BAh...Your going to code a back door I know it. To push the point they will point to the C compiler...eww but the was to prove a point right?!

    Slashdot and the legions of ethical hackers need to learn that the word hacker will forever be seen in the eyes of 90% of the world as bad. Plus no one is going to believe that a bunch of people coding for free is going to not do something devious to make money, despite what you may really do. Those same 90% of the world that see hacking as a bad word also believe people don't work for free. I guess that guy that just loves to dig ditches because it is fun is shit out of luck, because really he is not scoping out anything to steal.

    -4 anti-karma whore, I will enjoy the mod-down as you just can't help but to hate the truth.

    --
    Neck_of_the_Woods
    #/usr/local/surf/glassy/overhead
    1. Re:Man I am so sick of the FUD. by Anonymous Coward · · Score: 0

      90% is high and would that include old folks who can't remember the last thing they hacked up?

  26. seems to me... by csguy314 · · Score: 2, Insightful

    that every 'think tank' I hear about has some particular groups best interests in mind. And those groups are usually big corporations. I guess they're the only ones that can afford to fund these think tanks and pay for their expensive reports.
    After all, thinking isn't free...

    --
    This is left as an exercise for the reader.
    1. Re:seems to me... by Anonymous Coward · · Score: 0

      they sould be called stink tanks, cause all they produce is a bunch of stink...

    2. Re:seems to me... by Selmo · · Score: 1

      they sould be called stink tanks, cause all they produce is a bunch of stink... Sounds like 'CESSPOOL' would be an apt name for them

  27. MCSE good for democracy? by Anonymous Coward · · Score: 1, Funny

    From theregister article:

    "This could explain why a group purportedly devoted to the 'perfection of democracy' would, with a straight face, recommend the MCSE as a qualification for adult participation in a democratic economy superior to a university degree. "

    I don't see why a Minesweeper Consultant Solitare Expert is needed for a good democracy. Well I guess it can't hurt.

    1. Re:MCSE good for democracy? by Dyolf+Knip · · Score: 2
      I don't see why a Minesweeper Consultant Solitare Expert is needed for a good democracy

      Gives you something to do while your elected representative is filibustering on C-SPAN.

      --
      Dyolf Knip
    2. Re:MCSE good for democracy? by Anonymous Coward · · Score: 0

      this is in response to Taiwan's effort to
      create open source engineering movement which they
      belive is good for democracy. A subliminal cry for help, if I've ever seen one. Next on Donahue....

  28. Destablizing and unworkable? by Anonymous Coward · · Score: 0
    Talk about trolling.

    And I don't think it's any coincidence that the Russians agreed along with the US to reduce the nuclear arms we aim at each other only after W. decided to terminate the ABM treaty with the non-existent Soviet Union (just who the fuck was the US supposed to be in a treaty with anyway? Might as well have been the Roman Empire...)

    Just how the fuck is it destabilizing to attempt to prevent a nuclear killing of millions upon millions of US citizens? Are we supposed to be held hostage if Dum Fuk Kim wants to roll into South Korea because his backasswards economy can't feed his people?

    Of course, the real reason lefties HATE any form of missile defense is that it would enhance US power and influence over the rest of the world.

    "Let's just talk" international relations are working really well in the Middle East nowadays, aren't they?

  29. Why is it a lie? by inerte · · Score: 2, Insightful

    Don't you think that if your software has a bug and you have its source released to the crowd, people that want to take advantage of this will do it?

    It never crossed my mind that free software doesn't have any bugs at all. It's naive to think none will ever be able to crack your box, even if you run the latest versions and patches.

    What I do understand, is that in free software your bugs are discovered and fixed faster than in proprietary, because there are (potentially) more developers and users.

    Is it a lie? Hell no. It's manipulation of information? Perhaps. If you are an employe of any entity, be it the governament or a private company, and your boss asks you "With our source there for anyone to have a look, if they find a bug, can you swear that they won't crack us"?

    I wouldn't answer yes. I can't answer yes, it's impossible. It's almost impossible to have a bug-free software, since almost all software development efforts always have a reason to add more features, or to make it more compatible with new products.

    But, you can give good answers to this questions. Say, for example, that Linux has fewer bugs than Windows. Say that Apache, that runs most of the servers at the whole world, has caused LESS financial damage because of bugs than almost any IIS virus, worm, or whatever.

    The manipulation of information comes from this side. When some people can't address the Linux problem logically, they appeal to your emotion. They cite terrorists because that's the great evil of the moment. They touch deep into your fears, and without few 1 + 1 proof.

    So, attack with the same power. Say that while it's true that terrorists might have a chance to attack one server because they have found a bug, they won't spread the damages because system administrators can ,and a good one will, design or apply an already designed patch in hours. You don't have to wait for MS good will to serve your needs. Say that historically Linux has proved itself as a more secure option.

    What will they do, change the past?

    1. Re:Why is it a lie? by Anonymous Coward · · Score: 0

      We're not discussing whether "OpenSource is easier or harder to hack than proprietary, obscured code", but "why being easier to hack makes it more secure".

      HTH

  30. You should have gone with your initial impression by squarooticus · · Score: 2

    [Apologies for this being slightly off-topic, but chrissy asked for it.]

    You should have gone with your initial impression. Not running this, I mean. Could you please try to stuff more leftist tripe in your next article summary?

    "destabilizing, unworkable '80s missile defense"? I'm sure most people didn't think anything like that laptop sitting on your desk was possible back in the early 1900's. The technology for reasonable missile defense may be in its infancy now, but that doesn't mean it always will be.

    For those who argue missile defense is just another unnecessary aggressive move on the USA's part, I'd say that defensive weapons are the least threatening because they are the ones least likely to get us involved in foreign entanglements: it's hard to send a stationary anti-ballistic missile launcher into a land war in Asia.

    And for those who argue it is unnecessary because terrorists will just ship a bomb over on a cargo freighter, I'd ask you if you keep your windows unlocked over vacation just because a thief is most likely to try the front door first. If we start covering our bases now, we won't be caught with our pants down when every rogue nation in the world has a long-range ballistic missile and a wacko with his finger on the button.

    As for "deathplane"...I'm not even sure I should touch that one. I'll just say that deathplanes like it are the very reason east coasters aren't speaking German and west coasters Japanese. As a libertarian, I believe it's your right to avoid compulsory service in the military, but you should at least have the decency to respect those who fought and died for your freedom.

    --
    [ home ]
  31. Drivers by nakhla · · Score: 2

    Well, they're right-on about the drivers. It's great knowing that 99% of the time I can plug in my hardware and it will work with no problem on Win2K. I wish I could say the same for Linux, Solaris, etc.

    1. Re:Drivers by Anonymous Coward · · Score: 0

      Solaris? What did you try that doesn't work with Solaris? Did you go out and buy a $100 Netgear gigabit ethernet card and expect it to work in your Sun Ultra Enterprise server? All the shit I've tried on my Sun boxes works fine... boot -r.

    2. Re:Drivers by bafu · · Score: 1

      The thing is, the "we get to develop for one platform" bit also goes for people writing worms, virii, etc. Like driver writers, they want to go for the biggest bang for their buck. When a cross-platform one is written (like one Symantec announced) it's big news because it's so uncommon.

      Anyway, I would assume that they are mainly worrried about security on systems that are unlikely to have a cheapo soundcard plugged into them on a whim. Although, given the nutball level of what we have heard about the report so far, I guess I should wait until the actual report before assuming anything... ;-)

    3. Re:Drivers by nil_null · · Score: 1

      Here's something you can't do with Win2k: take a hard drive with Win2k installed and move it to a PC with a different motherboard, the OS won't boot not even in safe mode. Granted you can do a backup, install, then restore backup, but that's just a workaround and you need space for the backup.

      With most Linux distros, you can do this easilly by just taking the hard drive with Linux, putting it in the new PC, and booting up. I've done it with Redhat 6.0 and it goes and recognizes all the new hardware all by itself.

    4. Re:Drivers by Brian+Goldman · · Score: 1

      99% isn't a lot. Maybe it's just an arbitrary percentage you used to make your point, I dunno. In my experience, however, any weirdo cheap four-year-old device on any of my computers will work with Linux, and will have trouble in Windows.

    5. Re:Drivers by Russ+Steffen · · Score: 2, Offtopic

      And my experience is completly contrary. I have here a fairly basic PC. After installing Win2k it still requires 8 separate driver downloads (and 8 reboots) before it's fully functional. Even the motherboard chipset requires an updated driver to be stable. On the other had, after installing Red Hat 7.3, everything works - no downloads needed.

    6. Re:Drivers by Anonymous Coward · · Score: 0

      > Here's something you can't do with Win2k

      Funny, I did exactly that with WinXP (2600). Moved the hd to a new box, with some recycled hw (video), most stuff new (mobo, sound, cpu [Intel to Athlon], cd). WinXP booted, cranked like gonzo on the PnP, and came up rocking. Never a peep about the activation stuff.

    7. Re:Drivers by Anonymous Coward · · Score: 0

      But that's bacause you suck, no offense though.

    8. Re:Drivers by shepd · · Score: 2

      That's strange, I was about to say the same thing about Win2k!

      With Win2k (and XP) you have to throw out much of your older, less supported hardware because if there isn't drivers in the O/S, and the company is out of business, your hardware is best used as a cheese grater.

      Of course, running Linux, I've found all my older hardware supported -- right down to my 1993 MAD 16 Opti soundcard. Can you say the same about windows 2000?

      When I want to set up a scanner in RedHat Linux, I simply run the sane daemon. Does windows 2000 come with all supported scanner software out of the box? What about digital cameras? RedHat works with them out of the box too.

      I had to install special drivers to get my Lava Dual Serial port card working in Win2k that messed up the onboard serial ports. In Linux the card worked right away, and the "drivers" didn't mess up my other serial ports at all.

      And, on another note, does windows 2000 support the latest graphics cards out of the box? I know when I plugged my Radeon card into my Linux box I had both 2D and 3D support working without downloading anyhting at all.

      To finish off, how about printers? I can quickly and easily install most all printers on my Linux box without downloading any special drivers. Can you say the same about the latest WinPrinter for your Windows 2000 system?

      I'd say not.

      --
      If you could be told what you can see or read, then it follows that you could be told what to say or think - BoC
    9. Re:Drivers by nakhla · · Score: 2

      Actually, I did this very thing last week! I took the drive out of a Gateway dual Pentium II Xeon box and slapped it into a Dell single Pentium III box, with completely different graphics cards, sound card, etc. It worked just fine! It took about 10 minutes for all of the drivers to finish installing, but other than that it worked like a charm.

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

      1) Agreed about the old kit, but you can usually get it to run somehow (pretty much like my experiences with Linux actually!). Although I'm not sure that I wouldn't prefer to have my new equipment supported rather than my old anyway.

      2) SANE does NOT support all known scanners

      3) When I put my Radeon into Win2K I definitely had 2D and 3D running straight away. As for the latest cards, I am fairly positive that no Operating system is yet supporting GeForce4 with optimised drivers out of the box.

      4) I haven't had any problems with my printers running at all, I may have to lose some functionality if I choose not to download the latest drivers, but I can still remember installing Linux and losing the colour ability of my Deskjet, or writing print filters by hand.

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

      >but you can usually get it to run somehow

      Once, I could. But now with everyone going Win2k/WinXP, if there's no NT drivers, your hardware is dead in the water.

      At least with Win 9x I could try Win 3.1/DOS drivers and _maybe_ get somewhere.

      >SANE does NOT support all known scanners

      I have a logitech hand scanner that says windows 2k doesn't either... :-)

      >When I put my Radeon into Win2K I definitely had 2D and 3D running straight away.

      Maybe if you had the version of Win2K with integrated service packs, but from what I recall, the original build of Win2K came out before the Radeon was released (but perhaps I'm wrong).

      Either way, I do know (from experience with an Original Radeon VIVO) that the old Windows drivers for the Radeon crashed most all machines every couple of hours. Ugggh...

      >I may have to lose some functionality if I choose not to download the latest drivers

      By WinPrinter I'm talking about those printers designed for windows only that have about as much sense as my Timex watch built into them.

      I've never seen one of these come with drivers built into windows, but I suppose its possible.

      As far as HP printers go, the entire line of DeskJets (AFAIK) are fully supported (for colour) in Linux. I suppose a couple of years ago, before HP jumped on the Linux software bandwagon, you'd have some trouble.

      All I know is my decade old 720 dpi Epson Stylus Colour prints like a charm with Ghostscript, but looks *horrible* with the default "ESC/P2" windows drivers. The drivers that came with it (for Win 3.1) did a nice job too, but as is usual with windows, your old hardware is obsoleted before its useless (720 dpi is still a decent resolution).

    12. Re:Drivers by nil_null · · Score: 1

      Well, you just got lucky. There are some motherboard changes that might work (similar chipsets?), but others that won't. It has to do with HAL customization. They might've changed things in WinXP, but with Win2k this is a common issue.

      When I switched from an AMD K6-2 based motherboard to a Athlon 1.4GHz based motherboard, I ran into this issue. The only solution was to reinstall and then restore a backup. This is also what Microsoft recommends, even for WinXP. Some people have said that if you do a motherboard swap (without the reinstall) and even if it works fine, Win2k may not make use of your hardware correctly (even though you don't notice, for example it could make a difference in performance).

      Having said all this, I realized I haven't really done much research into doing motherboard swaps on Linux. I just assumed everything was fine since I can take a hard drive with Linux on it and put it in any of my PCs, and just assumed everything was working fine (I suppose it depends on your kernel and what it was compiled with). But I know at least that it boots up and runs fine!

    13. Re:Drivers by nil_null · · Score: 1

      I meant to link HAL customization

    14. Re:Drivers by Pituritus+Ani · · Score: 2

      If you mean 99% of the time you can plug in your PeeCee or consumer market, Wal-Mart hardware and have it work with no problem on Win2K, I'd agree with you. How many platforms, other than x86/Itanium, does Windows 2000 currently support? Linux has 68xxx, ARM, PPC, MIPS . . .

      --

      Another proud carrier of the $rtbl flag

    15. Re:Drivers by Anonymous Coward · · Score: 0

      Bill would LOVE to hear your story. I would call him
      up and tell him that is multigazillion dollar
      campaign to prevent piracy is useless.
      Get yourself one of those hard disk duplicators.
      Set up a shop in your garage.
      Start cranking out systems by the boatload.
      --)
      What was that? You were dreaming??? Oh thats
      alright, it happens all the time.
      Or maybe you have one of those Dell special editions of
      XP??? soon to be voided by SP1.
      reboot boy

    16. Re:Drivers by Anonymous Coward · · Score: 0

      Right!!??
      The HAL for a dual is different. Dream on.

  32. Democracy my.... by justsomebody · · Score: 1

    It's easy enough to go to securityfocus.com and read about all holes in Windows. What about IE patches that release new holes. Next day IE patch was released, there was info what new holes it opens.

    It's obvious that they are MS funded. Look at the topics, just as bloated as Microsoft itself, in the same breath they are talking about technology, democracy in china, cuba, switzerland, environment, immigration, monetary fund, defence, education, africa and intelectual property.

    I wonder how many people takes to create such research. I mean we're not talking about lollypops here. All topics are covering such complete topics, that whole bunch of /.ers couldn't put up one intelligent research in one month (at least not enough usable to be called alpha state research). All topics of completely different variety and all topics are connected to Microsoft aims.

    I guess my computer bussines days are over, next week I'm gonna be a rocket scientist, after next week, .... who knows... :-)

    --
    Signature Pro version 1.13.2-3 release 83.5 beta3try7 after-breakfast edition
  33. This "Tank" needs flushing by Anonymous Coward · · Score: 2, Interesting

    Who cares what a "Think Tank" says?

    Why does this organization get any press anyway? What exactly is a think tank, and what credentials does it have? I mean, is this anything more than an organization dedicated to producing biased press releases?

    The organization's mission statement is completely devoid of meaning.

    "Since 1988, the Alexis de tocqueville Instition has studied the spread and perfection of democracy around the world. In this, we follow the principles of Tocqueville himself... At the root, perhaps, is a populist belief in the basic goodness, perfectability, and nobility of mankind and of the human community...Operationally, adTI strives to emulate what one scholar has termed Tocqueville's 'omnicurious style of journalism."

    Say what? I mean, read the whole mission statement. It says absolutely nothing using a lot of jackoff big words. I don't get what any of it has to do w/de Tocqueville, a french author who reported on US culture a hundred fifty years ago.

    The fact that MS is funding this-- WHO ARE THESE GUYS?! I mean, why would anyone even CARE or bother reporting their opinion?

    Sometimes I think these organizations exist soley to have their representatives on talk shows and to have a semblance of a structure from which to spew their opinion.

    1. Re:This "Tank" needs flushing by Anonymous Coward · · Score: 0

      "Why does this organization get any press anyway?"

      Refucklican Stink Tank SOP 101. You know those huge checks they get to write this nonsense? Well they use some of it to pay all the wrong-wing rags to carry their crap.

    2. Re:This "Tank" needs flushing by An+Onerous+Coward · · Score: 1

      As you know, everything in life can be referred back to an episode of "The Simpsons." In this case, the episode where Homer tries to become a better inventor than Thomas Edison is relevant. As he's driving down the road to use his electric hammer to bust up Edison's six-legged chair, suddenly the image of Marge floats in front of him, telling him not to. Then Marge is replaced by the image of Lisa, saying basically the same thing. Finally, she is replaced by some weird looking old guy, who urges him to break the chair.

      Homer says, "Wait a minute. Who are you?"

      The old guy replies, "Who cares? I'm telling you what you want to hear."

      Homer keeps driving.

      People can be highly uncritical of the source of information if it's telling them what they already wanted to believe. If I were to start calling myself "The Society for the Preservation of Historical Accuracy" and writing semi-coherent stuff about how the Holocaust never happened, there are certain circles where I would get a lot of positive press.

      Come to think of it, I've seen some discussion groups where an individual similarly labeled himself to disguise the fact that he was just spouting off his own opinions.

      --

      You want the truthiness? You can't handle the truthiness!

    3. Re:This "Tank" needs flushing by Anonymous Coward · · Score: 0

      They obviously believe in the basic goodness, and perfectability, of the monopoly predator M/$.

  34. SPAM THEM!!! by inerte · · Score: 4, Funny

    Yes, like geeks, we must use the tools we have.

    From: 8axxx0r l33t
    Subject: DESTROY PROPRIETARY SOFTWARE
    Message:

    First Post!

    Heya! Did you know Bill Gates' ASCII code number is 666? That he is the root of all evil?

    That there's an alternative to monopoly? And it's FREE (note: as in freedom AND as in beer).

    ACT NOW and access Slashdot's webpage, news for normal people, stuff that matter. NO pop-ups, neither pop-unders, ROTFLMAO... Insightful and funny bewolfed comments from all over the world!

    Thanks for your time,

    l33t.

    PS: This is not spam. I hate spams.

    1. Re:SPAM THEM!!! by foobar104 · · Score: 2

      And me without any mod points. +1, Funny. ;-)

    2. Re:SPAM THEM!!! by TC+(WC) · · Score: 2, Funny


      :Heya! Did you know Bill Gates' ASCII code number is 666? That he is the root of all evil?

      No, no, no... the root of all evil is 25.8069758011278803151884206051491

      Get it? Square Root...

      I thought it was funny :(

    3. Re:SPAM THEM!!! by Anonymous Coward · · Score: 0

      It is my man, it is!

  35. What's Next? by pcs305 · · Score: 1

    A Microsoft funded ThinkTank finds that OSS, FSF LINUX GNU/Linux is dangerous and harmful to kids? When will MS begin to rely on the quality of their products to compete instead of underhanded tactics? Microsoft's tactics and antics is bordering on the bizarre. (Mad paranoid scientist kinda bizarre)

    1. Re:What's Next? by An+Onerous+Coward · · Score: 1

      Too easy. Start by pointing out that none of the current Internet filters on the market work on Linux, stating the fact in such a way as to imply that this is because "hackers" don't want them to work.

      Then, take advantage of the confusion surrounding the GPL to imply that anyone writing such a filter would have to release the source code, thus making it trivial to bypass the filter.

      Then point out that, under the Linux system, users aren't granted access to each others' home directories by default. Claim that this makes it impossible for parents to monitor their kids' surfing habits.

      Finally, relate Free Software to anarchism and communism, and relate anarchism to "The Anarchist's Cookbook" and other sources of bomb schematics. Let some braindead news wire pick up the story, let some rubberstamp editors print the story, and let some uncritical readers read the story. There will be a hailstorm of FUD that no amount of corrections can repair.

      --

      You want the truthiness? You can't handle the truthiness!

    2. Re:What's Next? by Anonymous Coward · · Score: 0

      LOL - that's *excellent*... ROFL

      you really should formalize it - write it up and submit it to adequacy.org. it would make for a really entertaining afternoon.

      LOL

  36. "Think Tank" by Anonymous Coward · · Score: 0

    Is that like "Think Geek"?

  37. They think MSCE university degree: by ftobin · · Score: 2

    This is gold. Frickin' gold. Quoting the Register:

    This could explain why a group purportedly devoted to the 'perfection of democracy' would, with a straight face, recommend the MCSE as a qualification for adult participation in a democratic economy superior to a university degree.

    "Effective participation in the American political economy has always been substantially dependent upon an education that goes beyond basic verbal and mathematical skills," the author of this 'study' intones.

    Nevertheless the author cheerfully reports that "87 per cent of Human Resource managers surveyed believed that MCSE's are equally or more successful than college graduates."

    Oh, we have the highest opinion of HR PHB's

  38. the web site by negativethirsty · · Score: 0, Redundant



    thats really all you had to say ya know.

    --

    thirsty*i^2

    "Ya I finished that last week, it just doesn't work"
  39. Security Issues... by hdparm · · Score: 1
    ...would have to be the reason why they're running web site on IRIX.

    The more acceptance OSS gains, the worse trolling from M$ monkeys we'll see. When that graph reaches critical peak it will start declining at a very, very steep angle, hopefully bringing down M$, as well.

    /.ers got used to trolls but I expect 700+ posts here, anyway.

    1. Re:Security Issues... by bafu · · Score: 1

      ...would have to be the reason why they're running web site on IRIX [netcraft.com].

      Well, ya see, Iris isn't open source so it's okay. They know that terrorists and pedophiles and aliens (oh my!) aren't poring over the source code for Irix looking for vulnerabilities! ;-)

    2. Re:Security Issues... by hdparm · · Score: 1

      Of course it's not open but of all 'closed source' systems, M$ crap seems to be the dearest one to them.

  40. C'mon people, that was supposed to be funny. by NoMoreNicksLeft · · Score: 1

    Absolutely no sense of humor.

    1. Re:C'mon people, that was supposed to be funny. by NoMoreNicksLeft · · Score: 2

      Well, I tried to troll for imaginary karma (not pretend karma, but rather the sign you get when sqrooting negatives numbers) but have never been successful. Personally, I would love to see a "Incomprehensible, i1" up there, but lately I've starting losing faith in the prospect.

  41. Deathplane by Jonathan · · Score: 1

    As for "deathplane"...I'm not even sure I should touch that one. I'll just say that deathplanes like it are the very reason east coasters aren't speaking German and west coasters Japanese.

    The V-22 Osprey is a deathplane not because it is useful for killing foes, but rather because it tends to kill the pilot instead. The only way this piece of garbage would have helped in WWII is if it by accident crash landed on top of german or japanese soldiers.

  42. SIGFPE's Think Tank Now Open for Orders by SIGFPE · · Score: 2
    Just tell me what you want to believe and I'll write you a report demonstrating it. Want proof that Windows is the best OS? Pay me $1E6 and I'll write the report. Want to prove that PGP offers the best security? Just $5E5 for that one. Yes sir! Just send me your questions and pay me 6 dollar sums of money and I'll demonstrate it for you.


    And that's not all! For an extra 25% I'll make a press release to a selection of the top 25 newspapers worldwide and for an extra 50% I'll submit the story to Slashdot.


    Get your reports here! Get your reports here!

    --
    -- SIGFPE
    1. Re:SIGFPE's Think Tank Now Open for Orders by Jeremi · · Score: 2
      Just tell me what you want to believe and I'll write you a report demonstrating it. Want proof that Windows is the best OS? Pay me $1E6 and I'll write the report.


      It seems we are witnessing the first complete implementation of the Electric Monk

      --


      I don't care if it's 90,000 hectares. That lake was not my doing.
    2. Re:SIGFPE's Think Tank Now Open for Orders by Anonymous Coward · · Score: 0

      You'll need other employees to make it look legit.

      $5k a phony issue and I'm there.

      What can I say, I'm cheap :D

    3. Re:SIGFPE's Think Tank Now Open for Orders by SIGFPE · · Score: 1

      Thanks for the most excellent link! I'll have to read the book now.

      --
      -- SIGFPE
  43. Bruce Shneier said it best: by evilpaul13 · · Score: 5, Informative

    "And don't forget Kerckhoff's assumption: If the strength of your new cryptosystem relies on the fact that the attacker does not know the algorithm's inner workings, you're sunk. If you believe that keeping the algorithm's insides secret improves the security of your cryptosystem more than letting the academic community analyze it, you're wrong. And if you think that someone won't disassemble your code and reverse-engineer your algorithm, you're naive. The best algorithms we have are ones that have been made public, have been attacked by the world's best cryptographers for years, and are still unbreakable."
    --Bruce Scheier; Applied Cryptography (Second Edition); page 7

    This seems to apply perfectly to this latest FUD about open source software.

  44. secret source code? by bigsexyjoe · · Score: 2, Interesting

    I don't know if this true but I read in a recent ask slashdot that microsoft will show its source code to anyone who can afford it. The source code could easily get stolen and could eventually wind up in terrorist hands. So it would be no better than open source.

    1. Re:secret source code? by Anonymous Coward · · Score: 0

      Microsoft source policy reminds me of a girl that won't get naked unless the lights are off. There's scary stuff in there.

  45. Whoa, what did you say? Weed == Terrorists? by Anonymous Coward · · Score: 0

    Damn I need to quit smoking this stuff. That's one hell of a leap. So I guess our president supported the people who attacked us since he too was a drug user.

  46. the V-22 what a weird aircraft by Anonymous Coward · · Score: 0

    Every so often I'd see it flying over my workplace. It looked like something out of, out of... I don't know. A surreal dream. As for it crashing it can't match the old F-111.

  47. Re:You should have gone with your initial impressi by Mike+A. · · Score: 1
    As for "deathplane"...I'm not even sure I should touch that one. I'll just say that deathplanes like it are the very reason east coasters aren't speaking German and west coasters Japanese. As a libertarian, I believe it's your right to avoid compulsory service in the military, but you should at least have the decency to respect those who fought and died for your freedom.


    Are you trolling, or have you had your head in the sand for the past year? The Osprey is referred to as a "deathplane" because it kills our own troops, not the other guys'. If that line had been meant as an antiwar screed, they'd have picked a bomber to castigate, or something.
    --

    --
    Do I look like I speak for my employer?
  48. Where's the Evidence? by waldoj · · Score: 4, Interesting

    I'm sorry to be a party-pooper, but where's the evidence that they take money from Microsoft? The ZDNet article says nothing about that, and the talkback comments (at least the few dozen that I read) provide no evidence along those lines, either. The Register says that Richard Smith says that they take money from Microsoft, though they present no evidence along those lines. Smith's a cool guy and all, and he's got a good track record, but I'm going to need a little more than a second-hand non-credited reference to believe this.

    I did a little poking around and a little Googling, but was unable to come up with any evidence on my own.

    So, please, could somebody enlighten me?

    -Waldo Jaquith

    1. Re:Where's the Evidence? by Col.+Klink+(retired) · · Score: 5, Funny

      They claim that MCSE's are more useful than a college degree. If they AREN'T taking money from MicroSoft, then they're dumber than I thought.

      --

      -- Don't Tase me, bro!

    2. Re:Where's the Evidence? by interiot · · Score: 3, Interesting
      Check out their job application form. Applicants are asked to rate from 0 to 10 how interested they are in doing a list tasks. A few of them are:
      • Make fund raising calls
      • Put together a list of organizations interested in an issue
      • Find organizations and individuals that might support a particular AdTI program

      So they're a research-for-hire house, and they're going to send out a press-release that says Open Source is insecure. Now put yourself in a new-hire's shoes... Name a company that has deep pockets and might be interested in funding anti-OSS "research"...

    3. Re:Where's the Evidence? by jmulvey · · Score: 1, Insightful

      Notice how the slashdot claim that they take money is encapsulated into quotes? It's a clever trick often used by reporters that are either lazy or want to slant the news.

      The scheme goes something like this: find someone stupid enough to be quoted saying something that otherwise might land you in front of a judge. Then, you simply state, "But your honor, I was simply reporting what the dumbass said and he did, in fact, say that."

      Of course you get the message across to the readership and can avoid doing any heavy lifting or going on uncomfortable fact-finding missions...

      Top notch editors NEVER publish such quotes without getting the facts straight, even the ones that don't create liability situations. Moreover, these editors have a responsibility to follow up because of the chance that there's a juicier story in exactly such details.

      Moral: Be wary of these tactics.

    4. Re:Where's the Evidence? by megaduck · · Score: 1

      MCSEs less useful? Nonsense! I have my MCSE and I've been unemployed twice as long as my compatriots with college degrees!

      --
      This .sig for rent.
    5. Re:Where's the Evidence? by donutello · · Score: 2

      When you can't attack the logic, attack the person making the conclusion.

      That, in a nutshell is the definition of FUD and FUD is what the article in the Register is.

      --
      Mmmm.. Donuts
    6. Re:Where's the Evidence? by dylan_- · · Score: 2


      Top notch editors NEVER publish such quotes without getting the facts straight


      I've heard this mentioned a few times, often accompanied by the phrase "journalistic integrity" and I have to wonder if Newpapers in the US are completely different to anything I've ever seen.

      I've always thought journalists were the folks who made up quotes if they thought they could get away with it, asked you "would you agree with ?" and unless your answer was a straight "NO!" it ended up as a quote from you, rewrote stories 5 different ways with different slants to appeal to whatever newpaper they were selling it to (freelance), etc, etc.

      I guess you guys have a wonderful press compared to the UK...

      --
      Igor Presnyakov stole my hat
    7. Re:Where's the Evidence? by edremy · · Score: 2

      They claim that MCSE's are more useful than a college degree

      Umm, in a lot of cases they are. We've got MCSEs here that make a lot more than the college-degreed folks in other departments.

      Hell, they make more than the PhD adjunct professors.

      Now, you can claim that college degree usefulness is not measured in dollars, but what other measureable metric do you propose?

      --
      "Seven Deadly Sins? I thought it was a to-do list!"
    8. Re:Where's the Evidence? by Rogerborg · · Score: 2

      Good point, but isn't the picture on their contact page one of the installation splash screens from WinME? Just throw in a silver haired grandmother surfing the web with her smiling golden haired grandchild, and you're there.

      Seriously though, that's a very good point. We cry wolf so often that we're beginning to see conspiracy theories everywhere. Or perhaps that's just the chemicals the government puts in the drinking water making me say that.

      --
      If you were blocking sigs, you wouldn't have to read this.
    9. Re:Where's the Evidence? by Anonymous Coward · · Score: 0

      http://www.wired.com/news/linux/0,1411,52973,00.ht ml

      "A Microsoft spokesman confirmed that Microsoft provides funding to the Alexis de Tocqueville Institution."

    10. Re:Where's the Evidence? by BryceH · · Score: 1

      there is a BIG difference between an education and a trade. MSCEs learn a trade (trades can pay very well). a college degree implies an education which is far more broad then a trade. How many MSCEs do you know that can do differential calculus and understand the concepts behind it? most Comp Sci graduates can and do. that is the difference.

      --
      "Shut up brain or ill stab you with a Q-tip" Homer Simpson
    11. Re:Where's the Evidence? by edremy · · Score: 2
      The criteria asked for was "Usefulness". My wife has a dual degree in Religion and Linguistics. She's semi-fluent in Old English and can discuss the differences between various Buddhist philosophies easily.

      Useful? Not in the job market. She could triple her earning potential overnight by getting an MCSE, or getting a contractors license for that matter. Those are certainly more *useful* than being able to read Beowulf in the original.

      As a side note, virtually no CS grads can do calculus or even begin to understand it. Few majors in any field, even technical ones, can. (I'm speaking as one who has taught junior-senior level PChem courses at Virginia Tech.) Sure, they can do a textbook problem if you give them long enough, but they do not even begin to understand *why* Calc is important or how to apply it to problems that aren't straight out of a book.

      --
      "Seven Deadly Sins? I thought it was a to-do list!"
    12. Re:Where's the Evidence? by sharkey · · Score: 2

      We've got MCSEs here that...make more than the PhD adjunct professors.

      Well, who would you want to pay more money to, someone who can beat Minesweeper on the Advanced level in under a minute, or someone who sits around trying to prove that no matter what time it is, 24 hours a day, you can find a Michael Caine or Gene Hackman movie playing on TV?

      --

      --
      "Outlook not so good." That magic 8-ball knows everything! I'll ask about Exchange Server next.
    13. Re:Where's the Evidence? by M-G · · Score: 2

      Top notch editors...

      Well, there's your problem...
      Look at the rest of what chrisd put in the article: references to the same people supporting a missle defense system and the V-22 Osprey, which he refers to as "unworkable" and a "deathplane" respectively.

  49. big deal by Anonymous Coward · · Score: 0
    even *if* US policy-makers were fooled by the reasoning, there's a couple of hundred other countries that, going by the number of recent articles, are beginning to see the *benefits* of open source. there's a whole lot of the planet for whom those benefits would outweigh the FUD, even if the FUD were true.

    is it just me, or does the number of articles about government X/corporation Y adopting open source seem to be snowballing lately?

  50. Open source helps terrorists? by The+FooMiester · · Score: 3, Interesting
    Google search for al qaeda and microsoft

    Google search for al qaeda and linux

    Those search results speak for themselves on who helps terrorists.

    --
    The previous has been a secret message to my comrades.
    1. Re:Open source helps terrorists? by fr2ty · · Score: 1

      Thank you for your research. I googled for "linux" and "microsoft" in combination with "pornography", it seems that MS supports pornography too. Wow. Perhaps they are responsible for continental drift too, have to google it.

    2. Re:Open source helps terrorists? by benhaha · · Score: 1

      A sampling of the posts returned by Google showd that nearly all of them say "Al Qaeda hacked microsoft" or "Microsoft targeted by al qaeda".

      For what it's worth.

      --
      NO ID: BEING FREE MEANS NOT HAVING TO PROVE IT
  51. How about a microsoft vacuum? by SensitiveMale · · Score: 0

    They will finally have created something that doesn't suck.

  52. You should not lable this "leftist" tripe by bubbha · · Score: 2, Insightful

    There is nothing "leftist" about making a case for the fact that a missile defense system has a low probability of achieving its objectives. There are very strong arguments in favor of that position. There is also the issue that the Bush administration has had a fixation on missile defense. A case can be made that this fixation was partly responsible for a lack of focus on domestic security (see the Hart-Rudman domestic security report that was virtually ignored by the Bush administration.)

    Finally, as an ex-Boeing Helicopters employee, ex-chairman of the North Dakota Libertarian Party, and U.S. Air Force veteran, I find your remarks about the author's decency out of line. Look, the ability to critique the government is one of the most important rights and responsibilities we have. And this right is steadly being eroded as we speak. As a Libertarian, you should be speaking out about that.

    --
    I want to be alone with the sandwich
    1. Re:You should not lable this "leftist" tripe by Anonymous Coward · · Score: 0

      I'm not arguing with the author's right to speak his mind. I was simply expressing my opinion that he should speak with a bit more respect. I would never condone asking the government to shut him up. However, if a private organization (in this case, Slashdot) were to choose its editors more carefully, such blatant partisanship on the main page would be avoided.

  53. They Also Backed the Tobacco Companies by elfdump · · Score: 5, Interesting

    This group also claimed, during Congressional probes into tobacco company fraud, that cigarettes and tobacco products were not harmful to your health. From this memo by a director of the World Health Organization:

    "In addition to creating front groups and contributing funds to groups that have a mission broad enough to carry some of the tobacco industry's goals, the tobacco companies also use publications by allegedly independent think tanks, such as the Virginia-based Alexis De Tocqueville Institution. This group's 1994 report "Science, Economics, and Environmental Policy: A Critical Examination" criticizes the US Environmental Protection Agency's risk assessment methods in 4 areas: environmental tobacco smoke, radon, pesticides, and hazardous cleanup. It dismisses in its first chapter the agency's risk assessment of environmental tobacco smoke, using arguments similar to the tobacco industry's "junk science" arguments described by Ong and Glantz. "

    It seems Microsoft is making some strange bedfellows.

    Sources:
    http://www.smokefreeforhealth.org/studies/YachBial ous.htm

    ZDNet Post

    1. Re:They Also Backed the Tobacco Companies by Anonymous Coward · · Score: 1, Interesting

      Interesting. As of February 24th, 2002, the report in question was hosted on Philip Morris's website. A search using the document number turns up a record, but the document itself is listed as "missing".

      To try it, submit the document number 2048901932/2008 to their search engine.

    2. Re:They Also Backed the Tobacco Companies by Selmo · · Score: 1
      Of course they backed Big Tobacco....with a name like "Tokeville" they couldn't pass up the opportunity!

    3. Re:They Also Backed the Tobacco Companies by person-0.9a · · Score: 1

      Given the infamous nature of this company, I wonder if we'll see a statement from Microsoft that tries to distance themselves from this press statement?

      I mean, about the only thing worse would be to have Dr. Kevorkian come out touting the medical uses for Windows XP.

    4. Re:They Also Backed the Tobacco Companies by Malcontent · · Score: 2

      Well now they have written a report on the security of open source software. I welcome their input In fact I wish more organizations would chime in with their opinions about open source and security. For example the American Association of Massage Therapists probably knows just much about open source and security as a republican think tank. What do they think? Let's not forget the union of organic yam growers and the actors guild too. They know just as much about computer security as republican thinktanks.

      --

      War is necrophilia.

    5. Re:They Also Backed the Tobacco Companies by Anonymous Coward · · Score: 0

      Well, bang goes their credibility. Previous papers are a benchmark in detecting bias assessments.

  54. Best defense against creaping facism by f00zbll · · Score: 2, Insightful
    Think critically for yourself. Don't trust think tanks, because "they must be smart" to work at a think tank. The only thing you're gauranteed to get from a think tank is too much thinking and clouded talk about obvious things. Think about what kind of person works at a think tank and why they are there.

    Anyone who has a life wouldn't waste their time in a think tank. Anyone worth their salt with the brains and skills will be at a research facility building stuff, not needlessly thinking about what they might like to consider inventing, if they weren't so busy thinking.

    The break throughs in the last two centuries WERE NOT made by people in "think tanks". They were created by "men of action" as Count Rugan would say from the Princess Bride. Look at men like benjamin franklin, edison, and the WOZ. Think tanks are for lazy people who would rather leach off society than get their hands dirty.

    The only thing the article reveals is how little news is news today from Zdnet.

  55. "V-22 Osprey deathplane" by Anonymous Coward · · Score: 0

    "V-22 Osprey deathplane"

    Written by a melodramatic, 8th grade, spawn of granola crunching California hippies?

    1. Re:"V-22 Osprey deathplane" by Anonymous Coward · · Score: 0

      No, actually written by someone who understands that stupid over-complicated airplane-helicopter hybrids have no place on the battlefield.

      I mean look at the thing, it's a recipe for disaster waiting to happen.

      Do you suppose anyone has actually SHOT at one of them to see that effect that has on its operation. I'd wager that if you shoot up an engine nacelle and clip some hydraulic lines you'll cripple it to where it cannot fly off fast enough to avoid further fire OR it will just roll over and crash into the ground.

      You might as well just shoot the Marines when they graduate boot camp so as to save time and save on the pay you'd be shelling out until they flew into the teeth of the enemy while riding an aircraft not suited for the rigors of combat and get killed.

      Helicopters have worked just fine for almost 50 years. If it ain't broke don't mess with it.

    2. Re:"V-22 Osprey deathplane" by Anonymous Coward · · Score: 0

      No, actually written by someone who understands that stupid over-complicated airplane-helicopter hybrids have no place on the battlefield.

      Funny...I didn't know DiBona had any military background to make such a judgement...or at least to make a good judgement. Not all "battlefield" scenerios are like the opening of "Saving Private Ryan"...there are actually times when a craft like an Osprey could be extremely useful.

      Oh well...Slashdot loves tech as long as it doesn't conflict with the "liberal" indoctrination (the quotes are because I actually have met liberals I can respect...these are not those people.) or political agenda...but heck...even that flexes. Do we hate the MPAA and RIAA this week, or do we need that new Anime series on DVD today, kids?

    3. Re:"V-22 Osprey deathplane" by goates · · Score: 2, Insightful

      I'll bet that ballistics testing is part of the test program. It is for the F-22. They took an airframe and shot it with everything they could to see how it would react.

      The V-22 engines are also cross linked so that if one engine fails, the other will drive both rotors/propellers. Most military hardware is tested and designed to survive in combat. All of the armies helicopters are designed to fly without oil or hydraulic pressure for at least a short distance.

      "If it ain't broke don't mess with it."
      So why aren't we using horses and sailing ships? It's called technological advancement. I'll bet you didn't post that comment on an Apple IIe.

    4. Re:"V-22 Osprey deathplane" by Anonymous Coward · · Score: 0
      You're computer's a pretty complicated bit of machinery that would have been impossible to build fifty years ago.

      You fucking moron.

    5. Re:"V-22 Osprey deathplane" by benhaha · · Score: 1

      Helicopters have a very low top forward airspeed, due to the rotor blades being limited by the speed of sound. The airspeed of the helicopter is therefore limited to the speed of sound minus the rotor tip speed.

      With a tiltrotor system, the rotor tip speed is much less corrolated to airspeed, so the aircraft can go faster.

      --
      NO ID: BEING FREE MEANS NOT HAVING TO PROVE IT
  56. ADT Institution very pro republican by VS1 · · Score: 2, Interesting

    that thinkthank is very pro-republican. very, very pro republican. Read more into the site, you'll see it, all the pro defense and pro bush comments. Or maybe i have selective sight(Not being sarcastic, i may actually only see what i want to)

    --
    "Humanize war? You might as talk about humanizing hell!" -- British Admiral Jacky Fisher
    1. Re:ADT Institution very pro republican by Anonymous Coward · · Score: 0

      Oh my gosh! They have an opinion! Stop the presses! Gasp!

    2. Re:ADT Institution very pro republican by Anonymous Coward · · Score: 0

      So? Even if it is very pro pro republican, doesn't mean that it is excluded from having a point or even, having a good point.

    3. Re:ADT Institution very pro republican by Anonymous Coward · · Score: 0

      "Even if it is very pro pro republican, doesn't mean that it is excluded from having a point"

      Yes it does.

    4. Re:ADT Institution very pro republican by Anonymous Coward · · Score: 0

      ummm..... affiliation with a political party matters how to this particular topic?

  57. My Rant on this topic... by tweakt · · Score: 3, Interesting

    "The white paper, Opening the Open Source Debate, from the Alexis de
    Tocqueville Institution (ADTI) will suggest that open source opens the
    gates to hackers and terrorists."

    My $0.02:

    ... First of all, there ARE NO GATES! All software contains bugs,
    sometimes exploitable. .. closed source is NOT a "Gate" that blocks
    hacking... yes, exactly: nimda, codeRed, klez, iloveyou, and just about
    every other "virus" reported in the last two years... blah blah blah...
    ...shitty analogy...

    See: Publications and Accomplishments
    http://www.adti.net/pubsaccomps.h tml

    They don't exactly seem to be experts in any field of computers,
    networks, or security that I can tell. They did some reports for more
    traditional defense related topics several years ago, but thats it. They
    are however, very good at reporting on controversial issues, mainly
    politcal in nature. Hmmm..

    Here's a question. Of the total number of security problems reported
    regarding closed vs. open source products, what percentage were
    pre-emptive fixes reported by whitehats, v.s. those exploited and thus
    forced to be officially reported?

    My point is... a bug is a bug, but it's a hell of a lot better if it's
    patched before it's ever exploited. So it's totally wrong to look purely
    at # of reported security problems in product XYZ. I would expect an
    open source product to have a significantly higher # of reported
    problems. That's a good thing IMO, since that means there's less of them
    lurking.

    The bottom line: Everything has bugs. More eyes, less bugs. More secure.
    Simple. Now would someone try and explain that to these anti-open-source
    nitwits?

    Oh, and may I point out: (already reported)
    http://www.washingtonpost.com/wp-dyn/ar ticles/A600 50-2002May22.html
    http://www.nsa.gov/selinux/

    It seems like our .gov likes it just fine ;-)

    -Mark Renouf

    1. Re:My Rant on this topic... by fire-eyes · · Score: 1

      Your rant? By that formatting, it sure looks like you ripped off someone else by copying and pasting it.

      --
      -- Note: If you don't agree with me, don't bother replying. I won't read it.
  58. it has to be said by Anonymous Coward · · Score: 0

    Of course, outraged opensource hackers could try and attack this insitute's webserver, but the thing is using open source software, so no r00t today.

  59. MS funded trolls by inode_buddha · · Score: 1

    Trolling seens to go both ways thes days (disgustingly so) but it's interesting to note how many MS security vulnerabilities are discovered without even having the code at hand. As far as trolling goes, it seems useful for swaying the opinions of bean-counters and such. BTW, the NSA's SELINUX rocks!!! http://www.nsa.gov/selinux

    --
    C|N>K
  60. Re:You should have gone with your initial impressi by Archie+Steel · · Score: 2

    For those who argue missile defense is just another unnecessary aggressive move on the USA's part, I'd say that defensive weapons are the least threatening because they are the ones least likely to get us involved in foreign entanglements:

    Okay, then develop your missile-shield technology and give it to every single damn country in the world - hey, it's defensive technology, isn't it? Then that wouldn't represent a security risk, but just make everyone safer, right?

    The problem with missile defense is that it upsets the balance of power. Which means that, to compete, nuclear powers have to build more missiles, in the hope of reaching equilibrium again (hoping that a few might get through). Why is nuclear equilibrium important? Because mutually assured destruction is the best deterrent against the use of nuclear weapons. Who cares, if the U.S. has a missile shield, you say? Well, even if that missile shield was effective (which it is not guaranteed to be, despite the gigantic cost), there is this little thing called "the rest of the world"...

    So, do you agree that the U.S. should share it's defensive, non-threatening missile defense technology with the rest of the world, then?

    --

    Reminder: find a new sig
  61. Why waste money by jsse · · Score: 1

    Nevertheless the author cheerfully reports that "87 per cent of Human Resource managers surveyed believed that MCSE's are equally or more successful than college graduates."

    Right you are! Why waste money on those useless traditional education system, while we could save a lot of money just to get MCSE for kids!

    Look at these kids, see how much money their parents have saved and they can obtain an employment straight out of grade school!

  62. The Secret is out! by DickPhallus · · Score: 1

    Simple, easy front page stories

    We weren't going to run this, but there were a lot of submissions, so ...

    Wish I'd known that when I submitted a story. Oh well, not that I'm gripeing* or anything

    *obligatory spelling mistake

    --

    --
    Some weasel took the cork out of my lunch.
  63. Re:You should have gone with your initial impressi by squarooticus · · Score: 2

    Absolutely! I agree! We should license it to other countries!

    Kinda takes the wind out of your sails, doesn't it?

    --
    [ home ]
  64. SAME GROUP WHO SAID SECOND HAND SMOKING ISN'T BAD? by Anonymous Coward · · Score: 0



    http://forums.com.com/group/zd.News.Talkback/zdn n/ tb.tpt/%40thread%4040166%40forward%401%40D-,D%40AL L/@article@40166?EXP=ALL&VWM=hr&ROS=1&PAGETP=2100& NODEID=1104&SHOST=zdnet.com.com

  65. Funded by who? by zangdesign · · Score: 2

    Hey, can anyone provide any proof besides some guy's say-so that AdTI takes money from Microsoft?

    I'm looking for hard evidence here, not just "it stands to reason", and "of course they do - they support Microsoft".

    --
    To celebrate the occasion of my 1000th post, I will post no more forever on Slashdot. Goodbye.
    1. Re:Funded by who? by elfdump · · Score: 1

      These claims are circumstantial, arising primarily from the slew of pro-MS memos among their publications, and the testimony ADTI submitted on Microsoft's behalf at the Dept. of Justice trial. To quote another source:

      I have not found a specific link between Microsoft and ADTI... but Microsoft is known to be funding similar conservative organizations.
      See:

      http://www.usatoday.com/life/cyber/tech/cti306.htm
      http://www.usatoday.com/life/cyber/tech/cth989.htm
      http://www.prospect.org/print/V11/16/marshall-j.ht ml http://www.usdoj.gov/atr/cases/ms_tuncom/public/29 / tc-00028697.htm

    2. Re:Funded by who? by Anonymous Coward · · Score: 0
  66. Re:Doh. Forgot my password. Will remember it one d by Anonymous Coward · · Score: 0

    i guess you havent tryed a late model Linux distro like Slackware8 or Redhat7.1 ,7.2 or 7.3 with Mozilla's latest release candidate (RC-3) it is much more secure than M$ IE and blocks popups nicely without third party apps...

  67. LOL, you are right. by Anonymous Coward · · Score: 0

    My mistake.

  68. So Open Source is insecure.... by gmuslera · · Score: 2, Insightful

    Well, lets say we believe in them, so the day they publish their study we turn off all computers running any kind of open source software :)

  69. Speaking of terrorists. by Anonymous Coward · · Score: 0

    I was reading playboy today, someone asked why the pages had static, its because of the highspeed printing, also does the high colors. If they started printing in black and white, the terrorists win. lol

  70. Right on the Money by webengr · · Score: 1

    These guys are right on the money (a pun, get it?).

    Free speech poses huge security risks as well. And of course, those rights are under attack -- it's the patriotic thing to do, right? We can't have people expressing ideas and opinions in open, uncontrolled forums all willy-nilly -- anything could happen!

    Well, I think that we should all rally 'round the flag, snuff out all this non-productive Free Speech and Open Source nonsense, and go sign up for our M$ Passport accounts. And you may want to get in line for that personal id barcode tatoo too, because you'll be needing it sooner or later.

  71. PLO responsible for Code-Red, NIMDA virii... by linatux · · Score: 0

    You know it's true, you read it on Slashdot!

  72. Re:They think MSCE university degree: by bafu · · Score: 1

    "87 per cent of Human Resource managers surveyed believed that MCSE's are equally or more successful than college graduates."

    Oh, we have the highest opinion of HR PHB's ...

    Huh. Weird how the HR managers assumed that the MCSE's were not college graduates... ;-)

  73. Editorial comment by Winterblink · · Score: 1
    We weren't going to run this, but there were a lot of submissions, so ...

    What the hell is this? Is Slashdot SO anti-MS that they are unwilling to post stories if they have some of their propaganda in there? Over the years I've come to appreciate the variety of Slashdot submissions for covering such a wide range of industries and viewpoints, but it scares me to think that a lot of editorial censorship is going on.

    Don't get me wrong, I'm not a pro-MS guy and I'm not trying to drum up arguments for the purpose of getting flamed, I'm just a guy who'd like to see Slashdot editors remain a bit impartial. Present the news and the stories, leave the scathing comments to the readers who submit comments. Just my 2c.

    --
    "I'm a leaf on the wind. Watch how I soar."
    -Hoban Washburn
    1. Re:Editorial comment by Anonymous Coward · · Score: 0

      It didn't strike me as being pro-microsoft so much as being unimportant. Was anybody really surprised that MS pays people to write good reports for them? Does it really warrant front-page coverage on Slashdot?

    2. Re:Editorial comment by Anonymous Coward · · Score: 0

      You must be new to slashdot.

      They are about as impartial with regards to Microsoft as Oracle is, and as impartial with regards to Republicans as Jesse "they gonna try lynchin' us again" Jackson is.

    3. Re:Editorial comment by Winterblink · · Score: 1

      Very much not new to Slashdot, actually. :) I ditched my older account, but I've been reading the site for years now.

      --
      "I'm a leaf on the wind. Watch how I soar."
      -Hoban Washburn
    4. Re:Editorial comment by chrisd · · Score: 2
      Well, I'd agree is slashdot was analogous to the front section of the paper instead of the opinion section.

      The reason I said that we weren't going to run this story was a sort of explanation as to why you are seeing a week old story. The demand in the submission queue was there early, but we did think it was a blatant troll. In the end we decided to run it because the /. readership wanted it so badly.

      I don't think it is censorship to not post every link submitted to us. We do get 400+ a day, and before you bring up an ope nsubmission queue, pleae note that has been addressed.

      chrisd

      --
      Co-Editor, Open Sources
      Open Source Program Manager, Google, Inc.
    5. Re:Editorial comment by Winterblink · · Score: 1
      If all it was, was simply just "old news" then that's fine. :) It definitely was worded differently and came across as not being posted because of the MS propaganda-ness of it.

      I'll still read Slashdot, so no worries. :D

      --
      "I'm a leaf on the wind. Watch how I soar."
      -Hoban Washburn
  74. Amen. damn libertarians. by Anonymous Coward · · Score: 0

    I'm a capitalist-socialist. Believe it or not it works for me.

  75. Re:You should have gone with your initial impressi by BrookHarty · · Score: 2

    That license is GNU/MissleGuidance

  76. Re:You should have gone with your initial impressi by Arandir · · Score: 2

    I think it would be awesome if every nation on earth had ABMs! I would definitely feel much safer.

    On the other hand, I have to keep installing bigger locks on my door, because the thieves keep building bigger picks. Definitely an upset of power there.

    --
    A Government Is a Body of People, Usually Notably Ungoverned
  77. Concidence? by apocalypse76 · · Score: 0

    how open source might facilitate efforts to disrupt or sabotage electronic commerce, air traffic control or even sensitive surveillance systems
    Those three items, "electronic commerce, air traffic control or even sensitive surveillance systems", sounds suspiciously like a speech delivered by Ashcroft when he was trying to pass the anti-terrorism bill after 9/11. It's sad that companies/think tanks/institutions will play on public fears just to gain political favor or gain recognition.
    When the public fears something it gives politicans the edge they need to advance in office or pass bills that would normally never have a chance to make it through congress. Then when people adjust to the new situation, which generally happens in a few months they look back and realize what happened. By then unfortunatly it is usually to late to do anything about it.
    Fear is humanities worst enemy, it clouds judgement and gives people unnecessary power over us.

  78. Open Source Security by hackus · · Score: 2, Interesting

    Complete Bonk.

    Open Source is more secure as the problems are fixed faster than closed source, proprietary systems.

    All software, closed and open have vulnerabilities.

    However, you can't PROACTIVELY peer review and fix closed proprietary software continuously, unlike open source software.

    Since you cannot proactively secure closed software, who in God's name would believe such a completely ludicrous report?

    God help us ALL if anyone takes those sorts of arguments and so called "studies" seriously.

    -Hack

    --
    Got Geometrodynamics? Awe, too hard to figure out? Too bad.
  79. coin-operated policy dispenser by Easy2RememberNick · · Score: 1

    "coin-operated policy dispenser" lol...love that.

  80. Deathplane by dmaxwell · · Score: 2

    It isn't being called a deathplane because it's been used to drop napalm on villagers or something. It's notorious for killing test pilots. A couple of years ago it seemed like there was a story every month or two about an Osprey crash. Some background can be had here:

    http://www.verticraft.com/v22_crashes.htm

  81. Do those morons even read what they post? by TheLinuxWarrior · · Score: 1

    One sentence in there just about admits that Microsoft writes crappy software, but that's ok, because they want to make a profit from crappy software.

    Many argue that its programmers have turned out shoddy programs, but the firm's objective is to make profit, not superlative programs per se. By the profit criterion, Microsoft has been one of the greatest companies in the history of this country.

    What a great big bunch of crap! It actually turns my stomach sometimes to even work in the same industry as those people.

  82. This just in... by rocjoe71 · · Score: 1

    Microsoft is planning a closed-source car. The keys to the car are, of course, proprietary so consumers are not allowed to use them. However, Microsoft will leave the windows open all the time so consumers are free to use the car at anytime as long as they agree never to pop-the-hood. This car is not available for lease although you and every passenger must purchase a special "per-seat" licence of Car 1.0 for at least twice the cost of a regular open-sourced car.

    --
    Height: 38U, Weight: 0 Newtons, Eyes: #0000FF, OS: Gray Matter 1.0 (Alpha)
  83. doesn't fixing the holes count?! by _randy_64 · · Score: 2, Interesting

    Suppose they're right, and OpenSource is easier to hack. Doesn't fixing the bugs count? Would you rather wait for MS to admit the bug, fix the bug, release the fix, etc. or let all the open source crowd fix it in an hour?

    (i submitted this story monday morning, and it was rejected....oh well ;-)

  84. Re:Viagra by Anonymous Coward · · Score: 0

    My only problem with viagra is that I had to piss like a race horse, and had to wait 2 hours for my raging hard on to subside!

  85. Why is anyone surprised by this? by Random+Feature · · Score: 3, Insightful

    I mean, come on!

    This is like being surprised that the Tolly Group gave a good report to a product.

    When you pay for a review or analysis, you get exactly what you want. This is no different than the Mindcraft "study" that was biased.

    When a reputable group/publication comes out with an unbiased study that says these same things then you should get upset. Until then, it's all smoke and mirrors, FUD and MUD.

    Nothing to see here.

    --
    I don't have a solution, but I certainly admire the problem.
    1. Re:Why is anyone surprised by this? by taj · · Score: 1

      I agree with most of what you say but it still bothers me. This is a total waste of economic resources. Couldn't that money been put to better use?

      This is how leaders of the software biz lead?

      puke.

    2. Re:Why is anyone surprised by this? by M-G · · Score: 2

      True, it is a total waste of resources to the rest of us, but MS has what, $30 billion in cash on had? What many minutes worth of interest on this did the study cost them?

  86. I've read this somewhere... by Anonymous Coward · · Score: 0
    Lycaeum, wasn't it? Anybody who can spell 5- methoxy-diisopropyltryptamine should quit getting hopped up on the shit and work on a cure for cancer and corn you can grow in sand. The anime reference gave me gut laughs, though.

    An old woman walks into a drugstore and asks a pharmacist, "Do you sell Viagra here?"

    "Why, yes we do ma'am", he replies.

    "Can you get it over the counter?"

    He pauses a second, then answers, "I suppose I could if I took two."

  87. I abhor second hand smokers. by Anonymous Coward · · Score: 0

    Cheap ass bastards.

    They should shell out some green on their own smokes instead of standing close and inhaling deeply so as to mooch off my second hand smoke.

    1. Re:I abhor second hand smokers. by butternipples+wee · · Score: 1

      we should all shell out some green shit and then smoke it

  88. SDI alive and well and living in New Jersey by Anonymous Coward · · Score: 0

    Whever I hear people talk about the unworkability of the strategic defense initiative, I have to look across the office to the 1 foot cube of steel with a 3 inch hole all the way through it from a sub-second burst from a thermal pumped free electron laser, and just laugh out loud.

    1. Re:SDI alive and well and living in New Jersey by Anonymous Coward · · Score: 0

      Let me guess. This cube of steel was screaming over
      Trenton at 2000 mph when it was hit by that laser?
      NO
      It was clamped to a bench in a lab.
      --Or maybe there were 100 of these cubes of steel
      flying over Secuacus at 2000 mph and your wonderfully
      huge and powerful laser was able to hit ONE and only
      one cube of steel before NYC was toasted.
      Laugh on. SDI is DOA.
      Spend the money of intelligence.
      Real, on the ground, human intelligence gathering.
      Thats where we will see results.
      NOT another government boondoggle.

  89. Microsoft funds ITAA by Anonymous Coward · · Score: 0

    Speaking of Washington whores. Microsoft
    funds the ITAA, The Information Technology
    Association of America. The ITAA is run
    by the guy who made his fame by busting the
    United Farm Workers Union, Harris Miller.
    Miller is jerk who drives a big Mercedes recklessly
    at 95 mph with "ITAA" vanity tags. What a crock.

  90. Re:Purchase as much LNUX as you want to make? by Anonymous Coward · · Score: 0

    Buying shares in LNUX is about as smart as driving down the street and throwing your money out the window. Slashdot represents the most over-hyped stock in the short lived dot.con boom. If you have shares in LNUX, you should have sold above $200.00, now they are at $0.81, what a bummer dude!

  91. Some inconveniant questions by Veteran · · Score: 3, Interesting
    Suppose we ask ZDnet some inconvenient questions, and see how much they start squirming:

    • Who is ZDnet's source on the story?
    • Did the think tank leak the results of their own study?
    • Did the information for this story come from Microsoft - who already knew the results before they were published because they bought and paid for them?
    • What exactly qualifies the people at the think tank to have an opinion on computer security?
    • Does the think tank have a history of expertise in the field of computer security?
    • Are any of the people involved in the report even computer programmers?


    This story just might wind up biting Microsoft in the ass; if the rest of the sharks in the press start smelling blood in the water.

  92. An odd choice for Microsoft by infonography · · Score: 2, Interesting
    "What is the most important for democracy is not that great fortunes should not exist, but that great fortunes should not remain in the same hands."

    - Alexis de Tocqueville

    --
    Sorry about the writing. Robot fingers, you know? Cliff Steele in DOOM PATROL #23
  93. Dear Ann Landers by Anonymous Coward · · Score: 0

    Dear Ann,

    My fiance, "CmdrTaco," and I will be celebrating getting married in a few months. In the past year, we have spent 342 nights recompiling the linux kernel because CmdrTaco loves open source.

    A few years ago, Joe went online and discovered a weblog for linux users who post about "KDE" over the Internet. Since then, he has Linus Torvalds on his mind all the time. He has gone to LUGs without me several times for long weekends. Now he tells me he wants to spend every Saturday night there, by himself, for the rest of his life. I was very hurt when he said he wants to go hang out with hippies that don't bathe instead of having sex, as we had plannedto try out on our wedding night.

    We live in Michigan, and soap and deodorant are not inexpensive items. Right now, we should be saving money, since the company he works for ill soon be bakrupt. CmdrTaco says he'd rather spend the money purchasing "Free" software.

    I am feeling abandoned and cheated. Is it unreasonable for me to object to open source development? Sign me . . .

    Competing with kleenex

    1. Re:Dear Ann Landers by Anonymous Coward · · Score: 0

      have you considered whoring yourself out to help with the bills?

  94. Re:You should have gone with your initial impressi by Brian+Stretch · · Score: 2

    The problem with missile defense is that it upsets the balance of power.

    You want to bring Balance to the Force?

  95. God, /. is in a downhill race with MS it seems... by Anonymous Coward · · Score: 0

    Really, which is worse, one sided opinion and bias from the opensource community that mascarades occasionally as the news? or... MS anti-trust politics and BS?

    Gotta love comments about that 'death plane' V22 osprey, which is in fact not a bad AC/Helo/Whichever at all... Congress, a LIBERAL congress, butchered RnD on the Osprey and then panicked when a couple of underfunded birds crashed. Did anyone actually ever bother to read up on their shortcomings in design and maintenance and where they stemmed from? Do budget constraints, open testimony in front of congress about their potential hemmed in by a lack of funding and a push by LIBERAL democrats for results, a lack of field maintenance training, anything every get through your fucking heads... or was it The Register and CNN that got to you instead. Try reading about something and understanding all aspects of an issue and problem BEFORE you declare it to be.

    As to 'missle defense', more commonly called SDI or 'Star Wars'... can someone really point out to me it's failing. It advanced laser research in this country by 30 years... It advanced silicon design and theory for chips over 20 years... It actually produced three cheap and effective systems that would work (Brillian Pebbles anyone???). Again, the LIBERAL rhetoric at work. Destabilizing my ass... besides the fact that it was one of the key reasons Russia bankrupted itself trying to 'win' the coldwar in the 80's, resulting in 100's of millions of free people and the end of the most scary and dangerous periods in human history, the advancement of space and land based military and civillian technologies, and the real results (sure, plenty of dumb ideas and failures, but you have that in any race. Read up on the numerous failures and sidetracks taken in the Manhattan Project for instance, or during the space race!) that produced a few solid workable systems that even today would work and in one case sit on the shelves rotting instead of defending our nation. The only destabilization was that of the Eastern Bloc and the result was the fall of communisim, of which SDI played a key role. God, what disinformation and re-writting of history.

    As to open source... ponder this. How is a system so secure if every bit of it is spread out in documents and on the internet for anyone else to read, understand, and break? Open source is only secure right now simply because it requires an expert to run (which usually translates to extreme dilligence in patching and securing all the time) and because it is deployed world wide in such small numbers in comparision to mainstream applications that no one either bothers with it or really cares. Yes, Linux on a server is a better choice in alot of cases on a purely technical level, but not in the real world deployment of millions of systems when there are so few who understand it intimately enough to run and maintain it...

  96. Re:You should have gone with your initial impressi by Jeremi · · Score: 2
    And for those who argue it is unnecessary because terrorists will just ship a bomb over on a cargo freighter, I'd ask you if you keep your windows unlocked over vacation just because a thief is most likely to try the front door first.


    If it was going to cost me three hundred billion dollars to lock my windows, I would do just that. Especially if I realized that any idiot would be able to trivially defeat the locked-windows 'system' directly as well (i.e. throw a rock, or a few dozen decoy missiles).

    --


    I don't care if it's 90,000 hectares. That lake was not my doing.
  97. Re:You should have gone with your initial impressi by Archie+Steel · · Score: 2

    Not at all. I would actually support missile defense if it was a global effort to make sure that no one can use ICBMs.

    Oh, and if it actually worked, instead of being just another corporate welfare check for the military industry.

    --

    Reminder: find a new sig
  98. Blatant research for hire by interiot · · Score: 2
    On their job application form, applicants are asked to rate from 0 to 10 how interested they are in doing a list of 16 jobs. Among them are:
    • Make fund raising calls
    • Put together a list of organizations interested in an issue
    • Organize a mailing
    • Find organizations and individuals that might support a particular AdTI program
    • Do a fund-raising letter
  99. Not newsworthy by Brian+Goldman · · Score: 0, Flamebait

    After looking around the ADTI web site, it's obvious that the organization is just a thinly veiled Republican back-scratcher. I doubt anyone really cares what ADTI thinks.

  100. SDI worked just fine. B-) by Ungrounded+Lightning · · Score: 3, Funny

    The missle shield was certanly destablizing, it never helped us in any treaty with another super power, not even as a negotiating gambit. [etc.]

    Seems to me it worked perfectly.

    The Soviet Union collapsed, ending half a century of Cold War. The surviving USSR government officials said the major factor was SDI. Not a single nuclear bomb exploded on or above the soil of the US, its possessions, or its allies (including all the signatories to the non-proliferation treaty). And it was so powerful we didn't even have to actually DEPLOY it!

    Lets see your smart bomb or a START-XVI treaty beat THAT!

    --
    Bantam Dominique roosters crow a four-note song. Once you've heard it as "Happy BIRTHday" you can't NOT hear it that way
  101. obviously don't get it by calarts_nutmeg · · Score: 1

    This is typical, they don't even have any programmers participating in their study who don't work for microslop I bet. The thing with open source is that the holes get plugged, while with microslop, they just hope no one discovers them, and act reactivly to try to patch what they can, but some holes just never get patched. Look at how easy it is to spread viruses programming with simple visual basic scripts, I mean at one time a "terrorist" could even create a webpage that would reformat your hd for you. I think this is also an attempt to reclassify simple hackers as "terrorists".

    --
    Check my site out for ogg vorbis music produced with linux.
  102. And what's "destabilizing" anyway? by roystgnr · · Score: 3, Insightful

    Mutually Assured Destruction was "stable" only as far as retaliatory destruction was really assured. A limited missile defense system makes it impossible for your opponent to be sure that a first strike of theirs will destroy all of your missiles, and so makes MAD more stable, not less.

    1. Re:And what's "destabilizing" anyway? by Ikari+Gendo · · Score: 1
      Mutually Assured Destruction was "stable" only as far as retaliatory destruction was really assured. A limited missile defense system makes it impossible for your opponent to be sure that a first strike of theirs will destroy all of your missiles, and so makes MAD more stable, not less.

      It also gives the leader in missile defense the opportunity to launch a first strike without fear of total reprisal. Imagine a strike aimed primarily at the nuclear capabilities of the opponent. Then imagine a "limited" defense system. The aggressor nation knocks out a large portion of their enemy's retaliatory capability, and the missile defense negates most of the rest.

      That's what's "destabilizing."

    2. Re:And what's "destabilizing" anyway? by Anonymous Coward · · Score: 0

      I agree, but if the calls for a nuclear strike in the wake of September 11th are any indication, the Average American would be all too happy to be able to strike first with no fear of retaliation. Many of them seem to be unaware of the effect such an attack would have on world opinion.

  103. Re:You should have gone with your initial impressi by chrisd · · Score: 2
    Well, the deathplane comment was about the V-22 killing marines in it. I don't have an issue with maintaining a standing army. I do have one with force the V22 on the marines who themselves don't want the fatally flawed plane.

    As far as wheether SDI was destabilizing, reagan administration membrs were pretty clear that was the point of the things, as was teh sr-71 soviet overflights, etc, so I don't see what your problem is. Also, if you think that SDI was or is workable, you don't understand what icbm missiles are. Or mirv warheads. If one warhead in a hundred get through from the kind of attack SDI and ABM are designed for, we're toast.

    What's interesting to me is that you assume I'm a leftist when it comes to military matters, as I'm clearly not.

    chrisd

    --
    Co-Editor, Open Sources
    Open Source Program Manager, Google, Inc.
  104. Light'em if ya got'em by ozric2k1 · · Score: 3, Interesting
    These are the same people who say smoking is good for you.


    "In addition to creating front groups and contributing funds to groups that have a mission broad enough to carry some of the tobacco industry's goals, THE TOBACCO COMPANIES ALSO USE PUBLICATIONS BY ALLEGEDLY INDEPENDENT THINK TANKS, SUCH AS THE VIRGINIA-BASED ALEXIS DE TOCQUEVILLE INSTITUTION. This group's 1994 report "Science, Economics, and Environmental Policy: A Critical Examination"35 criticizes the US Environmental Protection Agency's risk assessment methods in 4 areas: environmental tobacco smoke, radon, pesticides, and hazardous cleanup. It dismisses in its first chapter the agency's risk assessment of environmental tobacco smoke, using arguments similar to the tobacco industry's "junk science" arguments described by Ong and Glantz. "


    The three biggest lies redux,
    smoking is good for you, windoze is secure, the check is in the mail
  105. Comment removed by account_deleted · · Score: 2

    Comment removed based on user account deletion

  106. Here's my take by Henry+V+.009 · · Score: 3, Interesting

    This is more than just script kiddies. Open source is good against script kiddies. That may simply be its low radar profile more than anything, but it could be the open source community finding bugs as well.

    But when people are interested in more than general vandalism, it becomes a different story. If I need to hack something that is open source, I check out the source, and look for buffer overruns and what not. It's hard for the very popular stuff, but for most programs, a bug is easy to find. And even for the more popular stuff, there are always holes to be found if you expend enough effort looking.

    For very popular closed source programs, the first thing to try is the online community. Someone somewhere has something. For companies like Microsoft with poor security reputations, and lots of people trying to hack them, there is actually a lot.

    But if you have to figure out a bug yourself, it's time for buffer overflow testing, reverse engineering with a hex editor, and what not.

    So which is harder?

    I'd say hacking into popular open source programs is the hardest. However, hacking into unpopular open source programs is the easiest. There is a range of security considerations, and it is always possible for evil people to find your vulnerabilities if they have enough resources.

    1. Re:Here's my take by joonasl · · Score: 1
      But when people are interested in more than general vandalism, it becomes a different story. If I need to hack something that is open source, I check out the source, and look for buffer overruns and what not. It's hard for the very popular stuff, but for most programs, a bug is easy to find. And even for the more popular stuff, there are always holes to be found if you expend enough effort looking. Very valid point. Has anyone in the OSS community ever considered, if creating intensional bugs in to the code is possible?

      If I were a terrorist wanting to hack into some computer systems, I would try to introduce some hard to spot security holes into the code base allowing me to hack into the systems.

      --
      "There is a terrorist behind every bush"
    2. Re:Here's my take by Henry+V+.009 · · Score: 2

      Oh yeah. Now the real place to do it is in the compiler. You can use a compiler to put a hole in every single program. It could be an actual backdoor, but it could also be done as a buffer overflow or something even more esoteric.

      Now, with gcc, you'd have to be very, very, tricky. But it could be done. Look at all the bugs that they introduced with the 3.0 series.

      And for something compiled on a closed source compiler. Well, you never know what that thing could be doing.

      And if you aren't interested in being that tricky, yeah, simply submit a bug "fix" that doesn't do exactly what you say it does. They might catch you, but if you are tricky, they might not.

    3. Re:Here's my take by Anonymous Coward · · Score: 0

      Right, and it's also impossible for someone who'd do that to get a job at Microsoft. And tell me: with the market share of MS, which do you think is the higher value target?

    4. Re:Here's my take by Art+Tatum · · Score: 1

      Crackers are very used to dealing with binary-only resources. That's where all the 'glory' in their community comes from. Using the source would probably be considered cheating.

  107. What's wrong with the Osprey by Anonymous Coward · · Score: 0

    It just needed some more time. It was a good idea and already alot of money was put into it. The deceased died in vain because they cancelled it.

  108. Think Tank? Ha! by Grip3n · · Score: 1
    I'm a web developer, so when I visited The Alexis de Tocqueville Institution's web site, I was...well...speechless. I would have thought such a 'brilliant' company would have a bit more of a stronger Internet presence. Anyhow, so the design sucked, I wanted to see how these people code, and I noticed their description meta tag...

    "A non-partisan, non-profit educational research foundation conducting, publishing and publicizing research on the promotion and perfection of economic liberty, political freedom, opportunity and democracy in the United States and around the world"

    I'm sorry, but am I the only one who thinks taking money from MS goes against the entire "non-profit" aspect of it all? Additionally, how can a company that claims to promote economic liberty, political freedom and opportunity and democracy be against the use of Open Source and believe that "manufacturers of computer hardware need to provide only one driver". This simply doesn't add up.

    Well, I decided that these people are either very stupid or very hypocritical, so I decided to take a look see if these guys used Frontpage. Luckily they didn't, but they're only one step away...behold line 14:

    <!-- ImageReady Slices (newfront1.psd) -->

    Everyone knows how amateur a company looks like when they don't even take the time to delete comment lines automatically generated by ImageReady. How embarrassing.

    Then looking through their source code, guess who left Options Indexes in httpd.conf?

    http://www.adti.net/shopping_cart/

    From there you can discover much, additionally you can view WS_FTP.LOG

    All this lead me to believe that this Think Tank doesn't really lend itself very much to thinking at all. I will completely disregard any comments or findings by this company simply because they

    do not care about their web presence

    can't code a lickin

    leave huge potential exploits wide open and

    are either extremely stupid or hypocritical

    I hope you feel the same

    --
    To make a pun demonstrates the highest understanding of a language
  109. Open Source Might Mean Little For the DOD by Burning*Cent · · Score: 1

    The GPL only requires that the seller make the source code available to the people who actually hold copies of their software. Therefore, if the only people who hold copies of the GPLed software are military service branches, it is unlikely that a civilian would have access to the source code for sensitive software (such as the drivers or whatever for a Patriot missle or a spy plane).

    As for more mundane software like OSes for PCs and servers, I think it's established that Free Software is the way to go. I remember the story that appeared on slashdot a few weeks ago about MS saying their software was so buggy that releasing the source code would threaten national security. It seems that software that has already been tested lacking of obfuscation of code would be preferable to the one whose security relies on that obfuscation.

  110. Cool, yes. Suited for combat, no. by Anonymous Coward · · Score: 0

    It is a disaster waiting to happen.

  111. Re:Cool, yes. Suited for combat, no. by Anonymous Coward · · Score: 0

    Dipshit! Read some history. Learn about aircraft.

  112. hotmail by ChrisGuest · · Score: 2, Interesting

    i seem to recall the 9/11 dudes communicating with hotmail accounts on windows machines.

    wasn't this a tragedy that closed source could have prevented?

  113. Stupid Debate, and Open != Better by Anonymous Coward · · Score: 1, Interesting
    The real world is just too complex to predict the security of software under all manner of conditions, with open source versus closed source being just one of many conditions.

    Similarly, closed source is often an attraction to developers (and higher quality developers) to work harder to produce better products, but just because source is closed doesn't necessarily make it better. There are examples of crap software on both sides of the fence. Everybody likes to get something for free, though, and often that's all it takes to "sell" a crap piece of open software, even if it's at the expense of the closed source innovator.

    One thing's for sure: open source feeds off the innovation expressed in closed source projects. Any dramatic (as in revolutionary) world-wide transition from closed source to open source has a good chance of producing tremendous unemployment in the software development arena.

    Open source advocates are promoting their own unemployment, if they actually intend to earn a decent living off software development. (As long as all of their intellectual property is not open, companies like Apple will continue profit, though, because Apple makes most of its money off selling proprietary hardware).

    The loss of employment may happen indirectly: one developer may effectively destroy another's job by undermining the other's livelihood, but what goes around eventually comes around.

  114. Accepting money by Anonymous Coward · · Score: 0

    Once again, who has proof they took money from MS? Anyone? Please provide a link to said proof. For all you that take slashdot to be the complete truth... How pathetic. For those that whine about the think tank being partisan.. How pathetic. If the tank came out with a perfectly true report that you disagreed with.. you'd label it partisan. Save your breath you liberal scum.

    1. Re:Accepting money by AdmrlNxn · · Score: 0

      Yeah, I would like to seethe bank statement that clearly says MS donated to the think tank. I bet this is merely speculation. Oh well, one would only like to hope that instead of /. posting the latest trash on MS they would post somthing of interest, like the coolest gadget from thinkgeek, like that capucino computer. That thing is smaller than a mac cube I believe but dang cool at that.

      --
      ~Admrlnxn
      "I got your mom in my trunk"
  115. and? by Anonymous Coward · · Score: 0

    who the hell cares?

  116. With open source, there is no one to bribe.. by ssweens · · Score: 2, Interesting

    This is one key point I haven't seen brought up yet. In open-source projects, the weaknesses and strengths are well-known and allows for well educated implementation decisions - less risk. With closed-source operations, the weaknesses of the software are known by less people which makes those weaknesses a bit stronger because of the "security by obscurity", but there lies the greatest weakness - the additional security is dependent on people. The people that implement it, develop it, maintain it. The people that are 1) not employed by government (likely a greater security risk) 2) building the software for money (possibly more willing to accept a bribe). Depending on the knowledge known by the person bribed, the exploit could extremely deadly and unpredictable the consequences - more risk.

    1. Re:With open source, there is no one to bribe.. by Anonymous Coward · · Score: 1, Interesting
      In open-source projects, the weaknesses and strengths are well-known
      These characteristics are not evident to idiots, a group which includes most of us. The few of us who happen to be knowledgeable about a particular piece of code are sometimes working for good, and are other times working for evil. Now, it's clear where you've placed your bets, but that doesn't mean you'll win more or less than you would with closed source.

      With closed-source operations,... "security by obscurity"
      Don't forget the additional security afforded by professionalism.

    2. Re:With open source, there is no one to bribe.. by Peyna · · Score: 3, Insightful

      Don't forget the additional security afforded by professionalism.

      Care to explain that one to me? Professionalism is an appearance, and has nothing to do with actual security. I would liken professionalism with obscurity, because you can hide something better from people. Just because you made it hard or difficult doesn't mean it is impossible or secure. Look at the XBox hack. I'm sure they were pretty convinced that was secure.

      --
      What?
    3. Re:With open source, there is no one to bribe.. by ninewands · · Score: 2

      Professionalism is an appearance ...

      I must respectfully disagree. Professionalism is an ATTITUDE, not an appearance.

      I would liken professionalism with obscurity, because you can hide something better from people.

      I consider myself a professional, but I NEVER wear a tie (jacket, maybe), and I go to work 2-3 days (sometimes 4) without shaving. My boss is cool with it so ... no problems. I have little to hide because I spend the time to research a problem and fix the CAUSE, not the symptoms, of the problem.

      You want a definition for "professional"? A professional does what he/she does FOR MONEY, and treats their job responsibilities accordingly. I do NOT do what I do because I enjoy it (although I REALLY do enjoy my work) ... I do it because I am good at it and because I get paid enough to live reasonably comfoprtably for doing it.

      Since the last sentence means I receive a fairly significant check on the first of each month, I protect my job by making sure my employer receives their money's worth.

      THAT is professionalism.

    4. Re:With open source, there is no one to bribe.. by Peyna · · Score: 1

      Appearance does not have to me how look. I think you just kind of misunderstood what I meant. Appearance, as in how others form their opinion of you, and how they 'view' you. I wasn't speaking necessarily visually. I'll try to be a little clearer next time. How you appear isn't always how you look. Make sense? Basically the same thing you said...

      --
      What?
    5. Re:With open source, there is no one to bribe.. by Anonymous Coward · · Score: 0

      Professionalism is an appearance, and has nothing to do with actual security.
      You describe only a portion of what professionalism is or means, but I'll let a more authoritative source than me explain what professionalism is. Quoting from www.m-w.com, we have the definition of "professional" shown below. You might take particular note of 1 c. And 2.
      1 a : of, relating to, or characteristic of a profession b : engaged in one of the learned professions c (1) : characterized by or conforming to the technical or ethical standards of a profession (2) : exhibiting a courteous, conscientious, and generally businesslike manner in the workplace
      2 a : participating for gain or livelihood in an activity or field of endeavor often engaged in by amateurs b : having a particular profession as a permanent career c : engaged in by persons receiving financial return
      3 : following a line of conduct as though it were a profession

    6. Re:With open source, there is no one to bribe.. by Anonymous Coward · · Score: 0

      Look at the XBox hack. I'm sure they were pretty convinced that was secure.
      Why are you sure?
      Please define "pretty convinced".
      What intellectual property did M$ lose in the exploit?
      Are we in greater danger of global thermonuclear war because of this breach of security?
      Would the hack have been more difficult if the Xbox was open source?

  117. Six Degrees of Kevin Bacon by Fastball · · Score: 3, Funny
    How far away is Microsoft-branded Vegemite?

    Well let's see. Bill Gates started Microsoft with Paul Allen who owns the Portland Trail Blazers. Rasheed Wallace is a power forward for the Trail Blazers. Wallace played basketball at the University of North Carolina where Michael Jordan won a national championship his junior year before taking on the NBA himself. Jordan starred in Space Jam with Bill Murray who had an uncredited cameo in "She's Having a Baby" starring...Kevin Bacon.

    1. Re:Six Degrees of Kevin Bacon by Wildcat+J · · Score: 1

      To be fair, Wallace and Jordan weren't at UNC together. A more direct line would be Scottie Pippen, who plays small forward for the Blazers, and was Jordan's sidekick for six championships with the Bulls.

    2. Re:Six Degrees of Kevin Bacon by MrResistor · · Score: 2

      OK, but what's degree of seperation between Vegemite and Kevin Bacon?

      --
      Under capitalism man exploits man. Under communism it's the other way around.
  118. "Not going to post this..." by AyeRoxor! · · Score: 1

    >We weren't going to run this, but there were a lot of submissions, so ...

    Honest, on-topic question. I've submitted some stories that I thought were good. They weren't accepted. I didn't submit this, but I think it's good, too. So I dont waste your time and mine submitting stories you dont want, why/how does this story not fit the profile? Thanks :)

    1. Re:"Not going to post this..." by chrisd · · Score: 3, Informative
      Well, we thought it was a pretty hard core troll, for one. Also, I can't d/l the actual report yet, which was my initial reason for not linking to it. Also, I'm just speaking for me, the other authors may have deleted it for other reasons.

      I personally don't like posting microsoft stories much, and this one kind of qualified as that too. I mean, that's part of what slashdot is about, so I do post them, but I don't like to post the exchange bug of the week, or the outrageous steve ballmer comment of the month, whatever.

      So maybe that clears things up.

      chrisd

      --
      Co-Editor, Open Sources
      Open Source Program Manager, Google, Inc.
  119. The Old Addage, updated... by deathinc · · Score: 1

    Lies, Damn Lies, Statistics... and Studies.

    'Nuff said.

  120. Makes me sick by Sean+Clifford · · Score: 5, Interesting

    This just makes me sick. I've read Alexis de Toqueville's Democracy in America several times, it's one of my favorite books. He considered unchecked capitalism a serious threat to participatory democracy. How vile for an organization to sully his name with drivel like this report.

  121. More FUD by Tiado · · Score: 0, Redundant
    This should give me my recommended daily intake of M$-generated FUD.

    Funny how Microsoft, with questionable business ethics and extremely unstable and expensive closed-source software with security holes big enough to drive a truck through, are giving these 'think tanks' money to say that Open Source Software is not only insecure, but 'Supports Terrorism(TM)'.

    It seems to me that the words "Terrorism", and "Terrorist" have become such buzzwords that people will now be wracked with fear the millisecond someone makes the (however questionable) connection between a certain person/organization, object/product/location/etc. and 'Terrorism(TM)'.

    The next thing you know pig lobbyists like M$ will be greasing up the lawmakers of the world to implement a worldwide ban on Open Source Software, and delclaring the act of possessing/creating/distributing/using OSS an 'Act Of Terrorism(TM)', which will result in much heavy-handed penalties: such as execution or lifetime imprisonment, because your an 'Enemy of the Free World'.

    Just my $0.02

    1. Re:More FUD by Anonymous Coward · · Score: 0

      Silly question but I see it all the time. What does FUD mean ?

      Thanks

    2. Re:More FUD by AdmrlNxn · · Score: 0

      FUD? Simple meaning really.

      The true meaning is Fear, Uncertainty and Doubt.

      It is also commonly known as another word for bullshit.

      --
      ~Admrlnxn
      "I got your mom in my trunk"
  122. none-the-less ... by Frizzled · · Score: 1

    to prove a point, if the adti.net is running IIS someone should crack it ... =)

    _f

    1. Re:none-the-less ... by mistered · · Score: 1
      Not that it matters in the least, but according to Netcraft it's running RapidSite (Apache) on IRIX. Although, perhaps that proves a point?

      --
      Enjoy your job, make lots of money, work within the law. Choose any two.
  123. Microsoft Windows : the choice of terrorists! by bani · · Score: 2

    The operating system of choice for terrorists worldwide appears to be Microsoft Windows .

    All the captured computers from the taliban and terrorist cells are using Microsoft Windows

    So using the same "logic" as the e Alexis de Tocqueville Institution, Microsoft Windows is directly responsible for the events of 9/11.

  124. Dude, Sendmail is dying! by Anonymous Coward · · Score: 1, Funny

    Sendmail is dying!

    Recent studies show that the percentage servers running sendmail has decreased by 96% of 0.000001% according to netcraft guru John JonMarkesson. "It is simply too unbelieveable to conceive, but sendmail is dying!", said uber-hacker Linus Torvalds, creator of the open source operating system Loonix.

    Richard Stallman founder of the FSF commented by saying, "Damn it, it should be GNU/sendmail is GNU/dying!!!!"

    Cmdr. Taco and Hemos were unavailable for comment as VA/Linux is dying.

    Source: The Loonix Daily Times

  125. You just have to love their wording.... by SteffenM · · Score: 1

    "...[M$'s] relentless dominance has simplified our lives and has saved us from a convoluted market for computer software.
    ...
    Standardization has also improved the products that are available to us. Software makers can turn out 10 products that run on the Windows platform, rather than one product that runs on 10 platform. Manufacturers of computer hardware need to provide only one; driver per model, so hardware is cheaper, more diverse, and more reliable.
    ...
    Microsoft and its competitors have had to divert managerial talent to warding off legal rather than competitive challenges. As a result, the Microsoft litigation has weakened the entire software industry."


    What is this?!?

    Since when has "relentless dominance" been a good thing?

    Does any of this make sense?

    Heaven forbid M$ have main-stream competition and be forced to make Windows a cheaper and/or better product.

    I'm sure computer hardware would be just as cheap and reliable without companies competing to be the best because their profits depend on it.

    And so far, the only impact I know M$ has had on the open-source community, is giving people more and more reasons to prefer open-source over Windows.

  126. Typo... by chrisd · · Score: 2

    I meant the first sentence to read: Well, I'd agree if slashdot was analogous to the front section of the paper instead of the opinion section.

    --
    Co-Editor, Open Sources
    Open Source Program Manager, Google, Inc.
  127. Buying the media by maikeru · · Score: 0

    Because they have money. We (using the term very loosely, since this whole Microsoft vs. Open Source thing is pretty much Just Another Holy War by now, and I'm agnostic) do not. As many corporations are finding, it's pretty hard to raise money by giving away a product.

  128. Alexis de Tocqueville Institution ? by jabber · · Score: 2

    Looks more like the Tomás de Torquemada Institution, if you ask me.

    --

    -- What you do today will cost you a day of your life.
  129. Humbly, I submit... by cherrycoke · · Score: 1
    --
    http://www.farmerbob.org
  130. Things that make you go "d'oh" by coyote-san · · Score: 2

    Hey Homer, the NSA doesn't release its own crypto because it believes in security through obscurity.

    It doesn't release them because the other guys could use the same crypto. And this violates the NSA charter because either 1) they know how to crack the code, but others could figure that out also and thus they've failed to protect US interests, or 2) they don't know how to crack the code, so they've aided others to work against US interests.

    Either way, they'll going to catch a lot of heat if they provide information, much less if they remain silent (modulo their responsibilities). That's a no-brainer.

    --
    For every complex problem there is an answer that is clear, simple, and wrong. -- H L Mencken
    1. Re:Things that make you go "d'oh" by sheldon · · Score: 2

      Weird. This is the very same reason Microsoft doesn't release it's code as well.

      That is... it's not because of security through obscurity, but they just don't want others using their code.

  131. far more interesting to me is ... by way_out_on_the_dark_ · · Score: 0, Offtopic

    I have been going to zd's website for several years and I have also been a less frequent visitor to c-net but I have never realized c-net owns the domain name com.com. I just found it odd when I clicked on the link at the top of the article it was taking me to:

    http://zdnet.com.com/2100-1104-929669.html

    How in the hell have I missed this over my last 6-7 years online and moreso should I feel like a total idiot for just now realizing it or should I feel like a total idiot for actually posting that I feel like an idiot on slashdot?

    mmmmm, I will sit and ponder the meanimg of it all.

  132. Will Prostitute My Journalistic Integrity for $$$ by Anonymous Coward · · Score: 0

    Qualifications:

    - Masters Degree from prestigious school
    - Excellent communications skills
    - Incredible powers of persuasion
    - Proven business acumen, recognized by thousands

    -- signed
    Ex Dot Com Founder

  133. Re:Multiple Drivers by Anonymous Coward · · Score: 0

    > Well, they're right-on about the drivers. It's great knowing that 99% of the time I can plug in my hardware and it will work with no problem on Win2K. I wish I could say the same for Linux, Solaris, etc

    Actually it is quite wrong. Different drivers have been needed for: Windows 3.x, Windows95/98/ME, Windows NT/2000, Windows XP, Windows CE; and probably there will be yet another driver setup for whatever follows on, eg 'NewPC/XPC'.

    I know that MS introduced some type of unified driver interface, was it for ME and 2000?, but the binaries needed recompiling for each of these at the very least.

    There may even be different drivers required for NT embedded and XP embedded.

  134. So just do it ... by crovira · · Score: 2

    Actions speak louder than words.

    Create a worm or virus which tells people that they're helpless because of M$.

    Have one of those popping up lound and clear on twenty million screens and the word on closed source wil become loud and heard.

    Closed source is pointless.

    --
    MSBPodcast.com The opinions expressed here are my own. If you don't like 'em... Think up your own stuff.
  135. on behalf of microsoft by madenosine · · Score: 1

    consumers:

    YHBT. YHL. HAND.

  136. I've had it! by Anonymous Coward · · Score: 0
    All the whoring reports in the world won't make open source any less secure.


    Hey now, no need to insult whores! At least they make an honest living.

  137. heh, bugged him already by _narf_ · · Score: 1

    I caught this one on LWN last week and gave him my 2 cents. I quiped that they must be taking Microsoft's money to write such drivel, and he felt the need to mention 'people's hate for Microsoft is irrelevant'. I only really threw the Microsoft thing at him, as it's funny this comes out JUST after Microsoft tried similar BS in court.

    His reasoning seems to be follow a 'need to keep it secret' train of though which is absurd on a number of levels. (including the ability to have open code and secret, internal-only stuff co-existing, private branches, yada yada)

    The funniest thing he said, I'll quote verbatim for you:

    "True patriots will come to grips with the reality that really bad people want more information about our nation's computer systems; and giving any bad people indiscreetly any information about our systems is reckless."

    I love the 'yer-not-a-patriot-if-you-dont-agree' brainwash attempt, coupled with the kiddie talk about the 'really bad people'.

    I'm immune to flag-waving patriotism pressures though, since I'm not American. :P

    I specifically mentioned NSA's secure Linux as sort of a proof that, well... this guys ARE in the security business after all, they've likely weighed out the risks involved, and saw little.

    In fact if you have a look at their FAQ, they specifically say they don't quite have things with Linux to the point they could use it for some of the most demandingly secure needs. But they seem optimistic that at some point they might.

    Anything NSA (or whoever) does to harden software, and give back to the community, helps harden everyone elses systems too. The sharing is not a bad thing for anyone involved really.

    This whole thing is just a new twist on Microsoft's 'OMG! The GPL ate my IP'.

    'OMG the terrorists saw our SCSI driver!'

    --
    Have you painted a shed today?
  138. Re:SDI worked just fine. B-) by Anonymous Coward · · Score: 0

    It was sucessful because they didn't nuke us???

    Get real Nuclear weapons are like smallpox...America is the only country to have ever used them against someone else and now we live in media induced fear someone will do it to us. mass projection.

  139. Realtime security from open source by Eric+Savage · · Score: 0, Troll

    While I still believe that OSS shows a distinct lack of innovation (go ahead, mod me down you zealot), there are enough benevolent citizens in the open source community that if a truly life-threatening risk was identified it would be fixed within hours.

    --

    This is not the greatest sig in the world, this is just a tribute.
  140. Great track record. by Anonymous Coward · · Score: 0

    What is it with MS' FUD engines all running unices and open source software?

  141. This report is partially correct..... by 0spf · · Score: 1

    This report is partially correct in that some terrorist are switching to Linux. My old college room mate Akmed Mukamuk is the IT Director for the Jihad United Front. He was telling me about 45% of their cells got whacked with Klez because they were all using Outlook.

    He said it was a bitch to clean them all because the cells are spread out all over the world, so they have decided to switch all of their end users to Linux when they visit Iraq for Terror World Interop 2002 this fall. They started moving their servers to Linux last summer after Code Red.

  142. Local Vs Remote & The smaller window of exposu by NZheretic · · Score: 2
    I have read a lot of Gene's work. But I am not sure of the particular presentation you are talking about. Here is Gene Spafford home page, could you tell me which particular presentation you are refering to?

    I wonder if he took into account the difference between remotely exploitable and locally explotable vulnerability?

    I also wonder if he took into consideration the Window of Exposure between the discovery of the vulnerability and the release of the patch?

    See Closing the Window of Exposure by Bruce Schneier , the security section of David Wheeler's "Why Open Source Software / Free Software (OSS/FS)? Look at the Numbers! and also again visit the disproportionately high number of open vulnerabilities in its Internet Explorer.

  143. Chewbacca Defense by Robber+Baron · · Score: 2

    It sounds to me like the Alexis de Tocqueville Institution is using the Chewbacca Defense!

    --

    You're using her as bait, Master!

  144. Your .sig by dimator · · Score: 2

    I have NO IDEA where to start parsing your sig, but I know thats the last time I run a strange piece of bash again. My uptime, shattered!

    --
    python -c "x='python -c %sx=%s; print x%%(chr(34),repr(x),chr(34))%s'; print x%(chr(34),repr(x),chr(34))"
    1. Re:Your .sig by Tony-A · · Score: 2

      I send you this sig to have your advice.

      There's ALWAYS a way.

  145. How about a Challenge by Splezunk · · Score: 1
    What about getting two machines setup with the exact same hardware specs, but one only using Open Source software and the other Mickey$oft software.

    Both should pretty much have the exact same functionality, ie. Webserver delivering webpages, and running a little database with some cryptic message in there. Then let them open to the world, and time the seconds before each one is cracked. Then Release that to the press. Here is some hard evidence about which one is safer.

    Obviously there would have to be some things that would need to be done; 1, Experts in the various OS's to be used to set the system up... no amatuers, and 2, The machines should not have any identifiers to say which is which. That way it is pure blind hacking.

    What do you think about that?

  146. They might be right by triptolemeus · · Score: 1

    It just depends on who is opening the source.

    May the source be with you.

    --
    The site where: "I'm right, as long as you ignore the things that prove me wrong", became a valid method of debate.
  147. From a MS "Engineer" standpoint by tshak · · Score: 3, Interesting

    I'm no MCSD, MCSE, or MCDBA (yet!), but I'm very involved in the MS developer community - in particular the .NET community. I go to the Redmond campus at least once a month and know quite a few people that work there. What's interesting is most "MS Tech Geeks" aren't generally anti-OSS and many actually have experience with Linux and other OS's. Sure, there's also a large group that's feeds off of MS dogma but the rest aren't really all that bad. There really are a lot of smart people that either work for MS or primarily work with MS technology that get quite frustrated atMS's marketing FUD. We're all educated (in theory) enough to make our own decisions based on the MERIT OF THE TECHNOLOGY. We don't need restrictive licenses, stupid marketing FUD, or silly gimicks like 100 page color brochures sent to our houses every day. Marketing and PR types can make the image of a company, however, they generally break the image of a company in the eyes of techies which employ simple FUD avoidance algorithms.

    I have certain critiques about OSS, moreso GPL's based licenses and less so BSD based licenses, but I'm not about to agree to this "OSS will increase terrorism" BS. Come on MS (et all), STOP TREATING US LIKE IDIOTS!

    --

    There is no longer anything that can be done with computers that is nontrivial and clearly legal. -- Paul Phillips
  148. A good analogy by Gordonjcp · · Score: 2
    Since a lot of people tend not to be terribly clueful about computers and the reasoning behind free software, I find that clear, simple analogies are good.


    You can compare the software to a car. With closed source, you have a car with the bonnet welded shut. It's hard to steal the car, because it's hard to get under the bonnet to hotwire it. Only the manufacturer can get in.

    However, it's probably a better idea not to weld the bonnet shut. If you can get the bonnet open then you can fit a car alarm and immobiliser.

    1. Re:A good analogy by shades66 · · Score: 1

      maybe you should add for closed-source software that if you found that by tapping on the front left indicator 3 times unlocked the doors and started the engine because of the closed nature and the bonnet being welded shut that you would have to wait until the next upgrade for this bug to be fixed.
      Now with the open-source you would be able to open the bonnet and make a fix and submit that fix for everyone to implement keeping everyones car secure!.

      Mark

      --
      ---- There are 10 types of people in the world. Those that understand binary and those that don't
  149. Uhh slashdot? by smoondog · · Score: 2

    Slashdot is like a giant op-ed piece ...

    -Sean

  150. Spin Doctors been messing eh? by MoogMan · · Score: 1

    Open Source, as closed source, is a recursive process:
    Source/Program gets released->Someone finds something exploitable->Source programmer finds out, either from a direct attack or from CERT or something->Programmer fixes bug->jmp start

    One of the Microsoft geezers himself said that Windows could not be Open Sourced because it has too many security holes to be patched, it is here where Open Source could be deemed as "unsecure", but we can all see that this is the fault of the company not the source code licence.

    I'll note though, that Open Source can be reviewed by professional security analysts before it is implemented in government computers etc, closed-source cannot, they must rely on the companies word that a product is secure

  151. How to get your story on Slashdot by Anonymous Coward · · Score: 0

    So if there are enough submissions, we can get whatever story we want on Slashdot? Time to get all my zombie slaves-I mean, friends to submit "Beowulf cluster of Natalie Portmans set to task of making Star Wars III not suck"

  152. It's been tried before, but.. by Anonymous Coward · · Score: 0

    "Experts in the various OS's to be used to set the system up... no amatuers"

    That, my friend, is the problem. They either use, say, RH out of the box with no modifications/adjustments while a cadre of hardened NT admins set up the MS box.. Or, they use command line commandos to fathom the brutality of Linux, while tossing a CD into the MS box and saying, "Okay, all set up!"

    Even if professionals are used, how does one compare them? I think the only truly valid test would be, which is more secure out of the box?

    Linux, I have doubts about when stacked against MS systems.

    Of course, there's always Open BSD ;)

  153. Re:Drivers (OT) by cant_get_a_good_nick · · Score: 1

    Don't need one OS just to get drivers working everywhere.

    Check out Project UDI, device drivers source compatible everywhere, binary compatible on platforms with the same ABI. This is what OpenUNIX 8 uses under the hood. Microsoft will never join, because everyone targets them anyway, and its to their advantage for stuff not to work on other systems.

  154. Give?? by NaCh0 · · Score: 1
    Okay, then develop your missile-shield technology and give it to every single damn country in the world


    GIVE?? It to them?

    If other countries want it, they should 1) do it themselves or 2) buy it from us!

    1. Re:Give?? by geronimo87 · · Score: 1

      If they build it themselves, we can sue them for copyright violation!

  155. The right trousers, but the wrong hat ... by bigsteve@dstc · · Score: 1
    ... protect you from the hackers, err sorry crackers, er wackers, black hat, grey hat, white hat, red hat, tinky winky hat...

    I have to correct you here. As anyone with a 2 year old and a video machine would know, Tinky Winky has a bag, not a hat. Dipsy is the one with the hat.

    1. Re:The right trousers, but the wrong hat ... by Neck_of_the_Woods · · Score: 2

      ahhahaha, point taken. I stand corrected.

      --
      Neck_of_the_Woods
      #/usr/local/surf/glassy/overhead
  156. FUD by donutello · · Score: 2

    Fear. Uncertainty. Doubt.

    I'll probably be modded down by the editors for saying this but that is exactly what this article is.

    It doesn't argue against the actual conclusion or the logic used (granted that's kinda hard to do for a study that hasn't been released yet). Instead, there are the baseless allegations about the motivations (no evidence that they actually took money from Microsoft) and completely irrelevant links to other studies which have nothing to do with the subject at hand.

    --
    Mmmm.. Donuts
  157. Re:Local Vs Remote & The smaller window of exp by muzzmac · · Score: 1

    It was at the Auscert conference on the Gold Coast in Queensland.

    This is the only online reference I have to his talk.

    I do have paper notes. Somewhere...
    http://conference.auscert.org.au/abstracts.html#mu sings
    It's pretty clear it was quite a simplistic study with a specifically chosen sample timeframe etc. I thought his points were quite well reasoned though.

  158. Their argument for the ABM system was..... by philkerr · · Score: 1
    From their article regarding missile defence:

    Moreover, Mr. Nunn's shield would serve other functions. Building even this limited system would be a useful testing ground for research on the S.D.I. program. It would also serve as a hedge in case Moscow decided to abrogate the 1972 antiballistic missile treaty. Many experts say the Soviet Union has already violated the treaty.

    Who violated the treaty?

    These guy's are scary!

  159. justin de Linuxville foundation report by Anonymous Coward · · Score: 0

    buy Anonymous Coward on Wednesday June 05, @07:16AM (#3643818)

    the prestigious renounced think tanks of justin de Linuxville.com is re-re-leasing a report which states that closed source ?software?, particularly that of the ill eagle KingDumb of fud, is so defective, IT is InFactDead, not to mention IT is a BiG PayPer LieSense(tm) reap off.

    no animals were harmed in the formulahlah of diss report.

  160. They are clueless by EarTrumpet · · Score: 1

    Upon reading this article and doing some research on my own, I emailed a polite letter to the contacts at AdTI. The response I got back shows that they are pretty clueless about the whole thing and won't be able to back up their story with sound technical details. Try it, it's fun.

    1. Re:They are clueless by demon · · Score: 1

      Maybe you should post your message, and the response you got. I think it'd be very interesting and educational for all of us. (And hopefully a lesson in polite letter/e-mail writing for some of the people here, maybe?)

      --

      Sam: "That was needlessly cryptic."
      Max: "I'd be peeing my pants if I wore any!"
  161. always on by dalinian · · Score: 2, Interesting

    A problem is that nowadays pretty much all computer owners are admins. With always on connections like DSL, everybody's at risk.

    And since good security is pretty hard to understand and implement properly because it involves so many issues, most people really don't even have time for it. I personally have shut down all the services in my system, and I believe that's what 90% of all home users should do. I wonder why no distro I've seen offers to do this when installing. It would help eliminate a lot of problems.

  162. [Very OT] Re:Your .sig by metallidrone · · Score: 2, Informative

    If I had to guess without consulting documentation, I'd say:
    :(){ #define function ':' which takes no arguments
    :|:& # call ':' and pipe its output into
    # another running copy of itself, running
    # this in the background
    }; #end of function
    : #call our function

    More readably: function destroy () { destroy | destroy & }; destroy

    Note that each call to : will recursively expand into no fewer than two calls, both which again invoke two new copies, so it expands very quickly. Since you probably have no shell restrictions by default, it did the same thing a fork bomb would: fill your process table instantly and consume all your memory and processor time.

    If you use bash (or probably any bash-like shell), you may have ulimit available. With ulimit's -u switch, you can set how many processes you may start and probably avoid the situation you described. I believe there are similar ways to achieve this in the kernel (probably by recompiling), but I'm not familiar enough to tell you how.

    As a general rule, don't run suspicious code (e.g., code found in .sigs on slashdot :) that has &'s in it. That function would be easier to stop (using Ctrl-Z or Ctrl-C) if it didn't use & (which disconnects the keyboard from the program's stdin/stdout).

    I hope this post has been informative enough to outweigh its off-topic nature.

  163. "9/11=Linux" by Anonymous Coward · · Score: 0

    Strange, some other government seems not to have read the study

    http://www.n-tv.de/3017210.html

    (foreign tongue alert)

    Seems no matter haw you act in public, you'd have to reason with 9/11 somehow.

  164. Open source...easier for hackers..??? by Anonymous Coward · · Score: 0

    Oh..ofcourse..I mean M$ windows is soo secure since tehy arn't open source...I mean *nix systems are no where near as secure...

    both sides have their share of problems--but neither side has the edge when it comes to fixing security holes. You're just as likely to encounter a security problem with open-source code as you are with Microsoft Windows, and the fix is just as likely to appear quickly and be done properly....however I'd rather have an open source system..as you can change it as you will...it IS in no doubt a hell of a lot more secure than M$ products.

  165. Argumentum ad hominem by ehanneken · · Score: 1

    I believe a fair paraphrase of the position of dlur, chrisd, and many others here is, "If Microsoft paid for it, it must be a lie. Therefore, I don't need to read the actual report." And how do we know that Microsoft paid for the report? Apparently, because the report will favor closed-source software (If anyone has provided other evidence, I missed it). I guess this is what Slashdotters consider a spirit of free inquiry.

    1. Re:Argumentum ad hominem by Anonymous Coward · · Score: 0

      This is kind of bad...

      After all, a spokesperson for MS Europe said that
      'favoring one policy over another is harmful'.

      What's this all about, then???

    2. Re:Argumentum ad hominem by Chris+Johnson · · Score: 2
      Careful. The error you're risking has to do with value neutrality. It's sort of like... suppose you're painting a big backdrop to look like the sky. You're looking into two vendors for buying the paint. One sells blue paint, one sells yellow paint.

      Surprise surprise, one says 'the sky is blue' and the other says 'the sky is yellow', for rather understandable reasons: they want to sell their paint. They each have an equal right to claim what they want, as far as that goes, subject to government limitations on what you're allowed to sell as 'sky-colored backdrop paint'. They contradict each other completely, in doing so.

      Nothing about this situation implies that the sky is actually green (that being a compromise between the two claims).

      Nothing about the Think Tank Troll situation implies that closed-source software is more secure than OSS, free inquiry or not- and the fact that they're preparing to say so, at length, does not make it any more true than 'the sky is yellow', and it does not mean the truth is somewhere in the middle, like 'the sky is green'.

      And... want to take bets that Microsoft didn't pay for this report? You could get very interesting odds, because it is enormously probable that it is a corporate 'sock puppet' and nothing more, so the odds that Microsoft outright commissioned a report to say this and this and that are overwhelming. What odds do you figure?

  166. Wired Article sez... by Flamester · · Score: 2, Informative

    Did MS Pay for Open-Source Scare?

    Quote:

    A Microsoft spokesman confirmed that Microsoft provides funding to the Alexis de Tocqueville Institution.

    "We support a diverse array of public policy organizations with which we share a common interest or public policy agenda such as the de Tocqueville Institution," the spokesman wrote in an e-mail.

    --
    The surgeon general has determined that Windows may be hazardous to your wallet.
  167. Is Micro$oft behind attempts to destabilize? by mgessner · · Score: 1

    One wonders if maybe Micro$oft has thought of (surely) or engaged in (anyone at M$ want to tell us) attempts to post code somewhat anonymously with the intent to make it less secure.

    They do a pretty good job of doing it *un*intentionally with their own software, so one wonders how good (bad) a job they could do if they *REALLY* wanted to make something insecure...

    --
    "Sometimes the truth is stupid." - Lawrence, creator of Prime Intellect
  168. Re:You should have gone with your initial impressi by Anonymous Coward · · Score: 0

    So, apparently whenever someone tries to develop something new, it is supposed to immediately work with no flaws? I guess there are no development and testing periods in your world, are there?

  169. Someone should tell the NSA! by Rogerborg · · Score: 2

    Because they have the source for their Security Enhanced Linux available for download. We'd better tell them that security through obscurity is much more efficient, eh? ;-)

    --
    If you were blocking sigs, you wouldn't have to read this.
    1. Re:Someone should tell the NSA! by Anonymous Coward · · Score: 0

      We'd better tell them that security through obscurity is much more efficient

      sto is more efficient, no doubt, less bugs found, less bugs to fix ;-)

    2. Re:Someone should tell the NSA! by Rogerborg · · Score: 2
      • sto is more efficient, no doubt, less bugs found, less bugs to fix ;-)

      Sorry, you're right, "efficient" is far too fuzzy a criteria. If we're being specific, I actually meant "patriotic", which is now synonymous for "good". ;-)

      --
      If you were blocking sigs, you wouldn't have to read this.
  170. Re:SDI worked just fine. B-) by Ungrounded+Lightning · · Score: 3, Insightful

    It was sucessful because they didn't nuke us???

    Precicely.

    After the climax of WW II, when the world found out a nuke was more than "just a bigger bomb", the game changed.

    Up until then it had been progressively bigger wars. Now it was "Let's see if we can avoid a war without surrendering."

    So the West came up with the doctrine of "Mutual Assured Destruction" (MAD - i.e. You'd be mad to set off the first nuke. And US presidents had to put on a show of being just crazy enough to use them, or it wouldn't work.) But that's just a stalemate, no "progress" pushing your agenda.

    So the East came up with the "Cold War" - with anti-West propaganda and brushfire wars in "domino" countries. (Salami slicing: Pick off the little guys one by one, then the middle-size guys, until the big guy is alone against the world. Cook the Frog: Never create a "Shelling Point" were the chip is knocked off the big guy's shoulder.)

    So the West came up with the arms race: "We've got more money so we can outbuid you. You make a missile, we make an anti-missile-missile." (And Rocky and Bullwinkle satarize it with the anti-anti-[pause]-missile-missile-missile.)

    And this went on for HALF A CENTURY. Before that it was a major war every generation, with all the "best" weapons in the arsenal in use. Now it was a declining series of "limited wars", with the biggest bombs very carefully NOT used.

    Nukes really had made "total war" obsolete. Three war cycles came and went with no World War Three. And it all worked because expensive weapons were built with the intent that they NOT be used, because they'd be too devastating if they were.

    There were abortive attempts to limit the proliferation and avoid "destabilizing" situations, in the form of an anti-missile ban and arms reduction treaties. But "stable" meant the Cold War continued to bleed both sides, and one side disarming too fast might mean the War to End All Humanity. Finally Regan abandoned such attempts and went flat-out for better armor, when the USSR couldn't afford to stay even. And the Soviet Union folded.

    There was a LOT more to it than that. Like computers and networks for instance. (Restrict communication Soviet style and you slow progress. Have progress in computers and networking and you get communication you can't ban. Try to selectively free your people's communication and you discover that you can't suppress just some. Infrmation wants to be free because PEOPLE want to be free.)

    But at the core, preventing nuclear war was done with weapons that worked by NOT being used; weapons that thus created their effects by MAYBE being able to work, so you couldn't risk them actually being used against you.

    So, yes, SDI was successfull because they didn't nuke us. The US won the arms race but we ALL won the war.

    Get real ...

    Why get real when I can win with virtual weapons? B-)

    Nuclear weapons are like smallpox...America is the only country to have ever used them against someone else ...

    I see the public schools have neglected your education when it comes to germ warfare. For starters look at the history of the European dark ages - with diseased animal carcases being catapulted over fortress walls or dropped in wells and rivers during sieges.

    ... and now we live in media induced fear someone will [nuke or germ] us ...

    Lived that way for over 50 years already - but with the spectre of a massive, simultaneous attack on everything that might be a target (which means essentially everything). One or two suitcase nukes or tactical-shells taking out one city or one dam? ONE plague released in a few spots, using most like non-engineered organisims, rather than a dozen lab-frankenbugs sprayed over a continent simultaneously? Chicken feed. The damage and death is vanishingly small compared to hurricanes and tornadoes, earthquakes, traffic accidents, clogged-arteries, and cancer.

    --
    Bantam Dominique roosters crow a four-note song. Once you've heard it as "Happy BIRTHday" you can't NOT hear it that way
  171. If Linux is less secure... by Anonymous Coward · · Score: 1, Insightful

    How come it is so popular as a firewall OS? In fact, every single purpose built firewall machine I've seen is running Linux?

  172. Our systems aren't the target by Sven+Tuerpe · · Score: 2

    Besides the question what sort of software is more secure, what about the terrorists? It has often been stated that they might try to attack the Internet or computers in general or certain computers in particular. But are the Internet and computers really an attractive target for terrorists? What are terrorist trying to achieve, actually, how do they think about it, why do they still prefer suicide bombing over high-tech attacks? I don't have answers, but those constructing a connection between terrorism and the open/closed source issue do not have them either. They don't even ask the right question.

    The truth might turn out to be that terrorist just aren't interested in attacks nobody except a few geeks would notice or understand.

    --
    http://erichsieht.wordpress.com/category/english/
  173. um, no by cascadingstylesheet · · Score: 2, Insightful

    These are the same people who say smoking is good for you.

    Er, no. That is not what your quote says.

    This group's 1994 report "Science, Economics, and Environmental Policy: A Critical Examination"35 criticizes the US Environmental Protection Agency's risk assessment methods in 4 areas: environmental tobacco smoke, radon, pesticides, and hazardous cleanup.

    Criticizing risk assessment methods is not the same as saying "smoking is good for you".

    Standard disclaimers: I don't smoke, and I prefer open source software, when I can use it. But I detest mindless arguments.

  174. Hey by Azureash · · Score: 0

    A study on Open-source Software funded by Microsoft- that's 1 degree of separation. It must be .Net!

    --
    Look at my karma - I'm bad, just like Michael Jackson!
  175. Of course they use Open Source servers... by Anonymous Coward · · Score: 0

    They've thought about this a lot more than you have. Imagine what the conversation went like when someone realized that they were going to post a "study" certain to incite [h/cr]ackers. Wouldn't *you* fear having your server cracked?

    Well...this way, if their server is cracked, they can use it as further evidence that their report is correct. Nevermind that they misconfigured the thing; it's the fault of Open Source.

  176. Ironic, they use a free linux based search engine by pseudobadguy · · Score: 1

    Notice that http://www.adti.net/searchpage.htm accesses a free linux based search engine.
    What hypocrites.

    From netcraft.com
    The site www.picosearch.com is running Apache/1.3.22 (Unix) (Red-Hat/Linux) mod_ssl/2.8.4 OpenSSL/0.9.6b DAV/1.0.2 mod_perl/1.24_01 on Linux.

  177. Thank You by waldoj · · Score: 1

    "A Microsoft spokesman confirmed that Microsoft provides funding to the Alexis de Tocqueville Institution."

    Yay. Thank you very much, I appreciate that. Looks like Wired did our homework for us. :)

    As long as I'm posting, I'd like to point out how funny it is that somebody moderated my originial post as "Flamebait." There needs to be some sort of an IQ test before people are allowed to moderate.: )

    -Waldo Jaquith

    1. Re:Thank You by sheldon · · Score: 2

      It was flamebait...

      You're not supposed to question Linux, it's unpatriotic!

    2. Re:Thank You by sharkey · · Score: 2

      There needs to be some sort of an IQ test before people are allowed to moderate.: )

      There is. You have to be able to type "slashdot.org" into your browser. It's an IQ test, just not an IQ test for high intelligence.

      --

      --
      "Outlook not so good." That magic 8-ball knows everything! I'll ask about Exchange Server next.
  178. Relentless Dominance by cyclist1200 · · Score: 1

    Favorite quote from the antitrust document:

    "[Microsoft's] relentless dominance has simplified our lives."

    Sure, right. And slavery simplified the lives of black people. I also liked:

    "Many argue that its programmers have turned out shoddy programs, but the firm's objective is to make profit, not superlative programs per se."

    Well, they got that right!

  179. No I'm afraid we need better... by Anonymous Coward · · Score: 0

    time to unleash beowolf!

    (I just had to)

  180. Re:You should have gone with your initial impressi by Archie+Steel · · Score: 2

    Let's just say that spending billions and billions on a faulty system designed to ward against manufactured (and highly improbable) threats while upsetting the nuclear balance just so that some money can be injected into the pentagon system seems like a rather stupid thing to do.

    The truth is, before 9/11 the missile defense project was going nowhere. Since then, as America has abandoned rational thinking in matters of defense, it has come back with a vengeance, even though it wouldn't have prevented that awful tragedy, nor will it protect against similar attacks (more probable than missile attacks by a couple order of magnitudes) in the future.

    It's quite funny to read about those things in the american media: the U.S. won't spend billions on changing energy consumption habits in order to face a threat (global warming) that - even though it's not 100% proven - has been recognized by its own government as real. But it's more than ready to spend those billions on a missile defense system that has yet to prove to be effective against a threat that most military analysts regard as highly improbable at best!

    Actually, Bush and co. don't care if the missile defense system is effective or not, because it is not designed to be used - they know no country in its right mind (even schizoidal North Korea) would attack the U.S. with nuclear missile, there's just too much to lose. And yet lots of intelligent, educated people just gobble it up, it seems...ah, such is the power of propaganda.

    --

    Reminder: find a new sig
  181. Re:Purchase as much LNUX as you want to make? by Anonymous Coward · · Score: 0

    Expect the price to go down about $0.81 per share in the next 3 weeks, as LNUX will be delisted.

  182. BBC states that Windows helps cyberterrorism by Anonymous Coward · · Score: 0

    Just listening to the BBC TV program 'Click Online'. Someone asked them why Linux seems to be virus proof whereas Windows is constantly attacked.

    The presenter responsed that Linux wasn't totally virus proof but that the Windows monoculture made it extremely vulnerable to viruses. He then repeated the statistics for Code Red etc.

    He also trotted out that hacker orthodoxy that Open Source is more secure because people could inspect the source for:

    1. security vulnerabilities
    2. trojans

    With Windows and other closed source code you didn't know what had been hidden away in their codebase.

    So there you have it from the BBC, The Windows Monoculture aids cyber terrorists.

    David

    ps didn't those 9/11 guys train on Microsoft Flight Simulator...

    1. Re:BBC states that Windows helps cyberterrorism by Anonymous Coward · · Score: 0

      Yep. And every tall building in America was removed from the game so terrorists couldn't train.

  183. Terrorist hackers by Anonymous Coward · · Score: 0

    This group of people are really terrorist hackers in disguise.

    If all the computer systems in the world runs on Windows variants, all will be obviously have the same security holes and could be broken by the same exploits. This implies that if they found a new flaw, they could possibly hack into all the computer systems in the world bringing down the world. This has been shown time and again by windows-friendly viruses which is able to decimate millions of computer systems in a single day through micrsoft's flaws. These people must be terrorists in disguise to have such evil intents! Do not trust them! They don't sound like the usual microsoft moneytaker. They sounds like they want to control your computer system!

  184. Microsoft advocasy by magi · · Score: 3, Informative
    You might want to take a look at their technology pages, especially the Anti-trust & Internet Regulation Program and Intellectual Property Program sections.

    Many of the headlines are quite revealing about their intentions. Many are about the importance of MCSE:
    • Inc. 500 Shops Value Certification Most (MCSE vs college degrees)
    • Familiarity Breeds Respect
      "Recruiters tend to hire MCSEs just as often, if not more so, than those with a four-year college degree."
    • Technology Trends: Program Provides Information For New Age

      "Eighty-seven percent of human resource managers surveyed believed that MCSE's are equally or more successful than college students."
    • The Impact of Technology Training Programs Case Study: MCSE Training
    And then there are numerous anti-trust criticism articles:
    • Break up Microsoft? Rest of world pooh-poohs the notion
    • Press Release: Japan, Switzerland, and the EU do NOT insist on breakup of Microsoft, unlike the U.S.
    • Fine Microsoft, use funds for new competition (anti-breakup)
    • Fine Microsoft and use funds to catalize new competition (anti-breakup)
    • Break-up Remedy for Microsoft Not Supported by Key Democrats
    • Technology and The Congressional Black Caucus (Microsoft anti-trust)
    • Breaking Windows Over Antitrust Dogma
    • Pause the Microsoft Case and Examine U.S. Anti-trust Policy
    • Punishing Winners Hurts the Marketplace
    • Suit Threatens U.S. Computer Dominance
    • Taking a Byte Out of Microsoft

    Etc. Also lots of articles about the precious intellectual property rights, although not specifically in relation to Microsloth.
    1. Re:Microsoft advocasy by medcalf · · Score: 2
      Punishing Winners Hurts the Marketplace

      So MS has a study with the same name as the AdTI's study, and on the same topic? Hmmm....

      --
      -- Two men say they're Jesus. One of them must be wrong. - Dire Straits
  185. Re:You should have gone with your initial impressi by Anonymous Coward · · Score: 0

    You still haven't quite explained how that fits into a discussion about a Microsoft Funded think-tank...as if the funding and the tank's conclusion weren't evidence enough of a load of B.S.

    One warhead in a hundred? Do you have any idea how many nukes have been detonated on U.S. soil from testing alone? Yet...we're all still here. Sure...alot of people are screwed, but if even a few of those hundreds get shot down, millions might survive who otherwise wouldn't have. Missile defense tech is in it's infancy...if we gave up on all tech that early, we'd lucky if we were using muskets by now...to say nothing of computers. Those vacuum tube monstrosities must have seemed insane...at one time. What I find interesting is that people (editors in particular) on slashdot who are so pro-tech, as so selective as to which ones they are for. Nanotech is good, yet missile defense is bad...Nanotech scares me ALOT more, as the offensive/defensive and privacy erroding potential is rather extreme. Can't wait for that next advance though. I wonder how they decide which ones are "cool" sometimes.

    And for the record, the Osprey's record actually isn't that bad. Your buying into the mainstream media...when it's suiting you. (It's a juicy story that they love to hype...well beyond the reality of the situation.) It's another situation like that shark attacks they were hyping last year...when actually, it was just a pretty typical year for that, by the numbers. Not really any more than usual. The Osprey doesn't crash that much, compared to alot of other craft...and especially not compared to other relatively young ones. To top it off, a good number of the problems in the crashs have been user errors. Fatally flawed? I didn't know you were an mechanical or aerospace engineer...there are some here with posts above this one though. Funny...alot of them don't agree with you.

    It's fine that you consider yourself a non-leftist in military matters...yet you and the other editors here are blatantly leftists as a general rule. It's not hard to see how someone could make the assumption that this is how you were being...even if it is incorrect. Thank you for having the balls to reply to something in your own article however...it's something most of the other editors never do. You've got my respect back for that, for whatever it's worth.

    I am sorry I am posting anonymously...I lost my ability to moderate the last time I disagreed with an editor.

  186. Re:They think MSCE university degree: by Anonymous Coward · · Score: 0
    Well, in a way they're right.

    Colleges and universities pride themselves on teaching people to think

    MCSE's are a Misguied Computer Science Experiment that's all about Reading the Fucking Manual.

  187. The Russians did by Anonymous Coward · · Score: 0

    Or don't you know about the SA-1 system deployed around Moscow? Or how it was upgraded to SA-6 (I believe)? Or the phased array radar "research" installation that just so happened to be pointing north? The fact of the matter is that the Russian DID have an ABM system in place (and still do). But don't let the facts in the way of some good old fashioned America bashing.

  188. I'm Shocked, Just Shocked! by DesScorp · · Score: 2, Insightful

    What? There are institutions in Washington D.C. that put forward only a certain viewpoint? Jesus, why are people surprised at this? And before I hear any swill about them all being tools of conservatives and business, there are liberal leaning think tanks as well (the Brookings Institution, the Center for Science and the Public Interest, etc). There are good institutes and bad on both sides. Some are nothing more than paid hacks, but some of the best minds in the world work for these institutes. For every De Toquville institute, you're going to have a Public Citizen type organization to oppose it.

    --
    Life is hard, and the world is cruel
  189. This just in! by Anonymous Coward · · Score: 0
    After Bush II decided to end the ABM treaty, the US and Russia agreed to eliminate the majority of the nuclear weapons both countries possess.

    Damn those messy facts, they're ruining your addle-brained world view.

    Please move back to the real world. Your Fantasyland pass has expired.

    Dumb shit waste of protoplasm.

    1. Re:This just in! by Anonymous Coward · · Score: 0

      I would try to respond to this post if it made any sense, but since it doesn't I'll abstain. Please use more than one neuron next time you try to make a pathetic attempt at formulating an argument.

  190. addendum... by icey5000 · · Score: 1

    I concur. When groups of people do something for 'free', people immediately get suspicious. After all, we've all learned not to trust corporate generousity -- they ALWAYS want something for it (would you trust anything M$ or GM gave you for 'free'?).

    Of course there are many reasons for doing open source projects (altruism, fun, building your skills or portfolio, frustration with the software currently available, a need for customized solutions, etc). Our simplistic media and M$'s massive FUD campaign don't exactly make it easier for people to understand these reasons.

  191. Re:You should have gone with your initial impressi by Anonymous Coward · · Score: 0

    ah, such is the power of propaganda.

    Is that the Slashbot mating call I hear? Of course it is! Anything set of ideas that you can't understand is propaganda.

    Go back to living in your little perfect dream world while the big boys keep you safe and sound.

  192. Are you an expert? by Anonymous Coward · · Score: 0
    "Highly improbable"?!?!?!

    In whose estimate? Yours? What are your sources of information that you base that estimate on? Do you know the exact status of North Korea's nuclear program? Iran's? Iraq's? Pakistan's? China's? India's? How well are the ex-Soviet missles in Central Asia guarded?

    P.S. - "provide for the common defense" is a Constitutional requirement of the US government. Mandating "don't drive SUVs because the temperature may go up 2 degrees" isn't.

    1. Re:Are you an expert? by Archie+Steel · · Score: 2

      It's not about estimates, it's about understanding geopolitics and reading something else than Newsweek once in a while...Do you even understand the principle of strategic nuclear weapons? It doesn't matter if North Korea has nuclear missiles, because they CAN'T USE THEM AGAINST THE U.S. If they did, they would be completely vaporized. Now, North Koreans may be brainwashed, but their leader is actually an intelligent and reasonable (if cruel, despotic and tyrannical) man. He knows that's a no-win situation, and nothing suggest that he's particularly keen on losing all the privileges that come with the job having his country eradicated. The threat of "rogue nations" using nuclear weapons against the U.S. is just a lure designed by the military industry to keep those govt. dollars pouring in while the rest of the economy teeters on the brink of recession. Get a damn clue!

      --

      Reminder: find a new sig
  193. mod this up by Anonymous Coward · · Score: 0

    nice to see a user taking down the "editors" a notch or two. they are so full of themselves, it's unbelievable. just because they have a forum to push their views, doesn't make them right.

  194. Re:You should have gone with your initial impressi by Anonymous Coward · · Score: 0
    Get a clue.

    9/11 will never happen again.

    No one - least of all a bunch of Middle Eastern looking men - will be able to hijack a plane in the United States for the next century or so.

    I'm surprised the shoe bomber didn't get beaten to death. Hell, IIRC he had to spend quite a while in the hospital after passengers and crew worked him over. If I were on that flight, I would have cut off his dick and balls and stapled them to his forehead - IIRC Islam teaches that you will go to paradise in the same manner your body was in when you died. No dick == no fun with all those virgins.

    Either that or I would have wrapped him in a bunch of ham sandwiches and pitched him out an open door...

  195. Re:You should have gone with your initial impressi by Anonymous Coward · · Score: 0

    Yeah, and anyone who doesn't share your opinions just doesn't understand the issues, right? Whatever you do, don't try to actually present counter-arguments! Who knows, your head might explode...

  196. slightly OT: fave A. deT. quote by alumshubby · · Score: 2

    "The American republic will endure until the day Congress discovers that it can bribe the public with the public's money."

    --
    "How many light bulbs does it take to change a person?" --BMcC-->
  197. Re:You should have gone with your initial impressi by Archie+Steel · · Score: 2

    I agree with you in part (even though your lack of manners, however typical of trolls, is a sure sign that I shouldn't bother answering to your post). To be sure, the hijacking a plane - even an old-fashioned one where the primary goal is to hold hostages or simply escape a country - is probably going to become a thing of the past. As you correctly state, passengers are no longer going to risk ending up in a building. I myself have taken the plane a couple of times since 9/11, and was ready to spring into action if something happened - hey, if you're going to die anyway, might as well try to do something about it! However, that does not rule out every possible use of planes (even smaller ones) against facilities. Nor does it rule out truck bombs, dirty bombs (with radioactive material), bioterrorism (especially if it's domestic, as was the case with anthrax...hey, remember anthrax? It used to be news until they found out it probably came from a U.S. Army lab...)

    The point is, low-tech terrorist attacks are much more likely to happen again than some third world nation lobbing nuclear missiles at the U.S. Realistically, the chance of such a nuclear attack is very slim to none - and there's no guarantee a missile defence system would work to ward off such an attack anyway. All in all, it seems an awful lot of money to deal with a highly improbable threat...

    --

    Reminder: find a new sig
  198. You got carried by Anonymous Coward · · Score: 0

    Away and started spewing your political opinions and now you're wrong. The Missle Defensive initiative was intentionally a front which forced the Soviet Union to spend growing amounts of money. It has even been documented that there were fake videos of anti-missle tests against warheads which were broadcast on television to fool the USSR. As a result the wall came down and the USSR is now more. It worked!

  199. Bill Gates is a terrorist, he helps them .... by NinjaWorm · · Score: 1

    1) MS lies to the government about how to fight terror ergo helps terror ergo is terror.

    It is more than certain that Open Source is more secure than anything MS ever produced even MS or at least the intelligent (coward) programs that work there should realize it. So if through lies and purchasing lies to sway the government into using MS it is helping the terrorists.

    DC is full of decision makers who are not computer experts and are counting on getting good truthful information in order to make the best decisions on how to defeat terrorism, so if Bill is using his money to feed lies to them then he is helping the bad guys, he is a bad guy.

    Bill does not care about what is best for the people but what is best for his pocket book. How does he sleep at night? How much money is enough?

    Either the people who put this report together for MS (DC) are completely stupid and should not be allowed to speak about such things or are completely aware of the lie they are trying to spread in which case they are evil and or cowards.

  200. Open source leads to child pornography by anonymous_wombat · · Score: 1

    I heard that the GIMP can be used to view pictures of child pornography.

  201. Intentional? by Rupert · · Score: 2

    hacking is a cleaver way to solve a problem

    I like problems that can be solved by hacking with a cleaver.

    --

    --
    E_NOSIG
  202. They've done this before... by Da+Schmiz · · Score: 2
    Keep in mind that Microsoft has bought studies before: (I had tried to post this yesterday, but for some reason none of the CGIs at slashdot were working. Probably some uber-1337 preteen h4x0r thought that DoSing slashdot would help him reach puberty...)
    --

    "Anything is better than IE, and you can quote me on that." -- Wil Wheaton.

  203. "we weren't going to run this" ... sure by scrytch · · Score: 2

    We weren't going to run this, but there were a lot of submissions, so ...

    ... being the media whores we are, got in as many trolling jabs as we could when we posted it.

    Why subscribe indeed?

    --
    I've finally had it: until slashdot gets article moderation, I am not coming back.
  204. Computer Security and Open Source by Anonymous Coward · · Score: 0

    I think they are exactly correct (sarcasm).

    Install M/$ everywhere, then watch all the MacroViruses eat it alive.

    They are obviously a think tank with their heads in a tank ....... lacking oxygen.

  205. Redefining "news" by Mulletproof · · Score: 2

    Why does Slashdot even make the claim any more? I'm notice less and less factually based news here. It's a soapbox and a spotlight where people can stand up and rant under the guise of news. You just can't take this site seriously anymore. I mean really... "I just won't talk about the subject, I'll tell you my politcial and social-economic views all the while I clue you in as to why i became an evil genius in the first place, not to mention why you're a moron for thinking otherwise"

    "Latest IE Hole Lets Gopher Root You" -Good article. Concise, to the point and leaving the rants to the users forums. Unless it's an editorial, that's the way it ought to be. Time for a slogan change: Rants for nerds. Opinions that have no bearing on real life whatsoever. And if you come on a good day, maybe some stuff that might matter.

    News: 1a : a report of recent events b : previously unknown information 2a : material reported in a newspaper or news periodical or on a newscast b : matter that is newsworthy

    Editorial : a newspaper or magazine article that gives the opinions of the editors or publishers; also : an expression of opinion that resembles such an article.

    Rant 1: to talk in a noisy, excited, or declamatory manner 2: to scold vehemently.

    --
    You need a FREE iPod Nano
    1. Re:Redefining "news" by jamie · · Score: 2
      We generally figure, as long as you can tell the opinionated rants from the factual news, you can make up your own mind.

      I've yet to hear a good reason why a niche news site like ours, where you know where we're coming from, has to pretend to be objective.

    2. Re:Redefining "news" by Pave+Low · · Score: 1
      Wait a minute..so it seems you are all for editor trolling (this story's write up is classic trollbait), but you guys are awfully quick with the downmods when users do it. Do as I say, not as I do, anyone?

      But as anyone who's been here long enough to see, slashdot hypocrisy is not new.

      And the thing is..you guys aren't close to objective, but in your zeal to push your own agendas, you guys are often wrong, and that's the thing that makes this site such a joke.

      --
      SIG:Slashdot: indymedia for nerds.
  206. Agreed! Remember the Scud attacks? by Thag · · Score: 2

    Ballistic missile defense is absolutely needed, we're already far beyond the "was SDI a good idea?" phase.

    Remember, the US has already been attacked with ballistic missiles (the Scud attacks during the Gulf war). Our defenses didn't do all that well.

    We have the ability to create defenses that will work. The kinetic energy interceptors developed by SDI worked. The software to run them worked.

    Lastly, if you think 9-11 was bad, imagine an ICBM attack on Manhatten. Even with conventional high-explosive warheads, it would be devastating. And our nuclear arsenal might not be a deterrant, because we would almost certainly not return a non-WMD attack with a nuclear one (pesky ethics).

    Jon Acheson

    --
    All opinions expressed herein are my own, and not those of my employers, who are appalled.
  207. Stop believing what you read in the press. by Thag · · Score: 2

    Acutally, no, time and time again bullshit arguments were rolled out against SDI and given tons of press.

    "Put mirrors on the outside of the missiles." Despite the fact that SDI was developing kinetic interceptors, not lasers. Not that mirrors will stop a laser, mind you.

    "Spin the missiles." And watch them rip themselves to shreds: ICBMs are actually fairly fragile. They're not built to spin like that. It's like spinning a volleyball to protect it from a rifle bullet.

    "Launch dummy warheads." When the enemy can already barely afford the missiles to launch real warheads, they're supposed to buy three times as many so they can launch dummies? Right. And inflatable dummies CAN be detected (particle beams make good mass detectors, and inflatable dummies don't fly properly within the atmosphere). Dummies the same weight as the real warheads only reduce the number of warheads you can launch. It's like sending out a bomber full of fake bombs. Nobody would do that.

    "Launch more missiles." Firstly, this is an inherent admission that the system works against the number of missiles you have now. Secondly, can you afford to BUY more missiles? And how many years will it delay your plans to attack? Do your missiles cost more than the additional defenses to shoot them down?

    "Make new missiles that can avoid the countermeasures." If you have to replace your missile fleet to overcome the defense, the defense obviously worked. You can try again next generation, but missile defense won't be sitting still either.

    "We don't need missile defense." We have already been attacked by ballistic missiles (the Scuds in the Gulf war). The need IS proven.

    When these arguments were inevitably shown to be flawed, there was never any press, though. Sad, really.

    Jon Acheson

    --
    All opinions expressed herein are my own, and not those of my employers, who are appalled.
    1. Re:Stop believing what you read in the press. by LunaticLeo · · Score: 2

      No SDI plan has ever been proposed that would satisfy my critereon: less than 10 warheads get thru. Any more than a dozen, and there wouldn't be a USA to bother with. We are talking 10+ megaton warheads. No piddling 14 kiloton crap that hit Hiroshima.

      Further, your characterization of the opposition to SDI is what is truely flawed. Lauching more missles is a viable counter to SDI. Missles are the cheap parts, warheads are the expensive part of a Nuclear wepon. Further, lasars and particle beams were definitely the most talked about SDI wepons. Specifically, mini-nuclear explosions creating focused X-ray beams. The kenetic wepons "smart-pebbles" are more plausible but have tons of drawbacks.

      Don't act so high and mighty when you are clearly just an ignorant of the fact that people of differing view points might be inteligent, informed, and well intentioned, yet still disagree with you.

      --
      -- I am not a fanatic, I am a true believer.
    2. Re:Stop believing what you read in the press. by Thag · · Score: 2
      No SDI plan has ever been proposed that would satisfy my critereon: less than 10 warheads get thru. Any more than a dozen, and there wouldn't be a USA to bother with. We are talking 10+ megaton warheads. No piddling 14 kiloton crap that hit Hiroshima.


      Your argument is, if I can't have a 100% impervious shield, why bother with defense? That makes no sense. It's certainly not the standard applied to any other type of defense. And in the worst case (now unlikely) where 200+ nukes are fired and 10 get through, 10 is still a lot better than the alternative.

      Further, your characterization of the opposition to SDI is what is truely flawed. Lauching more missles is a viable counter to SDI. Missles are the cheap parts, warheads are the expensive part of a Nuclear wepon. Further, lasars and particle beams were definitely the most talked about SDI wepons. Specifically, mini-nuclear explosions creating focused X-ray beams. The kenetic wepons "smart-pebbles" are more plausible but have tons of drawbacks.


      You haven't even done your basic research. I have. Unlike Joe Loser Journalist from Newsweek, I was reading the official public releases from the SDI program that were published on microfiche through NTIS. And no, laser beams and particle beams were NOT part of the first generation SDI project. SDI was strictly using off the shelf technology to build kinetic energy interceptors, the "smart rocks" that were later called "brilliant pebbles." While the official releases talked about the possibility of using directed energy weapons in a future second generation defense system (for the space of maybe one paragraph), they were not a part of the first-generation SDI system in any way. Go find a library with NTIS archives and read the official SDI papers for yourself.

      Lasers and particle beams and nuke-pumped x-ray lasers were/are pie in the sky technology, decades away from being feasible at the time, and they might not have panned out at all. SDI was intended to field a working missile defense system RIGHT AWAY. The only people talking about lasers were idiot journalists who didn't do their research, or did their research by talking to idiot college professors. And Christ, there were a lot of them. I heard so-called "experts" claim that the whole project came out of an idea Reagan had at a dinner party! (Note: DOD has been actively and steadily pursuing anti-ballistic missile technology since the fifties.)

      Then, when SDI announced that "hey, the interceptors we've been working on are doing pretty well," the idiots in the press reported it as "guess they gave up on those lasers." (See the Newsweek cover story "SDI Changes Its Course.")

      Research into directed energy weapons was ongoing at the same time, of course, and had been before SDI in projects like Red River, but directed energy weapons were NOT a part of the first-generation SDI system.

      Don't act so high and mighty when you are clearly just an ignorant of the fact that people of differing view points might be inteligent, informed, and well intentioned, yet still disagree with you.


      If I'm acting high and mighty, it's because I bothered to actually do the basic research and learn the basic facts, and the vast majority of talking heads out there did not. And neither have you. It pisses me off. PS, learn to spell.

      Jon Acheson
      --
      All opinions expressed herein are my own, and not those of my employers, who are appalled.
    3. Re:Stop believing what you read in the press. by LunaticLeo · · Score: 2
      Your argument is, if I can't have a 100% impervious shield, why bother with defense?

      Basicallly, yes. There are times when less than five nines (99.999%) security means no security at all. Defense against the Soviet Nuclear Arsenal is one of those.

      To repeat myself, I do believe missle defense is a good investment. However, missle defense and SDI as proposed by the Regan Administration are different things.

      If I'm acting high and mighty, it's because I bothered to actually do the basic research and learn the basic facts, and the vast majority of talking heads out there did not. And neither have you.

      How old are you?

      The information I am working on is from the Regan Administration, not the refried-beans regugitated by the Bush Jr. Administration. Specifically, my education in this area goes back to a presentation at the MIT Club of Washington DC by some Air Force General involved in the developement of SDI part I in 1987.

      --
      -- I am not a fanatic, I am a true believer.
    4. Re:Stop believing what you read in the press. by Thag · · Score: 2
      There are times when less than five nines (99.999%) security means no security at all. Defense against the Soviet Nuclear Arsenal is one of those.

      Then I guess we disagree. As I see it, having a defense that is 99% effective (which, allowing for human error, is as good as you can ever hope for in the real world) is much better and safer than not having the defense. Specifically, it is much better in situations that fall short of an all-out attack. Think of the scenario where a single rogue missile gets launched by one side (through malfunction, error, insanity, whatever). The other side, possessing a defense, has much better options (shoot it down) than they would otherwise (retaliate or just take it).

      The information I am working on is from the Regan Administration, not the refried-beans regugitated by the Bush Jr. Administration. Specifically, my education in this area goes back to a presentation at the MIT Club of Washington DC by some Air Force General involved in the developement of SDI part I in 1987.


      Again, my info came directly from the SDI program via NTIS, published (and read by me) at about the same time as your club meeting. Please check my sources.

      Jon Acheson
      --
      All opinions expressed herein are my own, and not those of my employers, who are appalled.
    5. Re:Stop believing what you read in the press. by LunaticLeo · · Score: 2
      Then I guess we disagree. As I see it, having a defense that is 99% effective (which, allowing for human error, is as good as you can ever hope for in the real world) is much better and safer than not having the defense. Specifically, it is much better in situations that fall short of an all-out attack. Think of the scenario where a single rogue missile gets launched by one side (through malfunction, error, insanity, whatever). The other side, possessing a defense, has much better options (shoot it down) than they would otherwise (retaliate or just take it).

      We really don't disagree then. However, Ronald Regans own estimates (sorry don't have the source for this in my head) were %85 effectivity, primarily focused on protecting Military infrastructure (to ensure retaliation and maintain MAD). Against China and less capable militaries, missle defense is quite reasonable. And in my mind , missle defense research is a moral imperative.

      BTW, in my last posting where I asked "How old are you?", it was not meant to be a put down. I realized what it would sound like after I posted. I was really trying to get to the Regan vs. Bush Jr. versions of SDI; which are substantially different.

      As to speling, don't be fooled into the simplistic equation that there is a correlation between speling and intelligence. I believe there is a greater correlation between people who nit-pick speling and simple mindedness (not you of course:). Remeber Kwalitee is Gob won.

      --
      -- I am not a fanatic, I am a true believer.
    6. Re:Stop believing what you read in the press. by Thag · · Score: 2
      And in my mind , missle defense research is a moral imperative.


      We certainly do agree there. I would much rather save lives on our side than threaten to kill millions of civilians on the other side.

      BTW, in my last posting where I asked "How old are you?", it was not meant to be a put down. I realized what it would sound like after I posted. I was really trying to get to the Regan vs. Bush Jr. versions of SDI; which are substantially different.


      I kind of thought that was what you meant, but I wasn't sure, so I didn't respond. I guess I should have given you the benefit of the doubt. I'm 34, btw.

      As to speling, don't be fooled into the simplistic equation that there is a correlation between speling and intelligence. I believe there is a greater correlation between people who nit-pick speling and simple mindedness (not you of course:). Remeber Kwalitee is Gob won.


      "Correct speling is essential!" : )

      The thing about bad spelling is that it implies that either the writer can't spell, or can't be bothered to proofread what they wrote. It really does matter, especially when making a first impression.

      Thanks for responding so politely, btw. It's a pleasure finding someone who takes the high road. I have to apologize, some of my own tone was pretty harsh. Sorry.

      Jon Acheson
      --
      All opinions expressed herein are my own, and not those of my employers, who are appalled.
  208. Heh by Mulletproof · · Score: 1

    I guess if you consider the rants news... or reviews on bad, year old movies news, or... Aw hell. Nevermind. It's like talking to a wall.

    Flame on!

    --
    You need a FREE iPod Nano
  209. One by Shadarr · · Score: 1

    You can put Vegemite on bacon.

    1. Re:One by MrResistor · · Score: 2

      I suppose you could

      Seems kinda self-condradictory though

      --
      Under capitalism man exploits man. Under communism it's the other way around.
  210. READ THIS: This says it all... by Anonymous Coward · · Score: 0

    This is from a document on their web site. I guess, it tells you all...

    "Microsoft is one such champion. It has proved itself to be an outstanding company. Many argue that its programmers have turned out shoddy programs, but the firm's objective is to make profit, not superlative programs per se. By the profit criterion, Microsoft has been one of the greatest companies in the history of this country."

    My question is: how can a software company with developing and marketing "shoddy programs" become "one of the greatest in the history..."?
    What's wrong with the statement that "the firm's objective is to make profit, not superlative programs per se"?

    And I almost believed that in market economies companies are supposed to get on top if they provide superior product and service...

    Poor Alexis de Tocqueville... In his will he should have banned the use of his name by morans.

  211. Dunno about that Frenchman, but the V-22 rocks by SysKoll · · Score: 2

    It's a real shame that this gun-for-hire PR agency adorned itself with the glorious name of Alexis de Tocqueville, who couldn't stand double standards and intellectual dishonesty.

    That said, just because despicable people breath does not mean you should not. Whatever these PR whores say, the V-22 is a great concept. Think of it: a plane taking off like a helicopter. It has all the advantages of a regular plane, especially the speed (much faster than a chopper), and it can land vertically.

    Of course, it's quite some drain on the ol' budget. I remember a joke in 1989 that "22" in the name refered to the number of billions it had cost so much... I shudder at the thought of the total Osprey program cost nowadays. This thing has been in design and debug forever.

    The reassuring thing is that the cause of the most recent crash was pretty mundane: a hydraulic line rubbing against a part each time the Osprey changed phase (pivoting its planes) and finally breaking. It's not like the design is fundamentally wrong.

    I know little about the military deployment of the V-22, but I do know one thing: The V-22 is an ideal machine for all the small regional airlines who dream of having a turboprop plane land a handfull of commuters and businessmen in the heart of congested downtowns that are only serviced by ruinous choppers right now.

    So, after all these years, we can hope that a civilian version will emerge, all paid by the Pentagone, and that the Japanese and European markets will order hundreds of V-22. Take off in downtown Paris, land in the London City? Heck, I know people who would gladly pay a fortune to avoid the torturous commuting La Defense-Orly-Heathrow-London. Not to mention the stinking tube or the bad-tempered taxi drivers. The market is huge.

    Of course, Libertarians object that giving tax money to a private company (Boeing) for building a civilian plane is immoral. But it would not be the first time: The very successful 707 was developed as a military project.

    So don't call the V-22 a bad name, chances are you'll ride it someday in 2010 when your customers want you to debug their Apache 6.1 config...

    -- SysKoll
    --

    --
    Mad science! Robots! Underwear! Cute girls! Full comic online! http://www.girlgeniusonline.com/

  212. More mature headlines... by remoford · · Score: 1

    Can we use slightly less venom in the headlines?

    All the whoring reports ...
    V-22 Osprey deathplane...
    coin-operated policy dispenser...

    Come on - If this had been a comment it would have been a troll. I think its worth reporting. Its hard to be an activist w/o good up to date info. But seriously anyone who read that article and that one alone would have been truly disgusted from the start with the community. Keep the news flowing. Just be nicer about it.

  213. Random Grumblings... by Jim+the+Anti-Bob · · Score: 1

    What gets me is how much publicity this article has generated - it's all over SlashDot, Linux.com, and Wired just to name a few... The backlash is well deserved (they are full of it), but it almost seems like we're stoking the fire instead of letting this announcement sputter out in anonimity. Did anyone else notice that this preview press release came out the day after Nader came out to the government in favor of Open Source - even though they aren't releasing it for another week? Coincidence? I think we all can agree that this is M$ paid-for-schlock that will be ignored by anyone who knows their a$$ from a hole in the ground (much like their paid-for-'experts' in the anti-trust trial). What remains to be seen is how much credibility government leaders, the mainstream press, and business executives (i.e. those who don't necessarilly know their a$$ from a hole in the ground) will give this report... BTW, they describe OSS as "software that inherently requires that its blueprints, source code and architecture is made widely available to any person interested - without discretion." Does anyone know if there is anything that would keep the government from creating their own Linux distro and not releasing the code or bins to "any person interested - without discresssion"?

  214. Re:SDI worked just fine. B-) by Some+Wanker · · Score: 1

    The first person to distribute blankets with smallpox to the indians was an officer in the *British* army. Now back then there was no American army, so I suppose you could argue it being sort of the same. But the idea that only the US has ever used smallpox (or blankies) as a weapon is wrong.

  215. kewn brown answered me: by lethalwp · · Score: 1

    1- Our paper does not defend MS
    2- Our paper is not about MS
    3- Our paper sources very credible members of the OS community
    4- There are a number of points in the paper that focus on the GPL. It is
    also favorable of the BSD license and Apache.
    5- If you must know all the details, it will be on the web this Friday.

    kb

    -----Original Message-----
    From: Lethal Weapon [mailto:lethalwp@linuxbe.org]
    Sent: Tuesday, June 04, 2002 9:57 PM
    To: kenbrown@adti.net
    Subject: open source - microsoft

    Have you been paid?

    Have you seen all worms passing through outlook or IIS? and you will
    claim that MS produces secure software? Yeaaaaaah of couuuuuurse.

    even their XBOX is hackable when it'll be on the internet (the private
    key used, and same on all xbox, has been discovered)

    Besides, you ppl are using: Rapidsite/Apa/1.3.20 (Unix),
    FrontPage/4.0.4.3, mod_ssl/2.8.4, and OpenSSL/0.9.6 on an IRIX machine,
    according to NetCraft

    OpenSSL... :)

    You have lost the faith i had for you ppl

    Win NT was considered secure by the army, when not plugged on a network
    !

    don't forget that ;)

    +

  216. Conflict of interest? by Mark19960 · · Score: 1

    Or.. not?
    to me, it appears that way.. quite simply because they are basically being paid to say what they are saying.
    It seems to me like Microsoft is playing a new card, and that is to pay as little as possible for advertisement,
    and as little as possible to blast open source software,if it means hiring the think tanks to proclaim open souce no good.
    It doesnt suprise me that people are caught up in the hype that an MSCE is better than a degree.
    BS...
    Almost every MSCE I have worked with swore that Microsoft was behind most of the internet technology and UNIX played no role in it.
    This is your typical MSCE talking. obviously knows little to nothing outside of the Microsoft world.
    Microsoft is doing little more than paying for propaganda.
    I think we should answer back with some of our own.. sad thing is, ours will be true.....
    Fight the evil empire!

  217. Stop throwing out strawmen by Anonymous Coward · · Score: 0

    With the exception of the (blessedly) former Soviet Union, who is it that HAS these 10+ megaton warheads to throw at us? If it's hard (and it is, no matter how many times someone tells you that "any half-decent machinist could put one together") to build a single working atomic weapon then it's at least an order of magnitude harder to build one that big.

    Greater damage in atomic warheads comes from increased efficiency. It must, since simply scaling up the radioactive component will lead to critical mass issues almost immediately. To the best of my knowledge, most US designs use an almost identical amount of 'component', one that's NOT much bigger than the early weapons. The hypothetical "clever machinist" might be able to build a weapon like the "piddling 14 kiloton crap that hit Hiroshima", and any industrialized nation with a nuclear power program certainly could, but you've already decided that size isn't worth worrying about, so we'll skip it for now.

    Secondly, who has them in sufficient quantity to get a dozen or more "leakers" past the SDI? Now we're talking quantity, which is also expensive both in materials and expertise. Missiles may be the "cheap parts" but that's only a relative thing. Hell, US missiles still suffer launch failures, and we've spent more years & manpower on this than most nations EVER will.

    Let me run down your list of objections: (1)More missiles are a viable counter. Yes, more missiles would make boost-phase target identification of real warheads more difficult, but after that they do nothing. (2)Missiles cheap, warheads expensive. See above. (3)Lasers, particle beams, and focused x-rays were the most talked about SDI weapons. Sure they were, because SDI is a hard sell. Wouldn't YOU rather talk about sexy beam weapons rather than boring old bullets? Isn't an advertising truism to focus on the exciting possiblities when dealing with the press & public? (4)Kinetic weapons are "more plausible but have tons of drawbacks. Again true, to a point, but many of those drawbacks have been addressed in the last 12 years.

    Lastly, and this is not intended as a cheap shot, please QC yourself before posting. Nothing says "poorly organized possible-know-nothing-poster" like misspellings, and getting "intelligent" wrong really sucked away your rhetorical power.

  218. Who Knew by cscx · · Score: 2

    The same day I post this they find a buffer overflow in BIND 9...

  219. Re:God, /. is in a downhill race with MS it seems. by Anonymous Coward · · Score: 0

    The USSR went bankrupt. The USA sold bonds and went
    into huge debt. Debt that the US can afford because
    the country's financial system is stable.
    --Please don't confuse political parties with the
    validity of closed source or open source. As MS
    has proven so very many times, closed source software
    can be insecure by DESIGN.
    Democrat??? Republican?? who cares.
    Give me the source code. Save the rhetoric for
    your 'reality party'.
    As a side note I wonder how long the US can afford
    to have over 5 trillion in debt?? But as my republican
    friends tell me. DEBT is good.

  220. Re:SDI worked just fine. B-) by chartreuse · · Score: 1

    But what if we hadn't spent six trillion dollars on nukes (or was it 42 trillion? there was a study once), creating nuke-pollution timebombs at Hanford and elsewhere, experimenting on our own population and spreading cancer from fallout, fostering proliferation and Russia's arsenal.

    Maybe we could have fed, educated and housed our own people instead of developing the military-industrial(-entertainment) complex that's made us so vulnerable. And there wouldn't be ex-Russian rogue nukes that could be shipped, totally undetected by the technofix of SDI, and detonated here, as we're being warned by our government. (I believe you may have heard of a recent movie concerning that.)

    After all, after you've got enough to destroy the world three times over, isn't the rest a bit of a waste? (As Robert Sheckley said a long time ago, America created the word overkill and then proceeded to demonstrate its practical applications.) What was the collateral damage, for us in this country and for that matter every living thing on the fucking planet?

    We've threatened to use nukes at least half a dozen times in the last half century (including the Berlin blockade), we've shown we can't abide by the rules of the rest of civilization, and _you_ feel secure?

  221. learn before you speak by Anonymous Coward · · Score: 0

    Missile defense 'destabilizing'?

    I guess that's why the 'peace loving' Soviet Union built a missile defense system (in violation of several treaties) to protect the Moscow area.

    Missile defense systems are stabilizing if anything. In theory, they protect your strat. nuclear forces from a 'sneak attack' thus making sure that an enemy would always have to deal with retaliation in kind when it comes to nuclear weapons.

    Comments like yours (re: 'destabalizing') are a great credit to Soviet disinformation, propoganda, etc. as used in the Western world.

    It's a shame. Your point about a 'bought' think tank trying to kill open-source code is very newsworthy. But your other uneducated and highly political comments are going to make many intelligent readers dismiss your report almost immediately.

    p.s. Did you ever think that maybe the report about missile defense being 'unstabilizing' could have possibly been turned out by a 'bought' think tank? Hmmmmmm...

  222. Re: V-22 by SEAL · · Score: 2
    The other poster responded to you well, and I'll second it. As someone who had the opportunity to fly on an Osprey, I can say that the utility it provides is *very* useful to the military, especially the Marine Corps.

    Has its deployment been delayed? Sure. Have there been mistakes both from the engineering side and political side? Of course. Is it the only aircraft to ever deal with these issues? Hell no. If you want to look at a scandal, try the A-12 project. If you want to look at crashes of test flights, consider the B-2.

    The Osprey got more press because it is a more "open" project, since it lacks the stealth characteristics of the B-2 which are mostly classified. Furthermore, the major crash that was reported happened to be with an Osprey that was carrying not just the pilot, but 19 Marines.

    But look at the chopper the Osprey will replace. Crashes happen all the time, not just to newly designed aircraft. As the CH-46 ages, it will become more and more accident prone.

    Also consider that 3 Marine officers were found to have falsified maintenance reports on Ospreys that were under their command. Failure to maintain any plane could cause problems.

    So, frankly, for you to call the Osprey a "fatally flawed" plane, is plain FUD. Aircraft crash - that's a fact of life. The goal of engineers is to build them to a standard that minimizes accidents due to mechanical failure. Designs can be improved and corrected if there are problems (although the history of Osprey crashes suggests other factors were responsible).

    Before the B-2 was in production use, the naysayers were claiming the same type of thing as you are about the Osprey. Yet now we have a functional aircraft which proved itself to be very capable in many bombing runs. Keeping the old planes is not an option indefinitely: you must stay ahead of the technology curve to maintain an effective military.

    SEAL

  223. Re:SDI worked just fine. B-) by blue+trane · · Score: 1

    and russia is in such great shape today...

  224. You didn't just say that... by Mulletproof · · Score: 2

    No one to bribe? These people work for peanuts (or free) in their spare time. I know it's a labor of love, but open source is ripe for bribery.

    --
    You need a FREE iPod Nano
  225. Rules of civilization by Ungrounded+Lightning · · Score: 2
    But what if we hadn't spent six trillion dollars [or whatever] on nukes ...

    Well, the way things were going, about 1965 or so the USSR might well have blown us to hell with a half-billion rubles worth of nukes, then duked it out with Red China about 1980 over who would run the remains of the world.

    ... creating nuke-pollution timebombs ... experimenting on our own population and spreading cancer from fallout ...

    Maybe we could have [done lots of good stuff with the money instead].


    The USSR didn't mind polluting a large chunk of their own territory to make plutonium. Chernobyl was just the LAST and worst spill (that we know of). And vaporizing one operating power reactor is a really close approximation to one all-out nuclear war's fallout. But there were plenty of others. (Like the chemical reaction that boiled a major fraction of a Soviet waste dump. The highways through a big chunk of Siberia are still "no stopping zones" due to that one.)

    Three Mile Island, on the other hand, was just a little bit of radioactive steam. The atmospheric tests and the military reactor oopsies in the US were larger, but a drop in the bucket compared to either of the USSR incidents above.

    Yes the Hanford experiment was cold-blooded genocide. So tell me about it. My wife is one of the "marginal population" they experimented on while she was still in the womb - born in the reservation downwind of the deliberate release. And she has the birth defects, thyroid disease, and occasional propaganda mail about how minor it was (which somehow keeps showing up with updated mailing addresses) to prove it. Seems that experiment was STILL GOING ON, with the victims' health being monitored, at least through the fall of the USSR.

    But that sort of expenditure and NAZI-style human experimentation is why it was so important to get the cold war STOPPED. Another win for SDI.

    After all, after you've got enough to destroy the world three times over, isn't the rest a bit of a waste?

    "Overkill" is misunderstood, and is NOT what you are apparently assuming. Consider this:

    One bomb of X kilotons, successfully exploded over a target, kills 1/N of your enemy's population. So you need N such bombs to kill all of 'em, right?

    Wrong, for two reasons:

    1 That 1/N assumes a "good" target - like the concentrated population and infrastructure of an industrial city. After your first 5 or so bombs blow up all the big industrial centers, your next 100 or so have to go after the little industrial centers. It takes maybe K*N to get 'em all. "Overkill" of K.

    2 But these things are going in on bombers (that are being shot at) and missiles (that may fail, and may also be shot at - the USSR did deploy anti-missiles despite the treaties, and were actually allowed one by the treaties). If you don't want to shoot first you fired your missiles (and gave "GO" to your planes and subs) AFTER they shot at 'em - maybe after the bombs landed, maybe yours are in flight while theirs are going BANG. So only one in J gets through. To hit them all you need at least J*K "overkill". Actually you need more - because bomb loss is a statistical process. If you only sent J*K*N bombs some targets would get hit twice and some missed. So you need "overkill" beyond J*K to be sure you level everything you intended to level.

    So "overkill" doesn't mean "kill 'em I*J*K times". "overkill" means "bomb each target I*J times, throwing I*J*K times as much stuff as you'd need if they were all just like the easiest one and everything worked perfectly, and PRAY that every target gets hit at least once." If I*J*K happens to be larger than 2 * (World Population / Soviet Population), that does NOT mean you have enough bombs to kill everybody in the world twice.

    We've threatened to use nukes at least half a dozen times in the last half century (including the Berlin blockade), we've shown we can't abide by the rules of the rest of civilization, and _you_ feel secure?

    YO! DUDE! During the wind-down of WW II into the Cold War we announced that we'd defend West Germany (including West Berlin) by whatever means necessary. We made treaties that REQUIRE us to use nukes to defend certain allies, not just ourselves, from certain kinds of attack. We've announced a policy of responding to government-launced nuclear, chemical, or biological attacks, on our allies and on signatories of the non-proliferation agreement, with nuclear retaliation. (You don't need to develop your own bombs - you can use ours.) And we announced that we would treat siting nuclear missiles in the Americas aimed at the US as an act of war.

    Those ARE the "rules of civilization". We wrote 'em. Rent a clue!

    ("We" includes the rest of the winners of WW II. And the surviving losers as well.)

    "As I walk through the Valley of the Shadow of Death I will fear no evil. For I am the MEANEST son-of-a-bitch in the Valley!" If you TRY to kill me, your whole country will glow for centuries, with nothing left alive but cocroaches and algae. And everybody who might try a classic nuclear, chemical, or biological first-strike KNOWS it. THAT's why I sleep peacefully at night.

    --
    Bantam Dominique roosters crow a four-note song. Once you've heard it as "Happy BIRTHday" you can't NOT hear it that way
    1. Re:Rules of civilization by chartreuse · · Score: 1

      Well, I appreciate that you are willing to spend so much time trying to make yourself clear -- it'd've taken me at least half an hour just to type your response, much less draft it in this tiny little text window -- and your bullying and belligerence certainly seem of a piece with your arguments, so I'm sure you believe what you're saying and not just trolling.

      In fact, in my opinion it would take some searching to find better proof than in your response that the US has suffered materially, morally, and (dare I say it) spiritually from the grotesque and disastrous policies of the Cold War, and that it is heedless about the consequences of its actions then and now. You, sir, are not all that distinguishable from a terrorist. So I guess they have already won.

      But then it can be said with some truth that the Nazis (and Japanese, at least economically) won WW II, too. As you admit above, our government, in the name of fighting Communists, acted like Nazis (in some cases -- see the history of Operation Paperclip, for example -- imported them, even assigned them to continue their inhumane experiments, in order to preserve freedom of course). Indeed I would argue that in the area of geopolitics the policies frozen into place during the Cold War (supporting and installing dictatorships and other oppressive governments, though the Cold War was hardly the beginning -- see our history in Central America earlier in the last century, a la Tom Lehrer's "Send the Marines": "They've got to be protected / All their rights respected / Till somebody we _like_ can be elected") was, like your comments, far more like the Nazis than the Founding Fathers. And this attitude continues under Bush 1.5, what with that recent unpleasantness in Venuzuela, where our military advised and supported (via a Navy ship) the attempted coup. We must make the world safe for the multinational looters like the IMF, Citibank, et cetera -- after all, the American Dream these days seems to be that we can all aspire to a cut of the swag.

      Anyhow, the history of the world is a big topic to try to bite off in a space like this, and I doubt I've changed your mind even a little bit. But thanks for playing!

      ps: You might read the Constitution sometime. It's a pretty fine set of rules for a civilization. It's too bad no one here's allowed to follow them anymore.

  226. jeez by patchezzzz · · Score: 1

    If you haven't went to their site, check it out. They have an opinion on everything and it is usually one-sided. Here is capitalistic christiananity at its best.

    I would be ashamed to spout of, in public, such nonsense. They really don't have a clue as to what a think-tank is for or what it does. They need to learn from RAND (http://www.rand.org/) or leave the thinking to the pros.

    I am not going into detail but you can follow their off-white papers over the years and see who their biggest contributors were. I would even venture to guess that these guys are actually political wannabes who were either not accepted for idiocy or were kicked out for idiocy.

    --
    Patche says, "You will attract more flies with honey than vinegar... but who wants flies?
  227. Actually, it's not by Anonymous Coward · · Score: 0

    Look around. There are lots of companies like Microsoft. In the making, at least. From the perspective of goals and intent, MOST aggressive, profit-minded companies in the free world want to be EXACTLY like Microsoft. Larry Ellison and Scott McNealy would give their left nut to be in Bill Gates' position. It's all very hypocritical. A devastatingly successful, agressive company that annihilates and consumes its competition is the American way. This is why the rest of the world laughs at America and your silly anti-competitive trials. Look! You're eating your young!

  228. security is security; it can always be broken by wessman · · Score: 1

    Any security system can be broken, whether digital or not. Not to be rude, but look at 9/11 ... that was breach of national security.

    So open source wares may have less security built in, so what? So Microsoft is always issuing security updates, so what?

    The most popular applications and their securities will always be attacked first because the most damage can be inflicted there.

    My point is that no security is perfect. So for MS to attack open source is just plain a waste of time. It's simply a public relations stunt directed toward big business, the gov't and uneducated citizens.

    As for people that cry out about MS's security flaws, just expect there to be these flaws is such a highly used and complex application. I'm not saying MS is anywhere near on top of security updates as it should be, but flaws and new hacks must be anticipated in today's digital industry.