POV-Ray : Newsgroups : povray.off-topic : Yet another reason why they shouldn't grant software patents Server Time
8 Oct 2024 20:49:57 EDT (-0400)
  Yet another reason why they shouldn't grant software patents (Message 22 to 31 of 81)  
<<< Previous 10 Messages Goto Latest 10 Messages Next 10 Messages >>>
From: Warp
Subject: Re: Yet another reason why they shouldn't grant software patents
Date: 18 Nov 2009 13:10:24
Message: <4b043890@news.povray.org>
Darren New <dne### [at] sanrrcom> wrote:
> Warp wrote:
> >   Isn't there a constitutional right to get free legal defence?

> Only in criminal cases. I.e., if the government arrests you and threatens to 
> put you in jail, then the presumptions are that the government (a) has so 
> many more resources than any individual could muster and (b) is supposed to 
> be working for the people anyway, so you get the free lawyer if you want.

> If Company A says Company B owes them money, then no, Company B doesn't get 
> any lawyers for free.

> Once again, it's protection from the government and not so much from each 
> other that's written into the constitution.

  So if a company sues you and you have no money to hire a lawyer, you lose
automatically regardless of whether you are guilty or not?

-- 
                                                          - Warp


Post a reply to this message

From: Darren New
Subject: Re: Yet another reason why they shouldn't grant software patents
Date: 18 Nov 2009 14:00:10
Message: <4b04443a$1@news.povray.org>
Warp wrote:
>   So if a company sues you and you have no money to hire a lawyer, you lose
> automatically regardless of whether you are guilty or not?

Or a lawyer will take it on contingency. Usually what you do in that case, 
assuming the company suing you doesn't have a good reason to do so, is you 
counter-sue the company for your expenses in defending the suit.

In any case, I don't know for sure how that all works. I just know it isn't 
in the constitution. :-)

