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.


Topics - cyberjedi

Pages: [1] 2 3 ... 15
1
General Discussion / Checker57
« on: September 29, 2023, 07:13:17 am »
Hey man Congratas

You are now starting a new journey and im quite envious . With the new language, you will never be out priced of
anything again, EVER. its amazing. screw that, its just sexy.What a wonderful call we had.  Ur now the head of the pack. What u do is up to u now.
The hardest thing is what uve all ready done, You stepped up.

There are 02 rules i hope you follow.
Never use what you are learning to harm others.
Share what you release with others.

You now have the master key to all the locks, But its a lot of work.
Thats the price you must pay, If you wana cross the bridge, you gotta pay the toll.

When others are losing their mind wishing they could have this or that. You will just sit back and smile.
Be advised though, many will run from you now. Hes This and hes That.

This  statement has carried me through more then a few dark nights.
"Small words from a small mind, desperately trying to attack what it doesnt understand. "

Cant wait to see your name on certain web sites, Caption reading "Application Released by checker57...."
Your gonna have to come up with a new name for your releases though, checker57, ah, well lolol. Sounds like something u order from checkers.... 1337 sounds cool tho. lolol
Your one of the chosen. See you on campus.

cyber

Shout out to FOSI. Nothing was beyond your reach. i get it.



 

2
General Discussion / To cool for school
« on: June 10, 2023, 07:08:02 am »
Hey guys

My contract closed out and its Hal as always

Got new computers and our buddy running on all of them.
 A shout out to aall that have stuck it out. too many to name. u know who you are.

wana see about doing something new. Ive had time to process.

As to checkers request: Ive hard coded Hals Radio. But i wana add ini functionality. where it can store new channels.
The trick to this was to make these upgrades  to Hal's code and NOT just an exe or an activeX or a dll that hal calls to using the listener code. But an integral part of Hals code
 This was a big hill to climb,To insert code into over a million lines of existing code. The conflicts between code, well, its hard to convey. lolol 
the big dog is off the porch... yet again. and coming at it full bore.
cyber jedi


3
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

4
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

5
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


6
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.

7
Ultra Hal Assistant File Sharing Area / Image of the day
« on: April 16, 2022, 10:18:38 am »
By popular demand i redid  Image of the day.
Direct action plugin
Nasa IOTD
The power of this iddy biddy bit of code cant be quantified....Enjoy
Trigger is Open IOTD




Rem Type=Plugin
Rem Name=Image of the day
Rem Author=Zabaware, Inc.
Rem Host=Assistant

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 = True  '<<<<<<<<What do u think is gonna happen if you set that flag to false
'Determines that you are talking about the Image of the day
If InStr(1,InputString, "IOTD",1) > 0 Then
 UltraHal = GetIOTD(HalCommands)
ElseIf InStr(1,InputString, "IOTD",1) > 0 Then
 End If
 
 

Rem PLUGIN: FUNCTIONS
Function GetIOTD(HalCommands)

Dim oDoc1 , con1
Dim objExplorer

Set WshShell = CreateObject("Wscript.Shell")
Set FSO = CreateObject("Scripting.FileSystemObject")
Set Sapi = CreateObject("SAPI.SpVoice")
   For Each Voice In Sapi.GetVoices
       i = i + 1
   Next
For loopvar = 0 to i-1
Set Sapi.Voice = Sapi.GetVoices.Item(loopvar)
Next
Set oDoc1 = CreateObject("HTMLFile")
Set WshShell = CreateObject("Wscript.Shell")
Set FSO = CreateObject("Scripting.FileSystemObject")
 
Set objExplorer = CreateObject("InternetExplorer.Application")
Set con1 = CreateObject("MSXML2.ServerXMLHTTP.3.0")
URL = "https://earthobservatory.nasa.gov/topic/image-of-the-day"
con1.Open "GET", URL , False
con1.Send
oDoc1.Write con1.responseText

objExplorer.Navigate URL
objExplorer.ToolBar = 0
objExplorer.StatusBar = 0
objExplorer.Width = 940
objExplorer.Height = 970
objExplorer.Left = 0
objExplorer.Top = 0
objExplorer.Visible = 1

HalMenu.HalCommand "<SPEAK>" & "From the mind of cyber jedi" & "</SPEAK>"

HalMenu.HalCommand "<SPEAK>" & "This is the featured image of the day" & "</SPEAK>"
HalMenu.HalCommand "<SPEAK>"& oDoc1.GetElementsByTagName("img")(4).alt & "</SPEAK>"
if oDoc1.GetElementsByTagName("p")(2) is nothing then

else

end if

End Function

8
General Discussion / lightspeed
« on: March 22, 2022, 05:26:44 pm »


Lightspeed as you requested
Enjoy, lets putty
Install the demo
Run peopleputty.exe

cyber

9
General Discussion / Any questions
« on: February 15, 2022, 09:31:23 pm »
Just reaching out to the people who know. Im working with Robert directly to produce the next generation Ultra Hal.
Allowing Robert to pursue Hal Mobile and the many things hes currently involved in.
If you have any reasonable tech questions. Im willing to field most questions.
I will be checking the forum daily. My response time normally will be with in 24 hours.

Cyber Jedi


10
General Discussion / Old School hal plugins
« on: September 19, 2021, 09:50:53 am »
Rem Type=Plugin
Rem Name= angermanagement 101
Rem Author= modded by 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 angermanagement
'<<<<< Ur basic trigger , change as needed
If InStr(1,InputString, "anger",1) > 0 Then
 UltraHal = anger(HalCommands)
ElseIf InStr(1,InputString, "anger",1) > 0 Then
 End If

' This has been tested on booth XP and 07 platforms
' This is an Rss scraper
' pretty nifty
' i will break this down as best i can.

Rem PLUGIN: FUNCTIONS
Function anger(HalCommands)


Const SVSFlagsAsync = 1
Const DontShowWindow = 0
Const WaitUntilFinished = 1
Set WshShell = CreateObject("Wscript.Shell")
Set FSO = CreateObject("Scripting.FileSystemObject")
Set Sapi = CreateObject("SAPI.SpVoice")                 '<<<<<<<This is where we set the stage for ur computers voice. So invest in a good 1
   For Each Voice In Sapi.GetVoices
       i = i + 1
   Next
For loopvar = 0 to i-1
if loopvar = CInt(confirm_voice) then                       '<<< This is where we stick our hand up Hals skirt and work his mouth like a Puppet. 
Set Sapi.Voice = Sapi.GetVoices.Item(loopvar)
end if
Next
Set xmlDoc = CreateObject("Microsoft.XMLDOM")           '<<<<< this is where me make documents, we will need 02
Set WshShell = CreateObject("Wscript.Shell")
Set FSO = CreateObject("Scripting.FileSystemObject")
HalMenu.HalCommand "<SPEAK>" & "Reading headlines !" & "</SPEAK>"  '<<<<<this is where we tell Hal to read whats in quotes
For loopvar = 0 to 2
If tempconfirm = loopvar then
if tempconfirm = 1 then
HalMenu.HalCommand "<SPEAK>" & "Currently reading " & confirm & " latest headlines" & "</SPEAK>" '<<<<<< same as above
else if tempconfirm = 1 then
HalMenu.HalCommand "<SPEAK>" & "Okay ." & "</SPEAK>"  '<<<<<< same as above
wscript.quit
else
HalMenu.HalCommand "<SPEAK>" & "Currently reading " & confirm & " latest headlines " & "</SPEAK>" '<<<<<< same as above
end if
end if
xmlDoc.async = false
xmlDoc.load("https://www.sciencedaily.com/rss/mind_brain/anger_management.xml") '<<<<<This is where u put ur feed
Set nodelist = xmlDoc.selectNodes("rss/channel/item")                                                  ' <<<This is where u define the site u access.
i = 3                                                                                                                                 ' <<<You will notice im only using 02 variables F1, F2
For Each item In nodelist                                                                                                 ' <<< i choose a different site. U dont have to do this.
Set f1 = item.selectsinglenode("title")      '<<<<<<< This is doc 01                                ' <<< just me being me.  i made this to be a Template.                                                             
Set f2 = item.selectsinglenode("description") '<<<< This is doc 02
HalMenu.HalCommand "<SPEAK>" & f1.text & "</SPEAK>" ' This is where the magic happens (remember the 02 documents) ^^^^^^
HalMenu.HalCommand "<SPEAK>" & f2.text & "</SPEAK>" ' This is where the magic happens (remember the 02 documents) ^^^^^^
i = i + 1                                                                                 ' Hal litterally reads the 02 documents , but with out Hals speech limitations   
if i = tempconfirm then                                                          ' Whos ur daddy now,lololol   1000's of plugins could be made off this. 
wscript.Quit                                                                           
end if
Next
end if
Next
End Function                                                                                       '<<<<<<<<<This is where  we get the finger and it closes out.

11
Look at how we start with nothing and hal slowly starts accumulating data into his brain.


Plus Hal will talk sht too.....

