18
galena
7y

I wonder how the Windows source code looks like?

Comments
  • 4
    microsoft is big corporate which hire all the time. you can try it and post here some snippet
  • 2
    btw I saw source code of FNZ on video. one guy create a secret video in the office.

    I PROMISE I PROMISE!!!!!!! kill me now!!!
  • 12
    It contains 2 snippets throughout
    1) send user data
    2) windows is updating
  • 2
    Like the dream of an Italian chef
  • 16
    While(power == “on”){
    DoRandomThing();
    DownloadUpdates();
    SendUserDataToNSA();
    MakeUserThinkTheyNeedUpdates();
    ShowRandomAdForEdge();
    }

    No Params needed, all global functions relying on global variables 😎
  • 2
    Yeah. Me too 🤗🤗. I wonder how they compile there source code? 🤔

    Is there anyone having broad knowledge about it? Love to know it. 🙂
  • 2
    I imagine it's messy
  • 1
    @OneOrZero Whilst having diarrhea?!
  • 2
    Jeez, more Windows bashing. I''ve been using Windows for years without any major issues. It's like any OS, once you've learnt how to configure it properly you'll have a usable system for yourself and your users.

    If Windows keeps crapping itself for you, well then chances are you didn't configure it properly!
  • 1
    like Lionel: messy
  • 2
    @CodeKill yeah. Same here. I don't know why people hate update so much. If you configure it correctly on when to install it. You will enjoy windows.
  • 1
    Back in May 2017, there was a blog from Microsoft bragging about migrated Windows source code being largest git repo on the planet, something like 9000 push every day
  • 0
    @GodHatesMe not really. Most .net code is written in C# or cpp. C# has very little differences from Java. If you know one the other will not be thaaat different even tho there are some important differences. I tend to prefer Java since it automatically means JVM in which one can use whatever they want as long as it compiles to the JVM. With .net not so much really.
Add Comment