Remember that all this "the company sues you" is state laws, so there are at 
least 53 different ways it can play out (50 states, district of columbia, 
federal rules that override state laws, and whatever territories we still 
have that aren't states).

But yeah, if you're too broke to hire a lawyer, chances are good you're too 
broke to be worth suing, too.  Plus, if the amount of money is small enough 
(like, $1000-$10,000 is the range of limits) then neither side gets to have 
a lawyer. That's "small claims court" you might have heard mentioned.

-- 
   Darren New, San Diego CA, USA (PST)
     Is God willing to prevent phrogams, but not able?
       Then he is not omnipotent.
     Is he able, but not willing, to prevent phrogams?
       Then he is malevolent.


Post a reply to this message

From: Jim Henderson
Subject: Re: Yet another reason why they shouldn't grant software patents
Date: 18 Nov 2009 14:18:25
Message: <4b044881$1@news.povray.org>
On Tue, 17 Nov 2009 21:32:59 -0700, Patrick Elliott wrote:

> They still search these things using filing cabinets and punch cards
> don't they?

I don't believe so - there's several publicly accessible PTO database 
search engines; IBM used to have one (don't know if they do any more) and 
I believe Google does as well now.

Jim


Post a reply to this message

From: Jim Henderson
Subject: Re: Yet another reason why they shouldn't grant software patents
Date: 18 Nov 2009 14:28:13
Message: <4b044acd$1@news.povray.org>
On Tue, 17 Nov 2009 20:35:01 -0800, Darren New wrote:

> I've never seen a UNIX system that would say "you can't delete that
> file, but do you know the password to any of these accounts that are in
> the same group as that file? If so, type it in."  That would be user
> friendly, and UNIX doesn't like user friendly. ;-)
> 
> Actually, it's more like a leak of security information you probably
> shouldn't be leaking. That's a joke.

That's an interesting view, actually - "you don't have permission to do 
this so authenticate as one of these users" does seem like a security 
breach to me - since it tells a hacker who they need to authenticate as 
in order to do 'x', the hacker can concentrate on that account.

Jim


Post a reply to this message

From: Jim Henderson
Subject: Re: Yet another reason why they shouldn't grant software patents
Date: 18 Nov 2009 14:28:39
Message: <4b044ae7$1@news.povray.org>
On Tue, 17 Nov 2009 21:39:33 -0300, Nicolas Alvarez wrote:

> Warp wrote:
>> Darren New <dne### [at] sanrrcom> wrote:
>>> Which doesn't happen with sudo, since there's only one privileged
>>> account.
>> 
>>   Actually you can create different accounts in unix, which may belong
>>   to
>> different groups which have different access privileges, and then you
>> can use sudo to perform a command with the privileges of any of those
>> accounts (not just the root account).
>> 
>>   (Granted, I don't know if graphical sudos allow you to do this in any
>> system, but at least the command-line version does.)
> 
> And there's even something called "PolicyKit" that lets you elevate
> enough privileges to execute one particular operation, instead of
> getting full- blown root access.

Yes, as well as things like SELinux and AppArmor which provide MAC.

Jim


Post a reply to this message

From: Jim Henderson
Subject: Re: Yet another reason why they shouldn't grant software patents
Date: 18 Nov 2009 14:29:39
Message: <4b044b23$1@news.povray.org>
On Wed, 18 Nov 2009 09:36:19 +0000, Invisible wrote:

> Trouble is, as I understand it, in the US the winner is always the side
> with the most money, regardless of the facts of the issue.

Not always the case, but certainly often is.  I know there are cases 
where the underdog has won in a patent infringement suit.

Jim


Post a reply to this message

From: Jim Henderson
Subject: Re: Yet another reason why they shouldn't grant software patents
Date: 18 Nov 2009 14:30:41
Message: <4b044b61$1@news.povray.org>
On Wed, 18 Nov 2009 11:00:03 -0800, Darren New wrote:

> But yeah, if you're too broke to hire a lawyer, chances are good you're
> too broke to be worth suing, too

That hasn't stopped RIAA....

Jim


Post a reply to this message

From: Orchid XP v8
Subject: Re: Yet another reason why they shouldn't grant software patents
Date: 18 Nov 2009 15:05:23
Message: <4b045383$1@news.povray.org>
>> But yeah, if you're too broke to hire a lawyer, chances are good you're
>> too broke to be worth suing, too
> 
> That hasn't stopped RIAA....

Different motivation.

-- 
http://blog.orphi.me.uk/
http://www.zazzle.com/MathematicalOrchid*


Post a reply to this message

From: Darren New
Subject: Re: Yet another reason why they shouldn't grant software patents
Date: 18 Nov 2009 16:09:19
Message: <4b04627f$1@news.povray.org>
Jim Henderson wrote:
> the hacker can concentrate on that account.

User-friendly is always in counterpoint to secure. No way around it.

-- 
   Darren New, San Diego CA, USA (PST)
     Is God willing to prevent phrogams, but not able?
       Then he is not omnipotent.
     Is he able, but not willing, to prevent phrogams?
       Then he is malevolent.


Post a reply to this message

From: Patrick Elliott
Subject: Re: Yet another reason why they shouldn't grant software patents
Date: 18 Nov 2009 16:33:55
Message: <4b046843@news.povray.org>
Jim Henderson wrote:
> On Tue, 17 Nov 2009 21:32:59 -0700, Patrick Elliott wrote:
> 
>> They still search these things using filing cabinets and punch cards
>> don't they?
> 
> I don't believe so - there's several publicly accessible PTO database 
> search engines; IBM used to have one (don't know if they do any more) and 
> I believe Google does as well now.
> 
> Jim
Yeah, well. One wonders, even with the unfortunate lack of funding and 
personnel you hear about. Some of this stuff just gets bloody stupid.

-- 
void main () {
   If Schrödingers_cat is alive or version > 98 {
     if version = "Vista" {
       call slow_by_half();
       call DRM_everything();
     }
     call functional_code();
   }
   else
     call crash_windows();
}

<A HREF='http://www.daz3d.com/index.php?refid=16130551'>Get 3D Models, 
3D Content, and 3D Software at DAZ3D!</A>


Post a reply to this message

<<< Previous 10 Messages Goto Latest 10 Messages Next 10 Messages >>>

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.