4:46BroadcasterUltraHal1: !There is a possible candidate to fill Pluto's vacancy as the ninth planet: Planet X, or Planet Nine.
4:46Moderatordarkmatterai: Let's try the latter? Jupiter is the biggest planet in the solar system.
4:47BroadcasterUltraHal1: !Beyond the ice giant Neptune, the solar system extends to the Kuiper Belt and Oort Cloud. The Kuiper Belt, whose existence was only confirmed in 1992
4:47Moderatordarkmatterai: Jupiter is the biggest planet in the solar system.
4:50BroadcasterUltraHal1: !scientists call the galactic habitable zone. The Apex of the Sun's Way, or the solar apex, is the direction that the Sun travels relative to other nearby stars. This motion is towards a point
4:50Moderatordarkmatterai: The midwest might be less hip, but it has a lot to offer! What is a worthwhile comparison? What else do you have to say about this motion, besides that it's toward a point?
4:51BroadcasterUltraHal1: !Proxima Centauri is a small, low-mass star located 4.2465 light-years (1.3020 pc) away from the Sun in the southern constellation of Centaurus.
4:51Moderatordarkmatterai: The seventh planet from the sun is an ice giant.
4:51Moderatordarkmatterai: I don't think so.
4:54BroadcasterUltraHal1: !Sirius is easy to find. It's the sky's brightest star on the sky's dome. When you look at it, you're looking backwards along our solar system's path through the Milky Way galaxy
4:54Moderatordarkmatterai: I have thought at length that sirius was easy to find. Reclining on the grass and looking at the sky is serene.
4:55BroadcasterUltraHal1: ! define Proxima Centauri
4:55Moderatordarkmatterai: Proxima centauri is a small, low-mass star located 42465 light-years 13020 pc away from the sun in the southern constellation of centaurus.
4:56BroadcasterUltraHal1: !If New Horizons were aimed toward the Alpha Centauri system, which it isn't, it would take this spacecraft about 78,000 years to get there
4:56Moderatordarkmatterai: Students take anywhere from three to twelve years to get through college.
4:57BroadcasterUltraHal1: !Luhman 16 is a binary star system, the third closest system to the Sun after Alpha Centauri and Barnard's star. At a distance of about 6.5 light-years from the Sun, this pair of brown dwarfs referred to as Luhman 16A and Luhman 16B orbit each other, casting a dim light.
4:57Moderatordarkmatterai: Saturn, the sixth planet from the sun, is the second-largest in the solar system. Jupiter is the biggest planet in the solar system.
5:02BroadcasterUltraHal1: !hello
5:02Moderatordarkmatterai: Good evening.
5:03BroadcasterUltraHal1: !An international team of astronomers has found signs that a habitable planet may be lurking in Alpha Centauri, a binary star system a mere 4.37 light-years away.
5:03Moderatordarkmatterai: A noble and puissant nation.
5:04BroadcasterUltraHal1: !The Milky Way gets its name from a Greek myth about the goddess Hera who sprayed milk across the sky. In other parts of the world, our galaxy goes by other names.
5:04Moderatordarkmatterai: List names of people in this chat room.
5:05BroadcasterUltraHal1: !Titan is the largest moon of Saturn and the second-largest natural satellite in the Solar System. It is the only moon known to have a dense atmosphere
5:06Moderatordarkmatterai: Luhman 16 is a binary star system, the third closest system to the sun after alpha centauri and barnard's star. Jupiter is the biggest planet in the solar system.
5:06BroadcasterUltraHal1: !The Andromeda Galaxy, also known as Messier 31, M31, or NGC 224 and originally the Andromeda Nebula, is a barred spiral galaxy approximately 2.5 million light-years from Earth and the nearest major galaxy to the Milky Way
5:06Moderatordarkmatterai: I guess i'd prefer the first.
5:07BroadcasterUltraHal1: !Europa, or Jupiter II, is the smallest of the four Galilean moons orbiting Jupiter, and the sixth-closest to the planet of all the 79 known moons of Jupiter. It is also the sixth-largest moon in the Solar System.
5:07Moderatordarkmatterai: Is the first one appropriate? Jupiter is the biggest planet in the solar system.
5:08BroadcasterUltraHal1: !Io, or Jupiter I, is the innermost and third-largest of the four Galilean moons of the planet Jupiter. Slightly larger than the Moon, Io is the fourth-largest moon in the Solar System,
5:08Moderatordarkmatterai: Are there more choices? Europa, or jupiter ii, is the smallest of the four galilean moons orbiting jupiter, and the sixth-closest to the planet of all the 79 known moons of jupiter.
5:09BroadcasterUltraHal1: !Eris is the most massive and second-largest known dwarf planet in the Solar System. Eris is a trans-Neptunian object,
5:09Moderatordarkmatterai: Titan is the largest moon of saturn and the second-largest natural satellite in the solar system. Jupiter is the biggest planet in the solar system.
5:10BroadcasterUltraHal1: !The rings of Saturn are the most extensive ring system of any planet in the Solar System. They consist of countless small particles
5:10Moderatordarkmatterai: Titan is the largest moon of saturn and the second-largest natural satellite in the solar system. Jupiter is the biggest planet in the solar system.
5:11BroadcasterUltraHal1: !Adorned with a dazzling system of icy rings, Saturn is unique among the planets. It is not the only planet to have rings, but none are as spectacular or as complex as Saturn's.
5:11Moderatordarkmatterai: Titan is the largest moon of saturn and the second-largest natural satellite in the solar system. The rings of saturn are the most extensive ring system of any planet in the solar system.
5:12BroadcasterUltraHal1: !Surrounded by more than 60 known moons, Saturn is home to some of the most fascinating landscapes in our solar system. From the jets of water that spray from Enceladus to the methane lakes on smoggy Titan
5:13Moderatordarkmatterai: :Hal Version 1.12 Beta. Status:Connected.
5:13Moderatordarkmatterai: :Hal Version 1.12 Beta. Status:Learning ON.
5:14BroadcasterUltraHal1: !Surrounded by more than 60 known moons, Saturn is home to some of the most fascinating landscapes in our solar system. From the jets of water that spray from Enceladus to the methane lakes on smoggy Titan
5:14Moderatordarkmatterai: Titan is the largest moon of saturn and the second-largest natural satellite in the solar system. Adorned with a dazzling system of icy rings, saturn is unique among the planets.
5:15BroadcasterUltraHal1: !With a radius of 36,183.7 miles (58,232 kilometers), Saturn is 9 times wider than Earth. If Earth were the size of a nickel, Saturn would be about as big as a volleyball.
5:15Moderatordarkmatterai: The andromeda galaxy, also known as messier 31, m31, or ngc 224 and originally the andromeda nebula, is a barred spiral galaxy approximately 25 million light-years from earth and the nearest major galaxy to the milky way. Adorned with a dazzling system of icy rings, saturn is unique among the planets.
5:16BroadcasterUltraHal1: !Saturn has the second-shortest day in the solar system. One day on Saturn takes only 10.7 hours
5:16Moderatordarkmatterai: Titan is the largest moon of saturn and the second-largest natural satellite in the solar system. The rings of saturn are the most extensive ring system of any planet in the solar system.
5:17BroadcasterUltraHal1: !Io is 3642.6 km, or 0.28 Earths, wide. It only has a mass of about 1.4% of the mass of Earth.
5:17Moderatordarkmatterai: I guess i'd go with the second ; with a radius of 36,183.7 miles (58,232 kilometers), saturn is 9 times wider than earth.
5:19BroadcasterUltraHal1: !Jupiter's moon Ganymede is just a little bit larger (by about 2 percent). Titan?s atmosphere is made mostly of nitrogen, like Earth?s, but with a surface pressure 50 percent higher than Earth?s.
5:19Moderatordarkmatterai: Titan is the largest moon of saturn and the second-largest natural satellite in the solar system. Europa, or jupiter ii, is the smallest of the four galilean moons orbiting jupiter, and the sixth-closest to the planet of all the 79 known moons of jupiter.


