Slashdot Mirror


Microsoft Shared Source -- With a Twist

chill writes "Microsoft is now willing to share all the source code to WinCE that they don't license from others. This includes the rights to alter the code and sell the altered code! Of course, they want copies of the changes, but the program is FREE." There's another story at Windowsfordevices.com.

5 of 368 comments (clear)

  1. You know by fizban · · Score: 5, Funny

    It's April 10.

    Microsoft, like usual, probably made a calculation error in their proprietary calculator software, shifted the digits and thought it was April 1.

    --

    +1 Insightful, -1 Troll. What can I say, I'm an Insightful Troll.

  2. Re:Profit by Lxy · · Score: 4, Funny

    Write new code, contribute it back to Microsoft (containing many, many destructive bugs)

    Now that's a feat to behold.. sending code back to Microsoft in worse condition than when you recieved it!

    --

    There is no reasonable defense against an idiot with an agenda
    :wq
  3. Is anybody actually happy? by goldcd · · Score: 4, Funny

    MS releases their entire source to an OS - and you whine about it even more?

  4. Re:...from others.... by DrPascal · · Score: 5, Funny

    Actually ... it'd be more like:

    #include "stdafx.h"

    CDC dc;
    CBrush blueBrush(RGB(0,0,255));
    CBrush whiteBrush(RGB(255,255,255));
    dc.CreateCompatible DC(NULL);
    CBrush *oldbrush = dc.SelectObject(&blueBrush);

    while(TRUE)
    { // Undocumented Win32 GDI function
    dc.FillEntireGoddamnScreen(&blueBrush); // Undocumented Win32 GDI function
    dc.MakeUpAndDrawScreenDump(&whiteBrush); // Used in core kernel RING0 code only
    MakeHardDriveLightFlash();
    }

    --
    DrPascal: Not the language, the mathematician.
  5. Re:Good thing? by CoolVibe · · Score: 4, Funny
    No, it's just Microsoft reinventing open source all over again. Maybe in the distant future you'll see MS twisting itself in so much turns, it'll eventally settle at some BSD-like license.

    (oh well.. a man can dream, can't he?)