Earlier quoted context omitted.
My son gets the Ask crapware whenever he updates Java to play MineCraft on his computer. He's a child, not a Java Developer. He just wants to play MineCraft and Java is in his way and the Crapware loads by opt out.
You might see it differently, but I never let kids update software on their own.
The Windows Driver Frameworks are on GitHub
81–87 of 87 posts
Re: The Windows Driver Frameworks are on GitHub
#82There are actually some strong OS voices in Microsoft. I was at Solutions Linux in France (around 2006 iirc) and there was a Microsoft booth. Since our booth had some downtime I talked to the guy manning their booth who was kind of stranded between Linux distros and FLOSS companies. He was pretty cool and genuinely trying to advance OS within Microsoft but said it's a pretty frustrating experience overall (his descri…
Scott Hanselman has been talking about the process of changing Microsoft's culture toward open source on Hanselminutes since he started working there about five years (and a couple of hundred episodes) ago. The move to open source has been in the works a long time and appears (to me at least) as part of Ballmer and Gates long term strategic plan for the era when they were no longer the largest and second largest shar…
Re: The Windows Driver Frameworks are on GitHub
#83One barrier to developing drivers for Windows is the driver signing policy https://msdn.microsoft.com/en-us/library/windows/hardware/ff... which requires you to pay for a software publisher certificate.
Personally, I think that signing all drivers off a single root makes sense, but I am concerned about the EV requirement. EricLaw mentioned before that they don't sell them to individuals, for example.
Re: The Windows Driver Frameworks are on GitHub
#84Will it help making drivers for filesystems which MS doesn't care to support?
Probably not. The filesystem API Microsoft uses, Installable File System, has been in place and used by a bunch of people since the OS/2 days. Support for filesystems like zfs is lacking more due to apathy than anything else.
Re: The Windows Driver Frameworks are on GitHub
#85What effect will this have on the ability to boost driver support in Linux, if any? FreeBSD has ndisgen [1], but would this help improve that or a broader set of driver use in Linux? Secondly, what about WINE? [1]: https://www.freebsd.org/cgi/man.cgi?query=ndisgen
Linux has ndiswrapper
Re: The Windows Driver Frameworks are on GitHub
#86Earlier quoted context omitted.
1.Because MSFT doing good job 2. Gandhi was sick person, you can search about it , He was afraid of money/tea and so many things.Those good thing we hear about Gandhi I think most of them are propaganda.
1. Sure, Microsoft is doing the right thing after exhausting every other possibility. Closed source didn't work, FUD against open source didn't work ( http://en.wikipedia.org/wiki/Fear,_uncertainty_and_doubt#Mic... ), now they need to stop people from leaving their platform and tools in any way possible. 2. Ad hominem. The behavior of an individual doesn't change the truth of what they say.
Re: The Windows Driver Frameworks are on GitHub
#87Earlier quoted context omitted.
How much out of interest? I see prices of 180 USD a year on Google search. It's not expensive but for say an open source project which might not be bringing in income it's an annoying cost.
You also have to pay for each signature ($100 I think, not really sure). And the certification process is anything but easy (though it depends on the type of the driver).