Sunday, April 10, 2022

The Pillow Guy; Random Numbers

Who else enjoys Mr. Pillow Guy's comedy shows on YouTube? In most of his comedy videos, he has a computer that shows just random numbers, yes, anyone who knows computers ,like Moi, knows those numbers are random and do not mean a thing, and they are proof of nothing. It's all a hoax. In fact I had written a commodore computer program that shows "binary" random numbers. The program is listed below.

 50  Z=RND(-TI)

 100 FOR X= 1 TO 32

 110 R=RND(1)*2) +1

 120 IF R=1 THEN PRINT "0";:TA=TA+1:IF TA=8 THENTA=O:PRINTCHR$(32);

                                                 

 130  IF R=2 THEN PRINT "1";:TA=TA+1;:IFTA=8THENTA=0:PRINTCHR$(32);        

 140 NEXT X: PRINT: GOTO 100                                                                        

 Line number 50 resets the number generator. Lines 120 and 130 have a character string of 32 (CHR$(32))  which is computer code for a blank space.

Yes you tell if a person is lying, if their eyebrows are higher then usual. Another way to tell, is that person keeps glancing  towards his  dominate hand;. But how can you tell if the person is right handed or left handed? , if that person is wearing a belt, see which way the buckle is pointing, if it's pointed to the right then that person is right handed, if is pointed to the left, the person is left handed.

This person (below)  has a belt buckle pointed to his right, meaning he is right handed. Of course people are capable of threading their belt the other way. 

Below is a video of my commodore computer program in action, showing random binary codes. (end)






No comments:

Post a Comment

The Man in the Red Hat

 L ately, I have entered a nursing home due to the loss of use of my legs. In the nursing home, there was a man who always yells for help, w...