April

April 30, 2014

Copyright Infringement of Software

Most people have a good understanding of what copyright protection means with regards to written words, such as a book or an article. Those same protections also apply to software source code. Suppose I write some software in C as follows: y = 0; for (i=1; i<=x; i++) y += […]
April 30, 2014

Patent Infringement of Software

Patents protect an invention. Unlike copyrights (see post on copyrights), one must apply for a patent by filing with the patent office. If the patent is granted, then the patent holder has exclusive rights to that invention. When an invention is submitted for a patent, it becomes public domain. Others […]
April 30, 2014

Trade Secret Misappropriation of Software

A trade secret is something that provides an advantage to the company that owns it. It could be formulas, software, even lists of names. A trade secret is not disclosed publicly (unlike a patent, see post on patents.) If a company wishes to mark something a trade secret, it must […]
April 15, 2014

3D vs. 2D Printing: Similarities in Technical Details

3D printing is the process of making an object out of some material, often plastic. 2D printing, or just simply, printing, is the process of putting an image on paper. They appear to be two different processes. Internally, however, the technical workings behind both types of printing have some strong […]