New Sidekick Will Run NetBSD, Not Windows CE
jschauma writes "Many sites are reporting that the next Sidekick LX 2009/Blade, from Danger (acquired by Microsoft early in 2008), is going to run NetBSD as their operating system, causing Microsoft's recruiters to look for NetBSD developers."
No, this is notable because it's an open admission that WinCE can't cut it .
At least in the short term. MSFT appear to have bought this product from elsewhere. To keep it alive they need to get a release out the door. Maybe in parallel they are porting the software to run on WinCE.
http://michaelsmith.id.au
Microsoft's own Exchange servers have Postfix on their spam filtering boxen front-end. Not exactly eating their own dog food, when they have their own Forefront Security for Exchange.
This is the Postfix program at host mailxxx-xxx-R.bigfish.com.
I'm sorry to have to inform you that your message could not be delivered to one or more recipients. It's attached below.
For further assistance, please send mail to
If you do so, please include this problem report. You can delete your own text from the attached returned message.
The Postfix program
: host xxxxx-xxxx-mail5.customer.frontbridge.com[131.107.115.214] said: 550 5.7.1
$whois frontbridge.com,
Domain Name: FRONTBRIDGE.COM Registrar of Record: Corporate Domains, Inc. Administrative Contact: Microsoft Corporation Domain Administrator One Microsoft Way Redmond, WA 98052 US domains@microsoft.com +1.4258828080 Fax: +1.4259367329
$whois bigfish.com ,
Domain Name: BIGFISH.COM Registrar of Record: Corporate Domains, Inc. Administrative Contact: Microsoft Corporation Domain Administrator One Microsoft Way Redmond, WA 98052 US domains@microsoft.com +1.4258828080 Fax: +1.4259367329
No but windows does have BSD code in it. Specifically ftp.exe and some zlib code.
cat
It's actually the other way around - they used to show up in Netcraft as Linux servers even though they were IIS on Windows Server 2003 for a long time.
This is because the server version reported was actually Akamai's balancing and caching infrastructure in front of the Hotmail servers.
When Microsoft sold Xenix to the Santa Cruz Operation ( Not the current SCO Group ), wasn't there a Non-compete clause in the agreement? I thought that Microsoft was not allowed to sell any Unix based operating system - and that would include any NetBSD derivative.
The problem is not that the code is used and locked away from the original developers. The problem is how the GPL crowd is acting to those original developers. The major problems are:
- GPL fanatics always talk about slavery and morality and stuff, but act just like those they pretend to oppose.
- Often enough the companies contribute to BSD projects because they know it is cheaper for them to do that instead of constant merging. The GNU just wants to own it all because it is their moral obligation.
- The misconception of most GPL developers that you can do anything to BSD licensed code, including releasing it under the GPL license. That is not true, you are not allowed to replace the license. You are allowed to release the combined work under any license you want, but if you release the source the original code still must be BSD licensed.
So in general the problem is that the loud GPL crowd is seen as fundamentalists by the BSD crowd. And we don't like fundamentalists. Sometimes it feels like they only add GPL code to BSD projects because they want to prove their point, making time and effort for everyone higher without any real benefit other than stimulating their egos.
Actually, for the longest time, MS was going to move the Sidekick over to WinCE- they were even gearing up for it. Unfortunately, after many months of this (A year ago, in reality...), they have announced that they're doing it with a *BSD core and they're HIRING *BSD devs for it.
If you're doing what you're claiming, you don't spend 12 months doing it that way and then gear up for the other OS that you don't sell...doesn't look good to investors to spend 225 billion or so on someone to do something like this. ;-)
I am not merely a "consumer" or a "taxpayer". I am a Citizen of the State of Texas
Rubbish. Apple can create a GCC-based syntax highlighter that communicates with XCode through sockets. Licensing problem solved.
Actually, linking two programs via sockets is a legal gray area with the GPL, and I'm not sure it's even allowed in GPL 3.0.
Note that this wouldn't apply to a Internet-based server communicating via open standards, where any conforming client could connect, but it would apply to two programs coupled together so tightly that they can't operate without each other, in which case the socket is considered linking, and thus the GPL applies.