Results 1 to 39 of 39

Thread: Following the Bilski Case

  1. #1

    Thread Starter
    Hyperactive Member Maven's Avatar
    Join Date
    Feb 2003
    Location
    Greeneville, TN
    Posts
    322

    Following the Bilski Case

    Unless someone is living under a rock, he or she has heard of the Bilski case before the supreme court. The case is important because it has implications for software and business method patents in the United States. So the case is very important for any programmer.

    I personally hope the supreme court puts the smack down on software patents, but I'm not sure it will happen. But one can hope!

    How do you think it will turn out, and have you been following the case?
    Education is an admirable thing, but it is well to remember from time to time that nothing that is worth knowing can be taught. - Oscar Wilde

  2. #2
    Lively Member homer13j's Avatar
    Join Date
    Nov 2003
    Location
    Ohio Turnpike Exit 173
    Posts
    80

    Re: Following the Bilski Case

    Evidently I have been living under a rock...

  3. #3

    Thread Starter
    Hyperactive Member Maven's Avatar
    Join Date
    Feb 2003
    Location
    Greeneville, TN
    Posts
    322

    Re: Following the Bilski Case

    Quote Originally Posted by homer13j View Post
    Evidently I have been living under a rock...
    If you're a programmer who plans to distribute software, you should pay very close attention to the case. Why? Software programmers are currently running very high legal risks when they distribute software.

    A lot of people don't even realize that they are a software company in a legal sense. For example, people who run blogs are acting as a software company. If the blogger uses a patented piece of html code, he or she could be sued for patent infringement. Any and all web sites owners are acting as software companies. Visual basic programmers who release software to the public are acting as a software company too =P
    Education is an admirable thing, but it is well to remember from time to time that nothing that is worth knowing can be taught. - Oscar Wilde

  4. #4
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: Following the Bilski Case

    I am going to patent if, then, else, elseif.

  5. #5
    The Devil crptcblade's Avatar
    Join Date
    Aug 2000
    Location
    Quetzalshacatenango
    Posts
    9,091

    Re: Following the Bilski Case

    What's a software?
    Laugh, and the world laughs with you. Cry, and you just water down your vodka.


    Take credit, not responsibility

  6. #6
    Frenzied Member MaximilianMayrhofer's Avatar
    Join Date
    Aug 2007
    Location
    IM IN YR LOOP
    Posts
    2,001

    Re: Following the Bilski Case

    Quote Originally Posted by crptcblade
    What's a software?
    I think it's when you ask for directions very quietly.

  7. #7
    Addicted Member
    Join Date
    Dec 2006
    Location
    Between Try & Catch
    Posts
    249

    Re: Following the Bilski Case

    Quote Originally Posted by dclamp View Post
    I am going to patent if, then, else, elseif.
    I'm going to patent the Select Case statement.
    If my post helped you, please rate it!

    Languages: VB/ASP.NET 2005, C# 2008,VB6
    Databases: Oracle (knowledge not currently in use), DB2

    FROM Customers
    WHERE We_Know_What_We_Want <> DB.Null
    SELECT *
    0 rows returned

  8. #8
    Addicted Member pcuser's Avatar
    Join Date
    Jun 2008
    Posts
    219

    Re: Following the Bilski Case

    I'm going to patent End If

  9. #9
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: Following the Bilski Case

    Just don't try to patent IsNot, MS holds that one already

    http://appft1.uspto.gov/netacgi/nph-...DN/20040230959

  10. #10
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: Following the Bilski Case

    i laughed haha

  11. #11
    Frenzied Member
    Join Date
    Apr 2009
    Location
    CA, USA
    Posts
    1,516

    Re: Following the Bilski Case

    Apparently I've been under a rock too. Patent law has always seemed like so much BS to me when you get people patenting extremely generic things like "digital transmission of text" and then go sue anyone who sends email, has a web page, uses Twitter, etc.

  12. #12
    Pro Grammar chris128's Avatar
    Join Date
    Jun 2007
    Location
    England
    Posts
    7,604

    Re: Following the Bilski Case

    I have also been living under a rock it seems...

    As for MS holding the patent for IsNot, I thought they got that refused
    EDIT: Oh no I think a lot of other companies just complained about it: http://www.geek.com/articles/news/mi...tent-20050223/
    Last edited by chris128; Jan 6th, 2010 at 05:27 PM.
    My free .NET Windows API library (Version 2.2 Released 12/06/2011)

    Blog: cjwdev.wordpress.com
    Web: www.cjwdev.co.uk


  13. #13
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: Following the Bilski Case

    Quote Originally Posted by chris128 View Post
    I have also been living under a rock it seems...

    As for MS holding the patent for IsNot, I thought they got that refused
    maybe it did. I never heard anything about it more than they filed it.

  14. #14
    Powered By Medtronic dbasnett's Avatar
    Join Date
    Dec 2007
    Location
    Jefferson City, MO
    Posts
    9,897

    Re: Following the Bilski Case

    The question:
    "Whether the Federal Circuit erred by holding that a "process" must be tied to a
    particular machine or apparatus, or transform a particular article into a different
    state or thing ("machine-or-transformation" test), to be eligible for patenting under
    35 U.S.C. § 101, despite this Court's precedent declining to limit the broad statutory
    grant of patent eligibility for "any" new and useful process beyond excluding patents
    for "laws of nature, physical phenomena, and abstract ideas."

    Whether the Federal Circuit's "machine-or-transformation" test for patent eligibility,
    which effectively forecloses meaningful patent protection to many business
    methods, contradicts the clear Congressional intent that patents protect "method[s]
    of doing or conducting business." 35 U.S.C. § 273"
    My First Computer -- Documentation Link (RT?M) -- Using the Debugger -- Prime Number Sieve
    Counting Bits -- Subnet Calculator -- UI Guidelines -- >> SerialPort Answer <<

    "Those who use Application.DoEvents have no idea what it does and those who know what it does never use it." John Wein

  15. #15
    Powered By Medtronic dbasnett's Avatar
    Join Date
    Dec 2007
    Location
    Jefferson City, MO
    Posts
    9,897

    Re: Following the Bilski Case

    OralArgumentTranscript

    My guess is that they will uphold the ruling of the Federal Circuit.
    Last edited by dbasnett; Jan 6th, 2010 at 07:38 PM.
    My First Computer -- Documentation Link (RT?M) -- Using the Debugger -- Prime Number Sieve
    Counting Bits -- Subnet Calculator -- UI Guidelines -- >> SerialPort Answer <<

    "Those who use Application.DoEvents have no idea what it does and those who know what it does never use it." John Wein

  16. #16
    Frenzied Member MaximilianMayrhofer's Avatar
    Join Date
    Aug 2007
    Location
    IM IN YR LOOP
    Posts
    2,001

    Re: Following the Bilski Case

    That was completely unintelligible.

  17. #17
    Powered By Medtronic dbasnett's Avatar
    Join Date
    Dec 2007
    Location
    Jefferson City, MO
    Posts
    9,897

    Re: Following the Bilski Case

    Justice Thomas said that he found oral argument not to be useful, that the real work was in the brief's filed. Bet they are fun to read.
    My First Computer -- Documentation Link (RT?M) -- Using the Debugger -- Prime Number Sieve
    Counting Bits -- Subnet Calculator -- UI Guidelines -- >> SerialPort Answer <<

    "Those who use Application.DoEvents have no idea what it does and those who know what it does never use it." John Wein

  18. #18
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: Following the Bilski Case

    i patented the internet.

  19. #19
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: Following the Bilski Case

    and port 80

  20. #20
    Addicted Member pcuser's Avatar
    Join Date
    Jun 2008
    Posts
    219

    Re: Following the Bilski Case

    3. The system of claim 1, wherein the operator is IsNot.
    So is it the operator or is it not?

    i patented the internet.
    You can't do that, Al Gore invented it.

  21. #21

    Thread Starter
    Hyperactive Member Maven's Avatar
    Join Date
    Feb 2003
    Location
    Greeneville, TN
    Posts
    322

    Re: Following the Bilski Case

    Quote Originally Posted by dbasnett View Post
    OralArgumentTranscript

    My guess is that they will uphold the ruling of the Federal Circuit.
    I'm not so sure. In fact, the case may very well go the other way. Software programmers in general are mostly uninformed on patent law, and the general public is down right ignorant of it.

    Anyway, I'm obviously wishing for a more conservative standing on patents, but I'm very doubtful.
    Education is an admirable thing, but it is well to remember from time to time that nothing that is worth knowing can be taught. - Oscar Wilde

  22. #22

    Thread Starter
    Hyperactive Member Maven's Avatar
    Join Date
    Feb 2003
    Location
    Greeneville, TN
    Posts
    322

    Re: Following the Bilski Case

    Quote Originally Posted by pcuser View Post
    You can't do that, Al Gore invented it.
    Al Gore did invent the internet from a policy perspective. The internet use to be a military program, and it was called APARANET.
    Education is an admirable thing, but it is well to remember from time to time that nothing that is worth knowing can be taught. - Oscar Wilde

  23. #23
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: Following the Bilski Case

    al gore also invented oxygen.

  24. #24

    Thread Starter
    Hyperactive Member Maven's Avatar
    Join Date
    Feb 2003
    Location
    Greeneville, TN
    Posts
    322

    Re: Following the Bilski Case

    Quote Originally Posted by dclamp View Post
    al gore also invented oxygen.
    Al Gore was spun on the internet comment. Unfortunately, a good spin is equivalent to truth for most people.
    Education is an admirable thing, but it is well to remember from time to time that nothing that is worth knowing can be taught. - Oscar Wilde

  25. #25
    VB Addict Pradeep1210's Avatar
    Join Date
    Apr 2004
    Location
    Inside the CPU...
    Posts
    6,614

    Re: Following the Bilski Case

    Quote Originally Posted by dclamp View Post
    I am going to patent if, then, else, elseif.
    ok I'll take Class, Sub, Function and Dim
    Pradeep, Microsoft MVP (Visual Basic)
    Please appreciate posts that have helped you by clicking icon on the left of the post.
    "A problem well stated is a problem half solved." — Charles F. Kettering

    Read articles on My Blog101 LINQ SamplesJSON ValidatorXML Schema Validator"How Do I" videos on MSDNVB.NET and C# ComparisonGood Coding PracticesVBForums Reputation SaverString EnumSuper Simple Tetris Game


    (2010-2013)
    NB: I do not answer coding questions via PM. If you want my help, then make a post and PM me it's link. If I can help, trust me I will...

  26. #26
    Powered By Medtronic dbasnett's Avatar
    Join Date
    Dec 2007
    Location
    Jefferson City, MO
    Posts
    9,897

    Re: Following the Bilski Case

    Mr. Gore said "I took the initiative in creating the Internet". The HPCCA of 1991, in my opinion, only sped up the inevitable. Gore was putting a little spin on his involvement.
    My First Computer -- Documentation Link (RT?M) -- Using the Debugger -- Prime Number Sieve
    Counting Bits -- Subnet Calculator -- UI Guidelines -- >> SerialPort Answer <<

    "Those who use Application.DoEvents have no idea what it does and those who know what it does never use it." John Wein

  27. #27
    PowerPoster Jenner's Avatar
    Join Date
    Jan 2008
    Location
    Mentor, OH
    Posts
    3,712

    Re: Following the Bilski Case

    Patents have no use, value, or necessity in this century. I say burn the patent offices. They serve no other purpose in this day and age except to feed scamming patent trolls and distribute money from good companies into the pockets of sleazy patent lawyers.

    At best, patents should be restricted only to hard, physical objects and devices. No more "idea" patents. Patents are medieval thinking in the Information Age.
    My CodeBank Submissions: TETRIS using VB.NET2010 and XNA4.0, Strong Encryption Class, Hardware ID Information Class, Generic .NET Data Provider Class, Lambda Function Example, Lat/Long to UTM Conversion Class, Audio Class using BASS.DLL

    Remember to RATE the people who helped you and mark your forum RESOLVED when you're done!

    "Two things are infinite: the universe and human stupidity; and I'm not sure about the universe. "
    - Albert Einstein

  28. #28
    Fanatic Member
    Join Date
    Aug 2009
    Posts
    540

    Re: Following the Bilski Case

    APARANET
    You mean ARPANET?
    Where I'm from we only have one bit of advice for new comers: "If you hear banjos, turn and run".


    VS 2008 .NetFW 2.0

  29. #29
    Frenzied Member MaximilianMayrhofer's Avatar
    Join Date
    Aug 2007
    Location
    IM IN YR LOOP
    Posts
    2,001

    Re: Following the Bilski Case

    Aparapararanet.

  30. #30
    Super Moderator FunkyDexter's Avatar
    Join Date
    Apr 2005
    Location
    An obscure body in the SK system. The inhabitants call it Earth
    Posts
    7,957

    Re: Following the Bilski Case

    I'm going to patent All Ur Base
    The best argument against democracy is a five minute conversation with the average voter - Winston Churchill

    Hadoop actually sounds more like the way they greet each other in Yorkshire - Inferrd

  31. #31
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,109

    Re: Following the Bilski Case

    Yes, APARANET was the information system used to trap ghosts, poltergeists, poultrygeists, zeitgeists and other such things.

    The "I created the internet" quote was actually coined by a conservative commentator in NH. What Gore actually said was correct, even Newt stated that. Would it have happened anyways? Perhaps it would have been like operating systems and mobile phones, where the entire world came together behind a single protocol...oh wait, maybe those were bad examples.
    My usual boring signature: Nothing

  32. #32
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,109

    Re: Following the Bilski Case

    Quote Originally Posted by FunkyDexter View Post
    I'm going to patent All Ur Base
    Then I will patent All Ur Acid, including Deoxyribonucleic Acid (or as much of that as is left).
    My usual boring signature: Nothing

  33. #33
    Fanatic Member EntityX's Avatar
    Join Date
    Feb 2007
    Location
    Omnipresence
    Posts
    798

    Re: Following the Bilski Case

    I'm also among those living under a rock. Is it ok if I patent rocks?
    Make as many mistakes as you can as quickly as you can. We want to make sure that we make a great enough number of mistakes in a given amount of time so that we can be successful.

    "Persistence is the magic of success." Paramahansa Yogananda

  34. #34
    Super Moderator FunkyDexter's Avatar
    Join Date
    Apr 2005
    Location
    An obscure body in the SK system. The inhabitants call it Earth
    Posts
    7,957

    Re: Following the Bilski Case

    Patent Rocks in the...
    Hot Sun
    I fought the law and the...
    Law Won
    The best argument against democracy is a five minute conversation with the average voter - Winston Churchill

    Hadoop actually sounds more like the way they greet each other in Yorkshire - Inferrd

  35. #35
    Frenzied Member oceanebelle's Avatar
    Join Date
    Jun 2005
    Location
    my n00k.
    Posts
    1,064

    Re: Following the Bilski Case

    I've only recently heard of a patent that involves software during a yearly team christmas lunch.

    It's basically to do with a company holding a patent for "Backchat" of an IRC based Messaging platform used in big banks. That is, being able to search historical message from the Messaging system. This company and their software is now bought by Microsoft and so Microsoft now owns this patent.

    I find this baffling indeed that a generic capability has been patented and so others that may have a better implementation or a different more efficient approach might get sued.

  36. #36
    Powered By Medtronic dbasnett's Avatar
    Join Date
    Dec 2007
    Location
    Jefferson City, MO
    Posts
    9,897

    Re: Following the Bilski Case

    My First Computer -- Documentation Link (RT?M) -- Using the Debugger -- Prime Number Sieve
    Counting Bits -- Subnet Calculator -- UI Guidelines -- >> SerialPort Answer <<

    "Those who use Application.DoEvents have no idea what it does and those who know what it does never use it." John Wein

  37. #37

    Thread Starter
    Hyperactive Member Maven's Avatar
    Join Date
    Feb 2003
    Location
    Greeneville, TN
    Posts
    322

    A few other things to watch

    Here is two more important things to watch:

    1. The ACTA trade agreement.
    http://www.eff.org/issues/acta
    http://www.fsf.org/campaigns/acta/

    This trade agreement comes up in the senate in 2010. I wouldn't be surprised if it is not held behind closed doors because up to this point, it has been very secretive.

    2. Net Neutrality
    The FCC is suppose to issues some rules on this subject. I think it will be interesting to see how this develops because it will offer insight into to the future of the internet.

    Are we going to have a more controlled internet or are we going to have a open internet?

    I think its very likely we will see a more controlled internet in the future. The Obama administration has been backing away from net neutrality, and a sizable number of democrats opposed the concept. The telecommunications industry is not content with being dumb pipes, and it is very powerful. At some point, people will have to pay extra to visit sites like vbforums.
    Education is an admirable thing, but it is well to remember from time to time that nothing that is worth knowing can be taught. - Oscar Wilde

  38. #38
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906

    Re: Following the Bilski Case

    If you are working on the darker side of the law then patents are the dust you blow away before opening the box of treasure. Its a device that allows lawyers to make money (not its original intention). For that reason I doubt they'll be going anywhere soon?
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

  39. #39
    Hyperactive Member
    Join Date
    Oct 2007
    Location
    Godzone, oops Oz
    Posts
    355

    Re: Following the Bilski Case

    Quote Originally Posted by crptcblade View Post
    What's a software?
    What you get after drinking a lot of alcohol

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width