Slashdot Mirror


WebSense Patents Censorware System

Matthew Skala writes "As reported in SiliconValley.internet.com, filtering-software vendor Websense has received US Patent 6,606,659 on a "System and method for controlling access to internet sites". The new features in the patented system seem to revolve around using time limits instead of filtering sites out entirely; offering users a choice of viewing a site and having it logged, or not viewing it; and a scheme for automatically categorizing sites that looks very much like the "Bayesian filters" we've heard so much about in recent weeks. You may be interested in the filtering company's press release about their patent, or my own view."

20 of 179 comments (clear)

  1. Yipee by Realistic_Dragon · · Score: 3, Insightful

    If internet filters are going to cost money, then maybe schools and libraries will stop using them.

    My local library blocks out anything to do with pregnancy (like the council run pregnancy advice service), anything with chat in the domain name (like the casual chat web forum) but doesn't block goatse.cx. Go figure.

    The only news that could be better is that someone had patented spam emailling and was taking every spammer in the world to court.

    --
    Beep beep.
    1. Re:Yipee by moosesocks · · Score: 4, Funny

      but doesn't block goatse.cx. Go figure.

      Imagine the look on the librarian's face. Honestly.
      Anybody who goes there volluntarily is nuts, but in a library!!!???

      --
      -- If you try to fail and succeed, which have you done? - Uli's moose
  2. Prior art? by StewedSquirrel · · Score: 5, Interesting

    Can anyone comment on the existance of prior "software" using these features. I seem to recall a "time limiting" software designed for Windows 3.1 back in around 1994 or 1995. There have been "filtering" software utilities for longer than that.

    Is this another example of the abuse of software patents? I think I might move to the EU (assuming they stay sane and reject the ability to restrict software development through patents).

    Stewey

    --
    There are 10 kinds of people in the world. Those who understand binary and those who don't.
    1. Re:Prior art? by Shivaji+Maharaj · · Score: 4, Informative

      I have experienced first hand internet access policies based on time of the day. When i was working at a CMM Level 5 company, we were not allowed to surf during office hours ( 9 AM to 6 PM ) and the proxy itself was open between 7 AM to 7 PM weekdays.

      --
      We do not have a history of profitable operations. Our future SCOsource licensing revenue is uncertain.
  3. Good by Anonymous Coward · · Score: 5, Insightful

    I don't want to use a censorware application anyway. Hopefully they price things high so that other people won't use them, an in particular, so that the government won't use them (in libraries, etc).

  4. Dear god by JVert · · Score: 5, Interesting

    What about all those people who burned karma saying they wanted to protect our freedom by patenting censorship? You thought they were crazy didn't you?

  5. How is this different from the access control? by another_ganesha · · Score: 5, Interesting

    I've been using the same basic web site access control algorithm for years. A description of my code reads very similar to the abstract.

    My system maintains a database of Internet files, (not sites, though I don't know what the difference would be...)
    My system does not limit the number of visits to a category a limited number of times, however, it does limit to download links once per user, which is (probably the same thing).
    My system allows users to request access, and then have access granted.
    I don't log which pages/sites users visit, but I know many apps that do (like nuke).

    I'm not a patent attorney, does this mean that my access control code violates the patent?

    Truly bizarre.

  6. Shhh!!! by soliaus · · Score: 3, Funny

    ...dont tell them about a firewall, its a super-secret secret.

    --
    Speaking at Defcon 12 - Credit Card Networks Revisted: Pen
  7. prior art? by SHEENmaster · · Score: 4, Interesting

    AOL can censor sites, and their bundled spyware logs where you go if you circumvent the block. Same thing?

    --
    You can't judge a book by the way it wears its hair.
  8. This story is a troll by JohnGrahamCumming · · Score: 4, Interesting

    The story seems to have almost no merit at all. it's YASAAP: yet another story about a patent. OK, so the patent office issued a patent that lots of people are going to think was either (a) obvious or (b) invalid because of prior art. Is /. going to start mainlining the output of the patent office to come up with stories?

    We already know that the patent office is issuing what seem like silly patents, and we already know we'd like them to stop.

    Does this particular story add anything to the debate or is it just a troll?

    John.

  9. Adopt a Patent by David_Bloom · · Score: 3, Funny
    Patenting internet filtering?
    Seems everything's patentable nowadays.

    Can someone do me a favor and patent DRM? and closed-source? and antitrust? and that stupid L-shaped enter key?

    --

    Karma: Excellent (fuck, even in the future moderation doesn't work!)
  10. Prior art: Novell Netware - in 1994. by Anonymous Coward · · Score: 5, Informative

    I helped to sysadmin a Novell Netware installation back when I was at high school in '94.

    I seem to remember that they had a time limiting system. Per user, you could set when that user was allowed to log on and access the network.

    We used it make sure that users couldn't access the network when they weren't supposed to be able to - so kids didn't share their accounts with others or access the network outside of the allowed times (after hours unsupervised, etc).

    I'm not sure how this would relate to the patent (I'm not a patent lawyer), but this was a form of network censorship based on time.

  11. U.S.? Not internationally? by axxackall · · Score: 3, Interesting

    I guess in the rest of the world outside of USA (is Canada included?) we can be live just fine, keeping our development of similar web applications without paying any fee to the company, which has just abused even further unfamous American IP laws.

    --

    Less is more !
  12. WebSense filtering by TLouden · · Score: 3, Informative

    My school district uses WebSense to block out 'inappropriate' sites which includes porn, and instructions on making bombs as well as gaming and chat sites. It's pretty damned easy to bypass. Just find the google cache OR if pictures/files are needed find the foriegn version of the site. The de extension seems to be really good for downloads. Another idea would be to setup your own web server which had a form so that you could give it the URL of the site you wanted and it would then dl everything and serve it up under http://yourip/website_ext/
    Something like this would require replacing all the hyperlinks but that's not too difficult.
    Can anyone tell me if their filters check port 81? 45? etc?

    --
    -Tim Louden
  13. Not the first time they've done this! by Anonymous Coward · · Score: 5, Insightful
    They have lots of trivial patents. I've personally come across one of their patents when developing CPU-usage limiting software for terminal server environments. (Hence the anonymous post, I'm trying to avoid legal action)

    The patent is GB2366891. The crux of it is that programs that use more than a certain percentage of the CPU (eg: 50%) are incrementally slowed down by quickly pausing/unpausing their threads at short intervals until their CPU usage is reduced below the threshold.

    How does this qualify for a patent? It's self evident! Things like this have been done in real time control systems (software and physical) for decades. It is nothing more than a high-frequency 1-bit DAC controller. Just because instead of controlling chemical reaction rates, the system is used for controlling processor usage, suddenly this method is worthy of a patent? Take a look at one of their diagrams. Is that the standard for new and inventive developments in the software industry? A flow chart with four, count them, four steps?

    The patent system needs an overhaul, and fast.

  14. Awareness... by mcrbids · · Score: 3, Insightful

    Does this particular story add anything to the debate or is it just a troll?

    It most certainly *does* add something. If you say something once, people will be very unlikely to remember it. If you say it twice, a few will remember it.

    If it's repeated every week or so for a year, most everybody will have gotten the point. It's called "repetition".

    I'll paraphrase Hitler: "Repeat a lie often enough and people will believe it to be true".

    Except, in this case, there's no lie, except maybe at the patent office.

    --
    I have no problem with your religion until you decide it's reason to deprive others of the truth.
  15. You're worried about that? by Qwell · · Score: 3, Interesting
    Try THIS on for size.

    PN/6618857

    And guess who it was?

    Somebody get my tinfoil hat, quick!

    --
    As of 10/06/03, I hate COBOL developers.
  16. Ah....patents by Anonymous+Crowhead · · Score: 5, Funny

    Here is a patent application for a pepper shaker shaped like a dog where the pepper comes out of the dog's ass. That's what is being patented: the fact that the pepper comes out of the dog's ass and that it can be called a 'pooper shaker'.

  17. Hah! by oogoliegoogolie · · Score: 3, Funny

    A day ago I received patent 6,606,659: The act of pressing the three keys Ctrl, Alt, & Delete on a keyboard simultaneously to achieve a desired effect.

    I believe your patent infringes on my patent so you must get permission to use those keys. In fact earlier I was issued patent 6,606,658, a patent that patents patent infringement. I will be expecting two big cheques. :)

  18. SquidGuard 1999-04-30 by jroysdon · · Score: 4, Interesting
    What date do we need to find prior art before?

    SquidGuard changelog

    1999-04-30 New time function: (leh)...


    Stupid lameness filter blocks me from posting more, but you can easily see it in the changelog.