Apostle of 'non-violence' rationalising violence by 'Samudaya Vishesh'!
"Secualrism is a curse for India"
It's a tool to cover up Muslim Appeasement in India. In last centuries, we have seen that how invaders destroyed India, but in 1947, Mahatma Gandhi and Nehru opted for "Secualrism".
A Thread about the so called "Father of the Nation, India"
Apostle of 'non-violence' rationalising violence by 'Samudaya Vishesh'!
Jihadis: Convert or Die.
Gandhi: Just Die.
If he refuses to give a free passage out. Allow your man woman child to be slaughtered!'
- 'Coward' Gandhi's advice to Britons when Hitler was invading Britain.
'FATHER WHO PRESCRIBED JAUHAR WITHOUT FIRE'
'Secular' Gandhi asked Hindus to let Jihadis kill them!
That's how thin the line between Islamism & Secularism is.
'Islamists' will send a Jihadi mob to kill Kaafirs. 'Seculars' will ask d Kaafirs to embrace death w/o retaliation!
FATHER of 'Suicidal Secularism!'
More from India
Reporters, pundits, activists. Before you echo the notion that Palestinians are being "corralled into small, crowded enclaves", which is in vogue in some circles, here are some facts that you won't find in @btselem's new position paper. Read and decide for yourself.
Thread:
Starting with the West Bank, specifically Area C from which allegedly Palestinians are being systematically pushed into the enclaves of Areas A and B, and replaced by Jewish settlers. If so, we should've seen the demographic balance in Area C shift in the Jews' favor. Has it? /2
Well, there's no evidence for that, certainly none in the paper. Latest UN estimate is ~ 300k Palestinians in Area C in 2013, probably >3 times their number in 1995 when the area was delineated. Jewish population growth in the same area & period was slower or similar at 2.6%./3
While good population stats for Area C are unavailable, there are construction surveys based on aerial photos. Do they support Btselem's claim? Quite the contrary. At least one shows that in recent yrs the total Palestinian residential area expanded more than the Jewish one./4
The same analysis by @RegavimIsrael found that the number of Palestinian structures in Area C increased by 28,600 during 2009-2019, nearly doubling in one decade, far more than the 18,600 built in Jewish settlements in that period, according to official statistics. /5
Thread:
Israel works to "Judaize" the entire area, treating the land as a resource chiefly meant to benefit the Jewish population. Jewish communities are established and developed, while Palestinians are dispossessed and corralled into small, crowded enclaves.https://t.co/DFU922lNvC pic.twitter.com/d36H8OVgdD
— B'Tselem \u05d1\u05e6\u05dc\u05dd \u0628\u062a\u0633\u064a\u0644\u0645 (@btselem) January 14, 2021
Starting with the West Bank, specifically Area C from which allegedly Palestinians are being systematically pushed into the enclaves of Areas A and B, and replaced by Jewish settlers. If so, we should've seen the demographic balance in Area C shift in the Jews' favor. Has it? /2
Well, there's no evidence for that, certainly none in the paper. Latest UN estimate is ~ 300k Palestinians in Area C in 2013, probably >3 times their number in 1995 when the area was delineated. Jewish population growth in the same area & period was slower or similar at 2.6%./3
While good population stats for Area C are unavailable, there are construction surveys based on aerial photos. Do they support Btselem's claim? Quite the contrary. At least one shows that in recent yrs the total Palestinian residential area expanded more than the Jewish one./4

The same analysis by @RegavimIsrael found that the number of Palestinian structures in Area C increased by 28,600 during 2009-2019, nearly doubling in one decade, far more than the 18,600 built in Jewish settlements in that period, according to official statistics. /5

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.