Not only $TSLA is on fire sale! [The Decline of Prolog] (Was: "superhumaness" excels "stackoverflow reputation")

Liste des GroupesRevenir à cl prolog 
Sujet : Not only $TSLA is on fire sale! [The Decline of Prolog] (Was: "superhumaness" excels "stackoverflow reputation")
De : janburse (at) *nospam* fastmail.fm (Mild Shock)
Groupes : comp.lang.prolog
Date : 14. Mar 2025, 13:37:11
Autres entêtes
Message-ID : <vr17tl$1fbek$1@solani.org>
References : 1 2 3 4 5 6 7 8
User-Agent : Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0 SeaMonkey/2.53.20
Hi,
Not only $TSLA is on fire sale! Also
Prolog system have capitualted long ago.
Scryer Prolog and Trealla Prolog copy
some old CLP(X) nonsense based on attributed
variables. SWI-Prolog isn't better off.
Basically the USA and their ICLP venue
is dumbing down all of Prolog development,
so that nonsense such as this is published:
Automatic Differentiation in Prolog
Schrijvers Tom et. al - 2023
https://arxiv.org/pdf/2305.07878
It has the most stupid conclusion.
"In future work we plan to explore Prolog’s meta-
programming facilities (e.g., term expansion) to
implement partial evaluation of revad/5 calls on
known expressions. We also wish to develop further
applications on top of our AD approach, such as
Prolog-based neural networks and integration with
existing probabilistic logic programming languages."
As if term expansion would do anything good
concerning the evaluation or training of neural
networks. They are totally clueless!
Bye
P.S.: The stupidity is even topped, that people
have unlearned how to do symbolic algebra
in Prolog itself. They are not able to code it:
?- simplify(x+x+y-y,E).
E = number(2)*x+y-y
 > Simplification is hard (IMO).
Instead they are now calling Python:
sym(A * B, S) :-
     !, sym(A, A1),
     sym(B, B1),
     py_call(operator:mul(A1, B1), S).
mys(S, A * B) :-
     py_call(sympy:'Mul', Mul),
     py_call(isinstance(S, Mul), @(true)),
     !, py_call(S:args, A0-B0),
     mys(A0, A),
     mys(B0, B).
Etc..
sympy(A, R) :-
     sym(A, S),
     mys(S, R).
?- sympy(x + y + 1 + x + y + -1, S).
S = 2*x+2*y ;
This is the final nail in the coffin, the declaration
of the complete decline of Prolog. Full proof that
SWI-Prolog Janus is indicative that we have reached
the valley of idiocracy in Prolog. And that there
are no more capable Prologers around.
Mild Shock schrieb:
Hi,
 Lets say I have to chose between pig wrestle with a
grammar nazi stackoverflow user with 100k reputation, or
to interact with ChatGPT that puts a lot of
 effort to understand the least cue I give, isn't
shot in to english only, you can also use it with
german, turkish, etc.. what ever.
 Who do I use as a programmimg companion, stackoverflow
or ChatGPT. I think ChatGPT is the clear winner,
it doesn't feature the abomination of a virtual
 prison like stackoverflow. Or as Cycorp, Inc has put
it already decades ago:
 Common Sense Reasoning – From Cyc to Intelligent Assistant
Doug Lenat et al. - August 2006
2 The Case for an Ambient Research Assistant
2.3 Components of a Truly Intelligent Computational Assistant
Natural Language:
An assistant system must be able to remember
questions, statements, etc. from the user, and
what its own response was, in order to understand
the kinds of language ‘shortcuts’ people normally use
in context.
https://www.researchgate.net/publication/226813714
 Bye
 Mild Shock schrieb:
>
Thats a funny quote:
>
"Once you have a truly massive amount of information
integrated as knowledge, then the human-software
system will be superhuman, in the same sense that
mankind with writing is superhuman compared to
mankind before writing."
>
https://en.wikipedia.org/wiki/Douglas_Lenat#Quotes
>

