Slashdot Mirror


User: starback

starback's activity in the archive.

Stories
0
Comments
4
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 4

  1. Re:For what it's worth on Which Red Hat Should Be Worn in the Enterprise? · · Score: 1

    Also, even if you are prepared to upgrade every year, you would like to do that in a time of the year that is convenient for your organization. Therefore it would be so much better if RH upped the time to say 18 months instead of just a year.

  2. Re:And not just during the *install* on The State of GNU/Linux in 2002: It was Good. · · Score: 1

    You seem to assume that only one user will use the computer. That is true for many computers, but not
    all, by a long shot.

  3. Re:Fictional work as prior art on Do Patents Still Work? · · Score: 1

    Another example is when Danish inventor Karl Krøyer in 1964 was denied a patent on an idea to raise sunken ships because of an earlier Donald Duck comic book story by Carl Barks. (This happened in 1964, and the story was first published in 1949.)

  4. Prior art in Common Lisp on Popular (& Common Sense) Y2k Fix Patented · · Score: 1
    I guess there are lots of examples of prior art for this one. One of them is how "decoded time" in Common Lisp is interpreted, where the window depends on the current year:
    However, if this integer is between 0 and 99, the "obvious" year is used; more precisely, that year is assumed that is equal to the integer modulo 100 and within fifty years of the current year (inclusive backwards and exclusive forwards).
    [CLtL1, 1984]