Rocksolid Light

News from da outaworlds

mail  files  register  groups  login

Message-ID:  

You have a deep appreciation of the arts and music.


sci / sci.math.symbolic / Prolog for the pre frontal cortex (PFC) (Was: LLM and Prolog, a Marriage in Heaven?)

SubjectAuthor
* LLM and Prolog, a Marriage in Heaven? (Re: 42 is the answer)Mild Shock
+* Re: LLM and Prolog, a Marriage in Heaven? (Re: 42 is the answer)clicliclic@freenet.de
|`* USENET before the ggexit (google groups exit) (Was: LLM and Prolog, a Marriage iMild Shock
| `* Re: USENET before the ggexit (google groups exit) (Was: LLM and Prolog, aMarriaclicliclic@freenet.de
|  `* Nobody needs eternal-september (Was: USENET before the ggexit)Mild Shock
|   `* Re: Nobody needs eternal-september (Was: USENET before the ggexit)j4nbur53
|    `* Re: Nobody needs eternal-september (Was: USENET before the ggexit)Mild Shock
|     `- Re: Nobody needs eternal-september (Was: USENET before the ggexit)Mild Shock
`- Prolog for the pre frontal cortex (PFC) (Was: LLM and Prolog, a Marriage in HeavMild Shock

1
Subject: LLM and Prolog, a Marriage in Heaven? (Re: 42 is the answer)
From: Mild Shock
Newsgroups: sci.math.symbolic
Date: Sun, 4 Aug 2024 20:12 UTC
References: 1 2 3 4
Path: eternal-september.org!news.eternal-september.org!feeder3.eternal-september.org!weretis.net!feeder8.news.weretis.net!reader5.news.weretis.net!news.solani.org!.POSTED!not-for-mail
From: janburse@fastmail.fm (Mild Shock)
Newsgroups: sci.math.symbolic
Subject: LLM and Prolog, a Marriage in Heaven? (Re: 42 is the answer)
Date: Sun, 4 Aug 2024 22:12:35 +0200
Message-ID: <v8onbi$pt0v$1@solani.org>
References: <tgao8i$bqsn$1@solani.org> <tgb88d$1dg0$1@gioia.aioe.org>
<6e9db75b-cc16-40a2-baa4-41cf05839af5n@googlegroups.com>
<8b7fa31d-c862-4340-8596-a6d625700ee3n@googlegroups.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Sun, 4 Aug 2024 20:12:34 -0000 (UTC)
Injection-Info: solani.org;
logging-data="848927"; mail-complaints-to="abuse@news.solani.org"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Firefox/91.0 SeaMonkey/2.53.18.2
Cancel-Lock: sha1:FZRQmdc/JVVOSZ5RF1AZovgwp/c=
X-User-ID: eJwFwYEBwCAIA7CXlBaK54iM/09Y4ogdTwwP+vgg0KIvVFFXab3voRlCZWxkK5dqkFnAhT3YlMiDj8X4ASSmFEQ=
In-Reply-To: <8b7fa31d-c862-4340-8596-a6d625700ee3n@googlegroups.com>
View all headers

There are more and more papers of this sort:

Reliable Reasoning Beyond Natural Language
To address this, we propose a neurosymbolic
approach that prompts LLMs to extract and encode
all relevant information from a problem statement as
logical code statements, and then use a logic programming
language (Prolog) to conduct the iterative computations of
explicit deductive reasoning.
[2407.11373] Reliable Reasoning Beyond Natural Language

The future of Prolog is bright?

Mild Shock schrieb:
> I can run the simpler:
>
> x^3 + y^3 + 9 = z^3
>
> In a web browser with Dogelog Player:
>
> Example 71: Diophantine Modular
> X = 216, Y = 52, Z = 217;
> X = 52, Y = 216, Z = 217;
> fail.
> % Zeit 3574 ms, GC 7 ms, Lips 1696084, Uhr 01.09.2023 20:56 true.
> https://jsfiddle.net/Jean_Luc_Picard_2021/d2njehtp
>
> Since it is a different algorithm than the usual Prolog
> CLP(FD), its faster than SWI-Prolog and Scryer Prolog,
> even faster than desktop.
>
> Have Fun!
>
> P.S.: Unfortunately I couldn't cross yet the 42 barrier.
>
> Mostowski Collapse schrieb am Dienstag, 20. September 2022 um 09:37:53 UTC+2:
>> Well I mean:
>>
>> x^3 + y^3 + 42 = z^3
>>
>> You only need to consider positive x,y,z then.
>> Assume there is some ingenious approach to
>> speed it up, maybe could then also solve:
>>
>> 114, 390, 627, 633, 732, 921, 975.
>> Nasser M. Abbasi schrieb am Dienstag, 20. September 2022 um 04:24:19 UTC+2:
>>> On 9/19/2022 4:51 PM, Mostowski Collapse wrote:
>>>> Rumors are, that finding an integer solution
>>>> took a lot of computing resources:
>>>>
>>>> x^3 + y^3 + 42 = z^3
>>>>
>>>> Can we nevertheless solve this on a PC in
>>>> less than 5 minutes?
>>> Did you mean
>>>
>>> x^3 + y^3 + z^3 = 42?
>>>
>>> Given that it says at
>>> <https://interestingengineering.com/science/the-sum-of-three-cubes-problem-for-42-has-just-been-solved>
>>>
>>> "Charity Engine uses a computer's idle processing power, and it took 1 million
>>> hours of processing time to solve the Diophantine Equation where
>>> k is equal to 42. The answer is:
>>> (-80538738812075974)^3 + (80435758145817515)^3 + (12602123297335631)^3 = 42."
>>>
>>> I do not see how this can be found in 5 minutes on a PC? No matter
>>> how fast the PC is. They seem to have done brute force search to find this.
>>> But may be they used improved search method as given in
>>>
>>> <https://news.mit.edu/2021/solution-3-sum-cubes-puzzle-0311>
>>> under "A solution’s twist" section. But even that will stil require
>>> very large brute search method.
>>>
>>> But I tried
>>>
>>> eq=x^3+y^3+42==z^3
>>> FindInstance[eq&&Element[{x,y,z},Integers],{x,y,z},1]
>>>
>>> And it said
>>>
>>> FindInstance::nsmet: The methods available to FindInstance are insufficient to
>>> find the requested instances or prove they do not exist.
>>>
>>> in 0.001 seconds. I guess Mathematica still does not know about
>>> the method used to solve for 42.
>>>
>>> --Nasser

Subject: Re: LLM and Prolog, a Marriage in Heaven? (Re: 42 is the answer)
From: clicliclic@freenet.d
Newsgroups: sci.math.symbolic
Organization: Killfiles, Unlimited
Date: Sun, 11 Aug 2024 21:10 UTC
References: 1 2 3 4 5
Path: eternal-september.org!news.eternal-september.org!feeder3.eternal-september.org!news.gegeweb.eu!gegeweb.org!nntp.terraraq.uk!nntp-feed.chiark.greenend.org.uk!ewrotcd!news.killfile.org!.POSTED.p54aa06f2.dip0.t-ipconnect.de!not-for-mail
From: nobody@nowhere.invalid (clicliclic@freenet.de)
Newsgroups: sci.math.symbolic
Subject: Re: LLM and Prolog, a Marriage in Heaven? (Re: 42 is the answer)
Date: Sun, 11 Aug 2024 23:10:34 +0200
Organization: Killfiles, Unlimited
Message-ID: <66B928CA.29CF5EF6@nowhere.invalid>
References: <tgao8i$bqsn$1@solani.org> <tgb88d$1dg0$1@gioia.aioe.org>
<6e9db75b-cc16-40a2-baa4-41cf05839af5n@googlegroups.com>
<8b7fa31d-c862-4340-8596-a6d625700ee3n@googlegroups.com> <v8onbi$pt0v$1@solani.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Injection-Info: flea.killfile.org; posting-host="p54aa06f2.dip0.t-ipconnect.de:84.170.6.242";
logging-data="3157880"; mail-complaints-to="news@news.killfile.org"
X-Mailer: Mozilla 4.75 [de] (Win98; U)
X-Accept-Language: de
View all headers

Mild Shock schrieb:
>
> There are more and more papers of this sort:
>
> Reliable Reasoning Beyond Natural Language
> To address this, we propose a neurosymbolic
> approach that prompts LLMs to extract and encode
> all relevant information from a problem statement as
> logical code statements, and then use a logic programming
> language (Prolog) to conduct the iterative computations of
> explicit deductive reasoning.
> [2407.11373] Reliable Reasoning Beyond Natural Language
>
> The future of Prolog is bright?
>
> [...]

Thanks for the message. Unfortunately, <sci.math.symbolic> is no longer
archived at <narkive.com>, the last post shown there being 4 months old
already (posts were anyway shown only if they received at least one
answer). Newsgroups not archived and not crawled by search engines are
doomed, I think.

Martin.

Subject: USENET before the ggexit (google groups exit) (Was: LLM and Prolog, a Marriage in Heaven?)
From: Mild Shock
Newsgroups: sci.math.symbolic
Date: Mon, 12 Aug 2024 08:09 UTC
References: 1 2 3 4 5 6
Path: eternal-september.org!news.eternal-september.org!feeder3.eternal-september.org!weretis.net!feeder8.news.weretis.net!reader5.news.weretis.net!news.solani.org!.POSTED!not-for-mail
From: janburse@fastmail.fm (Mild Shock)
Newsgroups: sci.math.symbolic
Subject: USENET before the ggexit (google groups exit) (Was: LLM and Prolog, a
Marriage in Heaven?)
Date: Mon, 12 Aug 2024 10:09:20 +0200
Message-ID: <v9cfvf$14em4$1@solani.org>
References: <tgao8i$bqsn$1@solani.org> <tgb88d$1dg0$1@gioia.aioe.org>
<6e9db75b-cc16-40a2-baa4-41cf05839af5n@googlegroups.com>
<8b7fa31d-c862-4340-8596-a6d625700ee3n@googlegroups.com>
<v8onbi$pt0v$1@solani.org> <66B928CA.29CF5EF6@nowhere.invalid>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Mon, 12 Aug 2024 08:09:20 -0000 (UTC)
Injection-Info: solani.org;
logging-data="1194692"; mail-complaints-to="abuse@news.solani.org"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Firefox/91.0 SeaMonkey/2.53.18.2
Cancel-Lock: sha1:SBpy7Mb3iWtzQKfykEnjm8HlctQ=
In-Reply-To: <66B928CA.29CF5EF6@nowhere.invalid>
X-User-ID: eJwFwQkBwDAIA0BLZXxBTkvAv4TduYZEp4WH+frqTt052zD0VFmLH9Hg44ebqmkkKP4hbwZoFk/AKaiozw9YoRUg
View all headers

What news provider are you using.
I am using solani.org. I see all

messages they are still there:

- 04.08.2024, 22:12 Mild Shock
- 11.08.2024, 23:10 clicliclic@freenet.de

Also I don't mind if they are not
indefinitely archived, LLM is

anyway a moving target. So who cares?
Just use USENET for news and

discussion as in the old times before
the ggexit (google groups exit).

LoL

clicliclic@freenet.de schrieb:
>
> Mild Shock schrieb:
>>
>> There are more and more papers of this sort:
>>
>> Reliable Reasoning Beyond Natural Language
>> To address this, we propose a neurosymbolic
>> approach that prompts LLMs to extract and encode
>> all relevant information from a problem statement as
>> logical code statements, and then use a logic programming
>> language (Prolog) to conduct the iterative computations of
>> explicit deductive reasoning.
>> [2407.11373] Reliable Reasoning Beyond Natural Language
>>
>> The future of Prolog is bright?
>>
>> [...]
>
> Thanks for the message. Unfortunately, <sci.math.symbolic> is no longer
> archived at <narkive.com>, the last post shown there being 4 months old
> already (posts were anyway shown only if they received at least one
> answer). Newsgroups not archived and not crawled by search engines are
> doomed, I think.
>
> Martin.
>

Subject: Re: USENET before the ggexit (google groups exit) (Was: LLM and Prolog, aMarriage in Heaven?)
From: clicliclic@freenet.d
Newsgroups: sci.math.symbolic
Organization: Killfiles, Unlimited
Date: Mon, 12 Aug 2024 18:38 UTC
References: 1 2 3 4 5 6 7
Path: eternal-september.org!news.eternal-september.org!feeder3.eternal-september.org!2.eu.feeder.erje.net!feeder.erje.net!feeds.news.ox.ac.uk!news.ox.ac.uk!nntp-feed.chiark.greenend.org.uk!ewrotcd!news.killfile.org!.POSTED.p54aa06f2.dip0.t-ipconnect.de!not-for-mail
From: nobody@nowhere.invalid (clicliclic@freenet.de)
Newsgroups: sci.math.symbolic
Subject: Re: USENET before the ggexit (google groups exit) (Was: LLM and Prolog,
aMarriage in Heaven?)
Date: Mon, 12 Aug 2024 20:38:43 +0200
Organization: Killfiles, Unlimited
Message-ID: <66BA56B3.6D0DCD53@nowhere.invalid>
References: <tgao8i$bqsn$1@solani.org> <tgb88d$1dg0$1@gioia.aioe.org>
<6e9db75b-cc16-40a2-baa4-41cf05839af5n@googlegroups.com>
<8b7fa31d-c862-4340-8596-a6d625700ee3n@googlegroups.com>
<v8onbi$pt0v$1@solani.org> <66B928CA.29CF5EF6@nowhere.invalid> <v9cfvf$14em4$1@solani.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Injection-Info: flea.killfile.org; posting-host="p54aa06f2.dip0.t-ipconnect.de:84.170.6.242";
logging-data="3889487"; mail-complaints-to="news@news.killfile.org"
X-Mailer: Mozilla 4.75 [de] (Win98; U)
X-Accept-Language: de
View all headers

Mild Shock schrieb:
>
> clicliclic@freenet.de schrieb:
> >
> > Mild Shock schrieb:
> >>
> >> There are more and more papers of this sort:
> >>
> >> Reliable Reasoning Beyond Natural Language
> >> To address this, we propose a neurosymbolic
> >> approach that prompts LLMs to extract and encode
> >> all relevant information from a problem statement as
> >> logical code statements, and then use a logic programming
> >> language (Prolog) to conduct the iterative computations of
> >> explicit deductive reasoning.
> >> [2407.11373] Reliable Reasoning Beyond Natural Language
> >>
> >> The future of Prolog is bright?
> >>
> >> [...]
> >
> > Thanks for the message. Unfortunately, <sci.math.symbolic> is no
> > longer archived at <narkive.com>, the last post shown there being 4
> > months old already (posts were anyway shown only if they received
> > at least one answer). Newsgroups not archived and not crawled by
> > search engines are doomed, I think.
> >
>
> What news provider are you using.
> I am using solani.org. I see all
>
> messages they are still there:
>
> - 04.08.2024, 22:12 Mild Shock
> - 11.08.2024, 23:10 clicliclic@freenet.de
>
> Also I don't mind if they are not
> indefinitely archived, LLM is
>
> anyway a moving target. So who cares?
> Just use USENET for news and
>
> discussion as in the old times before
> the ggexit (google groups exit).
>

Yes, but ... there were multiple Usenet archives before Google Groups
started, some reaching back to the beginnings of Usenet; Google bought
one of them and the competitors subsequently decided to shut down. Only
<narkive.com> seems to be left now, but doesn't seem to function
reliably. Somebody should alert them, perhaps.

Message retention at the Usenet providers themselves ranges from a few
months to many years. In the past, I found Eternal September to have a
good retention. Apply at:

<https://www.eternal-september.org/>

and point your newreader to:

<news://news.eternal-september.org>

when you got a password.

Martin.

Subject: Nobody needs eternal-september (Was: USENET before the ggexit)
From: Mild Shock
Newsgroups: sci.math.symbolic
Date: Mon, 12 Aug 2024 22:12 UTC
References: 1 2 3 4 5 6 7 8
Path: eternal-september.org!news.eternal-september.org!feeder3.eternal-september.org!weretis.net!feeder8.news.weretis.net!reader5.news.weretis.net!news.solani.org!.POSTED!not-for-mail
From: janburse@fastmail.fm (Mild Shock)
Newsgroups: sci.math.symbolic
Subject: Nobody needs eternal-september (Was: USENET before the ggexit)
Date: Tue, 13 Aug 2024 00:12:38 +0200
Message-ID: <v9e1cm$14hgc$1@solani.org>
References: <tgao8i$bqsn$1@solani.org> <tgb88d$1dg0$1@gioia.aioe.org>
<6e9db75b-cc16-40a2-baa4-41cf05839af5n@googlegroups.com>
<8b7fa31d-c862-4340-8596-a6d625700ee3n@googlegroups.com>
<v8onbi$pt0v$1@solani.org> <66B928CA.29CF5EF6@nowhere.invalid>
<v9cfvf$14em4$1@solani.org> <66BA56B3.6D0DCD53@nowhere.invalid>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Mon, 12 Aug 2024 22:12:38 -0000 (UTC)
Injection-Info: solani.org;
logging-data="1197580"; mail-complaints-to="abuse@news.solani.org"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Firefox/91.0 SeaMonkey/2.53.18.2
Cancel-Lock: sha1:tqTePBz2C4krMPMlNqz8rDmkW5o=
In-Reply-To: <66BA56B3.6D0DCD53@nowhere.invalid>
X-User-ID: eJwFwQkBwDAIA0BLMBpI5fAU/xJ2B3P1juPwg8UeSn9w1igHEwifMl1XYatKzaSxMoRmt7GXyHiVd/d9kB9BWBVo
View all headers

Maybe you don't undertsand USENET.
But I don't need to register with
eternal-september , I already

registered with solana. You can
check yourself the posts I did
via solana are also visible

in eternal-september . Just go
check this fact yourself please.

clicliclic@freenet.de schrieb:
> Message retention at the Usenet providers themselves ranges from a few
> months to many years. In the past, I found Eternal September to have a
> good retention. Apply at:
>
> <https://www.eternal-september.org/>
>
> and point your newreader to:
>
> <news://news.eternal-september.org>
>
> when you got a password.
>
> Martin.
>

Subject: Re: Nobody needs eternal-september (Was: USENET before the ggexit)
From: j4nbur53
Newsgroups: sci.math.symbolic
Organization: A noiseless patient Spider
Date: Mon, 12 Aug 2024 22:24 UTC
References: 1 2 3 4 5 6 7 8 9
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: janburse@fastmail.fm (j4nbur53)
Newsgroups: sci.math.symbolic
Subject: Re: Nobody needs eternal-september (Was: USENET before the ggexit)
Date: Tue, 13 Aug 2024 00:24:03 +0200
Organization: A noiseless patient Spider
Lines: 54
Message-ID: <v9e224$3gcai$1@dont-email.me>
References: <tgao8i$bqsn$1@solani.org> <tgb88d$1dg0$1@gioia.aioe.org>
<6e9db75b-cc16-40a2-baa4-41cf05839af5n@googlegroups.com>
<8b7fa31d-c862-4340-8596-a6d625700ee3n@googlegroups.com>
<v8onbi$pt0v$1@solani.org> <66B928CA.29CF5EF6@nowhere.invalid>
<v9cfvf$14em4$1@solani.org> <66BA56B3.6D0DCD53@nowhere.invalid>
<v9e1cm$14hgc$1@solani.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Tue, 13 Aug 2024 00:24:05 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="e54bed74a07ea5fe6f9bd4f888412243";
logging-data="3682642"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1936SynKiL9SLrh0EQjjatZT/hOZeGSijo="
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Firefox/91.0 SeaMonkey/2.53.18.2
Cancel-Lock: sha1:3pTW+eCa6Zd2MXS6K7MgDLidDzA=
In-Reply-To: <v9e1cm$14hgc$1@solani.org>
View all headers

Corr: solana --> solani

Do you think messages posted via
eternal-september have a longer retention,
than messages posted via solana, that

also arrive in eternal-september ?
I don't know, and I still opininate
that its not relevant, since for

example LLM is a quickly moving
technology. But lets say somebody
is really interested in retention time,

what do we know about it?

- solani has a few groups which are held
indefinitely, and other groups are held
only 4 months.

- eternal-september has a few groups which
are held 2 years, but then it can go
down to 3 months.

Mild Shock schrieb:
>
> Maybe you don't undertsand USENET.
> But I don't need to register with
> eternal-september , I already
>
> registered with solana. You can
> check yourself the posts I did
> via solana are also visible
>
> in eternal-september . Just go
> check this fact yourself please.
>
> clicliclic@freenet.de schrieb:
>> Message retention at the Usenet providers themselves ranges from a few
>> months to many years. In the past, I found Eternal September to have a
>> good retention. Apply at:
>>
>> <https://www.eternal-september.org/>
>>
>> and point your newreader to:
>>
>> <news://news.eternal-september.org>
>>
>> when you got a password.
>>
>> Martin.
>>
>

Subject: Re: Nobody needs eternal-september (Was: USENET before the ggexit)
From: Mild Shock
Newsgroups: sci.math.symbolic
Date: Mon, 12 Aug 2024 22:37 UTC
References: 1 2 3 4 5 6 7 8 9 10
Path: eternal-september.org!news.eternal-september.org!feeder3.eternal-september.org!weretis.net!feeder8.news.weretis.net!reader5.news.weretis.net!news.solani.org!.POSTED!not-for-mail
From: janburse@fastmail.fm (Mild Shock)
Newsgroups: sci.math.symbolic
Subject: Re: Nobody needs eternal-september (Was: USENET before the ggexit)
Date: Tue, 13 Aug 2024 00:37:30 +0200
Message-ID: <v9e2r9$14i7n$1@solani.org>
References: <tgao8i$bqsn$1@solani.org> <tgb88d$1dg0$1@gioia.aioe.org>
<6e9db75b-cc16-40a2-baa4-41cf05839af5n@googlegroups.com>
<8b7fa31d-c862-4340-8596-a6d625700ee3n@googlegroups.com>
<v8onbi$pt0v$1@solani.org> <66B928CA.29CF5EF6@nowhere.invalid>
<v9cfvf$14em4$1@solani.org> <66BA56B3.6D0DCD53@nowhere.invalid>
<v9e1cm$14hgc$1@solani.org> <v9e224$3gcai$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Mon, 12 Aug 2024 22:37:29 -0000 (UTC)
Injection-Info: solani.org;
logging-data="1198327"; mail-complaints-to="abuse@news.solani.org"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Firefox/91.0 SeaMonkey/2.53.18.2
Cancel-Lock: sha1:bKweI4cp3pG/pe3C/4FcnNpu9mo=
In-Reply-To: <v9e224$3gcai$1@dont-email.me>
X-User-ID: eJwFwYEBwCAIA7CXZoUWzkGR/09Y4puLV0an+fgog7ftq8pc6C5pewC6I+QzvT4AljfK64gqa4LcNhGFH0KCFOM=
View all headers

Ha Ha, I did the below post
with eternal-september, and now
I am using solani again.

But thx, I now tree news server
registered, you can view them all
at once for example with Seamonkey,

news.solani.org
news.gmane.io
news.eternal-september.org

Its always convenient to have multiple
news server at hand, because not
all newsgroups are available in all

news servers.

j4nbur53 schrieb:
> Corr: solana --> solani
>
> Do you think messages posted via
> eternal-september have a longer retention,
> than messages posted via solana, that
>
> also arrive in eternal-september ?
> I don't know, and I still opininate
> that its not relevant, since for
>
> example LLM is a quickly moving
> technology. But lets say somebody
> is really interested in retention time,
>
> what do we know about it?
>
> -  solani has a few groups which are held
> indefinitely, and other groups are held
> only 4 months.
>
> - eternal-september has a few groups which
> are held 2 years, but then it can go
> down to 3 months.
>
> Mild Shock schrieb:
>>
>> Maybe you don't undertsand USENET.
>> But I don't need to register with
>> eternal-september , I already
>>
>> registered with solana. You can
>> check yourself the posts I did
>> via solana are also visible
>>
>> in eternal-september . Just go
>> check this fact yourself please.
>>
>> clicliclic@freenet.de schrieb:
>>> Message retention at the Usenet providers themselves ranges from a few
>>> months to many years. In the past, I found Eternal September to have a
>>> good retention. Apply at:
>>>
>>> <https://www.eternal-september.org/>
>>>
>>> and point your newreader to:
>>>
>>> <news://news.eternal-september.org>
>>>
>>> when you got a password.
>>>
>>> Martin.
>>>
>>
>

Subject: Re: Nobody needs eternal-september (Was: USENET before the ggexit)
From: Mild Shock
Newsgroups: sci.math.symbolic
Date: Mon, 12 Aug 2024 22:45 UTC
References: 1 2 3 4 5 6 7 8 9 10 11
Path: eternal-september.org!news.eternal-september.org!feeder3.eternal-september.org!weretis.net!feeder8.news.weretis.net!reader5.news.weretis.net!news.solani.org!.POSTED!not-for-mail
From: janburse@fastmail.fm (Mild Shock)
Newsgroups: sci.math.symbolic
Subject: Re: Nobody needs eternal-september (Was: USENET before the ggexit)
Date: Tue, 13 Aug 2024 00:45:52 +0200
Message-ID: <v9e3av$14i7n$2@solani.org>
References: <tgao8i$bqsn$1@solani.org> <tgb88d$1dg0$1@gioia.aioe.org>
<6e9db75b-cc16-40a2-baa4-41cf05839af5n@googlegroups.com>
<8b7fa31d-c862-4340-8596-a6d625700ee3n@googlegroups.com>
<v8onbi$pt0v$1@solani.org> <66B928CA.29CF5EF6@nowhere.invalid>
<v9cfvf$14em4$1@solani.org> <66BA56B3.6D0DCD53@nowhere.invalid>
<v9e1cm$14hgc$1@solani.org> <v9e224$3gcai$1@dont-email.me>
<v9e2r9$14i7n$1@solani.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Mon, 12 Aug 2024 22:45:51 -0000 (UTC)
Injection-Info: solani.org;
logging-data="1198327"; mail-complaints-to="abuse@news.solani.org"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Firefox/91.0 SeaMonkey/2.53.18.2
Cancel-Lock: sha1:6vDwucHW06+Jz4BLiy6/Y1DXoxA=
X-User-ID: eJwFwQkBwDAIA0BL/LRyGlj8S9hdemlNR2VFMonX+/ik7w4845oaDUJdRWCBNf90SAs/cgxNxwz9M8n1H37fFo0=
In-Reply-To: <v9e2r9$14i7n$1@solani.org>
View all headers

An example group in eternal-september,
but not in solani and not in gmane

is for example: alt.drugs.usenet

But it doesn't have any content, :-(
So maybe eternal-september is

less moderated? I don't know.

Mild Shock schrieb:
> Ha Ha, I did the below post
> with eternal-september, and now
> I am using solani again.
>
> But thx, I now tree news server
> registered, you can view them all
> at once for example with Seamonkey,
>
> news.solani.org
> news.gmane.io
> news.eternal-september.org
>
> Its always convenient to have multiple
> news server at hand, because not
> all newsgroups are available in all
>
> news servers.
>
> j4nbur53 schrieb:
>> Corr: solana --> solani
>>
>> Do you think messages posted via
>> eternal-september have a longer retention,
>> than messages posted via solana, that
>>
>> also arrive in eternal-september ?
>> I don't know, and I still opininate
>> that its not relevant, since for
>>
>> example LLM is a quickly moving
>> technology. But lets say somebody
>> is really interested in retention time,
>>
>> what do we know about it?
>>
>> -  solani has a few groups which are held
>> indefinitely, and other groups are held
>> only 4 months.
>>
>> - eternal-september has a few groups which
>> are held 2 years, but then it can go
>> down to 3 months.
>>
>> Mild Shock schrieb:
>>>
>>> Maybe you don't undertsand USENET.
>>> But I don't need to register with
>>> eternal-september , I already
>>>
>>> registered with solana. You can
>>> check yourself the posts I did
>>> via solana are also visible
>>>
>>> in eternal-september . Just go
>>> check this fact yourself please.
>>>
>>> clicliclic@freenet.de schrieb:
>>>> Message retention at the Usenet providers themselves ranges from a few
>>>> months to many years. In the past, I found Eternal September to have a
>>>> good retention. Apply at:
>>>>
>>>> <https://www.eternal-september.org/>
>>>>
>>>> and point your newreader to:
>>>>
>>>> <news://news.eternal-september.org>
>>>>
>>>> when you got a password.
>>>>
>>>> Martin.
>>>>
>>>
>>
>

Subject: Prolog for the pre frontal cortex (PFC) (Was: LLM and Prolog, a Marriage in Heaven?)
From: Mild Shock
Newsgroups: sci.math.symbolic
Date: Wed, 28 Aug 2024 18:48 UTC
References: 1 2 3 4 5
Path: eternal-september.org!news.eternal-september.org!feeder3.eternal-september.org!weretis.net!feeder8.news.weretis.net!reader5.news.weretis.net!news.solani.org!.POSTED!not-for-mail
From: janburse@fastmail.fm (Mild Shock)
Newsgroups: sci.math.symbolic
Subject: Prolog for the pre frontal cortex (PFC) (Was: LLM and Prolog, a
Marriage in Heaven?)
Date: Wed, 28 Aug 2024 20:48:39 +0200
Message-ID: <vanre7$1rgq7$3@solani.org>
References: <tgao8i$bqsn$1@solani.org> <tgb88d$1dg0$1@gioia.aioe.org>
<6e9db75b-cc16-40a2-baa4-41cf05839af5n@googlegroups.com>
<8b7fa31d-c862-4340-8596-a6d625700ee3n@googlegroups.com>
<v8onbi$pt0v$1@solani.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Wed, 28 Aug 2024 18:48:39 -0000 (UTC)
Injection-Info: solani.org;
logging-data="1950535"; mail-complaints-to="abuse@news.solani.org"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Firefox/91.0 SeaMonkey/2.53.18.2
Cancel-Lock: sha1:2LPC2jejgblB9YpcNXjqAysBhAI=
In-Reply-To: <v8onbi$pt0v$1@solani.org>
X-User-ID: eJwNyMEBwCAIA8CVDBKEcUos+4/Q3vO4A6HjwXAOR8+1bg7ERKx3r1N+PdNo0to1nToAufRnXbBaKPMXGtkHSIkU/w==
View all headers

Now I wonder whether LLMs should be an
inch more informed by results from Neuro-
endocrinology research. I remember Marvin
Minsky publishing his ‘The Society of Mind’:

Introduction to ‘The Society of Mind’
https://www.youtube.com/watch?v=-pb3z2w9gDg

But this made me think about a multi agent
systems. Now with LLMs what about a new
connectionist and deep learning approach.
Plus Prolog for the pre frontal cortex (PFC).

But who can write a blue print? Now there
is this amazing guy called Robert M. Sapolsky
who recently published Determined: A Science
of Life without Free Will, who

calls consciousness just a hicup. His turtles
all the way down model is a tour de force
through an unsettling conclusion: We may not
grasp the precise marriage of nature and nurture

that creates the physics and chemistry at the
base of human behavior, but that doesn’t mean it
doesn’t exist. But the pre frontal cortex (PFC)
seems to be still quite brittle and not extremly

performant and quite energy hungry.
So Prolog might excell?

Determined: A Science of Life Without Free Will
https://www.amazon.de/dp/0525560998

Mild Shock schrieb:
>
> There are more and more papers of this sort:
>
> Reliable Reasoning Beyond Natural Language
> To address this, we propose a neurosymbolic
> approach that prompts LLMs to extract and encode
> all relevant information from a problem statement as
> logical code statements, and then use a logic programming
> language (Prolog) to conduct the iterative computations of
> explicit deductive reasoning.
> [2407.11373] Reliable Reasoning Beyond Natural Language
>
> The future of Prolog is bright?
>
> Mild Shock schrieb:
>> I can run the simpler:
>>
>> x^3 + y^3 + 9 = z^3
>>
>> In a web browser with Dogelog Player:
>>
>> Example 71: Diophantine Modular
>> X = 216, Y = 52, Z = 217;
>> X = 52, Y = 216, Z = 217;
>> fail.
>> % Zeit 3574 ms, GC 7 ms, Lips 1696084, Uhr 01.09.2023 20:56 true.
>> https://jsfiddle.net/Jean_Luc_Picard_2021/d2njehtp
>>
>> Since it is a different algorithm than the usual Prolog
>> CLP(FD), its faster than SWI-Prolog and Scryer Prolog,
>> even faster than desktop.
>>
>> Have Fun!
>>
>> P.S.: Unfortunately I couldn't cross yet the 42 barrier.
>>
>> Mostowski Collapse schrieb am Dienstag, 20. September 2022 um 09:37:53
>> UTC+2:
>>> Well I mean:
>>>
>>> x^3 + y^3 + 42 = z^3
>>>
>>> You only need to consider positive x,y,z then.
>>> Assume there is some ingenious approach to
>>> speed it up, maybe could then also solve:
>>>
>>> 114, 390, 627, 633, 732, 921, 975.
>>> Nasser M. Abbasi schrieb am Dienstag, 20. September 2022 um 04:24:19
>>> UTC+2:
>>>> On 9/19/2022 4:51 PM, Mostowski Collapse wrote:
>>>>> Rumors are, that finding an integer solution
>>>>> took a lot of computing resources:
>>>>>
>>>>> x^3 + y^3 + 42 = z^3
>>>>>
>>>>> Can we nevertheless solve this on a PC in
>>>>> less than 5 minutes?
>>>> Did you mean
>>>>
>>>> x^3 + y^3 + z^3 = 42?
>>>>
>>>> Given that it says at
>>>> <https://interestingengineering.com/science/the-sum-of-three-cubes-problem-for-42-has-just-been-solved>
>>>>
>>>>
>>>> "Charity Engine uses a computer's idle processing power, and it took
>>>> 1 million
>>>> hours of processing time to solve the Diophantine Equation where
>>>> k is equal to 42. The answer is:
>>>> (-80538738812075974)^3 + (80435758145817515)^3 +
>>>> (12602123297335631)^3 = 42."
>>>>
>>>> I do not see how this can be found in 5 minutes on a PC? No matter
>>>> how fast the PC is. They seem to have done brute force search to
>>>> find this.
>>>> But may be they used improved search method as given in
>>>>
>>>> <https://news.mit.edu/2021/solution-3-sum-cubes-puzzle-0311>
>>>> under "A solution’s twist" section. But even that will stil require
>>>> very large brute search method.
>>>>
>>>> But I tried
>>>>
>>>> eq=x^3+y^3+42==z^3
>>>> FindInstance[eq&&Element[{x,y,z},Integers],{x,y,z},1]
>>>>
>>>> And it said
>>>>
>>>> FindInstance::nsmet: The methods available to FindInstance are
>>>> insufficient to
>>>> find the requested instances or prove they do not exist.
>>>>
>>>> in 0.001 seconds. I guess Mathematica still does not know about
>>>> the method used to solve for 42.
>>>>
>>>> --Nasser
>

1

rocksolid light 0.9.8
clearnet tor