Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

6 May, 2024: The networking issue during the past two days has been identified and appears to be fixed. Will keep monitoring.


tech / sci.math / Re: Bassam Karzeddin is dead

SubjectAuthor
o Re: Bassam Karzeddin is deadbassam karzeddin

1
Re: Bassam Karzeddin is dead

<07a4a96d-a1bd-4871-82e7-9999c2d84d92n@googlegroups.com>

  copy mid

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

  copy link   Newsgroups: sci.math
X-Received: by 2002:a05:6214:902:b0:65b:557:f699 with SMTP id dj2-20020a056214090200b0065b0557f699mr25891qvb.6.1695935321969;
Thu, 28 Sep 2023 14:08:41 -0700 (PDT)
X-Received: by 2002:a05:6808:209d:b0:3ae:2ba1:af6a with SMTP id
s29-20020a056808209d00b003ae2ba1af6amr1012160oiw.8.1695935321712; Thu, 28 Sep
2023 14:08:41 -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: Thu, 28 Sep 2023 14:08:41 -0700 (PDT)
In-Reply-To: <7ad6da8b-e2d7-4180-bb01-1774f84db3e1@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=5.45.129.31; posting-account=WJi6EQoAAADOKYQDqLrSgadtdMk3xQwo
NNTP-Posting-Host: 5.45.129.31
References: <c6bffb16-bf13-4f63-8bf6-b11618fc8b49@googlegroups.com>
<533e1371-e4b6-4f20-b2d0-9c32f18ae88e@googlegroups.com> <17a6f618-f1e7-4933-a421-9785ff245717@googlegroups.com>
<2812a268-96ba-47f3-bfdf-bbca3fb3631a@googlegroups.com> <qen97v$mgh$2@gioia.aioe.org>
<qen98n$mgh$3@gioia.aioe.org> <qen9p7$ql1$1@gioia.aioe.org>
<3ed73f58-5405-441e-97d8-44d37babbeb5@googlegroups.com> <qerh0g$1iqu$3@gioia.aioe.org>
<d3340842-1e79-424e-83f4-2edf9c7a6b26@googlegroups.com> <7ad6da8b-e2d7-4180-bb01-1774f84db3e1@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <07a4a96d-a1bd-4871-82e7-9999c2d84d92n@googlegroups.com>
Subject: Re: Bassam Karzeddin is dead
From: b.karzed...@yahoo.com (bassam karzeddin)
Injection-Date: Thu, 28 Sep 2023 21:08:41 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 5820
 by: bassam karzeddin - Thu, 28 Sep 2023 21:08 UTC

On Tuesday, June 25, 2019 at 1:37:50 AM UTC+3, j4n bur53 wrote:
> I ended with this Prolog code using DCG:
>
> fibo, ['B'] --> ['A'], !, fibo.
> fibo, ['A','B'] --> ['B'], !, fibo.
> fibo --> [].
>
> fibos --> [].
> fibos --> fibo, fibos.
>
> Here is an example run:
>
> ?- fibos(['A'],X).
> X = ['A'] ;
> X = ['B'] ;
> X = ['A', 'B'] ;
> X = ['B', 'A', 'B'] ;
> X = ['A', 'B', 'B', 'A', 'B'] ;
> X = ['B', 'A', 'B', 'A', 'B', 'B', 'A', 'B'] ;
> Etc...
> Am Dienstag, 25. Juni 2019 00:30:47 UTC+2 schrieb j4n bur53:
> > L-system for fibonacci length words in Prolog
> > https://stackoverflow.com/questions/55786984
> >
> >
> > Am Montag, 24. Juni 2019 23:57:43 UTC+2 schrieb Chris M. Thomasson:
> > > On 6/23/2019 2:15 AM, bassam king karzeddin wrote:
> > > > On Sunday, June 23, 2019 at 10:29:50 AM UTC+3, Chris M. Thomasson wrote:
> > > >> On 6/23/2019 12:20 AM, Chris M. Thomasson wrote:
> > > >>> On 6/23/2019 12:20 AM, Chris M. Thomasson wrote:
> > > >>>> On 6/22/2019 3:33 AM, Me wrote:
> > > >>>>> On Saturday, June 22, 2019 at 12:05:14 PM UTC+2, marij...@gmail..com
> > > >>>>> wrote:
> > > >>>>>
> > > >>>>>> you don't have the bare minimum idea of what you talk about.
> > > >>>>>
> > > >>>>> That's indeed the case. Actually, he's a rather typical crank.
> > > >>>>>
> > > >>>>> See: https://en.wikipedia.org/wiki/Crank_(person)
> > > >>>>>
> > > >>>>
> > > >>>> I was amused when he thought he invented n-ary trees. A simple grammar
> > > >>>> system, like an L-system does left and right, and all sorts of
> > > >>>> symbols. Wow.
> > > >>>
> > > >>> His "new" number system.
> > > >>
> > > >> LRLR is a node 4 levels down from the root in the tree. left, right,
> > > >> left, right. I am not sure why he thinks this is new. Did he ever
> > > >> program LOGO? Btw, L-systems can be great fun!
> > > >
> > > > Because I have searched a lot and asked many specialized people personally in this field, where nothing I was able to find
> > > >
> > > > But usually, if something was shown **PUBLICALLY** working perfectly and freely by an amateur who isn't any professional (nor like to be) to write it secretly for *Journals*, then the common tendencies among the professional mathematicians who understand it correctly and like to capitalize it **illegally** for themselves is simply to relate it to some older references that never talked **frankly** the same original idea of that talented amateur, where they try very hard to smell any slight tangent thing that may be far related in order to steal the whole complete idea without bothering even to mention from where they had learnt it **FIRST**
> > > >
> > > > And the (Secretive researchers or Wikipedia writers, Vidio authors and alike) are too expert into those types of clever **thefts** since they usually pick up from many others **freely** their works and simply relate them to themselves, were also their higher authorities encourage them so much in this regard just for the sake of ego problems to learn from any **mateure**and for many other "incurable diseases" with their odd behaviours for merely self protection
> > > >
> > > > So, no wonder that one might see soon many, (Papers, wiki piki articles, Videos, etc) arriving at the same thing that was **PUBLICALLY PUBLISHED FIRST**, and with so many fabricated tonnes of older references as always, as usual, NO WONDER!
> > > >
> > > > Keep it for the record for future developments in this regard about "NEW BINARY SYSTEM WITHOUT ZERO"
> > > >
> > > > and many more like topics of mine as "NON EXISTING ANGLES" or "NON-EXISTING NUMBERS", Polynomials with no roots, Complex numbers fictions, ..., ETC
> > >
> > >
> > > Have you every played around with an L-system for fun?

Here an irrefutable example about the common trollhood in logic, philosophy & math as well

But how would they know?

Bkk

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor