Open Source ioe12 Part 2

Notes taken from Cory Doctorow’s ‘The coming war of general computation video‘ for ioe12 course.

Something more important – General Purpose Computers

DRM 0.96

  • Physical defects to the discs
  • Or other physical things that the software could check for
    • Dongles
    • Hidden Sectors
    • Large Manuals
    • etc.
  • These failed because
    • commercially unpopular
      • reduce usefulness of software to legitimate buyers
        • couldn’t back up software
        • lost ports to dongles
        • forced to transport large manuals
    • they didn’t stop pirates
      • trivial to by-pass authentication
      • ‘experts’ would reverse engineer & crack the software and this version would become widespread

[Video time 7m25sec]

By 1996 there was a ‘solution’

  • WIPO Copyright Treaty passed by the UN World Intellectual Property Organization
    • Laws to prevent use of cracking programme extraction and storage of any information retrieved
      • No layers required to enforce

but this made unrealistic demands on reality, for example you couldn’t look inside your computer while it was running programmes.

[Video time 9m20sec ish]

Cory says that 2011 is the hardest time it will ever be to copy things.

[Video time 13m20sec]

Special purpose technologies are complex & you can remove features from them without doing fundamental disfiguring violence to their underlying utility.

Generally this works

But null & void for general purpose computer & general purpose network, the PC & the internet.

There is a superficial resemblance to achieving regulatory goals.

  • e.g. remove bit torrent from the internet because it enables copyright infringement
  • all it takes to make legitimate material disappear from the internet is to say that it infringes copyright
    • fails to attain the actual regulatory goal – it doesn’t stop people from violating copyright

But it does satisfy the:
“Something must be done, I am doing something, something has been done.”

Thus any failures that occur can be blamed on the regulations not going far enough. Rather than the idea that it was flawed from the outset.

Now we get specialised computers that run specific programmes to e.g. stream audio, play games, etc. but can’t run other programmes that might undermine company profits.

This is the ‘Computers as Appliances’ approach

An appliance isn’t a stripped down computer, it is a fully functioning computer with ‘spyware’ out of the box to prevent ‘misuse’.

DRM always converges on Malware. Companies & governments can run software as surveillance to prevent activity, e.g. ‘brick’ a product that has been tampered with.

On the network side, attempts to make a network that can’t be used for copyright infringement always converges with the surveillance & control measures used by oppressive/repressive governments. Refer to SOPA.

Cory sees this as a century long conflict, and copyright is just the first part of this.

“Can’t you just make a general purpose computer that runs all the programmes except the ones that scare and anger us?”

“Can’t you just make an internet that transmits any message over any protocol between any two points, unless it upsets us?”

[Video time 22m]

“Copyright isn’t important to pretty much everyone.”
Copyright is trivial.

Freedom in the future will require us to monitor our devices and set meaningful policy on them; to examine and terminate the processes that run on them, to maintain them as honest servants to our will and not as traitors and spies working for criminals, thugs and control freaks.

We have to win the copyright battle to allow us to move forward. There are organisations that help with this, supporting open and free systems.

Open Source ioe12 Part 1

I watched the Revolution OS documentary and found it very interesting. Obviously, it had a particular perspective on events and this has to be taken into account when viewing, but there was a lot of useful material that I personally found useful and would to take away with me after watching. I did get a much better idea of events and the main players involved in the Free Software and Open Source movements. It was also interesting to see the different take on things that people from the two sectors have (or had) and a certain level of potentially underlying animosity.

I now have more of an understanding of ‘Copyleft‘ as being a term used for the distribution of software that allows the copying and redistribution under a specific licence. [And the point is made in the video that answered a quandary I had personally about whether to distribute my work under a CC licence other than CC0 or Public Domain.] If something is made Public Domain then anyone can make a small change and can then copyright it; precisely what the Free Software Foundation didn’t want to happen.

