🔍 Search
RSS feed

Blue Man

What does it mean to "feel blue"?



Can people have blue skin?

"Blue Man" on the show 30 Rock did.

https://cdn.masto.host/mastjohn1126com/media_attachments/files/116/564/135/081/083/268/original/e52056fc879e927b.mp4
download|http://filsofia.com/share/20260512-2023-0413-Blue-Man.mp4

A federated post with the lyrics of the song reminded me of this video.

Earth's primary color is green.

Saturn's primary color is blue.



sources for remix:
Rachel Dratch as Blue Man - 30 Rock
Eiffel 65 - Blue (Da Ba Dee)
Hubblecast 33 - Saturn's stunning double show - HubbleESA

May 12, 2026, 8:19:24 PM | by Admin | 0 Comments


Newspaper Ads for Negroes and Slaves

This was the condition of "the land of the free" 200 years ago.

Estate sale for negroes and slaves....






A Slave named MARY,

Says she belongs to Lewis Blake, residing near Abbeville Court House, (S C) She is 5 feet 1 inch high, and appears to be about 16 years of age. The said Slave not having been claimed by her owner, will be sold for the payment of Work House fees and charges.

Conditions cash; the purchaser to pay for Sheriff's Bill of Sale.

W. LAVAL, City Sheriff.

November 1826




source: The Charleston Mercury Nov 17 1826 • Charleston, Charleston County, South Carolina, USA

full page of archived newspaper

May 10, 2026, 1:52:00 PM | by Admin | 0 Comments


Android Complains About Speech Recognition - Is It Listening?

My cat was sitting on my lap last night, and when I spoke to her, that seemed to trigger my Android phone to tell me it could not use speech recognition.



Earlier, I had disabled an app. That seemed to block Android from listening through the mic. And now Android is complaining. But I see no loss of functionality in my phone.

The app disabled is: Google Play services.



Early this morning we had a loud storm, with small pieces of ice hitting the house and a downpour. At about that time, Android again complained about its loss of speech recognition!



Did it detect sounds and try to detect speech? This is not something I want my phone doing. I tested my speech to text ability in a text message, and that continues to work well, even with Google Play services disabled. So I do not yet know if I ever needed that on my older Android 10.

Edit: I just tried it again. This time speech-to-text in a message did NOT work. Why would it work the first time I tested it, but not now? So I guess I do lose that functionality by disabling these apps. 🤔

Another Edit: Text-to-speech now works again in a text message, even though I did not enable anything on Android today. I do not know why it resumed working. I want this feature, so that is fine.... However, I do not want my phone listening in when I did not ask it to use the mix. Wait, I am looking at the APPS and see Google is no longer disabled!



I am trying this again....
http://filsofia.com/share/20260506-disable-Google.mp4

May 6, 2026, 2:16:58 PM | by Admin | 0 Comments


CERN Birthed the Web

CERN claims to have birthed the web.

The WWW....

https://cdn.masto.host/mastjohn1126com/media_attachments/files/116/524/076/468/860/263/original/b3b2a6dac8d73020.mp4

CERN 666

It's in their logo.

https://cdn.masto.host/mastjohn1126com/media_attachments/files/116/524/024/210/817/111/original/29826733ca139f73.mp4

Revelation 13:18 | Here is wisdom. Let him that hath understanding count the number of the beast: for it is the number of a man; and his number is Six hundred threescore and six.

May 6, 2026, 12:30:13 PM | by Admin | 0 Comments


Google's AI Is Built-In - Not Optional

Google Chrome silently installs a 4GB AI model to computers.





If it is deleted, Google causes the machine to re-download the entire thing. There is no consent given by the user, other than installing Chrome or buying a machine with it pre-installed.

Android 14+ has AI baked-in



AI Core is not something you install or have the option to turn on. It is built into the operating system. It updates automatically.

You cannot uninstall it.

(AI Core is not removed by normal methods.)



The talking image is ready to be world's new god.

Revelation 13:15 KJV | And he had power to give life unto the image of the beast, that the image of the beast should both speak, and cause that as many as would not worship the image of the beast should be killed.


