<?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>OSS Watch team blog &#187; Mark Johnson</title>
	<atom:link href="http://osswatch.jiscinvolve.org/wp/author/markjohnson/feed/" rel="self" type="application/rss+xml" />
	<link>http://osswatch.jiscinvolve.org/wp</link>
	<description>open source software advisory service</description>
	<lastBuildDate>Tue, 21 May 2013 15:12:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Unlicensed code: Movement or Madness?</title>
		<link>http://osswatch.jiscinvolve.org/wp/2013/05/21/unlicensed-code-movement-or-madness/</link>
		<comments>http://osswatch.jiscinvolve.org/wp/2013/05/21/unlicensed-code-movement-or-madness/#comments</comments>
		<pubDate>Tue, 21 May 2013 15:12:44 +0000</pubDate>
		<dc:creator>Mark Johnson</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Legal]]></category>

		<guid isPermaLink="false">http://osswatch.jiscinvolve.org/wp/?p=2346</guid>
		<description><![CDATA[One of the hot topics of commentary on open source development at the moment is the licensing situation on GitHub.  When code is committed to GitHub, the copyright owner (usually the author or their employer) retains all rights to the &#8230; <a href="http://osswatch.jiscinvolve.org/wp/2013/05/21/unlicensed-code-movement-or-madness/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>One of the hot topics of commentary on open source development at the moment is the licensing situation on <a href="http://github.com" onclick="javascript:urchinTracker ('/outbound/article/github.com');">GitHub</a>.  When code is committed to GitHub, the copyright owner (usually the author or their employer) retains all rights to the code, and anyone wishing to re-use the code (by downloading it, or by &#8220;forking&#8221; and modifying it) is bound by the terms of the license the code is published under.  The point of discussion in this case, is that <a href="http://www.theregister.co.uk/2013/04/18/github_licensing_study/" onclick="javascript:urchinTracker ('/outbound/article/www.theregister.co.uk');">many (indeed, the majority) of repositories on GitHub contain no license file at all</a>.</p>
<p>There are two troubling points to the commentary on this phenomenon.  The first is that some discussions suggest that publishing with no license is &#8220;highly permissive&#8221;, implicitly allowing anyone to take the code and do with it as they wish.</p>
<p>In fact, it&#8217;s usually the case that having no license on your code is equivalent to having an &#8220;All Rights Reserved&#8221; notice, preventing any re-use of your code at all.  Whether it&#8217;s the copyright holder&#8217;s intention to enforce these rights isn&#8217;t being made clear, but it&#8217;ll be enough to put off any company who might want to engage with such a project under an open development model.</p>
<p>The second troubling point is that commentators are time and again dressing this up as a wilful movement.  James Governor coined the term &#8220;<a href="https://twitter.com/monkchips/status/247584170967175169" onclick="javascript:urchinTracker ('/outbound/article/twitter.com');">Post Open Source Software</a>&#8220;, while Matt Asay claims &#8220;<a href="http://readwrite.com/2013/05/15/open-source-is-old-school-says-the-github-generation?utm_source=feedburner&amp;utm_medium=twitter&amp;utm_campaign=Buffer&amp;utm_content=bufferdf338" onclick="javascript:urchinTracker ('/outbound/article/readwrite.com');">Open Source Is Old School, Says The GitHub Generation</a>&#8220;.  These commentaries seem to imply that there&#8217;s some sort of &#8220;No License Manifesto&#8221; being championed (in a similar fashion to the <a href="http://www.agilemanifesto.org/" onclick="javascript:urchinTracker ('/outbound/article/www.agilemanifesto.org');">Agile Manifesto</a>, perhaps).</p>
<p>The only movement I&#8217;ve seen which would be akin to this is the <a href="http://unlicense.org/" onclick="javascript:urchinTracker ('/outbound/article/unlicense.org');">Unlicense</a>, which encourages authors to wilfully lay aside any claims to their rights, effectively a Public Domain dedication which <a href="http://www.h-online.com/open/features/Why-it-s-time-to-stop-using-open-source-licences-1802140.html" onclick="javascript:urchinTracker ('/outbound/article/www.h-online.com');">Glyn Moody has suggested</a> is the way forward for open source.</p>
<p>However, what we&#8217;ve seen on GitHub shows no such conscious setting aside of rights, it shows a lack of education.  Publishing articles touting release without a license as how all the cool new kids are working encourages behaviour which could prove damaging to the development of a project&#8217;s community, and the wider community in turn.</p>
<p>Fortunately there are voices of reason in these discussions.  <a href="https://twitter.com/stephenrwalli/status/247597785069789184" onclick="javascript:urchinTracker ('/outbound/article/twitter.com');">Stephen Walli of the Outercurve Foundation points out that governance == community</a>.  If a project seeks to &#8220;fuck the license and governance&#8221; as James Governor suggests, then they risk doing the same to their community by alienating contributors (particularly those that are part of a larger organisation, rather than individual developers), as these contributors have no predictable structure to work within.</p>
<p>If the project lead might turn around and say &#8220;I dont feel like accepting your contributions, and by the way, if you keep using my code I&#8217;ll sue you&#8221;, you&#8217;ve got very little incentive to work with them.</p>
<p>By neglecting your community in this way, you project is at risk of being limited to a few individual contributors who know and trust one another implicitly.  I can&#8217;t believe that developers seeking to allow permissive use of their code would be happy with this as an outcome.</p>
<p>GitHub haven&#8217;t yet made any suggestion that they feel this is a problem they should work to solve.  It&#8217;s our responsibility as a community to ensure that we educate newcomers to become responsible open source citizens, rather than encouraging them to follow established bad practices.</p>
<p>Licensing and governance analysis form 2 cornerstones of OSS Watch&#8217;s <a href="http://www.oss-watch.ac.uk/resources/ssmm#openness-rating" onclick="javascript:urchinTracker ('/outbound/article/www.oss-watch.ac.uk');">openness rating</a>.  If you&#8217;d like advice on how to improve your projects management of these areas, please <a href="http://oss-watch.ac.uk/join/join" onclick="javascript:urchinTracker ('/outbound/article/oss-watch.ac.uk');">get in touch</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://osswatch.jiscinvolve.org/wp/2013/05/21/unlicensed-code-movement-or-madness/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More open source options for education</title>
		<link>http://osswatch.jiscinvolve.org/wp/2013/05/13/more-open-source-options-for-education/</link>
		<comments>http://osswatch.jiscinvolve.org/wp/2013/05/13/more-open-source-options-for-education/#comments</comments>
		<pubDate>Mon, 13 May 2013 14:54:36 +0000</pubDate>
		<dc:creator>Mark Johnson</dc:creator>
				<category><![CDATA[Community]]></category>

		<guid isPermaLink="false">http://osswatch.jiscinvolve.org/wp/?p=2335</guid>
		<description><![CDATA[As part of OSS Watch&#8217;s regular review of our website&#8217;s content, I&#8217;ve taken a look through the publicly editable version of our Open Source Options for Education list and added some new contributions to our website. The response from the &#8230; <a href="http://osswatch.jiscinvolve.org/wp/2013/05/13/more-open-source-options-for-education/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>As part of OSS Watch&#8217;s regular review of our website&#8217;s content, I&#8217;ve taken a look through the publicly editable version of our Open Source Options for Education list and added some new contributions to our website.</p>
<p>The response from the educational community has been overwhelming in helping us find both alternatives to common proprietary software and real-world examples of these alternatives being used.  I&#8217;d like to extend my thanks to everyone who&#8217;s contributed.</p>
<p>I&#8217;m particularly pleased this time to include a new category for Management Information System (MIS) software.  These tools often represent a significant investment to an institution and requirements for compatibility with these systems which perform a key administrative role can be a strong influence over procurement of related software such as VLEs.</p>
<p>You can find the updated version of the <a href="http://www.oss-watch.ac.uk/resources/ossoptionseducation" onclick="javascript:urchinTracker ('/outbound/article/www.oss-watch.ac.uk');">Open Source Options for Education</a> document on the <a href="http://www.oss-watch.ac.uk/" onclick="javascript:urchinTracker ('/outbound/article/www.oss-watch.ac.uk');">OSS Watch website</a>, and continue to contribute to the <a href="http://oss.ly/osoed" onclick="javascript:urchinTracker ('/outbound/article/oss.ly');">public version on Google Docs</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://osswatch.jiscinvolve.org/wp/2013/05/13/more-open-source-options-for-education/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Guardian recommends open source skills as an employability bonus</title>
		<link>http://osswatch.jiscinvolve.org/wp/2013/05/03/guardian-recommends-open-source-skills-as-an-employability-bonus/</link>
		<comments>http://osswatch.jiscinvolve.org/wp/2013/05/03/guardian-recommends-open-source-skills-as-an-employability-bonus/#comments</comments>
		<pubDate>Fri, 03 May 2013 13:47:44 +0000</pubDate>
		<dc:creator>Mark Johnson</dc:creator>
				<category><![CDATA[Community]]></category>

		<guid isPermaLink="false">http://osswatch.jiscinvolve.org/wp/?p=2313</guid>
		<description><![CDATA[The Guardian Careers site published an article yesterday discussing which skills you should have on your CV to ensure your application is &#8220;at the top of the pile&#8221; when applying for IT jobs. Among the usual traits such as being &#8230; <a href="http://osswatch.jiscinvolve.org/wp/2013/05/03/guardian-recommends-open-source-skills-as-an-employability-bonus/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The Guardian Careers site published <a href="http://careers.guardian.co.uk/cracking-code-industry" onclick="javascript:urchinTracker ('/outbound/article/careers.guardian.co.uk');">an article</a> yesterday discussing which skills you should have on your CV to ensure your application is &#8220;at the top of the pile&#8221; when applying for IT jobs.</p>
<p>Among the usual traits such as being able to program (they suggest Java, but with a willingness to learn new languages), one of the recommendations is &#8220;Open up to open source&#8221;.</p>
<p>In a succinct paragraph the article manages to introduce the idea of open source, as well has explaining both its benefits to the public (in terms of having access to zero-cost versions of software) and why IT companies and departments would be looking for it.</p>
<p>Engaging with an open source community provides you with the opportunity to gain practical experience in working on projects with a distributed team from diverse backgrounds.  Any skills relevant to the IT industry would be desirable to an open source project &#8211; not just programming but also skills like project management and technical writing.</p>
<p>The public nature of open source projects also means that your work will be open for potential employers to examine.  Code you&#8217;ve written for a previous job may be locked up in a company&#8217;s version control system, but by contributing open source code you give a potential employer the opportunity to see evidence of your competence in the field.</p>
<p>Of course, beyond the benefits of the general IT skills you can acquire, specific experience in open source engagement can be of value to IT companies who are increasingly taking advantage of open source software.  To get the full value from open source implemented in an organisation, that organisation should be prepared to engage with the community process, allowing them to get bugs fixed, contribute to the project, and possibly influence the project&#8217;s direction in their favour.  To make this possible, they&#8217;ll need people with experience of<a href="http://www.oss-watch.ac.uk/resources/buildingcommunities" onclick="javascript:urchinTracker ('/outbound/article/www.oss-watch.ac.uk');"> community engagement</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://osswatch.jiscinvolve.org/wp/2013/05/03/guardian-recommends-open-source-skills-as-an-employability-bonus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is Tomorrow&#8217;s World an Open Source one?</title>
		<link>http://osswatch.jiscinvolve.org/wp/2013/04/17/is-tomorrows-world-an-open-source-one/</link>
		<comments>http://osswatch.jiscinvolve.org/wp/2013/04/17/is-tomorrows-world-an-open-source-one/#comments</comments>
		<pubDate>Wed, 17 Apr 2013 10:05:14 +0000</pubDate>
		<dc:creator>Mark Johnson</dc:creator>
				<category><![CDATA[Community]]></category>

		<guid isPermaLink="false">http://osswatch.jiscinvolve.org/wp/?p=2271</guid>
		<description><![CDATA[Last week BBC&#8217;s Horizon put out a special episode looking at the next generation of technological advances. Two of the stories they reported caught my eye as they suggest that the future of innovation lies in an open way of &#8230; <a href="http://osswatch.jiscinvolve.org/wp/2013/04/17/is-tomorrows-world-an-open-source-one/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Last week BBC&#8217;s <a href="http://www.bbc.co.uk/programmes/b01rwgt6" onclick="javascript:urchinTracker ('/outbound/article/www.bbc.co.uk');">Horizon</a> put out a special episode looking at the next generation of technological advances. Two of the stories they reported caught my eye as they suggest that the future of innovation lies in an open way of working.</p>
<div id="attachment_2283" class="wp-caption alignnone" style="width: 630px"><a href="http://osswatch.jiscinvolve.org/wp/files/2013/04/liz-bonnin_2533961b.jpg" ><img class=" wp-image-2283" src="http://osswatch.jiscinvolve.org/wp/files/2013/04/liz-bonnin_2533961b.jpg" alt="Photo of Liz Bonnin, Horizon presenter" width="620" height="387" /></a><p class="wp-caption-text">Liz Bonnin presented the show from one of The Science Museum&#039;s storage hangers. Photo Credit:BBC</p></div>
<p>The first story looked at the work of Professor Bob Langer at MIT.  Professor Langer has received the <a href="http://www.draperprize.org/" onclick="javascript:urchinTracker ('/outbound/article/www.draperprize.org');">Draper Prize</a> and <a href="https://www.nsf.gov/od/nms/medal.jsp" onclick="javascript:urchinTracker ('/outbound/article/www.nsf.gov');">National Medal of Science</a> for his work in biomedical engineering.  Langer&#8217;s approach to research is to bring experts from a range of fields together to create an interdisciplinary team.</p>
<p>Previous approaches to designing medical devices were designed by doctors based on existing materials.  Langer sought to design new materials to operate inside the body and be safely absorbed once their job was done.  To make this possible he assembled a team including engineers, chemists, neurosurgeons, pharmacologists and a number of other disciplines.</p>
<p>The approach of applying one expert&#8217;s knowledge to the problem posed in another&#8217;s primary field has many parallels with open innovation, and led to advances never thought possible by those working in single fields.</p>
<p>The second story reported on the <a href="http://protei.org/" onclick="javascript:urchinTracker ('/outbound/article/protei.org');">Protei</a> project which we heard about recently at <a href="http://www.oss-watch.ac.uk/events/2013-03-14_Open_Source_Junction_4/programme" onclick="javascript:urchinTracker ('/outbound/article/www.oss-watch.ac.uk');">Open Source Junction</a>.  Protei was founded by Cesar Harada, and seeks to produce sailing drones which can be used to clean up oil spills.</p>
<p>Harada released his initial designs online and set out forming a community of scientists and engineers to collaborate on the project. Supported by a kickstarter campaign, over $33,000 dollars were raised allowing him to hire a work shop and invite his community to work together on the open hardware project.</p>
<p>The programme then focused on the contrast between the model of inventors patenting an invention which Harada characterised as &#8220;good for the manufacturer but not very good for the people&#8221;, to the &#8220;new culture of openness&#8221; shaping what we invent.</p>
<p>One comment that piqued my interest came from <a href="http://www.giamilinovich.com/" onclick="javascript:urchinTracker ('/outbound/article/www.giamilinovich.com');">Gia Milinovich</a>, who spoke of a &#8220;tension between the open source movement and business&#8221;, and a &#8220;battle between these two worlds&#8221;.  While this paints an exciting picture for a science documentary, I think the language used here was slightly disingenuous.</p>
<p>While we hear of stories where <a href="http://bgr.com/2013/04/12/microsoft-android-antirust-complaint-criticism-433393/" onclick="javascript:urchinTracker ('/outbound/article/bgr.com');">one company attacks another company who backs an open source project</a>, these bear little distinction from companies litigating against each other over issues with no relation to open source. It&#8217;s fortunately very rare that we see a &#8220;battle&#8221; between a business and an open source community, and the examples of this are greatly outstripped by the <a href="http://opensource.com/business" onclick="javascript:urchinTracker ('/outbound/article/opensource.com');">examples where the two work together in harmony</a>, indeed furthering one another’s goals.</p>
<p>Designer Wayne Hemingway then described how he &#8220;loved the idea&#8221; of an environment with no patents and no copyright, which while certainly <a href="http://www.h-online.com/open/features/Why-it-s-time-to-stop-using-open-source-licences-1802140.html" onclick="javascript:urchinTracker ('/outbound/article/www.h-online.com');">a valid goal</a> doesn&#8217;t do well to represent the way open source works.  The most <a href="http://opensource.org/licenses" onclick="javascript:urchinTracker ('/outbound/article/opensource.org');">common open source licences</a> all at least require that the the original author be credited for their work, which in a copyright-free world wouldn&#8217;t be enforceable.</p>
<p>These criticisms aside, It&#8217;s great to see open source and open hardware getting airtime from a mainstream broadcaster like this.</p>
]]></content:encoded>
			<wfw:commentRss>http://osswatch.jiscinvolve.org/wp/2013/04/17/is-tomorrows-world-an-open-source-one/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Koha: a case study in open source project ownership &#124; opensource.com</title>
		<link>http://osswatch.jiscinvolve.org/wp/2013/04/16/koha-a-case-study-in-open-source-project-ownership-opensource-com/</link>
		<comments>http://osswatch.jiscinvolve.org/wp/2013/04/16/koha-a-case-study-in-open-source-project-ownership-opensource-com/#comments</comments>
		<pubDate>Tue, 16 Apr 2013 08:50:55 +0000</pubDate>
		<dc:creator>Mark Johnson</dc:creator>
				<category><![CDATA[Community]]></category>

		<guid isPermaLink="false">http://osswatch.jiscinvolve.org/wp/?p=2289</guid>
		<description><![CDATA[While compiling OSS Watch&#8217;s list of Open Source Options for Education, I discovered Koha, an open source Integrated Library System (ILS). I discovered, with some confusion, that there seemed to be several ILS systems called Koha. Investigation into the reason &#8230; <a href="http://osswatch.jiscinvolve.org/wp/2013/04/16/koha-a-case-study-in-open-source-project-ownership-opensource-com/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>While compiling OSS Watch&#8217;s list of <a href="http://www.oss-watch.ac.uk/resources/ossoptionseducation"title="OSS Watch's open source education resources"  target="_blank" onclick="javascript:urchinTracker ('/outbound/article/www.oss-watch.ac.uk');">Open Source Options for Education</a>, I discovered <a href="http://koha-community.org/"title="Koha"  target="_blank" onclick="javascript:urchinTracker ('/outbound/article/koha-community.org');">Koha</a>, an open source Integrated Library System (ILS). I discovered, with some confusion, that there seemed to be several ILS systems called Koha. Investigation into the reason for this uncovered a story which provides valuable lessons for open source project ownership, including branding, trademarks, and conflict resolution.</p>
<p><em><a href="http://opensource.com/education/13/4/open-source-project-lessons-koha#.UW0QgrpEC3Q.wordpress" onclick="javascript:urchinTracker ('/outbound/article/opensource.com');">Read the full article at opensource.com</a>.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://osswatch.jiscinvolve.org/wp/2013/04/16/koha-a-case-study-in-open-source-project-ownership-opensource-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Source Junction Hardware Projects</title>
		<link>http://osswatch.jiscinvolve.org/wp/2013/03/25/open-source-junction-hardware-projects/</link>
		<comments>http://osswatch.jiscinvolve.org/wp/2013/03/25/open-source-junction-hardware-projects/#comments</comments>
		<pubDate>Mon, 25 Mar 2013 09:30:38 +0000</pubDate>
		<dc:creator>Mark Johnson</dc:creator>
				<category><![CDATA[Community]]></category>

		<guid isPermaLink="false">http://osswatch.jiscinvolve.org/wp/?p=2162</guid>
		<description><![CDATA[At Open Source Junction 4 we invited attendees to present their hardware projects.  Some were open source hardware, while some used consumer hardware components in conjunction with open source software to provide an innovative solution to a problem. ColorHug Richard &#8230; <a href="http://osswatch.jiscinvolve.org/wp/2013/03/25/open-source-junction-hardware-projects/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>At <a href="http://www.oss-watch.ac.uk/events/2013-03-14_Open_Source_Junction_4/programme" onclick="javascript:urchinTracker ('/outbound/article/www.oss-watch.ac.uk');">Open Source Junction 4</a> we invited attendees to present their hardware projects.  Some were open source hardware, while some used consumer hardware components in conjunction with open source software to provide an innovative solution to a problem.</p>
<h2>ColorHug</h2>
<p>Richard Hughes is the creator of ColorHug, an open source colorimeter.  These devices measure the colour coming from your screen and create a colour profile allowing you to ensure that colours look the same across all devices.  This means that a photo taken and viewed on your DSLR camera will look the same when being touched up on your laptop, and when being shown to friends on your TV.<a href="http://osswatch.jiscinvolve.org/wp/files/2013/03/colorhug1.jpg" ><img class="alignnone size-full wp-image-2174" src="http://osswatch.jiscinvolve.org/wp/files/2013/03/colorhug1.jpg" alt="" width="500" height="375" /></a></p>
<p>One of the initial concerns to Richard was infringing patents of competing devices.  To avoid this, he kept his device as simple as possible &#8211; the less technically novel the device, the less chance someone else had patented a method it used.  The simplicity of the device and components could be made up for using more complex software.</p>
<p>Once he had a working prototype, he Richard set up a website to announce the device and start taking orders.  He hoped that he would sell a dozen or so.  Before long he had several hundred orders.</p>
<p>Financing production at this scale proved difficult.  Richard attempted to get a bank loan, but because his device was open source, the bank felt it was too much of a risk.  He decided to fund the first 50 units himself, using the profit to fund the next batch of 100, and so on.</p>
<p>As production scaled up, Richard found new ways of creating efficiencies.</p>
<p>Holes in the case were initially made using a Dremel multitool and a template. However, before long the hole in the template became enlarged and had to be replaced.  This process was replaced with a punch tool, which was faster and more durable.</p>
<p>The ColorHug circuit boards were initially printed in China and hand-soldered by Richard, who has past experience with surface-mount soldering.  However, the cheap boards had a high defect rate, and resulted in a lot of wastage.</p>
<p>As the production process evolved, Richard moved the circuit board manufacture to the UK, and paid for them to be tested at production.  This created a higher unit cost but dramatically reduced wastage, creating savings overall.</p>
<p>After soldering 50 units himself, Richard sought out an alternative.  He looked for companies to provide a pick-and-place process for the surface mount components.  Initially looking to Eastern Europe, he found companies were only willing to deal with orders far in excess of what he needed.  Again, the answer was found closer to home, with a UK factory willing to satisfy smaller orders in exchange for an initial set-up fee.</p>
<p>If you&#8217;re interested in the ColorHug, you can buy one (or download the designs, firmware and build your own) from <a href="http://hughski.com" onclick="javascript:urchinTracker ('/outbound/article/hughski.com');">http://hughski.com</a></p>
<h2>PanStamp</h2>
<p>Paolo Di Prodi of Robomotic introduced us to the panStamp, small <a href="http://arduino.cc/" onclick="javascript:urchinTracker ('/outbound/article/arduino.cc');">Arduino</a>-compatible boards that communicate wirelessly over an RF protocol called Simple Wireless Abstract Protocol (SWAP). PanStamps can be connected to various sensors and consume very little power, allowing them to operate on a single AA battery.<a href="http://osswatch.jiscinvolve.org/wp/files/2013/03/sensors.jpg" ><img class="alignnone size-full wp-image-2175" src="http://osswatch.jiscinvolve.org/wp/files/2013/03/sensors.jpg" alt="" width="500" height="336" /></a></p>
<p>A network of panStamps can be used to measure all aspects of an environment such as temperature, air quality, noise levels, light levels, and report readings back to a base system.</p>
<p>A panStamp network is managed using Lagarto, a python-based device management interface for SWAP.  From here, sensor readings can be read, recorded, published, and used to trigger events.  A reading from one panStamp can even be used to activate another panStamp in the network.</p>
<p><a href="http://www.panstamp.com/" onclick="javascript:urchinTracker ('/outbound/article/www.panstamp.com');">The panStamp site</a> features technical details and source code for the system.  Paolo admitted that he was initially sceptical about the open source model, but concluded that if your device is copied, it&#8217;s because you&#8217;re doing something right.</p>
<h2>Remote Care Package</h2>
<p>Kevin Safford is a technical writer for IBM by day.  When his mother was diagnosed with <a href="http://www.alz.org/alzheimers_disease_what_is_alzheimers.asp" onclick="javascript:urchinTracker ('/outbound/article/www.alz.org');">altzheimer&#8217;s</a>, she was keen to maintain her independence. With Kevin living some distance from her, he wanted to provide her with a system that allowed her to live independently where possible, while providing him with peace of mind.</p>
<p>Kevin designed an unobtrusive computer system for his mum which could be administered remotely.  The hardware he chose was a <a href="https://www.globalscaletechnologies.com/t-dreamplugdetails.aspx" onclick="javascript:urchinTracker ('/outbound/article/www.globalscaletechnologies.com');">DreamPlug</a> connected to a USB touch-screen.  The software from the operating system to the applications is entirely open source.</p>
<p>When Kevin wants to speak to his mother, he uses VNC to log into her computer remotely.  From here he can initiate a video call to himself, allowing it to ring until she is ready, when he answers at his end.  Being able to see one another gives both parties reassurance.</p>
<p>Between calls, Kevin uses the computer to provide his mother with reminders and stimuli.  Using cron jobs and structured text files, he can display a daily list of events to ensure his mother knows what she&#8217;s doing, and what she needs to remember.  He can also schedule the system to play her music or show her photos, which provide a source of entertainment and stimulus.</p>
<p>Details of Kevin&#8217;s system including the scripts he uses can be found on <a href="https://sites.google.com/site/kevinsafford/" onclick="javascript:urchinTracker ('/outbound/article/sites.google.com');">his Google Code site</a>.</p>
<h2>Stellar Computer System</h2>
<p>Richard Melville works for Cellularity Ltd who produce the Stellar Computer System, a system of modular desktop computers which can operate independently, or be clustered together to provide a distributed and robust platform.</p>
<p>The Stellar system is built entirely from consumer components.  The form factor is small enough to be mounted on the back of a computer monitor.  The components are passively cooled and the storage is solid state, creating a low-power, silent device.</p>
<p>The power requirements are low enough for the machine to run from a 12V battery.  This can be connected to a mains charger to provide a long life UPS-style set-up, or even to a small wind turbine.</p>
<p>The device is designed to be modular &#8211; if the operating system fails, the device it is stored on can be swapped out for another, leaving the user data (stored separately) intact.  The case is tool-less, allowing most components to be replaced by hand.</p>
<p>Cellularity Ltd. is currently working with <a href="http://basho.com/" onclick="javascript:urchinTracker ('/outbound/article/basho.com');">Basho</a> to implement the <a href="http://basho.com/riak/" onclick="javascript:urchinTracker ('/outbound/article/basho.com');">Riak</a> distributed database on a cluster of Stellar machines.  This setup would allow user data to be distributed across the cluster, meaning a machine could fail completely and be replaced with no loss of data.</p>
<p>You can find our more about the Stellar Computing System on <a href="https://stellarsystem.wordpress.com/" onclick="javascript:urchinTracker ('/outbound/article/stellarsystem.wordpress.com');">their WordPress site</a>.</p>
<h2>Cellular Automata</h2>
<p>Adam Cooper has been spending his spare time building hardware cellular automata.  If you&#8217;ve ever seen Conway&#8217;s Game of Life and similar simulations you&#8217;ll be familiar with the concepts &#8211; an array of cells activate, stay active and deactivate in response to those around them, based on a pre-defined rule set.<a href="http://osswatch.jiscinvolve.org/wp/files/2013/03/gol.jpg" ><img class="alignnone size-full wp-image-2176" src="http://osswatch.jiscinvolve.org/wp/files/2013/03/gol.jpg" alt="" width="500" height="390" /></a></p>
<p>Adam&#8217;s project takes this idea into the real world.  His idea was to design a low-cost device (about £6 for a board an the required components) which would allow year 9-age school pupils to build physical automata.  With a yeargroup building a set of devices, a large array of cells could be created.</p>
<p>The project is currently at the prototyping stage, with the first 5 boards built and functioning.  The boards feature LEDs which allow them to signal an active state, and light sensors to detect the state of surrounding cells.</p>
<p>Adam&#8217;s plan is to get sponsorship for the boards to be built at his daughter&#8217;s school, and that the project will help promote interest in <abbr title="Science, Technology, Engineering and Maths">STEM</abbr> subjects.</p>
<p>Once again OSS Watch would like to thank everyone who presented at Open Source Junction 4.</p>
<p>This post contains photos by <a href="http://www.flickr.com/photos/wjlonien/7257408108/" onclick="javascript:urchinTracker ('/outbound/article/www.flickr.com');">Wolfgang Lonien</a>, <a href="http://www.flickr.com/photos/takkaria/1064935279/" onclick="javascript:urchinTracker ('/outbound/article/www.flickr.com');">Andi Sidwell</a> and<a href="http://www.flickr.com/photos/kubapinkwiner/5374484075/" onclick="javascript:urchinTracker ('/outbound/article/www.flickr.com');"> Flickr user jabstarr</a></p>
]]></content:encoded>
			<wfw:commentRss>http://osswatch.jiscinvolve.org/wp/2013/03/25/open-source-junction-hardware-projects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Source Hardware Communities</title>
		<link>http://osswatch.jiscinvolve.org/wp/2013/03/20/open-source-hardware-communities/</link>
		<comments>http://osswatch.jiscinvolve.org/wp/2013/03/20/open-source-hardware-communities/#comments</comments>
		<pubDate>Wed, 20 Mar 2013 10:30:24 +0000</pubDate>
		<dc:creator>Mark Johnson</dc:creator>
				<category><![CDATA[Community]]></category>

		<guid isPermaLink="false">http://osswatch.jiscinvolve.org/wp/?p=2126</guid>
		<description><![CDATA[At Open Source Junction 4 I took the opportunity to hold a discussion on open source hardware (OSH) communities, the barriers to community engagement, and whether UK academia needs a service like OSS Watch to support OSH projects.  This post &#8230; <a href="http://osswatch.jiscinvolve.org/wp/2013/03/20/open-source-hardware-communities/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>At <a href="http://www.oss-watch.ac.uk/events/2013-03-14_Open_Source_Junction_4/programme" onclick="javascript:urchinTracker ('/outbound/article/www.oss-watch.ac.uk');">Open Source Junction</a> 4 I took the opportunity to hold a discussion on open source hardware (OSH) communities, the barriers to community engagement, and whether UK academia needs a service like OSS Watch to support OSH projects.  This post is a summary of those discussions.</p>
<h2>Tools</h2>
<p>When producing an OSH artefact, there&#8217;s going to be some physical work involved.  Depending on the kind of device being produced, there may be specialist tools and processes required.</p>
<p>While the internals of many electronic devices can be assembled with little more than a soldering kit and a readily available box of tools, other projects may require plastic moulding equipment, 3D printers, lathes, laser cutters, or any number of specialist machines.  To enthusiasts without these tools readily available, this creates a barrier to engagement with the project.</p>
<p><a href="http://hackspace.org.uk/view/Main_Page" onclick="javascript:urchinTracker ('/outbound/article/hackspace.org.uk');">Hackspaces</a> offer one solution to this, as they can provide a place for specialist equipment to be shared between members.  However, tools must be looked after and maintained for this to be a viable solution &#8211; access to a broken 3D printer is of little use.</p>
<p>To ensure that availability of tools doesn&#8217;t become a barrier, a project should try and keep the need for specialist processes to a minimum in the manufacture of their product.  Where such a process is required, a project could find someone to perform the process and supply the resulting component to potential contributors, removing the requirement for everyone to have access to the tools.</p>
<h2>Geography</h2>
<p>Again due to the physical nature of OSH artefacts, the geographic diversity of a community can be another barrier to engagement.  A group may have a hard time collaborating on a device if they aren&#8217;t in the same place to interact with it.</p>
<p>While OSS avoids some of this issue with the ability to copy and distribute code over the Internet, there&#8217;s still an advantage to real-time contact with other community members.</p>
<p>Video conferencing through a medium such as Skype or Google+ Hangouts can help provide the real-time interaction and allow discussions over a physical object.  OSH communities can take advantage of these tools to share their work with each other, even if they can&#8217;t meet in person.</p>
<p>Local interest groups also play a part in solving the problem of geography.  As we&#8217;ve seen with <a href="http://lug.org.uk/" onclick="javascript:urchinTracker ('/outbound/article/lug.org.uk');">Linux User Groups</a> providing a place for local OSS enthusiasts to meet up and interact, there&#8217;s now an OSH User Group (<a href="http://www.oshug.org/" onclick="javascript:urchinTracker ('/outbound/article/www.oshug.org');">OSHUG</a>) in the UK.  The formation of local user groups would give OSH enthusiasts a place to meet each other, share ideas, and collaborate on projects.</p>
<h2>Knowledge</h2>
<p>When developing a project in the OSH space, the knowledge barrier can be problematic.  Knowing where to source components of the desired quantity, quality, and at an affordable price can be challenging to newcomers or even to established members of the community working on a new project.</p>
<p>As you scale up your project and perhaps turn it in to a business, new knowledge may be needed which may be completely out of scope for the hardware hacker who started with a weekend hobby.</p>
<p>For example, finding the cheapest manufacturer in China may appear to be a cost-effective way of manufacturing a component, but this may come at the expense of quality, and low quality components can lead to wastage.  Having components produced locally may incur a higher unit cost, but tighter quality control could lead to reduced wastage and savings in the long run.  The knowledge of these facts and which suppliers provide best value is represents an important piece of information to the OSH community.</p>
<p>The key to avoiding lack of knowledge becoming a barrier to participation is as simple as sharing knowledge as its learned.  A wiki of suppliers, public archives of mailing lists or Q&amp;A, a reading list of useful publications, could all go towards solving this problem.</p>
<p>The tricky part is finding a place for this knowledge base to live. Again, user groups could hold the solution to this problem.</p>
<h2>Leadership</h2>
<p>The Free and Open Source Software community has 2 figurehead organisations to champion its cause.</p>
<p>The <a href="http://fsf.org" onclick="javascript:urchinTracker ('/outbound/article/fsf.org');">Free Software Foundation</a> (FSF) promotes<a href="http://www.gnu.org/philosophy/free-sw.html" onclick="javascript:urchinTracker ('/outbound/article/www.gnu.org');"> free software</a> as a means of supporting and protecting computer user freedom. The <a href="http://opensource.org/" onclick="javascript:urchinTracker ('/outbound/article/opensource.org');">Open Source Initiative</a> (OSI) operates like a trade body to promote the use of benefits of <a href="http://opensource.org/docs/osd" onclick="javascript:urchinTracker ('/outbound/article/opensource.org');">open source software</a> to developers and users.</p>
<p>There are currently a number of organisations (<a href="http://www.ohanda.org/" onclick="javascript:urchinTracker ('/outbound/article/www.ohanda.org');">OHANDA</a>, <a href="http://www.oshwa.org/" onclick="javascript:urchinTracker ('/outbound/article/www.oshwa.org');">OSHWA</a>, <a href="http://www.ohwr.org/" onclick="javascript:urchinTracker ('/outbound/article/www.ohwr.org');">OHR</a>) that attempt to provide a similar function in the hardware space, although they are not currently as mature in this regard as their software equivalents.  There are competing definitions of what OSH is or should be, as well as a question over whether we need an equivalent of <a href="http://www.oss-watch.ac.uk/resources/licdiff#permissive-and-copyleft" onclick="javascript:urchinTracker ('/outbound/article/www.oss-watch.ac.uk');">copyleft</a> licensing for hardware, and if this is even possible.</p>
<p>Without recognised people and organisations promoting a vision for OSH, the community lacks a common goal, which could be a barrier to attracting new participants.</p>
<h2>OSH Watch?</h2>
<p><a href="http://www.oss-watch.ac.uk/about/" onclick="javascript:urchinTracker ('/outbound/article/www.oss-watch.ac.uk');">OSS Watch</a> was formed to provide funders with a service to support the use and production of OSS in UK education.  Part of the motivation for this was public opinion that publicly-funded software should benefit everyone, by being released under an open source license.</p>
<p>Lacking the focused leadership mentioned above and a clear definition of OSH, public pressure for hardware produced by publicly-funded projects to be open source is unlikely to be forthcoming.  This suggests that the requirement for an OSS Watch-like service for OSH is unlikely to emerge in the short term.</p>
<p>OSS watch would like to thank all attendees of Open Source Junction 4 for participating in these discussions.</p>
]]></content:encoded>
			<wfw:commentRss>http://osswatch.jiscinvolve.org/wp/2013/03/20/open-source-hardware-communities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MoodleMoot Hackday</title>
		<link>http://osswatch.jiscinvolve.org/wp/2013/02/28/moodlemoot-hackday/</link>
		<comments>http://osswatch.jiscinvolve.org/wp/2013/02/28/moodlemoot-hackday/#comments</comments>
		<pubDate>Thu, 28 Feb 2013 09:12:35 +0000</pubDate>
		<dc:creator>Mark Johnson</dc:creator>
				<category><![CDATA[Community]]></category>

		<guid isPermaLink="false">http://osswatch.jiscinvolve.org/wp/?p=2097</guid>
		<description><![CDATA[The final day of MoodleMoot Dublin was billed as a hackday with 2 tracks, one looking at Moodle Development and one at LTI.  I decided to take part in the Moodle development track, which really turned out to  be more &#8230; <a href="http://osswatch.jiscinvolve.org/wp/2013/02/28/moodlemoot-hackday/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The final day of MoodleMoot Dublin was billed as a hackday with 2 tracks, one looking at Moodle Development and one at LTI.  I decided to take part in the Moodle development track, which really turned out to  be more of a developer meeting than a hackday.</p>
<p>The first topic of discussion was Javascript frameworks.  Moodle&#8217;s core javascript uses the <a href="http://yuilibrary.com" onclick="javascript:urchinTracker ('/outbound/article/yuilibrary.com');">YUI</a> framework, which fits very well with Moodle&#8217;s modular structure, and can easily be utilised by third-party plugins.  However, newcomers to the community, be they joining a company providing Moodle development, students, or institutional developers almost always arrive with experience in the insanely popular <a href="http://jquery.com/" onclick="javascript:urchinTracker ('/outbound/article/jquery.com');">jQuery</a> framework.</p>
<p>While there&#8217;s no technical motivation for Moodle to convert from YUI to jQuery, there&#8217;s certainly a social motivation to supporting it for plugin development.  There are challenges to be met here &#8211; as jQuery development proceeds old features tend to be removed, so plugin developers may target a specific jQuery version.  If Moodle is to include jQuery, it may need to include a mechanism for plugins to use different versions without causing namespace collisions.</p>
<p>At the beginning of the hackday, some bugs were posted for volunteers to fix.  I took up the challenge of fixing bug <a href="https://tracker.moodle.org/browse/MDL-33996" onclick="javascript:urchinTracker ('/outbound/article/tracker.moodle.org');">MDL-33996</a>.  With members of the core development team in the room, this presented the opportunity for a practical demonstration of the bug fixing process I described in my community engagement session the previous day.  Thanks to the developers present and other members of the Moodle HQ team participating remotely, we worked through the process of patch submission, peer review, integration, integration the fix was ready for release by the end of the day.</p>
<p>A topic for discussion in the afternoon was the introduction of a Moodle theme based on the <a href="http://twitter.github.com/bootstrap/" onclick="javascript:urchinTracker ('/outbound/article/twitter.github.com');">bootstrap CSS framework</a>.  Bootstrap represents a collection of best practice techniques used by front-end web developers and designers, providing simple responsive layouts, CSS-based interface components and a consistent style across browsers.</p>
<p>Initial work has been done to produce a Moodle theme using bootstrap.  The decision now needs to be made has to how deeply Bootstrap&#8217;s conventions should be integrated into Moodle.  It&#8217;s possible to restrict Bootstrap&#8217;s involvement to the themes that are based on it, but given that some areas of Moodle&#8217;s markup could do with an overhaul, it could be time to update Moodle&#8217;s core output code to follow Bootstrap&#8217;s best practices.</p>
<p>It was great to have the opportunity to get a chance to meet some of Moodle&#8217;s core developer team face-to-face, and to get an insight into the upcoming developments.   It was also interesting to see the decision-making process of a large open source project at work.  Moodle is primarily a <a href="http://www.oss-watch.ac.uk/resources/benevolentdictatorgovernancemodel" onclick="javascript:urchinTracker ('/outbound/article/www.oss-watch.ac.uk');">benevolent dictatorship</a> with Martin Dougiamas at the head, but the essential <a href="http://www.oss-watch.ac.uk/resources/meritocraticGovernanceModel" onclick="javascript:urchinTracker ('/outbound/article/www.oss-watch.ac.uk');">meritocratic</a> nature of the open source community was clearly evident, with those known for contribution in particular areas being called upon to share their opinions and ideas.</p>
]]></content:encoded>
			<wfw:commentRss>http://osswatch.jiscinvolve.org/wp/2013/02/28/moodlemoot-hackday/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MoodleMoot Dublin 2013</title>
		<link>http://osswatch.jiscinvolve.org/wp/2013/02/25/moodlemoot-dublin-2013/</link>
		<comments>http://osswatch.jiscinvolve.org/wp/2013/02/25/moodlemoot-dublin-2013/#comments</comments>
		<pubDate>Mon, 25 Feb 2013 16:16:21 +0000</pubDate>
		<dc:creator>Mark Johnson</dc:creator>
				<category><![CDATA[Community]]></category>

		<guid isPermaLink="false">http://osswatch.jiscinvolve.org/wp/?p=2095</guid>
		<description><![CDATA[I had the fortune of spending most of last week at MoodleMoot Dublin, with members of Moodle developer and user community from the UK, Ireland and across the world. MOOC discussions Throughout the plenary and panel sessions over the 2 &#8230; <a href="http://osswatch.jiscinvolve.org/wp/2013/02/25/moodlemoot-dublin-2013/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I had the fortune of spending most of last week at <a href="http://moodlemoot.ie/" onclick="javascript:urchinTracker ('/outbound/article/moodlemoot.ie');">MoodleMoot Dublin</a>, with members of Moodle developer and user community from the UK, Ireland and across the world.</p>
<h1>MOOC discussions</h1>
<p>Throughout the plenary and panel sessions over the 2 days of the main conference, the conversions were often drawn to a common theme: the current hype around Massively Open Online Courses, or MOOCs.  Several high-profile institutions have begun offering free online courses through a MOOC platform, and the phenomenon has recently arrived in the UK with the announcement of <a href="http://futurelearn.com/feature/futurelearn-launches/" onclick="javascript:urchinTracker ('/outbound/article/futurelearn.com');">FutureLearn</a>.</p>
<p>The MOOC movement could be perceived as a significant threat to a system like Moodle, which is probably why it was such a hot topic for discussion.  If people can teach and learn through a MOOC, what place does an institutional system like Moodle have?</p>
<p>While there was some enthusiasm for the inclusiveness of MOOCs from panelists and audience members alike, if you ask a group like the Moodle community if MOOCs are the future, you&#8217;re only ever going to get one answer.</p>
<p>The strongest arguments in opposition to MOOCs becoming a significant threat to the traditional institutional teaching model, rather than a complement to it, was that a MOOC is primarily a package of content.</p>
<p>While MOOCs represent a valuable channel for delivering such content, the existence of such content for independent learning isn&#8217;t new.  As Moodle founder Martin Dougiamas put it during one panel discussion, &#8220;before MOOCs, we had books&#8221;.  Martin was keen to promote a view that MOOCs will augment established e-learning, not replace it.</p>
<h1>Performance discussions</h1>
<p>A common thread of several breakout sessions looked at the performance and scalability of Moodle.  One talk from Moodle partner Catalyst IT discussed a Moodle deployment with 2,000,000 user accounts, supporting 800,000 concurrent users<sup><a href="#footnote">1</a></sup>.</p>
<p>The technology used to achieve this implementation was entirely open source.  Beyond Moodle itself, the set-up described ran on Linux servers (Ubuntu), a PostgreSQL database server, various open source tools for caching data, and the nginx web server.</p>
<p>The PHP interpreter used was PHP-FPM, a special memory-efficient PHP implementation for web servers using FastCGI.</p>
<p>Of course, if you&#8217;re implementing a performant, scalable solution you need a way of proving that it works.  For this, the load testing tool JMeter came highly recommended, another open source tool that allows you to simulate traffic to your web server.</p>
<p>Set-ups like this are a prime example showing how open source software is suitable for large-scale deployments &#8211; not just in terms of application software but as a whole software stack in combination.</p>
<h1>Keynote &#8211; Future of Moodle</h1>
<p>In the morning of the Moot&#8217;s second day, everyone gathered to hear from Martin Dougiamas about the future of Moodle development.</p>
<p>A development trend Martin promoted during the keynote was the idea of &#8220;Plug-outs&#8221;.  Rather than building new features inside Moodle using plugin APIs, it&#8217;s becoming increasingly possible to build external systems that integrate with Moodle.</p>
<p>Moodle features web service APIs which can expose Moodle API functions externally over secure, authenticated services.  This allows you to tightly and securely integrate external applications on any platform with Moodle.</p>
<p>Beyond web services specific to Moodle, you can also use the <a href="http://www.imsglobal.org/lti/" onclick="javascript:urchinTracker ('/outbound/article/www.imsglobal.org');">Learning Tools Interoperability</a> standard, or LTI.  The LTI standard allows Moodle to integrate with a variety of tools implementing the standard, providing single sign-on from Moodle to the external tool, and grades to be passed back and stored in Moodle&#8217;s gradebook.</p>
<p>However, the integration isn&#8217;t limited to Moodle.  LTI is implemented in Sakai, Blackboard, in fact all the major VLEs, open source and proprietary.  This means that any tool implementing LTI can be used with any VLE implementing LTI.</p>
<p>The most exciting and interesting development shown was the upcoming Moodle mobile app.  Unlike earlier developments of an iOS-only app, the new app will be cross-platform and open source.  As well as allowing Moodle content to be viewed on mobile devices, the app will use mobile hardware such as cameras and microphones to allow users to create and upload content.</p>
<p>Interestingly, the decision was made to release the mobile app under an Apache licence, rather than GPL like the rest of Moodle.  I took the opportunity to ask Martin why this decision was made.   The primary motivation was to allow institutions to modify the app to integrate tightly with local systems without requiring them to release the source code since they may want these integrations to remain private.  There was also a secondary motivation of avoiding app store restrictions.  As OSS Watch has discussed previously, <a href="http://www.oss-watch.ac.uk/resources/appstores" onclick="javascript:urchinTracker ('/outbound/article/www.oss-watch.ac.uk');">some app store terms of service conflict with certain open source software licences</a>, and the Apache licence has been chosen to avoid this.</p>
<p>I&#8217;d like to extend a big thank you to <a href="http://moodlemoot.ie/2013-moot/organising-committee/" onclick="javascript:urchinTracker ('/outbound/article/moodlemoot.ie');">the organisers of MoodleMoot</a>, and all of the event&#8217;s sponsors.</p>
<p><sup>1</sup> Where &#8220;concurrent users&#8221; refers to users accessing the site within a 15-minute window.</p>
]]></content:encoded>
			<wfw:commentRss>http://osswatch.jiscinvolve.org/wp/2013/02/25/moodlemoot-dublin-2013/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Source Junction 4: Open Source Hardware meets Open Source Software</title>
		<link>http://osswatch.jiscinvolve.org/wp/2013/02/11/open-source-junction-4-open-source-hardware-meets-open-source-software/</link>
		<comments>http://osswatch.jiscinvolve.org/wp/2013/02/11/open-source-junction-4-open-source-hardware-meets-open-source-software/#comments</comments>
		<pubDate>Mon, 11 Feb 2013 12:01:39 +0000</pubDate>
		<dc:creator>Mark Johnson</dc:creator>
				<category><![CDATA[Community]]></category>

		<guid isPermaLink="false">http://osswatch.jiscinvolve.org/wp/?p=2065</guid>
		<description><![CDATA[OSS Watch is delighted to announce a new event in the Open Source Junction series aimed at facilitating knowledge exchange between industry and academic innovation. Open Source Junction brings together the best business and academic minds to explore how the &#8230; <a href="http://osswatch.jiscinvolve.org/wp/2013/02/11/open-source-junction-4-open-source-hardware-meets-open-source-software/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>OSS Watch is delighted to announce a new event in the Open Source Junction series aimed at facilitating knowledge exchange between industry and academic innovation. Open Source Junction brings together the best business and academic minds to explore how the two sectors can jointly innovate, develop and exploit open source software in conjunction with open source hardware.</p>
<p>Open Source Junction 4 is taking place on 14th-15th March at Trinity College, Oxford and focuses on open source hardware.</p>
<p>Open Source Hardware (OSH), like Open Source Software (OSS), is an open approach to technology where the information needed to create hardware artefacts – such as schematics, drawings and bill of materials – is distributed, allowing others to produce artefacts, and to modify and improve on the design. Open Source Hardware has a wide range of applications, including medical appliances, lab equipment, surveillance drones, and toys.</p>
<p>If you&#8217;re involved in an Open Source Hardware project, a project that uses Open Source Software in conjunction with hardware, or just enjoy cool hardware hacks, we&#8217;d like to see you at Open Source Junction.</p>
<p>We&#8217;re keen to exploit the tangible nature of Open Source Hardware at the event by encouraging attendees who are part of a hardware project, whether Open Source Hardware in the strictest sense or an innovative use of commodity hardware in conjunction with Open Source Software, to give a short presentation or demo.  If you&#8217;re interested in doing this, please give details on the registration form.</p>
<p>You can read full details of the event and sign up at <a href="https://osj4.eventbrite.co.uk" onclick="javascript:urchinTracker ('/outbound/article/osj4.eventbrite.co.uk');">EventBrite</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://osswatch.jiscinvolve.org/wp/2013/02/11/open-source-junction-4-open-source-hardware-meets-open-source-software/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
