Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

Real Programmers think better when playing Adventure or Rogue.


tech / sci.math / Re: for Dan... Check this out:

SubjectAuthor
* for Dan... Check this out:Chris M. Thomasson
+* Re: for Dan... Check this out:Chris M. Thomasson
|`* Re: for Dan... Check this out:Chris M. Thomasson
| +- Re: for Dan... Check this out:Chris M. Thomasson
| +- Re: for Dan... Check this out:Dan joyce
| `- Re: for Dan... Check this out:Dan joyce
`* Re: for Dan... Check this out:Dan joyce
 `* Re: for Dan... Check this out:Chris M. Thomasson
  `* Re: for Dan... Check this out:Chris M. Thomasson
   `* Re: for Dan... Check this out:Dan joyce
    +* Re: for Dan... Check this out:Chris M. Thomasson
    |+* Re: for Dan... Check this out:Dan joyce
    ||`- Re: for Dan... Check this out:Dan joyce
    |`* Re: for Dan... Check this out:Ben Bacarisse
    | `- Re: for Dan... Check this out:Dan joyce
    +- Re: for Dan... Check this out:Chris M. Thomasson
    `* Re: for Dan... Check this out:Chris M. Thomasson
     `- Re: for Dan... Check this out:Dan joyce

1
for Dan... Check this out:

<u8dler$22n6e$1@dont-email.me>

  copy mid

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

  copy link   Newsgroups: sci.math
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: chris.m....@gmail.com (Chris M. Thomasson)
Newsgroups: sci.math
Subject: for Dan... Check this out:
Date: Sat, 8 Jul 2023 23:52:12 -0700
Organization: A noiseless patient Spider
Lines: 37
Message-ID: <u8dler$22n6e$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Sun, 9 Jul 2023 06:52:11 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="0debb18cd6a1cd426bd8f4cf33f91905";
logging-data="2186446"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+RMXnnw3n4iFUg2ppOdCqkB3dP7eniKl8="
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.13.0
Cancel-Lock: sha1:ea+XfgZwdnVkjXbNW7XUP3LDpJw=
Content-Language: en-US
 by: Chris M. Thomasson - Sun, 9 Jul 2023 06:52 UTC

0123456789
10111213141516171819
20212223242526272829
30313233343536373839
40414243444546474849

Notice the pattern using your command map as in:

// command map
const command_map = new Map([
["R", [[1, 0], [255, 0, 0, 255]]],
["U", [[0, 1], [0, 255, 0, 255]]],
["L", [[-1, 0], [0, 255, 255, 255]]],
["D", [[0, -1], [255, 255, 0, 255]]],

// Dan's map
["1", [[1, 0], [255, 0, 0, 255]]],
["4", [[0, 1], [0, 255, 0, 255]]],
["3", [[-1, 0], [0, 255, 255, 255]]],
["2", [[0, -1], [255, 0, 255, 255]]]
]);

in:

http://fractallife247.com/test/cmd_plot/ct_main.js

These commands should work fine for you in my plotter:

https://i.ibb.co/f2Km3KN/image.png

Nice! I wonder what it would look like with larger numbers.

Or a special mapping for 10-ary pi2 / 10 angle:

0123456789

Ten symbols to map.

Re: for Dan... Check this out:

<u8dm2f$22n6b$1@dont-email.me>

  copy mid

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

  copy link   Newsgroups: sci.math
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: chris.m....@gmail.com (Chris M. Thomasson)
Newsgroups: sci.math
Subject: Re: for Dan... Check this out:
Date: Sun, 9 Jul 2023 00:02:40 -0700
Organization: A noiseless patient Spider
Lines: 44
Message-ID: <u8dm2f$22n6b$1@dont-email.me>
References: <u8dler$22n6e$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Sun, 9 Jul 2023 07:02:39 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="0debb18cd6a1cd426bd8f4cf33f91905";
logging-data="2186443"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18D+vu3bShE7Br5z/jZYCAW0z0fgoCqxT8="
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.13.0
Cancel-Lock: sha1:A6dYBk2AoDKVqs6gjokPxiXI4mE=
In-Reply-To: <u8dler$22n6e$1@dont-email.me>
Content-Language: en-US
 by: Chris M. Thomasson - Sun, 9 Jul 2023 07:02 UTC

On 7/8/2023 11:52 PM, Chris M. Thomasson wrote:
> 0123456789
> 10111213141516171819
> 20212223242526272829
> 30313233343536373839
> 40414243444546474849
>
> Notice the pattern using your command map as in:
>
>     // command map
>     const command_map = new Map([
>         ["R", [[1, 0], [255, 0, 0, 255]]],
>         ["U", [[0, 1], [0, 255, 0, 255]]],
>         ["L", [[-1, 0], [0, 255, 255, 255]]],
>         ["D", [[0, -1], [255, 255, 0, 255]]],
>
>         // Dan's map
>         ["1", [[1, 0], [255, 0, 0, 255]]],
>         ["4", [[0, 1], [0, 255, 0, 255]]],
>         ["3", [[-1, 0], [0, 255, 255, 255]]],
>         ["2", [[0, -1], [255, 0, 255, 255]]]
>     ]);
>
> in:
>
> http://fractallife247.com/test/cmd_plot/ct_main.js
>
> These commands should work fine for you in my plotter:
>
> https://i.ibb.co/f2Km3KN/image.png
>
> Nice! I wonder what it would look like with larger numbers.
>
> Or a special mapping for 10-ary pi2 / 10 angle:
>
> 0123456789
>
> Ten symbols to map.

Well, it seems to be fractal in nature!

https://i.ibb.co/gJ0882k/image.png

Humm... I need to assign an 10-ary set of directions to it, pi2 / 10

Re: for Dan... Check this out:

<u8dn0j$22sfg$1@dont-email.me>

  copy mid

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

  copy link   Newsgroups: sci.math
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: chris.m....@gmail.com (Chris M. Thomasson)
Newsgroups: sci.math
Subject: Re: for Dan... Check this out:
Date: Sun, 9 Jul 2023 00:18:42 -0700
Organization: A noiseless patient Spider
Lines: 22
Message-ID: <u8dn0j$22sfg$1@dont-email.me>
References: <u8dler$22n6e$1@dont-email.me> <u8dm2f$22n6b$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Sun, 9 Jul 2023 07:18:43 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="0debb18cd6a1cd426bd8f4cf33f91905";
logging-data="2191856"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+wjy7E2yFASJcNfbk05hCdPs73pHrbaPY="
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.13.0
Cancel-Lock: sha1:SHNbNVJfFFMneOOUeKtYXlcZXPk=
In-Reply-To: <u8dm2f$22n6b$1@dont-email.me>
Content-Language: en-US
 by: Chris M. Thomasson - Sun, 9 Jul 2023 07:18 UTC

On 7/9/2023 12:02 AM, Chris M. Thomasson wrote:
> On 7/8/2023 11:52 PM, Chris M. Thomasson wrote:
[...]
>> Nice! I wonder what it would look like with larger numbers.
>>
>> Or a special mapping for 10-ary pi2 / 10 angle:
>>
>> 0123456789
>>
>> Ten symbols to map.
>
> Well, it seems to be fractal in nature!
>
> https://i.ibb.co/gJ0882k/image.png
>
> Humm... I need to assign an 10-ary set of directions to it, pi2 / 10

It is a fractal! This is mapping 10 directions to 0...9 symbols:

https://i.ibb.co/mv37r1h/image.png

Re: for Dan... Check this out:

<u8dn8s$22sfg$2@dont-email.me>

  copy mid

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

  copy link   Newsgroups: sci.math
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: chris.m....@gmail.com (Chris M. Thomasson)
Newsgroups: sci.math
Subject: Re: for Dan... Check this out:
Date: Sun, 9 Jul 2023 00:23:09 -0700
Organization: A noiseless patient Spider
Lines: 27
Message-ID: <u8dn8s$22sfg$2@dont-email.me>
References: <u8dler$22n6e$1@dont-email.me> <u8dm2f$22n6b$1@dont-email.me>
<u8dn0j$22sfg$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Sun, 9 Jul 2023 07:23:08 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="0debb18cd6a1cd426bd8f4cf33f91905";
logging-data="2191856"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/XtA7/BFt/qEXLf4+7t1Dbjl4caTlCwVQ="
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.13.0
Cancel-Lock: sha1:m5AzqPJI4/AGxG2ulHR3CLTsnNE=
Content-Language: en-US
In-Reply-To: <u8dn0j$22sfg$1@dont-email.me>
 by: Chris M. Thomasson - Sun, 9 Jul 2023 07:23 UTC

On 7/9/2023 12:18 AM, Chris M. Thomasson wrote:
> On 7/9/2023 12:02 AM, Chris M. Thomasson wrote:
>> On 7/8/2023 11:52 PM, Chris M. Thomasson wrote:
> [...]
>>> Nice! I wonder what it would look like with larger numbers.
>>>
>>> Or a special mapping for 10-ary pi2 / 10 angle:
>>>
>>> 0123456789
>>>
>>> Ten symbols to map.
>>
>> Well, it seems to be fractal in nature!
>>
>> https://i.ibb.co/gJ0882k/image.png
>>
>> Humm... I need to assign an 10-ary set of directions to it, pi2 / 10
>
> It is a fractal! This is mapping 10 directions to 0...9 symbols:
>
> https://i.ibb.co/mv37r1h/image.png
>
>

Strange shit is occurring with the simple pattern:

https://i.ibb.co/nm5FQHT/image.png

Re: for Dan... Check this out:

<e43d491c-aa00-4125-b38c-d2ac41e53f9bn@googlegroups.com>

  copy mid

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

  copy link   Newsgroups: sci.math
X-Received: by 2002:a05:620a:1713:b0:767:7de5:85cb with SMTP id az19-20020a05620a171300b007677de585cbmr28712qkb.8.1688901913373;
Sun, 09 Jul 2023 04:25:13 -0700 (PDT)
X-Received: by 2002:a17:90a:d511:b0:263:4d9e:64f1 with SMTP id
t17-20020a17090ad51100b002634d9e64f1mr8644502pju.0.1688901912702; Sun, 09 Jul
2023 04:25:12 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: sci.math
Date: Sun, 9 Jul 2023 04:25:12 -0700 (PDT)
In-Reply-To: <u8dn0j$22sfg$1@dont-email.me>
Injection-Info: google-groups.googlegroups.com; posting-host=32.221.202.28; posting-account=MMV3OwoAAABxhPndZPNv6CW6-fifDabn
NNTP-Posting-Host: 32.221.202.28
References: <u8dler$22n6e$1@dont-email.me> <u8dm2f$22n6b$1@dont-email.me> <u8dn0j$22sfg$1@dont-email.me>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <e43d491c-aa00-4125-b38c-d2ac41e53f9bn@googlegroups.com>
Subject: Re: for Dan... Check this out:
From: danj4...@gmail.com (Dan joyce)
Injection-Date: Sun, 09 Jul 2023 11:25:13 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
 by: Dan joyce - Sun, 9 Jul 2023 11:25 UTC

On Sunday, July 9, 2023 at 3:18:53 AM UTC-4, Chris M. Thomasson wrote:
> On 7/9/2023 12:02 AM, Chris M. Thomasson wrote:
> > On 7/8/2023 11:52 PM, Chris M. Thomasson wrote:
> [...]
> >> Nice! I wonder what it would look like with larger numbers.
> >>
> >> Or a special mapping for 10-ary pi2 / 10 angle:
> >>
> >> 0123456789
> >>
> >> Ten symbols to map.
> >
> > Well, it seems to be fractal in nature!
> >
> > https://i.ibb.co/gJ0882k/image.png
> >
> > Humm... I need to assign an 10-ary set of directions to it, pi2 / 10
> It is a fractal! This is mapping 10 directions to 0...9 symbols:
>
> https://i.ibb.co/mv37r1h/image.png
So you can even do certain fractals with this algorithm.
How cool is that!

Re: for Dan... Check this out:

<47df57bc-96f7-496e-bf61-868b39296f7cn@googlegroups.com>

  copy mid

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

  copy link   Newsgroups: sci.math
X-Received: by 2002:a05:622a:199d:b0:403:aac6:707c with SMTP id u29-20020a05622a199d00b00403aac6707cmr5453qtc.7.1688904259669;
Sun, 09 Jul 2023 05:04:19 -0700 (PDT)
X-Received: by 2002:a17:90a:f2d2:b0:262:fee7:334f with SMTP id
gt18-20020a17090af2d200b00262fee7334fmr8429646pjb.8.1688904259327; Sun, 09
Jul 2023 05:04:19 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: sci.math
Date: Sun, 9 Jul 2023 05:04:18 -0700 (PDT)
In-Reply-To: <u8dler$22n6e$1@dont-email.me>
Injection-Info: google-groups.googlegroups.com; posting-host=32.221.202.28; posting-account=MMV3OwoAAABxhPndZPNv6CW6-fifDabn
NNTP-Posting-Host: 32.221.202.28
References: <u8dler$22n6e$1@dont-email.me>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <47df57bc-96f7-496e-bf61-868b39296f7cn@googlegroups.com>
Subject: Re: for Dan... Check this out:
From: danj4...@gmail.com (Dan joyce)
Injection-Date: Sun, 09 Jul 2023 12:04:19 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 2303
 by: Dan joyce - Sun, 9 Jul 2023 12:04 UTC

On Sunday, July 9, 2023 at 2:52:22 AM UTC-4, Chris M. Thomasson wrote:
> 0123456789
> 10111213141516171819
> 20212223242526272829
> 30313233343536373839
> 40414243444546474849
>
> Notice the pattern using your command map as in:
>
> // command map
> const command_map = new Map([
> ["R", [[1, 0], [255, 0, 0, 255]]],
> ["U", [[0, 1], [0, 255, 0, 255]]],
> ["L", [[-1, 0], [0, 255, 255, 255]]],
> ["D", [[0, -1], [255, 255, 0, 255]]],
>
> // Dan's map
> ["1", [[1, 0], [255, 0, 0, 255]]],
> ["4", [[0, 1], [0, 255, 0, 255]]],
> ["3", [[-1, 0], [0, 255, 255, 255]]],
> ["2", [[0, -1], [255, 0, 255, 255]]]
> ]);
>
> in:
>
> http://fractallife247.com/test/cmd_plot/ct_main.js
>
> These commands should work fine for you in my plotter:
>
> https://i.ibb.co/f2Km3KN/image.png
>
> Nice! I wonder what it would look like with larger numbers.
>
> Or a special mapping for 10-ary pi2 / 10 angle:
>
> 0123456789
>
> Ten symbols to map.
Neat! That 10 directions would be a lot of angles.
If the mapping of the 10 is possible, now your talking fractals.

Re: for Dan... Check this out:

<a17a134f-0626-4440-a1a8-769a073306a1n@googlegroups.com>

  copy mid

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

  copy link   Newsgroups: sci.math
X-Received: by 2002:a05:620a:d88:b0:762:212a:a27e with SMTP id q8-20020a05620a0d8800b00762212aa27emr29117qkl.4.1688906003070;
Sun, 09 Jul 2023 05:33:23 -0700 (PDT)
X-Received: by 2002:a05:6a00:3923:b0:674:a3be:2773 with SMTP id
fh35-20020a056a00392300b00674a3be2773mr14219946pfb.5.1688906002506; Sun, 09
Jul 2023 05:33:22 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: sci.math
Date: Sun, 9 Jul 2023 05:33:22 -0700 (PDT)
In-Reply-To: <u8dn0j$22sfg$1@dont-email.me>
Injection-Info: google-groups.googlegroups.com; posting-host=32.221.202.28; posting-account=MMV3OwoAAABxhPndZPNv6CW6-fifDabn
NNTP-Posting-Host: 32.221.202.28
References: <u8dler$22n6e$1@dont-email.me> <u8dm2f$22n6b$1@dont-email.me> <u8dn0j$22sfg$1@dont-email.me>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <a17a134f-0626-4440-a1a8-769a073306a1n@googlegroups.com>
Subject: Re: for Dan... Check this out:
From: danj4...@gmail.com (Dan joyce)
Injection-Date: Sun, 09 Jul 2023 12:33:23 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 1896
 by: Dan joyce - Sun, 9 Jul 2023 12:33 UTC

On Sunday, July 9, 2023 at 3:18:53 AM UTC-4, Chris M. Thomasson wrote:
> On 7/9/2023 12:02 AM, Chris M. Thomasson wrote:
> > On 7/8/2023 11:52 PM, Chris M. Thomasson wrote:
> [...]
> >> Nice! I wonder what it would look like with larger numbers.
> >>
> >> Or a special mapping for 10-ary pi2 / 10 angle:
> >>
> >> 0123456789
> >>
> >> Ten symbols to map.
> >
> > Well, it seems to be fractal in nature!
> >
> > https://i.ibb.co/gJ0882k/image.png
> >
> > Humm... I need to assign an 10-ary set of directions to it, pi2 / 10
> It is a fractal! This is mapping 10 directions to 0...9 symbols:
>
> https://i.ibb.co/mv37r1h/image.png
Nice work Chris.

Re: for Dan... Check this out:

<u8f414$27mp0$1@dont-email.me>

  copy mid

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

  copy link   Newsgroups: sci.math
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: chris.m....@gmail.com (Chris M. Thomasson)
Newsgroups: sci.math
Subject: Re: for Dan... Check this out:
Date: Sun, 9 Jul 2023 13:07:01 -0700
Organization: A noiseless patient Spider
Lines: 65
Message-ID: <u8f414$27mp0$1@dont-email.me>
References: <u8dler$22n6e$1@dont-email.me>
<47df57bc-96f7-496e-bf61-868b39296f7cn@googlegroups.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Sun, 9 Jul 2023 20:07:00 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="0debb18cd6a1cd426bd8f4cf33f91905";
logging-data="2349856"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18aO36M/xVzX4zimYvpWpzzFlH6SoRCUCc="
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.13.0
Cancel-Lock: sha1:vFBkfN4tKmNATtLhhZZaUAqC0cs=
In-Reply-To: <47df57bc-96f7-496e-bf61-868b39296f7cn@googlegroups.com>
Content-Language: en-US
 by: Chris M. Thomasson - Sun, 9 Jul 2023 20:07 UTC

On 7/9/2023 5:04 AM, Dan joyce wrote:
> On Sunday, July 9, 2023 at 2:52:22 AM UTC-4, Chris M. Thomasson wrote:
>> 0123456789
>> 10111213141516171819
>> 20212223242526272829
>> 30313233343536373839
>> 40414243444546474849
>>
>> Notice the pattern using your command map as in:
>>
>> // command map
>> const command_map = new Map([
>> ["R", [[1, 0], [255, 0, 0, 255]]],
>> ["U", [[0, 1], [0, 255, 0, 255]]],
>> ["L", [[-1, 0], [0, 255, 255, 255]]],
>> ["D", [[0, -1], [255, 255, 0, 255]]],
>>
>> // Dan's map
>> ["1", [[1, 0], [255, 0, 0, 255]]],
>> ["4", [[0, 1], [0, 255, 0, 255]]],
>> ["3", [[-1, 0], [0, 255, 255, 255]]],
>> ["2", [[0, -1], [255, 0, 255, 255]]]
>> ]);
>>
>> in:
>>
>> http://fractallife247.com/test/cmd_plot/ct_main.js
>>
>> These commands should work fine for you in my plotter:
>>
>> https://i.ibb.co/f2Km3KN/image.png
>>
>> Nice! I wonder what it would look like with larger numbers.
>>
>> Or a special mapping for 10-ary pi2 / 10 angle:
>>
>> 0123456789
>>
>> Ten symbols to map.
> Neat! That 10 directions would be a lot of angles.

Actually, it is rather straight forward:
___________________________
// build n-ary map
{
var n = 10;
var angle_base = Math.PI * 2 / n;

for (var i = 0; i < 10; ++i) {
var angle = angle_base * i;
var command = [[Math.cos(angle), Math.sin(angle)], [255, 0,
0, 255]];
command_map.set(i.toString(), command);
}
}
____________________________

The sets up a mapping of the 10-ary symbols "0123456789" to ten angles
in pi2 / 10, where n = 10 for the n-ary mapping. Since this is n-ary I
can make it use any number of unique symbols... :^)

> If the mapping of the 10 is possible, now your talking fractals.

;^)

Re: for Dan... Check this out:

<u8f4ke$27mp0$3@dont-email.me>

  copy mid

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

  copy link   Newsgroups: sci.math
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: chris.m....@gmail.com (Chris M. Thomasson)
Newsgroups: sci.math
Subject: Re: for Dan... Check this out:
Date: Sun, 9 Jul 2023 13:17:19 -0700
Organization: A noiseless patient Spider
Lines: 75
Message-ID: <u8f4ke$27mp0$3@dont-email.me>
References: <u8dler$22n6e$1@dont-email.me>
<47df57bc-96f7-496e-bf61-868b39296f7cn@googlegroups.com>
<u8f414$27mp0$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Sun, 9 Jul 2023 20:17:18 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="0debb18cd6a1cd426bd8f4cf33f91905";
logging-data="2349856"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19aniQe1uu848NFOfu0w+xnGkRSU/vJk+g="
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.13.0
Cancel-Lock: sha1:32HNtwsROO9rcu3RE2mLOF9yvw0=
Content-Language: en-US
In-Reply-To: <u8f414$27mp0$1@dont-email.me>
 by: Chris M. Thomasson - Sun, 9 Jul 2023 20:17 UTC

On 7/9/2023 1:07 PM, Chris M. Thomasson wrote:
> On 7/9/2023 5:04 AM, Dan joyce wrote:
>> On Sunday, July 9, 2023 at 2:52:22 AM UTC-4, Chris M. Thomasson wrote:
>>> 0123456789
>>> 10111213141516171819
>>> 20212223242526272829
>>> 30313233343536373839
>>> 40414243444546474849
>>>
>>> Notice the pattern using your command map as in:
>>>
>>> // command map
>>> const command_map = new Map([
>>> ["R", [[1, 0], [255, 0, 0, 255]]],
>>> ["U", [[0, 1], [0, 255, 0, 255]]],
>>> ["L", [[-1, 0], [0, 255, 255, 255]]],
>>> ["D", [[0, -1], [255, 255, 0, 255]]],
>>>
>>> // Dan's map
>>> ["1", [[1, 0], [255, 0, 0, 255]]],
>>> ["4", [[0, 1], [0, 255, 0, 255]]],
>>> ["3", [[-1, 0], [0, 255, 255, 255]]],
>>> ["2", [[0, -1], [255, 0, 255, 255]]]
>>> ]);
>>>
>>> in:
>>>
>>> http://fractallife247.com/test/cmd_plot/ct_main.js
>>>
>>> These commands should work fine for you in my plotter:
>>>
>>> https://i.ibb.co/f2Km3KN/image.png
>>>
>>> Nice! I wonder what it would look like with larger numbers.
>>>
>>> Or a special mapping for 10-ary pi2 / 10 angle:
>>>
>>> 0123456789
>>>
>>> Ten symbols to map.
>> Neat! That 10 directions would be a lot of angles.
>
> Actually, it is rather straight forward:
> ___________________________
>     // build n-ary map
>     {
>         var n = 10;
>         var angle_base = Math.PI * 2 / n;
>
>         for (var i = 0; i < 10; ++i) {
^^^^^^^^^^^^^^^^^^^

I hard coded 10 here to experiment with different n's using the same
angle_base. This is still in pre-alpha stage. Fun times!

:^)

>             var angle = angle_base * i;
>             var command = [[Math.cos(angle), Math.sin(angle)], [255, 0,
> 0, 255]];
>             command_map.set(i.toString(), command);
>         }
>     }
> ____________________________
>
> The sets up a mapping of the 10-ary symbols "0123456789" to ten angles
> in pi2 / 10, where n = 10 for the n-ary mapping. Since this is n-ary I
> can make it use any number of unique symbols... :^)
>
>> If the mapping of the 10 is possible, now your talking fractals.
>
> ;^)
>

Re: for Dan... Check this out:

<ae46f506-ea2b-406e-9056-f4793d14d465n@googlegroups.com>

  copy mid

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

  copy link   Newsgroups: sci.math
X-Received: by 2002:a05:622a:1aa3:b0:3df:375:5102 with SMTP id s35-20020a05622a1aa300b003df03755102mr33634qtc.2.1688936187455;
Sun, 09 Jul 2023 13:56:27 -0700 (PDT)
X-Received: by 2002:a17:902:d892:b0:1b8:8c7:31e6 with SMTP id
b18-20020a170902d89200b001b808c731e6mr10375444plz.1.1688936187136; Sun, 09
Jul 2023 13:56:27 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: sci.math
Date: Sun, 9 Jul 2023 13:56:26 -0700 (PDT)
In-Reply-To: <u8f4ke$27mp0$3@dont-email.me>
Injection-Info: google-groups.googlegroups.com; posting-host=32.221.202.28; posting-account=MMV3OwoAAABxhPndZPNv6CW6-fifDabn
NNTP-Posting-Host: 32.221.202.28
References: <u8dler$22n6e$1@dont-email.me> <47df57bc-96f7-496e-bf61-868b39296f7cn@googlegroups.com>
<u8f414$27mp0$1@dont-email.me> <u8f4ke$27mp0$3@dont-email.me>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <ae46f506-ea2b-406e-9056-f4793d14d465n@googlegroups.com>
Subject: Re: for Dan... Check this out:
From: danj4...@gmail.com (Dan joyce)
Injection-Date: Sun, 09 Jul 2023 20:56:27 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 3819
 by: Dan joyce - Sun, 9 Jul 2023 20:56 UTC

On Sunday, July 9, 2023 at 4:17:28 PM UTC-4, Chris M. Thomasson wrote:
> On 7/9/2023 1:07 PM, Chris M. Thomasson wrote:
> > On 7/9/2023 5:04 AM, Dan joyce wrote:
> >> On Sunday, July 9, 2023 at 2:52:22 AM UTC-4, Chris M. Thomasson wrote:
> >>> 0123456789
> >>> 10111213141516171819
> >>> 20212223242526272829
> >>> 30313233343536373839
> >>> 40414243444546474849
> >>>
> >>> Notice the pattern using your command map as in:
> >>>
> >>> // command map
> >>> const command_map = new Map([
> >>> ["R", [[1, 0], [255, 0, 0, 255]]],
> >>> ["U", [[0, 1], [0, 255, 0, 255]]],
> >>> ["L", [[-1, 0], [0, 255, 255, 255]]],
> >>> ["D", [[0, -1], [255, 255, 0, 255]]],
> >>>
> >>> // Dan's map
> >>> ["1", [[1, 0], [255, 0, 0, 255]]],
> >>> ["4", [[0, 1], [0, 255, 0, 255]]],
> >>> ["3", [[-1, 0], [0, 255, 255, 255]]],
> >>> ["2", [[0, -1], [255, 0, 255, 255]]]
> >>> ]);
> >>>
> >>> in:
> >>>
> >>> http://fractallife247.com/test/cmd_plot/ct_main.js
> >>>
> >>> These commands should work fine for you in my plotter:
> >>>
> >>> https://i.ibb.co/f2Km3KN/image.png
> >>>
> >>> Nice! I wonder what it would look like with larger numbers.
> >>>
> >>> Or a special mapping for 10-ary pi2 / 10 angle:
> >>>
> >>> 0123456789
> >>>
> >>> Ten symbols to map.
> >> Neat! That 10 directions would be a lot of angles.
> >
> > Actually, it is rather straight forward:
> > ___________________________
> > // build n-ary map
> > {
> > var n = 10;
> > var angle_base = Math.PI * 2 / n;
> >
> > for (var i = 0; i < 10; ++i) {
> ^^^^^^^^^^^^^^^^^^^
>
> I hard coded 10 here to experiment with different n's using the same
> angle_base. This is still in pre-alpha stage. Fun times!
>
> :^)
> > var angle = angle_base * i;
> > var command = [[Math.cos(angle), Math.sin(angle)], [255, 0,
> > 0, 255]];
> > command_map.set(i.toString(), command);
> > }
> > }
> > ____________________________
> >
> > The sets up a mapping of the 10-ary symbols "0123456789" to ten angles
> > in pi2 / 10, where n = 10 for the n-ary mapping. Since this is n-ary I
> > can make it use any number of unique symbols... :^)
> >
> >> If the mapping of the 10 is possible, now your talking fractals.
> >
> > ;^)
> >
You can track the digits in p1?

Re: for Dan... Check this out:

<u8f7br$2848p$1@dont-email.me>

  copy mid

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

  copy link   Newsgroups: sci.math
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: chris.m....@gmail.com (Chris M. Thomasson)
Newsgroups: sci.math
Subject: Re: for Dan... Check this out:
Date: Sun, 9 Jul 2023 14:03:56 -0700
Organization: A noiseless patient Spider
Lines: 91
Message-ID: <u8f7br$2848p$1@dont-email.me>
References: <u8dler$22n6e$1@dont-email.me>
<47df57bc-96f7-496e-bf61-868b39296f7cn@googlegroups.com>
<u8f414$27mp0$1@dont-email.me> <u8f4ke$27mp0$3@dont-email.me>
<ae46f506-ea2b-406e-9056-f4793d14d465n@googlegroups.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Sun, 9 Jul 2023 21:03:55 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="0debb18cd6a1cd426bd8f4cf33f91905";
logging-data="2363673"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19/h7ltvJqnOaNZ5Y+igXGQA0vm30D7NpE="
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.13.0
Cancel-Lock: sha1:CsJP03bMX0J09xxr79FX+VJvyRg=
In-Reply-To: <ae46f506-ea2b-406e-9056-f4793d14d465n@googlegroups.com>
Content-Language: en-US
 by: Chris M. Thomasson - Sun, 9 Jul 2023 21:03 UTC

On 7/9/2023 1:56 PM, Dan joyce wrote:
> On Sunday, July 9, 2023 at 4:17:28 PM UTC-4, Chris M. Thomasson wrote:
>> On 7/9/2023 1:07 PM, Chris M. Thomasson wrote:
>>> On 7/9/2023 5:04 AM, Dan joyce wrote:
>>>> On Sunday, July 9, 2023 at 2:52:22 AM UTC-4, Chris M. Thomasson wrote:
>>>>> 0123456789
>>>>> 10111213141516171819
>>>>> 20212223242526272829
>>>>> 30313233343536373839
>>>>> 40414243444546474849
>>>>>
>>>>> Notice the pattern using your command map as in:
>>>>>
>>>>> // command map
>>>>> const command_map = new Map([
>>>>> ["R", [[1, 0], [255, 0, 0, 255]]],
>>>>> ["U", [[0, 1], [0, 255, 0, 255]]],
>>>>> ["L", [[-1, 0], [0, 255, 255, 255]]],
>>>>> ["D", [[0, -1], [255, 255, 0, 255]]],
>>>>>
>>>>> // Dan's map
>>>>> ["1", [[1, 0], [255, 0, 0, 255]]],
>>>>> ["4", [[0, 1], [0, 255, 0, 255]]],
>>>>> ["3", [[-1, 0], [0, 255, 255, 255]]],
>>>>> ["2", [[0, -1], [255, 0, 255, 255]]]
>>>>> ]);
>>>>>
>>>>> in:
>>>>>
>>>>> http://fractallife247.com/test/cmd_plot/ct_main.js
>>>>>
>>>>> These commands should work fine for you in my plotter:
>>>>>
>>>>> https://i.ibb.co/f2Km3KN/image.png
>>>>>
>>>>> Nice! I wonder what it would look like with larger numbers.
>>>>>
>>>>> Or a special mapping for 10-ary pi2 / 10 angle:
>>>>>
>>>>> 0123456789
>>>>>
>>>>> Ten symbols to map.
>>>> Neat! That 10 directions would be a lot of angles.
>>>
>>> Actually, it is rather straight forward:
>>> ___________________________
>>> // build n-ary map
>>> {
>>> var n = 10;
>>> var angle_base = Math.PI * 2 / n;
>>>
>>> for (var i = 0; i < 10; ++i) {
>> ^^^^^^^^^^^^^^^^^^^
>>
>> I hard coded 10 here to experiment with different n's using the same
>> angle_base. This is still in pre-alpha stage. Fun times!
>>
>> :^)
>>> var angle = angle_base * i;
>>> var command = [[Math.cos(angle), Math.sin(angle)], [255, 0,
>>> 0, 255]];
>>> command_map.set(i.toString(), command);
>>> }
>>> }
>>> ____________________________
>>>
>>> The sets up a mapping of the 10-ary symbols "0123456789" to ten angles
>>> in pi2 / 10, where n = 10 for the n-ary mapping. Since this is n-ary I
>>> can make it use any number of unique symbols... :^)
>>>
>>>> If the mapping of the 10 is possible, now your talking fractals.
>>>
>>> ;^)
>>>
> You can track the digits in p1?

Sure. Since I have the 10-ary digit map of 0...9, lets see here. I will use:

https://i.ibb.co/GJqLDyW/image.png
_______________________________
3141592653589793238462643383279502884
1971693993751058209749445923078164062
8620899862803482534211706798214808651
3282306647093844609550582231725359408
1284811174502841027019385211055596446
2294895493038196442881097566593344612
8475648233786783165271201909145648566
9234603486
_______________________________

Keep in mind that this version is not uploaded to my website, yet... ;^)

Re: for Dan... Check this out:

<u8f82h$2848p$2@dont-email.me>

  copy mid

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

  copy link   Newsgroups: sci.math
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: chris.m....@gmail.com (Chris M. Thomasson)
Newsgroups: sci.math
Subject: Re: for Dan... Check this out:
Date: Sun, 9 Jul 2023 14:16:02 -0700
Organization: A noiseless patient Spider
Lines: 15
Message-ID: <u8f82h$2848p$2@dont-email.me>
References: <u8dler$22n6e$1@dont-email.me>
<47df57bc-96f7-496e-bf61-868b39296f7cn@googlegroups.com>
<u8f414$27mp0$1@dont-email.me> <u8f4ke$27mp0$3@dont-email.me>
<ae46f506-ea2b-406e-9056-f4793d14d465n@googlegroups.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Sun, 9 Jul 2023 21:16:02 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="0debb18cd6a1cd426bd8f4cf33f91905";
logging-data="2363673"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/0crfWAkeDxvS5rfj6G4McquJAmNS6zKg="
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.13.0
Cancel-Lock: sha1:f+RNQVmhhevChTNAJGnikKbhyU4=
Content-Language: en-US
In-Reply-To: <ae46f506-ea2b-406e-9056-f4793d14d465n@googlegroups.com>
 by: Chris M. Thomasson - Sun, 9 Jul 2023 21:16 UTC

On 7/9/2023 1:56 PM, Dan joyce wrote:
> On Sunday, July 9, 2023 at 4:17:28 PM UTC-4, Chris M. Thomasson wrote:
>> On 7/9/2023 1:07 PM, Chris M. Thomasson wrote:
>>> On 7/9/2023 5:04 AM, Dan joyce wrote:
>>>> On Sunday, July 9, 2023 at 2:52:22 AM UTC-4, Chris M. Thomasson wrote:
[...]
> You can track the digits in p1?

Any digits in base ten, or any base:

00112233445566778899

in ten-ary wrt angles of pi2 / 10:

https://i.ibb.co/646xKT5/image.png

Re: for Dan... Check this out:

<u8fc3d$28rb5$1@dont-email.me>

  copy mid

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

  copy link   Newsgroups: sci.math
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: chris.m....@gmail.com (Chris M. Thomasson)
Newsgroups: sci.math
Subject: Re: for Dan... Check this out:
Date: Sun, 9 Jul 2023 15:24:46 -0700
Organization: A noiseless patient Spider
Lines: 78
Message-ID: <u8fc3d$28rb5$1@dont-email.me>
References: <u8dler$22n6e$1@dont-email.me>
<47df57bc-96f7-496e-bf61-868b39296f7cn@googlegroups.com>
<u8f414$27mp0$1@dont-email.me> <u8f4ke$27mp0$3@dont-email.me>
<ae46f506-ea2b-406e-9056-f4793d14d465n@googlegroups.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Sun, 9 Jul 2023 22:24:45 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="c3f080eb5fdb43bc44eed6a41e9c4a8c";
logging-data="2387301"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/uB7UhbYVxpz+Uz1wF26AT2RiI5oDCP8c="
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.13.0
Cancel-Lock: sha1:oflQjpDayJQRq3Sug7p/9k4bhes=
In-Reply-To: <ae46f506-ea2b-406e-9056-f4793d14d465n@googlegroups.com>
Content-Language: en-US
 by: Chris M. Thomasson - Sun, 9 Jul 2023 22:24 UTC

On 7/9/2023 1:56 PM, Dan joyce wrote:
> On Sunday, July 9, 2023 at 4:17:28 PM UTC-4, Chris M. Thomasson wrote:
>> On 7/9/2023 1:07 PM, Chris M. Thomasson wrote:
>>> On 7/9/2023 5:04 AM, Dan joyce wrote:
>>>> On Sunday, July 9, 2023 at 2:52:22 AM UTC-4, Chris M. Thomasson wrote:
>>>>> 0123456789
>>>>> 10111213141516171819
>>>>> 20212223242526272829
>>>>> 30313233343536373839
>>>>> 40414243444546474849
>>>>>
>>>>> Notice the pattern using your command map as in:
>>>>>
>>>>> // command map
>>>>> const command_map = new Map([
>>>>> ["R", [[1, 0], [255, 0, 0, 255]]],
>>>>> ["U", [[0, 1], [0, 255, 0, 255]]],
>>>>> ["L", [[-1, 0], [0, 255, 255, 255]]],
>>>>> ["D", [[0, -1], [255, 255, 0, 255]]],
>>>>>
>>>>> // Dan's map
>>>>> ["1", [[1, 0], [255, 0, 0, 255]]],
>>>>> ["4", [[0, 1], [0, 255, 0, 255]]],
>>>>> ["3", [[-1, 0], [0, 255, 255, 255]]],
>>>>> ["2", [[0, -1], [255, 0, 255, 255]]]
>>>>> ]);
>>>>>
>>>>> in:
>>>>>
>>>>> http://fractallife247.com/test/cmd_plot/ct_main.js
>>>>>
>>>>> These commands should work fine for you in my plotter:
>>>>>
>>>>> https://i.ibb.co/f2Km3KN/image.png
>>>>>
>>>>> Nice! I wonder what it would look like with larger numbers.
>>>>>
>>>>> Or a special mapping for 10-ary pi2 / 10 angle:
>>>>>
>>>>> 0123456789
>>>>>
>>>>> Ten symbols to map.
>>>> Neat! That 10 directions would be a lot of angles.
>>>
>>> Actually, it is rather straight forward:
>>> ___________________________
>>> // build n-ary map
>>> {
>>> var n = 10;
>>> var angle_base = Math.PI * 2 / n;
>>>
>>> for (var i = 0; i < 10; ++i) {
>> ^^^^^^^^^^^^^^^^^^^
>>
>> I hard coded 10 here to experiment with different n's using the same
>> angle_base. This is still in pre-alpha stage. Fun times!
>>
>> :^)
>>> var angle = angle_base * i;
>>> var command = [[Math.cos(angle), Math.sin(angle)], [255, 0,
>>> 0, 255]];
>>> command_map.set(i.toString(), command);
>>> }
>>> }
>>> ____________________________
>>>
>>> The sets up a mapping of the 10-ary symbols "0123456789" to ten angles
>>> in pi2 / 10, where n = 10 for the n-ary mapping. Since this is n-ary I
>>> can make it use any number of unique symbols... :^)
>>>
>>>> If the mapping of the 10 is possible, now your talking fractals.
>>>
>>> ;^)
>>>
> You can track the digits in p1?

oops! for some reason I thought you meant the digits in pi! Sorry. What
is p1?

Re: for Dan... Check this out:

<478a68df-539b-4093-a09a-21a3da60a92bn@googlegroups.com>

  copy mid

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

  copy link   Newsgroups: sci.math
X-Received: by 2002:a05:620a:1a04:b0:765:444f:785c with SMTP id bk4-20020a05620a1a0400b00765444f785cmr26285qkb.0.1688942551105;
Sun, 09 Jul 2023 15:42:31 -0700 (PDT)
X-Received: by 2002:a63:9316:0:b0:55b:5f26:bf9f with SMTP id
b22-20020a639316000000b0055b5f26bf9fmr7650948pge.2.1688942550523; Sun, 09 Jul
2023 15:42:30 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: sci.math
Date: Sun, 9 Jul 2023 15:42:30 -0700 (PDT)
In-Reply-To: <u8fc3d$28rb5$1@dont-email.me>
Injection-Info: google-groups.googlegroups.com; posting-host=32.221.202.28; posting-account=MMV3OwoAAABxhPndZPNv6CW6-fifDabn
NNTP-Posting-Host: 32.221.202.28
References: <u8dler$22n6e$1@dont-email.me> <47df57bc-96f7-496e-bf61-868b39296f7cn@googlegroups.com>
<u8f414$27mp0$1@dont-email.me> <u8f4ke$27mp0$3@dont-email.me>
<ae46f506-ea2b-406e-9056-f4793d14d465n@googlegroups.com> <u8fc3d$28rb5$1@dont-email.me>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <478a68df-539b-4093-a09a-21a3da60a92bn@googlegroups.com>
Subject: Re: for Dan... Check this out:
From: danj4...@gmail.com (Dan joyce)
Injection-Date: Sun, 09 Jul 2023 22:42:31 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 4236
 by: Dan joyce - Sun, 9 Jul 2023 22:42 UTC

On Sunday, July 9, 2023 at 6:24:55 PM UTC-4, Chris M. Thomasson wrote:
> On 7/9/2023 1:56 PM, Dan joyce wrote:
> > On Sunday, July 9, 2023 at 4:17:28 PM UTC-4, Chris M. Thomasson wrote:
> >> On 7/9/2023 1:07 PM, Chris M. Thomasson wrote:
> >>> On 7/9/2023 5:04 AM, Dan joyce wrote:
> >>>> On Sunday, July 9, 2023 at 2:52:22 AM UTC-4, Chris M. Thomasson wrote:
> >>>>> 0123456789
> >>>>> 10111213141516171819
> >>>>> 20212223242526272829
> >>>>> 30313233343536373839
> >>>>> 40414243444546474849
> >>>>>
> >>>>> Notice the pattern using your command map as in:
> >>>>>
> >>>>> // command map
> >>>>> const command_map = new Map([
> >>>>> ["R", [[1, 0], [255, 0, 0, 255]]],
> >>>>> ["U", [[0, 1], [0, 255, 0, 255]]],
> >>>>> ["L", [[-1, 0], [0, 255, 255, 255]]],
> >>>>> ["D", [[0, -1], [255, 255, 0, 255]]],
> >>>>>
> >>>>> // Dan's map
> >>>>> ["1", [[1, 0], [255, 0, 0, 255]]],
> >>>>> ["4", [[0, 1], [0, 255, 0, 255]]],
> >>>>> ["3", [[-1, 0], [0, 255, 255, 255]]],
> >>>>> ["2", [[0, -1], [255, 0, 255, 255]]]
> >>>>> ]);
> >>>>>
> >>>>> in:
> >>>>>
> >>>>> http://fractallife247.com/test/cmd_plot/ct_main.js
> >>>>>
> >>>>> These commands should work fine for you in my plotter:
> >>>>>
> >>>>> https://i.ibb.co/f2Km3KN/image.png
> >>>>>
> >>>>> Nice! I wonder what it would look like with larger numbers.
> >>>>>
> >>>>> Or a special mapping for 10-ary pi2 / 10 angle:
> >>>>>
> >>>>> 0123456789
> >>>>>
> >>>>> Ten symbols to map.
> >>>> Neat! That 10 directions would be a lot of angles.
> >>>
> >>> Actually, it is rather straight forward:
> >>> ___________________________
> >>> // build n-ary map
> >>> {
> >>> var n = 10;
> >>> var angle_base = Math.PI * 2 / n;
> >>>
> >>> for (var i = 0; i < 10; ++i) {
> >> ^^^^^^^^^^^^^^^^^^^
> >>
> >> I hard coded 10 here to experiment with different n's using the same
> >> angle_base. This is still in pre-alpha stage. Fun times!
> >>
> >> :^)
> >>> var angle = angle_base * i;
> >>> var command = [[Math.cos(angle), Math.sin(angle)], [255, 0,
> >>> 0, 255]];
> >>> command_map.set(i.toString(), command);
> >>> }
> >>> }
> >>> ____________________________
> >>>
> >>> The sets up a mapping of the 10-ary symbols "0123456789" to ten angles
> >>> in pi2 / 10, where n = 10 for the n-ary mapping. Since this is n-ary I
> >>> can make it use any number of unique symbols... :^)
> >>>
> >>>> If the mapping of the 10 is possible, now your talking fractals.
> >>>
> >>> ;^)
> >>>
> > You can track the digits in p1?
> oops! for some reason I thought you meant the digits in pi! Sorry. What
> is p1?
Sorry, I meant pi

Re: for Dan... Check this out:

<3ecc4473-563b-473c-8a34-9cdc7eff1b67n@googlegroups.com>

  copy mid

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

  copy link   Newsgroups: sci.math
X-Received: by 2002:ac8:5b44:0:b0:400:7bc7:655b with SMTP id n4-20020ac85b44000000b004007bc7655bmr59095qtw.5.1688942839719;
Sun, 09 Jul 2023 15:47:19 -0700 (PDT)
X-Received: by 2002:a17:903:2592:b0:1a6:4ce8:3ed5 with SMTP id
jb18-20020a170903259200b001a64ce83ed5mr10401319plb.4.1688942839051; Sun, 09
Jul 2023 15:47:19 -0700 (PDT)
Path: i2pn2.org!i2pn.org!news.1d4.us!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: sci.math
Date: Sun, 9 Jul 2023 15:47:18 -0700 (PDT)
In-Reply-To: <u8f7br$2848p$1@dont-email.me>
Injection-Info: google-groups.googlegroups.com; posting-host=32.221.202.28; posting-account=MMV3OwoAAABxhPndZPNv6CW6-fifDabn
NNTP-Posting-Host: 32.221.202.28
References: <u8dler$22n6e$1@dont-email.me> <47df57bc-96f7-496e-bf61-868b39296f7cn@googlegroups.com>
<u8f414$27mp0$1@dont-email.me> <u8f4ke$27mp0$3@dont-email.me>
<ae46f506-ea2b-406e-9056-f4793d14d465n@googlegroups.com> <u8f7br$2848p$1@dont-email.me>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <3ecc4473-563b-473c-8a34-9cdc7eff1b67n@googlegroups.com>
Subject: Re: for Dan... Check this out:
From: danj4...@gmail.com (Dan joyce)
Injection-Date: Sun, 09 Jul 2023 22:47:19 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 4750
 by: Dan joyce - Sun, 9 Jul 2023 22:47 UTC

On Sunday, July 9, 2023 at 5:04:06 PM UTC-4, Chris M. Thomasson wrote:
> On 7/9/2023 1:56 PM, Dan joyce wrote:
> > On Sunday, July 9, 2023 at 4:17:28 PM UTC-4, Chris M. Thomasson wrote:
> >> On 7/9/2023 1:07 PM, Chris M. Thomasson wrote:
> >>> On 7/9/2023 5:04 AM, Dan joyce wrote:
> >>>> On Sunday, July 9, 2023 at 2:52:22 AM UTC-4, Chris M. Thomasson wrote:
> >>>>> 0123456789
> >>>>> 10111213141516171819
> >>>>> 20212223242526272829
> >>>>> 30313233343536373839
> >>>>> 40414243444546474849
> >>>>>
> >>>>> Notice the pattern using your command map as in:
> >>>>>
> >>>>> // command map
> >>>>> const command_map = new Map([
> >>>>> ["R", [[1, 0], [255, 0, 0, 255]]],
> >>>>> ["U", [[0, 1], [0, 255, 0, 255]]],
> >>>>> ["L", [[-1, 0], [0, 255, 255, 255]]],
> >>>>> ["D", [[0, -1], [255, 255, 0, 255]]],
> >>>>>
> >>>>> // Dan's map
> >>>>> ["1", [[1, 0], [255, 0, 0, 255]]],
> >>>>> ["4", [[0, 1], [0, 255, 0, 255]]],
> >>>>> ["3", [[-1, 0], [0, 255, 255, 255]]],
> >>>>> ["2", [[0, -1], [255, 0, 255, 255]]]
> >>>>> ]);
> >>>>>
> >>>>> in:
> >>>>>
> >>>>> http://fractallife247.com/test/cmd_plot/ct_main.js
> >>>>>
> >>>>> These commands should work fine for you in my plotter:
> >>>>>
> >>>>> https://i.ibb.co/f2Km3KN/image.png
> >>>>>
> >>>>> Nice! I wonder what it would look like with larger numbers.
> >>>>>
> >>>>> Or a special mapping for 10-ary pi2 / 10 angle:
> >>>>>
> >>>>> 0123456789
> >>>>>
> >>>>> Ten symbols to map.
> >>>> Neat! That 10 directions would be a lot of angles.
> >>>
> >>> Actually, it is rather straight forward:
> >>> ___________________________
> >>> // build n-ary map
> >>> {
> >>> var n = 10;
> >>> var angle_base = Math.PI * 2 / n;
> >>>
> >>> for (var i = 0; i < 10; ++i) {
> >> ^^^^^^^^^^^^^^^^^^^
> >>
> >> I hard coded 10 here to experiment with different n's using the same
> >> angle_base. This is still in pre-alpha stage. Fun times!
> >>
> >> :^)
> >>> var angle = angle_base * i;
> >>> var command = [[Math.cos(angle), Math.sin(angle)], [255, 0,
> >>> 0, 255]];
> >>> command_map.set(i.toString(), command);
> >>> }
> >>> }
> >>> ____________________________
> >>>
> >>> The sets up a mapping of the 10-ary symbols "0123456789" to ten angles
> >>> in pi2 / 10, where n = 10 for the n-ary mapping. Since this is n-ary I
> >>> can make it use any number of unique symbols... :^)
> >>>
> >>>> If the mapping of the 10 is possible, now your talking fractals.
> >>>
> >>> ;^)
> >>>
> > You can track the digits in p1?
> Sure. Since I have the 10-ary digit map of 0...9, lets see here. I will use:
>
> https://i.ibb.co/GJqLDyW/image.png
> _______________________________
> 3141592653589793238462643383279502884
> 1971693993751058209749445923078164062
> 8620899862803482534211706798214808651
> 3282306647093844609550582231725359408
> 1284811174502841027019385211055596446
> 2294895493038196442881097566593344612
> 8475648233786783165271201909145648566
> 9234603486
> _______________________________
>
> Keep in mind that this version is not uploaded to my website, yet... ;^)
Nice!

Re: for Dan... Check this out:

<bf145bad-b132-409a-b17f-3b7051c9c5den@googlegroups.com>

  copy mid

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

  copy link   Newsgroups: sci.math
X-Received: by 2002:a05:620a:4316:b0:767:54fd:65ca with SMTP id u22-20020a05620a431600b0076754fd65camr28176qko.11.1688945149733;
Sun, 09 Jul 2023 16:25:49 -0700 (PDT)
X-Received: by 2002:a63:1d2:0:b0:54f:ce7b:e59e with SMTP id
201-20020a6301d2000000b0054fce7be59emr7922012pgb.7.1688945149179; Sun, 09 Jul
2023 16:25:49 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: sci.math
Date: Sun, 9 Jul 2023 16:25:48 -0700 (PDT)
In-Reply-To: <3ecc4473-563b-473c-8a34-9cdc7eff1b67n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=32.221.202.28; posting-account=MMV3OwoAAABxhPndZPNv6CW6-fifDabn
NNTP-Posting-Host: 32.221.202.28
References: <u8dler$22n6e$1@dont-email.me> <47df57bc-96f7-496e-bf61-868b39296f7cn@googlegroups.com>
<u8f414$27mp0$1@dont-email.me> <u8f4ke$27mp0$3@dont-email.me>
<ae46f506-ea2b-406e-9056-f4793d14d465n@googlegroups.com> <u8f7br$2848p$1@dont-email.me>
<3ecc4473-563b-473c-8a34-9cdc7eff1b67n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <bf145bad-b132-409a-b17f-3b7051c9c5den@googlegroups.com>
Subject: Re: for Dan... Check this out:
From: danj4...@gmail.com (Dan joyce)
Injection-Date: Sun, 09 Jul 2023 23:25:49 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 5346
 by: Dan joyce - Sun, 9 Jul 2023 23:25 UTC

On Sunday, July 9, 2023 at 6:47:24 PM UTC-4, Dan joyce wrote:
> On Sunday, July 9, 2023 at 5:04:06 PM UTC-4, Chris M. Thomasson wrote:
> > On 7/9/2023 1:56 PM, Dan joyce wrote:
> > > On Sunday, July 9, 2023 at 4:17:28 PM UTC-4, Chris M. Thomasson wrote:
> > >> On 7/9/2023 1:07 PM, Chris M. Thomasson wrote:
> > >>> On 7/9/2023 5:04 AM, Dan joyce wrote:
> > >>>> On Sunday, July 9, 2023 at 2:52:22 AM UTC-4, Chris M. Thomasson wrote:
> > >>>>> 0123456789
> > >>>>> 10111213141516171819
> > >>>>> 20212223242526272829
> > >>>>> 30313233343536373839
> > >>>>> 40414243444546474849
> > >>>>>
> > >>>>> Notice the pattern using your command map as in:
> > >>>>>
> > >>>>> // command map
> > >>>>> const command_map = new Map([
> > >>>>> ["R", [[1, 0], [255, 0, 0, 255]]],
> > >>>>> ["U", [[0, 1], [0, 255, 0, 255]]],
> > >>>>> ["L", [[-1, 0], [0, 255, 255, 255]]],
> > >>>>> ["D", [[0, -1], [255, 255, 0, 255]]],
> > >>>>>
> > >>>>> // Dan's map
> > >>>>> ["1", [[1, 0], [255, 0, 0, 255]]],
> > >>>>> ["4", [[0, 1], [0, 255, 0, 255]]],
> > >>>>> ["3", [[-1, 0], [0, 255, 255, 255]]],
> > >>>>> ["2", [[0, -1], [255, 0, 255, 255]]]
> > >>>>> ]);
> > >>>>>
> > >>>>> in:
> > >>>>>
> > >>>>> http://fractallife247.com/test/cmd_plot/ct_main.js
> > >>>>>
> > >>>>> These commands should work fine for you in my plotter:
> > >>>>>
> > >>>>> https://i.ibb.co/f2Km3KN/image.png
> > >>>>>
> > >>>>> Nice! I wonder what it would look like with larger numbers.
> > >>>>>
> > >>>>> Or a special mapping for 10-ary pi2 / 10 angle:
> > >>>>>
> > >>>>> 0123456789
> > >>>>>
> > >>>>> Ten symbols to map.
> > >>>> Neat! That 10 directions would be a lot of angles.
> > >>>
> > >>> Actually, it is rather straight forward:
> > >>> ___________________________
> > >>> // build n-ary map
> > >>> {
> > >>> var n = 10;
> > >>> var angle_base = Math.PI * 2 / n;
> > >>>
> > >>> for (var i = 0; i < 10; ++i) {
> > >> ^^^^^^^^^^^^^^^^^^^
> > >>
> > >> I hard coded 10 here to experiment with different n's using the same
> > >> angle_base. This is still in pre-alpha stage. Fun times!
> > >>
> > >> :^)
> > >>> var angle = angle_base * i;
> > >>> var command = [[Math.cos(angle), Math.sin(angle)], [255, 0,
> > >>> 0, 255]];
> > >>> command_map.set(i.toString(), command);
> > >>> }
> > >>> }
> > >>> ____________________________
> > >>>
> > >>> The sets up a mapping of the 10-ary symbols "0123456789" to ten angles
> > >>> in pi2 / 10, where n = 10 for the n-ary mapping. Since this is n-ary I
> > >>> can make it use any number of unique symbols... :^)
> > >>>
> > >>>> If the mapping of the 10 is possible, now your talking fractals.
> > >>>
> > >>> ;^)
> > >>>
> > > You can track the digits in p1?
> > Sure. Since I have the 10-ary digit map of 0...9, lets see here. I will use:
> >
> > https://i.ibb.co/GJqLDyW/image.png
> > _______________________________
> > 3141592653589793238462643383279502884
> > 1971693993751058209749445923078164062
> > 8620899862803482534211706798214808651
> > 3282306647093844609550582231725359408
> > 1284811174502841027019385211055596446
> > 2294895493038196442881097566593344612
> > 8475648233786783165271201909145648566
> > 9234603486
> > _______________________________
> >
> > Keep in mind that this version is not uploaded to my website, yet... ;^)
> Nice!
I will have to plot reciprocals like 1/pn like I sent to you from the start
where most of the primes leave a nice complex pattern showing many
angles in the rendering. If your 1/pn matches mine that would be fantastic..

Re: for Dan... Check this out:

<87mt047gd2.fsf@bsb.me.uk>

  copy mid

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

  copy link   Newsgroups: sci.math
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: ben.use...@bsb.me.uk (Ben Bacarisse)
Newsgroups: sci.math
Subject: Re: for Dan... Check this out:
Date: Mon, 10 Jul 2023 01:35:53 +0100
Organization: A noiseless patient Spider
Lines: 33
Message-ID: <87mt047gd2.fsf@bsb.me.uk>
References: <u8dler$22n6e$1@dont-email.me>
<47df57bc-96f7-496e-bf61-868b39296f7cn@googlegroups.com>
<u8f414$27mp0$1@dont-email.me> <u8f4ke$27mp0$3@dont-email.me>
<ae46f506-ea2b-406e-9056-f4793d14d465n@googlegroups.com>
<u8f7br$2848p$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain
Injection-Info: dont-email.me; posting-host="9e6f00d5fd215fda4d52b54772cc0b0d";
logging-data="2412515"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19UB/cnHxy4XxjaSadQceh9mAdXZPfzU5Y="
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Cancel-Lock: sha1:CwMkh8ypI0ZDKleUXM15oplgSeo=
sha1:D0fwAaUtnXBAlrrsrBx9Fj8boEQ=
X-BSB-Auth: 1.269825c70f81d2bc02a7.20230710013553BST.87mt047gd2.fsf@bsb.me.uk
 by: Ben Bacarisse - Mon, 10 Jul 2023 00:35 UTC

"Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> writes:

> On 7/9/2023 1:56 PM, Dan joyce wrote:

>> You can track the digits in p1?
>
> Sure. Since I have the 10-ary digit map of 0...9, lets see here. I will use:
>
> https://i.ibb.co/GJqLDyW/image.png
> _______________________________
> 3141592653589793238462643383279502884
> 1971693993751058209749445923078164062
> 8620899862803482534211706798214808651
> 3282306647093844609550582231725359408
> 1284811174502841027019385211055596446
> 2294895493038196442881097566593344612
> 8475648233786783165271201909145648566
> 9234603486
> _______________________________
>
> Keep in mind that this version is not uploaded to my website, yet... ;^)

Some time ago I posted a picture of this for 1,000,000 digits of pi:

http://www.bsb.me.uk/tmp/pi-walk.png
http://www.bsb.me.uk/tmp/pi-walk-col.png

The lines are not opaque, so darker areas are ones visited often (like
overdrawing with a felt-tip pen). In the coloured version, the path
starts red and goes through orange, yellow, green and then blue.

--
Ben.

Re: for Dan... Check this out:

<55666cdf-120c-486f-85f8-d2605264c6can@googlegroups.com>

  copy mid

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

  copy link   Newsgroups: sci.math
X-Received: by 2002:ad4:4b6d:0:b0:635:e3ae:e09c with SMTP id m13-20020ad44b6d000000b00635e3aee09cmr39280qvx.13.1688958749399;
Sun, 09 Jul 2023 20:12:29 -0700 (PDT)
X-Received: by 2002:a17:90a:f606:b0:263:e229:d37 with SMTP id
bw6-20020a17090af60600b00263e2290d37mr9776669pjb.5.1688958749133; Sun, 09 Jul
2023 20:12:29 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: sci.math
Date: Sun, 9 Jul 2023 20:12:28 -0700 (PDT)
In-Reply-To: <87mt047gd2.fsf@bsb.me.uk>
Injection-Info: google-groups.googlegroups.com; posting-host=32.221.202.28; posting-account=MMV3OwoAAABxhPndZPNv6CW6-fifDabn
NNTP-Posting-Host: 32.221.202.28
References: <u8dler$22n6e$1@dont-email.me> <47df57bc-96f7-496e-bf61-868b39296f7cn@googlegroups.com>
<u8f414$27mp0$1@dont-email.me> <u8f4ke$27mp0$3@dont-email.me>
<ae46f506-ea2b-406e-9056-f4793d14d465n@googlegroups.com> <u8f7br$2848p$1@dont-email.me>
<87mt047gd2.fsf@bsb.me.uk>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <55666cdf-120c-486f-85f8-d2605264c6can@googlegroups.com>
Subject: Re: for Dan... Check this out:
From: danj4...@gmail.com (Dan joyce)
Injection-Date: Mon, 10 Jul 2023 03:12:29 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 2775
 by: Dan joyce - Mon, 10 Jul 2023 03:12 UTC

On Sunday, July 9, 2023 at 8:36:06 PM UTC-4, Ben Bacarisse wrote:
> "Chris M. Thomasson" <chris.m.t...@gmail.com> writes:
>
> > On 7/9/2023 1:56 PM, Dan joyce wrote:
>
> >> You can track the digits in p1?
> >
> > Sure. Since I have the 10-ary digit map of 0...9, lets see here. I will use:
> >
> > https://i.ibb.co/GJqLDyW/image.png
> > _______________________________
> > 3141592653589793238462643383279502884
> > 1971693993751058209749445923078164062
> > 8620899862803482534211706798214808651
> > 3282306647093844609550582231725359408
> > 1284811174502841027019385211055596446
> > 2294895493038196442881097566593344612
> > 8475648233786783165271201909145648566
> > 9234603486
> > _______________________________
> >
> > Keep in mind that this version is not uploaded to my website, yet... ;^)
> Some time ago I posted a picture of this for 1,000,000 digits of pi:
>
> http://www.bsb.me.uk/tmp/pi-walk.png
> http://www.bsb.me.uk/tmp/pi-walk-col.png
>
> The lines are not opaque, so darker areas are ones visited often (like
> overdrawing with a felt-tip pen). In the coloured version, the path
> starts red and goes through orange, yellow, green and then blue.
>
> --
> Ben.
I assume the lower right is the x\y axis of x=0 and y=0.
Nice random walk on the x\y plain mostly in the second quadrant.

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor