<?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>elearning blog &#187; nerd rants</title>
	<atom:link href="http://www.ecampus.com.au/blog/category/nerd-rants/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ecampus.com.au/blog</link>
	<description>the ecampus.com.au blog</description>
	<lastBuildDate>Thu, 11 Feb 2010 23:32:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Flash, Multimedia &amp; E-Learning</title>
		<link>http://www.ecampus.com.au/blog/flash-multimedia-e-learning</link>
		<comments>http://www.ecampus.com.au/blog/flash-multimedia-e-learning#comments</comments>
		<pubDate>Tue, 03 Oct 2006 06:04:33 +0000</pubDate>
		<dc:creator>Nick Stephenson</dc:creator>
				<category><![CDATA[elearning]]></category>
		<category><![CDATA[nerd rants]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[multimedia]]></category>

		<guid isPermaLink="false">http://www.ecampus.com.au/blog/?p=10</guid>
		<description><![CDATA[The average web application has a torturous UI that kills goats at fifteen paces. For some more complex activity, such as laying out graphics, it just doesn&#8217;t work as well as, say, as your average well-designed desktop-based application from 1996. It can&#8217;t do obvious things: such as access you web cam or allow you to [...]]]></description>
			<content:encoded><![CDATA[<p>The average web application has a torturous UI that kills goats at fifteen paces. For some more complex activity, such as laying out graphics, it just doesn&#8217;t work as well as, say, as your average well-designed desktop-based application from 1996. It can&#8217;t do obvious things: such as access you web cam or allow you to drag and drop files into it. Web apps still use page re-load pages quite often. Things that worked once, stop working with new browsers. Some things work in Opera in mysterious ways. Some things work in Explorer in strange ways. Firefox does odd things. Safari does eccentric Steve Jobsy things. Nothing looks the same across all browsers. Browser incompatibility, mysterious hacks, and really diabolical bracketology rule the day. It requires <a href="http://www.quirksmode.org/bugreports/index.html" rel="nofollow">hacking to make it all work</a>.</p>
<p>The solution to this miasma of browser quirks and hacking? Some people call them &#8220;RIAs&#8221;, or <em>rich internet applications</em>. You can do things in them that you can do in normal applications such as Word or on your desktop. Drag things around. Click on windows. Play videos. Record your voice. Show presentations. That sort of stuff. They run on <em>remote</em> servers, and you access them <em>via</em> your browser.</p>
<p>The whole notion of web-based apps really took off when people started taking a combination of html, the document object model, css, javascript and XMLHttpRequest,  to create things such as <a href="http://www.gmail.com/">Gmail</a> and <a href="http://www.flickr.com/" rel="nofollow">flickr.</a> Of course, people had been doing this stuff since Microsoft originally put the<strong> </strong>XMLHttp<strong> </strong>activeX<strong> </strong>object<strong> </strong>into IE 5, and even before that using iFrames and other hacks, but circumstances contrived to make Gmail and other apps like it a minor buzz point; and so Tim O&#8217;Reilly coined the phrase</a> &#8220;web 2.0&#8243;, a load of <a href="http://www.fontshop.com/fontfeed/archives/web-20-logos.cfm" rel="nofollow">colourful logos</a> were created, <a href="http://adaptivepath.com/publications/essays/archives/000385.php" rel="nofollow">another coined the phrase ajax</a> (&#8220;Asynchronous JavaScript + XML&#8221;, a word which is also the name of a <a href="http://en.wikipedia.org/wiki/Ajax_cleanser">household cleanser</a>) and, with a general increase in jargon, controversy <a href="http://scobleizer.wordpress.com/2006/05/14/outside-the-53651-bubble/" rel="nofollow">arose</a> about the possibility of a new internet bubble.</p>
<p>But as more students, customers, colleagues, etc, have faster and faster internet connections web applications start to make more and more sense. Particularly when people want to collaborate over the &#8216;net. Indeed, some of the most useful applications simply wouldn&#8217;t make sense as anything else except server-based web apps: search engines, online collaboration software of most kinds, ecommerce sites, and so on. Indeed, the discussion is over bar the protestations of a few. Web apps <em>are</em> the future. No-one wants to support multiple code bases for Macs, Windows, Linux and so on (they&#8217;d rather support multiple browsers <img src='http://www.ecampus.com.au/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> ). No-one wants to deal with boxes of software anymore. Punters don&#8217;t want to worry about upgrades, software installs and all that. And, for e-Learning, the punters are used to learning things from the internet and socialising using everything from mobile phones to internet forums. For web-based e-Learning, indeed for most applications, the web application is a given.</p>
<p>But programming web applications <em>still makes grown men weep.</em> Really great projects such as the <a href="http://www.dojotoolkit.org/" rel="nofollow">dojo toolkit</a> and <a href="http://prototype.conio.net/" rel="nofollow">prototype</a> help a lot, but they are still in a nascent form.  Dojo, for example, is really wonderful, with some AOP and some handy use of the functional programming possibilities of javascript and all sorts of other cool stuff &#8211; but it is still only approaching version 0.4. Google, of course, is in on the act with <a href="http://code.google.com/webtoolkit/" rel="nofollow">GWT</a>, which actually tries the abstract the whole &#8220;ajax&#8221; hack behind a java library. Microsoft has it&#8217;s own thing: Atlas, all built around it&#8217;s <a href="http://www.microsoft.com/events/series/msdnwebdev.mspx" rel="nofollow">ASP.NET platform</a>. The problem is, no matter how good they are, they can&#8217;t expand the web application much beyond the limitations of the browser and the hackology inherent in it.</p>
<p>There is, of course Java web start as an alternative to all this javascript hackology. But that requires a large plugin to work and it just doesn&#8217;t work a lot of the time. How many people have had bad experiences trying to get applets to run? Quite a few. Although there is talk of making it smaller. And Adobe&#8217;s Flex, and the Apollo project, which makes use of the cross-browser Flash plugin, which I&#8217;ve written about before. And possibly something by Microsoft called XAML. And so the list goes on. In other words, there are a lot of buzzwords &#8230;</p>
<p>&#8230; and with buzzwords comes the traditional sound of buzzing, which addles the brain and makes programmers wish they were born in Age of Reason were Everything Just Worked. But &#8230; it doesn&#8217;t.</p>
<p>What does this mean for the typical e-Learning site? Major redevelopment. Why bother? Because as I&#8217;ve posted about before, as multimedia becomes more common on web sites we&#8217;ll need more sophisticated applications to make the most of it. Plus, a better UI is a better user experience, and by extension a better educational experience.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ecampus.com.au/blog/flash-multimedia-e-learning/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Education &amp; Bandwidth</title>
		<link>http://www.ecampus.com.au/blog/education-bandwidth</link>
		<comments>http://www.ecampus.com.au/blog/education-bandwidth#comments</comments>
		<pubDate>Mon, 25 Sep 2006 13:30:44 +0000</pubDate>
		<dc:creator>Nick Stephenson</dc:creator>
				<category><![CDATA[elearning]]></category>
		<category><![CDATA[nerd rants]]></category>
		<category><![CDATA[multimedia]]></category>

		<guid isPermaLink="false">http://www.ecampus.com.au/blog/?p=6</guid>
		<description><![CDATA[In the 80s, when most people didn&#8217;t even know what email was, the closest thing most nerds came to the internet was through things called BBSs. Esoteric text-based systems such as Wildcat were called up by people using their phones and 300 baud modems. Strange, beardy characters who gave themselves names such as Plembo and [...]]]></description>
			<content:encoded><![CDATA[<p>In the 80s, when most people didn&#8217;t even know what email was, the closest thing most nerds came to the internet was through things called BBSs. Esoteric text-based systems such as <a href="http://en.wikipedia.org/wiki/Wildcat!_BBS" rel="nofollow">Wildcat</a> were called up by people using their phones and 300 baud modems. <strong>Strange, beardy characters</strong> who gave themselves names such as Plembo and who knew what the Hayes command &#8220;ATD&#8221; did. It was a world of <em>High Nerd</em> and very few people knew much about it. They played games such as <a href="http://www.nethack.org/" rel="nofollow">nethack</a> (and still do), and thought graphical user interfaces were for weaklings. Some, gloriously, <a href="http://aplawrence.com/Unixart/command_line_death.html" rel="nofollow">still do</a>.</p>
<p>I remember seeing my first fast modem later in that period. It was a Netcomm Trailblazer. I stood in an office marvelling at how quickly the text appeared on the screen. It was a joy to behold. There were jealous oohs and aahs, but no thoughts of watching videos, listening to music or doing anything like that. It was only 14400 bps from memory. It was <em>s.l.o.w. </em>Almost one quarter the speed of, say, the average 56k modem that comes with a squealing aeroplane-fanned doorstop PC from KMart.</p>
<p>It really only started to be interesting to most when the world wide web appeared. And things started to feature pictures <em>and</em> text (courtesy of <a href="http://www.livinginternet.com/w/wi_mosaic.htm" rel="nofollow">NCSA Mosaic</a> amongst other things). Sure, email and other cool things might have had something to do with it too, but they&#8217;d been around sometime previously (email had existed since 1972). No, pictures and the www did a lot popularise the internet; in 1996, 56k modems started to make things look good by making pictures download slightly faster than watching a hard drive defragment itself beside a wall of drying paint. Most people didn&#8217;t want to ring up BBSs and type messages to other people who also rang up BBSs to talk about &#8230; ringing up BBSs, the computer subculture and miscellaneous topics on Usenet about <a href="http://strangeplaces.net/weirdthings/usenet.html" rel="nofollow">odd things</a>. They wanted to read news stories with pictures. Read about celebs. With pictures. And there was something else that involved pictures that we won&#8217;t go into. And they wanted to see lots of content from all over the place. So old fashioned BBSs all but died, and people began ringing ISPs to get on to the internet.</p>
<p>Next came the next smallest media type &#8211; music. And that only became viable when it was compressed into, amongst other things, the famous mp3 format. Small enough to download. And then there was the Napster phenomenon and all that legal malarkey as an entire industry realised it could be being visited by the grim reaper in the form of a cheeky, pimply teen in a <strong>Metallica</strong> t-shirt.</p>
<p>And then &#8230; <em>moving pictures</em>, in really small boxes that you squint at and then go for a coffee or herb tea or massage while you wait for the &#8220;buffering &#8230;&#8221; or &#8220;loading &#8230;&#8221; message to disappear. But even video of this kind has turned into something of a phenomenon. Youtube, the biggest of the video sites may not <a href="http://www.bivingsreport.com/2006/youtube-show-me-the-money/" rel="nofollow">make much money</a>, but it could be on to a <a href="http://arstechnica.com/news.ars/post/20060918-7764.html" rel="nofollow">good thing</a>, or it <a href="http://today.reuters.com/news/articlenews.aspx?type=internetNews&amp;storyID=2006-09-28T210712Z_01_N28230044_RTRUKOC_0_US-MEDIA-YOUTUBE.xml&amp;pageNumber=1&amp;imageid=&amp;cap=&amp;sz=13&amp;WTModLoc=NewsArt-C1-ArticlePage1">may not</a>.</p>
<p>According to <em>The Age</em> newspaper, <a href="http://www.theage.com.au/news/web/online-video-watching-goes-mainstream/2006/09/25/1159036455154.html" rel="nofollow">quoting from an Accenture report</a>:</p>
<blockquote><p><span style="font-size: 0.8em">Accenture said that, although predominantly younger consumers were driving changes in consumer behaviour, the trend could not be written off as a temporary fad.</span></p>
<p><span style="font-size: 0.8em">&#8220;Change will only accelerate over the next 10 years as today&#8217;s youth gain purchasing power,&#8221; it said.</span></p>
<p><span style="font-size: 0.8em">To address the trend, media companies would have to consider overhauling existing business models to offer more flexible ways of accessing content, Accenture warned.</span></p>
<p><span style="font-size: 0.8em">&#8220;They must experiment with new channels of content distribution and new business models. In addition, they must provide the consumer with more of an editorial role in selecting, modifying and sharing the content.&#8221;</span></p></blockquote>
<p>Of course, this is <em>all predicated on people having fast enough connections to do all this</em>. Once it&#8217;s cheap enough for the average punter to download and upload a given type of media easily, you see riots and ructions. Text and pictures changed the newspaper industry, the classifieds industry, and changed the culture of journalism, amongst other things. Mp3s changed the way music was promulgated, it changed the music industry forever. Video is in the process of changing the nature of TV, movie distribution and so on. Education will be shaken up by this sort of change, too; it is, in some respects, just a purveyor of various types of media too; classes can be delivered via video, scholarly articles can be distributed via services such as JSTOR, academics can write blogs, lectures can be recorded on video and streamed online, tutorials and classes can be conducted by video conference, and so on.</p>
<p><em>As E-learning develops, and as internet capacity increases, online education stops being just about fairly boring static content; it starts replacing some tutorial rooms and class rooms for some courses</em>. The young people, who comprise a great many students, will be used to the new technology and happy to use it. The interesting question is: how long before this happens on a wide enough scale to start changing education a lot? And how long before it is much more fun and informative than going to, say, a stuffy old lecture or another boring tutorial? Or boring old high school? Or an an uninspiring tech college&#8217;s theory classes?</p>
<p>How long before the local University is also competing for students with the greatest and best from all over the world? Why attend a lecture about a topic by some lesser academic when you could watch the lady who wrote the book, so to speak, over the internet? And perhaps, attend, a video conference tutorial with her as a tutor with other students from all over the world? What if you could put together a load of different subjects and classes from different Universities to create courses? What if teachers start going freelance and offering their own courses from their own web sites?</p>
<p>It <em>depends on the ubiquity of fast internet connections amongst students</em>. It took from 1962, when the first widely available 300 baud <em>Bell 103 </em>was made by AT&amp;T, to 1996 when the 56k modem was released, to go from 300 bits per second to 56,000. Now over 2 million people in Australia usually get between 256k and 1.5 mps using what is optimistically referred to as &#8220;broadband&#8221;, mostly using DSL. It is still relatively expensive, and most punters are limited by the amount of data they can download, but it&#8217;s getting cheaper.</p>
<p>So it seems likely bandwidth will increase over the next 5-10 years. <em>ADSL2+ being the next big change-over</em>. It gives much increased speeds: early adopters are seeing speeds of up to 24 Megabits per second. Good quality live e-Learning, voice over IP telephony, video on demand, and all sorts other multimedia will be possible at that sort of speed. But it&#8217;s some way off as a commonly used technology; in Australia it depends in many hard-to-assess factors, not least of which is the current debacle of Telstra. Just keep an eye on those &#8220;average punter&#8221; broadband uptake stats and the costs of serving content; the changes in education will follow.</p>
<p>But there is something else to consider, too. With all this bandwidth being downloaded in the future, <em>someone</em> has to serve it. It is a massive leap from providing some static files, some course notes, some pictures, some pdfs and the occasional mpeg to providing video conferencing, video on demand, and other services to students. The <strong>costs of bandwidth</strong> increase considerably. A University may have to serve, say, 8, or 20, or 100 feeds for a class. And receive a feed from each of those students too. Things can get out of hand quickly! It is as if you stopped driving around a scooter and suddenly started paying to fill a v8&#8217;s tank. So bandwidth costs for educational institutions will have to come a down a bit, too, before the new technology starts to be commonly used.</p>
<p><em>And as an aside</em>, those who are the best (and cheapest) providers of the type of IT infrastructure required to cater for these students with broadband are <em>not educational institutions</em>. They&#8217;re people such as Amazon with its S3 service and its eccentricly named <a href="http://www.amazon.com/b/ref=sc_fe_l_2/002-5453141-8904850?ie=UTF8&amp;node=201590011&amp;no=3435361&amp;me=A36L942TSJ2AJA" rel="nofollow">Amazon Elastic Compute Cloud</a> (or EC2), or possibly Google or other data centre specialists. As an aside, Google already have some great lectures <a href="http://video.google.com/videoplay?docid=8566923311315412414&amp;q=aspect+oriented+kiczales" rel="nofollow">online</a>. People such as Amazon and Google can scale effectively to meet demand, Google can implement clever programming such as <a href="http://en.wikipedia.org/wiki/MapReduce" rel="nofollow">MapReduce.</a> Organisations of their ilk can do things a typical educational institution&#8217;s IT department can&#8217;t.</p>
<p>Indeed, a great deal of educational institution IT infrastructure is unwieldly. It can&#8217;t just be moved to new systems such as EC2 easily to reduce costs. It has <a href="http://www.zdnet.com.au/news/business/soa/In_depth_RMIT_s_PeopleSoft_disaster/0,139023166,120279146,00.htm" rel="nofollow">horrors</a> such as Peoplesoft installations that eat small children instead. But as I wrote in <a href="http://ecampus.typepad.com/ecampuscomau_blog/2006/09/open_source_lea.html" rel="nofollow">another post</a>, the same technical and social changes that are making e-Learning more important are also providing alternative ways of garnering qualifications. Those alternative ways of garnering qualifications <em>will</em> make the most of cheap IT infrastructure such as Amazon&#8217;s EC2. Traditional educational institutions will have to do the same, otherwise they will (technically) be less useful to students, and (price-wise) be relatively expensive.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ecampus.com.au/blog/education-bandwidth/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Economics of Open Source Education</title>
		<link>http://www.ecampus.com.au/blog/the-economics-of-open-source-education</link>
		<comments>http://www.ecampus.com.au/blog/the-economics-of-open-source-education#comments</comments>
		<pubDate>Fri, 22 Sep 2006 05:43:30 +0000</pubDate>
		<dc:creator>Nick Stephenson</dc:creator>
				<category><![CDATA[elearning]]></category>
		<category><![CDATA[nerd rants]]></category>

		<guid isPermaLink="false">http://www.ecampus.com.au/blog/?p=5</guid>
		<description><![CDATA[ Antoine Augustin Cournot may have been the first to plot it on a graph and get people who like equations with lots of jumbled numbers and letters in them excited. Good ol&#8217; Alfred Marshall came along later and truly popularised the notion. But older geniuses such as Adam Smith and David Ricardo implicitly recognised it [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://ecampus.typepad.com/.shared/image.html?/photos/uncategorized/cournot.jpg" onclick="window.open(this.href, '_blank', 'width=95,height=108,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"></a><img vspace="1" align="left" src="http://www.ecampus.com.au/blog/wp-content/uploads/2007/02/cournot.thumbnail.jpg" alt="cournot" title="cournot" /> <strong>Antoine Augustin Cournot</strong> may have been the first to plot it on a graph and get people who like equations with lots of jumbled numbers and letters in them excited. Good ol&#8217; Alfred Marshall came along later and truly popularised the notion. But older geniuses such as Adam Smith and David Ricardo implicitly recognised it too. It&#8217;s common sense, really. <em>The less there is of something and there more demand for it, the higher the price</em>. Price and value, at least in economic terms, comes from scarcity.</p>
<p>In economic terms, educational institutions filter people with skills and limit the supply of those they qualify, thus maintaining the scarcity of qualified personnel. Thereby putting a market value on the qualifications &#8211; <em>beyond what might apply because of a limited supply of talented people</em>.</p>
<p>In the software industry, the same thinking applies. You can <em>artificially</em> create scarcity by controlling access to and so limiting the supply of software. This maintains profitability, just like limiting the number of people with qualifications maintains the value of your qualifications by limiting the supply of qualified folks on the jobs market.</p>
<p><strong>Open source</strong> software development is based around a different approach. The notion is that anyone can read the source code of the software and, if they participate in the project enough, actually modify that code. In some ways, open source is an economic innovation &#8211; people work on it, but have no interest in maintaining scarcity. <em>Value comes from increasing usage and participation, not limiting it</em>. The more people make suggestions, the more people use the code, the better it becomes, the wider the pool of talent that is available to the project.</p>
<p>Sometimes projects stall or fail. Some succeed brilliantly. Sometimes egos clash, sometimes there can be political in-fighting, there are often technical disagreements, but, on the whole, open source works. The proof is in the software that has been written &#8211; millions and millions of lines of useful code that runs everything from operating systems based around Linux, complex web servers to word processors to Internet browsers such as <a href="http://www.firefox.org/">Firefox</a>, to languages such as <a href="http://www.python.org/">Python</a> or <a href="http://www.ruby-lang.org/">Ruby.</a> The &#8216;net has allowed people to communicate easily, and the open source mode of public peer-review via the &#8216;net is now a rigorous, efficient and innovative model for software development. Everyone from <a href="http://techupdate.zdnet.com/techupdate/stories/main/0,14179,2860394,00.html">IBM</a> to Google participate. Not necessaruly for altruistic reasons, but for some good <a href="http://www.joelonsoftware.com/articles/StrategyLetterV.html">business reasons</a>. Some more recent innovations such as <a href="http://www.koders.com/">Koders</a> and <a href="http://www.krugle.com/">Krugle,</a> even aggregate this code into searchable databases.</p>
<p>From an educational point of view, <em>the open source model is not just for writing software, but also for learning about how software is written</em>. It gives people new to programming a way to see what the old pros do, to read the work of others and then contribute their own once it has reached a certain level of competency. A stint on an open source project is like an <strong>apprenticeship.</strong> Open source generates a lot of research, a lot of &#8220;how to&#8221; guides, a lot of discussion &#8212; in short, a lot of knowledge, as a result. By going through the apprenticeship you are &#8220;qualified&#8221;. The proof is in your publicly accessible work in, say, Krugle or in source code on <a href="http://www.sourceforge.net/">SourceForge,</a> and in the mailing lists archives at, say, <a href="http://www.gmane.org/">Gmane.</a></p>
<p>By doing what they do online, in a peer-reviewed way, and contributing to functioning systems, open source programmers become &#8220;qualified&#8221;. Their quality as programmers is established by their online body of work. The results of their work is there for everyone to see. It is a fairly transparent and accountable process. The same could apply in other areas &#8211; web sites establish a reputation for quality, for example, as reviewed by other web sites. Writers the same thing. Services such as <a href="http://www.technorati.com/">Technorati</a> are examples of that process.</p>
<p>This somewhat anarchic new world isn&#8217;t perfect, of course, as many have <a href="http://www.roughtype.com/archives/2005/10/the_amorality_o.php">pointed out</a>. It is by no means a replacement for the pure, classical form of educational institution where <a href="http://en.wikipedia.org/wiki/William_Archibald_Spooner">eccentrics</a> wander about in gowns and talk about topics only they know anything about. But in terms of more staid work qualifications, it is working. People from the open source world are being employed based on their work in open source software: often to carry on working in the same area. Google have <a href="http://weblogs.mozillazine.org/darin/archives/007401.html">done it</a>, so have Microsoft, Redhat, Apple, and all sorts of other less well known companies. What does this mean? It means open source participation can get you a job. If it can get you a job by doing open source work, it is a qualification. After all, that&#8217;s the main point of the qualification, apart from adding letters to your name or making you sound important; to demonstrate that you know what you&#8217;re doing to an employer. But it&#8217;s a qualification that doesn&#8217;t come from an educational institution. To some extent, the existing system of academic qualifications has been bypassed.</p>
<p>The same approach could apply to other forms of education. Outside programming circles, the &#8216;net is also gradually turning into more than just a source of information, it&#8217;s turning into a social system, and, gradually, it is making a great deal of knowledge and networks of peer acceptance and review freely available to many more people. Flawed, but progressing. Web logs and other forms of peer-reviewed writing are examples. A great deal of that interaction can occur online &#8211; increasingly so with video conferencing, shared web sessions, and so on. For educational institutions, this means education &#8211; and the ways of garnering qualifications &#8211; are gradually turning open source too.</p>
<p>How so? Why couldn&#8217;t a journalist or an engineer do the same thing as an open source programmer &#8211; participate online, garner peer respect, do an apprenticeship and get &#8220;qualified&#8221;? Of course, scientists need to do experiments in labs, philosophers need time sitting around in <a href="http://www.smh.com.au/.../2005/12/13/1134236049498.html">Parisian cafes</a>, amongst other things, engineers need to make sure their bridges stay up, but there&#8217;s no reason a great many of the functions of educational institutions won&#8217;t be gradually be rendered less important by online communities and new<em> eLearning technology</em>. Then, the economic innovation strikes &#8211; many more people with talent can garner qualifications in say, journalism, history, programming, science and parlay that into paid work via services similar to, say, <a href="http://www.rentacoder.com/">rentacoder.com</a>.</p>
<p>Then what happens to educational institutions? Some stay useful as filtering and research organisations, such as Oxford or MIT, but many less prestigious Universities start to see the value of their qualifications erode because there are more and more people getting jobs without them, having proven their stuff to the satisfaction of employers in the open source way. As more people with the talent and inclination enter the jobs market the supply of people with proven skills increases relative to the demand, the value of those skills &#8211; and related qualifications &#8211; goes down. Alfred Marshall would have recognised it and plotted it on a graph. Cournot may well have got there first.</p>
<p>Maybe existing educational institutions will start to suffer from &#8220;<a href="http://web.mit.edu/6.933/www/Fall2000/teradyne/clay.html">incumbent paralysis</a>&#8220;. They will be unable to give up some existing income from the model of rationing qualifications so that they can create new business models around new technology; and absorb the new open source model of learning. But someone will. And the vital aspect of all this is how quickly eLearning starts to integrate traditional models of face-to-face education. And that has a lot to do with broadband uptake. But that&#8217;s for another day. I&#8217;ve probably already bored you enough already!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ecampus.com.au/blog/the-economics-of-open-source-education/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
