<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0">

    <channel>

        <title>Blog</title>
        <link>http://syslab.com/blog</link>
        <description>Get an update on Open Source! Our OS blog offers daily news on current issues, trends and developments about Open Source and other free software.</description>

        <generator>basesyndication</generator>
        <!-- TODO
        <lastBuildDate>Mon, 30 Sep 2002 11:00:00 GMT</lastBuildDate>
        <copyright>Copyright 1997-2002 Dave Winer</copyright>
        <docs>http://backend.userland.com/rss</docs>
        <category domain="Syndic8">1765</category>
        <managingEditor>dave@userland.com</managingEditor>
        <webMaster>dave@userland.com</webMaster>
        -->

        <!-- TODO: Should there be an individual image associatable with each
        Weblog object?  I think so... -->
        <image>
            <title>Blog</title>
            <url>http://syslab.com/logo.png</url>
            <link>http://syslab.com/blog</link>
        </image>

        
            <item>
                <title>Firefox 23 set to boost open source dev tools</title>
                <guid>http://syslab.com/blog/2013/05/22/firefox-23-set-to-boost-open-source-dev-tools</guid>
                <link>http://syslab.com/blog/2013/05/22/firefox-23-set-to-boost-open-source-dev-tools</link>
                <description>
&lt;p&gt;I have learned more about web dev by using Mozilla's tools and looking at the guts of website than any other source (by far).&lt;/p&gt;
&lt;p&gt;The upcoming Firefox 23 release, currently scheduled for General Availability on August 6th is set to include a pile of developer tools that are both unique and at the same time, very familiar.&lt;/p&gt;
&lt;p&gt;One of the improved 'familiar' tools is the Network Monitor. Chrome users already enjoy an awesome network monitor type tool that is in the 'inspect element' feature. Firefox kinda/sorta has pretended to have something similar (via Inspect element/web console) but with Firefox 23 the plan is to fully realize network visibility into page traffic&lt;/p&gt;
&lt;p&gt;Firefox 23 is also set to enable a functional App Cache.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;"If you have ever used the application cache you will probably be familiar with how easy it is to break offline functionality and how difficult it is to work out why things are broken," Mozilla developer Mike Ratcliffe, wrote in a&amp;nbsp;&lt;a href="http://flailingmonkey.com/application-cache-not-a-douchebag"&gt;blog post&lt;/a&gt;. "I guess that what I am saying is that the application cache is a douchebag."&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The other interesting bit from my very narrow perspective is a small&amp;nbsp;&lt;a href="https://bugzilla.mozilla.org/show_bug.cgi?id=677930"&gt;bug fix&lt;/a&gt;&amp;nbsp;that will now make URLs clickable in the Style Inspector.&lt;/p&gt;
&lt;p&gt;It's the little things that count after all...&lt;/p&gt;
&lt;p&gt;&lt;a class="external-link" href="http://www.internetnews.com/blog/skerner/firefox-23-set-to-boost-open-source-dev-tools.html"&gt;Read more&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;Source of this information:&lt;/h3&gt;
&lt;p&gt;&lt;a class="external-link" href="http://www.internetnews.com/blog/skerner/firefox-23-set-to-boost-open-source-dev-tools.html"&gt;http://www.internetnews.com/blog/skerner/firefox-23-set-to-boost-open-source-dev-tools.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Author:&amp;nbsp;&lt;/em&gt;Sean Michael Kerner&lt;/p&gt;
</description>
                <author>Lotte Nielsen</author>


                <pubDate>Wed, 22 May 2013 12:28:49 +0200</pubDate>

                
            </item>
        
        
            <item>
                <title>Ubuntu working on new Linux application installer</title>
                <guid>http://syslab.com/blog/2013/05/22/ubuntu-working-on-new-linux-application-installer</guid>
                <link>http://syslab.com/blog/2013/05/22/ubuntu-working-on-new-linux-application-installer</link>
                <description>
&lt;p&gt;Do you want to know how to tell real Linux geeks from people who just use it? Ask them what their favorite application packaging system is. Hardcore old-school Linux users will soon be telling you all all about&amp;nbsp;&lt;a href="http://www.ibm.com/developerworks/linux/library/l-lpic1-v3-102-5"&gt;RPM&lt;/a&gt;&amp;nbsp;vs.&amp;nbsp;&lt;a href="http://www.debian.org/doc/manuals/debian-faq/ch-pkgtools.en.html"&gt;DEB&lt;/a&gt;&amp;nbsp;and before it's over someone is sure to chime in about going straight to source code ala&amp;nbsp;&lt;a href="http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2&amp;amp;chap=1"&gt;Gentoo Linux's Portage&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The short version is there's a lot of Linux software application packing and installation systems out there already but&amp;nbsp;&lt;a href="https://lists.ubuntu.com/archives/ubuntu-devel/2013-May/037074.html"&gt;Ubuntu will soon be adding another one&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.canonical.com/"&gt;Canonical&lt;/a&gt;,&amp;nbsp;&lt;a href="http://www.ubuntu.com/"&gt;Ubuntu&lt;/a&gt;'s parent company, is doing this because, as Ubuntu moves into&amp;nbsp;&lt;a href="http://www.zdnet.com/the-5-things-you-need-to-know-now-about-ubuntu-on-phones-7000009362"&gt;attempting to become popular consumer operating system on smartphones and tablets&lt;/a&gt;, it needs a faster, easier way for independent software vendors (ISV)s to get their programs to customers. The&amp;nbsp;&lt;a href="https://wiki.ubuntu.com/AppDevUploadProcess"&gt;Ubuntu developer site describes the software installation problem&lt;/a&gt;&amp;nbsp;in these terms:&amp;nbsp;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Today we face a significant challenge in Ubuntu. If an application author wants to get the latest version of their software in Ubuntu they have two options:&lt;/p&gt;
&lt;p&gt;1. An Ubuntu developer packages the software and delivers it in the development release.&lt;/p&gt;
&lt;p&gt;2. The app developer can submit their apps via MyApps in the stable release for review.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Neither are ideal. So it is that:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The goal here is to provide a safe, reliable means in which app developers can upload their stable releases directly into Ubuntu.&lt;/p&gt;
&lt;p&gt;With this goal in mind we want to resolve the common bottlenecks that we have experienced with the current process for app developers:&lt;/p&gt;
&lt;p&gt;We should not rely on manual reviews of software before inclusion. Manual reviews have been found to cause a significant bottleneck in the MyApps queue and they won’t scale effectively as we grow and open up Ubuntu to thousands of apps.&lt;/p&gt;
&lt;p&gt;Requiring app installation into the&amp;nbsp;/opt&amp;nbsp;directory is significantly challenging to app developers and not well supported in Ubuntu; this should be made transparent to the developer.&lt;/p&gt;
&lt;p&gt;We also want to enhance the platform experience for both users and developers who are building applications for Ubuntu:&lt;/p&gt;
&lt;p&gt;Provide a standard, stable and useful platform for developers, and a rapid path to delivering their apps to Ubuntu users&lt;/p&gt;
&lt;p&gt;Give users a safer access to the growing ecosystem of independent applications being developed for Ubuntu.&lt;/p&gt;
&lt;p&gt;Keep the user informed and in control over who is providing the software they install, and what access to their system it will have.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Colin Watson, a long-time Canonical software engineer who's worked on both&amp;nbsp;&lt;a href="http://www.debian.org/"&gt;Debian&lt;/a&gt;&amp;nbsp;and Ubuntu Linux, explained --&amp;nbsp;in an e-mail message to the&amp;nbsp;&lt;a href="https://lists.ubuntu.com/archives/ubuntu-devel"&gt;Ubuntu developers mailing list&lt;/a&gt;&amp;nbsp;--&amp;nbsp;how they're addressing these issues. The&amp;nbsp;goal, Watson wrote, is "to make it quicker and easier for app developers to get their software into Ubuntu. There are several pieces … but it seems clear that one of those is some kind of simplified packaging format which we can offer to third-party application developers."&lt;/p&gt;
&lt;p&gt;This does not mean that Ubuntu is going to dump the DEB method it currently uses. Watson wrote, "This is not aimed at changing packages that are already part of the Ubuntu archive; for the most part our existing system works well for those, and they tend to have non-trivial dependency structures. We'll continue to use dpkg and apt for building the Ubuntu operating system, syncing with Debian, and so on."&lt;/p&gt;
&lt;p&gt;Instead, the scope of what Watson has been been working on is for a package management setup for "apps built on a fixed 'base system,' which in the case of the initial target of the Ubuntu phone/tablet work would be the runtime part of the Ubuntu SDK [Software Developer Kit]. The radically-reduced dependency structure means that most apps will be Ubuntu-SDK-specific to start with, although&amp;nbsp;I'd like to make sure that the package format design includes enough support up-front to allow this to be useful for other platforms that define suitable base system profiles in future."&lt;/p&gt;
&lt;p&gt;This is still very much a work in progress. As for the obvious objection of why not use one of the existing Linux package systems, or even borrow Android's Android application package file (APK), Watson replied, "Many of the existing app packaging systems are more of a reflection of the system they were built for than anything else. If you look at, say, Android's APK format, it's essentially a zip file with a manifest and some conventions about Dalvik class installation and the like. Most of the other mobile app formats are similar. Things like&amp;nbsp;&lt;a href="http://listaller.tenstral.net/"&gt;Listaller&lt;/a&gt;&amp;nbsp;might be a reasonable fit, but I'm worried about importing things like a full dependency solver into this: much though I love dependency-based packaging systems, they necessarily involve scanning the system packaging database at some point and I would much prefer app packages to be as independent of that as possible, mainly for performance but also to be as bulletproof as possible."&lt;/p&gt;
&lt;p&gt;That's not to say that Ubuntu is re-inventing the wheel. Watson wrote, "The proof of concept I wrote also isn't entirely new code. It's tiny due to using .deb as a container format (minus maintainer scripts, full dependencies, etc.), so I get to save effort by using dpkg to unpack things, which leaves us room to selectively use more of its features in future if we want to." As Watson added in another message, "To be clear - hi Slashdot -&amp;nbsp;&lt;a href="https://lists.ubuntu.com/archives/ubuntu-devel/2013-May/037079.html"&gt;I'm very fond of the dpkg/apt system&lt;/a&gt;&amp;nbsp;and have put a great deal of effort into it over the last decade or so, both on my own time and for pay; I think it's excellent and have no desire to kill it.&lt;/p&gt;
&lt;p&gt;So, while Ubuntu will be adding yet another Linux program packaging method, it's building on what's gone before to give ISVs a quick and simple way to get their applications to Ubuntu touch device users. While it's very much a work in progress, the end result should help Ubuntu have a rich set of applications when&amp;nbsp;&lt;a href="http://www.zdnet.com/ubuntu-smartphones-coming-to-two-regions-in-october-7000010969/"&gt;Ubuntu smartphones and tablets start shipping later this year.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a class="external-link" href="http://www.zdnet.com/ubuntu-working-on-new-linux-application-installer-7000015174/"&gt;Read more&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;Source of this information:&lt;/h3&gt;
&lt;p&gt;&lt;a class="external-link" href="http://www.zdnet.com/ubuntu-working-on-new-linux-application-installer-7000015174/"&gt;http://www.zdnet.com/ubuntu-working-on-new-linux-application-installer-7000015174/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Author:&amp;nbsp;&lt;a href="http://www.zdnet.com/meet-the-team/us/steven-j-vaughan-nichols/" rel="author"&gt;Steven J. Vaughan-Nichols&lt;/a&gt;&amp;nbsp;&lt;/em&gt;&lt;/p&gt;
</description>
                <author>Lotte Nielsen</author>


                <pubDate>Wed, 22 May 2013 12:22:02 +0200</pubDate>

                
            </item>
        
        
            <item>
                <title>Five Star Movement urges Italian city of Bari to move to open source</title>
                <guid>http://syslab.com/blog/2013/05/21/five-star-movement-urges-italian-city-of-bari-to-move-to-open-source</guid>
                <link>http://syslab.com/blog/2013/05/21/five-star-movement-urges-italian-city-of-bari-to-move-to-open-source</link>
                <description>
