Category Archives: OSS

Introducing Endocode, you are invited!

tl:dr version: New venture Endocode, we are hiring!

Skill and the will to remain in control of one’s own future seem to come in pairs. I consider myself an expert coder with sugar on top, and a darn good manager, too. Working for the man is nothing more than an acceptable means to the end of making ends meet. If you are a knowledge worker and you left average behind a while ago, chances are you feel exactly the same. However, we all need to eat, and that usually means accepting to do paid work. So what is there to do? Well, for one thing, put that gray matter to use and design a company to your liking, that’s it. Challenge accepted, and we are almost done with it. Meet Endocode. Continue reading

Fan-taz-tic: Document Freedom Germany Award goes to TAZ

taz café

taz café at Rudi-Dutschke-Strasse

Today is the international Document Freedom Day. There are always local actors that serve as good examples for respecting document freedom and enabling users to participate in the digital society. The international documentfreedom.org communities award such exemplary local actors with the Document Freedom Award. The Document Freedom Germany Award this year goes to *drumroll* the TAZ newspaper.

Ralf Klever, head of IT for TAZ, explained how it’s political mission since the turbulent founding of the newspaper was to allow everybody to form their political opinion relatively independently of their financial means. It is a priority for TAZ to be available in various electronic and printed channels. In essence, this means giving readers the freedom of choice, and that is exactly what the Document Freedom Award is about. TAZ is available in various DRM-free electronic formats, even plain text.

In Document Freedom Germany Award was presented by FSFE and FFII. FSFE works to enforce software and data freedom for users and consumers. FFII is dedicated to the development of information goods for the public benefit, based on copyright, free competition and open standards. As Erik Albers said for FSFE: “We are awarding the TAZ with the Document Freedom Award for their longstanding commitment to Open Standards and continuos efforts in offering their newspaper without restrictions”.

There are a press release and a few other mentions of the award, but… In the collaborative fashion the award called for, FSFE brought the cake and TAZ the coffee. Here you will find a few more original impressions from the scene, like coffee decorated with edible document freedom stickers and the whole TAZ, FSFE and FFII crew hard at work devouring the cake. It was good. And I realised I need a better camera.

Document Freedom Cake

The cake for the 2013 Document Freedom Germany Award


Cake no more

Cake no more


taz café coffee

taz café coffee


document freedom edibles

document freedom edibles


Google+

Benefits of co-existing open source & commercial software development

Authors: Tuukka Turunen (Digia), Mirko Boehm (KDE e.V.)

[This article was initially published at embedded.com. It is part of the "Companies are Community" series.]

In the world of software development the many debates about the benefits of open source versus commercial software continue, with developers, software manufacturers, users and purchasers all putting forward differing opinions and, sometimes, protecting vested interests.

However, as with most things in life, the argument is not black or white but has many shades of grey. Different models and arrangements mean that open source software may be available without license cost or as part of a larger commercial framework offering with a separate licensing scheme.

But the two approaches are not mutually exclusive – in many cases not only can commercial and open source offerings comfortably co-exist, but they actually strengthen both the product offering and the community to which the system designer can turn for support.

Growth of Open Source

Since its inception and promotion under the banner of the ‘free software movement’ in the 1980s the use of open source software (the more corporate-friendly term by which it became known in the 1990s) has grown rapidly.

Typically covered by licensing arrangements that permit the inspection, modification, improvement and distribution of the source code, open source software (OSS) can now be found in applications ranging from industrial machines to medical equipment and from consumer electronics to defense systems.

Among the various benefits stated for using OSS are cost (it is typically available for free), flexibility of deployment and lack of reliance on a single vendor.

Counter points from the proprietary community also focus on cost (one argument being that the need for organizations to invest in technical expertise and/or long-term technical support mean that deploying an OSS is rarely free).

Without a commercial development and support effort, an organization might end up maintaining the whole OSS product itself, which could be more expensive than a proprietary approach in the long term. Lack of documentation and copyright and trademark protection risks of using open software are also regularly raised.

However, for most of the exponents of OSS, by far the largest advantage is the support of (often passionate) communities whose aim is to work together to continually improve the quality, performance, reliability and flexibility of their chosen product.

These communities not only work as technical consultants for the software, they also provide code contributions, are vocal ambassadors for the brand and educate valuable young talent to create the product and new technology in general.

Our experience is that commercial companies and open source developers can form highly beneficial, symbiotic relationships that enable users to have the best of both worlds, provided that both sides are committed to a long term relationship, and are open about their goals.

Companies can be contributors to open source software projects, just like volunteers, but their contributions are usually of a different kind. The contributions needed by the projects can generally be categorized into time, money and expertise.

It is easier for companies to contribute financially, and to contribute expertise of a different kind than volunteers. The more complementary these contributions are to those of the volunteers, the more the OSS product benefits from this kind of cooperation.

No discussion of this type would be complete without at least a brief mention of the various software licensing options available to developers.

