In reality, this couldn't be further away from the truth. They have divided us and broken the core structure of our society. They have dehumanized us with their masks.
Humans inherently like the act of solidarity. We are social beings. We like to huddle up and be together.
They used this against us.
They convinced us that it was an act of solidarity to flatten the curve, to wear a mask for others, to take the vaccines for others,
If there was ever a time in our lifetime to be non-partisan and for citizens of all walks of life globally to unite behind the basic fundamentals of humanity, freedoms, liberties, human rights, sovereignty, autonomy, dignity, empathy and compassion: it is now. https://t.co/Fa3ieEq51x
— Kulvinder Kaur MD (@dockaurG) January 9, 2021
In reality, this couldn't be further away from the truth. They have divided us and broken the core structure of our society. They have dehumanized us with their masks.
How is this for the greater good of society?
'Divide and conquer'.
We fell for it.
Now we must become aware of it and fight back.
We must reunite. We must find true solidarity to save our world. To free ourselves. To regain our autonomy.
@rickross10
@elonmusk
@simondolan
@Magda_Wierzycka
@beinlibertarian
@AEIR
@Lyndonx
@SwanBitcoin
@profplum99
@wodarg
@drscottjensen
@SunetraGupta
@MichaelYeadon3
@carlheneghan
@MartinKulldorff
@UdiQimron
@ProfTimNoakes
@SelfHarmNotts
@Dr_HarrieB
@randyhillier
@TuckerCarlson
@IngrahanAngle
@jhaskinscabrera
@anthonyfurey
@BareReality
@emmaKennytv
@JamesMelville
@YardleyShooting
@BarbaraWayman
@TonyRobbins
@joerogan
@p_m_robinson
@SamHarrisOrg
@allisonpearson
@liamhalligan
@ClarkeMicah
@JamesDelingpole
@iromg
@JuliaHB1
@PeterSchiff
@FatEmperor
@ThomasEWoods
@SeanCollins66
@BreesAnna
@NeilClark66
@Jeffreyatucker
@richardhorton1
@AlexBerenson
@RitaPanahi
@rowandean
@pwafork
@GideonCRozner
@freddiesayers
@TonyRobbins
@danjgregory
@1MarkMoss
@talkradiogold
@NickKristof
@ChrisWickNews
@naomirwolf
@info_libertes
@Laissonslespre1
@acu2020org
@OnCall4ON
@T4Recovery
@C19Assembly
@UsforThemUK
@LockdownTruth
@cmnvic
@CIMAdoctors
@AAPSonline
@Yeadoncampaign
@CebmOxford
@Covid19Critical
@reignitedemaust
@HealthFreedomIE
@va_shiva
@stacey_rudin
@randyhillier
@APRaimondo
@Francis_Hoar
@roccogalatilaw
@TraceyOMahony81
@JonathanHFW
@MlMcNamaraTD
@myfreedom2017
@Serene_Teffaha
@info_libertes
More from Abir Ballan 😊
The corrupt Lebanese government put the country in lockdown to flatten the “revolution”. As a result of the worsening economic situation, many healthcare workers were laid off and now the Lebanese people are paying for it by being denied access to care. 1/n
Here’s what would reduce mortality in #Lebanon:
1) protecting the vulnerable
2) increasing healthcare capacity
3) supporting healthcare workers
All impossible to do in a country that is gasping for dear life. 2/n
And yet the #Lebanese people are being blamed for not following guidelines and not following the rules.
The Lebanese people are not to blame. Wearing masks, social distancing, lockdowns and stupid curfews don’t do anything. 3/n
It is those politicians who transferred their money to Swiss accounts, while #Lebanese citizens can no longer transfer university fees for their children studying abroad, who are to blame.
Stop shifting the blame to the people. 4/n
Public health practitioners like @firassabiad and @petra who have bought blindly into the narrative are reinforcing this displaced scapegoating.
Please be aware of the harm of supporting the government’s narrative. 5/n
In ten days, the case fatality rate from #Covid19 in Lebanon has increased from 0.75% to 0.84%. This rise was expected as patients continue to face delayed access to care. pic.twitter.com/MV5YUTBie5
— Firass Abiad (@firassabiad) January 24, 2021
Here’s what would reduce mortality in #Lebanon:
1) protecting the vulnerable
2) increasing healthcare capacity
3) supporting healthcare workers
All impossible to do in a country that is gasping for dear life. 2/n
And yet the #Lebanese people are being blamed for not following guidelines and not following the rules.
The Lebanese people are not to blame. Wearing masks, social distancing, lockdowns and stupid curfews don’t do anything. 3/n
It is those politicians who transferred their money to Swiss accounts, while #Lebanese citizens can no longer transfer university fees for their children studying abroad, who are to blame.
Stop shifting the blame to the people. 4/n
Public health practitioners like @firassabiad and @petra who have bought blindly into the narrative are reinforcing this displaced scapegoating.
Please be aware of the harm of supporting the government’s narrative. 5/n
More from For later read
You May Also Like
A brief analysis and comparison of the CSS for Twitter's PWA vs Twitter's legacy desktop website. The difference is dramatic and I'll touch on some reasons why.
Legacy site *downloads* ~630 KB CSS per theme and writing direction.
6,769 rules
9,252 selectors
16.7k declarations
3,370 unique declarations
44 media queries
36 unique colors
50 unique background colors
46 unique font sizes
39 unique z-indices
https://t.co/qyl4Bt1i5x
PWA *incrementally generates* ~30 KB CSS that handles all themes and writing directions.
735 rules
740 selectors
757 declarations
730 unique declarations
0 media queries
11 unique colors
32 unique background colors
15 unique font sizes
7 unique z-indices
https://t.co/w7oNG5KUkJ
The legacy site's CSS is what happens when hundreds of people directly write CSS over many years. Specificity wars, redundancy, a house of cards that can't be fixed. The result is extremely inefficient and error-prone styling that punishes users and developers.
The PWA's CSS is generated on-demand by a JS framework that manages styles and outputs "atomic CSS". The framework can enforce strict constraints and perform optimisations, which is why the CSS is so much smaller and safer. Style conflicts and unbounded CSS growth are avoided.
Legacy site *downloads* ~630 KB CSS per theme and writing direction.
6,769 rules
9,252 selectors
16.7k declarations
3,370 unique declarations
44 media queries
36 unique colors
50 unique background colors
46 unique font sizes
39 unique z-indices
https://t.co/qyl4Bt1i5x
PWA *incrementally generates* ~30 KB CSS that handles all themes and writing directions.
735 rules
740 selectors
757 declarations
730 unique declarations
0 media queries
11 unique colors
32 unique background colors
15 unique font sizes
7 unique z-indices
https://t.co/w7oNG5KUkJ
The legacy site's CSS is what happens when hundreds of people directly write CSS over many years. Specificity wars, redundancy, a house of cards that can't be fixed. The result is extremely inefficient and error-prone styling that punishes users and developers.
The PWA's CSS is generated on-demand by a JS framework that manages styles and outputs "atomic CSS". The framework can enforce strict constraints and perform optimisations, which is why the CSS is so much smaller and safer. Style conflicts and unbounded CSS growth are avoided.
@franciscodeasis https://t.co/OuQaBRFPu7
Unfortunately the "This work includes the identification of viral sequences in bat samples, and has resulted in the isolation of three bat SARS-related coronaviruses that are now used as reagents to test therapeutics and vaccines." were BEFORE the
chimeric infectious clone grants were there.https://t.co/DAArwFkz6v is in 2017, Rs4231.
https://t.co/UgXygDjYbW is in 2016, RsSHC014 and RsWIV16.
https://t.co/krO69CsJ94 is in 2013, RsWIV1. notice that this is before the beginning of the project
starting in 2016. Also remember that they told about only 3 isolates/live viruses. RsSHC014 is a live infectious clone that is just as alive as those other "Isolates".
P.D. somehow is able to use funds that he have yet recieved yet, and send results and sequences from late 2019 back in time into 2015,2013 and 2016!
https://t.co/4wC7k1Lh54 Ref 3: Why ALL your pangolin samples were PCR negative? to avoid deep sequencing and accidentally reveal Paguma Larvata and Oryctolagus Cuniculus?
Unfortunately the "This work includes the identification of viral sequences in bat samples, and has resulted in the isolation of three bat SARS-related coronaviruses that are now used as reagents to test therapeutics and vaccines." were BEFORE the
chimeric infectious clone grants were there.https://t.co/DAArwFkz6v is in 2017, Rs4231.
https://t.co/UgXygDjYbW is in 2016, RsSHC014 and RsWIV16.
https://t.co/krO69CsJ94 is in 2013, RsWIV1. notice that this is before the beginning of the project
starting in 2016. Also remember that they told about only 3 isolates/live viruses. RsSHC014 is a live infectious clone that is just as alive as those other "Isolates".
P.D. somehow is able to use funds that he have yet recieved yet, and send results and sequences from late 2019 back in time into 2015,2013 and 2016!
https://t.co/4wC7k1Lh54 Ref 3: Why ALL your pangolin samples were PCR negative? to avoid deep sequencing and accidentally reveal Paguma Larvata and Oryctolagus Cuniculus?