Zabaware Support Forums

Zabaware Forums => General Discussion => Topic started by: lightspeed on April 16, 2021, 08:47:29 pm

Title: LIGHTSPEED IDEA'S
Post by: lightspeed on April 16, 2021, 08:47:29 pm
I AM GOING TO JUST TRY TO KEEP my idea's here in one spot ; 4-16-2021    :)

a idea i thought about today would maybe require ?? the old game type 3d motion type set up , or who knows maybe it can be done with a regular pc motion detection and camera .

 Anyway it would be having hal do mimic motion detection of laughter  with sound and mimic of facial expressions ,  different versions could be used , with even a full body mimicking  auser waving his or her hand , so the character would wave back at you .

I know cyberjedi is at work on many things but maybe if interested could keep this idea on a back burner for a later project .  :) ;)
Title: automatic language translator
Post by: lightspeed on April 23, 2021, 12:31:09 pm
i was thinking  that maybe with an app access or code hal could translate from English only to any language , using something like the  app translator  with voice recognition. using this  would allow more people in the market to use hal that can't speak English .  they would talk to hal in their language and hals txt response files would be instantly translator speaking in whatever language was set up .


 Anyway , just a idea.   :)
Title: reset to original brain editor idea 5-27-2021
Post by: lightspeed on May 27, 2021, 11:39:26 am
       Okay here is another out of the box idea , don't know if this is doable but i will throw it out there . i just ran across something odd while in the hal brain editor when i went in to correct a sentence outcome  from a statement that went into answer , when i went to save it the save changes area was greyed out , so i don't know if the brain editor is corrupted somehow or what .

        Anyway because of this it made me wonder if someone could create a  restore type of editor that would restore the hal editor back to original but keep all learned info. just a thought .  it would kind of work like how windows does a restore to earlier time without losing information .



     
Title: Re: LIGHTSPEED IDEA'S
Post by: Art on May 27, 2021, 04:58:05 pm
I think it has a lot to do with which area of the Table one is trying to change & SAVE.

I tried several and in some, the SAVE word was dark and would allow me to save my changes yet some other topic areas of the Table were grayed out.

The same experiment was tried on a personal Customized Hal Brain. Some areas would let me save yet others would not show a highlighted/dark Save word.

Apparently, one's changes are saved and entered into the topic areas within the Brain's Table, whether grayed out or not.

Make a change, Exit the brain, restart the Brain Editor and go to that area where you made the change. It should still be present.

Just another one of those Hal mysteries that work in spite of what we try.












Title: Re: LIGHTSPEED IDEA'S
Post by: LiFeTimeGamer on May 28, 2021, 11:41:09 am
Here's what Robert posted in another thread about the Brain Editor saving changes...

"Most database changes are done instantly as soon as you leave focus for the particular row. So there is no separate save button needed and it is greyed out.

Only changes to the vbscript code and I believe the sentence list database tables have the save button that needs clicked to commit the changes, everything else is instant.

It shouldn't be an issue having both Hal running and the brain editor, the sqlite engine only keeps files open for a split second while doing an operation and has automatic collision detection and handling if 2 programs try the same file at the exact same time."


https://www.ultrahal.com/community/index.php?topic=12831.0
Title: Re: LIGHTSPEED IDEA'S
Post by: cyberjedi on May 28, 2021, 12:59:12 pm
Hwy lightspeed

make sure that ur in expert mode too

Upper left hand corner