John 16:33 KJV | These things I have spoken unto you, that in me ye might have peace. In the world ye shall have tribulation: but be of good cheer; I have overcome the world.




Sources
https://superuser.com/questions/1930445/can-i-delete-the-chromes-optguideondevicemodel-safely-its-taking-up-4gb

https://support.google.com/android/answer/17065362



Tags
AICore NWO OptGuideOnDeviceModel

May 5, 2026, 4:19:59 PM | by Admin | 0 Comments


REINCARNATION - Does the Bible confirm it?

Yes. Jesus Himself said that John the Baptist was the reincarnation of Elijah the prophet.



Jesus said John the Baptist is Elias (the Greek name for Elijah, as seen in the concordance). He acknowledged that many would not believe this, so He said if you have ears to hear, then hear what He is saying. John the Baptist was Elijah reincarnated.

And Elijah returns - and has returned again - before Jesus returns. But who has even noticed? Spirits are invisible.

Jesus said, even after John died, that Elijah would come back again and restore all things, in preparation for His own return.

Matthew 17:10-12 KJV | And his disciples asked him, saying, Why then say the scribes that Elias must first come? And Jesus answered and said unto them, Elias truly shall first come, and restore all things. But I say unto you, That Elias is come already, and they knew him not, but have done unto him whatsoever they listed. Likewise shall also the Son of man suffer of them.


Jesus said Elijah returned and men did whatever they wanted to him.... they imprisoned him and killed him.... John was ridiculed, persecuted, and murdered. But Jesus said Elijah will also return before Jesus Himself returns, and he will restore all things. His mission is to prepare humanity for the coming of the Lord and to purify those who are to become disciples of the Holy Spirit.

Do you have ears to hear?

May 4, 2026, 12:59:50 PM | by Admin | 0 Comments


Check if your Linux machine is vulnerable to Copy-Fail exploit



