Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Compiler Optimization Techniques

Name: Anonymous 2018-11-17 9:46

The Algorithm

Name: Strong AI 2018-11-17 12:58

Yesterday we finished embedding about one hundred English prepositions in the http://ai.neocities.org/MindBoot.html sequence of the MindForth robot AI. Although we have embedded the same prepositions in the ghost.pl AI and in the JavaScript AI Mind, the work was more difficult in Forth because we had to use ASCII codes for the characters of each English word.

MindForth does not automatically know the _meaning_ of each preposition, which must gradually be learned from the relationship among words in sentences of user input, such as "I am in the room." It is, however, of extreme value for MindForth to recognize all English prepositions because the http://ai.neocities.org/EnParser.html module for English parsing uses the recognition of a preposition as such to assign the following noun to a specific role as "ofject of a preposition" rather than to a role as "subject of a verb" or "object of a verb". From now on, MindForth and its kindred programs will be able to comprehend sentences containing prepositional phrases and to retrieve such sentences from memory and to think with prepositional phrases.

Alone among open-source AI gambits, MindForth and ghost.pl and http://ai.neocities.org/FirstWorkingAGI.html have arguably solved the problem of http://en.wikipedia.org/wiki/Natural_language_understanding (NLU), which is widely regarded as the last and unmoveable goalpost for True AI. When AI programs learned to play chess, the goalpost was moved. Understanding human thought is the final, "AI-hard" goalpost. MindForth understands human thought. Over the first twenty years of the emergence of MindForth from 1998 to 2018, the Forthmind could understand and generate only simple thoughts in the Subject-Verb-Object (SVO) format. Much knowledge could be expressed in the SVO format, but now far more knowledge may be expressed and debated and contemplated with the inclusion of prepositional phrases which establish and define relationships between and among concepts.

Name: Anonymous 2018-11-17 13:29

Name: Anonymous 2018-11-17 15:33

Optimize this
*grabs dick*

Name: Anonymous 2018-11-17 19:10

If you still care about compiler shit, you're what I would call a Programmer's Programmer. You don't even attempt to make tools/sites/apps that are palatable to normies. You are a tech dude who wants to make things for other tech dudes. But me? I'm a programmer for the people. Someone who makes apps that are easy to use, apps that focus on more highly abstracted ideas and let non-technical people use them. A programmer who dares to venture outside of programmer circles.

Name: Hero Worshipper 2018-11-17 19:51

>>5
A programmer who dares to venture outside of programmer circles.

You are my hero.

Name: Anonymous 2018-11-18 0:19

>>6
uwu

Name: Anonymous 2018-11-18 1:44

>>5
what if I want to make them for myself only?

Name: Anonymous 2018-11-19 1:16

>>8
your're an anus

Name: Anonymous 2018-11-19 3:35

>>9
uguu~

Name: Anonymous 2018-11-19 19:59

>>4
int dick;
short peepee = (short)dick;

Name: Anonymous 2018-11-19 21:18

private Dick pp = new Dick();
pp.setSize("smol");

Name: Anonymous 2018-11-21 8:07

>>12
who the fuck stores size as a string?

Name: Anonymous 2018-11-22 2:05

>>13
Java programmers

Name: Anonymous 2018-11-22 2:49

>>13
because smol is funny ("smol bean"), whereas a quantifiable regular size like "small" or 1 or some shit isn't
>>14
stay mad, lithpfag

Name: Anonymous 2018-11-22 7:58

>>15
just make it a part of an enum:

enum BenisSize { smol(1), Big(5), BIG_DICK_GEORGE(9001);
public int val;
private BenisSize(int val){
this.val = val;
}
}


or a constant:

private static final int smol = 1;

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List