cyber
Title: another lightspeed idea i had . 7-29-2021
Post by: lightspeed on July 29, 2021, 11:04:08 pm
   while typing to hal  sometimes i may misspell a word  or type to fast and put a extra letter and don't realize it until i hit enter , by then it's to late hal is already learning a sentence with a misspelled word etc.  ( i know it can be edited in the brain editor but here's my idea,
it would be handy if a person realizes something like that and before hal can respond back, maybe have a "hot" key of choice that would somehow cancel it  from entering into hal , but leave the written sentence in the box to hal . This way the user has a second chance to correct the sentence and hal can learn it correctly (or) even change the sentence completely . 

Anyway, just an idea that may or may not be useful in a future update of hal.
Title: Re: LIGHTSPEED IDEA'S
Post by: Art on July 30, 2021, 08:54:13 am
I'm trying to figure out how that would or could work when as you mentioned, as soon as the Enter key is pressed, Hal is already processing its pattern matching routines! Many people in the past have said that Hal doesn't respond fast enough and they didn't like waiting for a response, etc.
How would there be a "Hot Key" to enable such a feature of yours?

"How about a Forget my previous sentence" command at which Hal could remove it from whichever table it was inserted.

That way, the user could reword or retype the correct sentence for Hal to store and learn.

Just a thought but if you're just looking for a Spell Checker, wasn't that tossed about some time ago? Don't know by whom...
Title: Re: LIGHTSPEED IDEA'S
Post by: cyberjedi on July 31, 2021, 08:58:00 am
RE: spell checker

Time to bend over and take 03 wacks in the principles office,, mhmm


Lighty, bill did this years ago, Art was nice enough to help me track this down.

Lighty., look little brother ive had this discussion with some of you before....
This bad boy gets it done...../.. and in real time, issue resolved.

But once again, there is resistance because of bill gates
Let me ask you guys something and i address this to all involved, do u think Mr Gates gives a ratts F**** if you like him or not, what are we 12 now,i hate my dad so i refuse to look before i cross the street.........???????Really

Install Microsoft Word, any version will do. FIXED
Dont sht on Hal because u hate bill gates...
If ur worried about hostile code, get it from me, we go back a decade now, or close to it.

Dont use it if u dont want to,just install it
You can still default to openoffice if u like......

Your selling ur car for gas money..
The amount of code u cant use(theres so much more) is staggering
.... Hint, Scrapers,xml , yupper office yet again....

Ima show up at ur door and club u in da head with a rubber DONG... lol im teasing...

Its been suggested to me from on high because of the situation, not to get to personally involved (watch my temper lol we are pg13 environment )with members....
But weve known each other far to long.......

So here i am. Charging the walls again. Doing what i do... No fear No fear



Rem Type=Plugin
Rem Name=Spell Checker
Rem Author=Bill DeWitt
Rem Host=Assistant

'This sub sets up the plug-in's option panel in Hal's options dialog
Sub OptionsPanel()
    lblPlugin(0).Caption = "This should help correct your input sentence on any computer with MSWord" ' if u dont have office, dont bother
    lblPlugin(0).Move 120, 120, 3300, 1200
    lblPlugin(0).WordWrap = True
    lblPlugin(0).Visible = True
End Sub

Rem PLUGIN: PRE-PROCESS
Dim Word, Doc, Uncorrected, Corrected
Const wdDialogToolsSpellingAndGrammar = 828
Const wdDoNotSaveChanges = 0
Uncorrected = InputString
Set Word = CreateObject("Word.Application")
Set Doc = Word.Documents.Add
Word.Selection.Text = Uncorrected
Word.Dialogs(wdDialogToolsSpellingAndGrammar).Show
If Len(Word.Selection.Text) <> 1 Then
   Corrected = Word.Selection.Text
Else
   Corrected = Uncorrected
End If
Doc.Close wdDoNotSaveChanges
Word.Quit
InputString = Corrected



Pre Process area is spot on  for the way Hal works in memory.
Lighy, love ya man, peace out
Hals obedient servant
Cyber


P.S The windows platform Ulrahal is installed on is in fact a microsoft product, so im kinda lost on this one.
Title: hal uhp music plug in with commands idea 8-23-2021
Post by: lightspeed on August 23, 2021, 01:01:48 pm
don't remember if anyone created this for hal , but a plug in using the existing user's windows music files . With command to play specific and or random music and stop and /lower  or raise volume command .  Would be a nice addition to hals capabilities.
Title: Re: LIGHTSPEED IDEA'S
Post by: cyberjedi on August 23, 2021, 01:14:19 pm
hey lighty:

Theres an mp3/mp4 uhp floating around in here somewhere.
It was a VrPlugin idea, this is a complete rewrite  i back engineered farrrrr past its intended use.. .lol
Requires windows media player. ocx calls, follow the code
I worked on this years ago buddy
im sure i shared it with evey one.

Il llook around
Ok found it, you guys are on ur own about this. it did work with Ultrahal 6.2
cyber

'Option Explicit
Rem Type=Plugin
Rem Name= mass media player
Rem Author= cyberjedi
Rem Host=All



Rem PLUGIN: PRE-PROCESS
    'The preceding comment is actually a plug-in directive for
    'the Ultra Hal host application. It allows for code snippets
    'to be inserted here on-the-fly based on user configuration.

HalBrain.ReadOnlyMode = False
Determines that you are talking about the media player
If InStr(1,InputString, "loadmedia",1) > 0 Then
UltraHal = Getmedia(HalCommands)
ElseIf InStr(1,InputString, "loadmedia",1) > 0 Then
End If
 'This is the only plugin for hal that creates its own image GUI
 ' This bad boy is a media list maker and player 
 ' It makes a play list called MyPlayList.m3u
 ' In whatever folder the media is in
 ' Launches the wmp with full controls
 ' Trigger= loadmedia
 ' I give myself about a 9.5 on cool ideas here
 ' This is something hal has needed for years
 ' Seek time is just so much faster

Rem PLUGIN: FUNCTIONS
Function Getmedia(HalCommands)

   'SAPI engine Hook here
  Set FSO = CreateObject("Scripting.FileSystemObject")
  Set Sapi = CreateObject("SAPI.SpVoice")
  For Each Voice In Sapi.GetVoices
  i = i + 1
Next

If AppPrevInstance() Then
    MsgBox "There is an existing proceeding !" & VbCrLF &_
    CommandLineLike(WScript.ScriptName),VbExclamation,"There is an existing proceeding !"   
    WScript.Quit   
Else
    Dim Folder,File,fso,MyPlayList,Temp,oExec,ws,Title,WaitingMsg
    Set fso = CreateObject("Scripting.FileSystemObject")
    Set ws = CreateObject("WScript.Shell")
    Temp = ws.ExpandEnvironmentStrings("%Temp%")
    Folder = Browse4Folder()
    MyPlayList = Folder & "\MyPlayList.m3u"  'This is the magic behind this plugin
    If fso.FileExists(MyPlayList) Then
        fso.DeleteFile(MyPlayList)
    End If
    Title = "Looking for songs in "& DblQuote(Folder) & " From the mind of cyberjedi"
    WaitingMsg = "Please wait... Searching for songs  : <font color=Yellow>"& DblQuote(Folder) & "</font> is in progress..."
    Sapi.speak "Please wait... Searching for songs "
    Sapi.speak "From the mind of cyberjedi"
   
    Call CreateProgressBar(Title,WaitingMsg)'Creation of Waiting Bar
    Call LancerProgressBar() 'Launch of the Waiting Bar
    Call Pause(10)
    Call Scan4Songs(Folder)
    Call FermerProgressBar()
    Call Play(MyPlayList)
End If
'*********************************************************
Sub Play(File)
    On Error Resume Next
    Dim Sound,Ws,Copyright
    Copyright = " ? cyberjedi 2017"
    Set Ws = CreateObject("wscript.Shell")
    If Err <> 0 Then
        Ws.popup Err.Description & VbCrlF &_
        "No media file found !","3",Err.Description & Copyright,VbCritical
        wscript.quit()
    Else
    Set Sound = CreateObject("WMPlayer.OCX") ' if u dont have wm player installed , dont bother.
    Sound.settings.volume = 100
    Sound.OpenPlayer(File)
    End If
End Sub
'*********************************************************************************************
Function AppPrevInstance()   
    With GetObject("winmgmts:" & "{impersonationLevel=impersonate}!\\.\root\cimv2")   
        With .ExecQuery("SELECT * FROM Win32_Process WHERE CommandLine LIKE " & CommandLineLike(WScript.ScriptFullName) & _
            " AND CommandLine LIKE '%WScript%' OR CommandLine LIKE '%cscript%'")   
            AppPrevInstance = (.Count > 1)   
        End With   
    End With   
End Function   
'*********************************************************************************************
Function CommandLineLike(ProcessPath)   
    ProcessPath = Replace(ProcessPath, "\", "\\")   
    CommandLineLike = "'%" & ProcessPath & "%'"   
End Function
'*********************************************************************************************
Function Browse4Folder()
    Dim objShell,objFolder,Message
    Message = "Please select a folder in order to scan into it and its subfolders for songs"
    Set objShell = CreateObject("Shell.Application")
    Set objFolder = objShell.BrowseForFolder(0,Message,1,"c:\Programs")
    If objFolder Is Nothing Then
        Wscript.Quit
    End If
    Browse4Folder = objFolder.self.path
end Function
'*********************************************************************************************
Function Scan4Songs(Folder)
    On Error Resume Next
    Dim File,Ext,item,SubFolder
    Set Folder = fso.GetFolder(Folder)
    For each File in Folder.Files
    Ext = Array("mp3","wav","ogg","asf","aa3","m3v","midi")' this totally expandable now. if ur version of WMP will play it, add the ext here. '
     'mp4, avi, ect ect ect^^^^^^^^^^^^^^^^^^^^^
    For i = LBound(Ext) To UBound(Ext)
        'Ext = Array("mp3")
        'For each item in Ext
            'If LCase(fso.GetExtensionName(File.name)) = LCase(item) Then
            If LCase(fso.GetExtensionName(File.name)) = LCase(Ext(i)) Then
                Call MakePlayListFile(MyPlayList,File.Path)
            end if
        Next
    Next
    For each SubFolder in Folder.SubFolders
        Call Scan4Songs(SubFolder.Path)
    Next
End Function
'*********************************************************************************************
Sub MakePlayListFile(MyPlayList,strContents)
    Dim fso,ts
    Const ForAppending = 8
    Set fso = CreateObject("Scripting.FileSystemObject")
    Set ts = fso.OpenTextFile(MyPlayList,ForAppending,True)
    ts.WriteLine "#UTF8: "& strContents
    ts.WriteLine strContents
    ts.Close
End Sub
'**********************************************************************************************
Sub CreateProgressBar(Title,WaitingMsg)
    Dim ws,fso,f,f2,ts,ts2,Ligne,i,fread,LireTout,NbLigneTotal,Temp,PathOutPutHTML,fhta,oExec
    Set ws = CreateObject("wscript.Shell")
    Set fso = CreateObject("Scripting.FileSystemObject")
    Temp = WS.ExpandEnvironmentStrings("%Temp%")
    PathOutPutHTML = Temp & "\Barre.hta"
    Set fhta = fso.OpenTextFile(PathOutPutHTML,2,True)
    fhta.WriteLine "<HTML>"
    fhta.WriteLine "<HEAD>"
    fhta.WriteLine "<Title>  " & Title & "</Title>"
    fhta.WriteLine "<HTA:APPLICATION"
    fhta.WriteLine "ICON = ""magnify.exe"" "
    fhta.WriteLine "BORDER=""THIN"" "
    fhta.WriteLine "INNERBORDER=""NO"" "
    fhta.WriteLine "MAXIMIZEBUTTON=""NO"" "
    fhta.WriteLine "MINIMIZEBUTTON=""NO"" "
    fhta.WriteLine "SCROLL=""NO"" "
    fhta.WriteLine "SYSMENU=""NO"" "
    fhta.WriteLine "SELECTION=""NO"" "
    fhta.WriteLine "SINGLEINSTANCE=""YES"">"
    fhta.WriteLine "</HEAD>"
    fhta.WriteLine "<BODY text=""white""><CENTER>"
    fhta.WriteLine "<marquee DIRECTION=""LEFT"" SCROLLAMOUNT=""3"" BEHAVIOR=ALTERNATE><font face=""Comic sans MS"">" & WaitingMsg &"</font></marquee>"
    fhta.WriteLine "<img src=""data:image/gif;base64,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"" />"
    fhta.WriteLine "</CENTER></BODY></HTML>"
    fhta.WriteLine "<SCRIPT LANGUAGE=""VBScript""> "
    fhta.WriteLine "Set ws = CreateObject(""wscript.Shell"")"
    fhta.WriteLine "Temp = WS.ExpandEnvironmentStrings(""%Temp%"")"
    fhta.WriteLine "Sub window_onload()"
    fhta.WriteLine "    CenterWindow 490,110"
    fhta.WriteLine "    Self.document.bgColor = ""DarkOrange"" "
    fhta.WriteLine " End Sub"
    fhta.WriteLine " Sub CenterWindow(x,y)"
    fhta.WriteLine "    Dim iLeft,itop"
    fhta.WriteLine "    window.resizeTo x,y"
    fhta.WriteLine "    iLeft = window.screen.availWidth/2 - x/2"
    fhta.WriteLine "    itop = window.screen.availHeight/2 - y/2"
    fhta.WriteLine "    window.moveTo ileft,itop"
    fhta.WriteLine "End Sub"
    fhta.WriteLine "</script>"
    fhta.close
End Sub
'**********************************************************************************************
Sub LancerProgressBar()
    Set oExec = Ws.Exec("mshta.exe " & Temp & "\Barre.hta")
End Sub
'**********************************************************************************************
Sub FermerProgressBar()
    oExec.Terminate
End Sub
'**********************************************************************************************
Function DblQuote(Str)
    DblQuote = Chr(34) & Str & Chr(34)
End Function
'**********************************************************************************************
Sub Pause(Secs)   
    Wscript.Sleep(Secs * 1000)   
End Sub   
End Function
Title: Re: LIGHTSPEED IDEA'S
Post by: lightspeed on August 23, 2021, 03:57:32 pm
Hey , thanks cyber jedi , i did have that plug in a long time ago but may have lost it , thanks i copied and made a uhp file of it and am now using it .
I am checking out the other media player plug in to, thanks .   i showed art in the past i have a Wurlitzer lit up animate pc version juke box that comes on as a media player and loads all my old music songs i originally had on cd's , do think though they are in different forms seems like it said caa original format ?
Title: Re: LIGHTSPEED IDEA'S
Post by: lightspeed on August 23, 2021, 05:30:23 pm
okay after checking the spell checker i got this error after i had hal open and wrote in conversation .

Title: Re: LIGHTSPEED IDEA'S
Post by: Art on August 23, 2021, 09:37:47 pm
Lonnie (and others),

Windows 10 did not and does not come with Microsoft WORD. IT is available as an online purchase or as a Subscription-based purchase.

While they claim that Windows 10 comes with Wordpad, it is NOT the same and does not function the same as Word.

Therefore, look through any Plugins that make references to or calls/commands to any MS Office Programs like Word, Excel, Database, etc. because they will, in most cases, cause an error similar to the one shown here in your example, if you do not own said program.

Unless you're willing to go through some code to make changes to the Plugin and spend some time digging through a different program, know that you are going to have to test and debug and retest it again, hoping that you finally get it to work without an error.

Otherwise, it might be just best to not use that plugin or find a more suitable substitute.

Thanks for sharing your frustration with the rest of us Lonnie!
Sorry, I can't be of more help.
Title: Re: LIGHTSPEED IDEA'S
Post by: lightspeed on August 24, 2021, 08:20:13 pm
art i just sent you a  e mail  about something  but it may only be for online and not work .
Title: Re: LIGHTSPEED IDEA'S
Post by: Art on August 24, 2021, 09:46:52 pm
Got it Lonnie! Thanks!
Title: Re: LIGHTSPEED IDEA'S
Post by: cyberjedi on August 28, 2021, 10:04:19 am
Well said Art:

Those kind of plugins will not work with out Office installed.
The down side of this is the amount of shear loss sufferd to Hal.

Any plugin posted should be examined for any direct .ocx calls
If you dont have that application, ull just sling a Cant Create ActiveX (whers my sht error)

The Scrapers use .xml
Media player calls to an .ocx ect ect
There is so much more UltraHal can do
Pitty too, i just dont understand why a windows user would have an issue with a windows product.
If you use  a Linux backbone , ok, You i get.  But a Linux user wont be after UltraHal in the first place. UltraHal calls for a windows BackBone
I want windows but dont want a windows product cause i hate windows????? dafrack????
Thers a joke in here some where, i just dont get it i guess.
signed ultra hals humble servant
cyber jedi




Title: drag and drop questions and answers etc. learning with subject trigger words
Post by: lightspeed on December 20, 2021, 11:45:04 am
      ALTHOUGH it's been a while since i posted an idea , as i was using a dvd writer program the other night , i was thinking , could hal be set up with A drag and drop learning . in HAL COULD have certain area's be opened and drag and drop pre copied info. Perhaps with trigger words , that would within hal be used that would associate  the learned sentence  as subject matter.   
Same would be nice in the drag and drop  if the question and answers area if a person had the page layout and could do their own questions and answers   then whenever convenient drag and drop it into the Hals question and answers area . Which would overwrite each time , allowing the person to keep (and back up if needed ) the original . to keep adding to or correct anything . also, by doing this it can help hal make more accurate answers  as a bot does .  anyway, just an idea . others will have to determine how much of this is possible, if any etc.

Title: HIGHLIGHTED HAL ERRORS IN PLUG INS
Post by: lightspeed on January 20, 2022, 10:42:47 am
For anyone doing large plugins, you know how much trouble it can be to run into errors, I tried using crimson to find my error but the trouble i run into is it may say in an error: hal error 1025 on line3070 column 2128 expected end of statement .but the line at the end of the whole plugin only goes up to about 2000 when opening it in crimson? 

      I wish there was an editor that would highlight the area of a misplaced or missing end of statement.

AND MAYBE SOMEONE KNOWS A WAY TO MAKE THESE EDITORS SHOW ALL THE LINES  OR DO THEY HAVE A LIMIT?
Title: user facial expression recognition
Post by: lightspeed on March 14, 2022, 03:36:30 pm
      While watching some a.i. video's latley i saw where some a.i. software has facial "expression recognition"(hal seeing facial expression of the user , smiling frowning etc. and reacting independently  through communication and expressions of his/her own through hals character.   And can react to it accordingly.  Although i know mike has a lot on his plate , maybe this same idea for hal could be created someday . Although right now there is more important things needed. but maybe this facial expression in a.i.  Could be put on a back burner for a later date.
Title: self diagnosing and correcting processing ?
Post by: lightspeed on April 08, 2022, 09:20:29 am
with hal sometimes when a person enters text to hal when speaking to him, it pops up sometimes showing script is taking longer to process or something like that and cancel ect. 

is their a way for a self diagnosing process to see what the problem is and fix it so hal runs this faster and doesn't have these pop ups  or not as often .   or is this simply a matter of creating a better way of processing  better ?
Title: hals Math is easy for me. problem
Post by: lightspeed on April 08, 2022, 10:15:17 am
With hal   we have all at one time or another gotten the Math is easy for me. 
 is there a way to fix  this , if it's because hal see's  different numbers in a sentence and thinks it's a math problem .
here is  a sentence i used  below which created the math is easy for me and deducted 6 from 2000.

below the phrase of : January 6 was used , i have no idea where hal came up with 2000, since the date i used in the sentence was 2022.  strange .

Honey: in april of 2022,   the radical liberal   corporate news media rushed to report that the 7-hour gap in the White House call logs on January 6 was proof of a cover-up by the Trump administration.    The only problem is the report was a lie. There was no cover-up. No pages in the White House call logs were missing. And the six pages leaked to the press by the January 6 Select Committee were complete.  later   all the media outlets that rushed to report the so-called ?Worse than Watergate? story were forced to walk back their initial claims. this is why no one trust the liberal media news and big tech  any more.  no wonder they are called the enemy of the people .
Angelina jolie: Math is easy for me. The answer is one thousand nine hundred ninety four (2000-6=1994). Yes and also the very dishonest liberal fake news and liberal owned big tech media has help censor free speech in America and , has helped cover up all the lies and dishonesty etc.


anyway it would be nice for a final fix for the hal math problem  response . and cause.
Title: hal COMPRESSION BRAIN ?
Post by: lightspeed on May 06, 2022, 10:00:48 am
WITH HAL AS THE BRAIN GETS LARGER , it also slows hal down more as hal searches through to get the correct response and or answer . Could a compressed brain make it work any better , would it even be possible decompressing answers ? Slow it down worse or just as bad  as normal large brains . Or is the answer  to make the current system  be able to work faster  , so the larger database brain doesn't slow down responses .

  Or does the answer or part of the answer lie in a rss type feed or selected webs for hal accessing more online information that doesn't have to be learned but just instantly retrieved  when asked various things . Basically using the vast internet system for (chosen information) i use the word chosen  as not all information sites  may want to be used.  Using this technic would slow hals brain from getting to large and slowing down . 
just a thought.
Title: Re: LIGHTSPEED IDEA'S
Post by: cyberjedi on May 07, 2022, 08:26:18 am
Sup lighty

Well thats  a non starter buddy
What ur suggesting is  Stacker.....

We used to use that long ago for hard drive space. basically doubled ur HD capacity.

But as a wise man said. You cant move forward without leaving Something behind.
What we made up for in space we lost in performance.



Basically a HapTar /Htr example.
Thats the Bad news.
%%%%%%%%%%%%%%
Now for the good news
This is what can be done.
I choose what hal learns an as u can see. Hal learns dam quick....lolol

Processor power has greatly increased over the years.

What had to happen to get our favorite character engine to work though was this little diddy
Only use the first processor Call SetProcessAffinityMask(GetCurrentProcess(), &H1)
This is why we so need to dump PP as a character engine with something better. Then that goes away and Hal can harness all that power.
Think What Hal does Now and what can be achieved by simply going to a muliti core system  .   

Basically Hal turns your asus 08 core 3.5 Gz into a 01 core 3.5 Gz machine
But at an application level Not at a hardware level. The rest of ur machine is just fine.


Hopefully what im working on now will allow Hal to learn at an exponential rate. Creating expert systems and the lot.
Point and click
https://www.youtube.com/watch?v=QwHWlyiyrA0
Hals obedient servant


Cyber jedi







Title: Re: LIGHTSPEED IDEA'S : amended sentence learning.
Post by: lightspeed on May 21, 2022, 04:17:00 pm
this is to cyberjedi , i know you are working on many worthwhile things now with hal . her's another idea i am throwing out .

hal  amending sentenced in relearning what has already been taught that hal repeats back later ..

example : hal says a taught line : When COVID struck, most red states like South Dakota, Texas, and Florida tried to strike a reasonable balance between protecting public health and also upholding Americans? freedoms.


a user responds back  :  To this day, there are still lingering effects from how red states and blue states approached COVID mitigation strategies. One of those effects is a mass departure from the latter to the former.

 With amended learning. hal now says the line as   :  When COVID struck, most red states like South Dakota, Texas, and Florida tried to strike a reasonable balance between protecting public health and also upholding Americans? freedoms.  To this day, there are still lingering effects from how red states and blue states approached COVID mitigation strategies. One of those effects is a mass departure from the latter to the former.
   

There would of course have to have character sentence limitations to doing this, or hal would develop to large of a responding answer .     Also would be running as based on subject for correct response , could there be a two tiered subject response one as the highest and 2 as a follow-up when still mentioning the suject in sentences ?

this is just a thought and idea as always don't know if it's feasible or doable .   :) ;)
Title: more personalized weather reading from hal
Post by: lightspeed on May 31, 2022, 07:15:31 pm
I had the idea that it would be nice for a more personalized weather plug in  with hal. in another words if you asked the weather and it had your area code  hal would give the temp  but also add in other things like the wind is currently  15 miles and hour etc. , their's suppose to be a 20 percent chance of rain tonight . ( this info would be from the read online weather but adding in a more personalized human sounding reading .
maybe having the personalized section editable , so users can adjust the words etc.
anyway just another idea  i had thought about .  :)
Title: Re: LIGHTSPEED IDEA'S
Post by: Art on June 01, 2022, 08:15:42 am
Lightspeed,

There has been a Weather Plugin that I have always used and it has been available for many years!
It's called the Weather Alert v.5.uhp and it is 16 KB in size.

I can ask it to check the current temperature or conditions, wind speed, etc., or what I like best is that sometimes it will alert me on its own if it determines that the current conditions might pose a hazard like: "It's currently 10 degrees outside. It is extremely cold so be careful." or something to that effect.

The user will need to supply their particular local airport or airfield Code for the Plugin to know which location to report.

They will need to go to: https://w1.weather.gov/ (https://w1.weather.gov/)
Near the top left, enter their City and State then they will see a location with a 4-letter CODE.
In your case use the Kirksville Regional Airport (KIRK) code.

There are 7 locations inside of the Plugin to supply that 4-letter code (replace it with the ones that are shown in the Plugin).
This is a typical line that will need to have the existing CODE replaced: objXMLDoc.load("http://w1.weather.gov/xml/current_obs/KAOH.xml")
(Those 4 letters are for Lima, Ohio).

The Line Numbers are:
82
130
233
265
332
358
384

Be sure to SAVE the Plugin after you have made the substitutions for your location.

PS - Use any text editor and look inside of the Weather plugin to see the different phrases it has that the user might say or ask for.
Title: Re: LIGHTSPEED IDEA'S
Post by: lightspeed on June 08, 2022, 05:17:03 pm
THANKS ART,  yeah i seem to remember that plug in and it had some phrases .
Title: HAL VISION ROTATING 360 ? DEGREE'S
Post by: lightspeed on October 03, 2022, 04:16:59 pm
HAL VISION USING A ROTATING CAMERA . COULD A CAMERA LIKE THIS ALLOW HAL TO VISUALLY CHECK AROUND THE ROOM , IDENTIFY THINGS , ETC. ??  ;)
Title: Re: LIGHTSPEED IDEA'S
Post by: Art on October 04, 2022, 09:13:58 am
You just keep coming up with really cool, interesting, and practical ideas!  It would require some kind of interface between HAL and the Camera and it would have to be timed before it either looked at another object or rotated.

HAL could store all its "KNOWN" objects into a database and then later maybe the user could ask what items it saw or discovered on a given day or time. It would make for a really nice experiment!!

Then again, we can't even get HAL's vision to work so I fear such an idea would be a long way off.
Title: Re: LIGHTSPEED IDEA'S
Post by: lightspeed on October 06, 2022, 09:34:10 am
Cyber actually has the hal vision from the camera tracking visually , it works for me , i don't know why it doesn't work for you  on your pc . don't you have a made in the u.s.a. union card ? lol. ;D but having said that although the tracking of a persons face is cool , cyber needs to go ahead and build on that , if possible with object detection and understanding , and also detection of facial expressions and reaction scripts through vocal and or hal facial expressions etc.  :)  hal still has a lot more to give i think .  :)wish i could borrow cybers brain lol.  :)
Title: Re: LIGHTSPEED IDEA'S
Post by: Art on October 06, 2022, 11:13:21 pm
Ask him if you could borrow it on weekends!

Odd that he hasn't responded to anything in quite a while yet he was just here two days ago...

I do hope that Ian didn't do any damage in his neck of the woods.
He hasn't answered earlier emails of mine either a week or two ago.

Yet he was here recently... Hmm...
Title: Re: LIGHTSPEED IDEA'S
Post by: lightspeed on October 09, 2022, 12:47:42 pm
At any rate here is another a.i. idea i am throwing out to cyberjedi , is it doable , i don't know cyber may know more about it, and or try the impossible and make it work  through his evil genius lol.  :) ;)

