background preloader

On Line Index of Artificial Intelligence Journals

On Line Index of Artificial Intelligence Journals

jabberwacky chat - Yes. - Please tell me your nicknames. - An Artificial Intelligence chatbot, AI chatterbot or chatterbox, for online chatting, talk, chats, talking, think, thought, thoughts, converse,dialogue,dialog,conversation - entertainment robots, Why smart people do stupid things U of T Magazine Summer, 2009 By Kurt Kleiner How can someone so smart be so stupid? We’ve all asked this question after watching a perfectly intelligent friend or relative pull a boneheaded move. People buy high and sell low. They believe their horoscope. You’ve done something similarly stupid. “I lost $30,000 on a house once,” he laughs. “There is a narrow set of cognitive skills that we track and that we call intelligence. He’s even coined a term to describe the failure to act rationally despite adequate intelligence: “dysrationalia.” How we define and measure intelligence has been controversial since at least 1904, when Charles Spearman proposed that a “general intelligence factor” underlies all cognitive function. Stanovich believes that the intelligence that IQ tests measure is a meaningful and useful construct. Earlier this year, Yale University Press published Stanovich’s book What Intelligence Tests Miss: The Psychology of Rational Thought. Time for a pop quiz. The list goes on.

HackQuest :: Learn about Hacking, Cracking, JavaScript, PHP, Cryptology and Password security 02002-02029 (27 years): By 2029 no computer - or "machine intelligence" - will have passed the Turing Test. - Long Bets The Significance of the Turing Test. The implicit, and in my view brilliant, insight in Turing's eponymous test is the ability of written human language to represent human-level thinking. The basis of the Turing test is that if the human Turing test judge is competent, then an entity requires human-level intelligence in order to pass the test. The human judge is free to probe each candidate with regard to their understanding of basic human knowledge, current events, aspects of the candidate's personal history and experiences, as well as their subjective experiences, all expressed through written language. As humans jump from one concept and one domain to the next, it is possible to quickly touch upon all human knowledge, on all aspects of human, well, humanness. There are many contemporary examples of computers passing "narrow" forms of the Turing test, that is, demonstrating human-level intelligence in specific domains. Why I Think I Will Win.

Everything2 The Absolute Minimum Every Software Developer Absolutely, Positively Must Know About Unicode and Character Sets (No Excuses!) by Joel Spolsky Wednesday, October 08, 2003 Ever wonder about that mysterious Content-Type tag? You know, the one you're supposed to put in HTML and you never quite know what it should be? Did you ever get an email from your friends in Bulgaria with the subject line "???? ?????? I've been dismayed to discover just how many software developers aren't really completely up to speed on the mysterious world of character sets, encodings, Unicode, all that stuff. But it won't. So I have an announcement to make: if you are a programmer working in 2003 and you don't know the basics of characters, character sets, encodings, and Unicode, and I catch you, I'm going to punish you by making you peel onions for 6 months in a submarine. And one more thing: In this article I'll fill you in on exactly what every working programmer should know. A Historical Perspective The easiest way to understand this stuff is to go chronologically. And all was good, assuming you were an English speaker. Unicode Hello Encodings

The AI-Box Experiment So far, this test has actually been run on two occasions. On the first occasion (in March 2002), Eliezer Yudkowsky simulated the AI and Nathan Russell simulated the gatekeeper. The AI's handicap (the amount paid by the AI party to the gatekeeper party if not released) was set at $10. On the second occasion (in July 2002), Eliezer Yudkowsky simulated the AI and David McFadzean simulated the gatekeeper, with an AI handicap of $20. Results of the first test: Eliezer Yudkowsky and Nathan Russell. [1][2][3][4] Results of the second test: Eliezer Yudkowsky and David McFadzean. [1] [2] [3] Both of these tests occurred without prior agreed-upon rules except for secrecy and a 2-hour minimum time. Protocol for the AI: The AI party may not offer any real-world considerations to persuade the Gatekeeper party. Protocol for the Gatekeeper: The Gatekeeper must actually talk to the AI for at least the minimum time set up beforehand. Protocol for Both Parties: Suggestions: Recommendations from readers:

