This Thread is about the biasedness & selective censorship of Social Media Platforms during the time of riots.

We need to take social media seriously because we already have seen how these platforms influence people during US Elections.

Please read this.

(1)

Summary:

Protestors started their rally towards Red Fort

Had Lethal Weapons, beat Police, Damaged Public Property

Tried to ran over them by Tractors
Reached Red Fort, destroyed everything & Unfurled the Khalistani Flag

More than 300 Delhi Police Officials got injured

(2)
Narrative:

As always, the Left Naxals started spreading fake news to create hatred. To counter them, the Indic Wing started showing the other side of the news (correct news)

Since, the issue became so serious, the posts reached a lot of people, but the problem started...

(3)
when the post of INDIC WING accounts started getting removed by SM platforms.

Let’s start with Instagram

(4)
Instagram Accounts

In the pic, you can see the no of posts of Indic Wing accounts being deleted.

Uploading Videos of police getting beaten mob is spreading hatred or spreading truth?

This is how SM Platforms suppress voice of anyone who isn’t part of Left Brigade.

(5)
Now see posts of LW Naxals Spreading Fake News & Hatred. None of their posts were affected, neither were their accounts restricted in any way. WHY?

Telling Truth by RW is hatred but Inciting People by LW Naxals is Freedom of Speech?

(6)
As you can see, during every protests, they hatred will somehow fall on Hindus, while these are people who equivocate for Equality. Till now, none of their posts are deleted by social media platforms.

(7)
Now, let’s come to Twitter.

Prominent Journalists spread fake news, justified the protests and riots.

Apologists came to justify that heinous act at Red Fort.

Many Verified Accounts also did the same.

(8)
But none of their accounts were deleted.

If anything, Twitter themselves spread fake news by sending notification to people that the Flag hoisted on Red Fort wasn’t a Khalistani Flag.

(9)
Anyways, what can expected from Social Media Platforms when their CEOs are famous for taking pictures with posters like this.

(10)
No crackdowns on these social media giants by the Govt can become disastrous, when bills like NPR, UCC & NRC will be brought.

They’re the real culprits because they allow selective ideology.

Think about it & take action before it’s too late.

(11)

More from Politics

You May Also Like

The chorus of this song uses the shlokas taken from Sundarkand of Ramayana.

It is a series of Sanskrit shlokas recited by Jambavant to Hanuman to remind Him of his true potential.

1. धीवर प्रसार शौर्य भरा: The brave persevering one, your bravery is taking you forward.


2. उतसारा स्थिरा घम्भीरा: The one who is leaping higher and higher, who is firm and stable and seriously determined.

3. ुग्रामा असामा शौर्या भावा: He is strong, and without an equal in the ability/mentality to fight

4. रौद्रमा नवा भीतिर्मा: His anger will cause new fears in his foes.

5.विजिटरीपुरु धीरधारा, कलोथरा शिखरा कठोरा: This is a complex expression seen only in Indic language poetry. The poet is stating that Shivudu is experiencing the intensity of climbing a tough peak, and likening

it to the feeling in a hard battle, when you see your enemy defeated, and blood flowing like a rivulet. This is classical Veera rasa.

6.कुलकु थारथिलीथा गम्भीरा, जाया विराट वीरा: His rough body itself is like a sharp weapon (because he is determined to win). Hail this complete

hero of the world.

7.विलयगागनथाला भिकारा, गरज्जद्धरा गारा: The hero is destructive in the air/sky as well (because he can leap at an enemy from a great height). He can defeat the enemy (simply) with his fearsome roar of war.
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.
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.