1) THERE IS A VERY REAL, CREDIBLE AND SIGNIFICANT DANGER THAT mRNA SPIKE PROTEIN THERAPIES WILL INDUCE PRION OR PRION-LIKE DISEASE

A paper from 2016 shows that prion and prion-like proteins can also spread and propagate from cell to cell through macropinocytosis. It is also

2) noted that the Spike Protein of SARS-CoV-2 can enter cells through macropinocytosis, without the presence of the entire virion. Given the recent Tweet to me by @endocdoc, where he recently saw a patient develop Creutzfeld-Jakob after COVID-19, the extant paper showing CJD
3) CJD after COVID-19 infection and the recent death of the head of Astra-Zeneca research from CJD should be concerning to all. Especially if he gave himself the AZ therapy during Stage 1 or Stage 2 trials. This would give a possible timeframe for onset.

Again, all Spike Protein
4) mRNA and DNA should be paused until long term animal studies can be conducted.

https://t.co/hBBqN1hyDO

https://t.co/M1pANLHXHJ

https://t.co/LsQ6GJGTNY

https://t.co/oPdLu4z5vZ
5)

https://t.co/PWOgyPoG5d
https://t.co/dE8tsNgvaj

More from Category c19

1/: The inventor of the corona PCR-Test @c_drosten is one of the #protagonists of the current crisis. He is known for involving himself in contradictions. In 2014, he gave a legendary #interview to @wiwo (https://t.co/jzTRh5Suhc) that I will address in this ⬇️short thread⬇️.


2/: The interview is significant because @c_drosten made totally sane statements back then that follow the principle of common sense. Considering his involvement in the "genesis of the current pandemic", his assertions appear in an entirely different


3/: In 2014, for instance, washing the hands was sufficient against being infected by coronaviruses. Several years he demands measures that destroy national economies and social life worldwide.


4/: Young @c_drosten also severely criticized the fact that Saudi Arabia used the PCR method to detect potential infections. From his point of view, that specific method could lead to many irrelevant cases. Nowadays, his view shifted his opinion towards 'collective punishment'.


5/: Whereas he demands "testing, testing, testing" nowadays and spreads panic and fear via (social) media, he heavily condemned that behaviour of Saudi media in 2014. On top of that, he expressed his concern that medial panic could increase the number of lab tests significantly.

You May Also Like

THREAD: 12 Things Everyone Should Know About IQ

1. IQ is one of the most heritable psychological traits – that is, individual differences in IQ are strongly associated with individual differences in genes (at least in fairly typical modern environments). https://t.co/3XxzW9bxLE


2. The heritability of IQ *increases* from childhood to adulthood. Meanwhile, the effect of the shared environment largely fades away. In other words, when it comes to IQ, nature becomes more important as we get older, nurture less.
https://t.co/UqtS1lpw3n


3. IQ scores have been increasing for the last century or so, a phenomenon known as the Flynn effect. https://t.co/sCZvCst3hw (N ≈ 4 million)

(Note that the Flynn effect shows that IQ isn't 100% genetic; it doesn't show that it's 100% environmental.)


4. IQ predicts many important real world outcomes.

For example, though far from perfect, IQ is the single-best predictor of job performance we have – much better than Emotional Intelligence, the Big Five, Grit, etc. https://t.co/rKUgKDAAVx https://t.co/DWbVI8QSU3


5. Higher IQ is associated with a lower risk of death from most causes, including cardiovascular disease, respiratory disease, most forms of cancer, homicide, suicide, and accident. https://t.co/PJjGNyeQRA (N = 728,160)
Nano Course On Python For Trading
==========================
Module 1

Python makes it very easy to analyze and visualize time series data when you’re a beginner. It's easier when you don't have to install python on your PC (that's why it's a nano course, you'll learn python...

... on the go). You will not be required to install python in your PC but you will be using an amazing python editor, Google Colab Visit
https://t.co/EZt0agsdlV

This course is for anyone out there who is confused, frustrated, and just wants this python/finance thing to work!

In Module 1 of this Nano course, we will learn about :

# Using Google Colab
# Importing libraries
# Making a Random Time Series of Black Field Research Stock (fictional)

# Using Google Colab

Intro link is here on YT: https://t.co/MqMSDBaQri

Create a new Notebook at https://t.co/EZt0agsdlV and name it AnythingOfYourChoice.ipynb

You got your notebook ready and now the game is on!
You can add code in these cells and add as many cells as you want

# Importing Libraries

Imports are pretty standard, with a few exceptions.
For the most part, you can import your libraries by running the import.
Type this in the first cell you see. You need not worry about what each of these does, we will understand it later.