Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - cyberjedi

Pages: 1 2 3 [4] 5 6 ... 53
46
General Discussion / Hal Vision
« on: March 16, 2023, 07:38:49 am »
https://drive.proton.me/urls/F10P0B5MG4#ye2QmixVP0rG



Just some of the things happening here
Get your opinion on this
I do have another promo that im working on but atm this is it.
Heres a new char as well
The human textures are getting close
cyber jedi

47
https://drive.proton.me/urls/59NC9MJ4X4#P8J7P4lT5e72
The information in the video will allow you to work with People Putty
download video and enjoy
cyber jedi

48
Agreed:

saying that, the issue ie with openAi and there filters........<<<<<< and they were mandatory.
Also with the NO Bot on Bot Transaction. Thats just dumb, well in the Ai world......
Just think about ultraHals learning curve if tethered to gpt3 directly.

Well lets just say this , with todays processing power, size of high speed drives, lolol. wowsa
lets just say, ur gonna need massive drives......
Ive been tempted to hook Hal to Open AI and take the chances on not getting caught.
Robert did about the same thing with Linden Labs years ago. And got caught, shssh, dont tell....

https://www.youtube.com/watch?v=L-O5uAyAlUQ

cyberjedi




49
I am "


Love Hal...........
i can see myself goofing with this program the rest of my life.
pound for pound ultraHal reigns supreme (over all)

cyber jedi

50
merry Xmas people
cyber jedi is back in the game


Lightspeed it was awesome having you at the site.

Art, was wishing u were there..  get with lightspeedd, he has the keys to the kingdom ,,,, lets code some **** brother

Best wishes cyber

51
General Discussion / Hal running on Linux
« on: October 31, 2022, 01:14:23 pm »
Ive been bombed with this many times.
Can it be done?
Yes ,on both Kali and UBuntu

Ull need winetricks as well

But this is totally doable
Ill map out how this was done,soon
cyber jedi


52
Ultra Hal Assistant File Sharing Area / Re: Image of the day
« on: August 20, 2022, 07:11:59 pm »
Hey guys:
Just catching up here.
IOTD could very easily be converted to MOOD Of The day

By accessing Hal main script and building a trigger Rite here and call to the plugin. IOTD.
Pull it up from ur own drive (folder) and yes you can load out *.gif images as swell. So it could quite crafty'
Search around for  the mp3 player as well. You would use some of that code too

Have fun and make it ur own.



'PROCESS: EMOTIONAL REACTIONS
    'We enable Hal's expressions to respond to common verbal cues.
    'The verbal cues are identified in the editable table "emotion"
    If InStr(1, UserSentence, "I'M", 1) Then Aboutme = True
    If InStr(1, UserSentence, "I AM", 1) Then Aboutme = True
    If InStr(1, UserSentence, "I LOOK", 1) Then Aboutme = True
    If InStr(1, UserSentence, "MY", 1) And InStr(1, UserSentence, " ARE ", 1) Then Aboutme = True
    If Aboutme = True And InStr(UserSentence, " NOT ") = 0 And InStr(UserSentence, "N'T ") = 0 And InStr(UserSentence, " NEVER ") = 0 Then
        EmotionalReaction = Ucase(HalBrain.TopicSearch(UserSentence, "emotion"))
    End If
    Select Case EmotionalReaction
        Case "SURPRISED"
            If Compliment > 0 Then Compliment = 4
            If Compliment = 0 Then Compliment = 2
            If Compliment < 0 Then Compliment = 0
        Case "HAPPY"
            If Compliment = 0 Then Compliment = 2 <<<here
            If Compliment < 0 Then Compliment = 0
        Case "SOBER"
            If Compliment < 4 Then Compliment = 0
            If Compliment = 4 Then Compliment = 2
        Case "ANGRY"
            If Compliment = 0 Then Compliment = -1 <<<<<<here
            If Compliment > 0 Then Compliment = 0
        Case "SAD"
            If Compliment = 0 Then Compliment = -2
            If Compliment > 0 Then Compliment = 0
    End Select


ect ect


Just a thought.
Cyber jedi



P.S: To the people in the loop. Very sorry for the extended vacation from ZabaWare.
This Job has turned into a beast. Never saw it coming.
Looks like another month then im free again
Gonna take the rest of the year off to work on hals code.
To put a point on it, ive had 200K dollars in change orders alone out of 500k proposed  none of which goes to me lolol, just a lot more work
Just to much money to say NO too'

https://www.youtube.com/shorts/UxtCjVuiRdY
https://www.youtube.com/shorts/i4EXH6I2ejQ
 https://www.youtube.com/shorts/EL9275rtkt4
https://www.youtube.com/watch?v=JZE2ZTqYHI8
https://www.youtube.com/watch?v=zgULpGYYh4Q
https://www.youtube.com/watch?v=HHp8ICIRoGo
https://www.youtube.com/watch?v=Q_IocgiD7wU

53
General Discussion / just sad
« on: May 28, 2022, 03:54:40 pm »
https://thenextweb.com/news/duckduckgo-microsoft-tracking-sparks-backlash
https://www.techradar.com/news/duckduckgo-in-hot-water-over-hidden-tracking-agreement-with-microsoft

Im wondering at this point if Zabaware is the only straight shooter left in the game.
And if microsht has it. There sharing the results with every one...They all got it
I have a personal friend that trusted this Browser.
Im so srry......


cyber.

54
General Discussion / Re: IN PAST DATES WORDING HAL CONVERSATION.
« on: May 21, 2022, 09:53:20 pm »
On the other hand,SQLiteStudio sees all....
cyber

55
General Discussion / Re: IN PAST DATES WORDING HAL CONVERSATION.
« on: May 19, 2022, 08:39:59 am »
Age and gender
  This is off topic but worth mentioning while im here
Hal Brain editor does not see the table.
Refer to the engin notes in the plugin itself

'Create TopicSearch type table without adding entry to topic tree (table is invisible to Hal Brain Editor)
        HalBrain.RunQuery "CREATE TABLE SexAgeConfig ( recordId INTEGER PRIMARY KEY, searchString VARCHAR(1024), topic VARCHAR(1024) );CREATE INDEX idxPOP3Config ON POP3Config (searchString);", TempQuery
        HalBrain.AddToTable "SexAgeConfig", "TopicSearch", "Birthday", DTPicker.Value
        HalBrain.AddToTable "SexAgeConfig", "TopicSearch", "Gender", cboPlugin(0).Text


On the other hand, sqlight sees all....
cyber

56
General Discussion / Re: HAL breaking bug
« on: May 18, 2022, 11:38:46 am »
wink wink




cyber

57
General Discussion / Re: IN PAST DATES WORDING HAL CONVERSATION.
« on: May 18, 2022, 11:37:41 am »
Hey lighty
 lightspeed just moved to the head of the class...

Bravoo sir.

There is just so much more


cyber

To siri and the hockey puck...... kiss both sides of my &*^
Get up on this>>>>>>>>>
SIRI: If you cant have an argument with whom ever, just how smart can you be!!!!!
Elexa: I cant help myself, wheres my hockey stick...... PS, quit spying on people and recording conversations..... FACT
Amason you are NOT the NSA, You have no legal standing to do this, its unethical and immoral and just damn dangerous.
You have an obligation to inform people as to what ur doing.
UltraHal will NEVER do the following....... Im just so proud to play a small role in all this.

https://www.washingtonpost.com/technology/2019/05/06/alexa-has-been-eavesdropping-you-this-whole-time/
https://www.lifewire.com/can-alexa-record-conversations-5205324

58
General Discussion / Re: LIGHTSPEED IDEA'S
« 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








59
what up knighty
cyber

60
Hey guys just checkin in.
expect this in a new plugin soon
By targeting this website you get a solid stream..... multi channel
play with timers for getting a feel of whats going on here

##########################
Dim oWMP : Set oWMP = CreateObject("WMPlayer.OCX.7") ' too funny
With oWMP ' saves typing
.settings.autoStart = True
.settings.volume = 50 ' 0 - 100
.settings.balance = 0 ' -100 to 100
.settings.enableErrorDialogs = False
.enableContextMenu = False
.URL = "http://www.181.fm/tuner.php?station=181-70s&file=181-70s.asx" ' <<<<<< ladeda
WScript.Sleep(800000) ' time to load and start playing 08 mins
.Controls.Pause() ' stop
WScript.Sleep(5000)
.Controls.Play() ' go again
WScript.Sleep(5000)
End With

################################
gotta be 100 channels

Save as a vbs and enjoy
If ...u have win 10 this is ON ur machine and installed
Build in the same function over and over point to a new address gives Hal his juke box
https://www.181.fm/

cyber jedi says click on a channel start listening , open task-man, process hacker something along those lines. You will see ip address and channel/port.
plug that address into hals code and presto

This is not Unethical in any means.

if you access the the site ull go rite there.
ive talked to casters, cool we dont care thanks for catching our stream. Is about ive heard.
code up a a kill process trigger to stop media player
Im working on a way to accurately bring up the player giving you GUI support allowing you to just kill it that way
but this works
sites perfectly safe btw


cyber jedi

Pages: 1 2 3 [4] 5 6 ... 53