DMCA Shortcut Helps Movie Companies Cheaply Identify ‘Potential’ BitTorrent Pirates

Several movie companies have obtained a DMCA subpoena to identify 25 account holders whose IP-addresses were caught sharing pirated content. This is an effective shortcut without any oversight from a federal judge. It significantly reduces costs and legal hurdles to go after alleged pirates. However, this procedure is not undisputed. From: TF, for the latest news on copyright battles, piracy and more. Powered by...

Read More

YouTube Class Action: Plaintiff Can’t Identify Piracy Without Access to Content ID

Maria Schneider’s class action lawsuit against YouTube has taken another unusual turn. The complaint alleges massive infringement but thus far identifies no infringing videos. YouTube wants to know exactly what it’s dealing with but Schneider says that since she has no access to Content ID – a big part of why the complaint was originally filed – she can’t easily provide that information. From: TF, for the...

Read More
Optimize your Python code with C
Apr21

Optimize your Python code with C

Cython is a compiler for the Python programming language meant to optimize performance and form an extended Cython programming language. As an extension of Python, Cython is also a superset of the Python language, and it supports calling C functions and declaring C types on variables and class attributes. This makes it easy to wrap external C libraries, embed C into existing applications, or write C extensions for Python in syntax as...

Read More
How to take your open source project to the next level
Apr21

How to take your open source project to the next level

Open sourcing the code to your software as a service (SaaS) is not sufficient to make it actually be open source. Does that sound contradictory to you? Let me explain. Most services that espouse “open source” do so by simply throwing the code over the wall. It’s better than nothing but really misses the point that powers open source: enabling users to make a change to the software they’re using. Some other...

Read More