Hallucination? Or Prevarication?

240 views
Skip to first unread message

frosty

unread,
Apr 19, 2025, 1:25:46 PMApr 19
to Pick and MultiValue Databases
Im'a just leave this here.
D3 Reverse Index.png

Pete Howell

unread,
Apr 19, 2025, 3:12:38 PMApr 19
to mvd...@googlegroups.com
Would you like to play a game …?

Pete


On Sat, 19 Apr 2025 at 18:25, frosty <johntr...@gmail.com> wrote:
Im'a just leave this here.

--
You received this message because you are subscribed to
the "Pick and MultiValue Databases" group.
To post, email to: mvd...@googlegroups.com
To unsubscribe, email to: mvdbms+un...@googlegroups.com
For more options, visit http://groups.google.com/group/mvdbms
---
You received this message because you are subscribed to the Google Groups "Pick and MultiValue Databases" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mvdbms+un...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/mvdbms/838d9314-3ff8-4b97-af17-619d300a67abn%40googlegroups.com.

Karl Pozmann

unread,
Apr 19, 2025, 3:31:45 PMApr 19
to mvd...@googlegroups.com
HAL: “I’ve just picked up a fault in the AE35 unit. It’s going to go 100% failure in 72 hours.”


Thomas Ludwig

unread,
Apr 19, 2025, 3:35:45 PMApr 19
to Pick and MultiValue Databases
Hi frosty

In the past with Pick / D3 I did something i called Complementary Mapping and made a data field which I refreshed on every DB-write.
Now we are running UV, i don't know if reverse-Index is possible there but I kept it like it was and it works until today...

Example 12345 is changed to 87654 and Hallo is changed to Svool in a extra field and written this was to the Data-File.
You can sort by this field and the sorting is automatically reversed.
Of course you loose a bit performance on every write and have a litte more data...

Greetings
Thomas

Christopher Jeune

unread,
Apr 19, 2025, 8:42:44 PMApr 19
to mvd...@googlegroups.com
It wrote some COBOL it thought was Pick Basic

On Sat, 19 Apr 2025 at 13:25, frosty <johntr...@gmail.com> wrote:
Im'a just leave this here.

--

Wol

unread,
Apr 20, 2025, 3:05:23 PMApr 20
to mvd...@googlegroups.com
On 19/04/2025 20:18, Thomas Ludwig wrote:
> Hi frosty
>
> In the past with Pick / D3 I did something i called Complementary
> Mapping and made a data field which I refreshed on every DB-write.
> Now we are running UV, i don't know if reverse-Index is possible there
> but I kept it like it was and it works until today...
>
> Example 12345 is changed to 87654 and Hallo is changed to Svool in a
> extra field and written this was to the Data-File.
> You can sort by this field and the sorting is automatically reversed.
> Of course you loose a bit performance on every write and have a litte
> more data...

This is dead easy in any INFO-derived database. Just create an
i-descrip[tor that maps the data however you want it, then index the
i-descriptor.

This could easily kick up an "are you sure" warning - indexing an
i-descriptor CAN be dangerous, but so long as your i-descriptor only
references data in the current record, it's not a problem.

Cheers,
Wol

frosty

unread,
Apr 21, 2025, 1:24:59 PMApr 21
to Pick and MultiValue Databases
Thanks, Thomas. I used ROOT and KEY() in a subroutine called from a DICT.

frosty

unread,
Apr 21, 2025, 1:25:23 PMApr 21
to Pick and MultiValue Databases
Blast from the Past!

frosty

unread,
Apr 21, 2025, 1:26:41 PMApr 21
to Pick and MultiValue Databases
I always think of "...decided our fate in a microsecond..."

frosty

unread,
Apr 21, 2025, 1:27:48 PMApr 21
to Pick and MultiValue Databases
I saw a "Hello World" routine written by AI that was supposed to be a Pick BASIC variant but wouldn't even compile. Looked more like Python than BASIC.

Thomas Ludwig

unread,
Apr 21, 2025, 3:41:46 PMApr 21
to Pick and MultiValue Databases

I trained a GPT in the ChatGPT Playground with the Rocket documentation for the Paragraph Language. I also added some skeletons from our codebase and was surprised at how well it could generate source code for pd.p.

I believe AI can take a lot of the boring typing off our hands if it's trained correctly. But it's important that we fully understand the subject matter ourselves first.

Sam Roach

unread,
Apr 22, 2025, 12:57:03 PMApr 22
to Pick and MultiValue Databases
I created this a while ago, fun to play with.. 
PICK/D3 Basic developer, use to create custom code.

Sam

Sam Roach
Director of IT
PACE Supply Corp.

6000 State Farm Drive STE 200, Rohnert Park, CA 94928

From: mvd...@googlegroups.com <mvd...@googlegroups.com> on behalf of frosty <johntr...@gmail.com>
Sent: Monday, April 21, 2025 10:27 AM
To: Pick and MultiValue Databases <mvd...@googlegroups.com>
Subject: Re: [mvdbms] Hallucination? Or Prevarication?
 
On Saturday, April 19, 2025 at 6:42:44 PM UTC-6 Christopher Jeune wrote: It wrote some COBOL it thought was Pick Basic On Sat, 19 Apr 2025 at 13:25, frosty < johntr...@gmail.com > wrote: Im'a just leave this here. -- You received this message
Warning: Unusual sender <johntr...@gmail.com>
You don't usually receive emails from this address. Make sure you trust this sender before taking any actions.

Nivethan T

unread,
Apr 22, 2025, 2:30:41 PMApr 22
to Pick and MultiValue Databases

It didn't try to use LOCATEs when doing a sort and I don't think it got the LOCATES correct after being prodded to use it.

The SELECT and READNEXT loop structure was junky with it using gotos. Even prodding it to not do that, it wrote an infinite loop.

Still quite fun :)

Thanks for the link.

frosty

unread,
Apr 30, 2025, 11:18:05 AMApr 30
to Pick and MultiValue Databases
"I believe AI can take a lot of the boring typing off our hands if it's trained correctly. But it's important that we fully understand the subject matter ourselves first."
Well spoken. Wait... did AI write that?

frosty

unread,
Jul 25, 2025, 2:35:26 PMJul 25
to Pick and MultiValue Databases
An update trigger that writes all the indexes (indices?) is a good system, and I've done this before.
Reply all
Reply to author
Forward
0 new messages