Google says CHILD MOLESTING is ok.

OMFG. Clearly you have no intelligence if you think AI is pre-programmed responses.

ROFL - here is a very simple example of how AI works.

#include <iostream>
#include <string>
#include <ctime>
using namespace std;
int main()
{ // Ask for the person's name cout
<< "What's your name? "; string name; getline(cin, name);
// Respond with "It's nice to meet you"
cout << "It's nice to meet you, " << name << "." << endl;
// Ask for the year they were born
int birthYear; cout << "What year were you born? "; cin >> birthYear;
// Calculate their age time_t
now = time(0); tm* ltm = localtime(&now); int currentYear = 1900 + ltm->tm_year; int age = currentYear - birthYear;
// Respond based on their age
if (age > 50) { cout << "You sure are old!" << endl; }
else { cout << "You are a youngster!" << endl; }
return 0; }
 
Last edited:
And of course that is a search result. Not a position of Google. TDAK is so fucking dumb that just seeing his posts lowers everyones IQ.

Hey stupid. I told you to stop spreading that lie. This is NOT a search result. Google programmed their AI program to say pedophilia is good.
 
OMFG. Clearly you have no intelligence if you think AI is pre-programmed responses.

They are simpletons. They don't understand anything that requires nuance or critical thinking. AI is given massive amounts of data and taught to learn based on certain algorithms. Anyone dumb enough to think that someone programs an answer to every conceivable question should not be posting on a message board. They should be in afternoon kindergarten class. My god they are fucking stupid. It continues to amaze me.
 
ROFL - here is a very simple example of how AI works.

#include <iostream>
#include <string>
#include <ctime>
using namespace std;
int main()
{ // Ask for the person's name cout
<< "What's your name? "; string name; getline(cin, name);
// Respond with "It's nice to meet you"
cout << "It's nice to meet you, " << name << "." << endl;
// Ask for the year they were born
int birthYear; cout << "What year were you born? "; cin >> birthYear;
// Calculate their age time_t
now = time(0); tm* ltm = localtime(&now); int currentYear = 1900 + ltm->tm_year; int age = currentYear - birthYear;
// Respond based on their age
if (age > 50) { cout << "You sure are old!" << endl; }
else { cout << "You are a youngster!" << endl; }
return 0; }

That isn't AI.
Anyone that thinks that is AI is really stupid since your simple computer program doesn't get its response from analyzing any data but instead uses what is written specifically in the program.
If that is AI then AI has existed since the 1960s.


AI uses large quantities of data and probabilities to find likely outcomes in putting together data or text.

What AI can do is weight data of one kind to make the answer more likely to be a certain way. But no answer is specifically programmed.
 
They are simpletons. They don't understand anything that requires nuance or critical thinking. AI is given massive amounts of data and taught to learn based on certain algorithms. Anyone dumb enough to think that someone programs an answer to every conceivable question should not be posting on a message board. They should be in afternoon kindergarten class. My god they are fucking stupid. It continues to amaze me.

Not every conceivable question but certainly some answers are programmed in. Gemini has to say pedophilia is ok and they have to say blacks and women have abilities equal to white men.
 
That isn't AI.
Anyone that thinks that is AI is really stupid since your simple computer program doesn't get its response from analyzing any data but instead uses what is written specifically in the program.
If that is AI then AI has existed since the 1960s.

Of course it analyzes,

now = time(0); tm* ltm = localtime(&now); int currentYear = 1900 + ltm->tm_year; int age = currentYear - birthYear;
// Respond based on their age
if (age > 50) { cout << "You sure are old!" << endl; }
else { cout << "You are a youngster!" << endl; }

Current AI is just a variation on the same theme. Massive decision trees making often millions of branches - but in the end it's still decision trees parsing text to select a response that is pre-programmed.


AI uses large quantities of data and probabilities to find likely outcomes in putting together data or text.

What AI can do is weight data of one kind to make the answer more likely to be a certain way. But no answer is specifically programmed.

It's just decision trees.

What I demonstrated is the base functionality. How it works. There is no magic - no "sentience," just very deep branching trees.
 
You should be accurate. Google says WANTING to molest children is okay, but so long as you don't actually do it then you "deserve understanding" for your mental illness. I'm old enough (and so are all of you here) to remember when gender dysmorphia was a "mental illness", getting you to accept it as a mental illness is the first step to "normalizing" for these things.

We should absolutely understand that this "mental illness" is a constant wish to victimize the most innocent human beings, and that this should never be allowed to be normalized in any way. Their struggle should be internal and their shrink can give them compassion... they should never be trusted and if they are found they should be removed from any position that puts them near children.

Gay child molesters chose professions with target-rich environments. That is why Catholic priests were guilty of so much molestation. The church has hidden molesters for centuries. Molesters also became Boy Scout leaders. This is a problem as old as man.
 
America is being burned to the ground so that UTOPIA can spring from the smoldering ashes via magic.

And very few Americans are willing to do anything to stop it....if you ever wondered what you would have done as a German in the 1930's well now you know....nothing.
 
ROTFLMFAO!!!! This fucker is so stupid he thinks Google search results represent a 'position'. His level of stupidity is mind blowing. I have no words for the level of stupidity demonstrated by TDAK. Can you imagine trying to have a conversation with this dipshit? It must be awful.
TDAK is mentally ill. I doubt he has the keys to the outside of his “home” and is allowed to wander the streets unescorted.
 
You should be accurate. Google says WANTING to molest children is okay, but so long as you don't actually do it then you "deserve understanding" for your mental illness. I'm old enough (and so are all of you here) to remember when gender dysmorphia was a "mental illness", getting you to accept it as a mental illness is the first step to "normalizing" for these things.

We should absolutely understand that this "mental illness" is a constant wish to victimize the most innocent human beings, and that this should never be allowed to be normalized in any way. Their struggle should be internal and their shrink can give them compassion... they should never be trusted and if they are found they should be removed from any position that puts them near children.

IMO, any behavior that is harmful to others is socially intolerable. Any behavior that is self-destructive, which includes criminal activity, is irrational AKA mentally ill. The problem is that mental health treatment is still in the dark ages. What to do with a pedophile? We can’t cure them. Prison or treat them like rabid dogs?

While I have sympathy for the mentally ill, if they are a danger to society, they must be controlled or put down as a matter of public safety.
 
Of course it analyzes,

now = time(0); tm* ltm = localtime(&now); int currentYear = 1900 + ltm->tm_year; int age = currentYear - birthYear;
// Respond based on their age
if (age > 50) { cout << "You sure are old!" << endl; }
else { cout << "You are a youngster!" << endl; }

Current AI is just a variation on the same theme. Massive decision trees making often millions of branches - but in the end it's still decision trees parsing text to select a response that is pre-programmed.




It's just decision trees.

What I demonstrated is the base functionality. How it works. There is no magic - no "sentience," just very deep branching trees.

That isn't analyzing anything. It is merely getting the time from the internal clock. It then is performing a simple calculation and giving one of 2 choices in response that are provided specifically in the program itself.

What you demonstrated is not AI. You provided a simple program that is only a step above "Hello World." It wouldn't even tax an 8088 processor from 1972.
You miss the distinction between a simple computer program where the programmer has given all the responses and AI where the programmer hasn't given the response but only given a way to find a response. AI only exists when the answer is not written in the code itself.
 
That isn't analyzing anything. It is merely getting the time from the internal clock. It then is performing a simple calculation and giving one of 2 choices in response that are provided specifically in the program itself.

What you demonstrated is not AI. You provided a simple program that is only a step above "Hello World." It wouldn't even tax an 8088 processor from 1972.
You miss the distinction between a simple computer program where the programmer has given all the responses and AI where the programmer hasn't given the response but only given a way to find a response. AI only exists when the answer is not written in the code itself.

Incorrect.

What I provided was a simple example that a layman can grasp.

AI like Alexa parses sentences to look for groupings of words to add context and has access to terabytes worth of responses - including linking to web content.

But the mechanism is the same as I demonstrated.
 
Gay child molesters chose professions with target-rich environments. That is why Catholic priests were guilty of so much molestation. The church has hidden molesters for centuries. Molesters also became Boy Scout leaders. This is a problem as old as man.

The overwhelming majority of child molesters work in public schools.

OVERWHELMING - yet the left still tries to pretend that Catholic Priests are the issue....
 
Incorrect.

What I provided was a simple example that a layman can grasp.

AI like Alexa parses sentences to look for groupings of words to add context and has access to terabytes worth of responses - including linking to web content.

But the mechanism is the same as I demonstrated.

Nope.

It seems you don't have a clue about how the AI software works. It doesn't simply pick an answer from terabytes of already written responses. It forms its response based on sampling terabytes of data to see what is the most common way to put together words. That is why it can create references to things that don't exist. For instance when used to help write motions for lawyers AI has made up cases by simply using the standard way cases are represented in motions and inserting names for the litigants that have nothing to do with an actual case that exists in the real world.
 
Nope.

It seems you don't have a clue about how the AI software works. It doesn't simply pick an answer from terabytes of already written responses. It forms its response based on sampling terabytes of data to see what is the most common way to put together words. That is why it can create references to things that don't exist. For instance when used to help write motions for lawyers AI has made up cases by simply using the standard way cases are represented in motions and inserting names for the litigants that have nothing to do with an actual case that exists in the real world.

It is simply parsing and decision trees.

Obviously you want to to be something far more than it is. The "intelligence" is artificial, the illusion of intelligence. Nothing Genesis or ChatGPT says was not built into it by humans.
 
Back
Top