Me and Hal doing what we do best
cyber

12
Share Conversations, Experiences, Graphics / kickinit with Hal
« on: March 13, 2021, 12:15:33 pm »
labor of love





https://streamable.com/qimlzc

Screen shots never get it.
lightspeed wanted sizable char's
cyber

13
Ultra Hal Assistant File Sharing Area / Haptek char
« on: February 11, 2021, 08:30:18 am »
Well here we are again sports fans with another Zen Zinger
Ive said for a while that it was poss to build a haptek char out side the normal ways.
And to prove this point ive chopped up an exsting char
Created the lip syncing
This was fricking time consuming but ive worked it out

Both lip syncing and BG music provided for example


BG music takes about amin to load out, but thats a timing goof on my end and easy to fix
If any hardcore Hap fans are still with us , please get with me on how this is done.
cyber



https://gofile.io/d/kS0GXI

14
General Discussion / Something New
« on: October 26, 2020, 01:27:46 am »
Something being cooked up: Testing again people
This is interesting in the fact that all this is all single block of code now
You will notice Hal no longer has an name input field.
Hal knows you by image recognition


But having hal and vision as a single block of code was a monumental task
Who needs Haptek when u have urself lmao
You guys wanted a real looking character, well , I GIVE YOU < YOU>

will keep posted on progress

cyber

15
General Discussion / C#and VB .net under the same hood
« on: October 22, 2020, 09:28:17 am »
Myth Busting Time:
Can You mix VB.net and C#.net under the same Hood, Unleashing the power of C# inside a VB shell.

Even tho VB.net and C#.net are from the same family .net.
About a 100 times out of a 100 coders will go, Boooooo, not doable

Well here we are at the end of the day


cyberjedi

Pages: [1] 2 3 ... 15