On Sat, Mar 18, 2023 at 09:21:37AM +0100, Dr. Arne Babenhauserheide wrote:
>
> writes:
> > I'd apply Clarke's Razor:"A sufficiently advanced form of malice
> > is not distinguishable from stupidity"
>
> I love this! Thank you for sharing!
I reflected a bit on its genesis. It started while worki
On Sat, Mar 18, 2023 at 11:49:27AM +0100, Stefan Israelsson Tampe wrote:
> [...] Learning how to use ChatGpt to improve
> your code quality and productivity is how we should approach it. And the
> more experienced you are, the more effective use you will have of it.
The stench of Microsoft [1] is
Hi Stefan,
Interesting to hear these experiences. I'm sure there will be a period now
when people discover further and further use cases. It seems to be a
revolutionizing tool.
Best regards,
Mikael
Den lör 18 mars 2023 11:49Stefan Israelsson Tampe
skrev:
> I replaced google with chatGPT and it
I replaced google with chatGPT and it's really good to help with issues you
have in your work. As an example our IT department stopped us from
installing eclipse plugins from the marketplace and I was just lost getting
no help from googling. So I just asked ChatGpt how to install gradle
without usi
On Sat, Mar 18, 2023 at 10:03:15AM +0100, Mikael Djurfeldt wrote:
[...]
> > I know very little apart from knowing what deep learning is and having
> > skimmed the "Attention is all you need"-paper.
That's already more than I do, I think. Thanks for the pointer :)
> >
Also:
do you have a mechanism to avoid controversy
As an AI language model, I am designed to prioritize providing accurate and
helpful information while aiming to be neutral and unbiased. My developers
at OpenAI have implemented guidelines to help me avoid generating content
that is offensive, ha
chatGPT is using the "static" 2021 free data available on internet ,free
databases,... it knows poorly after 2021 as "they" say.
Without the human intelligence that has create all the data chatGPT can do
nothing.
Now people use chatGPT to create poor quality data stored on the internet
web page
On Sat, Mar 18, 2023 at 9:58 AM Mikael Djurfeldt
wrote:
> On Sat, Mar 18, 2023 at 9:46 AM wrote:
>
>> On Sat, Mar 18, 2023 at 09:41:37AM +0100, Mikael Djurfeldt wrote:
>> > On Sat, Mar 18, 2023 at 9:36 AM wrote:
>>
>> [...]
>>
>> > > Perhaps you didn't know, but you are training the model :-)
>
On Sat, Mar 18, 2023 at 9:46 AM wrote:
> On Sat, Mar 18, 2023 at 09:41:37AM +0100, Mikael Djurfeldt wrote:
> > On Sat, Mar 18, 2023 at 9:36 AM wrote:
>
> [...]
>
> > > Perhaps you didn't know, but you are training the model :-)
> > >
> >
> > Unfortunately not. I'm prompting it within its 32000 t
On Sat, Mar 18, 2023 at 09:41:37AM +0100, Mikael Djurfeldt wrote:
> On Sat, Mar 18, 2023 at 9:36 AM wrote:
[...]
> > Perhaps you didn't know, but you are training the model :-)
> >
>
> Unfortunately not. I'm prompting it within its 32000 token (GPT-4)
> attention span. Next conversation the mod
On Sat, Mar 18, 2023 at 9:36 AM wrote:
> On Sat, Mar 18, 2023 at 09:22:43AM +0100, Mikael Djurfeldt wrote:
> > BTW, in the bouncing ball example, I find it amazing that I could get an
> > improvement of the code by complaining:
> >
> > But all those SDL_ calls look like C bindings. Please use gui
On Sat, Mar 18, 2023 at 09:22:43AM +0100, Mikael Djurfeldt wrote:
> BTW, in the bouncing ball example, I find it amazing that I could get an
> improvement of the code by complaining:
>
> But all those SDL_ calls look like C bindings. Please use guile-sdl2
> bindings.
>
> (It was also quite entert
On Sat, Mar 18, 2023 at 9:14 AM wrote:
> This is what I was hinting at with that pastiche of Hanlon's Razor
> and Clarke's Third Law. If you're doing statistical "AI", no harm
> is provably intended. But the dice might be loaded ;-)
>
Yes, this is an important point. And it is sometimes possible
BTW, in the bouncing ball example, I find it amazing that I could get an
improvement of the code by complaining:
But all those SDL_ calls look like C bindings. Please use guile-sdl2
bindings.
(It was also quite entertaining that I had to ask it to write the code
"according to the guile-sdl2 manua
writes:
> I'd apply Clarke's Razor:"A sufficiently advanced form of malice
> is not distinguishable from stupidity"
I love this! Thank you for sharing!
Best wishes,
Arne
--
Unpolitisch sein
heißt politisch sein,
ohne es zu merken.
draketo.de
signature.asc
Description: PGP signature
On Sat, Mar 18, 2023 at 08:55:03AM +0100, Mikael Djurfeldt wrote:
> >1. Install Guile:
>
> > >
> > > csharp
> > ^^
> > >
> > > sudo apt-get install guile-2.2
> >
> > [...]
> >
> > Did it literally write "csharp"? With some fantasy, I guess it
> > is trying to evoke a root shell, but with
On Sat, Mar 18, 2023 at 8:55 AM Mikael Djurfeldt
wrote:
> >1. Install Guile:
>
>> >
>> > csharp
>> ^^
>> >
>> > sudo apt-get install guile-2.2
>>
>> [...]
>>
>> Did it literally write "csharp"? With some fantasy, I guess it
>> is trying to evoke a root shell, but with some malice, I'd s
>1. Install Guile:
> >
> > csharp
> ^^
> >
> > sudo apt-get install guile-2.2
>
> [...]
>
> Did it literally write "csharp"? With some fantasy, I guess it
> is trying to evoke a root shell, but with some malice, I'd say
> Microsoft is sleazily touting some product of theirs.
>
No, in th
On Fri, Mar 17, 2023 at 06:25:55PM +0100, Mikael Djurfeldt wrote:
> Can you write a Guile Scheme program which displays a bouncing ball?
>
> As an AI language model, I cannot create a full graphical program directly
> within this text-based environment. However, I can provide you with an
> example
finally i can reconnect to chatGPT server and here is the result:
(define (min-dnf expr)
(let* ((vars (variables expr))
(truth-table (generate-truth-table vars))
(rows (filter (lambda (row) (eval expr (make-environment vars
row))) truth-table))
(clauses (map (lambda (r
i understand the fun thing... :-)
and i did not check the program with Guile but asked a Racket version of
the bouncing ball and it is full of errors even if i try to correct them by
hand...
Welcome to DrRacket, version 8.7 [cs].
Language: racket/gui, with debugging; memory limit: 8192 MB.
. . se
Can you write a Guile Scheme program which displays a bouncing ball?
As an AI language model, I cannot create a full graphical program directly
within this text-based environment. However, I can provide you with an
example of a simple bouncing ball simulation using the Guile Scheme
programming lan
Mikael: Let's write a scheme program which randomly makes names by
combining two words from a list.
To write a Scheme program that generates random names by combining two
words from a list, you can use the following code:
scheme
(import (scheme random)) ; Import random number generation function
23 matches
Mail list logo