Microsoft's Savvy Open Source Move
willdavid writes to mention Joe Panettieri is reporting that Microsoft is continuing their push for open source software interoperability. In the most recent push Microsoft is partnering with a small Silicon Valley company called SpikeSource to certify open source software on Windows 2008. "Despite growing Linux deployments, Windows Server remains quite popular for running open source applications. SugarCRM, the fast-growing open source application provider, is quick to note that many of its business developments occur on Windows Server. And Microsoft itself has sponsored SugarCRM's conferences, in order to stay in front of open source crowds."
Seems to me that Sun are being a bit more savvy in the way they are doing things. First OpenOffice and mysql, now they seem to be partnering up with Canonical (Ubuntu). call me what you will, I'll never trust M$ again.
She has a great track record - founded Marimba, product manager for Java at Sun. I'm not surprised that Microsoft would want to be involved with her when it comes to their open source interests.
Run and catch, run and catch, the lamb is caught in the blackberry patch.
ODF Convertor, is an addin for Office. Microsoft is Funding, and providing documentation and help.
http://odf-converter.sourceforge.net/
And let's be honest here. I like to bash MS as much as possible. I use MS at $work and FAMP at home. Windows 2008 and IIS7 took some truely great strides away from the old MS way of doing things. 2008 can be installed without a gui. You can powershell/remote admin EVERYTHING from the command line. In fact, the GUI admin tools use the things written for the powershell/command line administration. Group policies now have preferences, allowing things like making policy on what fields SQL developers need to add when they create tables...what users can consume n% of the CPU, etc.
IIS7 does NOTHING out of the box, and everything is a module. Almost everything that used to be a tab when configuring an IIS app is now a seperate module..even just redurecting an entire site to another url. And the new 3.5 ASP.NET stuff has a real MVC layer in the works for people like me who completely hate ASP.NET PostBack hackery. IIS7 now has full support for FastCGI and PHP is a first class language in terms of performance. I imagine this will hold true for other FastCGI friendly things like Ruby/Perl/Python/RoR/Catalyst/Django.