While We Wait for a Decision in Bilski: Patent Absurdity, the movie

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News While We Wait for a Decision in Bilski: Patent Absurdity, the movie
# 1  
Old 04-17-2010
While We Wait for a Decision in Bilski: Patent Absurdity, the movie

Every day I check to see if there is any news about a decision by the US Supreme Court on In Re Bilski. I'm sure a lot of you do too, so while we wait, here's a 30-minute movie by independent filmmaker Luca Lucarini, Patent Absurdity: how software patents broke the system, made possible by a grant from the Free Software Foundation, on how we got into patent quicksand in the US:
Patent Absurdity explores the case of software patents and the history of judicial activism that led to their rise, and the harm being done to software developers and the wider economy. The film is based on a series of interviews conducted during the Supreme Court's review of in re Bilski - a case that could have profound implications for the patenting of software. The Court's decision is due soon...
You don't want to miss the movie, regardless of your views on software patents. Even if you love them, you will at least understand why software programmers almost to a man do not. It's under a Creative Commons license, so you can share it with your friends and with the world. EndSoftwarePatents is asking for help with subtitles in as many languages as possible, so that's a lovely project for the weekend, if you have the skills.
It explains how software patents came to be allowed, and it is explained by folks you've read about and trust, like Dan Ravicher, Eben Moglen, Richard Stallman, Ben Klemens, James Besson, Ciarán O'Riordan, and Mark Webbink. I think you'll enjoy it a lot. Ben uses a blackboard to explain a real patent eHarmony obtained, and it's both hilarious and memorable. Here's where you go to download it, in various levels of quality. It was made with free software, by the way, including my beloved Audacity.

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

calling a shell script in background and wait using "wait" in while loop

Hi, I am facing a strange issue, when i call a script from my while loop in background it doesnt go in background, despite the wait i put below the whil loop it goes forward even before the process put in background is completed. cat abc.txt | while read -u4 line do #if line contains #... (2 Replies)
Discussion started by: mihirvora16
2 Replies

2. Shell Programming and Scripting

wait command - cat it wait for not-chile process?

Did not use 'wait' yet. How I understand by now the wait works only for child processes, started background. Is there any other way to watch completion of any, not related process (at least, a process, owned by the same user?) I need to start a background process, witch will be waiting... (2 Replies)
Discussion started by: alex_5161
2 Replies

3. Shell Programming and Scripting

Need to execute 2 scripts, wait, execute 2 more wait, till end of file

:cool: I need to execute a shell script to do the following: cat a file run two back ground processes using the first two values from the file wait till those background processes finish run two more background processes using the next two values from the file wait till those background... (1 Reply)
Discussion started by: halo98
1 Replies
Login or Register to Ask a Question