<?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: Snowballs and dominos</title>
	<atom:link href="http://techpaladin.com/2007/08/30/snowballs-and-dominos/feed/" rel="self" type="application/rss+xml" />
	<link>http://techpaladin.com/2007/08/30/snowballs-and-dominos/</link>
	<description></description>
	<lastBuildDate>Mon, 07 May 2012 15:56:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: unifiedforever</title>
		<link>http://techpaladin.com/2007/08/30/snowballs-and-dominos/comment-page-1/#comment-62</link>
		<dc:creator>unifiedforever</dc:creator>
		<pubDate>Mon, 17 Sep 2007 18:37:17 +0000</pubDate>
		<guid isPermaLink="false">http://gazebotron.com/2007/08/30/snowballs-and-dominos/#comment-62</guid>
		<description>Simon,

Whoops, your comments wound up in my spam queue!  Sorry for the obscene delay.

&lt;strong&gt;------The Registry------&lt;/strong&gt;
I can&#039;t believe I overlooked the fact that the Registry is backed up at system restore points!  Duh!  How would it be able to revert to old settings without having kept a copy of them?  Oy.

Yeah, ideally users shouldn&#039;t have to edit the Registry, but I&#039;ve often seen them have to or been told to by a techie who was looking for a quick fix.  Then again, this isn&#039;t really so different from telling an OS X user to run a terminal command in its obfuscation level, so there you go.

I don&#039;t believe that the install location of programs should ever be stored anywhere.  With no method of keeping in sync the actual location and the Registry/.ini/preference&#039;s value for the install location, problems will always crop up.  What if I want to run it from the Desktop while I&#039;m evaluating it?  If it breaks because it was installed to the applications folder and can&#039;t find its stuff as a result, then that system is broken.

Uninstalling things should be as simple as dragging to the trash, ideally.  Even better would be if when you dragged an app to the trash it it asked you whether you wanted its preferences file and app support folder nuked too.  But this wouldn&#039;t have to be through paths, it could be done by name: whenever a .app &quot;folder&quot; is trashed, the system could look in the preferences folder to see if there&#039;s a matching file.  If there was, it would parse that file and find any other support folders and files.  If the app was installed through an actual package installer, the system would additionally search through its receipt and offer to get rid of its support files.  All this could be accomplished without paths to the application bundle at all.



&lt;strong&gt;------Abstraction (Start Menu vs. Applications folder)------&lt;/strong&gt;
From a security standpoint, you&#039;re close to the mark about Mac OS X&#039;s abstraction, but not quite there, I think.  Theoretically, a piece of malware could hide inside an application bundle, but this presents problems: with each software update, the bundled apps are updated by throwing away the old apps and replacing them with new ones, which would remove anything bad hiding inside of one.  For any piece of third-party software, malware can&#039;t be sure of it being installed at all, and apps that use Sparkle also trash their old selves and replace them with new ones.  This leaves vulnerable third-party apps that don&#039;t use sparkle or a comparable updating mechanism.  How successful will a piece of malware be that can only target Mac OS X systems with Audio Hijack installed be?

Correct me if I&#039;m wrong, but in Windows, updating an application involves throwing away old files and replacing them with new ones, rather than throwing away the whole C:\Program Files\myApp folder and replacing it with a new one, right?  Say \myApp has the following files:

	myapp.exe
	myapp.lib
	dependencies.dll
	otherStuff.dll
	bigHonkinVirus.exe


If this application updates itself by replacing the files it already knows about, it will ignore the virus hidden inside unless it is smart enough to check for the existence of unknown files, but this could break other things or erase user data that happened to be in there--which is possible since it&#039;s just an ordinary folder (compared to bundles, which do not show up as folders without explicitly ordering them to show their contents).  Unless the application completely throws away its parent folder when it updates, it can&#039;t be sure of ridding itself of malware.  Or at least this is the way it seems to me.  Feel free to correct me if I&#039;m wrong.

