LWN: Comments on "Fun patent of the day" https://lwn.net/Articles/295175/ This is a special feed containing comments posted to the individual LWN article titled "Fun patent of the day". en-us Wed, 12 Nov 2025 18:47:44 +0000 Wed, 12 Nov 2025 18:47:44 +0000 https://www.rssboard.org/rss-specification lwn@lwn.net --keep https://lwn.net/Articles/296331/ https://lwn.net/Articles/296331/ liamh <div class="FormattedComment"> Yes, --keep. I always thought this was a great feature of xdvi. Since I have changed over exclusively to making pdfs (pdflatex), I miss this feature as xpdf does not seem to have anything equivalent. It's annoying to have to recenter the page every time a new page is displayed.<br> <p> Liam<br> </div> Sun, 31 Aug 2008 20:36:16 +0000 Don't forget KSR v. Teleflex https://lwn.net/Articles/295939/ https://lwn.net/Articles/295939/ lysse <div class="FormattedComment"> Um, I think this one might have other grounds for invalidity besides obviousness...<br> </div> Thu, 28 Aug 2008 12:28:35 +0000 Fun patent of the day https://lwn.net/Articles/295435/ https://lwn.net/Articles/295435/ jedbrown <div class="FormattedComment"> -keep (.keepPosition) Sets a flag to indicate that xdvi should not move to the home position when moving to a new page. See also the ‘k' keystroke. This flag is only honoured by the up() and down() actions, not by up-or-previous() and down-or-next().<br> <p> </div> Mon, 25 Aug 2008 19:08:40 +0000 Brought to you by... https://lwn.net/Articles/295420/ https://lwn.net/Articles/295420/ WeiMarr <div class="FormattedComment"> "Maybe, this was brought to you by the same idiots who made the Page Up key move a page down."<br> <p> ;-)<br> Cited as found in a newsgroup (<a rel="nofollow" href="http://groups.google.de/group/sci.image.processing/browse_thread/thread/c6e81511fdcf0a24/82981264d4c482e6">http://groups.google.de/group/sci.image.processing/browse...</a>)<br> </div> Mon, 25 Aug 2008 18:04:31 +0000 Fun patent of the day https://lwn.net/Articles/295346/ https://lwn.net/Articles/295346/ forthy <p>Actually, the xdvi I've here scrolls back to the top left of the page on pgup/dn. But gv does it exactly as described, and how old is gv? Development started 1992. The current version is from 1997, this program is too good to need an update ;-).</p> Mon, 25 Aug 2008 08:52:43 +0000 Fun patent of the day https://lwn.net/Articles/295306/ https://lwn.net/Articles/295306/ ibukanov <div class="FormattedComment"> <font class="QuotedText">&gt; That's right, MS was claiming symbolic links as an "innovation".</font><br> <p> Surely that was an innovation, since it was not just a symbolic link, but a symbolic link on NTFS! It must be greatest thought ever.<br> </div> Sat, 23 Aug 2008 21:16:43 +0000 Fun patent of the day https://lwn.net/Articles/295287/ https://lwn.net/Articles/295287/ flewellyn <div class="FormattedComment"> This is almost as hilarious as what I read about back in 1999, concerning the new "innovation" Microsoft had for NTFS on Windows 2000: the "disk file pointer", a file which acted as a transparent link to another file.<br> <p> That's right, MS was claiming symbolic links as an "innovation". It's a wonder they didn't try to patent the idea then.<br> </div> Sat, 23 Aug 2008 15:24:43 +0000 Fun patent of the day https://lwn.net/Articles/295224/ https://lwn.net/Articles/295224/ jonquark <div class="FormattedComment"> IIRC This mode is called CSR on a zOS box (mainframe)<br> </div> Fri, 22 Aug 2008 23:53:47 +0000 Don't forget KSR v. Teleflex https://lwn.net/Articles/295206/ https://lwn.net/Articles/295206/ dmarti <a href="http://en.wikipedia.org/wiki/KSR_v._Teleflex">KSR v. Teleflex</a> puts the legal definition of "obvious" closer to the obvious definition of "obvious" so a lot of the lower-quality software patents are worthless now, probably including this one. <p>Thousands of lawyers, decades of work, all for nothing. <p>[[tag haha]] Fri, 22 Aug 2008 19:26:34 +0000 Fun patent of the day https://lwn.net/Articles/295205/ https://lwn.net/Articles/295205/ gjvo <div class="FormattedComment"><pre> I think xdvi has had this behaviour for as long as I have used it - late 1980s or so. </pre></div> Fri, 22 Aug 2008 19:14:33 +0000 Fun patent of the day https://lwn.net/Articles/295184/ https://lwn.net/Articles/295184/ kirkengaard <div class="FormattedComment"><pre> Alright, I suppose I can see the value in making the paging interface more word-processor intuitive, as in "page" = one standard-sized paper piece. Which is essentially re-granularizing the idea of document paging to be paper-page-compliant, as opposed to more/less where the paging distance is based on display length (arguably more sensible for the form). But *patenting* such an obvious notion -- especially in the growing legal environment of invalidity for "doing the above method in software on a computer" -- seems ridiculous! You're going to license the idea of interpreting paging commands according to the actual pages of a document? Amazon.com is calling, they want their lawsuit back. Now, who do we know that might have done this before 2005? Adobe? Some other PDF-viewer (like one of ours, where a documented commit might exist)? Abstracting out the generic elements of a) software on storage medium, b) executed in a computing environment, and the fact that c) you can't patent math (the equations by which they calculate position and distance), the specific elements of the patent seem to be a properly-constructed program/set of programs that displays a document, calculates position and distance in pixels based on zoom level (which are also a detail that might be generic and abstractable), and responds to PGUP/PGDN events by moving the current view to the same relative location on the next or previous print-page representation. For bonus points, they cover the idea of having variable page sizes within a document, and accounting for program-generated white-space in the display view. IOW, it seems they're patenting any piece of software that does print-page-size calculations on generic hardware using the normal display unit of measure, can be configured to respond to PGUP/PGDN with print-page granularity on decrement/increment, and has some of the bugs of GUI implementation worked out. </pre></div> Fri, 22 Aug 2008 18:32:44 +0000 They are patenting a formula https://lwn.net/Articles/295187/ https://lwn.net/Articles/295187/ JoeBuck Looking at the claims, it appears that they all depend on the use of the following formula: <blockquote> {[(p-1)/c]h}+r, where p is equal to the number of pages in the document, c is equal to the number of columns of the document which are simultaneously displayed, h is equal to the height of at least the first page, and r is equal to the row offset of the starting point of the first page ... </blockquote> Fri, 22 Aug 2008 17:35:23 +0000 Fun patent of the day https://lwn.net/Articles/295179/ https://lwn.net/Articles/295179/ martinfick <div class="FormattedComment"><pre> Uh oh, better scrounge the kernel to remove any patent infringements of this one! ;) </pre></div> Fri, 22 Aug 2008 17:14:45 +0000