POV-Ray : Newsgroups : povray.off-topic : Adventures with digital painting Server Time
15 Nov 2024 18:25:18 EST (-0500)
  Adventures with digital painting (Message 171 to 180 of 197)  
<<< Previous 10 Messages Goto Latest 10 Messages Next 10 Messages >>>
From: Chambers
Subject: Re: Adventures with digital painting
Date: 14 Mar 2008 02:13:05
Message: <47da2581$1@news.povray.org>
Warp wrote:
> Darren New <dne### [at] sanrrcom> wrote:
>> Autoconf doesn't make C portable
> 
>   It only makes the C program to compile and work in a multitude of
> different architectures. Yeah, it doesn't make it portable, only portable.
> 

That's the idea behind metaprogramming, after all.  You write something 
that gets turned into code for whatever your actual situation is :)

-- 
...Ben Chambers
www.pacificwebguy.com


Post a reply to this message

From: Darren New
Subject: Re: Adventures with digital painting
Date: 14 Mar 2008 10:31:12
Message: <47da9a40@news.povray.org>
Nicolas Alvarez wrote:
> What do you do with the small section once you cut it? Can't you use 
> pipes to avoid so many temporary files?

We don't know which ones we're keeping until some time later. Normally 
about 10 hours later, if it's automated, or as much as a week if I let 
it pile up while I'm doing something else.

As for what we're doing with it, I'll have to defer answering that until 
our company goes "live" in a couple weeks.

http://www.skyclix.com/

-- 
   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

From: Darren New
Subject: Re: Adventures with digital painting
Date: 14 Mar 2008 10:34:55
Message: <47da9b1f$1@news.povray.org>
Chambers wrote:
> That's the idea behind metaprogramming, after all.  You write something 
> that gets turned into code for whatever your actual situation is :)

And if the metaprogramming was built into the compiler, I'd agree that C 
is nicely portable.  :-)

C isn't portable. C + autoconf + the dozen tools that autoconf depends 
on + knowing all the arcane invocations you need to include to use 
autoconf is what's portable.

I mean, heck, 6502 assembler is portable, if you write a program to 
interpret it on a bunch of other machines, yes?

-- 
   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

From: Gilles Tran
Subject: Re: Adventures with digital painting
Date: 14 Mar 2008 10:58:27
Message: <47daa0a3$1@news.povray.org>

47da9a40@news.povray.org...
> As for what we're doing with it, I'll have to defer answering that until 
> our company goes "live" in a couple weeks.
>
> http://www.skyclix.com/

According to Google it's about delivering targeted ads based on 
automagically recognised audio (rather than text) samples.

G.


-- 
*****************************
http://www.oyonale.com
*****************************
- Graphic experiments
- POV-Ray, Cinema 4D and Poser computer images
- Posters


Post a reply to this message

From: Jim Henderson
Subject: Re: Adventures with digital painting
Date: 14 Mar 2008 11:28:53
Message: <47daa7c5$1@news.povray.org>
On Thu, 13 Mar 2008 09:28:04 +0000, Invisible wrote:

>>> Tcl encodes all data types as strings. I've been bitten by this
>>> before... You write a Tcl script, it works fine, and then it
>>> encounters some input that happens to contain a curly-bracket or a
>>> dollar sign and Weird Crap happens...
>> 
>> That's one of the potential pitfalls with most scripting languages.
> 
> Now you know why I dislike scripting languages in general. ;-)

They work for what they're designed for - I use awk quite a bit, perl 
occasionally, and shell scripts on rare occasions.

But if I wanted to write something that was usuable by a general computer 
user, I'd look to develop in a compiled language, as a general rule.

Jim


Post a reply to this message

From: Orchid XP v7
Subject: Re: Adventures with digital painting
Date: 14 Mar 2008 13:38:40
Message: <47dac630$1@news.povray.org>
>> Now you know why I dislike scripting languages in general. ;-)
> 
> They work for what they're designed for - I use awk quite a bit, perl 
> occasionally, and shell scripts on rare occasions.
> 
> But if I wanted to write something that was usuable by a general computer 
> user, I'd look to develop in a compiled language, as a general rule.