The points that I did find very useful from this video were:

  • The significance of Richard Stallman developing the GNU General Public Licence (GPL)
  • The discussion that brought about the term Open Source
  • The authoring by Bruce Perens of the Open Source Definition

Bruce Perens derived a definition for the Debian free software (a Linux distribution). He then relabelled this to become the Open Source Definition. In the video he explains the nine rights in the Definition as:

  1. Free (as in Liberty) Redistribution
  2. Source Code Available
  3. Derived Works Permitted (for redistribution)
  4. Integrity of the Author’s Source Code – Author can sort of maintain their honour – if you make a change you might have to change the name of the programme or mark out the change very clearly
  5. No Discrimination Against Persons or Groups – can’t present someone or a group that has ideologically differing opinions to your own from using the software
  6. No Discrimination Against Fields of Endeavor – usable in a business as well as in a school
  7. Distribution of License – give license to someone else who gives it to someone else
  8. License Must Not be Specific to a Product – if distribute on a RedHat system then the license can’t say ‘don’t distribute on a SUSE or Debian system’
  9. License Must Not Contaminate Other Software – distribute on CD with other software and you can’t stipulate that ‘other software must be free or you can’t distribute my software in there’

Refer to this section of the video.

The full Definition is provided in one of the other readings from the course.

The GPL did allow business and profit to be made by providing a service or support to the ‘Free’ or ‘Open Source’ software. With proprietary software the support is a monopoly which arguably can lead to a poorer service. Cygnus under Michael Tiemann became the first company to support free software.

Linux took off at the same time as the Web because of Apache, the killer Linux app. It was more reliable and more flexible than alternative products, and usefully for Internet Service Providers (ISPs) it allowed multiple sites to be run from once Apache installation.

As a bit of an aside:

I personally remember starting using Netscape during the infancy of the Web on a Unix box in about ‘93-’94. I also remember the problems Netscape began to have with market share as Internet Explorer began being bundled free with the Windows operating system. So it was interesting to see what the influences where on the Netscape executives, including Eric Raymond’s ‘The Cathedral and the Bazaar’, which prompted them to go down the Open Source project route.

I also remember the SUN Spark Stations that were bought in Electronic and Electrical Engineering when I was researching back in about 1992, and how expensive they were compared to the PC 486s of the time, so what Larry Augustin of VA Linux had to say on that matter certainly had resonance.

I mention ‘The Cathedral and the Bazaar’ written by Eric Raymond. As it too makes up a part of the course readings, I have subsequently read it, and it was an interesting read. It deals with Eric’s development of an Open Source email programme called ‘Fetchmail’, and he uses this experience to explain the parallels with Linux Open Source development. One point in this explanation I found particularly interesting was that it seems important to know when to use the ideas and work of others. Also, be extremely reverential in your praise of these other parties and people with believe you actually did much more of the work yourself, if not all the work. You also have to have a kind of charisma that will encourage other people to follow your lead.

The basic breakdown of the Cathedral and Bazaar concept is as follows. The general approach to software production is the use of a set number of programmers who develop the code and debug using a ‘closed (source)’ approach before releasing a version. The debugging takes a long time and bugs are seen as deep level problems. However, because of this process, the software is relatively bug free on release. This is the ‘Cathedral’ approach as Raymond terms it. The opposite of this is the ‘Bazaar’ approach. Here, the source code is made public and anyone can contribute to the development. This enables a very intense peer-review process to take place. The iteration process is very rapid, in the case of Linux multiple version point updates were made in a day. By using this process debugging solutions are announced quickly, thus alleviating duplication of tasks and enabling those involved in debugging to rapidly stop having to work on that task once a solution is found.

It was previously hypothesized by Brooks’ Law that the more programmers that are thrown at a late software programming task the later the project becomes. The ‘Law’ suggests that the bugs interfacing code developed by multiple programmers increases as the square of the number of programmers. If this were the case, however, Linux would never have been produced.

