POV-Ray : Newsgroups : povray.off-topic : Logic programming Server Time
1 Oct 2024 15:24:40 EDT (-0400)
  Logic programming (Message 21 to 30 of 68)  
<<< Previous 10 Messages Goto Latest 10 Messages Next 10 Messages >>>
From: Orchid XP v7
Subject: Re: Logic programming
Date: 27 Mar 2008 06:11:24
Message: <47eb80dc$1@news.povray.org>
Warp wrote:

>   Does that mean that usually when you write software it doesn't work?

Varies by complexity.

Trivially simple things almost always work. More difficult things 
sometimes work. Really hard things never work at all. (Remember that 
operating system I was going to write? Yeah, that got a long way...)

Yesterday, I successfully implemented something that certainly looks 
pretty complicated, and I'm impressed that it works. But then, I was 
impressed when I wrote my first ray tracer - until I realised that 
*everybody* writes ray tracers and nobody except me considers this to be 
a significant achievement... :-(

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


Post a reply to this message

From: Jim Henderson
Subject: Re: Logic programming
Date: 27 Mar 2008 09:56:09
Message: <47ebb589$1@news.povray.org>
On Thu, 27 Mar 2008 11:11:40 +0000, Orchid XP v7 wrote:

>  until I realised that
> *everybody* writes ray tracers and nobody except me considers this to be
> a significant achievement...

Bull.  (What you said, BTW, is commonly referred to as "hyperbole")

I don't write raytracers, and I have a lot of respect for anyone who 
manages to wrap their heads around the maths involved and has the coding 
skills to do so.

Jim


Post a reply to this message

From: Jim Henderson
Subject: Re: Logic programming
Date: 27 Mar 2008 09:56:36
Message: <47ebb5a4$1@news.povray.org>
On Thu, 27 Mar 2008 00:23:52 -0700, Chambers wrote:

> Jim Henderson wrote:
>> Language is a funny thing.  I heard the construct "is was" the other
>> day.  The context was "the question is was this the question?" (not
>> exactly, but in that structure).  Funny to listen to....
> 
> This is unstructured grammar.  You need to implement the structured /
> modular paradigm in order to improve legibility, efficacy, and general
> communicative success :)
> 
> In other words, "The question is, 'was this a question?'"

Well, yeah, but unless your name is Victor Borge, punctuation isn't 
something you hear (per se).

Jim


Post a reply to this message

From: Orchid XP v7
Subject: Re: Logic programming
Date: 27 Mar 2008 10:23:02
Message: <47ebbbd6$1@news.povray.org>
>>  until I realised that
>> *everybody* writes ray tracers and nobody except me considers this to be
>> a significant achievement...
> 
> Bull.

Elephant?

> (What you said, BTW, is commonly referred to as "hyperbole")

Oh. Right. I thought that was a kind of conic section?

> I don't write raytracers, and I have a lot of respect for anyone who 
> manages to wrap their heads around the maths involved and has the coding 
> skills to do so.

OK. Well apparently you're in the minority. It seems every time I talk 
about my various ray tracer programs, all anybody can say is "yeah, but 
it doesn't have feature X" or "oh, you're wasting your time, it'll never 
be as fast as Y" or "I think that's a stupid way to do it, why don't you 
give up now?" or...

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


Post a reply to this message

From: Stephen
Subject: Re: Logic programming
Date: 27 Mar 2008 10:29:49
Message: <h8fnu3lr092um0f18hqgpmds6ooi8qs1i1@4ax.com>
On Thu, 27 Mar 2008 15:23:17 +0000, Orchid XP v7 <voi### [at] devnull>
wrote:

>OK. Well apparently you're in the minority. 

No he is not. You impress me quite a bit. (Only your programming, you
understand :-)
-- 

Regards
     Stephen


Post a reply to this message

From: Orchid XP v7
Subject: Re: Logic programming
Date: 27 Mar 2008 11:16:10
Message: <47ebc84a@news.povray.org>
>> OK. Well apparently you're in the minority. 
> 
> No he is not. You impress me quite a bit. (Only your programming, you
> understand :-)

Damn. If only girls found Prolog sexy... I'd get laid! Laid, I say!! :-(

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


Post a reply to this message

From: Warp
Subject: Re: Logic programming
Date: 27 Mar 2008 11:25:06
Message: <47ebca62@news.povray.org>
Orchid XP v7 <voi### [at] devnull> wrote:
> OK. Well apparently you're in the minority. It seems every time I talk 
> about my various ray tracer programs, all anybody can say is "yeah, but 
> it doesn't have feature X" or "oh, you're wasting your time, it'll never 
> be as fast as Y" or "I think that's a stupid way to do it, why don't you 
> give up now?" or...

  Yeah, but yours is not made with the POV-Ray SDL. ;)

-- 
                                                          - Warp


Post a reply to this message

From: Orchid XP v7
Subject: Re: Logic programming
Date: 27 Mar 2008 11:34:31
Message: <47ebcc97$1@news.povray.org>
Warp wrote:

>   Yeah, but yours is not made with the POV-Ray SDL. ;)

OK, even *I* am forced to admit the sheer coolness of that one... ;-)

Would you be more impressed if I implemented Prolog in POV-Ray? I 
already implemented a Huffman decoder resulting in a self-extracting SDL 
file!

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


Post a reply to this message

From: Warp
Subject: Re: Logic programming
Date: 27 Mar 2008 11:50:51
Message: <47ebd06b@news.povray.org>
Orchid XP v7 <voi### [at] devnull> wrote:
> Damn. If only girls found Prolog sexy... I'd get laid! Laid, I say!! :-(

  I think there are easier ways to get laid than Prolog.

-- 
                                                          - Warp


Post a reply to this message

From: Darren New
Subject: Re: Logic programming
Date: 27 Mar 2008 11:54:10
Message: <47ebd132$1@news.povray.org>
Orchid XP v7 wrote:
> OK. Well apparently you're in the minority. It seems every time I talk 
> about my various ray tracer programs, all anybody can say is "yeah, but 
> it doesn't have feature X" or "oh, you're wasting your time, it'll never 
> be as fast as Y" or "I think that's a stupid way to do it, why don't you 
> give up now?" or...

Jealousy, or you're talking to people with a very narrow focus on their 
own lives as well. :-)

-- 
   Darren New / San Diego, CA, USA (PST)
     "That's pretty. Where's that?"
          "It's the Age of Channelwood."
     "We should go there on vacation some time."


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.