True open source software, for example, is generally governed by a general public license (GPL) in which the source code and modifications must be shared with the ultimate user. The software can be sold but is usually available without a license fee. Support (if needed) is purchased separately and software deployment is royalty-free.

Canonical, for example, operates a business of this type supporting the Ubuntu GNU/Linux distribution. A commercial software license on the other hand typically incurs a fee and there is no obligation to share source code. As a result it allows users to develop proprietary applications and charge for runtime licenses. Commercial licenses also almost always come with some level of support.

There is also a third license category known as LGPL (lesser general public license). This is similar to the GPL license in that the source code for the software and all its derivatives cannot be hidden from the public but with a subtle distinction that the software can be used to create proprietary applications.

Commercial Organizations in the OSS ecosystem

By contributing effort and money to an otherwise collaboratively developed product, companies in a way define their own role in open source communities. They do this by assuming a position as an integral member of the community around the product, and by the tasks they choose to work on.

Depending on how committed a company’s engagement in the community is in the long term, important roles of commercial contributors can be as follows.

First, companies keep a focus on business matters, which effectively means keeping the user in mind. The involvement of companies in open source communities usually leads to a more polished product with a more heavily tested user experience.

Secondly, companies can provide more stability and continuity of the product development process. By assigning to and keeping teams on the product, fluctuation of volunteer contributors is balanced out, and a higher volume of effort can be processed.

The downside of this is that companies usually require more formal organization. That may clash with the self-assignment habits of non-commercial contributors, so companies need to be careful to avoid effects of crowding out.

Thirdly, intrinsically motivated volunteer open source contributors naturally select the tasks they work on based on different interests than companies, and usually do not attend to routine tasks that may offer high utility for users – for example by fixing annoying bugs. Companies are able to assign quality teams to products that stay on this activity, complementing the volunteer contributors in the community.

All in all, the role of companies in open source communities is a beneficial one, provided there is positive cooperation between volunteer and commercial groups.

Commercial and OSS working together

A good illustration of how the availability of software in both commercial and open source versions can benefit the overall community comes in the form of Qt, a framework that brings together a modular C++ class library and developer tools.

Qt is widely used for developing cross-platform applications that require a graphical user interface (GUI) as well as for non-GUI programs such as command line tools and consoles for servers. The Qt framework, which includes intuitive APIs for C++ and CSS/JavaScript-like programming, a Qt Creator IDE and a variety of tools and toolchains, allows developers to write an application once, yet deploy it across multiple hardware and operating system platforms.

In 2012 Digia acquired the full software technologies and Qt business from Nokia. The original Qt platform was produced by Norwegian company Trolltech and then, in 2008, it was acquired by Nokia. The Qt commercial licensing and professional service operations were sold to Digia in 2011, the same year that the Qt Project community came into being. The Qt Project ensures that development of Qt is governed as a true open source project, in which both individual developers and developers from Digia work to advance Qt.

Of course the obvious question is why, when Qt is available for free, would a developer want to consider paying for a commercial license? Clearly the choice will depend to some extent on the target application, but there are a number of reasons for choosing the commercial alternative as in the end it may actually be the one that saves cost for the company using Qt.

The LGPL license, for example, carries some restrictions regarding the ability for users to re-link libraries and other restrictions that may impose architectural requirements that add deployment and upkeep cost for organizations.

The commercial Qt license also protects valuable IP by supporting the development of fully proprietary software, at the same time as offering a high level of standard support within the license fee.

Furthermore, due to restrictions in beginning development with an open source-licensed version and then transitioning to a commercial version it can often pay to purchase a commercial license at the start of a development project.

The developer then has the flexibility to decide licensing (commercial or open source) of the finished product at the time of distribution. To do this they simply create an application that dynamically links to the Qt libraries and then, at distribution, decide whether to link to the commercially licensed or the open sourced-licensed Qt libraries.

Commercial & OSS strengthen each other

Irrespective of the license chosen both individual developers and system designers and the overall community can derive significant benefit from the presence of the commercial offering and vice versa.

Take, for example, the issue of software bugs, a perennial challenge for a constantly evolving software product. Qt has hundreds of employees working on identifying existing or potential bugs and then creating fixes and patches that resolve those problems.

These individuals aren’t necessarily more skilled than their fellow developers in the Qt community, but they are people who are employed for their Qt expertise, who devote almost all of their time to testing and using the platform, and who are paid by the results they achieve. Yet the fixes and patches they develop are available, for free, to the Qt Project to use.

Throughout the Qt community there are hundreds of thousands of users and thousands of active contributors using the latest Qt versions in their configurations to build their applications. These individuals help improve Qt quality by reporting the problems they find. Many contribute fixes that enrich the Qt Project. With open governance, many new features find their way directly to Qt from open source communities and businesses.

Then there is the critical issue of support. Users of open source versions of a product have to pay extra for support during development and/or product lifetime. A company, such as Digia, that derives revenue from and invests in supporting commercial license customers can make available a similar level of service via consultancy to companies that have chosen to pursue the open source path. The aim is to ensure that customers are successful, regardless of the license they choose.