Open Licensing #ioe12 – Post2

I have created notes from the Larry Lessig video for this section of the course. And I’ve written one reflective piece in response. However, I’ve looked back over the course requirement for Badges and am now wondering whether my meandering approach would meet the criteria, even though my own learning is benefiting. I think I’ll go through the content for each section and write a brief blog post from that, I can then look at things in more detail afterwards.

I’d hear previously of the ‘Remix Card Game’, I think it had been used at a conference and I read about it from there. I hadn’t really tried it out myself until I clicked on the link in the Open Licensing course materials, and I’m impressed with how good it actually is. I’ve created a game (not online but for in class use) in the past to inform people about tagging, so I know how useful this game based approach can be. I’m going to find the Remix Card Game very useful when explaining about Creative Commons License use with mixed media.

From it’s inception, the period of copyright has been for a limited time span. In this way, the creator or author of the works was able to capitalise on her/his interllectual property for a limited time with state protection. Initially, this protected period was quite short. The works would then move into the Public Domain for the public good. In this way, the works can be built upon by others for the furtherment of knowledge. This is, for example, a fundamental concept for the advancement of scientific discovery. Isaac Newton said “If I have seen farther it is by standing on the shoulders of giants.”

Progressively, this period of copyright has been extended. In the US, Congress has periodically extended the length (outlined in this Larry Lessig interview), it now last for 70 years after the creator’s death. (In the UK a recent ruling has increased the period of copyright on music recordings from 50 to 70 years after date of creation.) In effect, Congress is granting a perpetual copyright, which some have challenged as being unconstitutional, but the courts have said that each of these changes is only for a finite period and that is constitutional. Others have argued that the falling of works into Public Domain following the copyright period amounts to confiscation, and that copyright should be perpetual and infinite, so that the creator can receive revenue. However, Larry Lessig dispels such arguments in his wiki on the subject.

The concept of Public Domain isn’t as straight forward as one might hope, because there is much work whose status isn’t determined. Copyright holders can’t be traced, or it is unclear if the work is actually Public Domain. These are termed ‘Orphan Works’.  And without a lot of effort taking place to resolve it this unsatisfactory situation looks destined to continue. So, rather than perpetual Copyright, we have perpetual Uncertainty.

The uncertainty related to the use of works by others is encapsulated very well in the ‘Bound by Law’ comic book that explains the dilemmas faced by documentary filmmakers, where the potential costs of using the works can be crippling, and prevents a fuller explanation or reflection of cultural values from being created.

So the main crux of the argument hinges on the period of protection that Copyright should offer, and what is Public Good. I have my own opinions on this, and that is why I’ve gone down the Creative Commons Licensing road for my own works. I feel that they offer enough protect for the works, and allow re-use and development to take place in a way that will allow greater and faster development of human knowledge.

The papers by Rufus Pollock make interesting reading, and resonate with my own thinking.

As Pollock explains, once knowledge is created then sharing it is non-rivalrous, it is not diminished if multiple people use it at the same time. For the benefit of society or humankind, once a piece of knowledge exists then the greatest value to be derived from it is to distribute it at cost (which could be zero or very close to it). However, the initial cost of production can be very costly, and this has to be paid for in some way.

Pollock suggests that there are four (non-exclusive) options for creating this ‘first copy’.

1. Up-front funding either by the state or by other entities – such as charities – followed by free (or marginal cost) distribution, e.g. BBC funding model.

2. Donations (spare time) or self-financing with free distribution e.g. Wikipedia, blogs and many open source projects.

3. The grant of monopoly rights in relation to the copying or use of the knowledge in the form of intellectual property such as copyright and patents.

4. Using imperfections of the market to obtain profit from being the creator of knowledge but without using monopoly rights. Such methods include secrecy, first-mover advantages, marketing and the sale of complementary goods that are rivals but for which an advantage is conferred by the production of the original knowledge.

Pollock goes on to put forward an interesting argument (developed from examining peer-to-peer illegal activity) about the added value derived from making works available via Public Domain and compensating artists for loss of revenue in other ways. Several countries are already considering or using levies elsewhere in the chain to achieve this; taxing broadband provision, or blank recording media. Additionally, the majority of ‘historical’ recording under copyright aren’t currently commercially available. This adds further to the Public Domain argument for increased value and greater creative potential from reuse.

In the second of the Pollock papers from the course reading, by developing an equation and using empirical data an estimate of optimal copyright duration is derived and the value comes out to be 15 years. This is much shorter than most countries set copyright to be. The argument therefore follows that policymakers could enhance social benefit by setting copyright to this much reduced value.

The Research Works Act H.R.3699

Following my post about SOPA & PIPA I’ve now come across The Research Works Act (H.R.3699) being introduced to US Congress. This bill, if I’m correct, is designed to prevent federal agencies in the US from stipulating that research funded with tax payers money via grants should be published online for open access. This is contrary to say what the National Institutes of Health set out in their Public Access Policy.

Further reading:

This is interesting to me following yesterday’s presentation.

 

Managing & Sharing Research Data Part 1

I attended a presentation this morning given by Martin Donnelly, Digital Curation Centre (DCC), University of Edinburgh covering ‘Managing & Sharing Research Data: Good practice in an ideal world … in the real world’  held at The University of Sheffield and promoted by the Research Ethics Committee there. It was a two hour presentation, with the first part made up of a presentation and the second of a demonstration of an online resource produced by the DCC called the Data Management Planning (DMP) Tool to enable easy production of DMPs to meet research funding council requirements.

I attempted to make notes during the presentation in the form of this blogpost; so the following is just that, my notes but you might find some use in them.

Background

DCC was founded in 2004 for UK HE & FE sectors. Its major funder is the JISC. It provides support for JISC projects as well as producing tools, providing guidance, case studies, consultancy, etc.

Body of Presentation

When considering data management there are a number of areas to focus on:

  • Ensure the physical integrity of the files
  • Ensuring safety of the content (read and understood by your target audience but not accessible by other people / Data Protection / file format / etc.)
  • Describing the data (metadata), and what’s been done to the data
  • Access at the right time – make data available only after publication (embargo)
  • Transferring custody of data from the field to storage, archiving and possibly on to destroying (this process needs managing and is not necessarily done by the data collector)
  • Research Ethics & Integrity.

However, there is also the concept of Openness, Open Science, Open Data that needs to be considered. Martin touched on the Panton Principle with respect to Open Science. This was a Principle drafted in Cambridge in July 2009 and officially launched in February 2010. Originally based out of the discipline of chemistry, the concept of the Principle as taken from their website is:

Science is based on building on, reusing and openly criticising the published body of scientific knowledge.

For science to effectively function, and for society to reap the full benefits from scientific endeavours, it is crucial that science data be made open.

By open data in science we mean that it is freely available on the public internet permitting any user to download, copy, analyse, re-process, pass them to software or use them for any other purpose without financial, legal, or technical barriers other than those inseparable from gaining access to the internet itself. To this end data related to published science should be explicitly placed in the public domain.

[Aside: I shall be returning to this, not least for the ioe12 course.]

Martin also pointed to an article in The Guardian, ‘Give us back our crown jewels‘, Arthur & Cross, 9 March 2006.

Our taxes fund the collection of public data – yet we pay again to access it. Make the data freely available to stimulate innovation, argue Charles Arthur and Michael Cross

The Research Councils UK (RCUK) is the strategic partnership of the UK’s seven Research Councils. It has produced a Common Principles on Data Policy, which Martin summarised as having Key Messages:

  1. Data is public resource
  2. Adhere to standards & best practice
  3. Metadata for ease of discovery and access
  4. Constraints on what data to release
  5. Embargo periods delaying data release
  6. Acknowledge of / compliance with Terms & Conditions
  7. Data management & sharing activities should be explicitly funded

There are an increasing number of things influencing the management of reasearch data some of which I managed to jot down:

  • Research outputs are often based on the collection, analysis, etc of data
  • Some data is unique (e.g. date & time specific weather conditions data) and can’t be reproduced
  • Data must be accessible and comprehensible
  • There’s a greater demand for open access to publicly funded data
  • Research today is technology enabled and data intensive
  • Data is a long-term asset
  • Data is fragile and there is a cost to digital data; curate to reuse and preserve
  • Data sharing and research pooling might be more cost-effective: cross-disciplinary and increased global partnership
  • Costs of technology and human infrastructures
  • Increasing pressure to make a return on public investment

Most (but not all) Research Councils are broadly the same in their approach to data management. They are generally requiring a Data Management Plan prior to funding being granted. The NERC Research Council has a Data Policy & Guidance (pdf), and also provides data centres for managing funded research data.

EPSRC is the odd one out; they are requiring all institutions to provide a roadmap for data management by 1st May 2012 and implemented by 1st May 2015.

RCUK has a Policy and Code of Conduct on the Governance of Good Research Conduct (available as a pdf).

Martin highlighted how some universities have got into difficulty with regards to Freedom of Information (FOI) requests. He mentioned Queen’s University Belfast and a request about Irish tree rings that was made under FOI. He also said about how Stirling University had received a request from a tobacco company about the take up of smoking amongst teenagers, useful data for a tobacco company.

The University of Edinburgh has developed a Research Data Management Policy.

The question Martin then put was Why? Why do this? And he outlined the incentives in the form of carrots and sticks.

It’s a good thing

  • Data as a public good (the RCUK common principles)
  • others can build on your work  (Isaac Newton “If I have seen farther it is by standing on the shoulders of giants.”)
  • Passing on custody so making effective use of resources.

Direct incentives to researchers are:

  • Increased impact of your work
  • making publications online increases citations

These are covered more fully in:

More incentives:

  • Increase citations helps REF
  • Research councils are increasingly rejecting on the grounds of poor data management plans
  • You receive more funding if you do this right

And the ‘Sticks’:

There is a concern often raised by academic researchers about how their data will be used or misconstrued if it is out in the open. Martin emphasised the importance of appropriate metadata to try to prevent this. However, he did say that even then if the data was going to be misconstrued it will be anyway. Files need to be labelled in an understandable, meaningful, standard and appropriate fashion, to include the project title and date. It would also be useful to maintain a separate log describing the data, to include

  • research context
  • data history
  • where & how to access the data
  • access rights
  • etc.

Backup is also a consideration. It is different from archiving. Backup is about loss, damage and recovery of data during the research process. (Archiving is about retaining and providing access at the end of the research process.) There should be some means of off-site backup. There should be an implemented, automatic backup process at the University, Faculty or School level. If not, then a manual backup process is required with set repeat reminders.

Archiving is a case of depositing data for the long-term. However, it does require things like checking copyright, consent and data protection. You should use the appropriate archive for your subject discipline. It’s also important to publicise your archived data for increased citations. The point was made that there isn’t yet a standard for data referencing, and that some work needs to be done in this area. The other concerns about use of data without knowledge are just the same as if your published work is plagiarised.

Rachel Kane from RIS in Sheffield highlighted that specific Sheffield resources will be made available soon. She also provided some useful examples of what people where doing at the University, including:

  • Prof. Steve Banwart in Civil and Structural Engineering approach to open data
  • Dr Bethan Thomas in Geography SASI
  • HRI Digital – data management services – from application to archiving stages – consultancy

ioe12 & the day of the internet blackout

It seems rather poignant to be considering licensing and copyright issues today as parts of the internet take action against two bills being debated by Congress in the US.