The kind of tasks I typically want to do involve heavy number crunching. 
Scripting languages aren't terribly suitable to this...

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


Post a reply to this message

From: Darren New
Subject: Re: Adventures with digital painting
Date: 14 Mar 2008 15:26:30
Message: <47dadf76$1@news.povray.org>
Gilles Tran wrote:
> According to Google it's about delivering targeted ads based on 
> automagically recognised audio (rather than text) samples.

Damn. So much for "stealth mode."  Even our partners are ratting us out. :-)

-- 
   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

From: Gilles Tran
Subject: Re: Adventures with digital painting
Date: 14 Mar 2008 15:57:32
Message: <47dae6bc@news.povray.org>

47dadf76$1@news.povray.org...
> Gilles Tran wrote:
>> According to Google it's about delivering targeted ads based on 
>> automagically recognised audio (rather than text) samples.
>
> Damn. So much for "stealth mode."  Even our partners are ratting us out. 
> :-)

BTW I'm wondering what kind of audio input would be likely to cause a flow a 
Viagra ads via SMS. Will it recognise panting and moans? I can't wait for 
spammers to get hold of this technology ;)

G.


-- 
**********************
http://www.oyonale.com
**********************
- Graphic experiments
- POV-Ray, Cinema 4D and Poser computer art
- Posters


Post a reply to this message

From: Nicolas Alvarez
Subject: Re: Adventures with digital painting
Date: 14 Mar 2008 16:13:28
Message: <47daea78$1@news.povray.org>
Gilles Tran escribió:
> "Darren New" <dne### [at] sanrrcom> a �crit dans le message de news: 
> 47dadf76$1@news.povray.org...
>> Gilles Tran wrote:
>>> According to Google it's about delivering targeted ads based on 
>>> automagically recognised audio (rather than text) samples.
>> Damn. So much for "stealth mode."  Even our partners are ratting us out. 
>> :-)
> 
> BTW I'm wondering what kind of audio input would be likely to cause a flow a 
> Viagra ads via SMS. Will it recognise panting and moans?

Of course not. If there are moans, Viagra wasn't needed.

It will just recognize male voice saying "I swear this is the first time 
this happens to me". (or female voice saying "*that* is all?", etc; you 
get the idea).


Post a reply to this message

From: Gilles Tran
Subject: Re: Adventures with digital painting
Date: 14 Mar 2008 16:29:42
Message: <47daee46$1@news.povray.org>

message de news: 47daea78$1@news.povray.org...

>> "Darren New" <dne### [at] sanrrcom> a ?crit dans le message de news: 
>> 47dadf76$1@news.povray.org...
>>> Gilles Tran wrote:
>>>> According to Google it's about delivering targeted ads based on 
>>>> automagically recognised audio (rather than text) samples.
>>> Damn. So much for "stealth mode."  Even our partners are ratting us out. 
>>> :-)
>>
>> BTW I'm wondering what kind of audio input would be likely to cause a 
>> flow a Viagra ads via SMS. Will it recognise panting and moans?
>
> Of course not. If there are moans, Viagra wasn't needed.
>
> It will just recognize male voice saying "I swear this is the first time 
> this happens to me". (or female voice saying "*that* is all?", etc; you 
> get the idea).

Yes, but if the system is really smart it will detect the duration and 
intensity of the moans. For instance low intensity moans during less than 30 
s will get all your gizmos from cell-phones to PDAs to start flashing both 
penis enlargement and Viagra ads.

I just hope that the tech is smarter than Google Adsense, that still insists 
in displaying ads about "Free mature models of 1000s of Beautiful Mature 
Women" because my website contains 3D computer models.

G.


-- 
**********************
http://www.oyonale.com
**********************
- Graphic experiments
- POV-Ray, Cinema 4D and Poser computer art
- Posters


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.