&lt;p&gt;The group earlier this month made a formal request to the city administration to list which open source solutions it is already using. "We suspect that open source is practically non-existent", explains Fabio Leli, one of the activists for the Five Star Movement in the city. "This is absolutely unacceptable, for there are municipalities much smaller than ours, that are reporting significant savings by using open source."&lt;/p&gt;
&lt;p&gt;One example would be the city administration of Modena. It has 186 000 citizens, just over half the number of citizens in Bari (319 000 citizens) and according to Leli, Modena is saving more than one million euro a year by using open source solutions.&lt;/p&gt;
&lt;p&gt;The Bari administration was supposed to publish its IT strategy last month, Leli says. "We are still waiting for it." Free and open source solutions are so far not included explicitly in the city's earlier IT strategies. "That is why we will present our own projects and plans. If the municipality continues to avoid open source, we will make it part of the electoral programme for next year."&lt;/p&gt;
&lt;p&gt;The Five Star Movement has no elected representatives in the council of Bari. The group participated in the 2009 municipal elections but did not win any seats. Leli: "We had just started our local chapter that year." However, at the general elections in February this year, the party got 27 percent of the local votes. The movement now expects to win not only seats in the city council, but estimates it has a change to replace even the mayor. "In 2009, our candidate already came fourth, out of a total of nine. Until then, we will continue calling and planning for Bary to switch to open source solutions."&lt;/p&gt;
&lt;p&gt;&lt;a class="external-link" href="http://joinup.ec.europa.eu/community/osor/news/five-star-movement-urges-italian-city-bari-move-open-source"&gt;Read more&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;Source of this information:&lt;/h3&gt;
&lt;p&gt;&lt;a class="external-link" href="http://joinup.ec.europa.eu/community/osor/news/five-star-movement-urges-italian-city-bari-move-open-source"&gt;http://joinup.ec.europa.eu/community/osor/news/five-star-movement-urges-italian-city-bari-move-open-source&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Author:&amp;nbsp;&lt;a href="http://joinup.ec.europa.eu/people/11119"&gt;Gijs Hillenius&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
</description>
                <author>Lotte Nielsen</author>


                <pubDate>Tue, 21 May 2013 14:02:49 +0200</pubDate>

                
            </item>
        
        
            <item>
                <title>'Portugal's municipalities increasingly use open source for geoinformation'</title>
                <guid>http://syslab.com/blog/2013/05/20/portugals-municipalities-increasingly-use-open-source-for-geoinformation</guid>
                <link>http://syslab.com/blog/2013/05/20/portugals-municipalities-increasingly-use-open-source-for-geoinformation</link>
                <description>
&lt;p&gt;The GIS specialist was one of the open source GIS pioneers in the country. In 2010 he used, among others Quantum GIS, GRASS, GVSIG and many other open source components, to produce and update a forest fire hazard and risk maps. "This open source-based approach has not been officially adopted by the national Institute for the Conservation of Nature and Forests, but it is being used by many municipalities."&lt;/p&gt;
&lt;p&gt;An extensive test of open source software alternatives for wildfire risk area mapping, was published by Venâncio on the Quantum GIS project website, in October 2012. "(The open source alternatives) proved to be of enormous quality, allowing all operations recommended in the National Forest Authority technical guides, in many ways more efficiently than with proprietary software."&lt;/p&gt;
&lt;p&gt;The GIS engineer regularly presents the open source approach by the municipality of Pinhel. In September 2012 for instance, he addressed the attendees of a conference of municipal risk specialists. He showed them how to automatically produce hazard maps and forest fire risk maps, using nothing but open source. "This is well-established in the municipality of Pinhel, after several years of testing. The whole process, to calculate and map wildfire risks, requires very little human intervention."&lt;/p&gt;
&lt;p&gt;Promoting this approach at a conference on open source GIS, in November 2011, he concluded: "The savings, when multiplied by all of Portugal's 308 municipalities, can be huge."&lt;/p&gt;
&lt;p&gt;&lt;a class="external-link" href="http://joinup.ec.europa.eu/community/osor/news/portugals-municipalities-increasingly-use-open-source-geoinformation"&gt;Read more&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;Source of this information:&lt;/h3&gt;
&lt;p&gt;&lt;a class="external-link" href="http://joinup.ec.europa.eu/community/osor/news/portugals-municipalities-increasingly-use-open-source-geoinformation"&gt;http://joinup.ec.europa.eu/community/osor/news/portugals-municipalities-increasingly-use-open-source-geoinformation&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Author:&amp;nbsp;&lt;a href="http://joinup.ec.europa.eu/people/11119"&gt;Gijs Hillenius&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
</description>
                <author>Lotte Nielsen</author>


                <pubDate>Mon, 20 May 2013 13:00:00 +0200</pubDate>

                
            </item>
        
        
            <item>
                <title>Debian Linux now Google Compute Engine's default OS</title>
                <guid>http://syslab.com/blog/2013/05/16/debian-linux-now-google-compute-engines-default-os</guid>
                <link>http://syslab.com/blog/2013/05/16/debian-linux-now-google-compute-engines-default-os</link>
                <description>