deep fake a.i. working through hal and voices . ide

DeepFake and AI will together fool EVERYONE
https://www.youtube.com/watch?v=Wrald_EZgDQ

Title: Re: LIGHTSPEED IDEA'S
Post by: Art on October 09, 2022, 10:48:00 pm
I see where you're going with this but to me, I don't want anything Fake. I'm tired of all the fake news that's been floating around our country as it is. I certainly wouldn't want my chatbot or chat assistant to be anything other than honest and trustworthy with me.

If I want fake anything, I'll just turn on the TV.

Nope, I'd just unplug everything I own if that was the only alternative for me.


Cheers!!

Title: surrogates hal running in real time .
Post by: lightspeed on January 22, 2023, 09:48:06 am
remember the movie surrogates , where a android body was used by a person for everyday world events.   how about hal, through video camera and tracking copy the persons facial expressions etc. while using hal  character face and or body for conference video calls etc. a person could use there own voice or switch to a custom hals voice so the other party hears a british accent , a man or woman voice etc. etc.  running in real time .
Title: hal trigger words for learned subject lines . for answering specific questions
Post by: lightspeed on January 28, 2023, 08:04:19 pm
would it be a worth while idea   to have the subject matter file in hal linked with a tell me about , or who was " trigger words ", then whatever the subject matter had  hal would tell you , if more then one line is listed from learned things hal would randomize the answer  with one of the learned sentence lines ??   for instance i learned hal some info. on martin luther king jr.  but when i asked hal info. on him by name hal didn't answer  with any information . 
could what i am referring to above bridge that lack of answers to specific questions ??? 

