<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Forging The Future &#187; Platforms</title>
	<atom:link href="http://weblog.ieuc.org/archives/category/technology/platforms/feed" rel="self" type="application/rss+xml" />
	<link>http://weblog.ieuc.org</link>
	<description>News and Views from the Institute for End User Computing, Inc.</description>
	<lastBuildDate>Fri, 06 Jan 2012 03:08:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Platform Peril ::: Convenience v. Control and the Meaning of Ownership</title>
		<link>http://weblog.ieuc.org/archives/657</link>
		<comments>http://weblog.ieuc.org/archives/657#comments</comments>
		<pubDate>Fri, 24 Jun 2011 21:21:42 +0000</pubDate>
		<dc:creator>The IEUC</dc:creator>
				<category><![CDATA[Consumer Advocacy]]></category>
		<category><![CDATA[Platforms]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://weblog.ieuc.org/?p=657</guid>
		<description><![CDATA[Maintaining a real computer can be a serious annoyance at times. Regardless of which operating system you call home, you will be buffeted by an endless stream of security patches and upgrades and it never ceases to amaze us that no vendors have yet to launch marketing campaigns touting their ability to write secure bug [...]]]></description>
			<content:encoded><![CDATA[<div style="text-indent:1em;text-align:justify;">
<p>Maintaining a real computer can be a serious annoyance at times. Regardless of which operating system you call home, you will be buffeted by an endless stream of security patches and upgrades and it never ceases to amaze us that no vendors have yet to launch marketing campaigns touting their ability to write secure bug free code!</p>
<p>Of course, even if a vendor writes quality code in house, glitches keep popping up in software libraries that are shared by countless client programs, causing the need to fix a bug in a single library to ripple through the eco-system. Moreover, since vendors don&#8217;t disclose where they get third party code or the exact nature of most patches, End Users can&#8217;t identify the original sources of the bugs or use that knowledge to procure code from more reliable programming houses.</p>
<p>Sadly, rather than tackling the root causes of low quality software on the desktop, we have seen a move by some platform vendors to leverage this sorry state of affairs as a way to seduce End Users into migrating to arguably more convenient systems that use contractual and architectural measures to trap their users in Walled Gardens, where no problem can be solved without making yet another purchase.</p>
<p>In return for transparent updates and backups along with the promised convenience of a curated store that will ostensibly hold a turnkey solution to our every need, we give up the power and generality that makes personal computing so transformative. Instead, of providing<strong> powerful means of abstraction and combination</strong>, we are faced with a thousand roach motels for our data which is always kept just out of reach.</p>
<p>Instead of empowering End Users and teaching them the sense of personal mastery that came with the Personal Computing Revolution, these new platforms breed dependence and centralize a level of power in the hands of platform vendors who now enjoy the power to kill disruptive technologies, censor their application, and effectively prevent End Users from exercising traditional rights of ownership to tweak and modify their property and freely contract with third parties. This weakens the meaning of ownership to the point that it looses all meaning.</p>
<p>Such systems are the technologies of George Orwell&#8217;s 1984 and End Users would be well advised be wary of the slippery slope on which we now tread.</p>
<p>David O&#8217;Toole raised some very cogent points in his blog posting <a href="http://lispgamesdev.blogspot.com/2011/06/apps-considered-harmful-part-1.html">Apps Considered Harmful: Part 1</a> that inspired these remarks and parallel our thinking.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://weblog.ieuc.org/archives/657/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Simple Safari Multiple-Column Text Rendering Bug Fix</title>
		<link>http://weblog.ieuc.org/archives/627</link>
		<comments>http://weblog.ieuc.org/archives/627#comments</comments>
		<pubDate>Tue, 24 May 2011 15:35:25 +0000</pubDate>
		<dc:creator>The IEUC</dc:creator>
				<category><![CDATA[OS X]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Webmaster's Log]]></category>

		<guid isPermaLink="false">http://weblog.ieuc.org/?p=627</guid>
		<description><![CDATA[In Safari Version 5.0.5 (6533.21.1) on the Mac, using CSS3 to generate multiple columns can lead to truly ugly artifacts if the last line before a column break contains prominent descenders. These are the portions of a lowercase g, j, p, q, or y that project below the &#8220;baseline&#8221; of your text. Apparently, for some fonts [...]]]></description>
			<content:encoded><![CDATA[<p>In Safari Version 5.0.5 (6533.21.1) on the Mac, using CSS3 to generate multiple columns can lead to truly ugly artifacts if the last line before a column break contains prominent descenders. These are the portions of a lowercase g, j, p, q, or y that project below the &#8220;baseline&#8221; of your text.</p>
<p>Apparently, for some fonts and column widths, Safari will crop the bottoms off of these letter forms and display them at the top of the next column as if they were projecting down from an otherwise invisible line of text sitting above the actual column in your layout.</p>
<p>This effect can be suppressed by increasing the line height of your text to trigger this &#8220;rendered text image wrapping&#8221; bug with transparent pixels, which when shuffled to the top of the next column will remain blissfully invisible to your reader.</p>
<p>We have found that a simple css declaration of <strong>line-height:2em;</strong> did the trick for us. Depending on your choice of fonts and other typographical variable you may need to fiddle with this value to eliminate Safari&#8217;s display glitch, which will no doubt be corrected in a future release. Until then, slightly exaggerated vertical line spacing is a small price to pay for the convenience of multiple CSS3 columns.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://weblog.ieuc.org/archives/627/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple Arrogance</title>
		<link>http://weblog.ieuc.org/archives/584</link>
		<comments>http://weblog.ieuc.org/archives/584#comments</comments>
		<pubDate>Wed, 02 Feb 2011 16:40:32 +0000</pubDate>
		<dc:creator>The IEUC</dc:creator>
				<category><![CDATA[Consumer Advocacy]]></category>
		<category><![CDATA[Economics]]></category>
		<category><![CDATA[Platforms]]></category>

		<guid isPermaLink="false">http://weblog.ieuc.org/?p=584</guid>
		<description><![CDATA[The latest evidence of growing Apple arrogance comes to us from BusinessInsider.com : &#8220;Apple Just Declared War On Amazon Kindle&#8221; End Users need to reject Apple&#8217;s business model of taking a 30% cut of &#8220;in application&#8221; content sales and recognize the degree to which such hidden expenses are disguising the trust cost of iDevice ownership. [...]]]></description>
			<content:encoded><![CDATA[<div style="text-indent:1em;text-align:justify" >The latest evidence of growing Apple arrogance comes to us from BusinessInsider.com : &#8220;<a href="http://www.businessinsider.com/apple-kindle-2011-2">Apple Just Declared War On Amazon Kindle</a>&#8221;</p>
<p>End Users need to reject Apple&#8217;s business model of taking a 30% cut of &#8220;in application&#8221; content sales and recognize the degree to which such hidden expenses are disguising the trust cost of iDevice ownership.</p>
<p>As competing tablets reach End Users we trust that market forces will bring about an end to such overreaching practices.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://weblog.ieuc.org/archives/584/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Growing App Store Concerns</title>
		<link>http://weblog.ieuc.org/archives/574</link>
		<comments>http://weblog.ieuc.org/archives/574#comments</comments>
		<pubDate>Tue, 01 Feb 2011 15:42:50 +0000</pubDate>
		<dc:creator>The IEUC</dc:creator>
				<category><![CDATA[Consumer Advocacy]]></category>
		<category><![CDATA[Economics]]></category>
		<category><![CDATA[Platforms]]></category>

		<guid isPermaLink="false">http://weblog.ieuc.org/?p=574</guid>
		<description><![CDATA[It is now being reported by the New York Times that Apple has blocked Sony from releasing a Sony Reader app for iDevices via Apple&#8217;s App Store : &#8220;Apple Moves to Tighten Control of App Store&#8221; Businessinsider.com put this quite succinctly : &#8220;WAR: Apple Blocks Sony E-Reader App, Kindle Might Be Next&#8221; End Users and [...]]]></description>
			<content:encoded><![CDATA[<div style="text-indent: 1em; text-align:justify">
<p>It is now being reported by the New York Times that Apple has blocked Sony from releasing a Sony Reader app for iDevices via Apple&#8217;s App Store : <a href="http://www.nytimes.com/2011/02/01/technology/01apple.html?_r=1">&#8220;Apple Moves to Tighten Control of App Store&#8221;</a></p>
<p> Businessinsider.com put this quite succinctly : <a href="http://www.businessinsider.com/war-apple-blocks-sony-e-reader-app-kindle-might-be-next-2011-2">&#8220;WAR: Apple Blocks Sony E-Reader App, Kindle Might Be Next&#8221;<br />
</a></p>
<p>End Users and Antitrust Regulators should be deeply concerned by Apple&#8217;s growing efforts to tie purchases of their current hardware to future purchases of software and media content through their exclusive distribution channels.</p>
<p>To allow this approach to stand as a mater of public policy and common sense would be the equivalent of letting the manufacturer of a refrigerator dictate where one could shop for frozen food or letting car manufactures restrict which brands of gasoline could be used to fuel your vehicle while permitting both to get a cut of your future purchases inflating the price of every purchase without adding any real value in return.</p>
<p>Consumer electronics manufacturers shouldn&#8217;t be able to condition the purchase of software and content by End Users of their &#8220;platforms&#8221; on their receiving a cut of all such sales by restricting third party vendors from directly meeting their customers needs without going through them as an intermediary. The Apple model of a single sanctioned App Store serves as little more than a content tax and anti-competitive barrier that prevents other firms from competing with the platform vendor and its preferred business partners to offer improved quality and value.</p>
<p>Naturally, proponents of the App Store model will argue that it benefits consumers by providing a vital quality control filter, but this end could be achieved through a Certification Mark without intruding into the <em>Freedom of Contract</em> between End Users and Third Party Vendors.</p>
<p>In all likelihood, most End Users would still <strong>choose</strong> to go the official App Store route, but only by <strong>forcing</strong> hardware vendors to permit <strong>alternate app stores</strong> and <strong>convenient</strong> side loading of content and <strong>unmediated</strong> purchases of such content can we insure an honest market.</p>
<p>In no other product category would we even contemplate the notion that manufacturing a product entitles its original vendor to exercise this level of control over its use and the aftermarkets for its compliments.</p>
<p>End Users stand at a crossroads between one future where we continue to enjoy the benefits of the <em>free markets</em> that have brought us to where we are today and and a much darker world of monopoly-priced platform-locked content and utter <strong>subservience</strong> to the whims of platform vendors restricting what programs and content you can see and use to only those apps and media that fit into their self-serving marketing plans.</p>
<p>The battle lines are being drawn and we can&#8217;t necessarily count on the courts and government regulators to protect our interests if we willingly embrace products that try to leverage of convenience of an App Store model to enslave us.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://weblog.ieuc.org/archives/574/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Anti-Virus Roundup, Part 3 — ClamAV</title>
		<link>http://weblog.ieuc.org/archives/250</link>
		<comments>http://weblog.ieuc.org/archives/250#comments</comments>
		<pubDate>Thu, 14 Jan 2010 15:56:14 +0000</pubDate>
		<dc:creator>The IEUC</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Platforms]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://weblog.ieuc.org/?p=250</guid>
		<description><![CDATA[For users of Unix and Linux, the most comprehensive free anti-virus solution is the venerable ClamAV. This open source project licensed under the GPL will thoroughly scrub your system of known threats to any platform. Its database of malware signatures is frequently updated and the system has a number of graphical front ends. A new [...]]]></description>
			<content:encoded><![CDATA[<p>For users of Unix and Linux, the most comprehensive free anti-virus solution is the venerable ClamAV.</p>
<p>This open source project licensed under the GPL will thoroughly scrub your system of known threats to any platform. Its database of <a href="http://en.wikipedia.org/wiki/Malware">malware</a> signatures is frequently updated and the system has a number of graphical front ends.</p>
<p>A new native port for Windows is still in the works, but there is already an older unsupported <a href="http://w32.clamav.net/">ClamAV for Windows</a> and a <a href="http://www.clamwin.com/">ClamWin</a> as well as a <a href="http://www.clamxav.com/index.php?page=v2beta">ClamXav 2.0 Public Beta</a> that runs under the latest release of OS X for Mac Users.</p>
<p>While the various ClamAV GUI&#8217;s tend to produce too much low level feedback on what the tool is doing, the system gets the job done which is what really matters most in this space.</p>
<p><em>Also see <a href="http://weblog.ieuc.org/archives/245">Part 1</a> &#038; <a href="http://weblog.ieuc.org/archives/248">Part 2</a> of this series.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://weblog.ieuc.org/archives/250/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Free Anti-Virus Roundup, Part 2 — iAntiVirus</title>
		<link>http://weblog.ieuc.org/archives/248</link>
		<comments>http://weblog.ieuc.org/archives/248#comments</comments>
		<pubDate>Wed, 13 Jan 2010 15:20:21 +0000</pubDate>
		<dc:creator>The IEUC</dc:creator>
				<category><![CDATA[OS X]]></category>
		<category><![CDATA[Platforms]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://weblog.ieuc.org/?p=248</guid>
		<description><![CDATA[If you are a home user and your platform of choice is the Mac, you can find a rather elegant and free OS X anti-virus solution in PC Tools iAntiVirus. Note however that iAntiVirus won&#8217;t catch any non-mac threats, so if someone sends you a file with a windows virus you are still at risk [...]]]></description>
			<content:encoded><![CDATA[<p>If you are a home user and your platform of choice is the Mac, you can find a rather elegant and free OS X anti-virus solution in <a href="http://www.iantivirus.com/">PC Tools iAntiVirus</a>.</p>
<p>Note however that iAntiVirus won&#8217;t catch any non-mac threats, so if someone sends you a file with a windows virus you are still at risk of passing it on to friends. Nevertheless, it will catch known Mac viruses and trojans and since there are fewer of these on the Mac side, the scan will generally run at a good clip.</p>
<p>The company also has a subscription version of the tool with technical support for business users.</p>
<p>Alternatively, all Mac users can look at ClamXav (see tomorrow&#8217;s post).</p>
<p><em>Also see <a href="http://weblog.ieuc.org/archives/245">Part 1</a> &#038; <a href="http://weblog.ieuc.org/archives/250">Part 3</a> of this series.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://weblog.ieuc.org/archives/248/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Free Anti-Virus Roundup, Part 1 — Microsoft Security Essentials</title>
		<link>http://weblog.ieuc.org/archives/245</link>
		<comments>http://weblog.ieuc.org/archives/245#comments</comments>
		<pubDate>Tue, 12 Jan 2010 15:05:14 +0000</pubDate>
		<dc:creator>The IEUC</dc:creator>
				<category><![CDATA[Platforms]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://weblog.ieuc.org/?p=245</guid>
		<description><![CDATA[This series of posts will point you to the best free anti-virus software on the web. Anti-Virus software is a must have of modern computing. Regrettably, the commercial subscription service fees to provide this protection can really mount up in the long term. Fortunately, if Windows is your platform of choice and your Windows variant [...]]]></description>
			<content:encoded><![CDATA[<p>This series of posts will point you to the best <strong>free</strong> anti-virus software on the web.</p>
<p>Anti-Virus software is a must have of modern computing. Regrettably, the commercial subscription service fees to provide this protection can really mount up in the long term.</p>
<p>Fortunately, if Windows is your platform of choice and your Windows variant has already been &#8220;activated&#8221; or supports installing the <a href="http://www.microsoft.com/genuine/">Genuine Microsoft Software</a> validation tools (i.e. Windows XP, Vista, and Windows 7), you will be able to download and install <a href="http://www.microsoft.com/Security_Essentials/">Microsoft Security Essentials</a> <strong>for free</strong>. </p>
<p><a href="http://www.microsoft.com/Security_Essentials/">Security Essentials</a> will then provide you with up to date anti-virus and <a href="http://en.wikipedia.org/wiki/Malware">malware</a> protection tightly integrated into the Windows update mechanism under an elegant user interface that rivals those of third party vendors.</p>
<p><em>Also see <a href="http://weblog.ieuc.org/archives/248">Part 2</a> &#038; <a href="http://weblog.ieuc.org/archives/250">Part 3</a> of this series.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://weblog.ieuc.org/archives/245/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