&lt;p&gt;Earlier in May, Jimmy Kaplowitz, Google site reliability engineer and&amp;nbsp;&lt;a href="http://www.debian.org/"&gt;Debian&lt;/a&gt;&amp;nbsp;developer, announced that Google would not just be adding Debian 6 and 7 images to the Google's infrastructure as a service (IaaS),&amp;nbsp;&lt;a href="https://cloud.google.com/products/compute-engine"&gt;Google Compute Engine (GCE)&lt;/a&gt;; it was also making&amp;nbsp;&lt;a href="http://googleappengine.blogspot.com/2013/05/bringing-debian-to-google-compute-engine_9.html"&gt;Debian Linux its default server image&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Kaplowitz, one of several Debian developers who works for Google, wrote, "Today, we're adding Debian images for Google Compute Engine. Debian, in collaboration with us, is providing images for both Debian 7.0 'wheezy' and the previous stable release, Debian 6.0 'squeeze'. This support will make it easy for anyone using Debian today to migrate their workloads onto Compute Engine."&lt;/p&gt;
&lt;p&gt;This comes on the heels of&amp;nbsp;&lt;a href="http://www.zdnet.com/the-new-debian-linux-7-0-is-now-available-7000014911/"&gt;Debian releasing its next major version, 7.0&lt;/a&gt;. On the GCE, this version, and its predecessor, 6.0, "Google is hosting a Debian package mirror for use by Google Compute Engine Debian instances". Google has also updated its&amp;nbsp;&lt;a href="https://developers.google.com/compute/docs/images"&gt;operating system image documentation&lt;/a&gt;, and will support Debian via its usual&amp;nbsp;&lt;a href="https://cloud.google.com/support/"&gt;GCE support packages&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In addition, GCE will continue to support the&amp;nbsp;&lt;a href="http://www.redhat.com/products/enterprise-linux"&gt;Red Hat Enterprise Linux (RHEL)&lt;/a&gt;&amp;nbsp;clone&amp;nbsp;&lt;a href="http://www.centos.org/"&gt;CentOS&lt;/a&gt;.&amp;nbsp;&lt;a href="http://www.ubuntu.com/"&gt;Ubuntu&lt;/a&gt;, which had been supported, is no longer a primary GCE distribution.&amp;nbsp;&lt;a href="https://developers.google.com/compute/docs/images#installinganimage"&gt;Advanced users can also set up and use their own Linux images&lt;/a&gt;. You cannot, however, run any non-Linux operating system on GCE.&lt;/p&gt;
&lt;p&gt;The Google Compute Engine itself is based on Linux. It uses the KVM hypervisor to run its Linux instances. While meant as&amp;nbsp;&lt;a href="http://www.zdnet.com/google-goes-after-amazon-with-cloud-upgrades-7000007904"&gt;competition for Amazon Web Services (AWS)&lt;/a&gt;, GCE is still in beta. It's currently&amp;nbsp;&lt;a href="http://www.zdnet.com/google-lowers-prices-further-opens-doors-to-compute-engine-7000013558/"&gt;available only to users with a Google $400-per-month Gold cloud support package&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a class="external-link" href="http://www.zdnet.com/debian-linux-now-google-compute-engines-default-os-7000015297/"&gt;Read more&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;Source of this information:&lt;/h3&gt;
&lt;p&gt;&lt;a class="external-link" href="http://www.zdnet.com/debian-linux-now-google-compute-engines-default-os-7000015297/"&gt;http://www.zdnet.com/debian-linux-now-google-compute-engines-default-os-7000015297/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Author:&amp;nbsp;&lt;a href="http://www.zdnet.com/meet-the-team/us/steven-j-vaughan-nichols/" rel="author"&gt;Steven J. Vaughan-Nichols&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
</description>
                <author>Lotte Nielsen</author>


                <pubDate>Thu, 16 May 2013 11:33:59 +0200</pubDate>

                
            </item>
        
        
            <item>
                <title>New Yorker unveils open source whistleblower system designed by activist Aaron Schwartz</title>
                <guid>http://syslab.com/blog/2013/05/16/new-yorker-unveils-open-source-whistleblower-system-designed-by-activist-aaron-schwartz</guid>
                <link>http://syslab.com/blog/2013/05/16/new-yorker-unveils-open-source-whistleblower-system-designed-by-activist-aaron-schwartz</link>
                <description>
&lt;p&gt;The New Yorker magazine on Wednesday unveiled a new online system for anonymous whistleblower tips, based on technology developed by the late Internet activist Aaron Swartz and a former hacker.&lt;/p&gt;
&lt;p&gt;The system called Strongbox was unveiled amid an uproar in the news media over the US government seizure of phone logs from the Associated Press, in a probe of a news leak which officials said threatened national security.&lt;/p&gt;
&lt;p&gt;“This morning, The New Yorker launched Strongbox, an online place where people can send documents and messages to the magazine, and we, in turn, can offer them a reasonable amount of anonymity,” senior editor Amy Davidson said.&lt;/p&gt;
&lt;p&gt;“The underlying code, given the name DeadDrop, will be open-source, and we are very glad to be the first to bring it out into the world, fully implemented.”&lt;/p&gt;
&lt;p&gt;Swartz, an activist who committed suicide in January as he faced a potential prison sentence for breaking into a university research database, developed the system with Kevin Poulsen, a former hacker who is now an editor at Wired magazine.&lt;/p&gt;
&lt;p&gt;The New Yorker said the system was designed to avoid putting media organizations at the center of investigations of news leaks.&lt;/p&gt;
&lt;p&gt;“Readers and sources have long sent documents to the magazine and its reporters, from letters of complaint to classified papers,” Davidson said.&lt;/p&gt;
&lt;p&gt;“But, over the years, it’s also become easier to trace the senders… Strongbox addresses that; as it’s set up, even we won’t be able to figure out where files sent to us come from. If anyone asks us, we won’t be able to tell them.”&lt;/p&gt;
&lt;p&gt;The system aims to encourage the anonymous submission of newsworthy information, in the manner of WikiLeaks and other Internet sites.&lt;/p&gt;
&lt;p&gt;The Wall Street Journal set up its own tip system in May 2011 called SafeHouse.&lt;/p&gt;
&lt;p&gt;Poulsen said Swartz agreed to work on the secure-submission system “with the understanding that the code would be open-source.”&lt;/p&gt;
&lt;p&gt;“The New Yorker, which has a long history of strong investigative work, emerged as the right first home for the system,” Poulsen said in a posting on the New Yorker website.&lt;/p&gt;
&lt;p&gt;&lt;a class="external-link" href="http://www.rawstory.com/rs/2013/05/15/new-yorker-unveils-open-source-whistleblower-system-designed-by-activist-aaron-schwartz/"&gt;Read more&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;Source of this information:&lt;/h3&gt;
&lt;p&gt;&lt;a class="external-link" href="http://www.rawstory.com/rs/2013/05/15/new-yorker-unveils-open-source-whistleblower-system-designed-by-activist-aaron-schwartz/"&gt;http://www.rawstory.com/rs/2013/05/15/new-yorker-unveils-open-source-whistleblower-system-designed-by-activist-aaron-schwartz/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Author:&amp;nbsp;Agence France-Presse&lt;/em&gt;&lt;/p&gt;
</description>
                <author>Lotte Nielsen</author>


                <pubDate>Thu, 16 May 2013 11:27:32 +0200</pubDate>

                
            </item>
        
        
            <item>
                <title>Firefox 21 with social providers Cliqz, open source fonts and more</title>
                <guid>http://syslab.com/blog/2013/05/15/firefox-21-arrives-with-social-providers-cliqz-mixi-msn-now-open-source-fonts-and-html5-tweaks-for-android</guid>
                <link>http://syslab.com/blog/2013/05/15/firefox-21-arrives-with-social-providers-cliqz-mixi-msn-now-open-source-fonts-and-html5-tweaks-for-android</link>
                <description>
