I have to admit that I was deceived when the story about Philip Emeagwali appeared. I thought that he was a genuine nigger genius. After all, even on a continent where the average IQ is 70 and the standard deviation is 12, one nigger in 3.5 million will have an IQ higher than 130, one nigger in 368 million will have an IQ higher than 140, and... uh, what is the qualifying minimum IQ for "genius" nowadays? I forgot.
Anyway, I'm ashamed to admit that I was suckered by that talk about Emeagwali inventing the supercomputer by watching the way bees build their hives. I didn't understand the reasoning entirely, but it was something about the hexagonal shape of the beehive cells that, when you used it in computer memory, made the throughput a lot faster. It turns out that this was just jive.
In 1989, Emeagwali was one of nine people to share a Gordon Bell Prize, worth about $1000. The Gordon Bell Prize is one of many smalltime prizes that people who use computers can win, and it is the basis for a lot of hyperinflated self-promotional bogus claims that Emeagwali later made.
The Jewsmedia, including CNN, picked up on Emeagwali's antics and gave them uncritical prestige. Suddenly, we were hearing that Emeagwali invented the idea of parallel processing. He did not. We heard that Emeagwali invented the supercomputer. He did not. We heard that he invented the Internet. He did not. We were invited to believe that Emeagwali's Gordon Bell Prize was some kind of major achievement, on a par with the Nobel Prize. It is no such thing. There are even pseudobiographical anecdotes about Emeagwali to be found online, many of them intended to convey the idea that Emeagwali is one of the most brilliant men ever to live, on a par with, say, Karl Friedrich Gauss. He is not.
It's all lies, mostly invented by Emeagwali and the Jews, and amplified by the Jewsmedia. I should have known better than to believe it. Well, I do know better now. Emeagwali has no Ph.D., having failed twice to convince the University of Michigan that he deserves one. He failed to convince a judge that he was the victim of racism in the matter of his being denied a Ph.D., so he wasn't even able to use the courts to force the University of Michigan into giving him a doctorate, which probably that means he fell far, far short of deserving one.
Emeagwali did succeed in flummoxing some Nigerian government niggers whose heads were even bonier than his that he deserved to have his image engraved on an official Nigerian postage stamp.
While he was hyped on his free Jewish PR, he managed to get Bill Clinton to certify him as an official genius, which just goes to show you what a big liar Clinton is, in case you missed all those other lies he told us on television in the 1990s.
Going back to his one actual claim to fame, small as it is, Emeagwali would not even have gotten his fractional part of that Gordon Bell Prize if the judges had not succumbed to a desire to make the nigger feel "included." The contest was for economic efficiency in high speed computing, and the competitors, a team from Mobil Corporation, produced an entry that ran twice as fast as Emeagwali's, with significantly more cost efficiency. The judges didn't want Mobil to have all the prize recognition, though, so they cut Emeagwali in for a share out of sympathy.
Now, the very fact that Philip Emeagwali can even program a computer puts him ahead of nearly all of the niggers on the planet. But that's small praise. Emeagwali isn't a primate to be satisfied with small praise, so he tried to raise a worldwide fraud in which he gave himself some very big praise. And, since it was convenient to their "shame Whitey" agenda, the Jews used Emeagwali to echo his "great Black genius" lies internationally through broadcast and print media.
Jerry Abbott
GWBASIC Program to Integrate the Bell Curve of Racial Intelligence.
AVE = racial average IQ. [Whites 103, American Blacks 85, African Blacks 70.]
STD = standard deviation in IQ. [Whites 15. Nigs 12.]
XINI = lower bound of selected IQ interval.
XFIN = upper bound of selected IQ interval.
C = 1/sqrt(2 pi)
Setting XFIN=300 will include the entire upper tail of the bell curve to double precision resolution.
100 DEFDBL A-Z
110 AVE=70
120 STD=12
130 XINI=140
140 XFIN=300
150 C=.3989422804014327#
160 P=0
170 FOR I%=100*XINI TO 100*XFIN-1
180 I=I%
190 X0 = (I/100-AVE)/STD
200 X1 = (I/100-AVE+.005#)/STD
210 X2 = (I/100-AVE+.01#)/STD
220 Y0 = C*EXP(-X0*X0/2)
230 Y1 = C*EXP(-X1*X1/2)
240 Y2 = C*EXP(-X2*X2/2)
250 P = P + (X2-X0)*(Y0+4*Y1+Y2)/6
260 NEXT I%
270 PRINT"Fraction of race with IQ in interval [";XINI;",";XFIN;" is ";P
280 PRINT"Fraction of race not inside that interval is ";1-P
290 PRINT"Ratio of entire race to part inside interval is ";1/P
run
Fraction of race with IQ in interval [ 140 , 300 ] is 2.71654373708855D-09
Fraction of race not inside that interval is .9999999972834563
Ratio of entire race to part inside interval is 368114816.7604134
Have fun.
Jerry Abbott