Slashdot Mirror


Windows 2000 Source Code Gets (A Few) More Eyes

hansley writes: "Microsoft has extended its source code licensing program. Is it for distributed debugging purposes ? hmm ..." As the article points out, this limited and NDA-ridden disclosure is an expansion, rather than a wholly new idea. And remember, it has "nothing to do" with Linux or other Open Source software.

65 of 164 comments (clear)

  1. Re:MSDN by anichan · · Score: 2
    I wonder how long it will be before you will be able to get CDs with the complete source to MS Office, Visual Studio, Win2k, and so on via MSDN. Like how you get binary CDs now.

    A very long time, if ever. It's really a ploy by M$ to be able to say to the DoJ that "3rd party individuals" are looking at the code. It also allows them to say, "Look at how confident we are in our code." I could also see them attempting to say something like, "It's open source for the 'big boys'. None of our secrets are out like those "other OSes", but we've got great new minds looking at the code." Meanwhile, those minds think the same way M$ does.

    --

    karma is for the weak >)

  2. Re:They just can't get enough by cyber-vandal · · Score: 2

    Second in server shipments for last year is not a niche player. For the average office user it would be just as easy as Windows NT. Since office users have an internal IT helpdesk to help them deal with problems with their workstations and since Linux provides a great deal more crash information than NT, the problem can be diagnosed and fixed for good, rather than the reboot/reinstall and hope method. It isn't ready for the person that can't set the clock on their video, but neither is Windows.
    My family often have to ask me to have a look at their PCs and I hate having to recommend a reinstall which, with all the updates required, can take many unnecessary hours. I would quite happily support them on Mandrake and I'm going to see if I can talk my dad into using 8.0 when it comes out, as he finds Windows' crappiness horribly frustrating.

  3. Re:IIRC by sql*kitten · · Score: 2
    So W2k has two orders of magnitude more code, at least one order of magnitude

    Linux is just the kernel. If you want to make a fair comparison, you need to count the rest of a Linux distribution too, for example XFree86, since Windows is tightly integrated with it's GUI. Is PWS counted as part of Win32? Better add the source for Apache and WU-FTPD as well. Does Notepad count as part of the windows source? Add the count for lines of jove. And so forth... as far as I am aware, the lines-of-code quoted for Windows is for the whole thing, the entire CD distribution.

    magnitude (if not two or even three) fewer eyeballs

    Many eyes make bugs shallow if they're all qualified and more importantly, if they're all looking. On that metric, a far higher percentage of the people who have the code (MS staff and third parties) are useful "lookers".

  4. Re:But do you notice something? by cyber-vandal · · Score: 2

    It was the Internet that pushed the PC into the mainstream, MS was just a lucky passenger. Netscape were the ones that brought the Internet to the masses and sold all those extra Win95 licenses for Microsoft.
    Other superior platforms and OSes existed in the past but Microsoft buried them all with a combination of marketing and anti-competitive practices.

  5. Re:Cool by cyber-vandal · · Score: 2

    Surely you can't be suggesting that Windows might be fragmented in some way. That is obviously nonsense since Office works on all of them and doesn't even run on Unix. (This is sarcasm BTW)

  6. INTSCS - (It's not the source code stupid) by Pengo · · Score: 2

    MS Thinks that opening up a read-only source code view to 'elite' developers is going to solve anything?

    This is not a smart move on their part as it's showing weakness in their propretary ways. They are validating the need and necesity of free-speech, not free beer.

    Every little move like this is a victory for free-software (speech).




    --------------------
    Would you like a Python based alternative to PHP/ASP/JSP?

  7. Gee what an original idea.. by SlashGeek · · Score: 2
    "These customers found the access to the source code useful and were very positive about the scheme."...

    No shit?


    "Everything that can be invented has been invented."

    --

    --I assume full responsibility for my actions, except the ones that are someone else's fault.

  8. Re:NDA = Crack by Spoing · · Score: 2
    How does an NDA like that work? Does everyone in the company have to sign? Or does it just affect employees without their knowledge?

    It piggy-backs on your original work contract; as an employee, you (might) have the responsibility to be held to all contracts signed by authorized people in your company. Most of the time I've delt with it, has simply been pointed out to me as part of the employee manual.

    --
    A firewall can not protect you from yourself. Turn off what you do not need. Do not use the firewall to do your work.
  9. Re:What does Microsoft really want? by Spoing · · Score: 2
    How long before this code roams the Net?

    Through this program? I don't see it. For one, this is just a broading of the existing program; you go to a MS-run secure site, look at the source on MS's machines, and then leave...taking nothing with you but what you learned. The NDA covers what you learned, so even that's not available to be shared.

    --
    A firewall can not protect you from yourself. Turn off what you do not need. Do not use the firewall to do your work.
  10. This will partially help. by grammar+nazi · · Score: 2

    More eyes are better for Source than fewer eyes. Even if they don't have all of the eyes to read the code like Open Source stuff does!

    --

    Keeping /. free of grammatical errors for ~5 years.
  11. "NDA-ridden disclosure" by ghoti · · Score: 2

    "NDA-ridden disclosure" ... I love legal speak ... ;-)

    And as far as I know, Microsoft does not allow anyone to modify the source, let alone distribute patches. So much for the debugging ...

    --
    EagerEyes.org: Visualization and Visual Communication
    1. Re:"NDA-ridden disclosure" by Stormie · · Score: 3

      And as far as I know, Microsoft does not allow anyone to modify the source, let alone distribute patches. So much for the debugging ...

      The point of this isn't to get Windows debugged, it's to make life easier for people debugging their own (Windows) software. Enough weird shit happens when you're trying to develop under Windows, and although probably 99% of the time it's a bug in your code, at least the companies that get a hold of the Windows source will be able to check.

      So yeah, the motivation here for Microsoft is to make Windows developers happy. This is something they've always been big on - they know full well that the platform that the developers support is the one that will win in the market. So they've seen one of the things that makes developing under an open source OS attractive, and tried to match it.

    2. Re:"NDA-ridden disclosure" by slaytanic+killer · · Score: 2

      You underestimate greatly. Though your name is java_sucks, I fairly often go through the sourcecode of Swing, the main Java GUI system. That is the main way to tell if the problem is in your code or their's. And you're not exactly sifting through sourcecode, you've got tools to do that for you. You may not even understand the general context of the code, but the code you read may make sense.

      When you "get sourcecode," you don't just get a text dump. You also get some documentation, and the code itself has comments.

    3. Re:"NDA-ridden disclosure" by PenguiN42 · · Score: 2
      I have a hard time thinking that anyone would really want to spend an enourmous amount of time sifting through a mountain of Win2k source code to debug their program

      Have you ever been debugging a program in windows, and something is going horribly wrong, and you've narrowed it down to somewhere in the big black box of "KERNEL32.DLL" which comes up as a bunch of asm gobbledeegook in your IDE? Source Code could definately be useful there.

      Ever tried low-level kernel mode programming in windows? Do you realize how useful code would be to kernel-mode debugging?

      Have you ever been hacking around with something in linux and found the included source code to be incredibly helpful?

      Any way you slice it, having the OS source is a good thing for developers.

      When [Netscape] opened up the code they had very few people who contributed or even really cared,

      That's odd... where'd netscape 6 come from again? Besides, web browser source code vs OS source code is apples and oranges, from the perspective of developers

      -------------
      The following sentence is true.

      --
      The following sentence is true. The preceding sentence was false.
  12. MSDN by Ed+Avis · · Score: 3

    I wonder how long it will be before you will be able to get CDs with the complete source to MS Office, Visual Studio, Win2k, and so on via MSDN. Like how you get binary CDs now.

    Five years? Ten years? Never?

    --
    -- Ed Avis ed@membled.com
    1. Re:MSDN by Ed+Avis · · Score: 2

      To combat copying by competitors, cartographers often put deliberate mistakes in their maps. A 'phantom village' which doens't really exist, for example. Then it's easy to see if someone has copied your map.

      I wonder whether Microsoft will be using the same tactic to help find the source of any source-code leaks. Will they put deliberate bugs in their code?

      --
      -- Ed Avis ed@membled.com
    2. Re:MSDN by Fervent · · Score: 2
      Windows Update has a fix to the crash problem.

      If you don't like the HTML email, turn it off. The toolbar will never download, and you won't be wasting bandwidth for a feature you don't want.

      --

      - I don't care if they globalize against free speech. All my best free thoughts are done in my head.

    3. Re:MSDN by Fervent · · Score: 2
      I'd say, in bits and pieces, less than 5 years.

      In 10 years, at least one of these pieces of software will have itself completely "source" (you can look but don't touch). My bets are on Office, considering the direction they are heading with it as an application "service" and the internet. More .NET = less proprietary garbage. And, 10 years is an eternity in computing time.

      By the way, have you seen Hotmail lately? IE is now incorporating a toolbar very similar to Office when you write a message. It's kind of cool to see that we've gone this far with this kind of stuff. A simple word processor that loads over the internet, for free, in a few seconds.

      --

      - I don't care if they globalize against free speech. All my best free thoughts are done in my head.

  13. Just thought I'd point out... by Maddog_Delphi97 · · Score: 2

    the whole "more eyes are better" concept falls apart when the average intellengence of these eyes are just that... average. I'd rather have a fewer set of eyes where the IQ is higher.. the source code tends to have a better architechure this way.

    I guess I'm thinking of the difference between Linux and BSD.

    1. Re:Just thought I'd point out... by cyber-vandal · · Score: 2

      So you're accusing Microsoft of misappropriating GPL'd code. Do you have a URL? I notice that samba.org are unaware of the fact, seeing as it's not on their website.

    2. Re:Just thought I'd point out... by cyber-vandal · · Score: 2

      Another difference between Linux and BSD is that Microsoft cannot cherrypick the best bits of Linux extend them and close them up. Probably the reason why IBM are investing $1.3BN dollars in Linux and not BSD.

    3. Re:Just thought I'd point out... by cyber-vandal · · Score: 2

      I wouldn't be surprised, but I don't see any proof. The point I was making was that Microsoft don't have to do anything when they use BSD code apart from include the copyright. That's why IBM isn't pushing FreeBSD even though it's superior to Linux (at least to 2.2 anyway). There's no way IBM are going to do $1.3BN of R&D just for Microsoft to come along and use it without any fear of reprisals. Microsoft aren't the only corporation with deep pockets after all.

    4. Re:Just thought I'd point out... by cyber-vandal · · Score: 2

      What? Name one OS that hasn't been modified beyond it's existing specifications.

    5. Re:Just thought I'd point out... by Fervent · · Score: 2

      So does that mean average intelligence = more commercial success?

      --

      - I don't care if they globalize against free speech. All my best free thoughts are done in my head.

  14. My favorite quote by kaoshin · · Score: 4

    "We estimate this to be about 1,000 firms in the U.S., and not all of them will want the code," ...In fact some people would prefer it was just incinerated.

    1. Re:My favorite quote by llywrch · · Score: 2

      > "We estimate this to be about 1,000 firms in the U.S., and not all of them will want the code"

      Hmm. Am I the only person who is reminded of a well-known quotation about the market for computers is no larger than five?

      Must just be my imagination: no one at Microsoft would say anything so stupid. And the quotation I'm reminded of is probably an urban myth anyway.

      Geoff

      --
      I think I see a trend here. Maybe for them it really would be easier to muzzle the entire internet than to produce p
    2. Re:My favorite quote by twitter · · Score: 2

      Yeah, I feel that way about the code I write most of the time, but what kind of code does a troll like you write? The paper clip from hell?

      --

      Friends don't help friends install M$ junk.

    3. Re:My favorite quote by Fervent · · Score: 2

      lol You try telling my college professor otherwise.

      --

      - I don't care if they globalize against free speech. All my best free thoughts are done in my head.

    4. Re:My favorite quote by llywrch · · Score: 2

      > No, the microsoft one was about nobody needing more than six hundred and fourty thousand of those byte thingies.

      I must be too subtle here. I surely would have guessed that by saying ``stupid Microsoft quotations", people would remember Allchin talking about how open source is unAmerican.

      Or else it was just my imagination again.

      Geoff

      --
      I think I see a trend here. Maybe for them it really would be easier to muzzle the entire internet than to produce p
    5. Re:My favorite quote by Fervent · · Score: 2
      Actually, I'm working on a program that tests various process scheduler for FreeBSD right now. For class, I'm working on a silly little object-oriented Connect Four program. This is being coded with FreeBSD at school, and my Linux box at home.

      And lest we be judged: the actual paperclip in Office is crap. But the idea of having a fairly intelligent, natural language help query system is strong. Office got this right first and continues to get it right to today.

      And personally, I do my games, internet browsing and papers in Windows 2000. I do all of my coding in Linux or FreeBSD.

      --

      - I don't care if they globalize against free speech. All my best free thoughts are done in my head.

    6. Re:My favorite quote by Fervent · · Score: 2

      Ha. I should say the same about Linux PCMCIA wireless code.

      --

      - I don't care if they globalize against free speech. All my best free thoughts are done in my head.

  15. Do not look by Anonymous Coward · · Score: 2

    Do NOT look at this code. Any open source developers would have to be carefull not to go antwhere near this stuff. Next thing you know MS is shutting down open source/free software projects accusing them of "borrowing" from their copyrighted/licenced/patented/NDAed/trade secret and generally loathsome code. BEWARE this is poison!

  16. NDA by headwick · · Score: 2

    I. Disclosure of ";"

    You or any party remotely affiliated, or even not affiliated with you may not disclose even 1 character of our code. Should you or said party reveal that we use ;'s in our code we will take the following action.
    1. The first born child of every member of your company must be enslaved to M$oft for use as we see fit.

    2. Your company must publish a public retraction of this treason by stating that it could have been a : or perhaps even an = symbol

    3. The eyes and voicebox of every employee that has had access or is affiliated with anyone who has access to said code, will be removed.

    II. Disclosure of "#include"

    You or ...

    --
    ~ fact is not dependant upon your belief therein. ~ ~ Have I therefore become your enemy because I tell you the truth?
  17. Re:NDA = Crack by Hard_Code · · Score: 2

    "How often do we discuss employment contracts and non-competes? The lack of talk on this issue here seems to show that NDAs aren't taken very seriously."

    Man, we've had like 3 articles in the last week or so just on NDA, and employee's IP, etc.

    --

    It's 10 PM. Do you know if you're un-American?
  18. Re:But Will Developers help Microsoft? by (void*) · · Score: 2

    Not true. The Samba developers had better be careful, for instance.

  19. Re:But Will Developers help Microsoft? by Corrado · · Score: 2

    MS code (and license) has the Gorgon effect with reguards to GPL code; after you look at it you can't contribute to free code. MS will claim that you stole ideas from them. I think this is some sort of poison pill for GPL code.

    So, I think that this is bad for us free coders and good for MS, which makes it even worse for us :).

    Later...
    --
    KangarooBox - We make IT simple!
  20. But do you notice something? by Anonymous Coward · · Score: 2

    Remember back in the day when so many "new" things seemed to be happening with computers? There seemed to be limitless possibilities. The Pentium had just been introduced, graphics were becoming better and better, multimedia capabilities were making their debut, and there were new technologies, programs, program suites and products being produced everywhere. Java, DirectX (or WinG), faster modems, more memory, gotta have DX instead of SX. Everybody didn't *have* to upgrade, they *wanted* to.

    This was before widespread easy Internet access (remember the ancient Compuserve dialer program?), so browsers weren't particularly important yet, but a thousand companies each seemed to have their "must-buy" technology.

    That was about five to seven years ago. Now, outside of Linux, what truly *new* PC technology has emerged or been constructed since? Its just more of the same, and more after that. Pentium IV, Office 11, Windows 95,98,2000, MS Studio 7, and so on. Granted, .Net might be something, but I would guess its DDE version 37 rather than something truly new.

    But its still a Microsoft product. Can *no other company* produce new technology anymore? Why is Microsoft the only company that seems to be able to produce even new versions of old binaries? Programmers have a staggering amount of information and knowledge and processing/storage power available. Again, besides Linux, where is the PC going?

    Now, MS releasing source is probably a good idea, especially for an operating system, but everyone else seems to be just coasting along, still trying to get a couple more dollars out of the old "upgrade-reinstall-upgrade" cycle, and I think Microsoft is doing the same thing. I'm also not sure that releasing the source to their operating system will help the non-activity in PC development either, because of all the agreements everyone has to sign to use it.

    I think it would be a lot better for the PC and technology in general if there were something new happening with computers again, or if, perhaps, Linux were to get more generally popular.

    1. Re:But do you notice something? by cyber-vandal · · Score: 2

      Can *no other company* produce new technology anymore?

      The ones that tried were FUDed or vapourised a long time ago. Notice that every other x86 OS is available for no cost under various terms and conditions. No payware OS has ever succeeded in shifting Microsoft because buyers have to pay for a second OS, whereas they may be inclined to try something they get for nothing. This is why the anti-trust trial is so important - any area where Microsoft is threatened is immediately co-opted or crushed and until this roadblock to real innovation is removed OS and productivity software will stay as just rehashes + bloat of previous versions (and producing a stable OS after only 21 years of trying doesn't count as innovation - all the other OSes managed that years ago).

  21. Re:Micro$oft Linux...? by Dman33 · · Score: 3

    They'd have to target it at some poor suckers who don't know what the open source community/movement is all about.

    That would be about 98% of corporate america. Most companies do not use Linux because they are afraid of going the non-M$ route. They ask, "Who else has done this and how effective was it for them?!" and they want to hear only big names... and a lot of them.

    If M$ came out with a distro, most companies would go with it before they considered Redhat, Mandrake, Caldera, *BSD, or any other distro...

  22. MS knows people *want* the source... by LinuxParanoid · · Score: 2

    A couple years ago when MS was first looking at Open Source, Steve Ballmer mentioned that Microsoft had done a study suggesting that something like 1-3% of Windows developers wanted source code access. (Back then you had to pretty much be an OEM, Wall St firm, or Fortune 50 client IIRC to get it.) I was intrigued by this at the time, since A) Microsoft had attempted to get hard data on the demand for this and B) that's a lot of developers. Obviously MS is finally responding to that demand, albeit in a go-slow manner.

    --LP

    1. Re:MS knows people *want* the source... by LinuxParanoid · · Score: 2

      I totally agree with your comment that a segment of the high-end market *demands* it. They have demanded it in the past and Microsoft has provided it on a one-on-one ad-hoc basis. That's nothing new. But by packaging up a formal program for anyone with 1500+ licences, Microsoft is beginning to move to making source available to very large companies who *want* it, not just *demand* it as a precondition. And my point was that Microsoft has assessed that demand as being as large as 3% of its customers. Obviously this program still doesn't come close to reaching that large a group of people.

      If one assumes that Microsoft wants to give out as little of their source as possible (maximizing their remaining control,) yet at the same time they want to minimize incursions of open source code into their base, then a set of incremental increases in source availability is the least-risk way for them to put their toe in the waters and see how much half-open-source-solutions satisfy people. This small incremental increase in source may not mean much, but to me, it does signal that they are feeling some pain from not making their source available to a their top licensing customers (1500+ licenses is a lot, but that covers a lot more companies than the 25000+ license type of companies I've heard of them giving source to before.)

      --LP

  23. The Price is right... by lythander · · Score: 2

    1500 copies of Windows 2000 Pro at the going price of US$258 (at CDW this morning) =

    US$378000.00

    Minus the enterprise licensing discount (prob. about 10%).

  24. I guess MS is hard up for cash by drfalken · · Score: 2

    If they aren't willing to pay programmers to debug and audit their source, they must not be able to afford it.

    I can't believe they would consider asking for people to do this work for free, or ostensibly in exchange for getting an insider's look at the source code. I think this smacks of arrogance and is completely contrary to any kind of community fostering spirit.

    I have an idea for what to do with the source they are revealing. I think it should be uploaded to file swapping services, web sites, newsgroups, chat rooms and anywhere else people can think to put it. Conisidering the 'saftey in numbers' lesson of Napster, we can expect that MS will be unable to go after anyone for this illegal distribution of their IP. That might make them think twice about such a self serving program in the future.
    ----------------------------

  25. Re:GPLed code by geomcbay · · Score: 2
    The winsock and TCP/IP layers in MS's operating systems were both heavily based on BSD's networking code..So its not quite just those tools.

    Microsoft has never denied this and always respected the licencing terms of BSD software.

  26. NDA = Crack by Spoing · · Score: 5
    I'm surprised more 'paranoid conspiracy theory' posts haven't appeared yet. Be that as it may, the obvious danger here is that the NDA probably has a non-compete clause that would make it hard/impossible to work on other operating systems for a certian number of years.

    While the number of developers lost to both comercial and free/open operating systems should be low, we might never know the real loss.

    If the NDA covers a whole company -- as the last one I had with MS for Win95 did ^ -- simply being an employee might stifle ... well ... inovation.

    If so, this is a real 'win-win' for Microsoft in the long run.

    How often do we discuss employment contracts and non-competes? The lack of talk on this issue here seems to show that NDAs aren't taken very seriously.

    ^. Not source.

    --
    A firewall can not protect you from yourself. Turn off what you do not need. Do not use the firewall to do your work.
  27. Can anyone imagine what M$Linux would be like? by tenzig_112 · · Score: 2
    On each boot up, you have to agree to the NDA and licensing agreement which expires every seven days.

    It would include an obscene number of proprietary protocols and apis, making it completely incompatible with the rest of the Linux world.

    But through shrewd deal-making and corporate IT fear, Microsoft embeds itself into the Linux landscape, causing an irreperable fork in kernel development.

    Of course, all they would have to do is put an ugy UI on NT and call it Linux. Most folks would play along.

    Be affraid. Be very affraid.

  28. Re: tell me about it. by Pfhreakaz0id · · Score: 2

    I'm sorry. I've never posted a "I'm bitter because they didn't post it when I submitted it", because I don't really care if they use mine. I do think it's a little ridiculous when I submit it and they post it FIVE DAYS LATER! I remember thinking when I saw it on zdnet, "I'm surprised I haven't seen this on /." 2001-03-08 21:31:22 Microsoft expands open-Window policy (articles,microsoft) (rejected)
    ---

  29. Allchin setup by jmu1 · · Score: 3

    Hmm... Does this seem suspicious to anyone else, having just heard the total pile of poo that spewed forth from the mouth of one Jim Allchin? Just an observation.

  30. GPLed code by miracle69 · · Score: 4

    This will be a great opportunity for someone to examine their code looking for GPL'ed code.

    Wouldn't it be great to find some GPL'ed code in there.... What a can of worms that would be for MS.

    --
    Linux - Because Mommy taught me to Share.
    1. Re:GPLed code by Platinum+Dragon · · Score: 2

      This will be a great opportunity for someone to examine their code looking for GPL'ed code.

      Kernel hackers Jeff Merkey and Andre Hederick might be able to tell you where to start looking.

      --

      Someday, you're going to die. Get over it.
    2. Re:GPLed code by istartedi · · Score: 2

      I wouldn't be surprised if they get and set bits either. Check out http://sourceforge.net/snippet/detail.php?type=sni ppet&id=100055.

      Frankly, the whole idea of GPL'd snippets is just ridiculous. Perhaps people are thinking that they can "contaminate" code with these snippets, but I doubt that would hold up in court.

      Far be it from me to tell others what to do, but if the license is longer than the code, the code should probably just be public domain.

      --
      For all intensive purposes, "whom" is no longer a word. That begs the question, "who cares"?
    3. Re:GPLed code by Malcontent · · Score: 2

      It's not so bad. MS asked the govt to intervene on the AOL Time Warner deal. Ms has asked to government to intervene many times to cripple their opponents. MS like all corporations know that burdonsome regulations raise to competition. Nobody loves the govt like giant corporations.

      --

      War is necrophilia.

    4. Re:GPLed code by Malcontent · · Score: 2

      Why not? who could stop them? They can do whatever they want they are the largest most powerful ornaization on the planet.

      --

      War is necrophilia.

  31. Mmmmmmm.... by HiQ · · Score: 5

    Would that be the source of all evil then?

  32. Re:What does Microsoft really want? by Inoshiro · · Score: 2

    Perhaps it'll be easier to discredit GPL software.

    Think of it. You release software under an NDA and lots of licences. Then someone leaks it. After a while, people who had looked at it as teens move into the world. They write some GPL utility.

    Now they have to prove that MS code did not influence them! It's like turning the world into a non-cleanroom environment, in order to get rid of opensource software (since they can inspect it easily..).
    --

    --
    --
    Internet Explorer (n): Another bug -- that is, a feature that can't be turned off -- in Windows.
  33. Re:Micro$oft Linux...? by cyber-vandal · · Score: 2

    I think you'll find it here.

  34. Re:I wonder... by cyber-vandal · · Score: 2

    Only until Microsoft shut them down for stealing their 'intellectual' property. This argument came up when the Russian hackers had access to Microsoft's servers for a while and didn't do anything (yeah right). No-one from WINE or Samba would touch this code as it would immediately kill their project.

  35. Re:But Will Developers help Microsoft? by Hard_Code · · Score: 2

    Simple solution: f you are a free coder, don't go anywhere near MS code or NDAs. On the other hand, if you are already immersed in a MS-only world, and are working on MS-only applications, and systems, perhaps this is a good thing for you. I think there is a sufficient differientiation between MS-immersed people and free software coders...there probably isn't all that much overlap there.

    --

    It's 10 PM. Do you know if you're un-American?
  36. Cool by Fervent · · Score: 2
    At least it's a step in the right direction. Windows 2000 is the only code I think is worth looking at (didn't they rewrite a majority of the code base for this release?)

    I wouldn't touch the Windows 95/95 OSR2/98/ME code. That thing is probably a mess. Old DOS might be fun (back when all a Microsoft OS was a shell). But Windows 2000? Cool.

    --

    - I don't care if they globalize against free speech. All my best free thoughts are done in my head.

  37. What does Microsoft really want? by Tyndareos · · Score: 3

    How long before this code roams the Net? IM: Microsoft surely is aware that opening their source to large groups of people over whom they have no control, is going to result sooner or later in leakage to the rest of the world.[1] So why do they do it? They must have some kind of devious plan behind this ...

    [1] - Surely this is open to discussion, but at this time I'm fairly sure about this.

    --
    Matthijs

  38. The Ultimate Irony by Badgerman · · Score: 2

    If MS was any other company doing this, people wouldn't take notice.

    However, as famous and infamous as they are, as disliked as they are by some people in the computing community, they can be sure that plenty of people want to get their eyes on their code. If they allowed more people to see the code they'd have plenty of volunteers.

    Thus, by their bad reputation, they ensure heightened curiosity.

    --
    "The Sage treasures Unity and measures all things by it" - Lao Tzu
  39. IIRC by BillyGoatThree · · Score: 2

    I remember a lot of talk from a couple years ago about how they were adding 20 million lines to NT to get W2k, bringing the total up to something like 150 million lines.

    find /usr/src/linux/ -type f -name *.[ch] -exec wc -l {} \; | awk '{sum+=$1;} END {print sum}'

    1504406


    (I'm not going to claim that was the easiest or fastest way to do that....)

    So W2k has two orders of magnitude more code, at least one order of magnitude (if not two or even three) fewer eyeballs and no way to FIX found bugs other than the same old "we'll put it on our list". Yeah, that's productive.
    --

    --
    324006
  40. Beware by ch-chuck · · Score: 2

    They're trying to dupe the simple into giving them free services - just like they've screwed over 'hobbyists' many times in the past - "here, try this alpha out, report the bugs to us, now bugger off". Remember, anything anyone contributs to the Msft effort is the property of Msft, all your rights belong to them. Suckers....

    --
    try { do() || do_not(); } catch (JediException err) { yoda(err); }
  41. Re:But Will Developers help Microsoft? by donutello · · Score: 2
    Let me take a stab at answering some of those questions:

    Will developers that see bugs in the syntax report them to Microsoft?

    I come from a Unix world myself. However, only lately have I come to realize the vast amount of developer support that Microsoft products enjoy. With the VS tools, there are tons of developers who think MS is the coolest thing since sliced bread and are eager to look at and contribute to the OS.

    Will Microsoft take an active roll in using any "suggestions" from programers regarding bugs in future SPs or versions?

    I'm pretty sure MS will look at the bug reports it receives. At the risk of sounding banal, I'll say that fixing bugs in software is not just a simple task of someone identifying an "obvious" bug and just fixing it. For about every 10 "obvious" bugs that you fix, you tend to cause one regression which will cost you tons of hours to find, identify and fix. Sometimes (not always) it is just not worth the risk to disturb a relatively stable product for the sake of fixing an obscure scenario.

    Will the Windows OS improve as a result of this move, or just applications that run on the OS

    Doesn't it lead to the same result? When a crappy driver causes your OS to bluescreen/hang, who do you blame?

    Will this lead to some increases in bugs? If an application writer uses undocumented side effects of Windows (that she finds in the source code) and the code changes (SP, new version, etc.), will we see new bugs?

    You're just screwing yourself if you're relying on an undocumented feature in the code. There's a reason some features aren't documented (no, and not just to srew the competitors) including that they might not be ready for primetime, have the adequate amount of testing or were pulled because of lack of demand. It would just be sheer stupidity to rely on an undocumented feature for your product.

    --
    Mmmm.. Donuts
  42. But Will Developers help Microsoft? by stomv · · Score: 5
    • Will developers that see bugs in the syntax report them to Microsoft?
    • How can those developers be sure that what they see as programming bugs really are, since they aren't allowed to modify the code (and hence, check)?
    • Will Microsoft take an active roll in using any "suggestions" from programers regarding bugs in future SPs or versions?
    • Will the Windows OS improve as a result of this move, or just applications that run on the OS
    • Will this lead to some increases in bugs? If an application writer uses undocumented side effects of Windows (that she finds in the source code) and the code changes (SP, new version, etc.), will we see new bugs?

    I'm just full of questions. Anyone care to try and answer?

    The most important question (IMHO) is:
    • Is this move by Microsoft good for computer users in the aggregate in the short term? Long term?