&lt;p&gt;The new desktop version was available yesterday on the organization’s FTP servers&amp;nbsp;&lt;a href="http://thenextweb.com/insider/2013/05/14/you-can-download-firefox-21-for-windows-mac-and-linux-right-now-official-launch-is-tomorrow/"&gt;last night&lt;/a&gt;, but that was just the initial release of the installers. Firefox 21 has now officially been released over on&amp;nbsp;&lt;a href="http://firefox.com/"&gt;Firefox.com&lt;/a&gt;&amp;nbsp;and all existing users should be able to upgrade to it automatically. As always, the Android version is trickling out slowly on&amp;nbsp;&lt;a href="https://play.google.com/store/apps/details?id=org.mozilla.firefox"&gt;Google Play&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Desktop&lt;/h3&gt;
&lt;p&gt;Mozilla is expanding the list of partners using Firefox’s Social API feature. The additions include&amp;nbsp;&lt;a href="http://cliqz.com/"&gt;Cliqz&lt;/a&gt;,&amp;nbsp;&lt;a href="http://mixi.jp/"&gt;Mixi&lt;/a&gt;, and&amp;nbsp;&lt;a href="http://now.msn.com/"&gt;MSN Now&lt;/a&gt;. Weibo, which was&amp;nbsp;&lt;a href="http://thenextweb.com/insider/2013/04/05/firefox-nightly-expands-its-social-api-beyond-facebook-adds-new-partners-cliqz-mixi-msn-now-and-weibo/"&gt;part of the Nightly release&lt;/a&gt;, is notably missing.&lt;/p&gt;
&lt;p&gt;The Social API first arrived in Firefox 17&amp;nbsp;&lt;a href="http://thenextweb.com/apps/2012/11/20/firefox-17-launches-with-click-to-play-plugin-blocks-for-old-adobe-reader-flash-and-silverlight/"&gt;back in November 2012&lt;/a&gt;. Mozilla says it developed the feature “to enable social providers to integrate directly into Firefox to make your browsing experience more social, customizable and personal.”&lt;/p&gt;
&lt;p&gt;In other words, the integration lets you keep up with the latest social happenings without having to switch between, or open new, tabs. This is done with a Firefox sidebar featuring your content or notification buttons directly on the browser’s toolbar.&lt;/p&gt;
&lt;p&gt;Mozilla’s first partner in its social endeavor&amp;nbsp;&lt;a href="http://thenextweb.com/insider/2012/11/20/mozilla-firefox-social-api-facebook-browser/"&gt;was Facebook&lt;/a&gt;, not just because it’s the world’s largest social network, but also because the company helped flesh out the API. Ever since&amp;nbsp;&lt;a href="http://thenextweb.com/apps/2012/12/03/mozilla-launches-facebook-messenger-for-firefox-lets-you-im-your-friends-from-anywhere-on-the-web/"&gt;December 2012&lt;/a&gt;, when the two officially flipped the switch, Firefox users have been able to send Facebook messages right from the browser, no matter what site they’re on; as my colleague&amp;nbsp;&lt;a href="http://thenextweb.com/author/thekenyeung/"&gt;Ken Yeung&lt;/a&gt;&amp;nbsp;put it, “you could be on Twitter and still send Facebook messages.”&lt;/p&gt;
&lt;p&gt;A quick breakdown for each of the three new providers added today follows.&lt;/p&gt;
&lt;p&gt;Cliqz delivers a real-time stream of relevant articles, stories, and videos based on your interests directly to Firefox. In the upper left of the sidebar, you can personalize your news feed by selecting categories, keywords, websites, and specific people you want to follow. Share links across your social networks or by email; preview Twitter commentary; and save articles for later without ever leaving Firefox.&lt;/p&gt;
&lt;p&gt;&lt;a class="external-link" href="http://thenextweb.com/apps/2013/05/14/firefox-21-arrives-with-social-providers-cliqz-mixi-msn-now-open-source-fonts-and-html5-tweaks-for-android/"&gt;Read more&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;Source of this information:&lt;/h3&gt;
&lt;p&gt;&lt;a class="external-link" href="http://thenextweb.com/apps/2013/05/14/firefox-21-arrives-with-social-providers-cliqz-mixi-msn-now-open-source-fonts-and-html5-tweaks-for-android/"&gt;http://thenextweb.com/apps/2013/05/14/firefox-21-arrives-with-social-providers-cliqz-mixi-msn-now-open-source-fonts-and-html5-tweaks-for-android/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Author:&amp;nbsp;&lt;a title="Posts by Emil Protalinski" style="text-align: right;" href="http://thenextweb.com/author/emilprotalinski/" rel="author"&gt;Emil Protalinski&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
</description>
                <author>Lotte Nielsen</author>


                <pubDate>Wed, 15 May 2013 11:25:00 +0200</pubDate>

                
            </item>
        
        
            <item>
                <title>Open Source Software: It’s Eating the Software World</title>
                <guid>http://syslab.com/blog/2013/05/15/open-source-software-it2019s-eating-the-software-world</guid>
                <link>http://syslab.com/blog/2013/05/15/open-source-software-it2019s-eating-the-software-world</link>
                <description>
&lt;p&gt;Going forward, we can expect more disruption from open source, new business models, and many more exciting new projects and companies.”&lt;/p&gt;
&lt;p&gt;A&amp;nbsp;&lt;a title="North Bridge Venture Partners and Black Duck" href="http://www.blackducksoftware.com/files/images/2013-Future-of-Open-Source-Open-Revolution-Infographic.jpg" target="_blank"&gt;recent report by North Bridge and Black Duck&lt;/a&gt;&amp;nbsp;on the 2013 Open Source software found three main trends:&lt;/p&gt;
&lt;ol&gt;&lt;li&gt;Businesses view Open Source as having high quality and as a way to avoid vendor lock-in.&lt;/li&gt;&lt;li&gt;Businesses are adopting Open Source because it solves their problems at a lower cost&lt;/li&gt;&lt;li&gt;Businesses are establishing collaborative partnerships with other businesses through their Open Source relationships. &amp;nbsp;Collaboration is occurring particularly by organizations in government, healthcare and media.&lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;Interestingly, in the ranking of characteristics important to Open Source in the&amp;nbsp;&lt;a title="North Bridge VP report on Open Source" href="http://www.slideshare.net/blackducksoftware/the-2013-future-of-open-source-survey-results" target="_blank"&gt;North Bridge report&lt;/a&gt;, “Formal Commercial Vendor Support” ranked last. &amp;nbsp;That would imply that businesses are less concerned with having a formal contract in place for support of the software that they use. &amp;nbsp;This finding seems to be at odds with the results from a&amp;nbsp;&lt;a title="Survey from Univa on Open Source" href="http://www.univa.com/about/news/press_2013/04162013.php" target="_blank"&gt;survey from Univa&lt;/a&gt;&amp;nbsp;which found that the lack of enterprise-grade support for Open Source software is typically the biggest barrier businesses have to using Open Source.&lt;/p&gt;
&lt;p&gt;The Univa report found that &amp;nbsp;among users of Open Source, 75 percent have experienced some sort of problem. &amp;nbsp;Businesses worry about the stability of Open Source software — whether there will be problems with how the software can be used. &amp;nbsp;25 percent of users said that they view the stability of the software as the biggest reason to pay for a support contract.&lt;/p&gt;
&lt;p&gt;&lt;a class="external-link" href="http://www.formtek.com/blog/?p=3749"&gt;Read more&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;Source of this information:&lt;/h3&gt;
&lt;p&gt;&lt;a class="external-link" href="http://www.formtek.com/blog/?p=3749"&gt;http://www.formtek.com/blog/?p=3749&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Author: Dick Weisinger&lt;/em&gt;&lt;/p&gt;
</description>
                <author>Lotte Nielsen</author>


                <pubDate>Wed, 15 May 2013 11:20:00 +0200</pubDate>

                
            </item>
        
        
            <item>
                <title>AMD'S OPEN-SOURCE SERVERS HIT THE MARKET</title>
                <guid>http://syslab.com/blog/2013/05/14/amds-open-source-servers-hit-the-market</guid>
                <link>http://syslab.com/blog/2013/05/14/amds-open-source-servers-hit-the-market</link>
                <description>
&lt;p&gt;This approach to server design is non-traditional, and so is the group of vendors selling the product, which AMD bills as “the first open-source, modular platform for the masses.” The servers are built by original design manufacturers (ODMs), including Quanta Computer and Tyan, and sold by a group of distributors that includes Avnet, Hyve, Penguin Computing and ZT Systems and, notably, does not include the likes of Dell, HP or IBM, who have traditionally dominated the server market and who also have ODMs like Quanta and Tyan build their products.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Bob Ogrey, cloud evangelist and fellow at AMD, said it was difficult for global IT organizations to choose between price and performance when shopping for servers. Open 3.0 is AMD's answer, promising high performance at low cost.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;“Using systems based on the AMD Open 3.0 specification – the first open-source, modular platform for the masses – enables high performance and energy efficiency at a reasonable price, making it the best choice for organizations,” he said.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Lower price has long been&amp;nbsp;&lt;a href="http://www.datacenterdynamics.com/fr/focus/archive/2012/06/amd-we-have-hadoop-cluster-way-cheaper-any-intel-based-one" target="_blank"&gt;AMD's way to answer the question of competition with Intel&lt;/a&gt;, whose pricier microchips dominate the server market. But lately, with own server designs and the&amp;nbsp;&lt;a href="http://www.datacenterdynamics.com/focus/archive/2012/03/amd-closes-seamicro-deal-makes-it-its-data-center-server-unit" target="_blank"&gt;micro-server maker SeaMicro&lt;/a&gt;&amp;nbsp;under its belt, the strategy for competing with the giant is&amp;nbsp;&lt;a href="http://www.datacenterdynamics.com/focus/archive/2012/11/amd%E2%80%99s-server-business-what%E2%80%99s-next" target="_blank"&gt;taking on more dimensions&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Ogrey told us in January, when AMD demonstrated Open 3.0 systems for the first time, that the design effort stemmed from a&amp;nbsp;&lt;a href="http://www.datacenterdynamics.com/focus/archive/2013/01/open-compute-amd-unveils-modular-open-compute-server" target="_blank"&gt;collaboration between him and engineers from Fidelity Investments and Goldman Sachs&lt;/a&gt;. Therefore, the design was largely guided by the financial-services customers' requirements.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;He said at the time that both financial firms had been evaluating the servers for use in their data centers.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;AMD prefers the ODMs to manufacture its open-source servers because OEMs (original equipment manufacturers like HP, Dell and IBM) usually add their own features. With OEMs, an end user can get the exact same product from multiple manufacturers.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Open 3.0 servers available now are powered by AMD's Opteron 63000 series processors and can be installed in standard 19-inch data center racks or in the Open Rack – an open-source rack Facebook designed and contributed to Open Compute.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The 16-by-16.7-inch motherboard has two Opteron chips, each with 12 memory sockets, six Serial ATA (SATA) connections, one dual-channel gigabit Ethernet NIC (network interface card), up to four PCI Express expansion slots, one serial port, two USB ports and a mezzanine connector for custom module solutions. The motherboards are designed for 1U, 1.5U, 2U and 3U servers.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a class="external-link" href="http://www.datacenterdynamics.com/focus/archive/2013/05/amds-open-source-servers-hit-market"&gt;Read more&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;h3&gt;Source of this information:&lt;/h3&gt;
&lt;p&gt;&lt;a class="external-link" href="http://www.datacenterdynamics.com/focus/archive/2013/05/amds-open-source-servers-hit-market"&gt;http://www.datacenterdynamics.com/focus/archive/2013/05/amds-open-source-servers-hit-market&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Author:&amp;nbsp;Yevgeniy Sverdlik&amp;nbsp;-&amp;nbsp;DatacenterDynamics&lt;/em&gt;&lt;/p&gt;
</description>
                <author>Lotte Nielsen</author>


                <pubDate>Tue, 14 May 2013 13:03:21 +0200</pubDate>

                
            </item>
        
        
            <item>
                <title>Open data: Meaningful, visual information</title>
                <guid>http://syslab.com/blog/2013/05/14/open-data-meaningful-visual-information</guid>
                <link>http://syslab.com/blog/2013/05/14/open-data-meaningful-visual-information</link>
                <description>
&lt;p&gt;One of the most important parts of Raleigh's open data initiative is that it's not just about the data. The City staff working on the data policy and the open data portal have a full and complete understanding that presenting raw data sets only gets you halfway to your open data mission. Without visualization tools or a way for the average person to understand what the data means, the job is only half done. They also understand that providing the right data sets can help spur innovation and create new businesses—which is why they are spending a lot of time trying to understand which data is most important to the Raleigh community.&lt;/p&gt;
&lt;p&gt;Behind the scenes, there is a champion leading the effort. An open data guru and a hero to many of us on the open government frontlines. Jason Hare is the Open Data Program Manager from the City of Raleigh Information Technology department. I asked Hare to share his thoughts and to give us a better understanding of how the city is defining open data and what the future holds for Raleigh's open data platform. He provided some great insight for Raleigh's up-and-coming open data initiative.&lt;/p&gt;
&lt;h3&gt;Q: How do you define open data?&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt;&amp;nbsp;Open data is the information infrastructure of the City of Raleigh. When we say "data as infrastructure" we are referring to open data.&lt;/p&gt;
&lt;p&gt;Open data, open government, and the freedom of information laws are related and have overlap, but are not the same thing. Open data follows cultural, ethical, and technical rules. Ultimately, open data is defined as data sets created by a government entity and made available to the public. The data sets that are released follow the&amp;nbsp;&lt;a title="http://opendatahandbook.org/" href="http://opendatahandbook.org/" target="_blank"&gt;Open Knowledge Foundation (OKFN) guidelines&lt;/a&gt;&amp;nbsp;that govern the machine readability, structural issues, and ethical issues of the data released. Our&amp;nbsp;&lt;a title="How to get your city to pass an open government policy" href="http://opensource.com/government/12/2/how-get-your-city-pass-open-government-policy" target="_blank"&gt;resolution&lt;/a&gt;&amp;nbsp;is based on the OKFN guidelines.&lt;/p&gt;
&lt;h3&gt;Q: Why is it important that the City of Raleigh hired an open data manager?&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt;&amp;nbsp;The City of Raleigh wanted an open data manager to ensure that the open data program is developed in a way that is sustainable, transparent, and accessible. Having an open data manager demonstrates Raleigh's commitment to the idea of "open" in regards to data-driven policy development and community engagement.&lt;/p&gt;
&lt;h3&gt;Q: What is your vision for Raleigh's open data platform?&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt;&amp;nbsp;I am developing a white paper on that topic. The short answer is open data is the start of an acculturation process leading to a transparent and collaborative relationship between city government and citizens.&lt;/p&gt;
&lt;p&gt;Open data is a necessary but not sufficient effort in that acculturation process.&amp;nbsp;&lt;a title="Open Raleigh" href="http://www.raleighnc.gov/open" target="_blank"&gt;Open Raleigh&lt;/a&gt;, as a brand, will emphasize data accessibility and information usability. We are not tying ourselves to a particular technology. We are building an infrastructure using several technologies to deliver information that is the narrative of the city.&lt;/p&gt;
&lt;h3&gt;Q: What's the difference between providing an open data set and providing useful open data with visualization?&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt;&amp;nbsp;There is no transparency without data usability. Tabular rows of numbers and machine readable formats of GIS shape data and CSV's of budget numbers are going to be there for those that want to analyze the raw data themselves. For the other 99% of the rest of us, there will be visualizations that explain the numbers.&lt;/p&gt;
&lt;h3&gt;Q: How can Raleigh be a leader in the open data space?&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt;&amp;nbsp;We build on the work of the pioneers of the open data community and take lessons learned. I have spoken with most of the leaders within the open data community, with several citizen groups within Raleigh, and most of the city government leaders. We will adhere to the emerging global data standard and the ethical standards of open data as put forth by the OKFN.&lt;/p&gt;
&lt;p&gt;We are developing our own principles that match the culture of our city. Open Raleigh will be different than most North American efforts. We are emphasizing engagement and interactivity with our data. It is important to me that the citizen experience is visually compelling and informative. Health, culture, law, economics, science, and education will all be open topics. Anything that affects the quality of life of our citizens will be reflected in the data we share through Open Raleigh.&lt;/p&gt;
&lt;p&gt;None of this happens overnight. We start with the infrastructure and build out. This will be an iterative experience. The open data manager will not be the final arbitrator of what Open Raleigh becomes. It will be the citizens and City working together in governance over Open Raleigh.&lt;/p&gt;
&lt;p&gt;My job is to facilitate and make the experience a positive one for our citizens.&lt;/p&gt;
&lt;p&gt;&lt;a class="external-link" href="http://opensource.com/government/13/5/open-data-visual"&gt;Read more&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;Source of this information:&lt;/h3&gt;
&lt;p&gt;&lt;a class="external-link" href="http://opensource.com/government/13/5/open-data-visual"&gt;http://opensource.com/government/13/5/open-data-visual&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Author:&amp;nbsp;&amp;nbsp;&lt;a title="View user profile." href="http://opensource.com/users/jhibbets"&gt;Jason Hibbets&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
</description>
                <author>Lotte Nielsen</author>


                <pubDate>Tue, 14 May 2013 12:56:56 +0200</pubDate>

                
            </item>
        
        
            <item>
                <title>The role of open source in cloud infrastructure </title>
                <guid>http://syslab.com/blog/2013/05/13/the-role-of-open-source-in-cloud-infrastructure</guid>
                <link>http://syslab.com/blog/2013/05/13/the-role-of-open-source-in-cloud-infrastructure</link>
                <description>
&lt;p&gt;Why is it that open source wins in infrastructure software? Why do websites run on Cassandra and MongoDB? Why are the biggest clouds in the world built on Linux and open source hypervisors? How come the leading cloud management platforms are open source?&lt;/p&gt;
&lt;p&gt;The answer is surprisingly simple. The solution has emerged over the past two decades thanks to Apache, Linux, MySQL and other enormously popular software technologies. When you provide software to people who can and want to develop or maintain software themselves, the code needs to be open. If you provide software to a consumer or to a business, it’s about the service and the business benefits, not about openness per se.&lt;/p&gt;
&lt;p&gt;It turns out that the openness requirement by professionals is a generic phenomenon. Anyone can love chicken biryani, but those who enjoy cooking or who are professional chefs will want to know the specifics of how it is prepared and what it contains. The connoisseur and enthusiast require access to the details — not just to have the ability to do the same, but for the ability to verify the quality and modify to fit their needs. The casual consumer will just focus on the experience and the benefits.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;As the world goes wild on mobile apps, social networks and Big Data deployments, the underlying infrastructure is changing. From what we had in the client/server and the web era, we are now moving to cloud infrastructures. In our existing app deployments, software is the brittle part and resilience is built into the hardware infrastructure.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In the new world, this changes. It must be assumed that infrastructure will fail every now and then, and it’s up to the app developer to build resilience into the software layer. A very concrete example of this is Netflix, where they have a deliberate process called the Chaos Monkey that brings down compute instances to push the apps (and their developers) to make sure they can survive such failures. The result is higher uptime and greater resiliency.&lt;/p&gt;
&lt;p&gt;The shift to a cloud paradigm for hardware and software infrastructure is causing disruption across the entire landscape. We see new development frameworks, configuration management tools, databases, cloud platforms, storage solutions, networking solutions, and so on. Nearly everything is up for grabs. And nearly everything is being snatched up by open source software.&lt;/p&gt;
&lt;p&gt;Linux and the KVM hypervisors are becoming the industry norm. Cloud platforms such as Eucalyptus, OpenStack, CloudStack and OpenNebula are winning the IaaS battle. Storage and file systems such as Riak, Ceph and Swift are expanding their footprint. Cassandra, MongoDB, Couchbase, Neo4J and other databases are replacing closed source rivals. In this situation, it is very difficult to bring to market a closed source product. No matter how good your technology may be, it is not exciting for the targeted users if they can’t “see under the hood,” so to speak.&lt;/p&gt;
&lt;p&gt;But open source is also not a business panacea. Although the forefathers who wrote the open source licenses did not intend to stifle business opportunities, it so happened that business models built around open source software are a particularly tricky subject. There are numerous open source projects that reached impressive popularity among users but failed to provide a significant revenue opportunity for its creators. If that happens, it helps little that your code is open. Free code exists, but free lunches don’t. Open source developers need to be paid just like closed source developers.&lt;/p&gt;
&lt;p&gt;Many attempts have been made to create the perfect business model for open source software. Two main categories have emerged: foundation-based open source projects with multiple productizers (think Linux, Eclipse, and OpenStack) and company-based open source projects with a singular vendor (think JBoss, MySQL, MongoDB, and Eucalyptus). Both models can work wonderfully for vendors and customers, as well as users. The foundation model tends to not provide financial reward to the original innovator nor the software developers. It rewards the corporation that becomes the leading distributor. The singular model tends to reward the original innovator and the key employees of that company.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;But in the modern cloud world, it’s not enough to have open source code and a functional business model. We must also take into account interfaces. We must learn to quickly couple and decouple software, and to move workloads from one infrastructure to another. To do this successfully, we need well-defined and commonly accepted APIs. You could say that in 80s, the common standard was the x86 architecture, in 90s open source software became the common standard, and now an additional 15 years later, it is APIs that form the common standard. Young software developers develop on EC2. EC2 is of course a service of Amazon Web Services, but more importantly it represents a new API way of looking at things. It’s the new frontier of openness. And for that reason, the leading software innovations of our times will be EC2 compatible.&lt;/p&gt;
&lt;p&gt;&lt;a class="external-link" href="http://www.informationweek.in/open_source/13-05-13/the_role_of_open_source_in_cloud_infrastructure.aspx"&gt;Read more&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;Source of this information:&lt;/h3&gt;
&lt;p&gt;&lt;a class="external-link" href="http://www.informationweek.in/open_source/13-05-13/the_role_of_open_source_in_cloud_infrastructure.aspx"&gt;http://www.informationweek.in/open_source/13-05-13/the_role_of_open_source_in_cloud_infrastructure.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Author:&amp;nbsp;Marten Mickos&lt;/em&gt;&lt;/p&gt;
</description>
                <author>Lotte Nielsen</author>


                <pubDate>Mon, 13 May 2013 14:16:58 +0200</pubDate>

                
            </item>
        
        
            <item>
                <title>Anonymous MSFT developer admits Linux is faster than Windows</title>
                <guid>http://syslab.com/blog/2013/05/13/anonymous-msft-developer-admits-linux-is-faster-than-windows</guid>
                <link>http://syslab.com/blog/2013/05/13/anonymous-msft-developer-admits-linux-is-faster-than-windows</link>
                <description>
&lt;p&gt;This anonymous, supposed Windows kernel programmer first made his comments on a&amp;nbsp;&lt;a href="https://news.ycombinator.com/item?id=5689391"&gt;Hacker News conversation thread&lt;/a&gt;. He then followed up with further comments on&amp;nbsp;&lt;a href="http://blog.zorinaq.com/"&gt;Marc Bevand's Zorinaq blog&lt;/a&gt;. Bevand is a senior software engineer for&amp;nbsp;&lt;a href="http://adconion.com/"&gt;Adconion&lt;/a&gt;, who specializes in high-performance computing (HPC).&lt;/p&gt;
&lt;p&gt;The alleged Microsoft developer opened by saying, "Windows is indeed slower than other operating systems in many scenarios, and the gap is worsening. The cause of the problem is social. There's almost none of the improvement for its own sake, for the sake of glory, that you see in the Linux world."&lt;/p&gt;
&lt;p&gt;It's not that Windows developers don't want to improve their operating system's performance; the problem is that Microsoft's software development culture discourages improvements. The alleged programmer wrote:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Granted, occasionally one sees naive people try to make things better. These people almost always fail. We can and do improve performance for specific scenarios that people with the ability to allocate resources believe impact business goals, but this work is Sisyphean. There's no formal or informal program of systemic performance improvement. We started caring about security because pre-SP3 Windows XP was an existential threat to the business. Our low performance is not an existential threat to the business.&lt;/p&gt;
&lt;p&gt;See, component owners are generally openly hostile to outside patches: If you're a dev, accepting an outside patch makes your lead angry (due to the need to maintain this patch and to justify in shiproom the unplanned design change), makes test angry (because test is on the hook for making sure the change doesn't break anything, and you just made work for them), and PM [project manager] is angry (due to the schedule implications of code churn). There's just no incentive to accept changes from outside your own team. You can always find a reason to say "no", and you have very little incentive to say "yes".&lt;/p&gt;
&lt;p&gt;There's also little incentive to create changes in the first place. On linux-kernel, if you improve the performance of directory traversal by a consistent 5 percent, you're praised and thanked. Here, if you do that and you're not on the object manager team, then even if you do get your code past the Ob owners and into the tree, your own management doesn't care. Yes, making a massive improvement will get you noticed by senior people and could be a boon for your career, but the improvement has to be very large to attract that kind of attention. Incremental improvements just annoy people and are, at best, neutral for your career. If you're unlucky and you tell your lead about how you improved performance of some other component on the system, he'll just ask you whether you can accelerate your bug glide.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;From where he sits, Microsoft is also losing its top talent to the competition. He wrote, "Another reason for the quality gap is that that we've been having trouble keeping talented people. Google and other large Seattle-area companies keep poaching our best, most experienced developers, and we hire youths straight from college to replace them. You find SDEs [Microsoft Software Development Engineer] and SDE IIs maintaining hugely import systems. These developers mean well, and are usually adequately intelligent, but they don't understand why certain decisions were made, don't have a thorough understanding of the intricate details of how their systems work, and most importantly, don't want to change anything that already works."&lt;/p&gt;
&lt;p&gt;On top of that, he claimed, Microsoft "junior developers also have a tendency to make improvements to the system by implementing brand-new features instead of improving old ones. Look at recent Microsoft releases: we don't fix old features, but accrete new ones. New features help much more at review time than improvements to old ones. (That's literally the explanation for PowerShell. Many of us wanted to improve cmd.exe, but couldn't.)"&lt;/p&gt;
&lt;p&gt;For sheer snark, it's hard to beat his thoughts on the NT File System (NTFS): "Oh god, the NTFS code is a purple opium-fueled Victorian horror novel that uses global recursive locks and&amp;nbsp;&lt;a href="http://msdn.microsoft.com/en-us/library/windows/desktop/ms680657(v=vs.85).aspx"&gt;SEH [Structured Exception Handling]&lt;/a&gt;&amp;nbsp;for flow control. Let's write&amp;nbsp;&lt;a href="http://msdn.microsoft.com/en-us/library/windows/desktop/hh848060(v=vs.85).aspx"&gt;ReFs [ Resilient File System]&lt;/a&gt;&amp;nbsp;instead. (And, hey, let's start by copying and pasting the NTFS source code and removing half the features! Then let's add checksums, because checksums are cool, right, and now with checksums we're just as good as&amp;nbsp;&lt;a href="http://www.freebsd.org/doc/en/books/handbook/filesystems-zfs.html"&gt;ZFS [Z File System]&lt;/a&gt;&amp;nbsp;? Right? And who needs quotas anyway?)"&lt;/p&gt;
&lt;p&gt;None of these "revelations" are really that new. Anyone who'd followed&amp;nbsp;&lt;a href="http://minimsft.blogspot.com/"&gt;Mini-Microsoft&lt;/a&gt;, an anonymous insider's view of life in Microsoft's development cubicle farms, or has read comments from disgruntled ex-&lt;a href="http://www.zdnet.com/blog/microsoft/can-an-open-source-backer-thrive-inside-microsoft-this-one-says-no/9545"&gt;Microsoft developers such as Hamilton Verissmo&lt;/a&gt;, knows about Microsoft's development bureaucracy getting in the way of innovation. As Brian Cody, a former Microsoft engineer, told Forbes Magazine in 2012, being a successful&amp;nbsp;&lt;a href="http://www.vanityfair.com/online/daily/2012/07/microsoft-downfall-emails-steve-ballmer.print"&gt;Microsoft software developer "was always much less about how I could become a better engineer&lt;/a&gt;&amp;nbsp;and much more about my need to improve my visibility among other managers".&lt;/p&gt;
&lt;p&gt;In short, Microsoft has become an "old" company. It's no surprise that today, Microsoft focuses more on playing catch-up with tablets and smartphones with&amp;nbsp;&lt;a href="http://www.zdnet.com/windows-its-over-7000013964/"&gt;misfires such as Windows 8 Metro&lt;/a&gt;&amp;nbsp;than actually improving its fundamental software performance.&lt;/p&gt;
&lt;p&gt;People are reacting to this new look inside Microsoft as it if were shocking. It's not. As the developer himself added, as the&amp;nbsp;&lt;a href="http://tech.slashdot.org/story/13/05/11/1430259/microsoft-developer-explains-why-windows-kernel-development-falls-behind"&gt;story began to spread through the blogosphere&lt;/a&gt;, it "has gotten out of control. I was much too harsh, and I didn't intend this as some kind of massive exposé. This is just grumbling".&lt;/p&gt;
&lt;p&gt;In a particular, he semi-apologized for his NTFS comments: "NTFS does use SEH internally, but the filesystem is very solid and well tested. The people who maintain it are some of the most talented and experienced I know. (Granted, I think they maintain ugly code, but ugly code can back good, reliable components, and ugliness is inherently subjective.)"&lt;/p&gt;
&lt;p&gt;In an attempt to spin the sum of complaints in a more positive way, he added, "Windows and Microsoft still have plenty of technical talent. We do not ship code that someone doesn't maintain and understand, even if it takes a little while for new people to ramp up sometimes. While I have read and write access to the Windows source and commit to it once in a while, so do tens and tens of thousands of other people all over the world. I am nobody special ... We almost never make decisions individually, and while I maintain that social dynamics discourage risk taking and spontaneous individual collaboration, I want to stress that we are not insane, and we are not dysfunctional. The social forces I mentioned act as a drag on innovation, and I think we should do something about the aspects of our culture that I highlighted, but we're far from crippled. The negative effects are more like those incurred by mounting an unnecessary spoiler on a car than tearing out the engine block. What's indisputable fact is that our engineering division regularly runs and releases dependable, useful software that runs all over the world. No matter what you think of the Windows 8 UI, the system underneath is rock solid, as was Windows 7, and I'm proud of having been a small part of this entire process."&lt;/p&gt;
&lt;p&gt;Rock solid? The&amp;nbsp;&lt;a href="http://www.zdnet.com/mays-patch-tuesday-to-fix-two-critical-flaws-in-internet-explorer-7000015205"&gt;monthly Microsoft patch Tuesdays&lt;/a&gt;&amp;nbsp;and the constant out of schedule zero-day fixes, such as&amp;nbsp;&lt;a href="http://www.zdnet.com/microsoft-releases-emergency-patch-for-critical-ie8-zero-day-exploit-7000015136/"&gt;May's IE 8 fix&lt;/a&gt;, leaves me doubting, as always, Windows' security and stability, but what else can a Microsoft employee say? In any case, when it comes to speed, Linux, not Windows, as he himself still admitted, remains the clear champ.&lt;/p&gt;
&lt;p&gt;&lt;a class="external-link" href="http://www.zdnet.com/anonymous-msft-developer-admits-linux-is-faster-than-windows-7000015236/"&gt;Read more&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;Source of this information:&lt;/h3&gt;
&lt;p&gt;&lt;a class="external-link" href="http://www.zdnet.com/anonymous-msft-developer-admits-linux-is-faster-than-windows-7000015236/"&gt;http://www.zdnet.com/anonymous-msft-developer-admits-linux-is-faster-than-windows-7000015236/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Author:&amp;nbsp;&lt;a href="http://www.zdnet.com/meet-the-team/us/steven-j-vaughan-nichols/" rel="author"&gt;Steven J. Vaughan-Nichols&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
</description>
                <author>Lotte Nielsen</author>


                <pubDate>Mon, 13 May 2013 14:13:57 +0200</pubDate>

                
            </item>
        
        
            <item>
                <title>Linux still "benchmark of quality" in this year's Coverity Scan</title>
                <guid>http://syslab.com/blog/2013/05/08/linux-still-benchmark-of-quality-in-this-years-coverity-scan</guid>
                <link>http://syslab.com/blog/2013/05/08/linux-still-benchmark-of-quality-in-this-years-coverity-scan</link>
                <description>
&lt;p&gt;The company annually brings together millions of lines of code from open source and, using the same defect-scanning technology that it uses with its enterprise customers, scans that code for problems to produce data on defect densities.&lt;/p&gt;
&lt;p&gt;The "accepted industry standard" for defects is 1.0; one in every thousand lines of code. Linux 3.8's 7.6 million lines of code has a defect density of .59, comparing well with 2012 (7.4 million and a .66 density) and 2011 (6.8 million and a .62 density). In general, the code quality of open source code is equivalent to that of proprietary code; Coverity uses an anonymous sample of its 300 customers to give it a defect density for non-open-source code. Proprietary code has an average defect density of 0.68 whilst open source code averages 0.69 – for two years now, the Scan report has shown densities below 1.0.&lt;/p&gt;
&lt;p&gt;An interesting element to this years scan is the comparison of proprietary and open source code quality. The analysis looked at the lines of code in projects and how that related to defect density. For small proprietary projects between 500,000 and a million lines, the density was at .98, but as projects passed a million lines the defect rate dropped down to .66. Open source projects between 500,000 and million lines had a density down at 0.44, but, once past the million line mark, that rose to 0.75.&lt;/p&gt;
&lt;p&gt;The suggestion is that open source projects start with a dedicated specialised core of developers who create better quality code, but that as the project expands, code management slips. This is compared to a proprietary project where, as the code base expands, more management effort and control would be applied to the code base. Oddly though, at less than a 100,000 lines, the defect density for open source and proprietary is 0.40 and 0.51 respectively, and between 100,000 and 499,999 this jumps up to 0.60 and 0.66 – still quite close.&lt;/p&gt;
&lt;p&gt;The Coverity Scan began in 2006 as a US Department of Homeland Security research project to improve quality of code. The DHS ended the project, but Coverity has continued running the service. C, C++ and Java-based open source projects can apply to be scanned and get reports on defects by&amp;nbsp;&lt;a href="http://scan.coverity.com/project_register.html"&gt;registering&lt;/a&gt;&amp;nbsp;with Coverity. LibreOffice, MariaDB, NetBSD, NGINX, Git, zsh, Thunderbird and Firefox are among the&amp;nbsp;&lt;a href="http://scan.coverity.com/all-projects.html" rel="external" target="_blank"&gt;well-known projects&lt;/a&gt;scanned by Coverity Scan. The&amp;nbsp;&lt;a href="http://softwareintegrity.coverity.com/register-for-the-coverity-2012-scan-report.html" rel="external" target="_blank"&gt;full report&lt;/a&gt;&amp;nbsp;is also available to those who register.&lt;/p&gt;
&lt;p&gt;&lt;a class="external-link" href="http://www.h-online.com/open/news/item/Linux-still-benchmark-of-quality-in-this-year-s-Coverity-Scan-1858366.html"&gt;Read more&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;Source of this information:&lt;/h3&gt;
&lt;p&gt;&lt;a class="external-link" href="http://www.h-online.com/open/news/item/Linux-still-benchmark-of-quality-in-this-year-s-Coverity-Scan-1858366.html"&gt;http://www.h-online.com/open/news/item/Linux-still-benchmark-of-quality-in-this-year-s-Coverity-Scan-1858366.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
</description>
                <author>Lotte Nielsen</author>


                <pubDate>Wed, 08 May 2013 13:20:18 +0200</pubDate>

                
            </item>
        
        
            <item>
                <title>DRIVING BETTER GOVERNANCE WITH OPEN SOURCE</title>
                <guid>http://syslab.com/blog/2013/05/08/driving-better-governance-with-open-source</guid>
                <link>http://syslab.com/blog/2013/05/08/driving-better-governance-with-open-source</link>
                <description>
&lt;p&gt;“Fast forward to today. Owing not only to the benefits of the technology, but also to the benefits of the collaborative innovation model, Open Source software has by any measure become mainstream and vital to enterprise and government&amp;nbsp;&lt;span class="caps"&gt;IT&lt;/span&gt;&amp;nbsp;architecture.”&lt;/p&gt;
&lt;p&gt;In the Public Sector,Bohannon notes that most governments now are more likely to engage on how open source can help them achieve the innovation they need to be able to serve their citizens today and in the years to&amp;nbsp;come.&lt;/p&gt;
&lt;p&gt;“They are increasingly more interested in becoming participants in the open source community, as opposed to simply being purchasers,” he said, adding that this strong global trend allows governments to explore the potential of using Open Source software solutions for a wide variety of infrastructure, platform and application&amp;nbsp;needs.&lt;/p&gt;
&lt;p&gt;While government procurement regimes often lag behind those in the commercial sector in terms of adaptability and efficiency,Bohannon explains that there is a growing awareness among procurement specialists of the public sector that the old way of acquiring software has to change and that lock-in is no longer&amp;nbsp;acceptable.&lt;/p&gt;
&lt;p&gt;More significantly, the use of technology, including Open Source software, is moving out of the sphere of simply ‘acquiring a product’ to ‘investing in&amp;nbsp;innovation.’&lt;/p&gt;
&lt;p&gt;“The take-up of Open Source is increasingly a corollary to the shift of focus where&amp;nbsp;&lt;span class="caps"&gt;IT&lt;/span&gt;&amp;nbsp;is less about inventing intellectual property and selling or licensing it, and more about widely distributing intellectual property and adding value on top of it,” he&amp;nbsp;said.&lt;/p&gt;
&lt;p&gt;According to Bohannon, this paradigm shift allowed decision-makers to go from thinking of small ‘procurement’ windows to viewing open source from a broader vantage point that highlights its broad-based benefits to an economy, jobs and innovation and in the government&amp;nbsp;itself.&lt;/p&gt;
&lt;p&gt;“One of the most exciting things I’m seeing is governments using Open Source software, as a key component of ‘digital agenda’ initiatives that include open standards and open data policies, to enhance civic engagement,” he&amp;nbsp;said.&lt;/p&gt;
&lt;p&gt;“Whether through sponsoring ‘app challenges’ and&amp;nbsp;&lt;a href="http://open.nasa.gov/blog/2013/04/19/worlds-largest-hackathon/" target="_blank"&gt;‘hackathons’&lt;/a&gt;&amp;nbsp;to generate excitement around new ways of using government services and information, to modernising online web-based services, and governments actually ‘open sourcing’ the software, there is strong evidence that Open Source is indeed driving transparency and better engagement with&amp;nbsp;citizens.”&lt;/p&gt;
&lt;p&gt;One example is the work of the&amp;nbsp;&lt;span class="caps"&gt;U.S.&lt;/span&gt;&amp;nbsp;White House to&amp;nbsp;&lt;a href="http://www.whitehouse.gov/developers" target="_blank"&gt;connect citizens (and citizen developers) to government (and government data)&lt;/a&gt;. The&amp;nbsp;&lt;span class="caps"&gt;US&lt;/span&gt;&amp;nbsp;“Digital Agenda” is carrying out the President’s goal of using technology to make a real difference in individuals’ daily lives. Notably, in carrying out its effort, the White House is committed to “using and contributing back to open source software as a way of making it easier for the government to share data, improve tools and services, and return value to&amp;nbsp;taxpayers.”&lt;/p&gt;
&lt;p&gt;Another example is found in Chile, where its “&lt;a href="http://www.futuregov.asia/articles/2013/may/08/driving-better-governance-open-source/www.gobiernoabierto.gob.cl" target="_blank"&gt;Gobierno Abierto&lt;/a&gt;” (Government Portal) initiative is leveraging Open Source software and open data to engage citizens. In addition, the&amp;nbsp;&lt;a href="http://info.chileatiende.cl/" target="_blank"&gt;ChileAtiende&lt;/a&gt;&amp;nbsp;(Citizen Service), a portal that seeks to bring a wide range of public benefits and services directly to all citizens is also run on Open Source&amp;nbsp;software.&lt;/p&gt;
&lt;p&gt;“In addition, since Open Source solutions involve subscriptions as opposed to maintenance fees or licenses found in proprietary solutions, this results in lower Total Cost of Ownership&amp;nbsp;(&lt;span class="caps"&gt;TCO&lt;/span&gt;).”&lt;/p&gt;
&lt;p&gt;Bohannon notes this is consistent with the growing move toward commodity hardware and emphasis on open standards for software&amp;nbsp;interoperability.&lt;/p&gt;
&lt;p&gt;“The State of Melaka, Malaysia for example, estimates the open-source revamp of their&amp;nbsp;&lt;span class="caps"&gt;IT&lt;/span&gt;infrastructure only cost thirty per cent of what they would have spent on a comparable proprietary&amp;nbsp;system.”&lt;/p&gt;
&lt;p&gt;“Yet, it is not just cost savings that governments are citing as the unique advantages of open source software,” he&amp;nbsp;notes.&lt;/p&gt;
&lt;p&gt;Open Source software allows governments to effectively implement policies of&amp;nbsp;&lt;span class="caps"&gt;IT&lt;/span&gt;&amp;nbsp;reuse, modularity, and avoiding vendor lock-in. It also enables rapid deployment and adjustment as mission needs shift in today’s fast-changing&amp;nbsp;times.&lt;/p&gt;
&lt;p&gt;“I frequently hear government CIOs fixing problems in just a few days, or even hours, using Open Source software – fixes that would have taken weeks or months with proprietary or custom built software. With Open Source software, public agencies are able to achieve their goal of maximising taxpayer investment, especially in their&amp;nbsp;&lt;span class="caps"&gt;IT&lt;/span&gt;&amp;nbsp;infrastructure.”&lt;/p&gt;
&lt;p&gt;“The Open Source value is increasingly about how to reposition&amp;nbsp;&lt;span class="caps"&gt;IT&lt;/span&gt;&amp;nbsp;infrastructure to be more agile and responsive to changes in mission focus of public agencies and the growing demand by citizens to access services and benefits anytime, anywhere,” he&amp;nbsp;concluded.&lt;/p&gt;
&lt;p&gt;&lt;a class="external-link" href="http://www.futuregov.asia/articles/2013/may/08/driving-better-governance-open-source/"&gt;Read more&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;Source of this information:&lt;/h3&gt;
&lt;p&gt;&lt;a class="external-link" href="http://www.futuregov.asia/articles/2013/may/08/driving-better-governance-open-source/"&gt;http://www.futuregov.asia/articles/2013/may/08/driving-better-governance-open-source/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Author:&amp;nbsp;&lt;a href="http://www.futuregov.asia/users/34/"&gt;Clarice Africa&lt;/a&gt;&amp;nbsp;&lt;/em&gt;&lt;/p&gt;
</description>
                <author>Lotte Nielsen</author>


                <pubDate>Wed, 08 May 2013 13:08:57 +0200</pubDate>

                
            </item>
        
        
            <item>
                <title>UK government: 'Open source drives commoditisation of IT'</title>
                <guid>http://syslab.com/blog/2013/05/07/uk-government-open-source-drives-commoditisation-of-it-1</guid>
                <link>http://syslab.com/blog/2013/05/07/uk-government-open-source-drives-commoditisation-of-it-1</link>
                <description>
&lt;p&gt;The UK government is requiring departments to effectively evaluate use open source solutions. Rashid, speaking at the Open Source, Open Standards Conference on 18 April and at the Open Gov Summit on 25 April, explains that open source helps improve competition in IT markets. The government wants to make its IT systems less monolithic and locked together, with its elements easier to interoperate with each other "For this, open standards are vital", Rashid argues.&lt;/p&gt;
&lt;p&gt;At the Open Gov Summit Rashid provided some context of the government's focus on open source opportunities. According to Public Technology, a technology news site, Rashid wants public administrations to change their approach of the IT market. He suggests that they've previously put too much effort into trying to extract discounts from the market, asking suppliers for discounts in return for large volumes of licenses. He suggests this isn't an optimal commercial position. Instead, he recommends public bodies should aim to drive good supplier behaviour through competition, by ensuring the customer has genuine choice. Too often, he suggests, commercial negotiations are not negotiations but requests for a discount where the supplier knows the customer has little choice but to continue renewing licenses for an embedded technology.&lt;/p&gt;
&lt;p&gt;The week before, at the Open Standards Conference, Rashid explained that public administrations should avoid 'any kind of lock-in to vendors or technology', according to Steve Parks of IT services provider Wunderkraut. On the company's blog, Park describes Rashid, explaining that over time technology moves from being special and expensive to becoming more widely used and standard. "Ultimately, good technology becomes commodity, with many suppliers and low prices."&lt;/p&gt;
&lt;p&gt;At both conferences, Rashid reassured public administrations that open source is nothing to be afraid of and that "serious organisations are using it seriously."&lt;/p&gt;
&lt;p&gt;In October 2011 the UK government published its Government ICT strategy. The strategy aims to level the playing field foropen source; one of the practical tools made available with the strategy is an Open Source Procurement Toolkit.&lt;/p&gt;
&lt;p&gt;&lt;a class="external-link" href="http://joinup.ec.europa.eu/community/osor/news/uk-government-open-source-drives-commoditisation-it"&gt;Read more&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;Source of this information:&lt;/h3&gt;
&lt;p&gt;&lt;a class="external-link" href="http://joinup.ec.europa.eu/community/osor/news/uk-government-open-source-drives-commoditisation-it"&gt;http://joinup.ec.europa.eu/community/osor/news/uk-government-open-source-drives-commoditisation-it&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Author:&amp;nbsp;&lt;a href="http://joinup.ec.europa.eu/people/11119"&gt;Gijs Hillenius&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
</description>
                <author>Lotte Nielsen</author>


                <pubDate>Tue, 07 May 2013 14:32:54 +0200</pubDate>

                
            </item>
        

    </channel>
</rss>


