Let's discuss Microsoft's software patents. Any Github contributions they make are trivial in comparison.
I don't begrudge them a few patents in exchange for that.
81–90 of 195 posts
Let's discuss Microsoft's software patents. Any Github contributions they make are trivial in comparison.
I don't begrudge them a few patents in exchange for that.
Earlier quoted context omitted.
Yes.
Unless you count android as linux.
How is that calculated? I mean Microsoft only has 2561 members ( https://github.com/orgs/Microsoft/people ) , so it isn't how many microsoft members contribute to open source. Is it how many contributors their open source projects have? nope, FontAwesome has maybe 100 contributors to all of it's 5 projects but it's listed as having 9000+ contributors. From what I can gather it's mostly based on the number of people t…
One method that comes to mind would be checking commit authors' e-mail addresses. Someone with @microsoft.com e-mail would very likely be an employee of MSFT.
Earlier quoted context omitted.
> a quite decent improvement from the era when Or the era of "Linux is a cancer" http://www.theregister.co.uk/2001/06/02/ballmer_linux_is_a_c...
Yeah, now they're just engaging in racketeering against Linux and Android using their patents.
Earlier quoted context omitted.
Yeah, now they're just engaging in racketeering against Linux and Android using their patents.
Or, asserting their legal right to protect their investment in R&D that latecomers like Linux and Android simply ripped off. Just a matter of perspective, really. Is just that given open source is the dominant religion around these parts, that perspective is in the minority.
This is very good, with this I learned that it's never too late to a company change. A very slow and large company like MS took decades to make this change, but they did well. And, they do that not because they are "good guys", but because this is the strategy to make them grow on their business. They are thinking on themselves.
From the outside imo it feels like it took ages for them to start this change, but actually doing it once they first started open-sourcing things seems to have been an incredibly quick switch, over just a couple of years. Has there been loads of progress on this in the background that's just only become visible now?
This is all coming from someone who only uses Windows for Overwatch, Office, and courses that require it.
It seems to me like they are only open sourcing the products they wish more people are using, and not their actually useful products like MSOffice and the Windows OS. Edit: to be clear, I know it is in their best interest not to open source those products, because that's where most of their money comes from. But it really looks to me like the want to flood the market with random open source stuff, so that they seem m…
Z3 (https://github.com/Z3Prover/z3) is the Satisfiability Modulo Theories (SMT) solver to use. It is such a quality piece of software and it's amazingly easy to find help on StackOverflow from the main developers. Z3 really is the default choice for an SMT solver these days (i.e. you only reach for other solvers when you really have to).
Roslyn (https://github.com/dotnet/roslyn) is the C# (and VB) compiler as a library. Useful for doing code analysis and code generation for a modern imperative language. Roslyn is a whole lot easier to get started with than integrating Clang/LLVM into a project, so it really lowers the barrier of entry for lightweight program analysis projects.