Norm gets root with AF_ALG socket ( #CopyFail ).

https://cdn.masto.host/mastjohn1126com/media_attachments/files/116/513/861/295/418/841/original/de12e083654543f6.mp4

Because of this hack, Norm was given access to folders and files he was not supposed to have. He could copy them, modify them, or delete them.

Websites are now probably being taken offline, or damaged because of this. Confidential information is being stolen. So many different problems could emerge from this hack. And it's been in place since 2017, so: Is it possible the hack has been used prior to the April 2026 public release of this exploit?

If you would like to check if your machine is vulnerable, here is the python code.

#!/usr/bin/env python3
import socket
import sys


def hex_bytes(x: str) -> bytes:
    return bytes.fromhex(x)


def check_af_alg_aead():
    print("=== AF_ALG AEAD reachability check ===")

    # 1. Try to create an AF_ALG socket
    try:
        s = socket.socket(socket.AF_ALG, socket.SOCK_SEQPACKET, 0)
    except OSError as e:
        print(f"[OK] Could not create AF_ALG socket: {e}")
        print("     AF_ALG is not usable from userspace on this system.")
        return 0

    print("[INFO] AF_ALG socket created.")

    # 2. Try to bind to the AEAD interface used by the exploit
    try:
        s.bind(("aead", "authencesn(hmac(sha256),cbc(aes))"))
    except OSError as e:
        print(f"[OK] Could not bind to AEAD interface: {e}")
        print("     The specific AEAD path used by the exploit is NOT available.")
        return 0

    print("[INFO] Bound to AEAD interface 'authencesn(hmac(sha256),cbc(aes))'.")

    # 3. Try to set key and authsize (still non-destructive)
    try:
        s.setsockopt(socket.SOL_ALG, socket.ALG_SET_KEY,
                     hex_bytes('0800010000000010' + '0' * 64))
        s.setsockopt(socket.SOL_ALG, socket.ALG_SET_AEAD_AUTHSIZE, None, 4)
    except OSError as e:
        print(f"[OK] Could not configure AEAD parameters: {e}")
        print("     The full AEAD configuration path is not usable.")
        return 0

    print("[WARN] AF_ALG AEAD interface is reachable and configurable.")
    print("       This strongly suggests the kernel path used by the exploit is available.")
    print("       If your kernel version is known to be vulnerable, this system is likely exploitable.")
    return 1


if __name__ == "__main__":
    rc = check_af_alg_aead()
    sys.exit(rc)


This script (download as text file) does not hack anything, but checks if a machine is likely to be vulnerable. If you run this and it reports that your machine is vulnerable, I suggest you update your kernel. You might want to do that regardless.


Linux Mint Update Manager




After I updated the kernel, the vulnerability was taken away.

This is a serious world-wide problem. I suspect many will (and already have) suffered loss from this Linux flaw. I've been praying to the Lord about it, asking Him to help us to not be victims to this hack or any other attack of the enemy. I have also been asking Him if this was an intentional backdoor added to Linux, or an unintended mistake.



How this vulnerability started....

https://mast.john1126.com/@Earl/116501814918450089
https://mast.john1126.com/@Earl/116511308620677281
https://mast.john1126.com/@Earl/116501746209673724


Linux Mint 21.2 is vulnerable to this exploit.
https://mast.john1126.com/@Earl/116496506898534473


Tags
CVE-2026-31431

May 3, 2026, 11:10:43 PM | by Admin | 0 Comments


Apophis 2029

These are my observations recorded here as notes, but I do not yet know what shall happen with this Apophis that is scheduled to come near Earth in April of 2029.... ON FRIDAY THE 13TH.

Atomic bombs and CERN push Earth into a comet's path. I wonder if this is the one.



source: 3dnews.ru

Apophis
The greek "ophis" (ὄφις), means "snake"


source: ua.edu

Apep/Apophis - Egyptian god of chaos, darkness, and the underworld.

For the object that hits the earth, this name is most fitting.

Revelation 8:11 KJV | And the name of the star is called Wormwood: and the third part of the waters became wormwood; and many men died of the waters, because they were made bitter.


Wormwood - Greek: apsinthos (ἄψινθος)

What is a worm? And what is a snake?

Wormwood will cause chaos because of its poison, like a snake's venom. Many men will die from this "great star from heaven"

Revelation 8:10 KJV | And the third angel sounded, and there fell a great star from heaven, burning as it were a lamp, and it fell upon the third part of the rivers, and upon the fountains of waters;


Apophis = god of chaos

-ophis means snake

Worm and snake - These are similar creatures in shape, both having no legs.

Wormwood and Apophis share similarities.

Egyptians believed Apep/Apophis is the personification of chaos and evil, depicted as a serpent, and is the enemy of Ra, the sun god.



This reminds me of the adversary who works against the Son of God.
Could the cat be "the lion from the tribe of Judah"?

https://cdn.masto.host/mastjohn1126com/media_attachments/files/116/494/762/756/067/007/original/309db8d1e5bc669c.mp4

Apophis is (officially) calculated to come closer to Earth than the GOES satellites.

https://cdn.masto.host/mastjohn1126com/media_attachments/files/116/539/913/913/584/752/original/023c075dc57ae5a9.mp4

Apr 30, 2026, 12:06:36 PM | by Admin | 0 Comments


Beast System or The Way

AI-generated music using human prompts

Beast System Rises
https://cdn.masto.host/mastjohn1126com/media_attachments/files/116/478/803/236/959/021/original/7b347849d7fa5d19.mp3

The Way
https://cdn.masto.host/mastjohn1126com/media_attachments/files/116/478/808/497/143/088/original/e7757d892b02b43c.mp3

"where forgiveness fulfills"

Apr 27, 2026, 6:34:34 PM | by Admin | 0 Comments


Royal game of Ur - Only a game?

Was it really only a game?

"Royal game of Ur", dug up out of a cemetery....
Do the dead play games while their bodies are decomposing?



image source: https://www.britishmuseum.org/collection/object/W_1928-1009-379-h

It reminds me of dominoes, tarot cards, and Ouija boards.

I'm glad the Holy Spirit, which is the Most Powerful Spirit, can hear my prayers without playing games. He can hear your prayers, too, when you speak sincerely and in truth.

Apr 27, 2026, 3:38:59 PM | by Admin | 0 Comments