Date Sujet#  Auteur
1 Sep 24 * Holy Shit: AI is cheaper than Humans (Was: The road to Artificial Intelligence)34Mild Shock
1 Sep 24 +* AI robots from Disney (Was: Holy Shit: AI is cheaper than Humans)10Mild Shock
3 Sep 24 i`* I can't stand Mira Murati's Eyewash (Was: AI robots from Disney (Was: Holy Shit: AI is cheaper than Humans))9Mild Shock
3 Sep 24 i `* After blue, green why not start yellow (Re: I can't stand Mira Murati's Eyewash)8Mild Shock
25 Sep 24 i  `* miramurati bye bye (Re: After blue, green why not start yellow)7Mild Shock
1 Dec 24 i   +- Im memoriam Doug Lenant (1950 - 2023) (Re: miramurati bye bye)1Mild Shock
1 Dec 24 i   `* "superhumaness" excels "stackoverflow reputation" (Was: Im memoriam Doug Lenant (1950 - 2023)5Mild Shock
1 Dec 24 i    +- para-governemental institution of violence (Re: "superhumaness" excels "stackoverflow reputation")1Mild Shock
14 Mar 25 i    `* Not only $TSLA is on fire sale! [The Decline of Prolog] (Was: "superhumaness" excels "stackoverflow reputation")3Mild Shock
14 Mar 25 i     +- Re: Not only $TSLA is on fire sale! [The Decline of Prolog] (Was: "superhumaness" excels "stackoverflow reputation")1Mild Shock
19 May09:54 i     `- Splitting up the Prologue to Prolog1Mild Shock
5 Sep 24 +* Safe Superintelligence (SSI): Now they are dancing9Mild Shock
5 Sep 24 i`* Re: Safe Superintelligence (SSI): Now they are dancing8Mild Shock
9 Sep 24 i +* Salem Aleikum: Maxwella's Equations2Mild Shock
10 Sep 24 i i`- non judicium, sed latrocinium (Re: Salem Aleikum: Maxwella's Equations)1Mild Shock
13 Sep 24 i `* Internet was made for cats (Re: Safe Superintelligence (SSI): Now they are dancing)5Mild Shock
13 Sep 24 i  +* I was there, 3000 years ago (Re: Internet was made for cats)2Mild Shock
13 Sep 24 i  i`- Even Haitians are now voting for Trump (Re: I was there, 3000 years ago (Re: Internet was made for cats))1Mild Shock
17 Sep 24 i  `* supply chain attack (Was: Internet was made for cats(2Mild Shock
11 Oct 24 i   `- Polyfill Supply Chain Attack (Was: supply chain attack)1Mild Shock
15 Sep 24 `* USA is shitting its pants (Was: Holy Shit: AI is cheaper than Humans)14Mild Shock
18 Sep 24  +* scryer prolog is dead, BILAI instead? (Was: USA is shitting its pants)11Mild Shock
8 Oct 24  i+* Microsoft is plagiarizing my Invention [LLMs under the hood]2Mild Shock
8 Oct 24  ii`- Geoffrey Hinton / Nobelpreis für Physik [Re: Microsoft is plagiarizing my Invention [LLMs under the hood]]1Mild Shock
1 Dec 24  i`* thank you for the FLOPs (Was: scryer prolog is dead, BILAI instead?)8Mild Shock
24 Jan 25  i +* Is old school mode directed compilation dead? (Was: thank you for the FLOPs)5Mild Shock
24 Jan 25  i i`* Re: Is old school mode directed compilation dead? (Was: thank you for the FLOPs)4Mild Shock
25 Jan 25  i i +- format/2 doesn't agree with Trealla or SWI (Was: Is old school mode directed compilation dead?)1Mild Shock
25 Jan 25  i i `* DCG Translation with Unification Spillling (Was: Is old school mode directed compilation dead?)2Mild Shock
25 Jan 25  i i  `- Re: DCG Translation with Unification Spillling (Was: Is old school mode directed compilation dead?)1Mild Shock
4 Mar 25  i `* Will WASM be fast some time? (Was: thank you for the FLOPs)2Mild Shock
4 Mar 25  i  `- Re: Will WASM be fast some time? (Was: thank you for the FLOPs)1Mild Shock
14 Nov 24  `* Book Project: WomanLogic (Re: USA is shitting its pants)2Mild Shock
14 Nov 24   `- Re: Book Project: WomanLogic (Re: USA is shitting its pants)1Mild Shock

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal