JustPaste.it
User avatar
@anonymous · Mar 12, 2025 · edited: Apr 8, 2025

Robotix Aria Robot

 

sketch1741390924326.png

The above HTML was written by a Turbo Pascal program written by Aria AI.

It had some errors, but I made it work.

1000107413.gif

 

sketch1741390924326.png

 

From: Chuck Darling

March 12, 2025

 

The Free Opera AI "Aria"

said that it could write code...

 

The Aria AI (Opera)

did indeed write a Turbo Pascal 5

Program, but it didn't work as written.

 

 

The File definition 

"File of Char"

didn't work,

causing compiler errors,

 

and the Google search hyperlink

didn't work, causing Google

to give a ENABLE JAVASCRIPT 

page.

 

Android Opera does not have the option to enable JAVASCRIPT...

 

This was not remedied by inserting

a Tinyurl shortcut of the Google search,

but a Tinyurl of a bing search did work.

 

The image reference was a simple local filename,

I had to replace it by a real image,

after I built and posted it.

 

sketch1741391043778.png

 

Program CreateHTML;

Uses CRT, Dos;

Var

  F: File of Char;

  FileName: String[255];

Begin

  ClrScr;

 WriteLn('Enter the name of the HTML file to create: '); 

ReadLn(FileName); 

  Assign(F, FileName);

  Rewrite(F);

  WriteLn(F, '<html>');

  WriteLn(F, '<head>');

  WriteLn(F, '<title>Robotix Aria Robot</title>');

  WriteLn(F, '</head>');

  WriteLn(F, '<body>');

  WriteLn(F, '<center>');

  WriteLn(F, '<a href="https://justpaste.it/redirect/h4dgv/https%3A%2F%2Ftinyurl.com%2FAriarobotsearch">');

  WriteLn(F, '<img src="https://picshack.net/ib/XkTwVfQk1t.png" alt="Robotix Aria Robot" width="300" height="200">');

  WriteLn(F, '</a>');

  WriteLn(F, '</center>');

  WriteLn(F, '</body>');

  WriteLn(F, '</html>');

  Close(F);

  WriteLn('HTML file created successfully!');

  ReadLn;

End.

 

Not bad, but you need a programmer

to fix it...

 

The AI explanation of the program lines

was a good learning tool.

 

Regarding RealRobotix Aria Robot:

Aria is an AI robot, capable of interfacing

with other AI programs,

Including Opera's Aria AI...

 

The Aria Robot has a muti-second delay

between questions and answers.

This could be made more "humanly realistic"

by programming Aria to have a stack of

humanic commentary, based on the

current conditions, which would fill

the conversational gaps while Aria is

accessing Internet based AI data.

 

Much like humans will insert

"Ummm ..."

or

"You know..."

in between phrases .

 

What time is it ?

Could you repeat the question...?

 

-Chuck

[Chuck's 00Cedar JPICedar ]

 

1000100652.png

 

 

 

[ This page built with JPICedar by Chuck Darling Wednesday March-12-2025 Time : 11:09a]

 

 

3x3

 

 

https://justpaste.it/btvz0