<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Bill Promises M$ Will Suicide</title>
	<atom:link href="http://mrpogson.com/2012/10/22/bill-promises-m-will-suicide/feed/" rel="self" type="application/rss+xml" />
	<link>http://mrpogson.com/2012/10/22/bill-promises-m-will-suicide/</link>
	<description>One man, closing all the windows.</description>
	<lastBuildDate>Wed, 19 Jun 2013 14:16:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: kozmcrae</title>
		<link>http://mrpogson.com/2012/10/22/bill-promises-m-will-suicide/#comment-100978</link>
		<dc:creator>kozmcrae</dc:creator>
		<pubDate>Thu, 25 Oct 2012 16:03:32 +0000</pubDate>
		<guid isPermaLink="false">http://mrpogson.com/?p=15256#comment-100978</guid>
		<description><![CDATA[The Microsoft troll wrote:

&quot;But I could also write a book on Nix XXXX-ups.&quot;

You just said, no OS is perfect.  Gee troll, what an insight!  No OS is perfect but the poor Windows system administrators put in way more hours towards security than the Linux administrator does.  In fact, Windows administration takes more man hours that Linux does.  A lot more.  And Linux administrators are higher paid than their Windows counterparts.  They are also in higher demand right now.  So what does that tell you troll?  It tells you that Windows is a mess.  A hopeless mess.]]></description>
		<content:encoded><![CDATA[<p>The Microsoft troll wrote:</p>
<p>&#8220;But I could also write a book on Nix XXXX-ups.&#8221;</p>
<p>You just said, no OS is perfect.  Gee troll, what an insight!  No OS is perfect but the poor Windows system administrators put in way more hours towards security than the Linux administrator does.  In fact, Windows administration takes more man hours that Linux does.  A lot more.  And Linux administrators are higher paid than their Windows counterparts.  They are also in higher demand right now.  So what does that tell you troll?  It tells you that Windows is a mess.  A hopeless mess.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oiaohm</title>
		<link>http://mrpogson.com/2012/10/22/bill-promises-m-will-suicide/#comment-100970</link>
		<dc:creator>oiaohm</dc:creator>
		<pubDate>Thu, 25 Oct 2012 14:56:11 +0000</pubDate>
		<guid isPermaLink="false">http://mrpogson.com/?p=15256#comment-100970</guid>
		<description><![CDATA[ze_jerkface
--No they aren’t but they are running at much high clock speeds than p3s. NT was never built to be dependent on x86. Microsoft was always worried about a sideways attack from sparc.--

Arm is a vastly different beast.  Particularly dealing with big little arch set ups.

NT core blue print is not x86 that is correct.  But the problem is most of the internal design and research in current windows is x86 based.  Even the NT design does not allow on what you have to for arm.

Big little in arm gets screwy.  Because the big and little cpu setups can take more than 1 cpu instruction set at the same time.   As well as being different speeds of cpu.  NT contains nothing to handle dealing with having use 2 different cpu instruction sets at the same time.  The worst big little arm in existence you have to deal with 4 different cpu instruction sets at this stage.

The means to handle 2 or more different cpu instruction sets at the same time in kernel space is currently unique to Linux.  Arm is very alien to fully exploit to anything Windows NT design has handled before.  That the problem.  Even the Linux kernel design has had to go threw the preventable blender.  Cost many years to get big little tech to work.

Did Windows CE ever exploit big little no it did not.

ze_jerkface
--Registry bloat has never actually been proven to exist nor has it been proven that keeping configuration settings in a few dozen text files is more efficient than a registry. Go ahead and write 10k entries to the registry to see if it impacts system performance, post the results actually.--

Correct term for NT issue is not Registry bloat.  Registry Hive Fragmentation is the Microsoft title for the problem.

Writing 10K entries unless done a particular way would not cause a problem at all.  Registry bloat is not the problem.  Its failure to clean up after delete.  So write 10K entries delete all bar 1.  The notice the remaining one takes as long to look up as when there were 10K.  That is longer than a fresh registry with 1 entry.  Very simple test. ze_jerkface

A perfectly working b-tree the performance should be zero difference.

Next now that slowed containing 1 entry.  Write the 99999 entries you deleted back.  Now notice its slower again.  Keep on repeating deleting and inserting the pattern and watch the hive progressively degrade.

ze_jerkface this is not bloat.  This is indexing degradation.  Windows NT 3.5 included a tool to clean this up.  Windows 2000 you had to download it as third party.  XP on the fix up is left to third party tools.

The Linux individual files out perform the registry because it happens in most cases to be sitting on a b-tree file-system that works correctly.

Also robert is right the policy of strict separation and not overwriting settings.

Areas that need overwrite inside a distribution you find --service--.d directories that basically are place files in here you want added to that services configuration under you applications name.

ze_jerkface would it be possible for Microsoft to implement some form of rule that applications cannot overwrite other registry entries owning to other applications yes they could.

Posix Linux has to thank for the .d directory idea that is a god send to make clean removal of applications possible.  Why because the default settings of a application have not been messed with.  Returning to default delete the addon files.

Per application hives entries would be a good way forward.  Application only truly able to delete entries it created would solve a lot of problems in Windows as well.

ze_jerkface
--Are you really going to tell me that NT/Win32/.NET could not be ported to a quad core 1.5ghz ARM CPU?--
I can serous-ally say yes.  It will not run on a quad core big little panda board.  2 cores 1.5ghz one type of arm.  2 cores 150Mhz.

The 150Mhz processors are highly power effective.  Yes its still an arm quad core.

There are also worse like 2 ghz 1 arm core 3 150Mhz core arm cores.

Arm does not require all cores in a cpu to be at the same speed or even able to clock up.  Yes the 150Mhz cores that is there max speed.  Task management is required to be vastly different on a Arm or you perform like a dog.]]></description>
		<content:encoded><![CDATA[<p>ze_jerkface<br />
&#8211;No they aren’t but they are running at much high clock speeds than p3s. NT was never built to be dependent on x86. Microsoft was always worried about a sideways attack from sparc.&#8211;</p>
<p>Arm is a vastly different beast.  Particularly dealing with big little arch set ups.</p>
<p>NT core blue print is not x86 that is correct.  But the problem is most of the internal design and research in current windows is x86 based.  Even the NT design does not allow on what you have to for arm.</p>
<p>Big little in arm gets screwy.  Because the big and little cpu setups can take more than 1 cpu instruction set at the same time.   As well as being different speeds of cpu.  NT contains nothing to handle dealing with having use 2 different cpu instruction sets at the same time.  The worst big little arm in existence you have to deal with 4 different cpu instruction sets at this stage.</p>
<p>The means to handle 2 or more different cpu instruction sets at the same time in kernel space is currently unique to Linux.  Arm is very alien to fully exploit to anything Windows NT design has handled before.  That the problem.  Even the Linux kernel design has had to go threw the preventable blender.  Cost many years to get big little tech to work.</p>
<p>Did Windows CE ever exploit big little no it did not.</p>
<p>ze_jerkface<br />
&#8211;Registry bloat has never actually been proven to exist nor has it been proven that keeping configuration settings in a few dozen text files is more efficient than a registry. Go ahead and write 10k entries to the registry to see if it impacts system performance, post the results actually.&#8211;</p>
<p>Correct term for NT issue is not Registry bloat.  Registry Hive Fragmentation is the Microsoft title for the problem.</p>
<p>Writing 10K entries unless done a particular way would not cause a problem at all.  Registry bloat is not the problem.  Its failure to clean up after delete.  So write 10K entries delete all bar 1.  The notice the remaining one takes as long to look up as when there were 10K.  That is longer than a fresh registry with 1 entry.  Very simple test. ze_jerkface</p>
<p>A perfectly working b-tree the performance should be zero difference.</p>
<p>Next now that slowed containing 1 entry.  Write the 99999 entries you deleted back.  Now notice its slower again.  Keep on repeating deleting and inserting the pattern and watch the hive progressively degrade.</p>
<p>ze_jerkface this is not bloat.  This is indexing degradation.  Windows NT 3.5 included a tool to clean this up.  Windows 2000 you had to download it as third party.  XP on the fix up is left to third party tools.</p>
<p>The Linux individual files out perform the registry because it happens in most cases to be sitting on a b-tree file-system that works correctly.</p>
<p>Also robert is right the policy of strict separation and not overwriting settings.</p>
<p>Areas that need overwrite inside a distribution you find &#8211;service&#8211;.d directories that basically are place files in here you want added to that services configuration under you applications name.</p>
<p>ze_jerkface would it be possible for Microsoft to implement some form of rule that applications cannot overwrite other registry entries owning to other applications yes they could.</p>
<p>Posix Linux has to thank for the .d directory idea that is a god send to make clean removal of applications possible.  Why because the default settings of a application have not been messed with.  Returning to default delete the addon files.</p>
<p>Per application hives entries would be a good way forward.  Application only truly able to delete entries it created would solve a lot of problems in Windows as well.</p>
<p>ze_jerkface<br />
&#8211;Are you really going to tell me that NT/Win32/.NET could not be ported to a quad core 1.5ghz ARM CPU?&#8211;<br />
I can serous-ally say yes.  It will not run on a quad core big little panda board.  2 cores 1.5ghz one type of arm.  2 cores 150Mhz.</p>
<p>The 150Mhz processors are highly power effective.  Yes its still an arm quad core.</p>
<p>There are also worse like 2 ghz 1 arm core 3 150Mhz core arm cores.</p>
<p>Arm does not require all cores in a cpu to be at the same speed or even able to clock up.  Yes the 150Mhz cores that is there max speed.  Task management is required to be vastly different on a Arm or you perform like a dog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Pogson</title>
		<link>http://mrpogson.com/2012/10/22/bill-promises-m-will-suicide/#comment-100938</link>
		<dc:creator>Robert Pogson</dc:creator>
		<pubDate>Thu, 25 Oct 2012 07:40:26 +0000</pubDate>
		<guid isPermaLink="false">http://mrpogson.com/?p=15256#comment-100938</guid>
		<description><![CDATA[ze_jerkface wrote, &lt;em&gt;&lt;font color=&quot;green&quot;&gt;&quot;Registry bloat has never actually been proven to exist nor has it been proven that keeping configuration settings in a few dozen text files is more efficient than a registry&quot;&lt;/font&gt;&lt;/em&gt;

I really don&#039;t care about bloat of &quot;efficiency&quot; but I have seen so many PCs with messed-up registries. It was easier to pave them over than fix the damned thing. Why is that? The registry was not properly protected and everyone and his dog could modify it in the old days. Between Debian policies and file-protection, one package is not allowed to alter the configuration of another and the configuration rarely gets messed up. How simple is that? Yet it works. The difference may be that M$ doesn&#039;t do the packaging but that&#039;s their problem and they gave an insecure mess to the world.]]></description>
		<content:encoded><![CDATA[<p>ze_jerkface wrote, <em><font color="green">&#8220;Registry bloat has never actually been proven to exist nor has it been proven that keeping configuration settings in a few dozen text files is more efficient than a registry&#8221;</font></em></p>
<p>I really don&#8217;t care about bloat of &#8220;efficiency&#8221; but I have seen so many PCs with messed-up registries. It was easier to pave them over than fix the damned thing. Why is that? The registry was not properly protected and everyone and his dog could modify it in the old days. Between Debian policies and file-protection, one package is not allowed to alter the configuration of another and the configuration rarely gets messed up. How simple is that? Yet it works. The difference may be that M$ doesn&#8217;t do the packaging but that&#8217;s their problem and they gave an insecure mess to the world.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ze_jerkface</title>
		<link>http://mrpogson.com/2012/10/22/bill-promises-m-will-suicide/#comment-100928</link>
		<dc:creator>ze_jerkface</dc:creator>
		<pubDate>Thu, 25 Oct 2012 05:52:58 +0000</pubDate>
		<guid isPermaLink="false">http://mrpogson.com/?p=15256#comment-100928</guid>
		<description><![CDATA[kozmcrae sez 
&lt;i&gt;Because Microsoft’s OS was never built with security as part of the architecture for one. It was glommed on later. &lt;/i&gt;

Even ohioham knows that Microsoft&#039;s security problems have been in userland. Lock Windows users into a vetted software sanctum, kick out java and flash and there goes 99% of the problems. Microsoft certainly deserves blame though, not including a firewall with Windows 2000 was a huge blunder. They also took too long to include a basic malware scanner and they should have been more aggressive in pushing newer versions of IE. Hell I could write a book on all their fuck-ups. 

But I could also write a book on Nix XXXX-ups. 

Pogson sez:
&lt;i&gt;
Tell us another one: the damned registry&lt;/i&gt;

To keep it short I&#039;ll just respond to this. Registry bloat has never actually been proven to exist nor has it been proven that keeping configuration settings in a few dozen text files is more efficient than a registry. Go ahead and write 10k entries to the registry to see if it impacts system performance, post the results actually. This is all a myth from computers loaded with crapware whereby errant processes are actually affecting performance. The user then formats the computer and buys into the myth that it was the registry when in fact the processes were eliminated. 

Ohio sez: 
&lt;i&gt;Except arm chips are not x86. &lt;/i&gt;

No they aren&#039;t but they are running at much high clock speeds than p3s. NT was never built to be dependent on x86. Microsoft was always worried about a sideways attack from sparc. 

&lt;i&gt;These features to start from scratch puts MS about 4 to 5 years behind at best.&lt;/i&gt;

Ohio if you could speak King&#039;s English then you could be an excellent lawyer as you are a master bullshitter. 

You too believe in Unix magic but like the educated creationist are able to concoct an elaborate technical explanation for what really is emotional attachment to a personal ideal. 

Anyhoo

I played a 3D driving game in WP7 (WinCE kernel) and it was silky smooth on a 800mhz ARM CPU. Are you really going to tell me that NT/Win32/.NET could not be ported to a quad core 1.5ghz ARM CPU? Let&#039;s say we have to isolate NT to a single core... so what? Windows is already broken into multiple processes. As for 32/64 they could make the split at this point. Basically a trimmed down Win64 for ARM. 

Oh and kozmcrae please don&#039;t call me a Microsoft troll, Sinofsky undoubtedly hates my guts as my Windows 8 criticisms have been posted on his blog.]]></description>
		<content:encoded><![CDATA[<p>kozmcrae sez<br />
<i>Because Microsoft’s OS was never built with security as part of the architecture for one. It was glommed on later. </i></p>
<p>Even ohioham knows that Microsoft&#8217;s security problems have been in userland. Lock Windows users into a vetted software sanctum, kick out java and flash and there goes 99% of the problems. Microsoft certainly deserves blame though, not including a firewall with Windows 2000 was a huge blunder. They also took too long to include a basic malware scanner and they should have been more aggressive in pushing newer versions of IE. Hell I could write a book on all their fuck-ups. </p>
<p>But I could also write a book on Nix XXXX-ups. </p>
<p>Pogson sez:<br />
<i><br />
Tell us another one: the damned registry</i></p>
<p>To keep it short I&#8217;ll just respond to this. Registry bloat has never actually been proven to exist nor has it been proven that keeping configuration settings in a few dozen text files is more efficient than a registry. Go ahead and write 10k entries to the registry to see if it impacts system performance, post the results actually. This is all a myth from computers loaded with crapware whereby errant processes are actually affecting performance. The user then formats the computer and buys into the myth that it was the registry when in fact the processes were eliminated. </p>
<p>Ohio sez:<br />
<i>Except arm chips are not x86. </i></p>
<p>No they aren&#8217;t but they are running at much high clock speeds than p3s. NT was never built to be dependent on x86. Microsoft was always worried about a sideways attack from sparc. </p>
<p><i>These features to start from scratch puts MS about 4 to 5 years behind at best.</i></p>
<p>Ohio if you could speak King&#8217;s English then you could be an excellent lawyer as you are a master bullshitter. </p>
<p>You too believe in Unix magic but like the educated creationist are able to concoct an elaborate technical explanation for what really is emotional attachment to a personal ideal. </p>
<p>Anyhoo</p>
<p>I played a 3D driving game in WP7 (WinCE kernel) and it was silky smooth on a 800mhz ARM CPU. Are you really going to tell me that NT/Win32/.NET could not be ported to a quad core 1.5ghz ARM CPU? Let&#8217;s say we have to isolate NT to a single core&#8230; so what? Windows is already broken into multiple processes. As for 32/64 they could make the split at this point. Basically a trimmed down Win64 for ARM. </p>
<p>Oh and kozmcrae please don&#8217;t call me a Microsoft troll, Sinofsky undoubtedly hates my guts as my Windows 8 criticisms have been posted on his blog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oiaohm</title>
		<link>http://mrpogson.com/2012/10/22/bill-promises-m-will-suicide/#comment-100919</link>
		<dc:creator>oiaohm</dc:creator>
		<pubDate>Wed, 24 Oct 2012 23:53:56 +0000</pubDate>
		<guid isPermaLink="false">http://mrpogson.com/?p=15256#comment-100919</guid>
		<description><![CDATA[--There is nothing that makes Nix kernels magically special over NT.--
ze_jerkface other than the fact Linux has the funding to try things like big little arch.

--XP works fine on a p3 500mhz so I’m not sure why you think it would be so far fetched to have Windows running on a quad core ARM cpu with a few gigs of ram.--

Except arm chips are not x86.  Big little arm chips are more power effective and require some very interesting process management voodoo magic.

So quad core of what.  A big little quad core can have 2 arm processes of one version and 2 arm processes of a different version.  With the only interlink between the two processor groups being ram.

This is alien to x86 windows design.  This is not alien to Linux.  Super computer processing might seam to have nothing todo with mobile phones.  But Linux has run on super computers for years that are not purely 1 cpu type.  So you might have a power/x86 super computer.  Windows does not run on that effectively. 

ze_jerkface it is not that the Linux or BSD kernels are magically special.  Its that the Linux and BSD kernels have been in a environment that has required an extra set of features to be developed.  These features pay off in mobile devices where power effectiveness is important.

Yes the environment where the feature difference starts is mixed arch super computers where Microsoft has never got a foot hold.  Does not have the tech even to get a foot hold. 

These features to start from scratch puts MS about 4 to 5 years behind at best.

Some of the huge errors that Linux and BSD have had fine tuning for multi arch super is scary and worse seam insanely minor but stack up.  To find some of these errors you need multi arch systems of 4000 Cores +.  Windows NT no version yet can operate on a system that large.

ze_jerkface getting it yet its not the NT design its how it can been tested.

The registry issue could be fixed.  Anyone looks closer enough will find the performance problem with the registry is mostly a broken b-tree implementation that gives performance gains on one hand but big performance costs long term as the price for the gains.  Nothing is a free lunch.

Also NT was design to have more than 1 copy of the sub-systems.  Major clean up and going back the the base design would allow applications to have 1 hive per application.  NT design is not past fixing but you are talking a huge investment required to sort out win32 and win64 subsystems so they can run more than 1 copy side by side without spitting chips.  Microsoft has attempted this.

Yes once you have win32 and win64 subsystems side by side the NT driver space has to be updated.

The Linux BSD and solaris kernels already have been updated to support multi copies of their subsystems running on top of the same kernel.

One mandatory rule.  No kernel space drivers specially for particular user-space applications.  So to catch up means Digital rights management drivers have to go by by from windows.]]></description>
		<content:encoded><![CDATA[<p>&#8211;There is nothing that makes Nix kernels magically special over NT.&#8211;<br />
ze_jerkface other than the fact Linux has the funding to try things like big little arch.</p>
<p>&#8211;XP works fine on a p3 500mhz so I’m not sure why you think it would be so far fetched to have Windows running on a quad core ARM cpu with a few gigs of ram.&#8211;</p>
<p>Except arm chips are not x86.  Big little arm chips are more power effective and require some very interesting process management voodoo magic.</p>
<p>So quad core of what.  A big little quad core can have 2 arm processes of one version and 2 arm processes of a different version.  With the only interlink between the two processor groups being ram.</p>
<p>This is alien to x86 windows design.  This is not alien to Linux.  Super computer processing might seam to have nothing todo with mobile phones.  But Linux has run on super computers for years that are not purely 1 cpu type.  So you might have a power/x86 super computer.  Windows does not run on that effectively. </p>
<p>ze_jerkface it is not that the Linux or BSD kernels are magically special.  Its that the Linux and BSD kernels have been in a environment that has required an extra set of features to be developed.  These features pay off in mobile devices where power effectiveness is important.</p>
<p>Yes the environment where the feature difference starts is mixed arch super computers where Microsoft has never got a foot hold.  Does not have the tech even to get a foot hold. </p>
<p>These features to start from scratch puts MS about 4 to 5 years behind at best.</p>
<p>Some of the huge errors that Linux and BSD have had fine tuning for multi arch super is scary and worse seam insanely minor but stack up.  To find some of these errors you need multi arch systems of 4000 Cores +.  Windows NT no version yet can operate on a system that large.</p>
<p>ze_jerkface getting it yet its not the NT design its how it can been tested.</p>
<p>The registry issue could be fixed.  Anyone looks closer enough will find the performance problem with the registry is mostly a broken b-tree implementation that gives performance gains on one hand but big performance costs long term as the price for the gains.  Nothing is a free lunch.</p>
<p>Also NT was design to have more than 1 copy of the sub-systems.  Major clean up and going back the the base design would allow applications to have 1 hive per application.  NT design is not past fixing but you are talking a huge investment required to sort out win32 and win64 subsystems so they can run more than 1 copy side by side without spitting chips.  Microsoft has attempted this.</p>
<p>Yes once you have win32 and win64 subsystems side by side the NT driver space has to be updated.</p>
<p>The Linux BSD and solaris kernels already have been updated to support multi copies of their subsystems running on top of the same kernel.</p>
<p>One mandatory rule.  No kernel space drivers specially for particular user-space applications.  So to catch up means Digital rights management drivers have to go by by from windows.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Pogson</title>
		<link>http://mrpogson.com/2012/10/22/bill-promises-m-will-suicide/#comment-100916</link>
		<dc:creator>Robert Pogson</dc:creator>
		<pubDate>Wed, 24 Oct 2012 21:10:50 +0000</pubDate>
		<guid isPermaLink="false">http://mrpogson.com/?p=15256#comment-100916</guid>
		<description><![CDATA[ze_jerkface wrote, &lt;em&gt;&lt;font color=&quot;green&quot;&gt;&quot;There is nothing that makes Nix kernels magically special over NT&quot;&lt;/font&gt;&lt;/em&gt;.

Tell us another one: the damned registry, re-re-reboots, loadable kernel modules distributed with the kernel, generic kernel modules, the EULA... All of those things are more than sufficient reason to switch however M$ is locked in and cannot afford to let the sheeple know they were sold a bill of goods. Apple made the switch and they just said things will be better but Apple was tiny then compared to M$&#039;s current installed-base. How many hundreds of millions of people does any business want to be angry with them?

Reports are that &quot;8&quot; on ARM is sluggish. Android/Linux is snappy on the little woman&#039;s smart phone. A bunch of apps and no waiting and she has a two-year old model. There&#039;s a reason, M$ did not attempt to provide the old API on the ARM processor. They couldn&#039;t afford the CPU cycles to emulate even on &lt;a href=&quot;http://www.nvidia.com/object/tegra-3-processor.html&quot; rel=&quot;nofollow&quot;&gt;a Tegra 3&lt;/a&gt;. They rebuilt their office suite to run natively. They could not get ISVs to invest that much to port to ARM for a vapour-market.]]></description>
		<content:encoded><![CDATA[<p>ze_jerkface wrote, <em><font color="green">&#8220;There is nothing that makes Nix kernels magically special over NT&#8221;</font></em>.</p>
<p>Tell us another one: the damned registry, re-re-reboots, loadable kernel modules distributed with the kernel, generic kernel modules, the EULA&#8230; All of those things are more than sufficient reason to switch however M$ is locked in and cannot afford to let the sheeple know they were sold a bill of goods. Apple made the switch and they just said things will be better but Apple was tiny then compared to M$&#8217;s current installed-base. How many hundreds of millions of people does any business want to be angry with them?</p>
<p>Reports are that &#8220;8&#8243; on ARM is sluggish. Android/Linux is snappy on the little woman&#8217;s smart phone. A bunch of apps and no waiting and she has a two-year old model. There&#8217;s a reason, M$ did not attempt to provide the old API on the ARM processor. They couldn&#8217;t afford the CPU cycles to emulate even on <a href="http://www.nvidia.com/object/tegra-3-processor.html" rel="nofollow">a Tegra 3</a>. They rebuilt their office suite to run natively. They could not get ISVs to invest that much to port to ARM for a vapour-market.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kozmcrae</title>
		<link>http://mrpogson.com/2012/10/22/bill-promises-m-will-suicide/#comment-100914</link>
		<dc:creator>kozmcrae</dc:creator>
		<pubDate>Wed, 24 Oct 2012 20:54:11 +0000</pubDate>
		<guid isPermaLink="false">http://mrpogson.com/?p=15256#comment-100914</guid>
		<description><![CDATA[A Microsoft troll wrote:

&quot;Why would Microsoft rebuild Windows over a Nix?&quot;

Because Microsoft&#039;s OS was never built with security as part of the architecture for one.  It was glommed on later.  The result is that Microsoft security is always one step behind the malware.  They need an OS that has the security built into its framework.  Not patched on afterward.

Why don&#039;t you step out of your troll suit and take a look around.  You&#039;d be amazed at how advanced the World&#039;s OS has become.  And its done it in far fewer lines of code than Microsoft has.  And that includes all the hardware drivers.]]></description>
		<content:encoded><![CDATA[<p>A Microsoft troll wrote:</p>
<p>&#8220;Why would Microsoft rebuild Windows over a Nix?&#8221;</p>
<p>Because Microsoft&#8217;s OS was never built with security as part of the architecture for one.  It was glommed on later.  The result is that Microsoft security is always one step behind the malware.  They need an OS that has the security built into its framework.  Not patched on afterward.</p>
<p>Why don&#8217;t you step out of your troll suit and take a look around.  You&#8217;d be amazed at how advanced the World&#8217;s OS has become.  And its done it in far fewer lines of code than Microsoft has.  And that includes all the hardware drivers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ze_jerkface</title>
		<link>http://mrpogson.com/2012/10/22/bill-promises-m-will-suicide/#comment-100911</link>
		<dc:creator>ze_jerkface</dc:creator>
		<pubDate>Wed, 24 Oct 2012 20:18:02 +0000</pubDate>
		<guid isPermaLink="false">http://mrpogson.com/?p=15256#comment-100911</guid>
		<description><![CDATA[Why would Microsoft rebuild Windows over a Nix? There is nothing that makes Nix kernels magically special over NT. That would also requiring bringing all their libraries over to Nix which would be a huge waste of resources. 

XP works fine on a p3 500mhz so I&#039;m not sure why you think it would be so far fetched to have Windows running on a quad core ARM cpu with a few gigs of ram.]]></description>
		<content:encoded><![CDATA[<p>Why would Microsoft rebuild Windows over a Nix? There is nothing that makes Nix kernels magically special over NT. That would also requiring bringing all their libraries over to Nix which would be a huge waste of resources. </p>
<p>XP works fine on a p3 500mhz so I&#8217;m not sure why you think it would be so far fetched to have Windows running on a quad core ARM cpu with a few gigs of ram.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Agent_Smith</title>
		<link>http://mrpogson.com/2012/10/22/bill-promises-m-will-suicide/#comment-100893</link>
		<dc:creator>Agent_Smith</dc:creator>
		<pubDate>Wed, 24 Oct 2012 15:13:22 +0000</pubDate>
		<guid isPermaLink="false">http://mrpogson.com/?p=15256#comment-100893</guid>
		<description><![CDATA[@Michael Rudas
That was what I thought too. They can move the Suse engineers, but then, there are lots of things inside Suse Linux that are GPL&#039;ed (like the kernel itself), so, they can&#039;t make Suse BSD&#039;ed. A BSD approach (using some BSD flavor) would work better for M$]]></description>
		<content:encoded><![CDATA[<p>@Michael Rudas<br />
That was what I thought too. They can move the Suse engineers, but then, there are lots of things inside Suse Linux that are GPL&#8217;ed (like the kernel itself), so, they can&#8217;t make Suse BSD&#8217;ed. A BSD approach (using some BSD flavor) would work better for M$</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Rudas</title>
		<link>http://mrpogson.com/2012/10/22/bill-promises-m-will-suicide/#comment-100874</link>
		<dc:creator>Michael Rudas</dc:creator>
		<pubDate>Wed, 24 Oct 2012 05:25:38 +0000</pubDate>
		<guid isPermaLink="false">http://mrpogson.com/?p=15256#comment-100874</guid>
		<description><![CDATA[I don&#039;t think &lt;b&gt;Microsoft Linux&lt;/b&gt; is a practical idea, but Microsoft could go the &lt;b&gt;BSD&lt;/b&gt; route (like &lt;b&gt;Apple&lt;/b&gt; did) with no &lt;b&gt;GPL&lt;/b&gt; worries. They could even transition &lt;b&gt;SUSE&lt;/b&gt; to be a BSD distro or raid SUSE for developers. They still have a substantial war chest, after all.]]></description>
		<content:encoded><![CDATA[<p>I don&#8217;t think <b>Microsoft Linux</b> is a practical idea, but Microsoft could go the <b>BSD</b> route (like <b>Apple</b> did) with no <b>GPL</b> worries. They could even transition <b>SUSE</b> to be a BSD distro or raid SUSE for developers. They still have a substantial war chest, after all.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