The two Acts are Stop Online Piracy Act (SOPA) and Protect Intellectual Property Act (PIPA).

There is much media coverage (e.g. BBC) , particularly of the protest by Wikipedia,

Wikipedia anti-censorship splash page

Wikipedia anti-censorship splash page

with Jimmy Wales appearing in numerous news articles, both online and in the ‘standard’ media.

But other sites are joining in the protest, Boing Boing for example.

Boing Boing SOPA & PIPA protest page

Boing Boing SOPA & PIPA protest page

And the Digital Storytelling MOOC, ds106 run by Jim Groom has this:

Digital Storytelling MOOC DS106 Censorship Splash Page

Digital Storytelling MOOC DS106 Censorship Splash Page

DS106 is reliant upon ‘fair use’ of media to enable participants to engage with the media and create their own material to interact fully. Under the Acts, such a course covering digital expression could face closure.

This lead me to this rather informative video outlining the PIPA:

From this video I take it that PIPA allows powers for censoring the internet to go to the entertainment industry. This enables shut down of sites where people download unauthorized media content. Most of these sites reside outside US law. The Bill gives the US Government powers to make internet providers in the US block infringing domain names access; similar to the powers used by China, Iran & Syria, which democratic peoples find so objectionable. It will allow the suing of US-based search engines, directories, even blogs and fora to have infringing links taken down. Additionally, it can cause funds to be cut off to such sites by having advertisers & payment sites cut off their accounts. Blacklisting will mean that foreign sites won’t be displayed in major search engine results.

Concerns arising from the PIPA are that it will reduce the number of successful new start-ups, because they can be accused of not actively filtering strongly enough to prevent copyright infringement: this could particularly impact new search engines and social media start-ups. The early days of YouTube would probably have fallen into this category. Small sites or those in their infancy won’t have enough funds to defend themselves. The Bill will mean that it is easier to take down a site than for courts to decide upon the nuances of copyright law compared to free expression.

In the history of the internet, wherever people have come to express themselves, be creative, share ideas and knowledge, or even develop protest movements there is a tendency for there to be copyright media material uploaded as well. This Bill would seek to prevent that, and could lead to other countries developing legislation along similar lines. This would inevitably mean a very different internet being visible to differing parts of the global population. Potentially powerful localized laws would cause censorship of content, enabling abuse of people and limiting the freedom of:

  • expression
  • choice
  • communication
  • education
  • discussion
  • etc.

It can be argued that there is already adequate (or, in the views of some, already extreme) legal provision in place via the Digital Millennium Copyright Act (DMCA), where for example links to infringing material can be removed. This power has also been said by some to be abused, with:

  • journalists being sued
  • YouTube videos being removed, example
  • suing families and children for infringement
  • and seemingly excessive royalties being demanded for use of content, thus inhibiting creative cultural documenting or expression.

In fact, this final point touches on the essence of ‘Bound by Law?‘ about the use of media in documentary filmmaking.

The powerful rightsowners will be protected by this legislation, but innovation, creativity and cultural expression might well be the biggest sufferers.

I’ll have to see how this story plays out in the coming weeks.

Open Licensing #ioe12 Post1

Until I watched the Larry Lessig TEDxNYED video (outlined in this post) I didn’t really understand the reason for copyright too well. I thought it was primarily about income revenue, which wasn’t the driving motivation for my work.

I’ve gone down the Creative Commons route for licensing my own works, be it this blog, images on Flickr, videos, whatever. My own personal approach is that if someone wants to use my work, please go ahead;

  • re-use, re-mix,
  • make it better,
  • make it more relevant,
    • more understandable.

For me that’s what creation and culture is all about.

But copyright is about this level of control, how others want their own work to be licensed and used. The argument for the combined system is that there is then a place for commercial success as well as for this ‘other’ culture. To enable this to happen there needs to be a respect for the creators of both aspects, with an option of fair use or fair dealing in the Commonwealth.

