<?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>Perpetual Student &#187; Recent Events</title>
	<atom:link href="http://perpetualstudent.net/blog/category/recent-events/feed/" rel="self" type="application/rss+xml" />
	<link>http://perpetualstudent.net/blog</link>
	<description>Just another student of the web</description>
	<lastBuildDate>Fri, 20 Jan 2012 03:20:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Wherein I play with Chrome OS</title>
		<link>http://perpetualstudent.net/blog/2010/12/14/wherein-i-play-with-chrome-os/</link>
		<comments>http://perpetualstudent.net/blog/2010/12/14/wherein-i-play-with-chrome-os/#comments</comments>
		<pubDate>Wed, 15 Dec 2010 03:17:38 +0000</pubDate>
		<dc:creator>Michael Thaler</dc:creator>
				<category><![CDATA[Recent Events]]></category>
		<category><![CDATA[chrome os]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[new products]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://perpetualstudent.net/blog/?p=7086</guid>
		<description><![CDATA[Impressions of the Cr-48 Chrome OS beta machine Google graciously provided me.]]></description>
			<content:encoded><![CDATA[<p>By sheer coincidence, I happened to be off work today, and I also happened to get a surprise package from Google containing a free Cr-48, a <a href="http://www.google.com/chromeos/pilot-program-cr48.html" rel="nofollow" target="_blank" >Chrome OS netbook intended for beta testing</a>.</p>
<p>For those unfamiliar, Chrome OS is a new operating system from Google, but it&#8217;s not intended to be general-purpose; it&#8217;s intended to do little other than get you on the web as quickly as possible. Consequently, its UI is basically nothing but the <a href="http://www.google.com/chromeos/pilot-program-quiz.html" rel="nofollow" "href=http://www.google.com/chrome" target="_blank">Google Chrome browser</a>, a time display, and wireless and battery icons. It&#8217;s questionable whether it can function as  someone&#8217;s primary laptop (Google even has a <a target="_blank" >handy quiz to help you decide</a>); it turns out I don&#8217;t do much off the web, besides playing some games and writing code, and both of those things are better served by a more powerful and less mobile machine.</p>
<h2>The Cr-48 Experience</h2>
<p><a href="http://perpetualstudent.net/blog/wp-content/uploads/2010/12/screenshot-20101214-222410.png"target="_blank" ><img src="http://perpetualstudent.net/blog/wp-content/uploads/2010/12/screenshot-20101214-222410-1024x640.png" alt="Home screen + IM window" title="Chrome OS Screenshot" width="563" height="352" class="aligncenter size-large wp-image-7109" /></a></p>
<p>So what&#8217;s Chrome OS&#8217;s web experience like? Well, just like any other machine&#8217;s, really; you probably won&#8217;t find any surprises. Flash is built in; we don&#8217;t get Silverlight (it&#8217;s built on a stripped-down Linux kernel, and when has Microsoft ever offered anything for Linux?), so there&#8217;s no Netflix streaming, but pretty much everything else works, including Youtube with HTML5 video, Flash games and toys on Newgrounds, Google Docs/Gmail/Maps/Voice&#8211;everything.</p>
<p>The problem is, the Cr-48 just isn&#8217;t very fast. Opening multiple links at a time can easily bring the machine to a halt for a few seconds, and it has quite a bit of trouble keeping up a decent framerate on Youtube videos (though it does appear to fare somewhat better with Youtube&#8217;s <a href="http://www.youtube.com/html5" rel="nofollow"  target="_blank">HTML5 mode</a>). Even Chrome&#8217;s new tab page takes maybe a second to load all of its contents. Since I&#8217;m used to more or less instantaneous response times in Chrome on my work machine and laptop (both of which run Ubuntu with all the <a href="http://www.compiz.org/" rel="nofollow"  target="_blank">crazy graphical effects</a>, the latter of which being a three-year-old Dell XPS), it&#8217;s hard to justify using the Cr-48 as a primary work machine. Still, I don&#8217;t blame Chrome OS for this; the Cr-48 is a beta product (with <a href="http://chromeossite.com/2010/12/11/google-cr-48-chrome-notebook-full-hardware-specs/" rel="nofollow"  target="_blank">far from the best internals</a>; they&#8217;re shipping a whole lot of these out for free), and I&#8217;m assuming that the upcoming stable Chrome OS machines will be quite a bit faster.</p>
<p>What you don&#8217;t get is access to the machine&#8217;s internals. I haven&#8217;t yet found any file manager, besides a list of downloads (<strong>EDIT</strong>: and a file selection box that showed the entire filesystem I got by accident that I&#8217;m pretty sure I wasn&#8217;t supposed to see); there&#8217;s no text editor, and I haven&#8217;t yet figured out how to use the media player (which is mentioned in a menu as &#8220;experimental&#8221;). The most you get is a list of technical files and logs that Linux users might recognize at <code>chrome://system</code>, such as process lists (which mainly lists a bunch of Chrome browser processes), CPU info, memory stats, etc.</p>
<h3>Crosh?</h3>
<p>There is a terminal, accessible by pressing Ctrl-Alt-T. It&#8217;s not like any shell I&#8217;ve ever seen before though; its prompt calls it &#8220;<code>crosh</code>&#8221; (presumably &#8220;ChROme SHell&#8221;?) and all it seems to allow is a few specialized commands for network and hardware troubleshooting&#8211;none of the standard file system tools (not even <code>ls</code>, <code>cd</code> or <code>pwd</code>). One boon that they did include, however, was (stripped-down) SSH. This allows me to easily remotely control any server I might want to (as long as I don&#8217;t need public key authentication), and I can see how this would be an amazing tool for sysadmins. Clearly this machine was designed by geeks.</p>
<p>All in all, this machine&#8217;s customizability is at about iPad level. Not that I expected more; it&#8217;s designed for nothing more than getting on the web quickly, and it certainly accomplishes that, and really, if all the machine is designed for is the web, SSH is frankly more than I expected (though quite welcome). But it&#8217;d be nice to be able to swap out the <code>crosh</code> thing for something I can use.</p>
<h2>UI Quibbling</h2>
<p>Google has tweaked the standard keyboard layout in ways that might surprise the average user:</p>
<p><a href="http://perpetualstudent.net/blog/wp-content/uploads/2010/12/IMG_20101214_180037.jpg" target="_blank"><img alt="Cr-48 Keyboard" src="http://lh5.ggpht.com/_ysLPE2N261M/TQf3RP5BzkI/AAAAAAAAAJo/ZqI18V9PFkM/s400/IMG_20101214_180037.jpg" title="Cr-48 Keyboard" class="aligncenter" width="400" height="299" /></a></p>
<p>For one thing, there&#8217;s no capslock key. In its place is a &#8220;search&#8221; key, with an icon reminiscent of Android&#8217;s search button, which really just opens a new tab (and lets you do a search by just typing your query into the URL bar, like in Chrome on any other platform). This is a delightfully welcome change, since I was never using capslock anyway (having, y&#8217;know, finished puberty years ago), and I&#8217;ve already become dependent on its replacement as of this writing. (Google even jokes in the setup notes that if you really want to, you can set it to function as a capslock key &#8220;so you can post an INSIGHTFUL COMMENT ON YOUTUBE.&#8221;) </p>
<p>The other notable change is the function key row. Since those don&#8217;t really have any use when the entire interface is a browser, Google has replaced them with a set of function-specific keys. In order, they are: Back, Forward, Reload, Fullscreen (all for web browsing, and welcome additions), Switch Window (for multiple browser tab sets), Brightness Down/Up, Volume Mute/Down/Up and Power. I just wish it had keys for switching tabs, since the keyboard shortcut for it is Ctrl-Tab, which is somewhat cumbersome.</p>
<p>On another note, the touchpad is maddening. I don&#8217;t know why all the touchpads available nowadays are the kind with no separate &#8220;button&#8221;, but I have a lot of trouble with this one&#8211;I can&#8217;t click and drag properly (which is surprisingly important on today&#8217;s Javascript-heavy web, to say nothing of highlighting to copy and paste), or middle-click to open something in a new tab, or even right-click! This somewhat detracts, as it means I have difficulty using the machine while, say, reclining on a couch, when I can&#8217;t really use a mouse. It&#8217;d be nice to see a software update make it better (I&#8217;ve seen two OS upgrades today already), since I&#8217;m pretty sure this one is a software issue.</p>
<p>Speaking of mice, the Cr-48&#8242;s ports are fairly sparse. We have a standard headphone jack, one USB port, a VGA port for a second monitor, a power jack and an SD card slot. There&#8217;s no Ethernet (somewhat surprising, but then, I guess everyone has wifi these days), and I&#8217;m not really sure what the SD card slot is for since I don&#8217;t have any SD cards to test it with. Google shows again here that there&#8217;s a lot of cruft worth trimming on the hardware that we normally buy; nowhere here do we see the common perplexing set of colorful audio ports.</p>
<h2>Wrap-up</h2>
<p>Chrome OS represents a radical take on the web. It&#8217;s clear from feeling perfectly at home on it after a day of use that I sufficiently &#8220;live on the web&#8221; (at least for recreation). There&#8217;s no denying it has kinks to iron out, most notably the touchpad (it remains to be seen whether the hardware or the software is the issue) and its speed (probably the hardware). I also have nothing but praise for Google regarding this beta program&#8211;not least because I got a free notebook out of it&#8211;but also because it handles the issues Google tends to have with UIs, by aggressively putting the paper cuts on display for users to point out, criticize and work through before release.</p>
<p>I&#8217;ll keep using this machine and submit plenty of feedback like Google requested, starting with this post. As for the ethical issues surrounding it, those will have to wait for another one. Also, if you think you&#8217;d enjoy living on the web, you should <a href="https://services.google.com/fb/forms/cr48advanced/" rel="nofollow"  target="_blank">sign up for the pilot program yourself</a>&#8211;it&#8217;s open until Dec. 21, and who knows, you might be as lucky as I was.</p>
]]></content:encoded>
			<wfw:commentRss>http://perpetualstudent.net/blog/2010/12/14/wherein-i-play-with-chrome-os/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Would you buy a locked down laptop?</title>
		<link>http://perpetualstudent.net/blog/2010/04/03/apple-locked-down-lapto/</link>
		<comments>http://perpetualstudent.net/blog/2010/04/03/apple-locked-down-lapto/#comments</comments>
		<pubDate>Sat, 03 Apr 2010 18:30:26 +0000</pubDate>
		<dc:creator>Michael Thaler</dc:creator>
				<category><![CDATA[Essays]]></category>
		<category><![CDATA[Recent Events]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[future]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[new products]]></category>
		<category><![CDATA[package management]]></category>

		<guid isPermaLink="false">http://perpetualstudent.net/blog/?p=126</guid>
		<description><![CDATA[If Apple releases a fully-fledged laptop that you could only install software on through their channels, would people buy it? I think they would. And that scares me.]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s talk hypotheticals for a moment.</p>
<p>Can you imagine a scenario where Apple releases a fully-fledged laptop locked down like the iPhone or iPad? A fully fledged computer on which the only way to install software is through Apple&#8217;s built in App Store?</p>
<p>To borrow an overused phrase, it&#8217;s more likely than you think.</p>
<p>Would you buy it? Would other people buy it?</p>
<h2>Package management can be awesome</h2>
<p>I&#8217;ve <a href="http://perpetualstudent.net/blog/2009/11/25/package-management-is-great-when-done-right/">written about package management before</a>. I believe that locking down a package manager such that the user can&#8217;t change the available software channels is unethical and flies in the face of years of innovation. We&#8217;ve always treated computers as though they were owned by their users, and I see the popularization of devices like the iPhone and iPad as a disturbing precedent. Might Apple be emboldened to try locking down full computers the same way?</p>
<p>We live in an age in which the technology is powerful enough to implement such a thing. Apple is certainly capable of running the servers necessary for supplying its users with all their software, and it would certainly be lucrative, given how successful the iPhone&#8217;s app store is and how much 3rd party pay software exists for Macs right now (which Apple would then be able to take a cut of the profits on). There is thus a clear financial incentive for Apple to set up such a system, and for developers to continue to target it (and submit to their <a href="http://www.eff.org/deeplinks/2010/03/iphone-developer-program-license-agreement-all" rel="nofollow"  target="_blank">harsh developer restrictions</a>).</p>
<p>And let&#8217;s face it: such a system would be <em>amazing</em> for users who don&#8217;t care. They would enjoy Apple&#8217;s rigorous testing process for <em>all</em> their software, and thus enjoy machines that almost never become bogged down by slow or unstable apps. They&#8217;d have an easy way of finding and installing all the software they could ever want&#8211;even simpler than what they currently have on Macs, and that&#8217;s saying something&#8211;along with Apple&#8217;s approval of all of it, which carries all the quality control that their name has become synonymous with.</p>
<p>I can imagine other possible models. Maybe they&#8217;d offer people &#8220;simple&#8221; or &#8220;advanced&#8221; options when purchasing computers, the former being cheaper and locked down for the &#8220;I really don&#8217;t know how to use computers&#8221; crowd. Such a thing doesn&#8217;t seem like them though, given how well they&#8217;ve avoided fragmenting their product ecosystem. Or perhaps they&#8217;d simply release their own blessed way to jailbreak the system if a user cares enough.</p>
<h2>Right, jailbreaking! Can&#8217;t you just jailbreak it?</h2>
<p>A cursory glance at the history of the iPhone would make one all but certain that if Apple released such a system without offering a way to unlock it, their users would find a way (as they will undoubtedly with the iPad).</p>
<p>I find this scenario similarly unpleasant, for two reasons. One is that if your enjoyment of a machine depends on an unauthorized hack, you are entirely dependent on those hackers to <em>keep</em> it jailbroken the next time Apple pushes out a system update that invariably locks you down again&#8211;the ease of which is never a certainty. It&#8217;s a cat-and-mouse game that some users appear more than happy to play, but in the long run it definitely doesn&#8217;t seem worth the effort to me.</p>
<p>The other is that you&#8217;re ignoring the device&#8217;s biggest selling point. If a device is locked down, it&#8217;s locked down as a genuine means of quality control, which Apple has shown itself to be superb at. To my mind, jailbreaking an Apple device invalidates everything good about it&#8211;Apple&#8217;s assurance that you&#8217;re getting the best you can get.</p>
<p>This argument may seem self-contradictory&#8211;suddenly a device being locked down is a <em>good thing</em>? It&#8217;s important to remember that the reasons for locking down a device in the first place are, in order:
<ol>
<li>Making a cut off of lucrative third-party software sales.</li>
<li>Making sure that 3rd-party software enriches the platform rather than makes it look bad.</li>
<li>Making the system easy to use.</li>
<li>Making the system stable, secure and fast.</li>
</ol>
<p>For most users, a locked down system is protection from systems they don&#8217;t care about knowing how to use, and from software that might harm their systems. To users who care about customization, it&#8217;s a heavy-handed restriction on something they want to use that just gets in their way. Users in the former category genuinely benefit from a locked down system, and users in the latter category don&#8217;t.</p>
<h2>So how likely is it?</h2>
<p>I&#8217;ve always felt that Apple&#8217;s primary market is the former category, and that&#8217;s why I think this scenario is so likely. It worries me, because I&#8217;ve always clung to the idealistic notion that someone who uses a computer has a responsibility to know how to make changes to how it functions. An Apple user might counter that all Apple&#8217;s lockdowns do is simplify the method for those changes so more people have access to them. I would counter that such a thing is worthless if more fine-grained customizability is lost in the process.</p>
<p>But then, I suppose that&#8217;s why I&#8217;m an <a href="http://ubuntu.com" rel="nofollow"  target="_blank">Ubuntu</a> user. I <em>have</em> the tools I need to change where my software is coming from, and I use them. I just wish more people noticed or cared.</p>
]]></content:encoded>
			<wfw:commentRss>http://perpetualstudent.net/blog/2010/04/03/apple-locked-down-lapto/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>New Facebook Privacy Settings Are Fine as Long as You Read Them</title>
		<link>http://perpetualstudent.net/blog/2009/12/12/new-facebook-privacy-settings/</link>
		<comments>http://perpetualstudent.net/blog/2009/12/12/new-facebook-privacy-settings/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 19:19:20 +0000</pubDate>
		<dc:creator>Michael Thaler</dc:creator>
				<category><![CDATA[Recent Events]]></category>
		<category><![CDATA[data mining]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[smart users]]></category>

		<guid isPermaLink="false">http://perpetualstudent.net/blog/?p=77</guid>
		<description><![CDATA[Facebook is clearly making an effort to inform their users about the changes they're making in order to further monetize profile data. But is that enough?]]></description>
			<content:encoded><![CDATA[<p>Complaining about Facebook changes is nothing new&#8211;every time Facebook makes some kind of layout change, there&#8217;s a wave of furious indignation in the form of militant fan pages and groups followed by those same people quietly getting used to the changes and forgetting they ever cared. (After the more recent changes, I&#8217;ve been consistently amused by people demanding &#8220;our old feed back&#8221;&#8211;the one that pissed those same people off so much when it was introduced.)</p>
<p>This most recent change consists of a revamp for Facebook&#8217;s already-substantial privacy settings. This change didn&#8217;t actually affect anyone&#8217;s settings who didn&#8217;t tell it to; users were greeted with an unavoidable menu asking them if they wanted to keep their old settings or switch them to new, simplified privacy categories&#8211;the default of which in a number of them was &#8220;Everyone&#8221;.</p>
<p><img src="http://perpetualstudent.net/blog/wp-content/uploads/2009/12/picture-45.png" alt="New Facebook Privacy Migration" title="New Facebook Privacy Migration" class="size-full wp-image-80" /></p>
<p>This is, to be perfectly fair, not something I really have a problem with. While &#8220;Everyone&#8221; was preselected for some users (<em>UPDATE</em>: apparently not all, since for some at least, it was set to Original Settings), they gave you all the information you need to decide whether that was actually a good thing. Plus, I get <em>why</em> they&#8217;re doing it; they want all the data they have on their users to be available to search engines and marketers so they can monetize it, and so they can position themselves as the search result that people might want to come up on Google searches for their users&#8217; names. Monetizing profile data without incurring the wrath of privacy advocates is something they&#8217;ve been doing for years through, among other things, their own targeted advertising network (the one that&#8217;s known for selling <a href="http://www.centernetworks.com/social-network-advertising" rel="nofollow" >sex to men</a> and <a href="http://www.wisebread.com/why-does-facebook-ads-hate-single-heterosexual-women" rel="nofollow" >weight loss to women</a>), the ill-conceived and ill-fated <a href="http://news.softpedia.com/news/Facebook-Settles-Beacon-Class-Action-Suit-122152.shtml" rel="nofollow"  target="_blank">Beacon</a>, Facebook Connect, and the notorious ads that use friend connections to make it appear as though a user&#8217;s friends endorse a product.</p>
<p>Many of Facebook&#8217;s users tend to forget that Facebook is neither free nor intended as a public service. They&#8217;re in the game to make money, and the data they&#8217;ve amassed on their users is worth a fortune to the right people. With that in mind, I don&#8217;t really blame them for encouraging their users to make their profile data public. (As long as, y&#8217;know, they&#8217;re not doing anything shady on the side in complete violation of their privacy policy.)</p>
<p>On the other hand, I imagine many of their users neither take the time to learn about how far their profile data can go nor care about the issue, and might very well absently click their way through the menu without thinking about what &#8220;Everyone&#8221; actually means. Frankly, I have little sympathy for those users, but the <a href="http://www.eff.org/deeplinks/2009/12/facebooks-new-privacy-changes-good-bad-and-ugly" rel="nofollow"  target="_blank">EFF disagrees</a>. I would be quite interested in statistics on how many users actually changed their settings to Everyone as a result of this menu&#8211;those would presumably be the ones who just didn&#8217;t want to be bothered and thought &#8220;yeah, whatever&#8221;.</p>
<p>It just goes to show: as always, there is no replacement for a smart user. Internet companies will monetize however they can. It&#8217;s up to users to decide where they want their data to go, or if they even care.</p>
<p><em>Edited:</em> Fixed a minor typo. Also, I&#8217;ve received reports that Everyone wasn&#8217;t always preselected, which is quite significant for the &#8220;yeah, whatever&#8221; cases.</p>
]]></content:encoded>
			<wfw:commentRss>http://perpetualstudent.net/blog/2009/12/12/new-facebook-privacy-settings/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Malware discovered on gnome-look.org</title>
		<link>http://perpetualstudent.net/blog/2009/12/09/malware-discovered-on-gnome-look-org/</link>
		<comments>http://perpetualstudent.net/blog/2009/12/09/malware-discovered-on-gnome-look-org/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 00:15:32 +0000</pubDate>
		<dc:creator>Michael Thaler</dc:creator>
				<category><![CDATA[Recent Events]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[package management]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://perpetualstudent.net/blog/?p=75</guid>
		<description><![CDATA[A Linux user who joyfully installs every package offered is really in no safer a position than... well, the majority of Windows users.]]></description>
			<content:encoded><![CDATA[<p>In a sobering reminder to the Linux world that they aren&#8217;t as perfectly secure as they often think they are, <a href="http://www.omgubuntu.co.uk/2009/12/malware-found-in-screensaver-for-ubuntu.html" rel="nofollow"  target="_blank">malware has been discovered in theme packages on gnome-look.org</a>, a repository for users to distribute display themes and other elements for customizing the appearance of many Linux-based OS installations.</p>
<p>No matter how secure your system is, there&#8217;s never a replacement for a well-educated user who knows to at least be wary of untrusted software packages. While a smart security framework can make a user pause before making a mistake, it&#8217;s ultimately still at the user&#8217;s mercy. (Though having such a system in place is certainly much better than not having one, or providing a <a href="http://blogs.zdnet.com/security/?p=4825&#038;tag=nl.e550" rel="nofollow"  target="_blank">false sense of security</a>.) A Linux user who joyfully installs every package offered is really in no safer a position than&#8230; well, the majority of Windows users.</p>
]]></content:encoded>
			<wfw:commentRss>http://perpetualstudent.net/blog/2009/12/09/malware-discovered-on-gnome-look-org/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shotguns and Rocking Chairs Don&#8217;t Work Over the Internet, Mr. Murdoch</title>
		<link>http://perpetualstudent.net/blog/2009/11/09/shotguns-and-rocking-chairs-dont-work-over-the-internet-mr-murdoch/</link>
		<comments>http://perpetualstudent.net/blog/2009/11/09/shotguns-and-rocking-chairs-dont-work-over-the-internet-mr-murdoch/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 09:00:24 +0000</pubDate>
		<dc:creator>Michael Thaler</dc:creator>
				<category><![CDATA[Recent Events]]></category>
		<category><![CDATA[company]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[pay wall]]></category>
		<category><![CDATA[rant]]></category>

		<guid isPermaLink="false">http://perpetualstudent.net/blog/?p=55</guid>
		<description><![CDATA[Rupert Murdoch does not understand the Internet. Pay walls are no replacement for real innovation.]]></description>
			<content:encoded><![CDATA[<p>Rupert Murdoch <a href="http://www.boingboing.net/2009/11/08/rupert-murdoch-vows.html" rel="nofollow" target="_blank">does not understand the Internet</a>.</p>
<p>Maybe he just doesn&#8217;t want to. Maybe he just wants to go back to the good old days when a news establishment couldn&#8217;t be challenged by people working in their basements. Or maybe he genuinely <em>does</em> believe he can completely block off the WSJ&#8217;s content with a pay wall and have people actually pay for something they&#8217;ve always gotten for free and could just as easily continue to get for free from elsewhere.</p>
<p>But for better or worse, <strong>the Internet is here to stay</strong>. He&#8217;d be better off, y&#8217;know, innovating. Instead of shouting about pay walls and blocking his sources of traffic and trying to force his competitors to do the same thing to avoid losing his readership over it.</p>
<p>By the way, traditional news companies <em>can</em> innovate. The New York Times is <a href="http://innovate.whsites.net/" rel="nofollow" target="_blank">doing an excellent job of this</a>, even <a href="http://open.blogs.nytimes.com/tag/api/" rel="nofollow" target="_blank">releasing public APIs for other developers making mashups from their content</a>! The BBC even released an <a href="http://www.bbc.co.uk/glow/" rel="nofollow" target="_blank">open source Javascript library</a> for other web developers to benefit from their work!</p>
<p>But if Rupert Murdoch wants to try to wish away the Internet, I&#8217;ve no problem with that. I&#8217;ll just keep reading the NYTimes, giving them advertising revenue and link traffic. I might even buy a subscription. Maybe even through <a href="https://timesreader.nytimes.com/webapp/wcs/stores/servlet/TimesReader?storeId=10001&#038;catalogId=10001" rel="nofollow" target="_blank">TimesReader</a>, which runs on all platforms where Adobe AIR does.</p>
]]></content:encoded>
			<wfw:commentRss>http://perpetualstudent.net/blog/2009/11/09/shotguns-and-rocking-chairs-dont-work-over-the-internet-mr-murdoch/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