But primarily, the reason I prefer Mac OS X&#039;s abstraction (applications folder) is that it&#039;s closer to the source.  If you delete something from your start menu, it&#039;s still installed.  If you torch an application&#039;s folder in C:\Program Files, its start menu folder is still there, as are its Registry values, meaning it still shows up as installed from Add/Remove Programs and Programs &amp; Features.  Even if you uninstall, a lot of rogue programs won&#039;t remove themselves from the start menu or clean up their shortcuts on the desktop and quick launch bar, sadly (although this isn&#039;t really Windows&#039; fault).

Mac OS X&#039;s abstraction is right on top of the implementation.  If you delete the abstraction (the pretty icon) the implementation&#039;s gone too.  In order to break an application by tinkering with its frameworks and such, you have to pass through the abstraction&#151;by right-clicking on it and choosing &quot;show package contents&quot;.



&lt;strong&gt;------UAC------&lt;/strong&gt;
You&#039;re right about UAC being privilege elevation when you&#039;re not running an admin user.  That&#039;s absolutely correct, and something that I hadn&#039;t even really considered when I wrote the post because I&#039;ve never actually come across a non-admin Vista box.  Most of the non-admin users I come in to contact with are in businesses and universities and such, and few have moved to Vista yet.  My workplace is among those who have thus far stuck with XP (and Windows 2000, don&#039;t ask).

What I was talking about, though, was when you ARE an admin user, because then you don&#039;t need to put in a password at all.  It just asks for confirmation, essentially badgering you for confirmation to do something that you *already* have sufficient privileges to do.  I guess it&#039;s cool that it runs as a standard user unless you hit something that needs admin rights, but really, is the dialog necessary?  Am I going to decide not to change my desktop icons because I know it requires the admin rights I already have?

Nothing about a password-less UAC prompt will dissuade me from doing what I wanted to do.  Keeping underprivileged users from changing settings they don&#039;t have the right to change, fine.  It&#039;s teriffic that Vista has this ability.  But badgering those who *already have* those rights every time they try to exercise them?  It&#039;s totally understandable for UAC password prompts to pop up for non-admin users, but anytime one pops up without a password, that&#039;s basically asking you, &quot;hey, I know technically you&#039;re already cleared to do this, but are you sure it&#039;s the right thing to do?  Maybe you should take a closer look.&quot;  That&#039;s infuriating to me.

Also, I had no idea that UAC prompts popped up in the center of their parent window!  Since the screen dimmed, I never paid attention to anything  but the prompt, and you have to admit, that seems to have been the design goal.  I can see it now that you mentioned it, but to your average end user it&#039;s sure going to look randomly placed, and regardless of reason, it still has the effect of inhibiting muscle memory, since its buttons are in different locations for each non-maximized window that spawns one.

I realized a little after I wrote the post that UAC prompts would indeed not interrupt something else.  I admit I was in the wrong in not editing my post to reflect this, and I apologize for the error.



&lt;strong&gt;------UAC re: Virus in installer------&lt;/strong&gt;
You&#039;re right that a virus hiding inside a an installer or executable is something that all platforms are vulnerable to.  But UAC gives you the illusion of security.  If you think you&#039;re being protected and you don&#039;t really know the precise way in which the system can fail, you might let your guard down and rely on UAC as a security mechanism.

I&#039;ve known people who did this and got burned as a result.  Since previous versions of Windows did nothing overt about security, now that Vista does, people assume they&#039;re more protected and try to rely on it to protect them.  If it can&#039;t, then it&#039;s practically worse than nothing at all since it can drive them to unsafe activities without knowing that they&#039;re not secure.



&lt;strong&gt;------Price------&lt;/strong&gt;
Hmm, that&#039;s interesting.  I had no idea that previous versions of Windows were so expensive!  I&#039;ll admit that I actually did no research.  Oops.  Perhaps that was a poor idea.  Perhaps I will abandon that habit in the future.</description>
		<content:encoded><![CDATA[<p>Simon,</p>
<p>Whoops, your comments wound up in my spam queue!  Sorry for the obscene delay.</p>
<p><strong>&#8212;&#8212;The Registry&#8212;&#8212;</strong><br />
I can&#8217;t believe I overlooked the fact that the Registry is backed up at system restore points!  Duh!  How would it be able to revert to old settings without having kept a copy of them?  Oy.</p>
<p>Yeah, ideally users shouldn&#8217;t have to edit the Registry, but I&#8217;ve often seen them have to or been told to by a techie who was looking for a quick fix.  Then again, this isn&#8217;t really so different from telling an OS X user to run a terminal command in its obfuscation level, so there you go.</p>
<p>I don&#8217;t believe that the install location of programs should ever be stored anywhere.  With no method of keeping in sync the actual location and the Registry/.ini/preference&#8217;s value for the install location, problems will always crop up.  What if I want to run it from the Desktop while I&#8217;m evaluating it?  If it breaks because it was installed to the applications folder and can&#8217;t find its stuff as a result, then that system is broken.</p>
<p>Uninstalling things should be as simple as dragging to the trash, ideally.  Even better would be if when you dragged an app to the trash it it asked you whether you wanted its preferences file and app support folder nuked too.  But this wouldn&#8217;t have to be through paths, it could be done by name: whenever a .app &#8220;folder&#8221; is trashed, the system could look in the preferences folder to see if there&#8217;s a matching file.  If there was, it would parse that file and find any other support folders and files.  If the app was installed through an actual package installer, the system would additionally search through its receipt and offer to get rid of its support files.  All this could be accomplished without paths to the application bundle at all.</p>
<p><strong>&#8212;&#8212;Abstraction (Start Menu vs. Applications folder)&#8212;&#8212;</strong><br />
From a security standpoint, you&#8217;re close to the mark about Mac OS X&#8217;s abstraction, but not quite there, I think.  Theoretically, a piece of malware could hide inside an application bundle, but this presents problems: with each software update, the bundled apps are updated by throwing away the old apps and replacing them with new ones, which would remove anything bad hiding inside of one.  For any piece of third-party software, malware can&#8217;t be sure of it being installed at all, and apps that use Sparkle also trash their old selves and replace them with new ones.  This leaves vulnerable third-party apps that don&#8217;t use sparkle or a comparable updating mechanism.  How successful will a piece of malware be that can only target Mac OS X systems with Audio Hijack installed be?</p>
<p>Correct me if I&#8217;m wrong, but in Windows, updating an application involves throwing away old files and replacing them with new ones, rather than throwing away the whole C:\Program Files\myApp folder and replacing it with a new one, right?  Say \myApp has the following files:</p>
<p>	myapp.exe<br />
	myapp.lib<br />
	dependencies.dll<br />
	otherStuff.dll<br />
	bigHonkinVirus.exe</p>
<p>If this application updates itself by replacing the files it already knows about, it will ignore the virus hidden inside unless it is smart enough to check for the existence of unknown files, but this could break other things or erase user data that happened to be in there&#8211;which is possible since it&#8217;s just an ordinary folder (compared to bundles, which do not show up as folders without explicitly ordering them to show their contents).  Unless the application completely throws away its parent folder when it updates, it can&#8217;t be sure of ridding itself of malware.  Or at least this is the way it seems to me.  Feel free to correct me if I&#8217;m wrong.</p>
<p>But primarily, the reason I prefer Mac OS X&#8217;s abstraction (applications folder) is that it&#8217;s closer to the source.  If you delete something from your start menu, it&#8217;s still installed.  If you torch an application&#8217;s folder in C:\Program Files, its start menu folder is still there, as are its Registry values, meaning it still shows up as installed from Add/Remove Programs and Programs &amp; Features.  Even if you uninstall, a lot of rogue programs won&#8217;t remove themselves from the start menu or clean up their shortcuts on the desktop and quick launch bar, sadly (although this isn&#8217;t really Windows&#8217; fault).</p>
<p>Mac OS X&#8217;s abstraction is right on top of the implementation.  If you delete the abstraction (the pretty icon) the implementation&#8217;s gone too.  In order to break an application by tinkering with its frameworks and such, you have to pass through the abstraction&#8212;by right-clicking on it and choosing &#8220;show package contents&#8221;.</p>
<p><strong>&#8212;&#8212;UAC&#8212;&#8212;</strong><br />
You&#8217;re right about UAC being privilege elevation when you&#8217;re not running an admin user.  That&#8217;s absolutely correct, and something that I hadn&#8217;t even really considered when I wrote the post because I&#8217;ve never actually come across a non-admin Vista box.  Most of the non-admin users I come in to contact with are in businesses and universities and such, and few have moved to Vista yet.  My workplace is among those who have thus far stuck with XP (and Windows 2000, don&#8217;t ask).</p>
<p>What I was talking about, though, was when you ARE an admin user, because then you don&#8217;t need to put in a password at all.  It just asks for confirmation, essentially badgering you for confirmation to do something that you *already* have sufficient privileges to do.  I guess it&#8217;s cool that it runs as a standard user unless you hit something that needs admin rights, but really, is the dialog necessary?  Am I going to decide not to change my desktop icons because I know it requires the admin rights I already have?</p>
<p>Nothing about a password-less UAC prompt will dissuade me from doing what I wanted to do.  Keeping underprivileged users from changing settings they don&#8217;t have the right to change, fine.  It&#8217;s teriffic that Vista has this ability.  But badgering those who *already have* those rights every time they try to exercise them?  It&#8217;s totally understandable for UAC password prompts to pop up for non-admin users, but anytime one pops up without a password, that&#8217;s basically asking you, &#8220;hey, I know technically you&#8217;re already cleared to do this, but are you sure it&#8217;s the right thing to do?  Maybe you should take a closer look.&#8221;  That&#8217;s infuriating to me.</p>
<p>Also, I had no idea that UAC prompts popped up in the center of their parent window!  Since the screen dimmed, I never paid attention to anything  but the prompt, and you have to admit, that seems to have been the design goal.  I can see it now that you mentioned it, but to your average end user it&#8217;s sure going to look randomly placed, and regardless of reason, it still has the effect of inhibiting muscle memory, since its buttons are in different locations for each non-maximized window that spawns one.</p>
<p>I realized a little after I wrote the post that UAC prompts would indeed not interrupt something else.  I admit I was in the wrong in not editing my post to reflect this, and I apologize for the error.</p>
<p><strong>&#8212;&#8212;UAC re: Virus in installer&#8212;&#8212;</strong><br />
You&#8217;re right that a virus hiding inside a an installer or executable is something that all platforms are vulnerable to.  But UAC gives you the illusion of security.  If you think you&#8217;re being protected and you don&#8217;t really know the precise way in which the system can fail, you might let your guard down and rely on UAC as a security mechanism.</p>
<p>I&#8217;ve known people who did this and got burned as a result.  Since previous versions of Windows did nothing overt about security, now that Vista does, people assume they&#8217;re more protected and try to rely on it to protect them.  If it can&#8217;t, then it&#8217;s practically worse than nothing at all since it can drive them to unsafe activities without knowing that they&#8217;re not secure.</p>
<p><strong>&#8212;&#8212;Price&#8212;&#8212;</strong><br />
Hmm, that&#8217;s interesting.  I had no idea that previous versions of Windows were so expensive!  I&#8217;ll admit that I actually did no research.  Oops.  Perhaps that was a poor idea.  Perhaps I will abandon that habit in the future.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://techpaladin.com/2007/08/30/snowballs-and-dominos/comment-page-1/#comment-63</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Wed, 05 Sep 2007 18:46:58 +0000</pubDate>
		<guid isPermaLink="false">http://gazebotron.com/2007/08/30/snowballs-and-dominos/#comment-63</guid>
		<description>You make some good points here, but also several rather bad ones.

Firstly: I completely agree with the main part of your argument regarding the registry: the *nix method (ini files) in superior to it in many, many ways.

A couple of points, however: you are incorrect in saying there is only one backup of the registry.  It is backed up (in addition to key system config files) as part of setting a system restore point, which is done on installing new programs, making changes to the system, every so often on a sechedule, or can be done manually.  You can roll back to any point (e.g. screenshot at http://snurl.com/1q8hi).

Your observation that the acronyms HKCU, HKLM etc. are cryptic is a slightly strange one: of course the acronyms are cryptic, all acronyms are cryptic; but they&#039;re not referred to (in Windows) by their acronyms.  The full names (HKEY Current User; HKEY Local Machine...) are what is used in regedit, are not at all cryptic.  The data types used inside the registry (DWord, hexadecimal) are indeed cryptic if you&#039;re not a programmer and aren&#039;t used to them, but the registry is, after all, a database for programs and Windows to store their settings between sessions, and its datatypes are as such ones that will be useful to programmers; end users aren&#039;t supposed to edit it manually.

You note that programs register their location in the registry for various purposes (for example, the path of the uninstall program so that add/remove programs knows where it is) and that if this is changed, you can have problems; but I&#039;m afraid that I don&#039;t see how this would be any different if ini files were used rather than the registry: you&#039;d still need to edit the path in, say, the add/remove programs ini file in my example when you move the program.

(Incidentally, I completely agree with you about programs putting themselves in a subfolder under their company name).

Those are minor points, though; for the most part I agree with you.  Now for a major one: your next point is baffling.  You complain about the Windows 95 start menu, a way of abstracting users from the underlying program files.  And you give a screenshot of underneath the abstraction; the MS Office program files.  OK.  Fair enough.

But then, &quot;by contrast&quot;, you show the Mac OS Applications folder.  Which you seem to be unaware is a Macintosh program launching abstraction, equivalent to Windows 95&#039;s Start menu.  It is ridiculous to show screenshots of one OSes application launching abstraction and the other OSes internal program files folder as if the two were comparable.  And it&#039;s quite clear that you&#039;re a very experienced Mac user, so surely you must realise that the Applications folder *is* an abstraction, that that&#039;s not &#039;all there is&#039;.  If you really didn&#039;t, then, well, you&#039;ll know for the future: to see the internal program files behind the abstraction, the analogue to the screenshot you post of the MS office files, control-click (or Right-click) on the application and select Show Package Contents from the context menu.

I completely agree with you on the irony of MS selling antivirus software; though I suspect that if they did try to bundle the capability in with the OS they&#039;d face an antitrust lawsuit of epic proportions from Norton, Mcaffee et al.

What next?  Ah yes, UAC.   There are a couple of minor problems with your comment on this, and one very, very major one.

Minor problems first: you state that &quot;you are forced to acknowledge its presence and deal with it, even if you were in the middle of something else&quot;.  This is rubbish.  If a UAC prompt is triggered by a background window (say, a program installing in the background), it will stay in the background until you alt-tab or click on the background window.  Next you state that &quot;the dialog box appears in a random location each time to prevent you from being able to quickly click on “OK”&quot;.  This is also rubbish.  It appears in the exact centre of the window that triggered it.  Next you say &quot;No, I’m not making any of this up&quot;, which is amusing, since there was no part of that paragraph which you *didn&#039;t* appear to make up.

The major problem, though, dwarfs those into insignificance, and that is the statement that &quot;Note that none of these tasks actually require elevated permissions; Windows just feels the need to make you confirm your action to make sure it was originated by you and not a piece of malware&quot;.

Oh, dear.

UAC is a privilege elevation dialogue.  That is what it is, and that alone; its purpose in life, if you will, is privilege elevation.

Just like gksudo or kdesu in Linux.  Or Authenticate in...  Ummm, Mac OS X.

That&#039;s why your statement is so puzzling: ignorance in someone who&#039;s never come across dialogue-based privilege elevation before is understandable, but the OS you normally use does exactly the same thing!  In both, when running as a standard user, you are prompted to enter an administrator user and password to perform administrator tasks.  Compare the &lt;a href=&quot;http://snurl.com/1qcwk&quot; rel=&quot;nofollow&quot;&gt;Authenticate dialogue&lt;/a&gt; with the &lt;a href=&quot;http://snurl.com/1qcwi&quot; rel=&quot;nofollow&quot;&gt;UAC dialogue&lt;/a&gt;.  The only major non-aesthetic difference between them is that Vista gives you the names of all the administrators, so you just need to remember the password, wheras Mac OS doesn&#039;t.  Otherwise, the dialogues are substatially identical.

And the only major difference in functionality between Authenticate and UAC is that, with UAC, there&#039;s an additional mode whereby, if you log on as an administrator, you can choose to run both standard and administrator tokens simultaneously, so programs normally run under the standard user token for security, but if you need to you can elevate programs to the admin token without needing to type your password (when running in this mode the UAC dialogue misses out the username/password entry).  Mac OS has no such mode.  Other than that, they&#039;re substantially identical in functionality.

(Incidentally, the &quot;sandbox&quot; feature of IE7 is just a byproduct of UAC: IE runs with very low privileges, even lower than standard user privileges; you need to elevate to, for example, interact with other programs on the conputer).

Your situation of a virus embedded in software the user is installing is correct, but again, exactly the same &quot;security hole&quot; is present in all modern operating systems: if the user wants to elevate and knows the admin password, the OS can&#039;t exactly stop them.  How could it be any different?

Re the price: Windows 95 Full RRP&#039;d for $209.  Vista Home *Premium* RRPs $240.  The difference can easily be accounted for by 12 years of inflation.

You&#039;ve made some excellent posts on this blog, as &lt;a href=&quot;http://unifiedforever.wordpress.com/2007/04/07/vista-an-open-minded-windows-using-mac-fans-perspective/&quot; rel=&quot;nofollow&quot;&gt;I&#039;ve said in the past&lt;/a&gt;; but this, I&#039;m afraid, was not one of them.  Fatally badly researched, and the &quot;No, I’m not making any of this up&quot; between two paragraphs both of which were substantially rubbish was especially galling.  Dissapointing.</description>
		<content:encoded><![CDATA[<p>You make some good points here, but also several rather bad ones.</p>
<p>Firstly: I completely agree with the main part of your argument regarding the registry: the *nix method (ini files) in superior to it in many, many ways.</p>
<p>A couple of points, however: you are incorrect in saying there is only one backup of the registry.  It is backed up (in addition to key system config files) as part of setting a system restore point, which is done on installing new programs, making changes to the system, every so often on a sechedule, or can be done manually.  You can roll back to any point (e.g. screenshot at <a href="http://snurl.com/1q8hi" rel="nofollow">http://snurl.com/1q8hi</a>).</p>
<p>Your observation that the acronyms HKCU, HKLM etc. are cryptic is a slightly strange one: of course the acronyms are cryptic, all acronyms are cryptic; but they&#8217;re not referred to (in Windows) by their acronyms.  The full names (HKEY Current User; HKEY Local Machine&#8230;) are what is used in regedit, are not at all cryptic.  The data types used inside the registry (DWord, hexadecimal) are indeed cryptic if you&#8217;re not a programmer and aren&#8217;t used to them, but the registry is, after all, a database for programs and Windows to store their settings between sessions, and its datatypes are as such ones that will be useful to programmers; end users aren&#8217;t supposed to edit it manually.</p>
<p>You note that programs register their location in the registry for various purposes (for example, the path of the uninstall program so that add/remove programs knows where it is) and that if this is changed, you can have problems; but I&#8217;m afraid that I don&#8217;t see how this would be any different if ini files were used rather than the registry: you&#8217;d still need to edit the path in, say, the add/remove programs ini file in my example when you move the program.</p>
<p>(Incidentally, I completely agree with you about programs putting themselves in a subfolder under their company name).</p>
<p>Those are minor points, though; for the most part I agree with you.  Now for a major one: your next point is baffling.  You complain about the Windows 95 start menu, a way of abstracting users from the underlying program files.  And you give a screenshot of underneath the abstraction; the MS Office program files.  OK.  Fair enough.</p>
<p>But then, &#8220;by contrast&#8221;, you show the Mac OS Applications folder.  Which you seem to be unaware is a Macintosh program launching abstraction, equivalent to Windows 95&#8242;s Start menu.  It is ridiculous to show screenshots of one OSes application launching abstraction and the other OSes internal program files folder as if the two were comparable.  And it&#8217;s quite clear that you&#8217;re a very experienced Mac user, so surely you must realise that the Applications folder *is* an abstraction, that that&#8217;s not &#8216;all there is&#8217;.  If you really didn&#8217;t, then, well, you&#8217;ll know for the future: to see the internal program files behind the abstraction, the analogue to the screenshot you post of the MS office files, control-click (or Right-click) on the application and select Show Package Contents from the context menu.</p>
<p>I completely agree with you on the irony of MS selling antivirus software; though I suspect that if they did try to bundle the capability in with the OS they&#8217;d face an antitrust lawsuit of epic proportions from Norton, Mcaffee et al.</p>
<p>What next?  Ah yes, UAC.   There are a couple of minor problems with your comment on this, and one very, very major one.</p>
<p>Minor problems first: you state that &#8220;you are forced to acknowledge its presence and deal with it, even if you were in the middle of something else&#8221;.  This is rubbish.  If a UAC prompt is triggered by a background window (say, a program installing in the background), it will stay in the background until you alt-tab or click on the background window.  Next you state that &#8220;the dialog box appears in a random location each time to prevent you from being able to quickly click on “OK”&#8221;.  This is also rubbish.  It appears in the exact centre of the window that triggered it.  Next you say &#8220;No, I’m not making any of this up&#8221;, which is amusing, since there was no part of that paragraph which you *didn&#8217;t* appear to make up.</p>
<p>The major problem, though, dwarfs those into insignificance, and that is the statement that &#8220;Note that none of these tasks actually require elevated permissions; Windows just feels the need to make you confirm your action to make sure it was originated by you and not a piece of malware&#8221;.</p>
<p>Oh, dear.</p>
<p>UAC is a privilege elevation dialogue.  That is what it is, and that alone; its purpose in life, if you will, is privilege elevation.</p>
<p>Just like gksudo or kdesu in Linux.  Or Authenticate in&#8230;  Ummm, Mac OS X.</p>
<p>That&#8217;s why your statement is so puzzling: ignorance in someone who&#8217;s never come across dialogue-based privilege elevation before is understandable, but the OS you normally use does exactly the same thing!  In both, when running as a standard user, you are prompted to enter an administrator user and password to perform administrator tasks.  Compare the <a href="http://snurl.com/1qcwk" rel="nofollow">Authenticate dialogue</a> with the <a href="http://snurl.com/1qcwi" rel="nofollow">UAC dialogue</a>.  The only major non-aesthetic difference between them is that Vista gives you the names of all the administrators, so you just need to remember the password, wheras Mac OS doesn&#8217;t.  Otherwise, the dialogues are substatially identical.</p>
<p>And the only major difference in functionality between Authenticate and UAC is that, with UAC, there&#8217;s an additional mode whereby, if you log on as an administrator, you can choose to run both standard and administrator tokens simultaneously, so programs normally run under the standard user token for security, but if you need to you can elevate programs to the admin token without needing to type your password (when running in this mode the UAC dialogue misses out the username/password entry).  Mac OS has no such mode.  Other than that, they&#8217;re substantially identical in functionality.</p>
<p>(Incidentally, the &#8220;sandbox&#8221; feature of IE7 is just a byproduct of UAC: IE runs with very low privileges, even lower than standard user privileges; you need to elevate to, for example, interact with other programs on the conputer).</p>
<p>Your situation of a virus embedded in software the user is installing is correct, but again, exactly the same &#8220;security hole&#8221; is present in all modern operating systems: if the user wants to elevate and knows the admin password, the OS can&#8217;t exactly stop them.  How could it be any different?</p>
<p>Re the price: Windows 95 Full RRP&#8217;d for $209.  Vista Home *Premium* RRPs $240.  The difference can easily be accounted for by 12 years of inflation.</p>
<p>You&#8217;ve made some excellent posts on this blog, as <a href="http://unifiedforever.wordpress.com/2007/04/07/vista-an-open-minded-windows-using-mac-fans-perspective/" rel="nofollow">I&#8217;ve said in the past</a>; but this, I&#8217;m afraid, was not one of them.  Fatally badly researched, and the &#8220;No, I’m not making any of this up&#8221; between two paragraphs both of which were substantially rubbish was especially galling.  Dissapointing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

