|
|
| About site: Human-Computer Interaction/Software - HCI Mind Module |
Return to Computers also Computers |
| About site: http://mind.sourceforge.net/hci.html |
Title: Human-Computer Interaction/Software - HCI Mind Module How to interface humans and artificial minds. Includes links. |
|
|
|
|
UK_Unix_User_Group__UKUUG Main UK group for all users of Unix, and other open computer operating systems.
| Creative_Computing Australian company providing multi-store POS, inventory management and accounting software.
| RFC_0390 TSO Scenario. R.T. Braden. September 1972.
| Napster_opens_doors_to_Mac_owners Napster on Wednesday released a Macintosh version of its wildly popular file-swapping software, officially welcoming Apple computer users to the free-music revolution. [News.com] (October 25, 2
| Project_Lounge Online collaboration based on IBM QuickPlace software. Provides teams, large or small, with the flexibility to immediately set up a fully outsourced and externally hosted online collaboration workspac
| Internet_Orange Provides design, Flash animation, programming and promotion. Located in Nikolaev, Ukraine.
|
|
| Alexa statistic for http://mind.sourceforge.net/hci.html |
Please visit: http://mind.sourceforge.net/hci.html
|
| Related sites for http://mind.sourceforge.net/hci.html |
| RFC_1578 FYI on Questions and Answers - Answers to Commonly Asked "Primary and Secondary School Internet User" Questions. J. Sellers. February 1994. | | RFC_1595 Definitions of Managed Objects for the SONET/SDH Interface Type. T. Brown, K. Tesink. March 1994. | | ISYS Suite of search software products that finds information in multiple file formats and languages. Features product descriptions, evaluation version download, company profile and contact information. | | Minimal__Tiny_Smalltalk Download for VSTa operating system, tar file. | | Ardent_Dev_Blog Blogging on software development and related topics. | | _NET_XML_Web_Services_Repository Samples, links, and a repository of web services developed using .NET. | | Availcheck_Availability_Calendars Four calendar options to suit all users, from the individual who wants a single calendar for their home website to the webmaster who wants to create multiple calendars using Perl or SQL. | | RssDisplay A quick Perl CGI to render an RSS feed in HTML for use in SSI on sites. This script does that very simply, yet with a small set of configurable options. | | eSquire Web-based system. Features autoresponders, integrated support for MHonArc and HyperMail as well as Banned user support. | | The_RDP_parser_generator A parser generator which compiles attributed LL(1) grammars decorated with C semantic actions into recursive descent compilers. | | LEGO__RCX Allows one to communicate with the Lego MindStorms(R) RCX brick from a workstation through the IR tower. | | MVP_VisualC++_FAQ Answers to several frequently asked questions about Visual C++, MFC and Windows development in C/C++. | | THE_Macro_Contributions Macro collection and writing tips for The Hessling Editor. | | The_New_C++__Smart(er)_Pointers Takes a closer look at one of the proposed facilities - smart pointers, which were discussed again at the April 2002 standards meeting. (August, 2002) | | weblin Community oriented chat software for Windows creates a chatroom on every site opened in a Firefox or IE browser window. Users can talk via animated avatars. | | Nut-Nae_Art Offer web and graphic design, registration and hosting assistance. Based in Saskatchewan, Canada. | | Wiworks Web designs packages, domain name registration, hosting and promotion. | | Uniqueorn_Enterprises Offers design services as well as traditional graphic design services. | | Bumblejing Provides web design including HTML, CSS, scripting, and database integration. Based in San Francisco, California, United States. | | xcClassified Turnkey classified ad management system for IIS web servers. [Commercial] |
|
This is websites2007.org cache of m/ as retrieved on 2008.10.11 websites2007.org's cache is the snapshot that we took of the page as we crawled the web. The page may have changed since that time.
|
|
HCI module of free open-source MindForth True AI
function overMind() { // Drastic measure to announce working Mind.html AI program.
window.open("http://mind.sourceforge.net/Mind.html","Mind","fullscreen=yes,toolbar=no");
} // Netizens may click on Terminate to close the full-screen AI Mind.
Summon the Tutorial AI Mind into your presence with
MSIE.
The Human-Computer Interaction (HCI) Module of the
AI Breakthrough
by
Mentifex
WikiAI08
WIKIPEDIA AND ARTIFICIAL INTELLIGENCE: AN EVOLVING SYNERGY
http://lit.csci.unt.edu/~wikiai08/index.php/Main_Page
1.
Theory of
AI Textbook Algorithm Steps: Code the HCI Module
___________ ___________
/ \ / \
/ Motorium \ / enBoot \
\_____________/\ ______ /\_____________/
__________ \ / \ / ________
/ \ \/ main \/ / \
( Volition )--------< aLife >----------( Security )
\__________/ /\ loop /\ \________/
_____________ / \______/ \ _____________ |
/ \/ | \/ \ |
\ Think / ____V_____ \ Sensorium / |
\___________/ / \ \___________/ _V_
( Emotion ) / \
\__________/ ( HCI )
\___/
http://mind.sourceforge.net/diagrams.html shows a Theory of Mind.
Wikipedia -- read/edit articles pertaining to human-computer interaction (HCI).
http://en.wikipedia.org/wiki/Human_computer_interaction
Transcript of " + now + "");
document.all.souvenir.innerHTML = adcopy;
} // end of if-clause to see if "Transcript" is checked.
if (document.all["cb1"].checked == false) {
hardcopy = false;
} // end of if-clause to see if Transcript is NOT checked.
if (hardcopy == true) { // If session transcript is to be printed,
if (userline != "" || output != "" ) { // if data are present,
Transcript(); // display conversation for optional printing.
} // End of test for "hardcopy" transcript flag.
} // End of if-clause to call Transcript().
if (trouble == true) { // If a user requests Troubleshoot mode,
Troubleshoot(); // display the deep contents of the AI Mind.
} // End of if-clause to call Troubleshoot().
// DIY AI: Always return control to user:
if (life == true) { // Only invite input if AI is alive.
document.forms[0].ear.focus(); // Display blinking cursor.
} // Check HALT to stop cursor; uncheck HALT to resume cursor.
} // End of Human-Computer Interface (HCI) function.
4.
Mind.Forth
free artificial general intelligence with
User Manual
\ HCI is the human-computer interface of the Robot AI Mind.
: HCI \ ATM 11mar2005; or your ID & date.
CLS ( Clear the screen to prevent scrolling. )
CR CR CR CR CR CR CR CR CR CR CR ( use middle of screen )
t @ 60 < IF
CR ." There is no warranty for what this software does."
ELSE CR
THEN
." " \ A kind of buffer before all the backspacing.
t @ 8 > IF .echo THEN ( show output of AI )
CR
CR ." This AI Mind has been alive since "
bhour @ . bminute @ . bsecond @ . ." o'clock on " bday @ .
bmonth @ 1 = IF ." January " THEN
bmonth @ 2 = IF ." February " THEN
bmonth @ 3 = IF ." March " THEN
bmonth @ 4 = IF ." April " THEN
bmonth @ 5 = IF ." May " THEN
bmonth @ 6 = IF ." June " THEN
bmonth @ 7 = IF ." July " THEN
bmonth @ 8 = IF ." August " THEN
bmonth @ 9 = IF ." September " THEN
bmonth @ 10 = IF ." October " THEN
bmonth @ 11 = IF ." November " THEN
bmonth @ 12 = IF ." December " THEN
byear @ .
CR ." and has rejuvenated itself "
rjc @ . ." times by forgetting old unused memories."
CR ." Enter a brief positive or negative unpunctuated sentence."
CR ." The AI listens briefly for input, then generates a thought."
CR ." Time = " t @ .
8 EMIT 59 EMIT \ Backspace, then display a semicolon.
." inert = " inert @ .
inert @ 1 > IF \ As "inert" builds up in Audition...
8 EMIT 59 EMIT \ backspace, then display a semicolon.
." Ego may start a new chain of thought."
ELSE \ if not about to assert EGO...
8 EMIT 46 EMIT \ Backspace, then display a period.
THEN \ end of test for approach of call to EGO.
32 uract ! \ 26jul2002 Let PARSER decrement input "act".
\ 26jul2002 We set point-of-view "pov" to 42=external
\ so that SENSORIUM calls AUDITION which calls LISTEN:
42 pov ! \ 26jul2002 So that LISTEN will be called.
; \ End of HCI; return to the SECURITY safeguards module.
http://mind.sourceforge.net/m4thuser.html is the Mind.Forth User Manual.
http://mind.sourceforge.net/variable.html
explains the Seed AI variables.
5. Analysis of the Seed AI Modus Operandi
The HCI modules in JavaScript and Forth are far more different
from each other than the AI algorithmic modules, for two reasons.
Firstly, as a semantic Web language, JavaScript is flashy and fun
and colorful, whereas Forth as a robotics control language is all
business and no play -- except for legions of amateur robot builders.
Therefore the AI in JavaScript is infinitely versatile and fanciful,
whereas Mind.Forth takes a minimalist approach to loading the AI.
Since the Forth version of the Robot AI Mind may be either loaded
into an autonomous mobile robot or hosted in a separate computer
connected by umbilical cord or infra-red link or whatever to the
robot embodiment of the Mind, the HCI possibilities are unlimited
in a remote-control mind that may operate on any system ranging
from an exact replica of the robot AI hardware all the way up to
the world's most powerful supercomputer for parsecs around the sun.
6. Troubleshooting and Robotic Psychosurgery
Try in advance not to introduce any
evolutionary bugs.
The
AI Debugger program may shed some light in general on how to debug
and troubleshoot programs in artificial intelligence.
See
Dr. Joanne Pransky -- robotic psychiatrist
|
|
| |
How | to | interface | humans | and | artificial | minds. | Includes | links. |
|
http://mind.sourceforge.net/hci.html
HCI Mind Module 2008 October
dvd rental
dvd
How to interface humans and artificial minds. Includes links.
Rules
|
© 2008 Internet Explorer 5+ or Netscape 6+
|
|
Recommended Sites: 1.
Arts -
Business -
Computers -
Games -
Health -
Home -
Kids and Teens -
News -
Recreation -
Reference -
Regional -
Science -
Shopping -
Society -
Sports -
World
Miss Gallery
- Top Anime Hentai
- DVD rental by mail
- Credit Card - Internet Advertising - Credit Cards - Loan - Hypnosis
|