Paul Allen's Complaint Against the World, as text

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Paul Allen's Complaint Against the World, as text
# 1  
Old 08-30-2010
Paul Allen's Complaint Against the World, as text

So, do you hate software patents yet, now that you've read about Paul Allen's patent infringement lawsuit against the world and his dog?
I think it ought to inspire you, reading Allen's complaint [PDF], that it might get you to the tipping point, or at least help you to understand why most engineers do hate software patents, because they are a drain on the economy and a hindrance to innovation. So we did Allen's complaint as text, sort of as Exhibit A, shall we say, illustrating the point.
But if you can figure out precisely what this litigation is about from this complaint, what the defendants are alleged to have done wrong, you are doing better than I am. It's unbelievably vague.
So are the patents. What is it that these patents do? What's the process or method? I mean, "Alerting Users to Items of Current Interest", a patent on a system for recommending things that might interest you based on your interest in something else? How's this for prior art? When I go to the local hamburger joint, they ask me if I want fries with my burger.

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
Text::PDF::TTFont(3pm)					User Contributed Perl Documentation				    Text::PDF::TTFont(3pm)

NAME
Text::PDF::TTFont - Inherits from Text::PDF::Dict and represents a TrueType font within a PDF file. DESCRIPTION
A font consists of two primary parts in a PDF file: the header and the font descriptor. Whilst two fonts may share font descriptors, they will have their own header dictionaries including encoding and widhth information. INSTANCE VARIABLES
There are no instance variables beyond the variables which directly correspond to entries in the appropriate PDF dictionaries. METHODS
Text::PDF::TTFont->new($parent, $fontfname, $pdfname, %opts) Creates a new font resource for the given fontfile. This includes the font descriptor and the font stream. The $pdfname is the name by which this font resource will be known throught a particular PDF file. All font resources are full PDF objects. $t->width($text) Measures the width of the given text according to the widths in the font $t->trim($text, $len) Trims the given text to the given length (in per mille em) returning the trimmed text $t->out_text($text) Indicates to the font that the text is to be output and returns the text to be output $f->copy Copies the font object excluding the name, widths and encoding, etc. TITLE
Text::PDF::TTIOString - internal IO type handle for string output for font embedding. This code is ripped out of IO::Scalar, to save the direct dependence for so little. See IO::Scalar for details perl v5.8.8 2006-09-09 Text::PDF::TTFont(3pm)