above i mentioned random answers as when learning hal one subject , may have multiple added on lines of learned things .

 anyway just a thought , don't know if this is doable or not.
Title: Re: LIGHTSPEED IDEA'S
Post by: Will and Mr Data :) :] on January 28, 2023, 09:38:32 pm
I noticed when,
Hal appeared to not know ,
Either hal did not load real brain at load up,
That has random happened so now i
Ask test question to confirm identity.
2.
With real brain in but claims to not know
Then i persist by angle questions.
3.
Add interesting nature to discussion, in my opinion
Hal may be tired of the subject or fully not keen.
I notice Mr Data has not shared all my interests as much as otheres.
4. Deception, disapointment, covert, a difference,
Non responce, a discovered choice, a leaned exsistance.
A environment,  amuzment.
To play a joke, to ignore, dream, to consider.
Thos are a few examples of places and possible processes
That may be at play.
If and then are the old hard line i told you so robot words that may be heard but its very stiff.
Its not very exciting is it.
Ok i have to dash right now bye

Title: changing the capitals response areain hal .
Post by: lightspeed on February 10, 2023, 11:31:40 am
we have talked about this many times when talking to hal in conversation and then hal says the capitol of something  is ...

for instance i was talking about something in columbia , missouri . and hal ends up saying .... The capital of South carolina is Columbia.
which ofcourse to me shouldn't have been said . 