Conclusion

It is clear from the example of Qt that where commercial and open source software options successfully co-exist, the overall community can reap significant benefits, in terms of both platform evolution and access to support that will speed and simplify application development.

And, for an organization offering commercial licenses, being an active member of a community makes sound business sense – not only through the ‘built-in’ audience for its products and services but also through shared experiences and contributions from fellow members that ultimately enhance the products and services it offers its commercial customers.

Tuukka Turunen is director of R&D at Digia Qt, and Mirko Boehm is Economic Advisor and Past President of the KDE e.V free software community.

 
Google+

Defensive Publications at Embedded World 2013

Embedded World has started today in Nürnberg, Germany. I am here with Open Invention Network to spread the idea of defensive publications and OIN’s non-aggression community of companies in the Open Source sphere. Highly innovative companies present here, and many of them face the same dilemma — if the innovators decide not to patent their inventions, they run the risk that another party applies for a patent of the same invention later. The decision not to patent could be for ethical reasons because they understand that software patents are harmful, or for business or many other reasons. The problem stays the same, there is a threat that patents are awarded even though similar solutions already existed.

There are many software patents out there that experts consider obvious, not inventive or trivial. All of those three are reasons that the patent should have been rejected. Especially important for complex but non-inventive ones, the patent examiner did not discover relevant prior art when scrutinising the patent application. The state of the art was not documented and accessible in a way that supported a good decision. Defensive publications are one answer to this problem. They offer a cheap and fast way to document inventions. Also, defensive publications are available for areas that legally should not be patentable, like software as such.

Through linuxdefenders.org, companies and research institutions, but also individual developers can submit defensive publications relevant to Linux and Open Source in general. Linux Defenders is backed by Open Invention Network on it’s mission to prevent bad software patents. We want to support developers and inventors to document their ideas as explicit prior art. Our goal is to ensure freedom to operate for the innovators in Open Source. If you are interested, worried about your invention or have any questions, you can find Armijn Hemel and me in hall 5, booth 341. Or ping me on Twitter @mirkoboehm.

Mirko Boehm
Google+

I ♥ Free Software (and why)

Today is February 14. Some think of it as flower grocer appreciation day, but most (and for better reasons) celebrate it as the international I ♥ Free Software day. I spend a lot of my time on various Free Software activities, like KDE, FSFE, OIN and netzpolitik.org. I even research it and teach about it. These contributions have become something I regularily do. Every minute I spend as a contributor is thoroughly rewarding. Here is why.

I ♥ Free Software

I ♥ Free Software

I was thinking to begin with how I selflessly work for the common good and all, but the first and foremost reason why I love Free Software is because I am a tinkerer. Not only do I love to code, but I have an urge to understand how things really work. Free Software allows me to to do just that. At the age of 12, I was into electronics. I built power amplifiers. At 14, disco light shows to impress the ladies (it failed to induce the desired effect). Then, Z80 based chess computers. This triggered my interest in software, since the actual chess program used was a binary CMOS image and I had no idea how it worked, and was practically unable to figure it out. Then came a C64, on which I learned programming in 8 bit assembly (the assembler came on a cartridge and did not even support labels for jumps). Later at university I asked the teachers if it would be possible to, instead of handing in throw-away programming assignments, do course work on a Free Software project. Luckily they accepted (quite far-sighted, in 1997), and that is what got me into KDE. I have been there ever since.

So Free Software gives me the opportunity, the freedom to tinker and explore, to really understand how the computers I use work. What makes that infinite times better is that I can share my findings, be it code, or a theory. At the latest since the industrial revolution, we grew accustomed to the idea that to create complex and costly products, companies or governments are needed. These come with a certain level of rigidity and subordination of individual interest. While this is acceptable since it pays the bills and is sometimes necessary to get things done, it requires following some other parties priorities and goals. It distracts from pursuing those challenges that we really care most about. Those would likely be the ones each of us excels most at. We do not invent, create and improve to our full potential when working for others. We do, in Free Software communities (and other collaborative communities of similar kind) – they enable us to flock together on similar interests, and create something – like a Free Software desktop – we are truly and genuinely passionate about. Because of that I enjoy working on KDE, a community that treats all contributors as equals, and is open for everybody to join.

The benefits of Free Software go beyond the individual contributors and the communities they form. The four freedoms laid out as the foundations of Free Software are a fanfare to the ability to exercise one’s free will, to freely collaborate by helping your neighbors, to achieve independence from directions other people have thought up for us. The effects can be seen all around us – when teaching material for schools is developed collaboratively and freely shared, when government data is opened up to improve the transparency of the political process, when the technical foundations of the internet and the operating systems running modern technology become a common good, and in many other places. People start to expect similar freedoms they learned to get used to in software when engaging in society. And more participation is always better.

This is why I love Free Software. It makes the world a better place. If you love Free Software too, follow this simple advice to show your appreciation to those who contribute to it.