Welcome to kamov.net
|
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.
Finishing a Masterpiece and Getting it on the Shelves (how to get a book published) Writing a book is a monumental task in itself. The process is long, drawn out and grueling. Even if you thoroughly enjoy writing and writing on the same subject for an extended period of time, you will no doubt be exhausted by the writing of a book. Getting that book published, however, will take even more time and effort than producing the thing in the first place. Are you thinking about writing a book? Have you already written one and now are just wondering how to get a book published? If you are, read on. Here are a few tips on how to get from the starting line to triumphantly crossing the finish line. Writing that Book When starting out writing your book, before you are ready to consider how to get a book published, you may already feel daunted. To write a successful book you need to start out with some original thought. You probably have plenty of originality, but you may have trouble getting your ideas into a coherent flow of information that will be digestible by the general public. The first step is to create a book skeleton. You need to organize your thoughts into a progression of chapters. If your book will be non-fiction, start with a table of contents. Write chapter headings and sub-headings. You will automatically know that you’ll need an introductory chapter, but you should probably leave the content of your introduction for the last step. Organize your chapters so that they build upon one another. The more headings that you can brainstorm to begin with, the easier it will be to fill in your book with a series of short articles that flow into one another. If your writing will be fiction, you will need more of a storyboard. You will need to create cause and effect as well as character sketches. To make your story coherent your characters will need events to react to. Their reactions should become predictable as your readers get into the story. You may need to create some situations for your characters just for the purpose of introducing their traits to the reader. These are very general guidelines about how to begin constructing your book. The actual process will be much more involved as you move closer to finding out how to get a book published. Even after you are finished with the bulk of the content, your goal is still a ways off into the future. Getting to Print The next step in how to get a book published is finding a publisher. There are resources at your local library that will let you know who will be the best candidate for publishing the kind of writing that you do. After a series of queries and correspondence with the potential publishers you may get an invitation to send your manuscript. Then the work begins. A publisher is very experienced in finding books that are marketable. He knows what it will take to get your book to sell. Don’t be offended when his editors tears your writing apart. If they are doing that, you can enjoy the fact that you are on the road to a published book. Expect to enter into a close relationship of compromise and change with the editor as you rework and rework what you have already so painstakingly written. When you are finished you will have a readable and clean and correct manuscript ready for print. The road to getting a book published is a long one, but well worth the effort. Trust yourself, and trust the publisher to create a beautiful masterpiece. Don’t be discouraged if several publishers are not interested in your book. You may have to just keep the first few for yourself, and then again, they may eventually get accepted. Good luck and enjoy the process. Web Hosting - FTP and Other File Transfer Tools Anything related to the Internet or computers is bound to introduce technical issues pretty soon. One of the earliest that novice web site owners encounter is FTP, which is an acronym for File Transfer Protocol. Seeing it spelled out, it's easy to see why those in the know quickly move to speaking in short hand. The reason web site owners soon will (or need to) become familiar with FTP is obvious to anyone who has built a site on a remote server. You have to have some way of getting the files to the remote computer and FTP is one of the most common tools. It's also one of the simplest and most efficient. FTP is composed of two parts: the client software and the server software. It's similar, in a way, to talking to someone on the phone who writes down everything you say. You (the client) make a request ('transfer this file to the server') and the listener (the server) takes the request and acts on it. That request to copy a file from a local computer to the remote one is carried out (often 'under the covers') by a PUT command, as in PUT this there. You create the web page (in the form of a file) and then PUT the file on the server. To move a file in the opposite direction, from the remote server to your local computer, your client software issues a GET command. Many FTP clients have graphical interfaces, similar to Windows Explorer, that allow you to drag-and-drop or otherwise copy the file without ever seeing the actual commands that carry it out. But it's helpful sometimes to know what goes on underneath. In tricky cases it can be an advantage to use a command line interface (in Windows, the 'DOS box', with a similar interface familiar to most Linux users). Knowing the commands and being able to use them in the command line form can sometimes help you diagnose what is going on when the graphical tools misbehave. But FTP is not the only way to get a file from here to there. In fact, your browser moves files around from a remote computer to your local one all the time. In most cases, when you type in or click on a URL, what happens under the covers is in essence a file transfer process. The web page is transferred from the web server to your local computer then displayed by the browser. Alternatively, you can sometimes even email a web page/file from your local computer to the remote server, then use an email client on the server itself to get the file and put it in a folder. That requires that you have some form of access to the remote computer. But there are many ways of doing that, such as in-built utilities in the operating system or using commercial remote control programs. Those alternatives can be helpful to know in cases where the FTP file transfer process is misbehaving. Having more than one way to accomplish the task helps you diagnose what might be going wrong. It also helps you get the job done when the usual tools aren't cooperating. The more you learn about these sometimes puzzling acronyms, the easier you can accomplish your own goals. |