Welcome to www.tunisiawatch.com
|
Music copyright infringement
How Does Music Copyright Infringement Affect Me?
Music copyright infringement happens all around us every day, by both well meaning people downloading music from their favorite social networking site to the guy who’s reselling MP3s. To be certain, most people who commit music copyright infringement don’t realize what’s going on, and are in turn doing something very illegal and prosecutable in the United States.
Copyright Infringement, as defined by Wikipedia.org states: “Copyright infringement (or copyright violation) is the unauthorized use of material that is protected by intellectual property rights law particularly the copyright in a manner that violates one of the original copyright owner's exclusive rights, such as the right to reproduce or perform the copyrighted work, or to make derivative works that build upon it. The slang term bootleg (derived from the use of the shank of a boot for the purposes of smuggling) is often used to describe illicitly copied material.”
We’ve all heard of ‘bootleg’ recordings – usually audio recordings taken from concerts and sold on home made cassettes or CDs and distributed (sometimes out of the trunk of a car) to anyone that will buy. Bootleg recordings have changed, however, as music copyright infringement has branched into video recordings. Music copyright infringement has exploded with the advent of the internet, and now people from all over the world are sharing every type of imaginable file – from eBooks to audio to music – and small label artists began feeling the pinch years ago.
However, many new and older artists are beginning to see the beauty of the internet, and are offering their music for sale track-by-track on iTunes and other MP3 sales websites, as well as through their own band websites and MySpace pages. The internet has exploded in the possibilities it’s given up and coming musicians to become visible, while at the same time drastically increasing the number of music copyright infringement cases – some of which were against innocent people who just weren’t informed.
Music copyright infringement cases have helped to create organizations that protect the fair use of an item, such as a song. Organizations such as CreativeCommons.com and the Electronic Frontier Foundation help individuals to know their rights under copyright acts.
While there are organizations that help you understand your rights as a purchaser of copyright use, there are organizations that want to limit the ways in which you use the products you buy. It is rumored, for example, that record distribution and production companies want to limit the ways in which you use the music you buy – they don’t want you to put it on your computer or make a Mix Tape or CD from it – for fear of ‘sharing.’
It seems to me, however, when music publishers and distribution companies limit uses like this, they’re opening up a tidal wave of music copyright infringement cases. By limiting the use of purchased material, the companies are alienating their client base and pushing all their sales away from physical products and toward electronic ones – which are much harder to control.
A way in which these companies tried to limit the uses was by creating a DRM program, which severely limited the where a CD could be played (on one computer, for instance). And, in one drastic measure, Sony placed a DRM program on all their CDs in the Winter of 2005, and severely crippled several networks when their ‘program’ was actually malware that seriously crippled network security.
As you can see, music copyright infringement is something that is currently being fought between end users and music production and distribution companies. In this new century, we must find a way to retain copyright, and allow the customers to use the products they buy in a meaningful way, or otherwise the market will shift and the industry as we know it will be abandoned.
Software copyright Software Copyright Difficult to Enforce For those of you who love computer games, you probably know more about software copyright than you ever thought you'd want to know-especially if you have or have ever owned multiple computers. Most new games not only come with special copyrights but also built in security features that are designed to enforce those copyrights. Some have even gone so far as selling you the right to 'use' the material you are purchasing rather than providing you with actual ownership of the software to which they own the software copyright. That bothered me a bit at first, but I've come to understand it's another way of protecting them and their rights as well as controlling or limiting how you use the software they provide. Software copyright is actually quite confusing and hotly debated. Many stores will not accept opened software as returns because the software companies won't reimburse them for the product and they are left holding the bag. It doesn't sound like much but when you think of literally thousands of consumers attempting to return opened software because they didn't like or worse, they only needed to download and install it for it to actually run. Companies that produce computer software have become savvy to the ways of the modern consumer. Those companies that produce computer games especially require that the disk actually be in your player in order for the game to operate properly. This enforced the software copyright to the extent that two people can't reasonably share ownership of the same game, as they both need an actual disk in order to operate the games. But for every solution there is a hacker or budding programmer that creates a new problem for software makers and holders of software copyright to face. One of the latest problems is the virtual CD. The long and short of this is that the computer is tricked into 'seeing' the CD where it should be and carries out the game as though it were. Another important thing to note about software copyright is that there are many programs available that mimic some of the more notable applications for no fee. These are often referred to as open source software and often have excellent if not superior quality to similar programs that are available for fees. One thing I've noticed is that I will often find free open source software, download it, love it and a few months later I will find a more polished version of the same software, by the same company available with a few more bells and whistles for a fee. The new improved software has a software copyright and is not free to consumers but it is also a much better version than what I currently have. It's a great way for new software developers to make names for themselves and get volunteers for the testing process of their development phase. A software copyright offers protection and recognition to the owner of the software. The problem with protecting software is that it is impossible to police properly. That would require walking into every home on the planet and checking each computer to make sure there are no duplicate copies extra copies, illegal copies, etc. Plus, who keeps the actual boxes from all their software? I certainly do not. I could never prove that I was honoring the software copyright if the packaging or receipts were the only way I have of doing so. Most people in the world today honestly want to do the right thing. Software is one of the most expensive purchases people will often make for their home computers, it only makes sense to buy actual copies that have an actual software copyright in order to protect your investment not only in your software but also in your computer. Web Hosting - Databases, What Are They and Do You Need One? 'Database' is one of the most commonly used terms that one encounters in web site design. Yet, what they really are and whether they're essential is often not clear to novices. A database is a collection of organized data, stored in files that have a specific structure. It's that organization and structure that allows for easy and rapid storage and retrieval. The need for a database generally only arises when you have a certain amount of information and that information needs to have some structure. If you have a half-dozen names and addresses to store, a database is usually overkill. If you have a blob of data with no relationships between any of the items in that blob, maintaining a database is usually more trouble than it's worth. Maintain a database? Yes, like other complex systems a database, to be effective, needs to be designed properly at the outset then kept 'tuned' for good performance. The alternative is to gradually allow the database to become more and more disorganized. That leads to difficulty in use, poor speed of retrieval and more frequent failures. With MySQL, Access or MS SQL Server, the three most common choices of database product for web sites today, setting up a database is relatively simple. Even those with limited technical skill can get one up and running just by following some simple instructions. But some thought should be given to how you want the information organized, and to maintaining the system during its lifetime. Suppose you have a set of names, addresses, email addresses, products purchased, date purchased and amount. If you have only a few dozen records it matters very little how these pieces are arranged and related. A database usually isn't even warranted in this scenario. Once you have several thousand or more records, it matters a lot. Speed, the ease of expanding the set of attributes (like adding, say, product category), and other issues come into play. Even those with little technical expertise, but a willingness to exert logical thought and invest some time, can build a very robust database. Think about how you would organize a set of data (called 'tables'). Should Name, Address, and Product be in the same table? Or should the personal information be stored in one table and any product information (product, price, ...) in another? Some experimentation may be needed to get it right, but the choices have an impact on how easy the tables are to maintain. It also affects the speed with which programs can fetch old data and store the new. Having a database also introduces new maintenance issues for the server administrator, since backups usually need to be done differently. Recovering a failed database is usually more complicated than simply re-copying files from yesterday. Ask your hosting company what tools and skills they have for dealing with any database system you consider. It's true that introducing a database creates more complexity and the need for additional thought and administrative effort. At a certain level, professional expertise will be needed. But clearly the advantages outweigh the costs in many cases. Companies large and small eventually use databases to store and organize data. At some point, you may be fortunate enough to be one of them. |