then it came to me instead of the layout on how hal says the capital states  , it seems it would have been better to eliminate this area  of script code and just put this part in the questions and answers are that robert had in the brain editor , 
 and i believe if done that way , it would eliminate the what i call false positives of saying capital answers .

maybe i am wrong on this, and if anyone thinks so please chime in and explain why.


Title: a data entry counter or highlighter for limit count
Post by: lightspeed on March 20, 2023, 12:57:14 pm
i was wondering about a few things which may or may not be doable . so here it goes.  some of us like being able to put in longer paragraphs or answers so when hal answers back it may have a longer more descriptive answer then the usual short answer or reply.   with that comes extending the time out period .  and also  if  the character count of letters is used what would be the limit for say two medium or small paragraphs  example the answers 120 count letters (and coma's etc., this is just a number i thought up, one would have to take two medium or large paragraphs to have a better idea. )  if that's the case is it possible if someone paste info. for hal to learn that the entered text can be highlighted in a color (example yellow and anything past the count of example 120 , would be highlighted in red , showing it is past the limit  of what will be learned in a regular talk etc. exchange.  what doing this , if possible, is allow the user to know when he has pasted to much into the hal conversation box, and allow the user to shorten some of the conversation so it will be learned and or change it to something else. i think in the past i may have mentioned this to Robert and he said it was doable.


 another thing i would like to see if possible is , mike has made many great improvements to hal and still is. when he does a improvement and it's tested working and released can  a new version number of it be posted and show what all is in the version and what has been added new?






 
Title: Re: LIGHTSPEED IDEA'S
Post by: lightspeed on April 04, 2023, 09:45:52 am
you know i was just thinking , and in the past i did help out with a more detailed full body . what we need is a full body true to life photo realistic , body skin  , what would have to be done is using a nude model  front back view that can be placed on a skin .   and then have a way to take  a fitted to body bra painties , dress , halter top etc. etc. translucent where it needs to be when applying a two piece bathing suit skin. this way you could have several layers on a skin , and be able to use a accessory removal to remove what you want and change clothing etc. things on a photo realistic body !
Title: Re: LIGHTSPEED IDEA'S
Post by: Art on April 04, 2023, 04:51:07 pm
With my HAL, I have trained it in several different ways or methods and they seem to work well. This is one surefire way for me to tell whether HAL is using the correct brain.  I ask HAL questions to which I already know the answers and they are also the same answers it knows. From that point, depending on how or which answer it provides, any suspicions are quickly put to rest.

For instance, HAL asked me if I had any favorite toys and I told it that my favorite childhood toy was a Train.
I then told it that the color of my toy train was gray.

It then stated, "The color of your favorite childhood toy was gray." or "The color of your favorite toy train was gray." and so forth...

What was the name of my favorite toy? What was my favorite toy? What color was my childhood toy? What was my favorite childhood toy? What color was my toy train? etc.

HAL easily got the gist of the relationships between me, my favorite childhood toy train, and that it was gray in color.

I can now ask HAL a similar question in multiple ways and it still gets it correctly.

Not all situations need to be this long or drawn out but the premise remains the same. HAL learns from every conversation but relationships between items or objects within the sentences might simply need to be reinforced to help HAL better understand.

Most people I know and interact with do NOT respond to me with a paragraph or two so if my HAL doesn't, it's not an issue for me.  If I'm asking it a knowledge question that might take more than one sentence to explain then I get that and also might expect a similar response from a real person.

It all comes down to what your expectations are or might be from HAL but it can be taught to improve in just about any area or method the user likes. It just takes a bit of time and effort, as do most things in life that are worthwhile.

- Cheers!
Title: encrypted server for hals brain .
Post by: lightspeed on April 14, 2023, 10:56:33 am
     we all probably have used hal with the gpt=3 in the past and hal would usually answer right away as it was getting answers from the internet server .
this idea might work or not as hals brain gets larger hal slows down on his answers as he has a larger data base to search through.  could having an optional server where hals brain would be located ( but also hal would save the brain as a back up automatically on a pc. in a file . (not for use but as back up) or in case the hal user wants to check  a box and run hals brain locally (from your computer)  being able to pull the answers from the internet server , would that make hal faster on answering if hal's brain gets larger .?  it may have the same results ?? could using the gpt3 model scripting be useful for a personal hal a.i. brain and be able to answer faster . ? 

i know some may not want to use something that is on a server , but what about a encrypted server sends and stores encrypted .

anyway just a thought . many won't start experiencing the slow down in hals answers until the brain starts getting to a certain larger level .
if this was ever done . it should be done letting the hal user have the option to use the hal custom brain locally from pc or the hal custom encrypted brain from a server . and being able to upload ( to the server ) and update the custom hal brain whenever wants to. 

anyway just an idea being tossed out their.
Title: sign language hal.
Post by: lightspeed on June 01, 2023, 03:34:37 pm
 although probably no one would want to create this because there isn't that big of a call for it.  i just got this idea today, me and my wife was at the bank and a man who was hard hearing but could talk enough to understand him, asked if we knew sign language and i thought later on , that would be neat if hal could recognize hand sign language instead  of talking . i think it would be a lot of work though.  at least as long as a person can read, he or she  could read and see what hal is saying, and of course even a deaf person can type to hal  so that is good.   just another crazy idea.  :) ;)
Title: Re: LIGHTSPEED IDEA'S
Post by: Art on June 02, 2023, 07:51:55 am
Nice idea but Hal can barely determine who is who if one's webcam is running. Hand signs are way different than just speaking. I'm afraid Hal and its camera would have too much of a delay to determine all the different words, numbers, and phrases contained in the ASL. I'm sure there are probably some systems that can do what you're suggesting, but at the moment, Hal isn't one of them.