Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

"How to make a million dollars: First, get a million dollars." -- Steve Martin


tech / sci.math / Re: Logistic Equation

SubjectAuthor
* Logistic Equationcasagiannoni
`* Re: Logistic EquationChris M. Thomasson
 `* Re: Logistic EquationYamawaki Tomonaga
  +- Re: Logistic EquationChris M. Thomasson
  `- Re: Logistic EquationChris M. Thomasson

1
Logistic Equation

<dvebfg14pcae9q87vt1mt4pkodbmshr0fa@4ax.com>

  copy mid

https://www.novabbs.com/tech/article-flat.php?id=67254&group=sci.math#67254

  copy link   Newsgroups: sci.math
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!newsreader4.netcologne.de!news.netcologne.de!peer02.ams1!peer.ams1.xlned.com!news.xlned.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!fx11.iad.POSTED!not-for-mail
From: casagian...@optimum.net
Newsgroups: sci.math
Subject: Logistic Equation
Message-ID: <dvebfg14pcae9q87vt1mt4pkodbmshr0fa@4ax.com>
User-Agent: ForteAgent/8.00.32.1272
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Lines: 5
X-Complaints-To: abuse@easynews.com
Organization: Forte - www.forteinc.com
X-Complaints-Info: Please be sure to forward a copy of ALL headers otherwise we will be unable to process your complaint properly.
Date: Mon, 19 Jul 2021 13:56:28 -0400
X-Received-Bytes: 859
 by: casagian...@optimum.net - Mon, 19 Jul 2021 17:56 UTC

See : https://postimg.cc/f3Rfmxnx

Nice rendition of the time honored plot. Horizontal axis is expanded
by a factor of 2.5 from 3.5 to 4 to show greater detail in interesting
areas.

Re: Logistic Equation

<sd4go8$cle$2@gioia.aioe.org>

  copy mid

https://www.novabbs.com/tech/article-flat.php?id=67260&group=sci.math#67260

  copy link   Newsgroups: sci.math
Path: i2pn2.org!i2pn.org!aioe.org!ux6ld97kLXxG8kVFFLnoWg.user.46.165.242.75.POSTED!not-for-mail
From: chris.m....@gmail.com (Chris M. Thomasson)
Newsgroups: sci.math
Subject: Re: Logistic Equation
Date: Mon, 19 Jul 2021 11:36:55 -0700
Organization: Aioe.org NNTP Server
Message-ID: <sd4go8$cle$2@gioia.aioe.org>
References: <dvebfg14pcae9q87vt1mt4pkodbmshr0fa@4ax.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Info: gioia.aioe.org; logging-data="12974"; posting-host="ux6ld97kLXxG8kVFFLnoWg.user.gioia.aioe.org"; mail-complaints-to="abuse@aioe.org";
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101
Thunderbird/78.12.0
Content-Language: en-US
X-Notice: Filtered by postfilter v. 0.9.2
 by: Chris M. Thomasson - Mon, 19 Jul 2021 18:36 UTC

On 7/19/2021 10:56 AM, casagiannoni@optimum.net wrote:
> See : https://postimg.cc/f3Rfmxnx
>
> Nice rendition of the time honored plot. Horizontal axis is expanded
> by a factor of 2.5 from 3.5 to 4 to show greater detail in interesting
> areas.
>

Check this out:

https://youtu.be/XKhS_nklCkE

Here is my pseudo-code for the animation:

______________
// px_mutation interpolates from -4...4 across each frame; 1440 here.

render frames:
_________
// angle interpolates from 0...pi2 across iterations
// px = py = 0

// Iteration:
px = sin(angle * px_mutation);
py = cos(angle * py);
______________

Plot every pixel in the ifs. Actually, I am adding color to each pixel
visited during iteration.

Re: Logistic Equation

<sd4oq8$1umg$1@gioia.aioe.org>

  copy mid

https://www.novabbs.com/tech/article-flat.php?id=67282&group=sci.math#67282

  copy link   Newsgroups: sci.math
Path: i2pn2.org!i2pn.org!aioe.org!QDUeiW04bpO93kFV2Tjt8g.user.46.165.242.75.POSTED!not-for-mail
From: yam...@wdhiee.jp (Yamawaki Tomonaga)
Newsgroups: sci.math
Subject: Re: Logistic Equation
Date: Mon, 19 Jul 2021 20:54:33 -0000 (UTC)
Organization: Aioe.org NNTP Server
Message-ID: <sd4oq8$1umg$1@gioia.aioe.org>
References: <dvebfg14pcae9q87vt1mt4pkodbmshr0fa@4ax.com>
<sd4go8$cle$2@gioia.aioe.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Info: gioia.aioe.org; logging-data="64208"; posting-host="QDUeiW04bpO93kFV2Tjt8g.user.gioia.aioe.org"; mail-complaints-to="abuse@aioe.org";
User-Agent: NewsTap/5.3.1 (iPod Touch)
X-Notice: Filtered by postfilter v. 0.9.2
 by: Yamawaki Tomonaga - Mon, 19 Jul 2021 20:54 UTC

Chris M. Thomasson wrote:

> On 7/19/2021 10:56 AM, casagiannoni@optimum.net wrote:
>> See : https://postimg.cc/f3Rfmxnx
>>
>> Nice rendition of the time honored plot. Horizontal axis is expanded by
>> a factor of 2.5 from 3.5 to 4 to show greater detail in interesting
>> areas.
>>
> Check this out: https://youtu.be/XKhS_nklCkE
> Here is my pseudo-code for the animation:

Why not the source-code, are you trying to hide your mistakes?

BREAKING - *45,000+_DEAD* FROM EXPERIMENTAL COVID SHOT *IN_JUST_72_HOURS*
- MAJOR LAWSUIT FILED https://www.bitchute.com/video/0k4tLnTjOEys/

these faucis, all italians, are murdering people. In just 3 days, 45,000
good american souls. Do the math.

Ohh my. When you own for decades, both the patents for the cooked
"virus", the detection and the "vaccine", you are the king of the world.
Look around you.

Re: Logistic Equation

<sd4ph0$f1b$2@gioia.aioe.org>

  copy mid

https://www.novabbs.com/tech/article-flat.php?id=67285&group=sci.math#67285

  copy link   Newsgroups: sci.math
Path: i2pn2.org!i2pn.org!aioe.org!ux6ld97kLXxG8kVFFLnoWg.user.46.165.242.75.POSTED!not-for-mail
From: chris.m....@gmail.com (Chris M. Thomasson)
Newsgroups: sci.math
Subject: Re: Logistic Equation
Date: Mon, 19 Jul 2021 14:06:39 -0700
Organization: Aioe.org NNTP Server
Message-ID: <sd4ph0$f1b$2@gioia.aioe.org>
References: <dvebfg14pcae9q87vt1mt4pkodbmshr0fa@4ax.com>
<sd4go8$cle$2@gioia.aioe.org> <sd4oq8$1umg$1@gioia.aioe.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Info: gioia.aioe.org; logging-data="15403"; posting-host="ux6ld97kLXxG8kVFFLnoWg.user.gioia.aioe.org"; mail-complaints-to="abuse@aioe.org";
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101
Thunderbird/78.12.0
X-Notice: Filtered by postfilter v. 0.9.2
Content-Language: en-US
 by: Chris M. Thomasson - Mon, 19 Jul 2021 21:06 UTC

On 7/19/2021 1:54 PM, Yamawaki Tomonaga wrote:
> Chris M. Thomasson wrote:
>
>> On 7/19/2021 10:56 AM, casagiannoni@optimum.net wrote:
>>> See : https://postimg.cc/f3Rfmxnx
>>>
>>> Nice rendition of the time honored plot. Horizontal axis is expanded by
>>> a factor of 2.5 from 3.5 to 4 to show greater detail in interesting
>>> areas.
>>>
>> Check this out: https://youtu.be/XKhS_nklCkE
>> Here is my pseudo-code for the animation:
>
> Why not the source-code, are you trying to hide your mistakes?

I can easily create source code from my pseudo-code. I created my
pseudo-code from my C++.

The pseudo-code is okay for others to code it up in their language of
choice.

[snip]

Re: Logistic Equation

<sd4pll$f1b$3@gioia.aioe.org>

  copy mid

https://www.novabbs.com/tech/article-flat.php?id=67286&group=sci.math#67286

  copy link   Newsgroups: sci.math
Path: i2pn2.org!i2pn.org!aioe.org!ux6ld97kLXxG8kVFFLnoWg.user.46.165.242.75.POSTED!not-for-mail
From: chris.m....@gmail.com (Chris M. Thomasson)
Newsgroups: sci.math
Subject: Re: Logistic Equation
Date: Mon, 19 Jul 2021 14:09:08 -0700
Organization: Aioe.org NNTP Server
Message-ID: <sd4pll$f1b$3@gioia.aioe.org>
References: <dvebfg14pcae9q87vt1mt4pkodbmshr0fa@4ax.com>
<sd4go8$cle$2@gioia.aioe.org> <sd4oq8$1umg$1@gioia.aioe.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Info: gioia.aioe.org; logging-data="15403"; posting-host="ux6ld97kLXxG8kVFFLnoWg.user.gioia.aioe.org"; mail-complaints-to="abuse@aioe.org";
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101
Thunderbird/78.12.0
Content-Language: en-US
X-Notice: Filtered by postfilter v. 0.9.2
 by: Chris M. Thomasson - Mon, 19 Jul 2021 21:09 UTC

On 7/19/2021 1:54 PM, Yamawaki Tomonaga wrote:
> Chris M. Thomasson wrote:
>
>> On 7/19/2021 10:56 AM, casagiannoni@optimum.net wrote:
>>> See : https://postimg.cc/f3Rfmxnx
>>>
>>> Nice rendition of the time honored plot. Horizontal axis is expanded by
>>> a factor of 2.5 from 3.5 to 4 to show greater detail in interesting
>>> areas.
>>>
>> Check this out: https://youtu.be/XKhS_nklCkE
>> Here is my pseudo-code for the animation:
>
> Why not the source-code, are you trying to hide your mistakes?
>
> BREAKING - *45,000+_DEAD* FROM EXPERIMENTAL COVID SHOT *IN_JUST_72_HOURS*
> - MAJOR LAWSUIT FILED https://www.bitchute.com/video/0k4tLnTjOEys/
>
> these faucis, all italians, are murdering people. In just 3 days, 45,000
> good american souls. Do the math.
>
> Ohh my. When you own for decades, both the patents for the cooked
> "virus", the detection and the "vaccine", you are the king of the world.
> Look around you.
>

http://fractallife247.com/test/hmac_cipher/ver_0_0_0_1?ct_hmac_cipher=d0e3e55c6e64e57a49b94b633d7290d9c25fc39048ea8d1e858f23d61a7dc912df4360fd9e1d579fae8ed19dc31d8052d51ece4eebe117ef1a51adf14ddb5bb989f2abe6140c9c7ad2e229ca066d0e47d4258c69a8825790d0f100654ee18683c02557becaabff2ce00d54263d94ea53c102697bd5b62d8aa504c69f49e1ad3fd4b36f2b1c

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor