open source and free software fdm 20c introduction to digital media

Slides:



Advertisements
Similar presentations
Overview of Free/Open Source Software for Librarians Eric Goldhagen
Advertisements

A Lawyer Looks at the Open Source Revolution Robert W. Gomulkiewicz Director, Intellectual Property Law & Policy Program Associate Professor of Law University.
What is GNU/Linux (Not Linux!)? David Sudjiman davidsudjiman (at) yahoo (dot) com The latest version of this document can.
GNU / Linux A free operating system. Summary History What can you find on a Linux OS Linux Economy.
Open Source and the Bazaar Method. History of Software Development 1944, Harvard and IBM build first computer bundling Hardware and Software together.
Copyleft and cathedrals How the counterculture is changing the way we do business.
Open Source Software Gathered from material all over the web.
Open Source. Operating System  Application Program Interface (API) Scheduling: Defines which application to run, when to run it, and how much time. Memory.
Open Source Applications Mikko Mustalampi DAP02S.
Introduction to UNIX Acknowledgement:Thanks to Dr Andrew Horner for the original version of this set of slides. All trademarks are the properties of their.
Open Source Movement 開放源碼的發展 Morris Law IT Coordinator, Science Faculty March 2005.
Open source and free culture fdm 20c introduction to digital media lecture warren sack / film & digital media department / university of california,
Protects works of “intellectual property” -- creative expressions of ideas in fixed symbolic form.
IP3 The Future of Ideas. What is Property? We are in the midst of an unprecedented technological revolution Technological change implies cultural change.
Open Source/Free Software Source code is available Extensible Can be changed, modified Freely distributed Copies Modified versions Alternatives to commercial/proprietary.
Introduction to UNIX Acknowledgement:Thanks to Dr Andrew Horner for the original version of this set of slides. All trademarks are the properties of their.
Linux Introduction. Overview What is Unix/Linux? History of Linux Features Supported Under Linux The future of Linux.
Free Yourself from © and Get Creative with Presented for PNLA Annual Conference by Connie Strittmatter and René Tanner Reference Librarians, Montana State.
Licenses A Legal Necessity Copyright © 2015 – Curt Hill.
Computers and Society Examine the extent to which Richard Stallman’s GNU manifesto has succeeded in challenging the dominance of conventionally distributed.
How I learned to stop worrying and love Open Source Software... Colin M. Sharples Advisory IT Specialist IBM Business Consulting Services SQNZ 21 October.
Overview of Linux Dr. Michael L. Collard 1.
© 2011 Delmar, Cengage Learning Chapter 7 Managing a Web Server and Files.
Open source Software Tomáš Vaníček Faculty of Civil Engeneering (Fakulta Stavební) Czech Technical University (ČVUT) Thákurova 7, Praha Dejvice, B407
Open Source Software Bangladesh University of Business and Technology Nizar Saadi Dahir M.Sc. Computer Engineering Computer Center- Kufa University
OPEN SOURCE AND FREE SOFTWARE. What is open source software? What is free software? What is the difference between the two? How the two differs from shareware?
CPS 82, Fall Open Source, Copyright, Copyleft.
LIS508 background of GNU/Linux
1 Ethical Issues in Computer Science CSCI 328, Fall 2013 Session 17 Software as Intellectual Property.
Open Source Software Architecture and Design By John Rouda.
Library 2.06 February 2009 Linux for Librarians Nishtha Anilkumar Librarian Physical Research Laboratory Ahmedabad.
1 Ethics of Computing MONT 113G, Spring 2012 Session 32 Software as Intellectual Property.
CS2204: Introduction to Unix January 19 th, 2004 Class Meeting 1 * Notes adapted by Christian Allgood from previous work by other members of the CS faculty.
Open Source Examples – Linux; Apache; Firefox Requirements – Distributed w/ source code – License allows for modifications (GPL) – License remains w/ any.
Free Software The next generation of software development OR A new level of consumer freedom?
1  The Kroger Co – Copyright 2008 Confidential Customer 1 st Technology Confidential.
Frequently Asked Questions about Copyright and Fair Use Gayle Y. Thieman, Ed.D. Portland State University Graduate School of Education.
Open Source Software. Chris Moylan Group 5...I think.
Open source and free culture. outline for today definition: what is open source software? examples of open source software history of free software and.
Creative Commons terms and definitions By Chelsey Maton.
FOSS for Media Makers Anna Helme. social justice and environmental video online.
Introduction to unix. The UNIX Operating System An operating system "OS” is a set of programs that controls a computer. It controls both the hardware.
Self Publishing and Open Access, CTE 2009, UNCW1 Self Publishing and Open Access Journals Dr. Russell Herman University of North Carolina Wilmington
Linux Operating Systems Taking Control of the Terminal
GNU and Linux.
Copyright material does not permit reproducing the material, publicly displaying or performing it, or engaging in any of the acts reserved for the copyright.
LINUX History In 1984 a project was launched by Richard Stallman to develop a complete Unix-like operating system that would be considered free software.
OPEN SOURCE.
open source and free software Najeeb Ullah Student ID
FREE AND OPEN SOURCE SOFTWARE IN EDUCATION
Open Source software Licensing
CHAPTER 8 - OPERATING SYSTEM HISTORY
OPEN SOURCE.
Open Source Software in Academia
Selected topic in computer science (1)
What is Copyright?.
Daniel Henry January 30, 2002 CS 4900
SUBMITTED BY: NAIMISHYA ATRI(7TH SEM) IT BRANCH
BSD (Unix) vs. GNU/Linux
OPEN SOURCE BY :.
Open Source Software Licenses
Creative Commons Canada
open source and free culture fdm 20c introduction to digital media
Chapter 2: The Linux System Part 1
Managing a Web Server and Files
What IS Creative Commons?
Linux Professor Sabol.
APACHE LICENSE HISTORICAL EVOLUTION
Copyright & Fair Use What You Need to Know!.
Presentation transcript:

open source and free software fdm 20c introduction to digital media lecture 29.05.2003 warren sack / film & digital media department / university of california, santa cruz

review of the capture model definition of privacy last time review of the capture model definition of privacy private versus public civil versus economic capture efficient connections versus resistances on the virtue of inefficiencies lessig on monitoring and search example: monitoring on the web example: search on the web gandy on data mining are there citizen-centered forms of data mining?

definition: what is open source software? outline definition: what is open source software? examples of open source software history of free software and open source open source business models open source software development model open source licensing models & beyond copyleft and other legal means lessig’s commons project is software politics? open source in general what, other than software, might be open source?

what is open source software? Open Source software is distributed with its source code. The Open Source Definition has three essential features: It allows free re-distribution of the software without royalties or licensing fees to the author It requires that source code be distributed with the software or otherwise made available for no more than the cost of distribution It allows anyone to modify the software or derive other software from it, and to redistribute the modified software under the same terms. Steven Weber, The Political Economy of Open Source Software, BRIE Working Paper 140, http://brie.berkeley.edu/~briewww/pubs/pubs/wp/wp140.pdf

examples of open source software Operating Systems Linux FreeBSD, OpenBSD, and NetBSD: The BSDs are all based on the Berkeley Systems Distribution of Unix, developed at the University of California, Berkeley. Another BSD based open source project is Darwin, which is the base of Apple's Mac OS X.

examples of open source software Internet Apache, which runs over 50% of the world's web servers. BIND, the software that provides the DNS (domain name service) for the entire Internet. sendmail, the most important and widely used email transport software on the Internet. Mozilla, the open source redesign of the Netscape Browser OpenSSL is the standard for secure communication (strong encryption) over the Internet.categories.

example of open source software Programming Tools Zope, and PHP, are popular engines behind the "live content" on the World Wide Web. Languages: Perl Python Ruby Tcl/Tk GNU compilers and tools GCC Make Autoconf Automake etc.

open source software sites Free Software Foundation www.fsf.org Open Source Initiative www.opensource.org Freshmeat.net SourceForge.net OSDir.com developer.BerliOS.de Bioinformatics.org see also individual project sites; e.g., www.apache.org; www.cpan.org; etc.

some dates from the history of open source 1970s: UNIX operating system developed at Bell Labs and by a diverse group of contributors outside of Bell Labs; later AT&T enforces intellectual property rights and “closes” the code 1983: Richard Stallman founds the Free Software Foundation 1993: Linus Torvalds releases first version of Linux built 1997: Debian Free Software Guidelines released 1998: Netscape releases Navigator in source

conventional models of software development waterfall from requirements to code without a backward turn historically used for large military and corporate software productions; originally used because computing time was expensive spiral iterative cycles of requirements, development, testing, redrafting of requirements, etc. B. W. Boehm. “A spiral model of software development and enhancement”. IEEE Computer, 21(5):61--72, 1988

open source software development bazaar “Treating your users as co-developers is your least-hassle route to rapid code improvement and effective debugging.” Linus’s Law: “Given enough eyeballs, all bugs are shallow.” Eric Steven Raymond, The Cathedral and the Bazaar, http://www.catb.org/~esr/writings/cathedral-bazaar/cathedral-bazaar/

open source software development

open source business models service support education extensions

open source companies IBM Apple HP Sun uses and develops Apache and Linux; created Secure Mailer and created other software on AlphaWorks Apple released core layers of Mac OS X Server as an open source BSD operating system called Darwin; open sourcing the QuickTime Streaming Server and the OpenPlay network gaming toolkit HP uses and releases products running Linux Sun uses Linux; supports some open source development efforts(Forte IDE for Java and the Mozilla web browser)

open source companies Red Hat Software ActiveState Linux vendor develops and sells professional tools for Perl, Python, and Tcl/tk developers.

see http://www.opensource.org/licenses/ open source licensing see http://www.opensource.org/licenses/ apache software license python license ibm public license apple public source license etc.

GNU General Public License see www.opensource.org/licenses/gpl-license.php

creative commons non-software licenses: see larry lessig’s “creative commons” project (http://www.creativecommons.org/learn/licenses)

creative commons’ licenses explained Attribution. You let others copy, distribute, display, and perform your copyrighted work — and derivative works based upon it — but only if they give you credit. Example: Jane publishes her photograph with an Attribution license, because she wants the world to use her pictures provided they give her credit. Bob finds her photograph online and wants to display it on the front page of his website. Bob puts Jane's picture on his site, and clearly indicates Jane's authorship. www.creativecommons.org/learn/licenses

creative commons’ licenses explained Noncommercial. You let others copy, distribute, display, and perform your work — and derivative works based upon it — but for noncommercial purposes only. Examples: Gus publishes his photograph with a Noncommercial license. Camille incorporates a piece of Gus's image into a collage poster. Camille is not allowed to sell her collage poster without Gus's permission. www.creativecommons.org/learn/licenses

creative commons’ licenses explained No Derivative Works. You let others copy, distribute, display, and perform only verbatim copies of your work, not derivative works based upon it. Example: Sara licenses a recording of her song with a No Derivative Works license. Joe would like to cut Sara's track and mix it with his own to produce an entirely new song. Joe cannot do this without Jane's permission (unless his song amounts to fair use). www.creativecommons.org/learn/licenses

creative commons’ licenses explained Share Alike. You allow others to distribute derivative works only under a license identical to the license that governs your work. www.creativecommons.org/learn/licenses

is software a form of politics? does development + business + licensing model(s) = politics?

is software a new form of code? larry lessig’s comparison: building/architecture codes legal codes computer code

is software a new form of common sense? “Every social stratum has its own “common sense” and its own “good sense,” which are basically the most widespread conception of life and of men. Every philosophical current leaves behind a sedimentation of “common sense”: this is the document of its historical effectiveness. Common sense is not something rigid and immobile, but is continually transforming itself, enriching itself with scientific ideas and with philosophical opinions which have entered ordinary life...” Antonio Gramsci. Selections from the Prison Notebooks (London: Lawrence and Wishart, 1971), 326

open source in general what, other than software, might be open source?

next time resistance