I have found this MIT World video captured debate, ‘Copyright, Fair Use, and the Cultural Commons’ a useful one to expand my own understanding and others might also find it of interest at this point.

Welcome to Firefox Openness

The video on the ‘Welcome to Firefox‘ page really encompasses my reasoning for staying with the product.

  • Principle over profit
  • Secrecy is trumped by honesty & corporate interest by community
  • We believe that the web is more cared for than owned
  • More of a resource to be tended to than a commodity to be sold
  • Strongly believe in innovation that puts users strongly & squarely in the drivers’ seat
  • We believe that together, with this cause in mind, we can continue to innovate for the benefit of the individual & the betterment of the web so that it always & forever serves the greater good.

Notes from Lawrence Lessig TEDxNYED video

Open Licensing

As part of the ioe12 course work I took notes of what I thought to be the significant bits from this video:

All the following content is therefore attributed to Larry Lessig.

Copyright is about what level of control.

Copyright policy isn’t just about how to incentivize production of an artistic commodity, it’s about what level of control we are going to permit to be exercised over our social realities – social realities that are now inevitably permitted by pop culture.

… its important that we keep these two different kinds of public goods in mind. If we are only focussed on how to maximise the supply of one, … we risk suppressing this different and richer, and in some ways maybe even more important one.

Freedom needs

This opportunity to both have the commercial success of the great commercial works.

AND

The opportunity to build this different kind of culture.

and for that to happen you need ideas like ‘fair use’ to be central & protected to enable this kind of innovation between these two creative cultures. A commercial & sharing culture.

  • A need for ownership
  • A respect of ownership
  • A respect we should give to
      • the Creator
      • the Remixer
      • the Owner
      • the Property Owner
      • the Copyright Owner

of this extraordinarily powerful stuff not a generation of ‘share croppers’.

There are lessons here about ‘openness’.

  1. Our lives are sharing activities, at least in part. For this to happen we need to have well protected spaces of fair use.
  2. This ecology of sharing needs freedom in which to create. Freedom which means without permission from anyone the ability to create.
  3. We need to respect the creator. The creator of these remixes through rights that are directly tied to them.

Creative Commons is offering authors this simple way to mark their contact with the freedoms they intend it to carry.

So we go from an

“All Rights Reserved” world

to a

“Some Rights Reserved” world.

And people can know the freedoms they have attached to content, building & creating on the basis of this creative copyrighted work.

These tools Creative Commons enable sharing, in parts, through licenses that make it clear. And a freedom that make it clear. And a freedom to create without requiring permission first, because the permission has already been granted & a respect for the creator because it builds upon a copyright the creator has licensed freely.

Hundreds of millions of digital artifacts are already licensed in this way.

Do we have this ecology right now?

Openness is a commitment to a certain set of values. We need to speak of those values.

The value of

  • Freedom
  • Community
  • limits in regulation
  • respecting the creator.

Dirty Harry ds106 DesignAssignments55 I Can Read Movies

Dirty Harry

The meaning behind this one might be a little too subtle. The one red bullet is to represent “Did I fire six shots or only five?”

I used two images for this, so here’s the attributions:

1.
Description
English: Smith & Wesson .44 Magnum Model 629 with 8 3/8″ barrel — a stainless steel version of the Model 29. Photo © by Motorrad67

Date
2007-09-07 (first version); 2007-10-02 (last version)

Source
Originally from en.wikipedia; description page is/was here.

Author
Original uploader was Motorrad-67 at en.wikipedia Later versions were uploaded by Liftarn at en.wikipedia.

Permission
(Reusing this file)
ATTRIBUTION.

en.wikipedia.org/wiki/File:SW_Model_629.jpg

2.
Title: Steyr and cartridges

Author: sillyjofo

License
Attribution – Noncommercial – Some rights reserved

www.flickr.com/photos/jrutherford/3009432996/