Chuck Wendig, Freelance Penmonkey | Chuck Wendig: Freelance Penmonkey BitLet - the BitTorrent Applet In the summer of 2007, shortly after launching Novlet, Daniele and I still had time to spare and were looking for something new to build. Sure enough, within a short period, Daniele came up with the idea that would soon become BitLet: a BitTorrent client that could run in a browser without requiring users to install anything on their computer. Back then, browsers had very limited capabilities: AJAX had been recently introduced (in 2005), web applications were moving from static pages to dynamic client UIs but no browser could do things like opening sockets and writing files locally, central requirements for a peer to peer file sharing application. We found a solution in an unlikely piece of technology: Java applets. Despite Java’s success as a programming language, applets had never been that popular among casual users. One of the main reasons is that Java applets didn’t look that great. The interface we had in mind was very simple, centered around a streamlined download window.

Moshe Sipper, The Artificial Self-Replication Page ... living organisms are very complicated aggregations of elementary parts, and by any reasonable theory of probability or thermodynamics highly improbable. That they should occur in the world at all is a miracle of the first magnitude; the only thing which removes, or mitigates, this miracle is that they reproduce themselves. Therefore, if by any peculiar accident there should ever be one of them, from there on the rules of probability do not apply, and there will be many of them, at least if the milieu is reasonable. John von Neumann, Theory of Self-Reproducing Automata. In the late 1940's eminent mathematician and physicist John von Neumann had become interested in the question of whether a machine can self-replicate, that is, produce copies of itself. The study of artificial self-replicating structures or machines has been taking place now for almost half a century. One of the central models used to study self-replication is that of cellular automata (CA). General references

Thinking Machine 4 Thinking Machine 4 explores the invisible, elusive nature of thought. Play chess against a transparent intelligence, its evolving thought process visible on the board before you. The artwork is an artificial intelligence program, ready to play chess with the viewer. If the viewer confronts the program, the computer's thought process is sketched on screen as it plays. Play the game. Image Gallery View a range of still images taken from Thinking Machine 4. About the work More information about the project and answers to common questions. Credits Created by Martin Wattenberg, with Marek Walczak. About the artists Martin Wattenberg's work centers on the theme of making the invisible visible. Marek Walczak is an artist and architect who is interested in how people participate in physical and virtual spaces.

Game From Scratch C++ and SFML Edition! Want to create a game using C++ and SFML? This is the perfect place to start! This tutorial series will follow the creation of a simple game in C++ from the very beginning till the end, a micro-version of the overall purpose of this site. This series is meant to be a living document, so if you have any questions on specific section, let me know and I will update accordingly! Finally, I don’t pretend to be an expert on C++ nor SFML, so if you see a mistake or you disagree with something I have said, let me know. Alright, lets get this started. EDIT: This tutorial was written a couple years ago and targets Visual Studio 2010. The Introduction In this section we have an overview of what this project is going to involve as well as a list of programs and libraries you are going to need to follow along. Part 1 In this section we set up and configure your Visual C++ project and configure Visual C++ to work properly with SFML. Part 2 Code, we finally start to code. Part 3 Part 4 Part 5 Part 6 Part 7

The World Through Google's Smartglasses Google announced yesterday that before the end of 2012, you will be able to buy augmented-reality smart eyeglasses from the search giant. The Android-powered glasses will have an onboard camera that monitors in real time what you see as you walk (or, heavens preserve us, drive) down the street. The lenses will then overlay information about people, locations, and whatnot directly into your field of view. We knew this day was coming, but I certainly didn't suspect it'd be so soon. Never again will you have to wonder Where is the closest Pizza Hut? Overlay Google Maps onto the real world, and navigation becomes effortless. As smartglasses become popular, the world will start to seem naked and inaccessible without a glossy data layer on everything.As smartglasses become popular, the world will start to seem naked and inaccessible without a glossy data layer on everything. Will businesses see the need for physical signs and billboards? What comes after that?

Photos of Sakurajima volcano 25 Feb 2010 On a recent visit to Japan, alien landscape photographer Martin Rietze captured some spectacular images of Sakurajima volcano in Kagoshima prefecture. Multiple lightning flashes caused by fast moving fine ash Lava bombs hitting the flank Strombolian eruption with lightning Detail with multiple lightning flashes Lava brightens the ash cloud Ash eruption causing lightning Violent eruption

Related: